Package com.restfb.types
Class PageAdminNote
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.PageAdminNote
- All Implemented Interfaces:
Serializable
Represents the Page Admin Note
type
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
Constructor Summary
-
Method Summary
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
PageAdminNote
public PageAdminNote()
-
-
Method Details
-
getBody
Content of this note.- Returns:
- Content of this note
-
setBody
Content of this note. -
getFrom
Page that owns the note.- Returns:
- Page that owns the note
-
setFrom
Page that owns the note. -
getUser
The user that this note is attached to.- Returns:
- The user that this note is attached to
-
setUser
The user that this note is attached to.
-