Uses of Enum Class
com.influxdb.client.domain.Field.TypeEnum
Packages that use Field.TypeEnum
-
Uses of Field.TypeEnum in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return Field.TypeEnumModifier and TypeMethodDescriptionstatic Field.TypeEnum
Field.getType()
`type` describes the field type.Field.TypeEnum.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static Field.TypeEnum
Returns the enum constant of this class with the specified name.static Field.TypeEnum[]
Field.TypeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.influxdb.client.domain with parameters of type Field.TypeEnumModifier and TypeMethodDescriptionvoid
Field.setType
(Field.TypeEnum type) Field.type
(Field.TypeEnum type) void
Field.TypeEnum.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, Field.TypeEnum enumeration)