Uses of Enum Class
com.influxdb.client.domain.DashboardColor.TypeEnum
Packages that use DashboardColor.TypeEnum
-
Uses of DashboardColor.TypeEnum in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return DashboardColor.TypeEnumModifier and TypeMethodDescriptionstatic DashboardColor.TypeEnumDashboardColor.getType()Type is how the color is used.DashboardColor.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static DashboardColor.TypeEnumReturns the enum constant of this class with the specified name.static DashboardColor.TypeEnum[]DashboardColor.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 DashboardColor.TypeEnumModifier and TypeMethodDescriptionvoidDashboardColor.setType(DashboardColor.TypeEnum type) DashboardColor.type(DashboardColor.TypeEnum type) voidDashboardColor.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, DashboardColor.TypeEnum enumeration)