|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Scope>
com.belerweb.social.qq.connect.bean.Scope
public enum Scope
请求用户授权时向用户显示的可进行授权的列表。
| Enum Constant Summary | |
|---|---|
ADD_ALBUM
在用户的空间相册里,创建一个新的个人相册 |
|
ADD_IDOL
收听某个微博用户 |
|
ADD_ONE_BLOG
发表日志到QQ空间 |
|
ADD_PIC_T
发表一条带图片的微博 |
|
ADD_T
发表一条微博 |
|
DEL_IDOL
取消收听某个微博用户 |
|
DEL_T
删除一条微博 |
|
DO_LIKE
do_like |
|
GET_FANSLIST
我的微博粉丝列表 |
|
GET_IDOLLIST
我的微博偶像列表 |
|
GET_INFO
获取登录用户在腾讯微博详细资料 |
|
GET_OTHER_INFO
获取他人微博资料 |
|
GET_REPOST_LIST
获取单条微博的转发或点评列表 |
|
GET_SIMPLE_USERINFO
获取登录用户的昵称、头像、性别 |
|
GET_TENPAY_ADDR
在这个网站上将展现您财付通登记的收货地址 |
|
GET_USER_INFO
获取登录用户的昵称、头像、性别 |
|
GET_VIP_INFO
获取QQ会员的基本信息 |
|
GET_VIP_RICH_INFO
获取QQ会员的高级信息 |
|
LIST_ALBUM
获取用户QQ空间相册列表 |
|
LIST_PHOTO
获取用户QQ空间相册中的照片列表 |
|
UPLOAD_PIC
上传一张照片到QQ空间相册 |
|
| Field Summary | |
|---|---|
static Scope[] |
ALL
|
| Method Summary | |
|---|---|
String |
toString()
|
String |
value()
|
static Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Scope[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Scope DO_LIKE
public static final Scope GET_USER_INFO
public static final Scope GET_SIMPLE_USERINFO
public static final Scope GET_VIP_INFO
public static final Scope GET_VIP_RICH_INFO
public static final Scope ADD_ONE_BLOG
public static final Scope LIST_ALBUM
public static final Scope UPLOAD_PIC
public static final Scope ADD_ALBUM
public static final Scope LIST_PHOTO
public static final Scope GET_INFO
public static final Scope ADD_T
public static final Scope DEL_T
public static final Scope ADD_PIC_T
public static final Scope GET_REPOST_LIST
public static final Scope GET_OTHER_INFO
public static final Scope GET_FANSLIST
public static final Scope GET_IDOLLIST
public static final Scope ADD_IDOL
public static final Scope DEL_IDOL
public static final Scope GET_TENPAY_ADDR
| Field Detail |
|---|
public static final Scope[] ALL
| Method Detail |
|---|
public static Scope[] values()
for (Scope c : Scope.values()) System.out.println(c);
public static Scope valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public String toString()
toString in class Enum<Scope>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||