Uses of Class
com.omertron.themoviedbapi.model.movie.MovieList

Packages that use MovieList
com.omertron.themoviedbapi   
com.omertron.themoviedbapi.model.movie   
com.omertron.themoviedbapi.wrapper.movie   
 

Uses of MovieList in com.omertron.themoviedbapi
 

Methods in com.omertron.themoviedbapi that return types with arguments of type MovieList
 TmdbResultsList<MovieList> TheMovieDbApi.getMovieLists(int movieId, String language, int page, String... appendToResponse)
          Get the lists that the movie belongs to
 TmdbResultsList<MovieList> TheMovieDbApi.searchList(String query, String language, int page)
          Search for lists by name and description.
 

Uses of MovieList in com.omertron.themoviedbapi.model.movie
 

Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type MovieList
 List<MovieList> MovieDb.getLists()
           
 

Uses of MovieList in com.omertron.themoviedbapi.wrapper.movie
 

Methods in com.omertron.themoviedbapi.wrapper.movie that return types with arguments of type MovieList
 List<MovieList> WrapperMovieList.getMovieList()
           
 

Method parameters in com.omertron.themoviedbapi.wrapper.movie with type arguments of type MovieList
 void WrapperMovieList.setMovieList(List<MovieList> movieList)
           
 



Copyright © 2012-2013. All Rights Reserved.