public class TmdbTVSeasons extends AbstractMethod
apiKey, httpTools, MAPPER| Constructor and Description |
|---|
TmdbTVSeasons(String apiKey,
HttpTools httpTools)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
MediaState |
getSeasonAccountState(int tvID,
String sessionID)
This method lets users get the status of whether or not the TV episodes
of a season have been rated.
|
WrapperChanges |
getSeasonChanges(int tvID,
String startDate,
String endDate)
Look up a TV season's changes by season ID.
|
MediaCreditList |
getSeasonCredits(int tvID,
int seasonNumber)
Get the cast & crew credits for a TV season by season number.
|
ExternalID |
getSeasonExternalID(int tvID,
int seasonNumber,
String language)
Get the external ids that we have stored for a TV season by season
number.
|
ResultList<Artwork> |
getSeasonImages(int tvID,
int seasonNumber,
String language,
String... includeImageLanguage)
Get the images that we have stored for a TV season by season number.
|
TVSeasonInfo |
getSeasonInfo(int tvID,
int seasonNumber,
String language,
String... appendToResponse)
Get the primary information about a TV season by its season number.
|
ResultList<Video> |
getSeasonVideos(int tvID,
int seasonNumber,
String language)
Get the videos that have been added to a TV season (trailers, teasers,
etc...)
|
getTypeReference, processWrapper, processWrapperListpublic TVSeasonInfo getSeasonInfo(int tvID, int seasonNumber, String language, String... appendToResponse) throws MovieDbException
tvID - seasonNumber - language - appendToResponse - MovieDbExceptionpublic WrapperChanges getSeasonChanges(int tvID, String startDate, String endDate) throws MovieDbException
tvID - startDate - endDate - MovieDbExceptionpublic MediaState getSeasonAccountState(int tvID, String sessionID) throws MovieDbException
tvID - sessionID - MovieDbExceptionpublic MediaCreditList getSeasonCredits(int tvID, int seasonNumber) throws MovieDbException
tvID - seasonNumber - MovieDbExceptionpublic ExternalID getSeasonExternalID(int tvID, int seasonNumber, String language) throws MovieDbException
tvID - seasonNumber - language - MovieDbExceptionpublic ResultList<Artwork> getSeasonImages(int tvID, int seasonNumber, String language, String... includeImageLanguage) throws MovieDbException
tvID - seasonNumber - language - includeImageLanguage - MovieDbExceptionpublic ResultList<Video> getSeasonVideos(int tvID, int seasonNumber, String language) throws MovieDbException
tvID - seasonNumber - language - MovieDbExceptionCopyright © 2012-2015. All Rights Reserved.