| Package | Description |
|---|---|
| com.moviejukebox.themoviedb | |
| com.moviejukebox.themoviedb.wrapper |
| Modifier and Type | Method and Description |
|---|---|
List<PersonCredit> |
TheMovieDb.getPersonCredits(int personId)
This method is used to retrieve all of the cast & crew information for the person.
|
| Modifier and Type | Method and Description |
|---|---|
List<PersonCredit> |
WrapperPersonCredits.getCast() |
List<PersonCredit> |
WrapperPersonCredits.getCrew() |
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperPersonCredits.setCast(List<PersonCredit> cast) |
void |
WrapperPersonCredits.setCrew(List<PersonCredit> crew) |
Copyright © 2012. All Rights Reserved.