Enum Class AliSmsActionEnums
- 所有已实现的接口:
InterfaceEnum
,Serializable
,Comparable<AliSmsActionEnums>
,Constable
-
嵌套类概要
从类继承的嵌套类/接口 java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
枚举常量概要
枚举常量枚举常量说明添加签名短信添加短信模板删除签名短信删除短信模板修改签名短信修改短信模板查询发送详情查询签名短信查询短信模板批量发送短信 -
方法概要
修饰符和类型方法说明getNode()
获取下节点值getText()
获取描述getValue()
获取值static AliSmsActionEnums
Returns the enum constant of this class with the specified name.static AliSmsActionEnums[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.从类继承的方法 java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
枚举常量详细资料
-
ADD_SMS_TEMPLATE
添加短信模板 -
MODIFY_SMS_TEMPLATE
修改短信模板 -
DELETE_SMS_TEMPLATE
删除短信模板 -
QUERY_SMS_TEMPLATE
查询短信模板 -
SEND_BATCH_SMS
批量发送短信 -
QUERY_SEND_DETAILS
查询发送详情 -
ADD_SMS_SIGN
添加签名短信 -
MODIFY_SMS_SIGN
修改签名短信 -
DELETE_SMS_SIGN
删除签名短信 -
QUERY_SMS_SIGN
查询签名短信
-
-
方法详细资料
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- 返回:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- 参数:
name
- 要返回的枚举常量的名称。- 返回:
- 返回带有指定名称的枚举常量
- 抛出:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- 如果参数为空值
-
getValue
获取值- 指定者:
getValue
在接口中InterfaceEnum
- 返回:
- 返回值
-
getText
获取描述- 指定者:
getText
在接口中InterfaceEnum
- 返回:
- 返描述
-
getNode
获取下节点值- 指定者:
getNode
在接口中InterfaceEnum
- 返回:
- 返下节点值
-