Uses of Enum Class
com.influxdb.client.domain.BuilderAggregateFunctionType
-
Uses of BuilderAggregateFunctionType in com.influxdb.client.domain
Modifier and TypeMethodDescriptionstatic BuilderAggregateFunctionType
BuilderTagsType.getAggregateFunctionType()
Get aggregateFunctionTypeBuilderAggregateFunctionType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static BuilderAggregateFunctionType
Returns the enum constant of this class with the specified name.static BuilderAggregateFunctionType[]
BuilderAggregateFunctionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionBuilderTagsType.aggregateFunctionType
(BuilderAggregateFunctionType aggregateFunctionType) void
BuilderTagsType.setAggregateFunctionType
(BuilderAggregateFunctionType aggregateFunctionType) void
BuilderAggregateFunctionType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, BuilderAggregateFunctionType enumeration)