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