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