public class Comment extends java.lang.Object implements Publishable
| Modifier and Type | Class and Description |
|---|---|
static class |
Comment.Builder
Builder for preparing the Comment object to be published.
|
| Modifier and Type | Method and Description |
|---|---|
Attachment |
getAttachment()
Get attachments to this comment.
|
android.os.Bundle |
getBundle()
Is used for publishing actions.
|
java.lang.Boolean |
getCanComment()
Whether the viewer can reply to this comment.
|
java.lang.Boolean |
getCanRemove()
Whether the viewer can remove this comment.
|
java.lang.Integer |
getCommentCount()
Number of replies to this comment.
|
java.util.Date |
getCreatedTime()
The time this comment was made.
|
User |
getFrom()
The person that made this comment.
|
java.lang.String |
getId()
The comment Id.
|
java.lang.Integer |
getLikeCount()
Number of times this comment was liked.
|
java.lang.String |
getMessage()
The comment text.
|
java.util.List<Post.InlineTag> |
getMessageTags()
Profiles tagged in mentions in the message.
|
Comment |
getParent()
For comment replies, this the comment that this is a reply to.
|
java.lang.String |
getPath()
https://developers.facebook.com/docs/reference/api/publishing/
|
Permission |
getPermission()
Get the needed permission for being able to publish this item
|
java.lang.Boolean |
getUserLikes()
Whether the viewer has liked this comment.
|
public android.os.Bundle getBundle()
PublishablegetBundle in interface Publishablepublic java.lang.String getPath()
PublishablegetPath in interface Publishablepublic Permission getPermission()
PublishablegetPermission in interface PublishablePermissionpublic java.lang.String getId()
public Attachment getAttachment()
public java.lang.Boolean getCanComment()
public java.lang.Boolean getCanRemove()
public java.lang.Integer getCommentCount()
public java.util.Date getCreatedTime()
public User getFrom()
public java.lang.Integer getLikeCount()
public java.lang.String getMessage()
public java.util.List<Post.InlineTag> getMessageTags()
public Comment getParent()
public java.lang.Boolean getUserLikes()