public enum AuthGiteeScope extends Enum<AuthGiteeScope> implements AuthScope
| 枚举常量和说明 |
|---|
EMAILS |
ENTERPRISES |
GISTS |
GROUPS |
HOOK |
ISSUES |
KEYS |
NOTES |
PROJECTS |
PULL_REQUESTS |
USER_INFO
scope 含义,以description 为准 |
public static final AuthGiteeScope USER_INFO
scope 含义,以description 为准public static final AuthGiteeScope PROJECTS
public static final AuthGiteeScope PULL_REQUESTS
public static final AuthGiteeScope ISSUES
public static final AuthGiteeScope NOTES
public static final AuthGiteeScope KEYS
public static final AuthGiteeScope HOOK
public static final AuthGiteeScope GROUPS
public static final AuthGiteeScope GISTS
public static final AuthGiteeScope ENTERPRISES
public static final AuthGiteeScope EMAILS
public static AuthGiteeScope[] values()
for (AuthGiteeScope c : AuthGiteeScope.values()) System.out.println(c);
public static AuthGiteeScope valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2021. All rights reserved.