| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.methods |
| Modifier and Type | Method and Description |
|---|---|
PersonCredits |
TheMovieDbApi.getPersonCombinedCredits(int personId,
String language,
String... appendToResponse)
Get the combined (movie and TV) credits for a specific person id.
|
PersonCredits |
TheMovieDbApi.getPersonMovieCredits(int personId,
String language,
String... appendToResponse)
Get the movie credits for a specific person id.
|
PersonCredits |
TheMovieDbApi.getPersonTVCredits(int personId,
String language,
String... appendToResponse)
Get the TV credits for a specific person id.
|
| 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.
|
PersonCredits<CreditMovieBasic> |
TmdbPeople.getPersonMovieCredits(int personId,
String language,
String... appendToResponse)
Get the movie credits for a specific person id.
|
PersonCredits<CreditTVBasic> |
TmdbPeople.getPersonTVCredits(int personId,
String language,
String... appendToResponse)
Get the TV credits for a specific person id.
|
Copyright © 2012-2015. All Rights Reserved.