public enum AuthQqScope extends Enum<AuthQqScope> implements AuthScope
| 枚举常量和说明 |
|---|
ADD_ALBUM |
GET_USER_INFO
scope 含义,以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 |
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 - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2020. All rights reserved.