| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.methods | |
| com.omertron.themoviedbapi.model | |
| com.omertron.themoviedbapi.model.movie |
| Modifier and Type | Method and Description |
|---|---|
ResultList<MovieBasic> |
TheMovieDbApi.getCompanyMovies(int companyId,
String language,
Integer page)
This method is used to retrieve the movies associated with a company.
|
ResultList<MovieBasic> |
TheMovieDbApi.getDiscoverMovies(Discover discover)
Discover movies by different types of data like average rating, number of
votes, genres and certifications.
|
ResultList<MovieBasic> |
TheMovieDbApi.getFavoriteMovies(String sessionId,
int accountId)
Get the account favourite movies
|
ResultList<MovieBasic> |
TheMovieDbApi.getGenreMovies(int genreId,
String language,
Integer page,
Boolean includeAllMovies,
Boolean includeAdult)
Get a list of movies per genre.
|
ResultList<MovieBasic> |
TheMovieDbApi.getGuestRatedMovies(String guestSessionId,
String language,
Integer page,
SortBy sortBy)
Get a list of rated movies for a specific guest session id.
|
ResultList<MovieBasic> |
TheMovieDbApi.getKeywordMovies(String keywordId,
String language,
Integer page)
Get the list of movies for a particular keyword by id.
|
ResultList<MovieBasic> |
TheMovieDbApi.getRatedMovies(String sessionId,
int accountId,
Integer page,
String sortBy,
String language)
Get the list of rated movies (and associated rating) for an account.
|
ResultList<MovieBasic> |
TheMovieDbApi.getWatchListMovie(String sessionId,
int accountId,
Integer page,
String sortBy,
String language)
Get the list of movies on an accounts watchlist.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<MovieBasic> |
TmdbCompanies.getCompanyMovies(int companyId,
String language,
Integer page)
This method is used to retrieve the movies associated with a company.
|
ResultList<MovieBasic> |
TmdbDiscover.getDiscoverMovies(Discover discover)
Discover movies by different types of data like average rating, number of votes, genres and certifications.
|
ResultList<MovieBasic> |
TmdbAccount.getFavoriteMovies(String sessionId,
int accountId)
Get the list of favorite movies for an account.
|
ResultList<MovieBasic> |
TmdbGenres.getGenreMovies(int genreId,
String language,
Integer page,
Boolean includeAllMovies,
Boolean includeAdult)
Get the list of movies for a particular genre by id.
|
ResultList<MovieBasic> |
TmdbAccount.getGuestRatedMovies(String guestSessionId,
String language,
Integer page,
SortBy sortBy)
Get a list of rated movies for a specific guest session id.
|
ResultList<MovieBasic> |
TmdbKeywords.getKeywordMovies(String keywordId,
String language,
Integer page)
Get the list of movies for a particular keyword by id.
|
ResultList<MovieBasic> |
TmdbAccount.getRatedMovies(String sessionId,
int accountId,
Integer page,
String sortBy,
String language)
Get the list of rated movies (and associated rating) for an account.
|
ResultList<MovieBasic> |
TmdbAccount.getWatchListMovie(String sessionId,
int accountId,
Integer page,
String sortBy,
String language)
Get the list of movies on an accounts watch list.
|
| Modifier and Type | Method and Description |
|---|---|
List<MovieBasic> |
FindResults.getMovieResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
FindResults.setMovieResults(List<MovieBasic> movieResults) |
| Modifier and Type | Class and Description |
|---|---|
class |
MovieInfo
Movie Info
|
Copyright © 2012–2017. All rights reserved.