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