Uses of Class
com.restfb.types.Page
Packages that use Page
Package
Description
Default implementations of Facebook
Graph API Objects.
Special types to interact with the Facebook Marketing
API.
-
Uses of Page in com.restfb.types
Subclasses of Page in com.restfb.typesMethods in com.restfb.types that return PageModifier and TypeMethodDescriptionFrom.getAsPage()
returns the from field asPage
objectPage.getBestPage()
The best available Page on Facebook for the concept represented by this Page.Page.MailingAddress.getCityPage()
Page representing the address city.Milestone.getFrom()
The Page that posted the milestone.PageAdminNote.getFrom()
Page that owns the note.PageCallToAction.getFrom()
Page that owns the call-to-action.PageLabel.getFrom()
PageLifeEvent.getFromPage()
The information of the Page that owns the milestone.Page.getGlobalBrandParentPage()
This brand's global (parent) Page.SearchPlace.getPage()
The Page node corresponding to the Place.UserIDForPage.getPage()
Page.getParentPage()
Parent Page of this Page.PlaceTag.getPlace()
The place that was visitedMethods in com.restfb.types that return types with arguments of type PageMethods in com.restfb.types with parameters of type PageModifier and TypeMethodDescriptionboolean
Page.addGlobalBrandChildren
(Page globalBrandChild) boolean
Page.removeGlobalBrandChildren
(Page globalBrandChild) void
Page.setBestPage
(Page bestPage) The best available Page on Facebook for the concept represented by this Page.void
Page.MailingAddress.setCityPage
(Page cityPage) Page representing the address city.void
The Page that posted the milestone.void
Page that owns the note.void
Page that owns the call-to-action.void
void
PageLifeEvent.setFromPage
(Page fromPage) The information of the Page that owns the milestone.void
Page.setGlobalBrandParentPage
(Page globalBrandParentPage) This brand's global (parent) Page.void
void
The Page node corresponding to the Place.void
void
Page.setParentPage
(Page parentPage) Parent Page of this Page.void
The place that was visited -
Uses of Page in com.restfb.types.ads
Methods in com.restfb.types.ads that return PageModifier and TypeMethodDescriptionLeadgenForm.getPage()
StoreCatalogSettings.getPage()
Business.getPrimaryPage()
The primary Facebook Page for this business.Methods in com.restfb.types.ads that return types with arguments of type PageMethods in com.restfb.types.ads with parameters of type PageModifier and TypeMethodDescriptionvoid
void
void
Business.setPrimaryPage
(Page primaryPage) The primary Facebook Page for this business.Method parameters in com.restfb.types.ads with type arguments of type PageModifier and TypeMethodDescriptionvoid
Business.setOwnedPages
(List<Page> ownedPages) This business owns these pages.