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