| Package | Description |
|---|---|
| weibo4j | |
| weibo4j.model |
| Modifier and Type | Method and Description |
|---|---|
Comment |
Comments.createComment(String comment,
String id)
对一条微博进行评论
|
Comment |
Comments.createComment(String comment,
String id,
Integer comment_ori)
对一条微博进行评论
|
Comment |
Comments.destroyComment(String cid)
删除一条评论
|
Comment |
Comments.replyComment(String cid,
String id,
String comment)
回复一条评论
|
Comment |
Comments.replyComment(String cid,
String id,
String comment,
Integer without_mention,
Integer comment_ori)
回复一条评论
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
Comment.getReplycomment() |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
CommentWapper.getComments() |
| Modifier and Type | Method and Description |
|---|---|
void |
Comment.setReplycomment(Comment replycomment) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentWapper.setComments(List<Comment> comments) |
| Constructor and Description |
|---|
CommentWapper(List<Comment> comments,
long previousCursor,
long nextCursor,
long totalNumber,
String hasvisible) |
Copyright © 2013. All Rights Reserved.