Uses of Interface
facebook4j.Milestone

Packages that use Milestone
facebook4j.api   
facebook4j.json   
 

Uses of Milestone in facebook4j.api
 

Methods in facebook4j.api that return types with arguments of type Milestone
 ResponseList<Milestone> PageMethods.getMilestones()
          Returns a list of the Page's milestones.
 ResponseList<Milestone> PageMethods.getMilestones(Reading reading)
          /** Returns a list of the Page's milestones.
 ResponseList<Milestone> PageMethods.getMilestones(String pageId)
          Returns a list of the Page's milestones.
 ResponseList<Milestone> PageMethods.getMilestones(String pageId, Reading reading)
          Returns a list of the Page's milestones.
 

Uses of Milestone in facebook4j.json
 

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



Copyright © 2019. All rights reserved.