public enum AuthKujialeScope extends Enum<AuthKujialeScope> implements AuthScope
| Enum Constant and Description |
|---|
GET_BUDGET_LIST |
GET_DESIGN |
GET_USER_INFO
scope 含义,以description 为准 |
| Modifier and Type | Method and Description |
|---|---|
static AuthKujialeScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthKujialeScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthKujialeScope GET_USER_INFO
scope 含义,以description 为准public static final AuthKujialeScope GET_DESIGN
public static final AuthKujialeScope GET_BUDGET_LIST
public static AuthKujialeScope[] values()
for (AuthKujialeScope c : AuthKujialeScope.values()) System.out.println(c);
public static AuthKujialeScope valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.