public class StatusMessage extends NamedFacebookType
FacebookType.Metadata
Constructor and Description |
---|
StatusMessage() |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
getComments()
All of the comments on this message.
|
NamedFacebookType |
getFrom()
The user who posted the message.
|
List<NamedFacebookType> |
getLikes()
The users that have liked this message.
|
String |
getMessage()
The status message content.
|
Date |
getUpdatedTime()
The time the message was published.
|
getName
equals, getId, getMetadata, getType, hashCode, toString
public NamedFacebookType getFrom()
public String getMessage()
public Date getUpdatedTime()
public List<NamedFacebookType> getLikes()
Copyright © 2014. All rights reserved.