| Package | Description |
|---|---|
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
static TelegramNotificationRuleBase.ParseModeEnum |
TelegramNotificationRuleBase.ParseModeEnum.fromValue(String text) |
TelegramNotificationRuleBase.ParseModeEnum |
TelegramNotificationRuleBase.getParseMode()
Parse mode of the message text per https://core.telegram.org/bots/api#formatting-options .
|
TelegramNotificationRuleBase.ParseModeEnum |
TelegramNotificationRuleBase.ParseModeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static TelegramNotificationRuleBase.ParseModeEnum |
TelegramNotificationRuleBase.ParseModeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TelegramNotificationRuleBase.ParseModeEnum[] |
TelegramNotificationRuleBase.ParseModeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TelegramNotificationRuleBase |
TelegramNotificationRuleBase.parseMode(TelegramNotificationRuleBase.ParseModeEnum parseMode) |
void |
TelegramNotificationRuleBase.setParseMode(TelegramNotificationRuleBase.ParseModeEnum parseMode) |
void |
TelegramNotificationRuleBase.ParseModeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
TelegramNotificationRuleBase.ParseModeEnum enumeration) |
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.