| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.model | |
| com.omertron.themoviedbapi.wrapper |
| Modifier and Type | Method and Description |
|---|---|
MovieDb |
TheMovieDbApi.getLatestMovie()
This method is used to retrieve the newest movie that was added to TMDb.
|
MovieDb |
TheMovieDbApi.getMovieInfo(int movieId,
String language,
String... appendToResponse)
This method is used to retrieve all of the basic movie information.
|
MovieDb |
TheMovieDbApi.getMovieInfoImdb(String imdbId,
String language,
String... appendToResponse)
This method is used to retrieve all of the basic movie information.
|
| Modifier and Type | Method and Description |
|---|---|
TmdbResultsList<MovieDb> |
TheMovieDbApi.getCompanyMovies(int companyId,
String language,
int page)
This method is used to retrieve the movies associated with a company.
|
TmdbResultsList<MovieDb> |
TheMovieDbApi.getDiscover(Discover discover)
Discover movies by different types of data like average rating, number of votes, genres and certifications.
|
TmdbResultsList<MovieDb> |
TheMovieDbApi.getDiscover(int page,
String language,
String sortBy,
boolean includeAdult,
int year,
int primaryReleaseYear,
int voteCountGte,
float voteAverageGte,
String withGenres,
String releaseDateGte,
String releaseDateLte,
String certificationCountry,
String certificationLte,
String withCompanies)
Discover movies by different types of data like average rating, number of votes, genres and certifications.
|
List<MovieDb> |
TheMovieDbApi.getFavoriteMovies(String sessionId,
int accountId)
Get the account favourite movies
|
TmdbResultsList<MovieDb> |
TheMovieDbApi.getGenreMovies(int genreId,
String language,
int page,
boolean includeAllMovies)
Get a list of movies per genre.
|
TmdbResultsList<MovieDb> |
TheMovieDbApi.getNowPlayingMovies(String language,
int page)
This method is used to retrieve the movies currently in theatres.
|
TmdbResultsList<MovieDb> |
TheMovieDbApi.getPopularMovieList(String language,
int page)
This method is used to retrieve the daily movie popularity list.
|
List<MovieDb> |
TheMovieDbApi.getRatedMovies(String sessionId,
int accountId)
Get the list of rated movies (and associated rating) for an account.
|
TmdbResultsList<MovieDb> |
TheMovieDbApi.getSimilarMovies(int movieId,
String language,
int page,
String... appendToResponse)
The similar movies method will let you retrieve the similar movies for a particular movie.
|
TmdbResultsList<MovieDb> |
TheMovieDbApi.getTopRatedMovies(String language,
int page)
This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
|
TmdbResultsList<MovieDb> |
TheMovieDbApi.getUpcoming(String language,
int page)
Get the list of upcoming movies.
|
List<MovieDb> |
TheMovieDbApi.getWatchList(String sessionId,
int accountId)
Get the list of movies on an accounts watchlist.
|
TmdbResultsList<MovieDb> |
TheMovieDbApi.searchMovie(String movieName,
int searchYear,
String language,
boolean includeAdult,
int page)
Search Movies This is a good starting point to start finding movies on TMDb.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TheMovieDbApi.compareMovies(MovieDb moviedb,
String title,
String year)
Compare the MovieDB object with a title & year
|
static boolean |
TheMovieDbApi.compareMovies(MovieDb moviedb,
String title,
String year,
int maxDistance)
Compare the MovieDB object with a title & year, case sensitive
|
static boolean |
TheMovieDbApi.compareMovies(MovieDb moviedb,
String title,
String year,
int maxDistance,
boolean caseSensitive)
Compare the MovieDB object with a title & year
|
| Modifier and Type | Method and Description |
|---|---|
List<MovieDb> |
MovieDbList.getItems() |
List<MovieDb> |
MovieDb.getSimilarMovies() |
| Modifier and Type | Method and Description |
|---|---|
void |
MovieDbList.setItems(List<MovieDb> items) |
| Modifier and Type | Method and Description |
|---|---|
List<MovieDb> |
WrapperMovie.getMovies() |
List<MovieDb> |
WrapperCompanyMovies.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperMovie.setMovies(List<MovieDb> movies) |
void |
WrapperCompanyMovies.setResults(List<MovieDb> results) |
Copyright © 2012-2015. All Rights Reserved.