Uses of Interface
facebook4j.Tab

Packages that use Tab
facebook4j.api   
facebook4j.json   
 

Uses of Tab in facebook4j.api
 

Methods in facebook4j.api that return types with arguments of type Tab
 ResponseList<Tab> PageMethods.getInstalledTabs(List<String> appIds)
          Returns the current Page's profile tabs if a specific app is installed.
 ResponseList<Tab> PageMethods.getInstalledTabs(List<String> appIds, Reading reading)
          Returns the current Page's profile tabs if a specific app is installed.
 ResponseList<Tab> PageMethods.getInstalledTabs(String pageId, List<String> appIds)
          Returns the Page's profile tabs if a specific app is installed.
 ResponseList<Tab> PageMethods.getInstalledTabs(String pageId, List<String> appIds, Reading reading)
          Returns the Page's profile tabs if a specific app is installed.
 ResponseList<Tab> PageMethods.getTabs()
          Returns the current Page's profile tabs.
 ResponseList<Tab> PageMethods.getTabs(Reading reading)
          Returns the current Page's profile tabs.
 ResponseList<Tab> PageMethods.getTabs(String pageId)
          Returns the Page's profile tabs.
 ResponseList<Tab> PageMethods.getTabs(String pageId, Reading reading)
          Returns the Page's profile tabs.
 

Uses of Tab in facebook4j.json
 

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



Copyright © 2019. All rights reserved.