public enum AuthQqScope extends Enum<AuthQqScope> implements AuthScope
| Enum Constant and Description | 
|---|
| ADD_ALBUM | 
| GET_USER_INFOscope含义,以description为准 | 
| GET_VIP_INFO以下 scope 需要申请:http://wiki.connect.qq.com/openapi%e6%9d%83%e9%99%90%e7%94%b3%e8%af%b7 | 
| GET_VIP_RICH_INFO | 
| LIST_ALBUM | 
| LIST_PHOTO | 
| UPLOAD_PIC | 
| Modifier and Type | Method and Description | 
|---|---|
| static AuthQqScope | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static AuthQqScope[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final AuthQqScope GET_USER_INFO
scope 含义,以description 为准public static final AuthQqScope GET_VIP_INFO
public static final AuthQqScope GET_VIP_RICH_INFO
public static final AuthQqScope LIST_ALBUM
public static final AuthQqScope UPLOAD_PIC
public static final AuthQqScope ADD_ALBUM
public static final AuthQqScope LIST_PHOTO
public static AuthQqScope[] values()
for (AuthQqScope c : AuthQqScope.values()) System.out.println(c);
public static AuthQqScope 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.