Uses of Class
com.restfb.types.Page
-
Packages that use Page Package Description com.restfb.types Default implementations of Facebook Graph API Objects.com.restfb.types.ads Special types to interact with the Facebook Marketing API. -
-
Uses of Page in com.restfb.types
Subclasses of Page in com.restfb.types Modifier and Type Class Description class
Account
Represents the Account Graph API type.Methods in com.restfb.types that return Page Modifier and Type Method Description Page
From. getAsPage()
returns the from field asPage
objectPage
Page. getBestPage()
The best available Page on Facebook for the concept represented by this Page.Page
Page.MailingAddress. getCityPage()
Page representing the address city.Page
Milestone. getFrom()
The Page that posted the milestone.Page
PageAdminNote. getFrom()
Page that owns the note.Page
PageCallToAction. getFrom()
Page that owns the call-to-action.Page
PageLabel. getFrom()
Page
PageLifeEvent. getFromPage()
The information of the Page that owns the milestone.Page
Page. getGlobalBrandParentPage()
This brand's global (parent) Page.Page
SearchPlace. getPage()
The Page node corresponding to the Place.Page
UserIDForPage. getPage()
Page
Page. getParentPage()
Parent Page of this Page.Page
PlaceTag. getPlace()
The place that was visitedMethods in com.restfb.types with parameters of type Page Modifier and Type Method Description 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
Milestone. setFrom(Page from)
The Page that posted the milestone.void
PageAdminNote. setFrom(Page from)
Page that owns the note.void
PageCallToAction. setFrom(Page from)
Page that owns the call-to-action.void
PageLabel. setFrom(Page from)
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
From. setPage(Page page)
void
SearchPlace. setPage(Page page)
The Page node corresponding to the Place.void
UserIDForPage. setPage(Page page)
void
Page. setParentPage(Page parentPage)
Parent Page of this Page.void
PlaceTag. setPlace(Page place)
The place that was visited -
Uses of Page in com.restfb.types.ads
Methods in com.restfb.types.ads that return Page Modifier and Type Method Description Page
LeadgenForm. getPage()
Page
StoreCatalogSettings. getPage()
Page
Business. getPrimaryPage()
The primary Facebook Page for this business.Methods in com.restfb.types.ads with parameters of type Page Modifier and Type Method Description void
LeadgenForm. setPage(Page page)
void
StoreCatalogSettings. setPage(Page page)
void
Business. setPrimaryPage(Page primaryPage)
The primary Facebook Page for this business.
-