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