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

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

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

Methods in com.belerweb.social.qq.connect.api that return types with arguments of type FanList
 Result<FanList> Weibo.getFansList(String accessToken, String openid, int reqNum, int startIndex)
          获取登录用户的听众列表。 文档地址:http://wiki.connect.qq.com/get_fanslist
 Result<FanList> Weibo.getFansList(String oAuthConsumerKey, String accessToken, String openid, int reqNum, int startIndex, Boolean newMode, Integer install, Integer sex)
          获取登录用户的听众列表。 文档地址:http://wiki.connect.qq.com/get_fanslist
 

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

Methods in com.belerweb.social.qq.connect.bean that return FanList
static FanList FanList.parse(org.json.JSONObject jsonObject)
           
 



Copyright © 2014. All Rights Reserved.