public class TmdbGenres extends AbstractMethod
apiKey, httpTools, MAPPER| Constructor and Description |
|---|
TmdbGenres(String apiKey,
HttpTools httpTools)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<Genre> |
getGenreMovieList(String language)
Get the list of movie genres.
|
ResultList<MovieBasic> |
getGenreMovies(int genreId,
String language,
Integer page,
Boolean includeAllMovies,
Boolean includeAdult)
Get the list of movies for a particular genre by id.
|
ResultList<Genre> |
getGenreTVList(String language)
Get the list of TV genres.
|
getMediaChanges, getTypeReference, processWrapper, processWrapperListpublic ResultList<Genre> getGenreMovieList(String language) throws MovieDbException
language - MovieDbExceptionpublic ResultList<Genre> getGenreTVList(String language) throws MovieDbException
language - MovieDbExceptionpublic ResultList<MovieBasic> getGenreMovies(int genreId, String language, Integer page, Boolean includeAllMovies, Boolean includeAdult) throws MovieDbException
genreId - language - page - includeAllMovies - includeAdult - MovieDbExceptionCopyright © 2012–2017. All rights reserved.