| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.wrapper |
| Modifier and Type | Method and Description |
|---|---|
Person |
TheMovieDbApi.getPersonInfo(int personId,
String... appendToResponse)
This method is used to retrieve all of the basic person information.
|
Person |
TheMovieDbApi.getPersonLatest()
Get the latest person id.
|
| Modifier and Type | Method and Description |
|---|---|
TmdbResultsList<Person> |
TheMovieDbApi.getMovieCasts(int movieId,
String... appendToResponse)
Get the cast information for a specific movie id.
|
TmdbResultsList<Person> |
TheMovieDbApi.getPersonPopular()
Get the list of popular people on The Movie Database.
|
TmdbResultsList<Person> |
TheMovieDbApi.getPersonPopular(int page)
Get the list of popular people on The Movie Database.
|
TmdbResultsList<Person> |
TheMovieDbApi.searchPeople(String personName,
boolean includeAdult,
int page)
This is a good starting point to start finding people on TMDb.
|
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
WrapperMovieCasts.getAll() |
List<Person> |
WrapperPersonList.getPersonList() |
List<Person> |
WrapperPerson.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperPersonList.setPersonList(List<Person> personList) |
void |
WrapperPerson.setResults(List<Person> results) |
Copyright © 2012-2015. All Rights Reserved.