com.belerweb.social.qq.connect.bean
Enum Scope

java.lang.Object
  extended by java.lang.Enum<Scope>
      extended by com.belerweb.social.qq.connect.bean.Scope
All Implemented Interfaces:
Serializable, Comparable<Scope>

public enum Scope
extends 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

DO_LIKE

public static final Scope DO_LIKE
do_like


GET_USER_INFO

public static final Scope GET_USER_INFO
获取登录用户的昵称、头像、性别


GET_SIMPLE_USERINFO

public static final Scope GET_SIMPLE_USERINFO
获取登录用户的昵称、头像、性别


GET_VIP_INFO

public static final Scope GET_VIP_INFO
获取QQ会员的基本信息


GET_VIP_RICH_INFO

public static final Scope GET_VIP_RICH_INFO
获取QQ会员的高级信息


ADD_ONE_BLOG

public static final Scope ADD_ONE_BLOG
发表日志到QQ空间


LIST_ALBUM

public static final Scope LIST_ALBUM
获取用户QQ空间相册列表


UPLOAD_PIC

public static final Scope UPLOAD_PIC
上传一张照片到QQ空间相册


ADD_ALBUM

public static final Scope ADD_ALBUM
在用户的空间相册里,创建一个新的个人相册


LIST_PHOTO

public static final Scope LIST_PHOTO
获取用户QQ空间相册中的照片列表


GET_INFO

public static final Scope GET_INFO
获取登录用户在腾讯微博详细资料


ADD_T

public static final Scope ADD_T
发表一条微博


DEL_T

public static final Scope DEL_T
删除一条微博


ADD_PIC_T

public static final Scope ADD_PIC_T
发表一条带图片的微博


GET_REPOST_LIST

public static final Scope GET_REPOST_LIST
获取单条微博的转发或点评列表


GET_OTHER_INFO

public static final Scope GET_OTHER_INFO
获取他人微博资料


GET_FANSLIST

public static final Scope GET_FANSLIST
我的微博粉丝列表


GET_IDOLLIST

public static final Scope GET_IDOLLIST
我的微博偶像列表


ADD_IDOL

public static final Scope ADD_IDOL
收听某个微博用户


DEL_IDOL

public static final Scope DEL_IDOL
取消收听某个微博用户


GET_TENPAY_ADDR

public static final Scope GET_TENPAY_ADDR
在这个网站上将展现您财付通登记的收货地址

Field Detail

ALL

public static final Scope[] ALL
Method Detail

values

public static Scope[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Scope c : Scope.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Scope valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()

toString

public String toString()
Overrides:
toString in class Enum<Scope>


Copyright © 2014. All Rights Reserved.