| Package | Description |
|---|---|
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
static TelegramNotificationRuleBase.TypeEnum |
TelegramNotificationRuleBase.TypeEnum.fromValue(String text) |
TelegramNotificationRuleBase.TypeEnum |
TelegramNotificationRuleBase.getType()
The discriminator between other types of notification rules is \"telegram\".
|
TelegramNotificationRuleBase.TypeEnum |
TelegramNotificationRuleBase.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static TelegramNotificationRuleBase.TypeEnum |
TelegramNotificationRuleBase.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TelegramNotificationRuleBase.TypeEnum[] |
TelegramNotificationRuleBase.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 |
TelegramNotificationRuleBase.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
TelegramNotificationRuleBase.TypeEnum enumeration) |
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.