Uses of Class
com.belerweb.social.weibo.bean.Status

Packages that use Status
com.belerweb.social.weibo.bean   
 

Uses of Status in com.belerweb.social.weibo.bean
 

Methods in com.belerweb.social.weibo.bean that return Status
 Status Status.getRetweetedStatus()
          被转发的原微博信息字段,当该微博为转发微博时返回
 Status User.getStatus()
          用户的最近一条微博信息字段 详细
 Status Comment.getStatus()
          评论的微博信息字段
static Status Status.parse(org.json.JSONObject jsonObject)
           
 

Methods in com.belerweb.social.weibo.bean with parameters of type Status
 void Status.setRetweetedStatus(Status retweetedStatus)
           
 void User.setStatus(Status status)
           
 void Comment.setStatus(Status status)
           
 



Copyright © 2014. All Rights Reserved.