Uses of Enum Class
com.influxdb.client.domain.Source.TypeEnum
-
Uses of Source.TypeEnum in com.influxdb.client.domain
Modifier and TypeMethodDescriptionstatic Source.TypeEnum
Source.getType()
Get typeSource.TypeEnum.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static Source.TypeEnum
Returns the enum constant of this class with the specified name.static Source.TypeEnum[]
Source.TypeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Source.setType
(Source.TypeEnum type) Source.type
(Source.TypeEnum type) void
Source.TypeEnum.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, Source.TypeEnum enumeration)