public static enum TelegramNotificationRuleBase.ParseModeEnum extends Enum<TelegramNotificationRuleBase.ParseModeEnum>
Modifier and Type | Class and Description |
---|---|
static class |
TelegramNotificationRuleBase.ParseModeEnum.Adapter |
Enum Constant and Description |
---|
HTML |
MARKDOWN |
MARKDOWNV2 |
Modifier and Type | Method and Description |
---|---|
static TelegramNotificationRuleBase.ParseModeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static TelegramNotificationRuleBase.ParseModeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TelegramNotificationRuleBase.ParseModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TelegramNotificationRuleBase.ParseModeEnum MARKDOWNV2
public static final TelegramNotificationRuleBase.ParseModeEnum HTML
public static final TelegramNotificationRuleBase.ParseModeEnum MARKDOWN
public static TelegramNotificationRuleBase.ParseModeEnum[] values()
for (TelegramNotificationRuleBase.ParseModeEnum c : TelegramNotificationRuleBase.ParseModeEnum.values()) System.out.println(c);
public static TelegramNotificationRuleBase.ParseModeEnum valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
public String toString()
toString
in class Enum<TelegramNotificationRuleBase.ParseModeEnum>
public static TelegramNotificationRuleBase.ParseModeEnum fromValue(String text)
Copyright © 2018–2022 InfluxData, Inc.. All rights reserved.