Package | Description |
---|---|
com.moviejukebox.themoviedb | |
com.moviejukebox.themoviedb.wrapper |
Modifier and Type | Method and Description |
---|---|
MovieDb |
TheMovieDb.getLatestMovie()
This method is used to retrieve the newest movie that was added to TMDb.
|
MovieDb |
TheMovieDb.getMovieInfo(int movieId,
String language)
This method is used to retrieve all of the basic movie information.
|
MovieDb |
TheMovieDb.getMovieInfoImdb(String imdbId,
String language)
This method is used to retrieve all of the basic movie information.
|
Modifier and Type | Method and Description |
---|---|
List<MovieDb> |
TheMovieDb.getCompanyMovies(int companyId,
String language,
boolean allResults)
This method is used to retrieve the movies associated with a company.
|
List<MovieDb> |
TheMovieDb.getGenreMovies(int genreId,
String language,
boolean allResults)
Get a list of movies per genre.
|
List<MovieDb> |
TheMovieDb.getNowPlayingMovies(String language,
boolean allResults)
This method is used to retrieve the movies currently in theatres.
|
List<MovieDb> |
TheMovieDb.getPopularMovieList(String language,
boolean allResults)
This method is used to retrieve the daily movie popularity list.
|
List<MovieDb> |
TheMovieDb.getSimilarMovies(int movieId,
String language,
boolean allResults)
The similar movies method will let you retrieve the similar movies for a particular movie.
|
List<MovieDb> |
TheMovieDb.getTopRatedMovies(String language,
boolean allResults)
This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
|
List<MovieDb> |
TheMovieDb.searchMovie(String movieName,
String language,
boolean allResults)
Search Movies This is a good starting point to start finding movies on TMDb.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
TheMovieDb.compareMovies(MovieDb moviedb,
String title,
String year)
Compare the MovieDB object with a title & year
|
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> results) |
void |
WrapperCompanyMovies.setResults(List<MovieDb> results) |
Copyright © 2012. All Rights Reserved.