| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.model | |
| com.omertron.themoviedbapi.wrapper |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<MovieList> |
MovieDb.getLists() |
| Modifier and Type | Method and Description |
|---|---|
List<MovieList> |
WrapperMovieList.getMovieList() |
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperMovieList.setMovieList(List<MovieList> movieList) |
Copyright © 2012-2015. All Rights Reserved.