Class PageTab

All Implemented Interfaces:
Serializable

public class PageTab extends NamedFacebookType
Represents the Page Tab type
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getApplication

      The app that is in the tab
    • setApplication

      public void setApplication(Application application)
      The app that is in the tab
    • getCustomImageUrl

      URL for an image to be used as a custom icon
    • setCustomImageUrl

      public void setCustomImageUrl(String customImageUrl)
      URL for an image to be used as a custom icon
    • getCustomName

      Name to be used for the tab
    • setCustomName

      public void setCustomName(String customName)
      Name to be used for the tab
    • getImageUrl

      public String getImageUrl()
      The location of the tab thumbnail image
    • setImageUrl

      public void setImageUrl(String imageUrl)
      The location of the tab thumbnail image
    • getIsNonConnectionLandingTab

      A flag to identify whether the tab is a custom landing tab for users who are not connected to this Page
    • setIsNonConnectionLandingTab

      public void setIsNonConnectionLandingTab(Boolean isNonConnectionLandingTab)
      A flag to identify whether the tab is a custom landing tab for users who are not connected to this Page
    • getIsPermanent

      A flag to identify whether the tab can be removed from the Page
    • setIsPermanent

      public void setIsPermanent(Boolean isPermanent)
      A flag to identify whether the tab can be removed from the Page
    • getLink

      public String getLink()
      A link directly to this Page tab
    • setLink

      public void setLink(String link)
      A link directly to this Page tab
    • getPosition

      public Integer getPosition()
      Where this tab is located in the list of tabs
    • setPosition

      public void setPosition(Integer position)
      Where this tab is located in the list of tabs