public class TmdbCredits extends AbstractMethod
apiKey, httpTools, MAPPER| Constructor and Description |
|---|
TmdbCredits(String apiKey,
HttpTools httpTools)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CreditInfo |
getCreditInfo(String creditId,
String language)
Get the detailed information about a particular credit record.
|
getMediaChanges, getTypeReference, processWrapper, processWrapperListpublic CreditInfo getCreditInfo(String creditId, String language) throws MovieDbException
This is currently only supported with the new credit model found in TV.
These IDs can be found from any TV credit response as well as the
TV_credits and combined_credits methods for people.
The episodes object returns a list of episodes and are generally going to
be guest stars.
The season array will return a list of season numbers.
Season credits are credits that were marked with the "add to every
season" option in the editing interface and are assumed to be "season
regulars".
creditId - language - MovieDbExceptionCopyright © 2012–2017. All rights reserved.