Uses of Enum Class
com.influxdb.client.domain.Source.TypeEnum
Packages that use Source.TypeEnum
-
Uses of Source.TypeEnum in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return Source.TypeEnumModifier 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.Methods in com.influxdb.client.domain with parameters of type Source.TypeEnumModifier 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)