Class Page


public class Page extends FBObject
This class represents a Facebook Page object https://developers.facebook.com/docs/reference/api/page/
  • Constructor Details

    • Page

      public Page()
      Empty Contructor
    • Page

      public Page(Hashtable props)
  • Method Details

    • getAbout

      public String getAbout()
      Simple Getter
    • getCategory

      public String getCategory()
      Simple Getter
    • getCoverId

      public String getCoverId()
      Simple Getter
    • getCoverLink

      public String getCoverLink()
      Simple Getter
    • getFounded

      public String getFounded()
      Simple Getter
    • getLikesCount

      public int getLikesCount()
      Simple Getter
    • getLink

      public String getLink()
      Simple Getter
    • getUsername

      public String getUsername()
      Simple Getter
    • getWebsite

      public String getWebsite()
      Simple Getter
    • copy

      public void copy(Hashtable props)

      copies the relevant values from the given hashtable

      Parameters
      • props: an hashtable to copy from
      Overrides:
      copy in class FBObject
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class FBObject
    • hashCode

      public int hashCode()
      Description copied from class: FBObject
      Overrides:
      hashCode in class FBObject