| Package | Description |
|---|---|
| com.moviejukebox.themoviedb | |
| com.moviejukebox.themoviedb.wrapper |
| Modifier and Type | Method and Description |
|---|---|
Person |
TheMovieDb.getPersonInfo(int personId)
This method is used to retrieve all of the basic person information.
|
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
TheMovieDb.getMovieCasts(int movieId)
This method is used to retrieve all of the movie cast information.
|
List<Person> |
TheMovieDb.searchPeople(String personName,
boolean allResults)
This is a good starting point to start finding people on TMDb.
|
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
WrapperPerson.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperPerson.setResults(List<Person> results) |
Copyright © 2012. All Rights Reserved.