Class PageAdminNote

All Implemented Interfaces:
Serializable

public class PageAdminNote extends FacebookType
Represents the Page Admin Note type
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getBody

      public String getBody()
      Content of this note.
      Returns:
      Content of this note
    • setBody

      public void setBody(String body)
      Content of this note.
    • getFrom

      public Page getFrom()
      Page that owns the note.
      Returns:
      Page that owns the note
    • setFrom

      public void setFrom(Page from)
      Page that owns the note.
    • getUser

      public User getUser()
      The user that this note is attached to.
      Returns:
      The user that this note is attached to
    • setUser

      public void setUser(User user)
      The user that this note is attached to.