Uses of Enum Class
com.influxdb.client.domain.TelegrafPlugin.TypeEnum
-
Uses of TelegrafPlugin.TypeEnum in com.influxdb.client.domain
Modifier 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.Modifier 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)