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