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