public class Comment extends FacebookType
FacebookType.Metadata| Constructor and Description |
|---|
Comment() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCanRemove()
This field is returned only if the authenticated user can remove this comment.
|
Date |
getCreatedTime()
Date on which the comment was created.
|
CategorizedFacebookType |
getFrom()
User who posted the comment.
|
Long |
getLikeCount()
The number of likes on this comment.
|
Long |
getLikes()
Deprecated.
As of September 5, 2012, Facebook is changing over to
like_count, so this method will be
replaced by likeCount. |
String |
getMessage()
Text contents of the comment.
|
Boolean |
getUserLikes()
This field is returned only if the authenticated user likes this comment
|
equals, getId, getMetadata, getType, hashCode, toStringpublic CategorizedFacebookType getFrom()
public String getMessage()
public Date getCreatedTime()
@Deprecated public Long getLikes()
like_count, so this method will be
replaced by likeCount.public Long getLikeCount()
public Boolean getCanRemove()
public Boolean getUserLikes()
RestFB 1.6.12. Copyright © 2010-2013 Mark Allen. All Rights Reserved.