Uses of Enum Class
com.influxdb.client.domain.Query.TypeEnum
-
Uses of Query.TypeEnum in com.influxdb.client.domain
Modifier 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.Modifier and TypeMethodDescriptionvoid
Query.TypeEnum.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, Query.TypeEnum enumeration)