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 asPageobjectPage.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 TypeMethodDescriptionbooleanPage.addGlobalBrandChildren(Page globalBrandChild) booleanPage.removeGlobalBrandChildren(Page globalBrandChild) voidPage.setBestPage(Page bestPage) The best available Page on Facebook for the concept represented by this Page.voidPage.MailingAddress.setCityPage(Page cityPage) Page representing the address city.voidThe Page that posted the milestone.voidPage that owns the note.voidPage that owns the call-to-action.voidvoidPageLifeEvent.setFromPage(Page fromPage) The information of the Page that owns the milestone.voidPage.setGlobalBrandParentPage(Page globalBrandParentPage) This brand's global (parent) Page.voidvoidThe Page node corresponding to the Place.voidvoidPage.setParentPage(Page parentPage) Parent Page of this Page.voidThe 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 TypeMethodDescriptionvoidvoidvoidBusiness.setPrimaryPage(Page primaryPage) The primary Facebook Page for this business.Method parameters in com.restfb.types.ads with type arguments of type PageModifier and TypeMethodDescriptionvoidBusiness.setOwnedPages(List<Page> ownedPages) This business owns these pages.