public enum AuthCodingScope extends Enum<AuthCodingScope> implements AuthScope
| 枚举常量和说明 |
|---|
PROJECT |
PROJECT_DEPOT |
PROJECT_WIKI |
USER
scope 含义,以description 为准 |
USER_EMAIL |
USER_PHONE |
public static final AuthCodingScope USER
scope 含义,以description 为准public static final AuthCodingScope USER_EMAIL
public static final AuthCodingScope USER_PHONE
public static final AuthCodingScope PROJECT
public static final AuthCodingScope PROJECT_DEPOT
public static final AuthCodingScope PROJECT_WIKI
public static AuthCodingScope[] values()
for (AuthCodingScope c : AuthCodingScope.values()) System.out.println(c);
public static AuthCodingScope valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2021. All rights reserved.