| Modifier and Type | Method and Description |
|---|---|
Keyword |
TheMovieDbApi.getKeyword(String keywordId)
Get the basic information for a specific keyword id.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<Keyword> |
TheMovieDbApi.getMovieKeywords(int movieId)
This method is used to retrieve all of the keywords that have been added
to a particular movie.
|
ResultList<Keyword> |
TheMovieDbApi.getTVKeywords(int tvID)
Get the plot keywords for a specific TV show id.
|
ResultList<Keyword> |
TheMovieDbApi.searchKeyword(String query,
Integer page)
Search for keywords by name
|
| Modifier and Type | Method and Description |
|---|---|
Keyword |
TmdbKeywords.getKeyword(String keywordId)
Get the basic information for a specific keyword id.
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<Keyword> |
TmdbMovies.getMovieKeywords(int movieId)
This method is used to retrieve all of the keywords that have been added to a particular movie.
|
ResultList<Keyword> |
TmdbTV.getTVKeywords(int tvID)
Get the plot keywords for a specific TV show id.
|
ResultList<Keyword> |
TmdbSearch.searchKeyword(String query,
Integer page)
Search for keywords by name
|
| Modifier and Type | Method and Description |
|---|---|
List<Keyword> |
MovieInfo.getKeywords() |
| Modifier and Type | Method and Description |
|---|---|
List<Keyword> |
TVInfo.getKeywords() |
| Modifier and Type | Method and Description |
|---|---|
void |
TVInfo.setKeywords(WrapperGenericList<Keyword> keywords) |
| Modifier and Type | Method and Description |
|---|---|
List<Keyword> |
WrapperMovieKeywords.getKeywords() |
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperMovieKeywords.setKeywords(List<Keyword> keywords) |
Copyright © 2012–2017. All rights reserved.