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