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

Packages that use MovieDbList
com.omertron.themoviedbapi   
com.omertron.themoviedbapi.wrapper.movie   
 

Uses of MovieDbList in com.omertron.themoviedbapi
 

Methods in com.omertron.themoviedbapi that return MovieDbList
 MovieDbList TheMovieDbApi.getList(String listId)
          Get a list by its ID
 

Methods in com.omertron.themoviedbapi that return types with arguments of type MovieDbList
 List<MovieDbList> TheMovieDbApi.getUserLists(String sessionId, int accountID)
          Get all lists of a given user
 

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

Methods in com.omertron.themoviedbapi.wrapper.movie that return types with arguments of type MovieDbList
 List<MovieDbList> WrapperMovieDbList.getLists()
           
 

Method parameters in com.omertron.themoviedbapi.wrapper.movie with type arguments of type MovieDbList
 void WrapperMovieDbList.setLists(List<MovieDbList> lists)
           
 



Copyright © 2012-2013. All Rights Reserved.