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