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