| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.methods | |
| com.omertron.themoviedbapi.model.movie |
| Modifier and Type | Method and Description |
|---|---|
ResultList<UserList> |
TheMovieDbApi.getMovieLists(int movieId,
Integer page,
String language)
Get the lists that the movie belongs to
|
ResultList<UserList> |
TheMovieDbApi.getUserLists(String sessionId,
int accountId)
Get all lists of a given user
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<UserList> |
TmdbMovies.getMovieLists(int movieId,
Integer page,
String language)
Get the lists that the movie belongs to
|
ResultList<UserList> |
TmdbAccount.getUserLists(String sessionId,
int accountId)
Get all lists of a given user
|
| Modifier and Type | Method and Description |
|---|---|
List<UserList> |
MovieInfo.getLists() |
| Modifier and Type | Method and Description |
|---|---|
void |
MovieInfo.setLists(WrapperGenericList<UserList> lists) |
Copyright © 2012–2017. All rights reserved.