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