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