Uses of Enum Class
com.influxdb.client.domain.TelegramNotificationRuleBase.ParseModeEnum
-
Uses of TelegramNotificationRuleBase.ParseModeEnum in com.influxdb.client.domain
Modifier and TypeMethodDescriptionTelegramNotificationRuleBase.getParseMode()
Parse mode of the message text per https://core.telegram.org/bots/api#formatting-options .TelegramNotificationRuleBase.ParseModeEnum.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this class with the specified name.TelegramNotificationRuleBase.ParseModeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTelegramNotificationRuleBase.parseMode
(TelegramNotificationRuleBase.ParseModeEnum parseMode) void
TelegramNotificationRuleBase.setParseMode
(TelegramNotificationRuleBase.ParseModeEnum parseMode) void
TelegramNotificationRuleBase.ParseModeEnum.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, TelegramNotificationRuleBase.ParseModeEnum enumeration)