| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.methods | |
| com.omertron.themoviedbapi.model.movie | |
| com.omertron.themoviedbapi.model.tv | |
| com.omertron.themoviedbapi.results |
| Modifier and Type | Method and Description |
|---|---|
ResultList<Genre> |
TheMovieDbApi.getGenreMovieList(String language)
Get the list of Movie genres.
|
ResultList<Genre> |
TheMovieDbApi.getGenreTVList(String language)
Get the list of TV genres..
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<Genre> |
TmdbGenres.getGenreMovieList(String language)
Get the list of movie genres.
|
ResultList<Genre> |
TmdbGenres.getGenreTVList(String language)
Get the list of TV genres.
|
| Modifier and Type | Method and Description |
|---|---|
List<Genre> |
MovieInfo.getGenres() |
| Modifier and Type | Method and Description |
|---|---|
void |
MovieInfo.setGenres(List<Genre> genres) |
| Modifier and Type | Method and Description |
|---|---|
List<Genre> |
TVInfo.getGenres() |
| Modifier and Type | Method and Description |
|---|---|
void |
TVInfo.setGenres(List<Genre> genres) |
| Modifier and Type | Method and Description |
|---|---|
List<Genre> |
WrapperGenres.getGenres() |
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperGenres.setGenres(List<Genre> genres) |
Copyright © 2012–2017. All rights reserved.