Uses of Interface
facebook4j.Offer

Packages that use Offer
facebook4j.api   
facebook4j.json   
 

Uses of Offer in facebook4j.api
 

Methods in facebook4j.api that return Offer
 Offer PageMethods.getOffer(String offerId)
          Returns the offer.
 

Methods in facebook4j.api that return types with arguments of type Offer
 ResponseList<Offer> PageMethods.getOffers()
          Returns a list of offers of the current page.
 ResponseList<Offer> PageMethods.getOffers(Reading reading)
          Returns a list of offers of the current page.
 ResponseList<Offer> PageMethods.getOffers(String pageId)
          Returns a list of offers of the current page.
 ResponseList<Offer> PageMethods.getOffers(String pageId, Reading reading)
          Returns a list of offers of the current page.
 

Uses of Offer in facebook4j.json
 

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



Copyright © 2019. All rights reserved.