Package | Description |
---|---|
com.influxdb.client.domain |
Modifier and Type | Method and Description |
---|---|
static XYViewProperties.ShapeEnum |
XYViewProperties.ShapeEnum.fromValue(String text) |
XYViewProperties.ShapeEnum |
XYViewProperties.getShape()
Get shape
|
XYViewProperties.ShapeEnum |
XYViewProperties.ShapeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static XYViewProperties.ShapeEnum |
XYViewProperties.ShapeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XYViewProperties.ShapeEnum[] |
XYViewProperties.ShapeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XYViewProperties.ShapeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
XYViewProperties.ShapeEnum enumeration) |
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.