public interface Comment extends FacebookResponse
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Comment.Attachment |
FacebookResponse.Metadata| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
canComment() |
java.lang.Boolean |
canHide() |
java.lang.Boolean |
canLike() |
java.lang.Boolean |
canRemove() |
Comment.Attachment |
getAttachment() |
java.lang.Integer |
getCommentCount() |
java.util.Date |
getCreatedTime() |
Category |
getFrom() |
java.lang.String |
getId() |
java.lang.Integer |
getLikeCount() |
java.lang.String |
getMessage() |
java.util.List<Tag> |
getMessageTags() |
Comment |
getParent() |
java.lang.Boolean |
isUserLikes() |
getMetadatajava.lang.String getId()
Category getFrom()
java.lang.String getMessage()
java.util.List<Tag> getMessageTags()
java.lang.Boolean canComment()
java.lang.Boolean canRemove()
java.lang.Boolean canHide()
java.lang.Boolean canLike()
java.util.Date getCreatedTime()
java.lang.Integer getLikeCount()
java.lang.Integer getCommentCount()
java.lang.Boolean isUserLikes()
Comment.Attachment getAttachment()
Comment getParent()