public class Comment extends FacebookType
FacebookType.Metadata
Constructor and Description |
---|
Comment() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedTime()
Date on which the comment was created.
|
NamedFacebookType |
getFrom()
User who posted the comment.
|
Long |
getLikes()
The number of likes on this comment.
|
String |
getMessage()
Text contents of the comment.
|
equals, getId, getMetadata, getType, hashCode, toString
public NamedFacebookType getFrom()
public String getMessage()
public Date getCreatedTime()
public Long getLikes()
Copyright © 2014. All rights reserved.