| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.methods | |
| com.omertron.themoviedbapi.model.movie |
| 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 |
|---|---|
ListItem<MovieDb> |
TheMovieDbApi.getList(String listId)
Get a list by its ID
|
TmdbResultsList<MovieDb> |
TheMovieDbApi.getNowPlayingMovies(Integer page,
String language)
This method is used to retrieve the movies currently in theatres.
|
TmdbResultsList<MovieDb> |
TheMovieDbApi.getPopularMovieList(Integer page,
String language)
This method is used to retrieve the daily movie popularity list.
|
TmdbResultsList<MovieDb> |
TheMovieDbApi.getSimilarMovies(int movieId,
Integer page,
String language,
String... appendToResponse)
The similar movies method will let you retrieve the similar movies for a
particular movie.
|
TmdbResultsList<MovieDb> |
TheMovieDbApi.getTopRatedMovies(Integer page,
String language)
This method is used to retrieve the top rated movies that have over 10
votes on TMDb.
|
TmdbResultsList<MovieDb> |
TheMovieDbApi.getUpcoming(Integer page,
String language)
Get the list of upcoming movies.
|
TmdbResultsList<MovieDb> |
TheMovieDbApi.searchMovie(String query,
Integer page,
String language,
Boolean includeAdult,
Integer searchYear,
Integer primaryReleaseYear,
SearchType searchType)
Search Movies This is a good starting point to start finding movies on
TMDb.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Compare.movies(MovieDb moviedb,
String title,
String year)
Compare the MovieDB object with a title & year
|
static boolean |
Compare.movies(MovieDb moviedb,
String title,
String year,
int maxDistance)
Compare the MovieDB object with a title & year, case sensitive
|
static boolean |
Compare.movies(MovieDb moviedb,
String title,
String year,
int maxDistance,
boolean caseSensitive)
Compare the MovieDB object with a title & year
|
| Modifier and Type | Method and Description |
|---|---|
MovieDb |
TmdbMovies.getLatestMovie()
This method is used to retrieve the newest movie that was added to TMDb.
|
MovieDb |
TmdbMovies.getMovieInfo(int movieId,
String language,
String... appendToResponse)
This method is used to retrieve all of the basic movie information.
|
MovieDb |
TmdbMovies.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 |
|---|---|
ListItem<MovieDb> |
TmdbLists.getList(String listId)
Get a list by its ID
|
TmdbResultsList<MovieDb> |
TmdbMovies.getNowPlayingMovies(Integer page,
String language)
This method is used to retrieve the movies currently in theatres.
|
TmdbResultsList<MovieDb> |
TmdbMovies.getPopularMovieList(Integer page,
String language)
This method is used to retrieve the daily movie popularity list.
|
TmdbResultsList<MovieDb> |
TmdbMovies.getSimilarMovies(int movieId,
Integer page,
String language,
String... appendToResponse)
The similar movies method will let you retrieve the similar movies for a
particular movie.
|
TmdbResultsList<MovieDb> |
TmdbMovies.getTopRatedMovies(Integer page,
String language)
This method is used to retrieve the top rated movies that have over 10
votes on TMDb.
|
TmdbResultsList<MovieDb> |
TmdbMovies.getUpcoming(Integer page,
String language)
Get the list of upcoming movies.
|
TmdbResultsList<MovieDb> |
TmdbSearch.searchMovie(String query,
Integer page,
String language,
Boolean includeAdult,
Integer searchYear,
Integer primaryReleaseYear,
SearchType searchType)
Search Movies This is a good starting point to start finding movies on TMDb.
|
| Modifier and Type | Method and Description |
|---|---|
List<MovieDb> |
MovieDb.getSimilarMovies() |
| Modifier and Type | Method and Description |
|---|---|
void |
MovieDb.setSimilarMovies(WrapperGenericList<MovieDb> similarMovies) |
Copyright © 2012-2015. All Rights Reserved.