Uses of Enum Class
com.influxdb.client.domain.Query.TypeEnum
Packages that use Query.TypeEnum
-
Uses of Query.TypeEnum in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return Query.TypeEnumModifier and TypeMethodDescriptionstatic Query.TypeEnum
Query.getType()
The type of query.Query.TypeEnum.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static Query.TypeEnum
Returns the enum constant of this class with the specified name.static Query.TypeEnum[]
Query.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 Query.TypeEnumModifier and TypeMethodDescriptionvoid
Query.TypeEnum.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, Query.TypeEnum enumeration)