Uses of Interface
facebook4j.Page

Packages that use Page
facebook4j.api   
facebook4j.json   
 

Uses of Page in facebook4j.api
 

Methods in facebook4j.api that return Page
 Page PageMethods.getLikedPage(String pageId)
          Returns a specific page that the current user has liked.
 Page PageMethods.getLikedPage(String pageId, Reading reading)
          Returns a specific page that the current user has liked.
 Page PageMethods.getLikedPage(String userId, String pageId)
          Returns a specific page that a user has liked.
 Page PageMethods.getLikedPage(String userId, String pageId, Reading reading)
          Returns a specific page that a user has liked.
 Page PageMethods.getPage()
          Returns the current page.
 Page PageMethods.getPage(Reading reading)
          Returns the current page.
 Page PageMethods.getPage(String pageId)
          Returns the page.
 Page PageMethods.getPage(String pageId, Reading reading)
          Returns the page.
 

Methods in facebook4j.api that return types with arguments of type Page
 ResponseList<Page> PageMethods.getGlobalBrandChildren(String pageId)
          Returns all children pages of a specific page.
 ResponseList<Page> PageMethods.getGlobalBrandChildren(String pageId, Reading reading)
          Returns all children pages of a specific page.
 ResponseList<Page> SearchMethods.searchPages(String query)
          Searches pages.
 ResponseList<Page> SearchMethods.searchPages(String query, Reading reading)
          Searches pages.
 

Uses of Page in facebook4j.json
 

Methods in facebook4j.json that return Page
static Page DataObjectFactory.createPage(String rawJSON)
          Constructs a Page object from rawJSON string.
 



Copyright © 2019. All rights reserved.