public class TmdbPeople extends AbstractMethod
apiKey, httpTools, MAPPER| Constructor and Description |
|---|
TmdbPeople(String apiKey,
HttpTools httpTools)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ResultList<ChangeKeyItem> |
getPersonChanges(int personId,
String startDate,
String endDate)
Get the changes for a specific person id.
|
PersonCreditList<CreditBasic> |
getPersonCombinedCredits(int personId,
String language)
Get the combined (movie and TV) credits for a specific person id.
|
ExternalID |
getPersonExternalIds(int personId)
Get the external ids for a specific person id.
|
ResultList<Artwork> |
getPersonImages(int personId)
Get the images for a specific person id.
|
PersonInfo |
getPersonInfo(int personId,
String... appendToResponse)
Get the general person information for a specific id.
|
PersonInfo |
getPersonLatest()
Get the latest person id.
|
PersonCreditList<CreditMovieBasic> |
getPersonMovieCredits(int personId,
String language)
Get the movie credits for a specific person id.
|
ResultList<PersonFind> |
getPersonPopular(Integer page)
Get the list of popular people on The Movie Database.
|
ResultList<ArtworkMedia> |
getPersonTaggedImages(int personId,
Integer page,
String language)
Get the images that have been tagged with a specific person id.
|
PersonCreditList<CreditTVBasic> |
getPersonTVCredits(int personId,
String language)
Get the TV credits for a specific person id.
|
getMediaChanges, getTypeReference, processWrapper, processWrapperListpublic PersonInfo getPersonInfo(int personId, String... appendToResponse) throws MovieDbException
personId - appendToResponse - MovieDbExceptionpublic PersonCreditList<CreditMovieBasic> getPersonMovieCredits(int personId, String language) throws MovieDbException
personId - language - MovieDbExceptionpublic PersonCreditList<CreditTVBasic> getPersonTVCredits(int personId, String language) throws MovieDbException
personId - language - MovieDbExceptionpublic PersonCreditList<CreditBasic> getPersonCombinedCredits(int personId, String language) throws MovieDbException
personId - language - MovieDbExceptionpublic ExternalID getPersonExternalIds(int personId) throws MovieDbException
personId - MovieDbExceptionpublic ResultList<Artwork> getPersonImages(int personId) throws MovieDbException
personId - MovieDbExceptionpublic ResultList<ArtworkMedia> getPersonTaggedImages(int personId, Integer page, String language) throws MovieDbException
personId - page - language - MovieDbExceptionpublic ResultList<ChangeKeyItem> getPersonChanges(int personId, String startDate, String endDate) throws MovieDbException
personId - startDate - endDate - MovieDbExceptionpublic ResultList<PersonFind> getPersonPopular(Integer page) throws MovieDbException
page - MovieDbExceptionpublic PersonInfo getPersonLatest() throws MovieDbException
MovieDbExceptionCopyright © 2012–2017. All rights reserved.