public static enum NotifyTemplateForEnablePresetAlertTemplateInput.ChannelEnum extends Enum<NotifyTemplateForEnablePresetAlertTemplateInput.ChannelEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
NotifyTemplateForEnablePresetAlertTemplateInput.ChannelEnum.Adapter |
| Enum Constant and Description |
|---|
API |
DINGTALK |
EMAIL |
LARK |
PHONE |
SLACK |
SMS |
WECOM |
| Modifier and Type | Method and Description |
|---|---|
static NotifyTemplateForEnablePresetAlertTemplateInput.ChannelEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static NotifyTemplateForEnablePresetAlertTemplateInput.ChannelEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotifyTemplateForEnablePresetAlertTemplateInput.ChannelEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="email") public static final NotifyTemplateForEnablePresetAlertTemplateInput.ChannelEnum EMAIL
@SerializedName(value="sms") public static final NotifyTemplateForEnablePresetAlertTemplateInput.ChannelEnum SMS
@SerializedName(value="phone") public static final NotifyTemplateForEnablePresetAlertTemplateInput.ChannelEnum PHONE
@SerializedName(value="lark") public static final NotifyTemplateForEnablePresetAlertTemplateInput.ChannelEnum LARK
@SerializedName(value="dingtalk") public static final NotifyTemplateForEnablePresetAlertTemplateInput.ChannelEnum DINGTALK
@SerializedName(value="wecom") public static final NotifyTemplateForEnablePresetAlertTemplateInput.ChannelEnum WECOM
@SerializedName(value="slack") public static final NotifyTemplateForEnablePresetAlertTemplateInput.ChannelEnum SLACK
@SerializedName(value="api") public static final NotifyTemplateForEnablePresetAlertTemplateInput.ChannelEnum API
public static NotifyTemplateForEnablePresetAlertTemplateInput.ChannelEnum[] values()
for (NotifyTemplateForEnablePresetAlertTemplateInput.ChannelEnum c : NotifyTemplateForEnablePresetAlertTemplateInput.ChannelEnum.values()) System.out.println(c);
public static NotifyTemplateForEnablePresetAlertTemplateInput.ChannelEnum 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<NotifyTemplateForEnablePresetAlertTemplateInput.ChannelEnum>public static NotifyTemplateForEnablePresetAlertTemplateInput.ChannelEnum fromValue(String input)
Copyright © 2026. All rights reserved.