| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.model | |
| com.omertron.themoviedbapi.model.comparator | |
| com.omertron.themoviedbapi.wrapper |
| Modifier and Type | Method and Description |
|---|---|
TmdbResultsList<PersonCredit> |
TheMovieDbApi.getPersonCredits(int personId,
String... appendToResponse)
This method is used to retrieve all of the cast & crew information for the person.
|
| Modifier and Type | Method and Description |
|---|---|
List<PersonCredit> |
Person.getKnownFor() |
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setKnownFor(List<PersonCredit> knownFor) |
| Modifier and Type | Method and Description |
|---|---|
int |
PersonCreditDateComparator.compare(PersonCredit pc1,
PersonCredit pc2) |
int |
PersonCreditDateComparator.compare(PersonCredit pc1,
PersonCredit pc2,
boolean ascending)
Compare two PersonCredits based on the respective years
|
| Modifier and Type | Method and Description |
|---|---|
List<PersonCredit> |
WrapperPersonCredits.getAll(PersonType... typeList) |
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-2015. All Rights Reserved.