diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 3b89113c8..63f645136 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@
- - -com.omertron.themoviedbapi
+public class AppendToResponseBuilder -extends Object+
public class AppendToResponseBuilder +extends Object
StringStringbuild()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic String build()+
public String build()
com.omertron.themoviedbapi
+public class Compare -extends Object+
public class Compare +extends Object
static booleanmovies(MovieInfo moviedb,
- String title,
- String year)
+movies(MovieInfo moviedb,
+ String title,
+ String year)
static booleanmovies(MovieInfo moviedb,
- String title,
- String year,
+movies(MovieInfo moviedb,
+ String title,
+ String year,
int maxDistance)
Compare the MovieDB object with a title & year, case sensitive
static booleanmovies(MovieInfo moviedb,
- String title,
- String year,
+movies(MovieInfo moviedb,
+ String title,
+ String year,
int maxDistance,
boolean caseSensitive)
Compare the MovieDB object with a title & year
@@ -154,8 +154,8 @@ extends
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -178,8 +178,8 @@ extends
movies
public static boolean movies(MovieInfo moviedb,
- String title,
- String year)
+ String title,
+ String year)
Compare the MovieDB object with a title & year
- Parameters:
moviedb - The moviedb object to compare tootitle - The title of the movie to compareyear - The year of the movie to compare exact match
- Returns:
- True if there is a match, False otherwise.
@@ -192,8 +192,8 @@ extends
movies
public static boolean movies(MovieInfo moviedb,
- String title,
- String year,
+ String title,
+ String year,
int maxDistance,
boolean caseSensitive)
Compare the MovieDB object with a title & year
@@ -209,8 +209,8 @@ extends
movies
public static boolean movies(MovieInfo moviedb,
- String title,
- String year,
+ String title,
+ String year,
int maxDistance)
Compare the MovieDB object with a title & year, case sensitive
- Parameters:
moviedb - title - year - maxDistance -
@@ -243,12 +243,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.html
index b4d538bd3..7efbb10d9 100644
--- a/apidocs/com/omertron/themoviedbapi/MovieDbException.html
+++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.html
@@ -2,16 +2,16 @@
-
-
-MovieDbException (API-The MovieDB 4.0 API)
-
+
+
+MovieDbException (API-The MovieDB 4.1-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
@@ -80,18 +80,18 @@
-com.omertron.themoviedbapi
+com.omertron.themoviedbapi
Class MovieDbException
-- java.lang.Object
+- java.lang.Object
-
-- java.lang.Throwable
+- java.lang.Throwable
-
-- java.lang.Exception
+- java.lang.Exception
-
- org.yamj.api.common.exception.ApiException
@@ -112,11 +112,11 @@
-
- All Implemented Interfaces:
-- Serializable
+- Serializable
-public class MovieDbException
+public class MovieDbException
extends org.yamj.api.common.exception.ApiException
- See Also:
- Serialized Form
@@ -137,56 +137,56 @@ extends org.yamj.api.common.exception.ApiException
Constructor and Description
MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
- String response) MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
+ String response) MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
- String response,
+MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
+ String response,
int responseCode,
- String url)
+ String url) MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
- String response,
+MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
+ String response,
int responseCode,
- String url,
- Throwable cause)
+ String url,
+ Throwable cause) MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
- String response,
+MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
+ String response,
int responseCode,
- URL url)
+ URL url) MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
- String response,
+MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
+ String response,
int responseCode,
- URL url,
- Throwable cause)
+ URL url,
+ Throwable cause) MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
- String response,
- String url) MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
+ String response,
+ String url) MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
- String response,
- String url,
- Throwable cause) MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
+ String response,
+ String url,
+ Throwable cause) MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
- String response,
- URL url) MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
+ String response,
+ URL url) MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
- String response,
- URL url,
- Throwable cause) MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
+ String response,
+ URL url,
+ Throwable cause) fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType, - String response)+ String response)
public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType, - String response, - URL url)+ String response, + URL url)
public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType, - String response, + String response, int responseCode, - URL url)+ URL url)
public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType, - String response, - String url)+ String response, + String url)
public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType, - String response, + String response, int responseCode, - String url)+ String url)
public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType, - String response, - URL url, - Throwable cause)+ String response, + URL url, + Throwable cause)
public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType, - String response, + String response, int responseCode, - URL url, - Throwable cause)+ URL url, + Throwable cause)
public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType, - String response, - String url, - Throwable cause)+ String response, + String url, + Throwable cause)
public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType, - String response, + String response, int responseCode, - String url, - Throwable cause)+ String url, + Throwable cause)
com.omertron.themoviedbapi
+public class TheMovieDbApi -extends Object+
public class TheMovieDbApi +extends Object
This is for version 3 of the API as specified here:
@@ -123,12 +123,12 @@ extends Constructor and Description
-
TheMovieDbApi(String apiKey)
+TheMovieDbApi(String apiKey)
-
TheMovieDbApi(String apiKey,
+
@@ -150,62 +150,62 @@ extends
TheMovieDbApi(String apiKey,
org.apache.http.client.HttpClient httpClient)
-StatusCodeaddItemToList(String sessionId,
- String listId,
- Integer mediaId)
+addItemToList(String sessionId,
+ String listId,
+ Integer mediaId)
-StatusCodeaddToWatchList(String sessionId,
+addToWatchList(String sessionId,
int accountId,
MediaType mediaType,
- Integer mediaId)
+ Integer mediaId)
-booleancheckItemStatus(String listId,
- Integer mediaId)
+checkItemStatus(String listId,
+ Integer mediaId)
-
-URLcreateImageUrl(String imagePath,
- String requiredSize)
+
+URLcreateImageUrl(String imagePath,
+ String requiredSize)
-
-StringcreateList(String sessionId,
- String name,
- String description)
+
+StringcreateList(String sessionId,
+ String name,
+ String description)
-StatusCodedeleteList(String sessionId,
- String listId)
+deleteList(String sessionId,
+ String listId)
-FindResultsfind(String id,
+find(String id,
ExternalSource externalSource,
- String language)
+ String language)
@@ -218,15 +218,15 @@ extends
-AccountgetAccount(String sessionId)
+getAccount(String sessionId)
ResultList<Artwork>getCollectionImages(int collectionId,
- String language)
+getCollectionImages(int collectionId,
+ String language)
CollectionInfogetCollectionInfo(int collectionId,
- String language)
+getCollectionInfo(int collectionId,
+ String language)
ResultList<MovieBasic>getCompanyMovies(int companyId,
- String language,
- Integer page)
+getCompanyMovies(int companyId,
+ String language,
+ Integer page)
CreditInfogetCreditInfo(String creditId,
- String language)
+getCreditInfo(String creditId,
+ String language)
MediaStategetEpisodeAccountState(int tvID,
+getEpisodeAccountState(int tvID,
int seasonNumber,
int episodeNumber,
- String sessionID)
+ String sessionID)
This method lets users get the status of whether or not the TV episode
has been rated.
ResultList<ChangeKeyItem>
-getEpisodeChanges(int episodeID,
- String startDate,
- String endDate)
+getEpisodeChanges(int episodeID,
+ String startDate,
+ String endDate)
Look up a TV episode's changes by episode ID
MediaCreditList
-getEpisodeCredits(int tvID,
+getEpisodeCredits(int tvID,
int seasonNumber,
int episodeNumber)
Get the TV episode credits by combination of season and episode number.
@@ -301,17 +301,17 @@ extends
ExternalID
-getEpisodeExternalID(int tvID,
+getEpisodeExternalID(int tvID,
int seasonNumber,
int episodeNumber,
- String language)
+ String language)
Get the external ids for a TV episode by comabination of a season and
episode number.
ResultList<Artwork>
-getEpisodeImages(int tvID,
+getEpisodeImages(int tvID,
int seasonNumber,
int episodeNumber)
Get the images (episode stills) for a TV episode by combination of a
@@ -320,66 +320,66 @@ extends
TVEpisodeInfo
-getEpisodeInfo(int tvID,
+getEpisodeInfo(int tvID,
int seasonNumber,
int episodeNumber,
- String language,
- String... appendToResponse)
+ String language,
+ String... appendToResponse)
Get the primary information about a TV episode by combination of a season
and episode number.
ResultList<Video>
-getEpisodeVideos(int tvID,
+getEpisodeVideos(int tvID,
int seasonNumber,
int episodeNumber,
- String language)
+ String language)
Get the videos that have been added to a TV episode (teasers, clips,
etc...)
ResultList<MovieBasic>
-getFavoriteMovies(String sessionId,
+getFavoriteMovies(String sessionId,
int accountId)
Get the account favourite movies
ResultList<TVBasic>
-getFavoriteTv(String sessionId,
+getFavoriteTv(String sessionId,
int accountId)
Get the list of favorite TV series for an account.
ResultList<Genre>
-getGenreMovieList(String language)
+getGenreMovieList(String language)
Get the list of Movie genres.
ResultList<MovieBasic>
-getGenreMovies(int genreId,
- String language,
- Integer page,
- Boolean includeAllMovies,
- Boolean includeAdult)
+getGenreMovies(int genreId,
+ String language,
+ Integer page,
+ Boolean includeAllMovies,
+ Boolean includeAdult)
Get a list of movies per genre.
ResultList<Genre>
-getGenreTVList(String language)
+getGenreTVList(String language)
Get the list of TV genres..
ResultList<MovieBasic>
-getGuestRatedMovies(String guestSessionId,
- String language,
- Integer page,
+getGuestRatedMovies(String guestSessionId,
+ String language,
+ Integer page,
SortBy sortBy)
Get a list of rated movies for a specific guest session id.
@@ -398,15 +398,15 @@ extends
Keyword
-getKeyword(String keywordId)
+getKeyword(String keywordId)
Get the basic information for a specific keyword id.
ResultList<MovieBasic>
-getKeywordMovies(String keywordId,
- String language,
- Integer page)
+getKeywordMovies(String keywordId,
+ String language,
+ Integer page)
Get the list of movies for a particular keyword by id.
@@ -424,39 +424,39 @@ extends
ListItem<MovieInfo>
-getList(String listId)
+getList(String listId)
Get a list by its ID
MediaState
-getMovieAccountState(int movieId,
- String sessionId)
+getMovieAccountState(int movieId,
+ String sessionId)
This method lets a user get the status of whether or not the movie has
been rated or added to their favourite or movie watch list.
ResultList<AlternativeTitle>
-getMovieAlternativeTitles(int movieId,
- String country)
+getMovieAlternativeTitles(int movieId,
+ String country)
This method is used to retrieve all of the alternative titles we have for
a particular movie.
ResultList<ChangeListItem>
-getMovieChangeList(Integer page,
- String startDate,
- String endDate)
+getMovieChangeList(Integer page,
+ String startDate,
+ String endDate)
Get a list of Movie IDs that have been edited.
ResultList<ChangeKeyItem>
-getMovieChanges(int movieId,
- String startDate,
- String endDate)
+getMovieChanges(int movieId,
+ String startDate,
+ String endDate)
Get the changes for a specific movie ID.
@@ -468,25 +468,25 @@ extends
ResultList<Artwork>
-getMovieImages(int movieId,
- String language)
+getMovieImages(int movieId,
+ String language)
This method should be used when you’re wanting to retrieve all of the
images for a particular movie.
MovieInfo
-getMovieInfo(int movieId,
- String language,
- String... appendToResponse)
+getMovieInfo(int movieId,
+ String language,
+ String... appendToResponse)
This method is used to retrieve all of the basic movie information.
MovieInfo
-getMovieInfoImdb(String imdbId,
- String language,
- String... appendToResponse)
+getMovieInfoImdb(String imdbId,
+ String language,
+ String... appendToResponse)
This method is used to retrieve all of the basic movie information.
@@ -499,30 +499,30 @@ extends
ResultList<UserList>
-getMovieLists(int movieId,
- Integer page,
- String language)
+getMovieLists(int movieId,
+ Integer page,
+ String language)
Get the lists that the movie belongs to
ResultList<ReleaseInfo>
-getMovieReleaseInfo(int movieId,
- String language)
+getMovieReleaseInfo(int movieId,
+ String language)
This method is used to retrieve all of the release and certification data
we have for a specific movie.
ResultList<Review>
-getMovieReviews(int movieId,
- Integer page,
- String language)
+getMovieReviews(int movieId,
+ Integer page,
+ String language)
Get the reviews for a particular movie id.
-ResultsMap<String,List<Certification>>
+ResultsMap<String,List<Certification>>
getMoviesCertification()
Get a list of movies certification.
@@ -536,8 +536,8 @@ extends
ResultList<Video>
-getMovieVideos(int movieId,
- String language)
+getMovieVideos(int movieId,
+ String language)
This method is used to retrieve all of the trailers for a particular
movie.
@@ -550,31 +550,31 @@ extends
ResultList<MovieInfo>
-getNowPlayingMovies(Integer page,
- String language)
+getNowPlayingMovies(Integer page,
+ String language)
This method is used to retrieve the movies currently in theatres.
ResultList<ChangeListItem>
-getPersonChangeList(Integer page,
- String startDate,
- String endDate)
+getPersonChangeList(Integer page,
+ String startDate,
+ String endDate)
Get a list of PersonInfo IDs that have been edited.
ResultList<ChangeKeyItem>
-getPersonChanges(int personId,
- String startDate,
- String endDate)
+getPersonChanges(int personId,
+ String startDate,
+ String endDate)
Get the changes for a specific person id.
PersonCreditList
-getPersonCombinedCredits(int personId,
- String language)
+getPersonCombinedCredits(int personId,
+ String language)
Get the combined (movie and TV) credits for a specific person id.
@@ -592,8 +592,8 @@ extends
PersonInfo
-getPersonInfo(int personId,
- String... appendToResponse)
+getPersonInfo(int personId,
+ String... appendToResponse)
Get the general person information for a specific id.
@@ -605,118 +605,118 @@ extends
PersonCreditList
-getPersonMovieCredits(int personId,
- String language)
+getPersonMovieCredits(int personId,
+ String language)
Get the movie credits for a specific person id.
ResultList<PersonFind>
-getPersonPopular(Integer page)
+getPersonPopular(Integer page)
Get the list of popular people on The Movie Database.
ResultList<ArtworkMedia>
-getPersonTaggedImages(int personId,
- Integer page,
- String language)
+getPersonTaggedImages(int personId,
+ Integer page,
+ String language)
Get the images that have been tagged with a specific person id.
PersonCreditList
-getPersonTVCredits(int personId,
- String language)
+getPersonTVCredits(int personId,
+ String language)
Get the TV credits for a specific person id.
ResultList<MovieInfo>
-getPopularMovieList(Integer page,
- String language)
+getPopularMovieList(Integer page,
+ String language)
This method is used to retrieve the daily movie popularity list.
ResultList<MovieBasic>
-getRatedMovies(String sessionId,
+getRatedMovies(String sessionId,
int accountId,
- Integer page,
- String sortBy,
- String language)
+ Integer page,
+ String sortBy,
+ String language)
Get the list of rated movies (and associated rating) for an account.
ResultList<TVBasic>
-getRatedTV(String sessionId,
+getRatedTV(String sessionId,
int accountId,
- Integer page,
- String sortBy,
- String language)
+ Integer page,
+ String sortBy,
+ String language)
Get the list of rated TV shows (and associated rating) for an account.
Review
-getReviews(String reviewId)
+getReviews(String reviewId)
MediaState
-getSeasonAccountState(int tvID,
- String sessionID)
+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.
ResultList<ChangeKeyItem>
-getSeasonChanges(int tvID,
- String startDate,
- String endDate)
+getSeasonChanges(int tvID,
+ String startDate,
+ String endDate)
Look up a TV season's changes by season ID.
MediaCreditList
-getSeasonCredits(int tvID,
+getSeasonCredits(int tvID,
int seasonNumber)
Get the cast & crew credits for a TV season by season number.
ExternalID
-getSeasonExternalID(int tvID,
+getSeasonExternalID(int tvID,
int seasonNumber,
- String language)
+ String language)
Get the external ids that we have stored for a TV season by season
number.
ResultList<Artwork>
-getSeasonImages(int tvID,
+getSeasonImages(int tvID,
int seasonNumber,
- String language,
- String... includeImageLanguage)
+ String language,
+ String... includeImageLanguage)
Get the images that we have stored for a TV season by season number.
TVSeasonInfo
-getSeasonInfo(int tvID,
+getSeasonInfo(int tvID,
int seasonNumber,
- String language,
- String... appendToResponse)
+ String language,
+ String... appendToResponse)
Get the primary information about a TV season by its season number.
ResultList<Video>
-getSeasonVideos(int tvID,
+getSeasonVideos(int tvID,
int seasonNumber,
- String language)
+ String language)
Get the videos that have been added to a TV season (trailers, teasers,
etc...)
@@ -730,24 +730,24 @@ extends
TokenAuthorisation
-getSessionTokenLogin(TokenAuthorisation token,
- String username,
- String password)
+getSessionTokenLogin(TokenAuthorisation token,
+ String username,
+ String password)
This method is used to generate a session id for user based
authentication.
ResultList<MovieInfo>
-getSimilarMovies(int movieId,
- Integer page,
- String language)
+getSimilarMovies(int movieId,
+ Integer page,
+ String language)
The similar movies method will let you retrieve the similar movies for a
particular movie.
-ResultsMap<String,List<String>>
+ResultsMap<String,List<String>>
getTimezones()
Get the list of supported timezones for the API methods that support
them.
@@ -755,25 +755,25 @@ extends
ResultList<MovieInfo>
-getTopRatedMovies(Integer page,
- String language)
+getTopRatedMovies(Integer page,
+ String language)
This method is used to retrieve the top rated movies that have over 10
votes on TMDb.
MediaState
-getTVAccountState(int tvID,
- String sessionID)
+getTVAccountState(int tvID,
+ String sessionID)
This method lets users get the status of whether or not the TV show has
been rated or added to their favourite or watch lists.
ResultList<TVBasic>
-getTVAiringToday(Integer page,
- String language,
- String timezone)
+getTVAiringToday(Integer page,
+ String language,
+ String timezone)
Get the list of TV shows that air today.
@@ -784,24 +784,24 @@ extends
-ResultsMap<String,List<Certification>>
+ResultsMap<String,List<Certification>>
getTvCertification()
Get a list of tv certification.
ResultList<ChangeListItem>
-getTvChangeList(Integer page,
- String startDate,
- String endDate)
+getTvChangeList(Integer page,
+ String startDate,
+ String endDate)
Get a list of TV IDs that have been edited.
ResultList<ChangeKeyItem>
-getTVChanges(int tvID,
- String startDate,
- String endDate)
+getTVChanges(int tvID,
+ String startDate,
+ String endDate)
Get the changes for a specific TV show id.
@@ -813,31 +813,31 @@ extends
MediaCreditList
-getTVCredits(int tvID,
- String language)
+getTVCredits(int tvID,
+ String language)
Get the cast & crew information about a TV series.
ExternalID
-getTVExternalIDs(int tvID,
- String language)
+getTVExternalIDs(int tvID,
+ String language)
Get the external ids that we have stored for a TV series.
ResultList<Artwork>
-getTVImages(int tvID,
- String language,
- String... includeImageLanguage)
+getTVImages(int tvID,
+ String language,
+ String... includeImageLanguage)
Get the images (posters and backdrops) for a TV series.
TVInfo
-getTVInfo(int tvID,
- String language,
- String... appendToResponse)
+getTVInfo(int tvID,
+ String language,
+ String... appendToResponse)
Get the primary information about a TV series by id.
@@ -849,30 +849,30 @@ extends
ResultList<TVBasic>
-getTVOnTheAir(Integer page,
- String language)
+getTVOnTheAir(Integer page,
+ String language)
Get the list of TV shows that are currently on the air.
ResultList<TVBasic>
-getTVPopular(Integer page,
- String language)
+getTVPopular(Integer page,
+ String language)
Get the list of popular TV shows.
ResultList<TVInfo>
-getTVSimilar(int tvID,
- Integer page,
- String language)
+getTVSimilar(int tvID,
+ Integer page,
+ String language)
Get the similar TV shows for a specific tv id.
ResultList<TVBasic>
-getTVTopRated(Integer page,
- String language)
+getTVTopRated(Integer page,
+ String language)
Get the list of top rated TV shows.
@@ -884,51 +884,51 @@ extends
ResultList<Video>
-getTVVideos(int tvID,
- String language)
+getTVVideos(int tvID,
+ String language)
Get the videos that have been added to a TV series (trailers, opening
credits, etc...)
ResultList<MovieInfo>
-getUpcoming(Integer page,
- String language)
+getUpcoming(Integer page,
+ String language)
Get the list of upcoming movies.
ResultList<UserList>
-getUserLists(String sessionId,
+getUserLists(String sessionId,
int accountId)
Get all lists of a given user
ResultList<MovieBasic>
-getWatchListMovie(String sessionId,
+getWatchListMovie(String sessionId,
int accountId,
- Integer page,
- String sortBy,
- String language)
+ Integer page,
+ String sortBy,
+ String language)
Get the list of movies on an accounts watchlist.
ResultList<TVBasic>
-getWatchListTV(String sessionId,
+getWatchListTV(String sessionId,
int accountId,
- Integer page,
- String sortBy,
- String language)
+ Integer page,
+ String sortBy,
+ String language)
Get the list of movies on an accounts watchlist.
StatusCode
-modifyFavoriteStatus(String sessionId,
+modifyFavoriteStatus(String sessionId,
int accountId,
- Integer mediaId,
+ Integer mediaId,
MediaType mediaType,
boolean isFavorite)
Add or remove a movie to an accounts favourite list.
@@ -936,88 +936,88 @@ extends
StatusCode
-postEpisodeRating(int tvID,
+postEpisodeRating(int tvID,
int seasonNumber,
int episodeNumber,
int rating,
- String sessionID,
- String guestSessionID)
+ String sessionID,
+ String guestSessionID)
This method lets users rate a TV episode.
StatusCode
-postMovieRating(int movieId,
+postMovieRating(int movieId,
int rating,
- String sessionId,
- String guestSessionId)
+ String sessionId,
+ String guestSessionId)
This method lets users rate a movie.
StatusCode
-postTVRating(int tvID,
+postTVRating(int tvID,
int rating,
- String sessionID,
- String guestSessionID)
+ String sessionID,
+ String guestSessionID)
This method lets users rate a TV show.
StatusCode
-removeFromWatchList(String sessionId,
+removeFromWatchList(String sessionId,
int accountId,
MediaType mediaType,
- Integer mediaId)
+ Integer mediaId)
Remove a movie from an accounts watch list.
StatusCode
-removeItemFromList(String sessionId,
- String listId,
- Integer mediaId)
+removeItemFromList(String sessionId,
+ String listId,
+ Integer mediaId)
This method lets users remove items from a list that they created.
ResultList<Collection>
-searchCollection(String query,
- Integer page,
- String language)
+searchCollection(String query,
+ Integer page,
+ String language)
Search for collections by name.
ResultList<Company>
-searchCompanies(String query,
- Integer page)
+searchCompanies(String query,
+ Integer page)
Search Companies.
ResultList<Keyword>
-searchKeyword(String query,
- Integer page)
+searchKeyword(String query,
+ Integer page)
Search for keywords by name
ResultList<UserList>
-searchList(String query,
- Integer page,
- Boolean includeAdult)
+searchList(String query,
+ Integer page,
+ Boolean includeAdult)
Search for lists by name and description.
ResultList<MovieInfo>
-searchMovie(String query,
- Integer page,
- String language,
- Boolean includeAdult,
- Integer searchYear,
- Integer primaryReleaseYear,
+searchMovie(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult,
+ Integer searchYear,
+ Integer primaryReleaseYear,
SearchType searchType)
Search Movies This is a good starting point to start finding movies on
TMDb.
@@ -1025,28 +1025,28 @@ extends
ResultList<MediaBasic>
-searchMulti(String query,
- Integer page,
- String language,
- Boolean includeAdult)
+searchMulti(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult)
Search the movie, tv show and person collections with a single query.
ResultList<PersonFind>
-searchPeople(String query,
- Integer page,
- Boolean includeAdult,
+searchPeople(String query,
+ Integer page,
+ Boolean includeAdult,
SearchType searchType)
This is a good starting point to start finding people on TMDb.
ResultList<TVBasic>
-searchTV(String query,
- Integer page,
- String language,
- Integer firstAirDateYear,
+searchTV(String query,
+ Integer page,
+ String language,
+ Integer firstAirDateYear,
SearchType searchType)
Search for TV shows by title.
@@ -1056,8 +1056,8 @@ extends
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -1079,7 +1079,7 @@ extends
-
TheMovieDbApi
-public TheMovieDbApi(String apiKey)
+public TheMovieDbApi(String apiKey)
throws MovieDbException
API for The Movie Db.
- Parameters:
apiKey -
@@ -1093,7 +1093,7 @@ extends
-
TheMovieDbApi
-public TheMovieDbApi(String apiKey,
+public TheMovieDbApi(String apiKey,
org.apache.http.client.HttpClient httpClient)
throws MovieDbException
API for The Movie Db.
@@ -1116,7 +1116,7 @@ extends
-
getAccount
-public Account getAccount(String sessionId)
+public Account getAccount(String sessionId)
throws MovieDbException
Get the basic information for an account. You will need to have a valid
session id.
@@ -1132,7 +1132,7 @@ extends
-
getUserLists
-public ResultList<UserList> getUserLists(String sessionId,
+public ResultList<UserList> getUserLists(String sessionId,
int accountId)
throws MovieDbException
Get all lists of a given user
@@ -1148,7 +1148,7 @@ extends
-
getFavoriteMovies
-public ResultList<MovieBasic> getFavoriteMovies(String sessionId,
+public ResultList<MovieBasic> getFavoriteMovies(String sessionId,
int accountId)
throws MovieDbException
Get the account favourite movies
@@ -1164,9 +1164,9 @@ extends
-
modifyFavoriteStatus
-public StatusCode modifyFavoriteStatus(String sessionId,
+public StatusCode modifyFavoriteStatus(String sessionId,
int accountId,
- Integer mediaId,
+ Integer mediaId,
MediaType mediaType,
boolean isFavorite)
throws MovieDbException
@@ -1183,11 +1183,11 @@ extends
-
getRatedMovies
-public ResultList<MovieBasic> getRatedMovies(String sessionId,
+public ResultList<MovieBasic> getRatedMovies(String sessionId,
int accountId,
- Integer page,
- String sortBy,
- String language)
+ Integer page,
+ String sortBy,
+ String language)
throws MovieDbException
Get the list of rated movies (and associated rating) for an account.
- Parameters:
sessionId - accountId - page - sortBy - language -
@@ -1202,11 +1202,11 @@ extends
-
getRatedTV
-public ResultList<TVBasic> getRatedTV(String sessionId,
+public ResultList<TVBasic> getRatedTV(String sessionId,
int accountId,
- Integer page,
- String sortBy,
- String language)
+ Integer page,
+ String sortBy,
+ String language)
throws MovieDbException
Get the list of rated TV shows (and associated rating) for an account.
- Parameters:
sessionId - accountId - page - sortBy - language -
@@ -1221,11 +1221,11 @@ extends
-
getWatchListMovie
-public ResultList<MovieBasic> getWatchListMovie(String sessionId,
+public ResultList<MovieBasic> getWatchListMovie(String sessionId,
int accountId,
- Integer page,
- String sortBy,
- String language)
+ Integer page,
+ String sortBy,
+ String language)
throws MovieDbException
Get the list of movies on an accounts watchlist.
- Parameters:
sessionId - accountId - page - sortBy - language -
@@ -1240,11 +1240,11 @@ extends
-
getWatchListTV
-public ResultList<TVBasic> getWatchListTV(String sessionId,
+public ResultList<TVBasic> getWatchListTV(String sessionId,
int accountId,
- Integer page,
- String sortBy,
- String language)
+ Integer page,
+ String sortBy,
+ String language)
throws MovieDbException
Get the list of movies on an accounts watchlist.
- Parameters:
sessionId - accountId - page - sortBy - language -
@@ -1259,10 +1259,10 @@ extends
-
addToWatchList
-public StatusCode addToWatchList(String sessionId,
+public StatusCode addToWatchList(String sessionId,
int accountId,
MediaType mediaType,
- Integer mediaId)
+ Integer mediaId)
throws MovieDbException
Add a movie to an accounts watch list.
- Parameters:
sessionId - accountId - mediaId - mediaType -
@@ -1277,10 +1277,10 @@ extends
-
removeFromWatchList
-public StatusCode removeFromWatchList(String sessionId,
+public StatusCode removeFromWatchList(String sessionId,
int accountId,
MediaType mediaType,
- Integer mediaId)
+ Integer mediaId)
throws MovieDbException
Remove a movie from an accounts watch list.
- Parameters:
sessionId - accountId - mediaId - mediaType -
@@ -1295,7 +1295,7 @@ extends
-
getFavoriteTv
-public ResultList<TVBasic> getFavoriteTv(String sessionId,
+public ResultList<TVBasic> getFavoriteTv(String sessionId,
int accountId)
throws MovieDbException
Get the list of favorite TV series for an account.
@@ -1311,9 +1311,9 @@ extends
-
getGuestRatedMovies
-public ResultList<MovieBasic> getGuestRatedMovies(String guestSessionId,
- String language,
- Integer page,
+public ResultList<MovieBasic> getGuestRatedMovies(String guestSessionId,
+ String language,
+ Integer page,
SortBy sortBy)
throws MovieDbException
Get a list of rated movies for a specific guest session id.
@@ -1371,8 +1371,8 @@ extends
getSessionTokenLogin
public TokenAuthorisation getSessionTokenLogin(TokenAuthorisation token,
- String username,
- String password)
+ String username,
+ String password)
throws MovieDbException
This method is used to generate a session id for user based
authentication. User must provide their username and password
@@ -1417,7 +1417,7 @@ extends
-
getMoviesCertification
-public ResultsMap<String,List<Certification>> getMoviesCertification()
+public ResultsMap<String,List<Certification>> getMoviesCertification()
throws MovieDbException
Get a list of movies certification.
- Returns:
@@ -1431,7 +1431,7 @@ extends
-
getTvCertification
-public ResultsMap<String,List<Certification>> getTvCertification()
+public ResultsMap<String,List<Certification>> getTvCertification()
throws MovieDbException
Get a list of tv certification.
- Returns:
@@ -1445,9 +1445,9 @@ extends
-
getMovieChangeList
-public ResultList<ChangeListItem> getMovieChangeList(Integer page,
- String startDate,
- String endDate)
+public ResultList<ChangeListItem> getMovieChangeList(Integer page,
+ String startDate,
+ String endDate)
throws MovieDbException
Get a list of Movie IDs that have been edited.
@@ -1465,9 +1465,9 @@ extends
-
getTvChangeList
-public ResultList<ChangeListItem> getTvChangeList(Integer page,
- String startDate,
- String endDate)
+public ResultList<ChangeListItem> getTvChangeList(Integer page,
+ String startDate,
+ String endDate)
throws MovieDbException
Get a list of TV IDs that have been edited.
@@ -1485,9 +1485,9 @@ extends
-
getPersonChangeList
-public ResultList<ChangeListItem> getPersonChangeList(Integer page,
- String startDate,
- String endDate)
+public ResultList<ChangeListItem> getPersonChangeList(Integer page,
+ String startDate,
+ String endDate)
throws MovieDbException
Get a list of PersonInfo IDs that have been edited.
@@ -1506,7 +1506,7 @@ extends
getCollectionInfo
public CollectionInfo getCollectionInfo(int collectionId,
- String language)
+ String language)
throws MovieDbException
This method is used to retrieve all of the basic information about a
movie collection.
@@ -1526,7 +1526,7 @@ extends
getCollectionImages
public ResultList<Artwork> getCollectionImages(int collectionId,
- String language)
+ String language)
throws MovieDbException
Get all of the images for a particular collection by collection id.
- Parameters:
collectionId - language -
@@ -1558,8 +1558,8 @@ extends
getCompanyMovies
public ResultList<MovieBasic> getCompanyMovies(int companyId,
- String language,
- Integer page)
+ String language,
+ Integer page)
throws MovieDbException
This method is used to retrieve the movies associated with a company.
@@ -1591,8 +1591,8 @@ extends
-
createImageUrl
-public URL createImageUrl(String imagePath,
- String requiredSize)
+public URL createImageUrl(String imagePath,
+ String requiredSize)
throws MovieDbException
Generate the full image URL from the size and image path
- Parameters:
imagePath - requiredSize -
@@ -1621,7 +1621,7 @@ extends
-
getTimezones
-public ResultsMap<String,List<String>> getTimezones()
+public ResultsMap<String,List<String>> getTimezones()
throws MovieDbException
Get the list of supported timezones for the API methods that support
them.
@@ -1636,8 +1636,8 @@ extends
-
getCreditInfo
-public CreditInfo getCreditInfo(String creditId,
- String language)
+public CreditInfo getCreditInfo(String creditId,
+ String language)
throws MovieDbException
Get the detailed information about a particular credit record.
@@ -1695,9 +1695,9 @@ extends
-
find
-public FindResults find(String id,
+public FindResults find(String id,
ExternalSource externalSource,
- String language)
+ String language)
throws MovieDbException
You con use this method to find movies, tv series or persons using
external ids.
@@ -1726,7 +1726,7 @@ extends
-
getGenreMovieList
-public ResultList<Genre> getGenreMovieList(String language)
+public ResultList<Genre> getGenreMovieList(String language)
throws MovieDbException
Get the list of Movie genres.
- Parameters:
language -
@@ -1741,7 +1741,7 @@ extends
-
getGenreTVList
-public ResultList<Genre> getGenreTVList(String language)
+public ResultList<Genre> getGenreTVList(String language)
throws MovieDbException
Get the list of TV genres..
- Parameters:
language -
@@ -1757,10 +1757,10 @@ extends
getGenreMovies
public ResultList<MovieBasic> getGenreMovies(int genreId,
- String language,
- Integer page,
- Boolean includeAllMovies,
- Boolean includeAdult)
+ String language,
+ Integer page,
+ Boolean includeAllMovies,
+ Boolean includeAdult)
throws MovieDbException
Get a list of movies per genre.
@@ -1781,7 +1781,7 @@ extends
-
getKeyword
-public Keyword getKeyword(String keywordId)
+public Keyword getKeyword(String keywordId)
throws MovieDbException
Get the basic information for a specific keyword id.
- Parameters:
keywordId -
@@ -1796,9 +1796,9 @@ extends
-
getKeywordMovies
-public ResultList<MovieBasic> getKeywordMovies(String keywordId,
- String language,
- Integer page)
+public ResultList<MovieBasic> getKeywordMovies(String keywordId,
+ String language,
+ Integer page)
throws MovieDbException
Get the list of movies for a particular keyword by id.
- Parameters:
keywordId - language - page -
@@ -1813,7 +1813,7 @@ extends
-
getList
-public ListItem<MovieInfo> getList(String listId)
+public ListItem<MovieInfo> getList(String listId)
throws MovieDbException
Get a list by its ID
- Parameters:
listId -
@@ -1828,9 +1828,9 @@ extends
-
createList
-public String createList(String sessionId,
- String name,
- String description)
+public String createList(String sessionId,
+ String name,
+ String description)
throws MovieDbException
This method lets users create a new list. A valid session id is required.
- Parameters:
sessionId - name - description -
@@ -1845,8 +1845,8 @@ extends
-
deleteList
-public StatusCode deleteList(String sessionId,
- String listId)
+public StatusCode deleteList(String sessionId,
+ String listId)
throws MovieDbException
This method lets users delete a list that they created. A valid session
id is required.
@@ -1862,8 +1862,8 @@ extends
-
checkItemStatus
-public boolean checkItemStatus(String listId,
- Integer mediaId)
+public boolean checkItemStatus(String listId,
+ Integer mediaId)
throws MovieDbException
Check to see if an item is already on a list.
- Parameters:
listId - mediaId -
@@ -1878,9 +1878,9 @@ extends
-
addItemToList
-public StatusCode addItemToList(String sessionId,
- String listId,
- Integer mediaId)
+public StatusCode addItemToList(String sessionId,
+ String listId,
+ Integer mediaId)
throws MovieDbException
This method lets users add new items to a list that they created.
@@ -1897,9 +1897,9 @@ extends
-
removeItemFromList
-public StatusCode removeItemFromList(String sessionId,
- String listId,
- Integer mediaId)
+public StatusCode removeItemFromList(String sessionId,
+ String listId,
+ Integer mediaId)
throws MovieDbException
This method lets users remove items from a list that they created.
@@ -1917,8 +1917,8 @@ extends
getMovieInfo
public MovieInfo getMovieInfo(int movieId,
- String language,
- String... appendToResponse)
+ String language,
+ String... appendToResponse)
throws MovieDbException
This method is used to retrieve all of the basic movie information.
@@ -1938,9 +1938,9 @@ extends
-
getMovieInfoImdb
-public MovieInfo getMovieInfoImdb(String imdbId,
- String language,
- String... appendToResponse)
+public MovieInfo getMovieInfoImdb(String imdbId,
+ String language,
+ String... appendToResponse)
throws MovieDbException
This method is used to retrieve all of the basic movie information.
@@ -1961,7 +1961,7 @@ extends
getMovieAccountState
public MediaState getMovieAccountState(int movieId,
- String sessionId)
+ String sessionId)
throws MovieDbException
This method lets a user get the status of whether or not the movie has
been rated or added to their favourite or movie watch list.
@@ -1980,7 +1980,7 @@ extends
getMovieAlternativeTitles
public ResultList<AlternativeTitle> getMovieAlternativeTitles(int movieId,
- String country)
+ String country)
throws MovieDbException
This method is used to retrieve all of the alternative titles we have for
a particular movie.
@@ -2012,7 +2012,7 @@ extends
getMovieImages
public ResultList<Artwork> getMovieImages(int movieId,
- String language)
+ String language)
throws MovieDbException
This method should be used when you’re wanting to retrieve all of the
images for a particular movie.
@@ -2047,7 +2047,7 @@ extends
getMovieReleaseInfo
public ResultList<ReleaseInfo> getMovieReleaseInfo(int movieId,
- String language)
+ String language)
throws MovieDbException
This method is used to retrieve all of the release and certification data
we have for a specific movie.
@@ -2064,7 +2064,7 @@ extends
getMovieVideos
public ResultList<Video> getMovieVideos(int movieId,
- String language)
+ String language)
throws MovieDbException
This method is used to retrieve all of the trailers for a particular
movie.
@@ -2099,8 +2099,8 @@ extends
getSimilarMovies
public ResultList<MovieInfo> getSimilarMovies(int movieId,
- Integer page,
- String language)
+ Integer page,
+ String language)
throws MovieDbException
The similar movies method will let you retrieve the similar movies for a
particular movie.
@@ -2122,8 +2122,8 @@ extends
getMovieReviews
public ResultList<Review> getMovieReviews(int movieId,
- Integer page,
- String language)
+ Integer page,
+ String language)
throws MovieDbException
Get the reviews for a particular movie id.
- Parameters:
movieId - page - language -
@@ -2139,8 +2139,8 @@ extends
getMovieLists
public ResultList<UserList> getMovieLists(int movieId,
- Integer page,
- String language)
+ Integer page,
+ String language)
throws MovieDbException
Get the lists that the movie belongs to
- Parameters:
movieId - language - page -
@@ -2156,8 +2156,8 @@ extends
getMovieChanges
public ResultList<ChangeKeyItem> getMovieChanges(int movieId,
- String startDate,
- String endDate)
+ String startDate,
+ String endDate)
throws MovieDbException
Get the changes for a specific movie ID.
@@ -2183,8 +2183,8 @@ extends StatusCode postMovieRating(int movieId,
int rating,
- String sessionId,
- String guestSessionId)
+ String sessionId,
+ String guestSessionId)
throws MovieDbException
This method lets users rate a movie.
@@ -2215,8 +2215,8 @@ extends
-
getUpcoming
-public ResultList<MovieInfo> getUpcoming(Integer page,
- String language)
+public ResultList<MovieInfo> getUpcoming(Integer page,
+ String language)
throws MovieDbException
Get the list of upcoming movies.
@@ -2235,8 +2235,8 @@ extends
-
getNowPlayingMovies
-public ResultList<MovieInfo> getNowPlayingMovies(Integer page,
- String language)
+public ResultList<MovieInfo> getNowPlayingMovies(Integer page,
+ String language)
throws MovieDbException
This method is used to retrieve the movies currently in theatres.
@@ -2254,8 +2254,8 @@ extends
-
getPopularMovieList
-public ResultList<MovieInfo> getPopularMovieList(Integer page,
- String language)
+public ResultList<MovieInfo> getPopularMovieList(Integer page,
+ String language)
throws MovieDbException
This method is used to retrieve the daily movie popularity list.
@@ -2272,8 +2272,8 @@ extends
-
getTopRatedMovies
-public ResultList<MovieInfo> getTopRatedMovies(Integer page,
- String language)
+public ResultList<MovieInfo> getTopRatedMovies(Integer page,
+ String language)
throws MovieDbException
This method is used to retrieve the top rated movies that have over 10
votes on TMDb.
@@ -2309,7 +2309,7 @@ extends
getPersonInfo
public PersonInfo getPersonInfo(int personId,
- String... appendToResponse)
+ String... appendToResponse)
throws MovieDbException
Get the general person information for a specific id.
- Parameters:
personId - appendToResponse -
@@ -2325,7 +2325,7 @@ extends
getPersonMovieCredits
public PersonCreditList getPersonMovieCredits(int personId,
- String language)
+ String language)
throws MovieDbException
Get the movie credits for a specific person id.
- Parameters:
personId - language -
@@ -2341,7 +2341,7 @@ extends
getPersonTVCredits
public PersonCreditList getPersonTVCredits(int personId,
- String language)
+ String language)
throws MovieDbException
Get the TV credits for a specific person id.
@@ -2363,7 +2363,7 @@ extends
getPersonCombinedCredits
public PersonCreditList getPersonCombinedCredits(int personId,
- String language)
+ String language)
throws MovieDbException
Get the combined (movie and TV) credits for a specific person id.
@@ -2415,8 +2415,8 @@ extends
getPersonTaggedImages
public ResultList<ArtworkMedia> getPersonTaggedImages(int personId,
- Integer page,
- String language)
+ Integer page,
+ String language)
throws MovieDbException
Get the images that have been tagged with a specific person id.
@@ -2435,8 +2435,8 @@ extends
getPersonChanges
public ResultList<ChangeKeyItem> getPersonChanges(int personId,
- String startDate,
- String endDate)
+ String startDate,
+ String endDate)
throws MovieDbException
Get the changes for a specific person id.
@@ -2460,7 +2460,7 @@ extends
-
getPersonPopular
-public ResultList<PersonFind> getPersonPopular(Integer page)
+public ResultList<PersonFind> getPersonPopular(Integer page)
throws MovieDbException
Get the list of popular people on The Movie Database.
@@ -2491,7 +2491,7 @@ extends
-
getReviews
-public Review getReviews(String reviewId)
+public Review getReviews(String reviewId)
throws MovieDbException
- Parameters:
reviewId -
- Returns:
- @throws MovieDbException
@@ -2505,8 +2505,8 @@ extends
-
searchCompanies
-public ResultList<Company> searchCompanies(String query,
- Integer page)
+public ResultList<Company> searchCompanies(String query,
+ Integer page)
throws MovieDbException
Search Companies.
@@ -2526,9 +2526,9 @@ extends
-
searchCollection
-public ResultList<Collection> searchCollection(String query,
- Integer page,
- String language)
+public ResultList<Collection> searchCollection(String query,
+ Integer page,
+ String language)
throws MovieDbException
Search for collections by name.
- Parameters:
query - language - page -
@@ -2543,8 +2543,8 @@ extends
-
searchKeyword
-public ResultList<Keyword> searchKeyword(String query,
- Integer page)
+public ResultList<Keyword> searchKeyword(String query,
+ Integer page)
throws MovieDbException
Search for keywords by name
- Parameters:
query - page -
@@ -2559,9 +2559,9 @@ extends
-
searchList
-public ResultList<UserList> searchList(String query,
- Integer page,
- Boolean includeAdult)
+public ResultList<UserList> searchList(String query,
+ Integer page,
+ Boolean includeAdult)
throws MovieDbException
Search for lists by name and description.
- Parameters:
query - includeAdult - page -
@@ -2576,12 +2576,12 @@ extends
-
searchMovie
-public ResultList<MovieInfo> searchMovie(String query,
- Integer page,
- String language,
- Boolean includeAdult,
- Integer searchYear,
- Integer primaryReleaseYear,
+public ResultList<MovieInfo> searchMovie(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult,
+ Integer searchYear,
+ Integer primaryReleaseYear,
SearchType searchType)
throws MovieDbException
Search Movies This is a good starting point to start finding movies on
@@ -2600,10 +2600,10 @@ extends
-
searchMulti
-public ResultList<MediaBasic> searchMulti(String query,
- Integer page,
- String language,
- Boolean includeAdult)
+public ResultList<MediaBasic> searchMulti(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult)
throws MovieDbException
Search the movie, tv show and person collections with a single query.
@@ -2624,9 +2624,9 @@ extends
-
searchPeople
-public ResultList<PersonFind> searchPeople(String query,
- Integer page,
- Boolean includeAdult,
+public ResultList<PersonFind> searchPeople(String query,
+ Integer page,
+ Boolean includeAdult,
SearchType searchType)
throws MovieDbException
This is a good starting point to start finding people on TMDb.
@@ -2645,10 +2645,10 @@ extends
-
searchTV
-public ResultList<TVBasic> searchTV(String query,
- Integer page,
- String language,
- Integer firstAirDateYear,
+public ResultList<TVBasic> searchTV(String query,
+ Integer page,
+ String language,
+ Integer firstAirDateYear,
SearchType searchType)
throws MovieDbException
Search for TV shows by title.
@@ -2665,8 +2665,8 @@ extends
getTVInfo
public TVInfo getTVInfo(int tvID,
- String language,
- String... appendToResponse)
+ String language,
+ String... appendToResponse)
throws MovieDbException
Get the primary information about a TV series by id.
- Parameters:
tvID - language - appendToResponse -
@@ -2682,7 +2682,7 @@ extends
getTVAccountState
public MediaState getTVAccountState(int tvID,
- String sessionID)
+ String sessionID)
throws MovieDbException
This method lets users get the status of whether or not the TV show has
been rated or added to their favourite or watch lists.
@@ -2716,8 +2716,8 @@ extends
getTVChanges
public ResultList<ChangeKeyItem> getTVChanges(int tvID,
- String startDate,
- String endDate)
+ String startDate,
+ String endDate)
throws MovieDbException
Get the changes for a specific TV show id.
- Parameters:
tvID - startDate - endDate -
@@ -2748,7 +2748,7 @@ extends
getTVCredits
public MediaCreditList getTVCredits(int tvID,
- String language)
+ String language)
throws MovieDbException
Get the cast & crew information about a TV series.
- Parameters:
tvID - language -
@@ -2764,7 +2764,7 @@ extends
getTVExternalIDs
public ExternalID getTVExternalIDs(int tvID,
- String language)
+ String language)
throws MovieDbException
Get the external ids that we have stored for a TV series.
- Parameters:
tvID - language -
@@ -2780,8 +2780,8 @@ extends
getTVImages
public ResultList<Artwork> getTVImages(int tvID,
- String language,
- String... includeImageLanguage)
+ String language,
+ String... includeImageLanguage)
throws MovieDbException
Get the images (posters and backdrops) for a TV series.
- Parameters:
tvID - language - includeImageLanguage -
@@ -2813,8 +2813,8 @@ extends StatusCode postTVRating(int tvID,
int rating,
- String sessionID,
- String guestSessionID)
+ String sessionID,
+ String guestSessionID)
throws MovieDbException
This method lets users rate a TV show.
@@ -2832,8 +2832,8 @@ extends
getTVSimilar
public ResultList<TVInfo> getTVSimilar(int tvID,
- Integer page,
- String language)
+ Integer page,
+ String language)
throws MovieDbException
Get the similar TV shows for a specific tv id.
- Parameters:
tvID - page - language -
@@ -2865,7 +2865,7 @@ extends
getTVVideos
public ResultList<Video> getTVVideos(int tvID,
- String language)
+ String language)
throws MovieDbException
Get the videos that have been added to a TV series (trailers, opening
credits, etc...)
@@ -2895,8 +2895,8 @@ extends
-
getTVOnTheAir
-public ResultList<TVBasic> getTVOnTheAir(Integer page,
- String language)
+public ResultList<TVBasic> getTVOnTheAir(Integer page,
+ String language)
throws MovieDbException
Get the list of TV shows that are currently on the air.
@@ -2914,9 +2914,9 @@ extends
-
getTVAiringToday
-public ResultList<TVBasic> getTVAiringToday(Integer page,
- String language,
- String timezone)
+public ResultList<TVBasic> getTVAiringToday(Integer page,
+ String language,
+ String timezone)
throws MovieDbException
Get the list of TV shows that air today.
@@ -2933,8 +2933,8 @@ extends
-
getTVTopRated
-public ResultList<TVBasic> getTVTopRated(Integer page,
- String language)
+public ResultList<TVBasic> getTVTopRated(Integer page,
+ String language)
throws MovieDbException
Get the list of top rated TV shows.
@@ -2954,8 +2954,8 @@ extends
-
getTVPopular
-public ResultList<TVBasic> getTVPopular(Integer page,
- String language)
+public ResultList<TVBasic> getTVPopular(Integer page,
+ String language)
throws MovieDbException
Get the list of popular TV shows. This list refreshes every day.
- Parameters:
page - language -
@@ -2972,8 +2972,8 @@ extends TVSeasonInfo getSeasonInfo(int tvID,
int seasonNumber,
- String language,
- String... appendToResponse)
+ String language,
+ String... appendToResponse)
throws MovieDbException
Get the primary information about a TV season by its season number.
- Parameters:
tvID - seasonNumber - language - appendToResponse -
@@ -2989,8 +2989,8 @@ extends
getSeasonChanges
public ResultList<ChangeKeyItem> getSeasonChanges(int tvID,
- String startDate,
- String endDate)
+ String startDate,
+ String endDate)
throws MovieDbException
Look up a TV season's changes by season ID.
- Parameters:
tvID - startDate - endDate -
@@ -3006,7 +3006,7 @@ extends
getSeasonAccountState
public MediaState getSeasonAccountState(int tvID,
- String sessionID)
+ String sessionID)
throws MovieDbException
This method lets users get the status of whether or not the TV episodes
of a season have been rated.
@@ -3042,7 +3042,7 @@ extends ExternalID getSeasonExternalID(int tvID,
int seasonNumber,
- String language)
+ String language)
throws MovieDbException
Get the external ids that we have stored for a TV season by season
number.
@@ -3060,8 +3060,8 @@ extends ResultList<Artwork> getSeasonImages(int tvID,
int seasonNumber,
- String language,
- String... includeImageLanguage)
+ String language,
+ String... includeImageLanguage)
throws MovieDbException
Get the images that we have stored for a TV season by season number.
- Parameters:
tvID - seasonNumber - language - includeImageLanguage -
@@ -3078,7 +3078,7 @@ extends ResultList<Video> getSeasonVideos(int tvID,
int seasonNumber,
- String language)
+ String language)
throws MovieDbException
Get the videos that have been added to a TV season (trailers, teasers,
etc...)
@@ -3097,8 +3097,8 @@ extends TVEpisodeInfo getEpisodeInfo(int tvID,
int seasonNumber,
int episodeNumber,
- String language,
- String... appendToResponse)
+ String language,
+ String... appendToResponse)
throws MovieDbException
Get the primary information about a TV episode by combination of a season
and episode number.
@@ -3115,8 +3115,8 @@ extends
getEpisodeChanges
public ResultList<ChangeKeyItem> getEpisodeChanges(int episodeID,
- String startDate,
- String endDate)
+ String startDate,
+ String endDate)
throws MovieDbException
Look up a TV episode's changes by episode ID
- Parameters:
episodeID - startDate - endDate -
@@ -3134,7 +3134,7 @@ extends MediaState getEpisodeAccountState(int tvID,
int seasonNumber,
int episodeNumber,
- String sessionID)
+ String sessionID)
throws MovieDbException
This method lets users get the status of whether or not the TV episode
has been rated.
@@ -3172,7 +3172,7 @@ extends ExternalID getEpisodeExternalID(int tvID,
int seasonNumber,
int episodeNumber,
- String language)
+ String language)
throws MovieDbException
Get the external ids for a TV episode by comabination of a season and
episode number.
@@ -3210,8 +3210,8 @@ extends String sessionID,
- String guestSessionID)
+ String sessionID,
+ String guestSessionID)
throws MovieDbException
This method lets users rate a TV episode. A valid session id or guest
session id is required.
@@ -3230,7 +3230,7 @@ extends ResultList<Video> getEpisodeVideos(int tvID,
int seasonNumber,
int episodeNumber,
- String language)
+ String language)
throws MovieDbException
Get the videos that have been added to a TV episode (teasers, clips,
etc...)
@@ -3266,12 +3266,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/class-use/AppendToResponseBuilder.html b/apidocs/com/omertron/themoviedbapi/class-use/AppendToResponseBuilder.html
index afc9edad0..e331a2354 100644
--- a/apidocs/com/omertron/themoviedbapi/class-use/AppendToResponseBuilder.html
+++ b/apidocs/com/omertron/themoviedbapi/class-use/AppendToResponseBuilder.html
@@ -2,16 +2,16 @@
-
-
-Uses of Class com.omertron.themoviedbapi.AppendToResponseBuilder (API-The MovieDB 4.0 API)
-
+
+
+Uses of Class com.omertron.themoviedbapi.AppendToResponseBuilder (API-The MovieDB 4.1-SNAPSHOT API)
+
@@ -37,12 +37,12 @@