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

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

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

Methods in com.belerweb.social.qq.connect.api that return types with arguments of type PicUploadResult
 Result<PicUploadResult> QZone.uploadPic(String oAuthConsumerKey, String accessToken, String openid, String title, byte[] picture, String photoDesc, String albumId, Boolean mobile, Double lon, Double lat, Boolean needFeed, Integer successNum, Integer picNum)
          登录用户上传照片,支持单张上传和批量上传。 文档地址:http://wiki.connect.qq.com/upload_pic
 

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

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



Copyright © 2014. All Rights Reserved.