| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.model | |
| com.omertron.themoviedbapi.wrapper |
| 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 |
|---|---|
TmdbResultsList<Keyword> |
TheMovieDbApi.getMovieKeywords(int movieId,
String... appendToResponse)
This method is used to retrieve all of the keywords that have been added to a particular movie.
|
TmdbResultsList<Keyword> |
TheMovieDbApi.searchKeyword(String query,
int page)
Search for keywords by name
|
| Modifier and Type | Method and Description |
|---|---|
List<Keyword> |
MovieDb.getKeywords() |
| Modifier and Type | Method and Description |
|---|---|
List<Keyword> |
WrapperMovieKeywords.getKeywords() |
List<Keyword> |
WrapperKeywords.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperMovieKeywords.setKeywords(List<Keyword> keywords) |
void |
WrapperKeywords.setResults(List<Keyword> results) |
Copyright © 2012-2015. All Rights Reserved.