Uses of Interface
facebook4j.Movie

Packages that use Movie
facebook4j.api   
facebook4j.json   
 

Uses of Movie in facebook4j.api
 

Methods in facebook4j.api that return types with arguments of type Movie
 ResponseList<Movie> FavoriteMethods.getMovies()
          Returns the movies listed on the current user's profile.
 ResponseList<Movie> FavoriteMethods.getMovies(Reading reading)
          Returns the movies listed on the current user's profile.
 ResponseList<Movie> FavoriteMethods.getMovies(String userId)
          Returns the movies listed on a user's profile.
 ResponseList<Movie> FavoriteMethods.getMovies(String userId, Reading reading)
          Returns the movies listed on a user's profile.
 

Uses of Movie in facebook4j.json
 

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



Copyright © 2019. All rights reserved.