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