Package org.miaixz.bus.notify
Enum Class Registry
- All Implemented Interfaces:
Serializable,Comparable<Registry>,Constable
通知注册器
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription阿里云邮件阿里云短信阿里云语音阿里云语音企业钉钉系统邮件华为云短信京东云短信极光短信网易云短信七牛云短信腾讯云短信又拍云短信微信企业号/企业微信消息微信客服消息微信小程序-订阅消息微信公众号-订阅/模板消息云片短信 -
Method Summary
-
Enum Constant Details
-
ALIYUN_SMS
阿里云短信 -
ALIYUN_VMS
阿里云语音 -
ALIYUN_EDM
阿里云邮件 -
BAIDU_SMS
阿里云语音 -
DINGTALK
企业钉钉 -
GENERIC_EDM
系统邮件 -
HUAWEI_SMS
华为云短信 -
JDCLOUD_SMS
京东云短信 -
JPUSH_SMS
极光短信 -
NETEASE_SMS
网易云短信 -
QINIU_SMS
七牛云短信 -
TENCENT_SMS
腾讯云短信 -
UPYUN_SMS
又拍云短信 -
WECHAT_CP
微信企业号/企业微信消息 -
WECHAT_KF
微信客服消息 -
WECHAT_MINI
微信小程序-订阅消息 -
WECHAT_MP
微信公众号-订阅/模板消息 -
YUNPIAN_SMS
云片短信
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- 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.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-