Uses of Class
com.belerweb.social.qq.connect.bean.AlbumPrivilege

Packages that use AlbumPrivilege
com.belerweb.social.qq.connect.api   
com.belerweb.social.qq.connect.bean   
 

Uses of AlbumPrivilege in com.belerweb.social.qq.connect.api
 

Methods in com.belerweb.social.qq.connect.api with parameters of type AlbumPrivilege
 Result<Album> QZone.addAlbum(String oAuthConsumerKey, String accessToken, String openid, String albumName, String albumDesc, AlbumPrivilege privilege, String question, String answer)
          登录用户创建相册。注:每个用户最多可创建10个相册。 文档地址:http://wiki.connect.qq.com/add_album
 

Uses of AlbumPrivilege in com.belerweb.social.qq.connect.bean
 

Methods in com.belerweb.social.qq.connect.bean that return AlbumPrivilege
static AlbumPrivilege AlbumPrivilege.parse(Integer value)
           
static AlbumPrivilege AlbumPrivilege.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AlbumPrivilege[] AlbumPrivilege.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014. All Rights Reserved.