|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.StatusMessage
public class StatusMessage
Represents the Status Message Graph API type.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.restfb.types.FacebookType |
|---|
FacebookType.Metadata |
| Constructor Summary | |
|---|---|
StatusMessage()
|
|
| Method Summary | |
|---|---|
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. |
String |
getType()
The object type which is set to status. |
Date |
getUpdatedTime()
The time the message was published. |
| Methods inherited from class com.restfb.types.NamedFacebookType |
|---|
getName |
| Methods inherited from class com.restfb.types.FacebookType |
|---|
equals, getId, getMetadata, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StatusMessage()
| Method Detail |
|---|
public NamedFacebookType getFrom()
public String getMessage()
public String getType()
getType in class FacebookTypepublic Date getUpdatedTime()
public List<NamedFacebookType> getLikes()
public List<Comment> getComments()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||