| Package | Description |
|---|---|
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
static Axis.BaseEnum |
Axis.BaseEnum.fromValue(String text) |
Axis.BaseEnum |
Axis.getBase()
Base represents the radix for formatting axis values.
|
Axis.BaseEnum |
Axis.BaseEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Axis.BaseEnum |
Axis.BaseEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Axis.BaseEnum[] |
Axis.BaseEnum.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.base(Axis.BaseEnum base) |
void |
Axis.setBase(Axis.BaseEnum base) |
void |
Axis.BaseEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Axis.BaseEnum enumeration) |
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.