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
public class PageAdminNote extends FacebookType
Represents the Page Admin Note type- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description PageAdminNote()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBody()
Content of this note.Page
getFrom()
Page that owns the note.User
getUser()
The user that this note is attached to.void
setBody(String body)
Content of this note.void
setFrom(Page from)
Page that owns the note.void
setUser(User user)
The user that this note is attached to.-
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 Detail
-
PageAdminNote
public PageAdminNote()
-
-