Package org.aoju.bus.oauth
Enum Class Registry
- All Implemented Interfaces:
Serializable,Comparable<Registry>,Constable,Complex
内置的各api需要的url, 用枚举类分平台类型管理
- 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支付宝阿里云Amazon百度Coding钉钉抖音饿了么Facebook飞书giteeGithubGitlabGoogle华为京东酷家乐Line领英美团微软oschina 开源中国PinterestQQ人人网SlackStack Overflow淘宝Teambition腾讯云开发者平台今日头条Twitter企业微信微信小程序微信公众平台微信开放平台新浪微博小米喜马拉雅 -
Method Summary
-
Enum Constant Details
-
ALIPAY
支付宝 -
ALIYUN
阿里云 -
AMAZON
Amazon -
BAIDU
百度 -
CODING
Coding -
DINGTALK
钉钉 -
DOUYIN
抖音 -
ELEME
饿了么 -
FACEBOOK
Facebook -
FEISHU
飞书 -
GITEE
gitee -
GITHUB
Github -
GITLAB
Gitlab -
GOOGLE
Google -
HUAWEI
华为 -
JD
京东 -
KUJIALE
酷家乐 -
LINE
Line -
LINKEDIN
领英 -
MEITUAN
美团 -
MICROSOFT
微软 -
XIAOMI
小米 -
OSCHINA
oschina 开源中国 -
PINTEREST
Pinterest -
QQ
QQ -
RENREN
人人网 -
STACKOVERFLOW
Stack Overflow -
SLACK
Slack -
TAOBAO
淘宝 -
TEAMBITION
Teambition -
TENCENT
腾讯云开发者平台 -
TOUTIAO
今日头条 -
TWITTER
Twitter -
WECHAT_EE
企业微信 -
WECHAT_MP
微信公众平台 -
WECHAT_OP
微信开放平台 -
WECHAT_MA
微信小程序 -
WEIBO
新浪微博 -
XMLY
喜马拉雅
-
-
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
-
get
-