| Package | Description |
|---|---|
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
static Source.TypeEnum |
Source.TypeEnum.fromValue(String text) |
Source.TypeEnum |
Source.getType()
Get type
|
Source.TypeEnum |
Source.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Source.TypeEnum |
Source.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Source.TypeEnum[] |
Source.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 |
Source.setType(Source.TypeEnum type) |
Source |
Source.type(Source.TypeEnum type) |
void |
Source.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Source.TypeEnum enumeration) |
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.