Uses of Interface
facebook4j.Admin

Packages that use Admin
facebook4j.api   
facebook4j.json   
 

Uses of Admin in facebook4j.api
 

Methods in facebook4j.api that return types with arguments of type Admin
 ResponseList<Admin> PageMethods.getPageAdmins()
          Returns a list of the Page's Admins.
 ResponseList<Admin> PageMethods.getPageAdmins(Reading reading)
          Returns a list of the Page's Admins.
 ResponseList<Admin> PageMethods.getPageAdmins(String pageId)
          Returns a list of the Page's Admins.
 ResponseList<Admin> PageMethods.getPageAdmins(String pageId, Reading reading)
          Returns a list of the Page's Admins.
 

Uses of Admin in facebook4j.json
 

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



Copyright © 2019. All rights reserved.