|
||||||||||
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.Note
public class Note
Represents the Note Graph API type.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.restfb.types.FacebookType |
---|
FacebookType.Metadata |
Constructor Summary | |
---|---|
Note()
|
Method Summary | |
---|---|
Date |
getCreatedTime()
The time the note was initially published. |
NamedFacebookType |
getFrom()
The ID of the user who posted the note. |
String |
getIcon()
The note icon. |
String |
getMessage()
The note content, an HTML string. |
String |
getSubject()
The title of the note. |
Date |
getUpdatedTime()
The time the note was last updated. |
Methods inherited from class com.restfb.types.FacebookType |
---|
equals, getId, getMetadata, getType, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Note()
Method Detail |
---|
public NamedFacebookType getFrom()
public String getSubject()
public String getMessage()
public String getIcon()
public Date getCreatedTime()
public Date getUpdatedTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |