Package com.restfb.types
Class PageTab
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.PageTab
- All Implemented Interfaces:
Serializable
Represents the Page Tab type
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe app that is in the tabURL for an image to be used as a custom iconName to be used for the tabThe location of the tab thumbnail imageA flag to identify whether the tab is a custom landing tab for users who are not connected to this PageA flag to identify whether the tab can be removed from the PagegetLink()
A link directly to this Page tabWhere this tab is located in the list of tabsvoid
setApplication
(Application application) The app that is in the tabvoid
setCustomImageUrl
(String customImageUrl) URL for an image to be used as a custom iconvoid
setCustomName
(String customName) Name to be used for the tabvoid
setImageUrl
(String imageUrl) The location of the tab thumbnail imagevoid
setIsNonConnectionLandingTab
(Boolean isNonConnectionLandingTab) A flag to identify whether the tab is a custom landing tab for users who are not connected to this Pagevoid
setIsPermanent
(Boolean isPermanent) A flag to identify whether the tab can be removed from the Pagevoid
A link directly to this Page tabvoid
setPosition
(Integer position) Where this tab is located in the list of tabsMethods inherited from class com.restfb.types.NamedFacebookType
getName, setName
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
-
PageTab
public PageTab()
-
-
Method Details
-
getApplication
The app that is in the tab -
setApplication
The app that is in the tab -
getCustomImageUrl
URL for an image to be used as a custom icon -
setCustomImageUrl
URL for an image to be used as a custom icon -
getCustomName
Name to be used for the tab -
setCustomName
Name to be used for the tab -
getImageUrl
The location of the tab thumbnail image -
setImageUrl
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
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
A flag to identify whether the tab can be removed from the Page -
getLink
A link directly to this Page tab -
setLink
A link directly to this Page tab -
getPosition
Where this tab is located in the list of tabs -
setPosition
Where this tab is located in the list of tabs
-