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

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

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

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

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

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



Copyright © 2014. All Rights Reserved.