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

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

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

Methods in com.belerweb.social.qq.connect.api that return types with arguments of type NewT
 Result<NewT> QQConnect.addPicT(String accessToken, String openId, String content, byte[] pic)
          上传一张图片,并发布一条消息到腾讯微博平台上。 文档地址:http://wiki.connect.qq.com/add_pic_t
 Result<NewT> QQConnect.addPicT(String accessToken, String oauthConsumerKey, String openId, String content, byte[] pic)
          上传一张图片,并发布一条消息到腾讯微博平台上。 文档地址:http://wiki.connect.qq.com/add_pic_t
 Result<NewT> QQConnect.addPicT(String accessToken, String oauthConsumerKey, String openId, String content, byte[] pic, String clientIp, Double lon, Double lat, Boolean sync, Boolean compatible)
          上传一张图片,并发布一条消息到腾讯微博平台上。 文档地址:http://wiki.connect.qq.com/add_pic_t
 Result<NewT> QQConnect.addT(String accessToken, String openId, String content)
          发表一条微博信息(纯文本)到腾讯微博平台上。注意连续两次发布的微博内容不可以重复。 文档地址:http://wiki.connect.qq.com/add_t
 Result<NewT> QQConnect.addT(String accessToken, String oauthConsumerKey, String openId, String content)
          发表一条微博信息(纯文本)到腾讯微博平台上。注意连续两次发布的微博内容不可以重复。 文档地址:http://wiki.connect.qq.com/add_t
 Result<NewT> QQConnect.addT(String accessToken, String oauthConsumerKey, String openId, String content, String clientIp, Double lon, Double lat, Boolean sync, Boolean compatible)
          发表一条微博信息(纯文本)到腾讯微博平台上。注意连续两次发布的微博内容不可以重复。 文档地址:http://wiki.connect.qq.com/add_t
 

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

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



Copyright © 2014. All Rights Reserved.