| Package | Description |
|---|---|
| com.omertron.themoviedbapi.methods | |
| com.omertron.themoviedbapi.model.person |
| Modifier and Type | Method and Description |
|---|---|
PersonCredits<CreditBasic> |
TmdbPeople.getPersonCombinedCredits(int personId,
String language,
String... appendToResponse)
Get the combined (movie and TV) credits for a specific person id.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PersonCredits<T extends CreditBasic> |
| Modifier and Type | Class and Description |
|---|---|
class |
CreditMovieBasic |
class |
CreditTVBasic |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonCreditsMixIn.setCast(List<CreditBasic> cast) |
void |
PersonCreditsMixIn.setCrew(List<CreditBasic> crew) |
Copyright © 2012-2015. All Rights Reserved.