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.TypeEnumSource.getType()Get typeSource.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static Source.TypeEnumReturns 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 TypeMethodDescriptionvoidSource.setType(Source.TypeEnum type) Source.type(Source.TypeEnum type) voidSource.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, Source.TypeEnum enumeration)