diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 37c0e5bb5..0fc5d25cb 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@
- +- This is for version 3 of the API as specified here: - http://help.themoviedb.org/kb/api/about-3
find(String id,
ExternalSource externalSource,
String language)
-TokenAuthorisationgetAuthorisationToken()
-CollectionInfo
getCollectionInfo(int collectionId,
String language)
-CompanygetCompanyInfo(int companyId)
-List<MovieBasic>ResultList<MovieBasic>getCompanyMovies(int companyId,
String language,
Integer page)
@@ -260,41 +255,100 @@ extends
-List<MovieBasic>ResultList<MovieBasic>getDiscoverMovies(Discover discover)
-List<TVBasic>ResultList<TVBasic>getDiscoverTV(Discover discover)
-MediaStategetEpisodeAccountState(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String sessionID)
+ResultList<ChangeKeyItem>getEpisodeChanges(int episodeID,
+ String startDate,
+ String endDate)
+MediaCreditListgetEpisodeCredits(int tvID,
+ int seasonNumber,
+ int episodeNumber)
+ExternalIDgetEpisodeExternalID(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language)
+ResultList<Artwork>getEpisodeImages(int tvID,
+ int seasonNumber,
+ int episodeNumber)
+TVEpisodeInfogetEpisodeInfo(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language,
+ String... appendToResponse)
+ResultList<Video>getEpisodeVideos(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language)
+ResultList<MovieBasic>getFavoriteMovies(String sessionId,
int accountId)
ResultList<TVBasic>getFavoriteTv(String sessionId,
int accountId)
ResultList<Genre>getGenreMovieList(String language)
List<MovieBasic>ResultList<MovieBasic>getGenreMovies(int genreId,
String language,
Integer page,
@@ -303,13 +357,13 @@ extends Get a list of movies per genre.
ResultList<Genre>getGenreTVList(String language)
ResultList<MovieBasic>getGuestRatedMovies(String guestSessionId,
String language,
@@ -318,25 +372,25 @@ extends Get a list of rated movies for a specific guest session id.
TokenSessiongetGuestSessionToken()
ResultList<JobDepartment>getJobs()
KeywordgetKeyword(String keywordId)
ResultList<MovieBasic>getKeywordMovies(String keywordId,
String language,
@@ -344,42 +398,41 @@ extends Get the list of movies for a particular keyword by id.
MovieInfogetLatestMovie()
TVInfogetLatestTV()
ListItem<MovieInfo>getList(String listId)
MediaStategetMovieAccountState(int movieId,
String sessionId)
-ResultList<AlternativeTitle>getMovieAlternativeTitles(int movieId,
String country,
String... appendToResponse)
-ResultList<ChangeListItem>getMovieChangeList(Integer page,
String startDate,
@@ -387,31 +440,30 @@ extends Get a list of Movie IDs that have been edited.
WrapperChangesResultList<ChangeKeyItem>getMovieChanges(int movieId,
String startDate,
String endDate)
MediaCreditListgetMovieCredits(int movieId,
String... appendToResponse)
ResultList<Artwork>getMovieImages(int movieId,
String language,
String... appendToResponse)
-MovieInfogetMovieInfo(int movieId,
String language,
@@ -419,7 +471,7 @@ extends This method is used to retrieve all of the basic movie information.
MovieInfogetMovieInfoImdb(String imdbId,
String language,
@@ -427,15 +479,14 @@ extends This method is used to retrieve all of the basic movie information.
ResultList<Keyword>getMovieKeywords(int movieId,
String... appendToResponse)
-ResultList<UserList>getMovieLists(int movieId,
Integer page,
@@ -444,16 +495,15 @@ extends Get the lists that the movie belongs to
ResultList<ReleaseInfo>getMovieReleaseInfo(int movieId,
String language,
String... appendToResponse)
-ResultList<Review>getMovieReviews(int movieId,
Integer page,
@@ -462,43 +512,41 @@ extends Get the reviews for a particular movie id.
TmdbResultsMap<String,List<Certification>>ResultsMap<String,List<Certification>>getMoviesCertification()
ResultList<Translation>getMovieTranslations(int movieId,
String... appendToResponse)
-ResultList<Video>getMovieVideos(int movieId,
String language,
String... appendToResponse)
-NetworkgetNetworkInfo(int networkId)
ResultList<MovieInfo>getNowPlayingMovies(Integer page,
String language)
ResultList<ChangeListItem>getPersonChangeList(Integer page,
String startDate,
@@ -506,15 +554,15 @@ extends Get a list of Person IDs that have been edited.
WrapperChangesResultList<ChangeKeyItem>getPersonChanges(int personId,
String startDate,
String endDate)
PersonCreditsgetPersonCombinedCredits(int personId,
String language,
@@ -522,32 +570,32 @@ extends Get the combined (movie and TV) credits for a specific person id.
ExternalIDgetPersonExternalIds(int personId)
ResultList<Artwork>getPersonImages(int personId)
PersongetPersonInfo(int personId,
String... appendToResponse)
PersongetPersonLatest()
PersonCreditsgetPersonMovieCredits(int personId,
String language,
@@ -555,13 +603,13 @@ extends Get the movie credits for a specific person id.
ResultList<PersonFind>getPersonPopular(Integer page)
ResultList<ArtworkMedia>getPersonTaggedImages(int personId,
Integer page,
@@ -569,7 +617,7 @@ extends Get the images that have been tagged with a specific person id.
PersonCreditsgetPersonTVCredits(int personId,
String language,
@@ -577,14 +625,14 @@ extends Get the TV credits for a specific person id.
ResultList<MovieInfo>getPopularMovieList(Integer page,
String language)
ResultList<MovieBasic>getRatedMovies(String sessionId,
int accountId,
@@ -594,7 +642,7 @@ extends Get the list of rated movies (and associated rating) for an account.
ResultList<TVBasic>getRatedTV(String sessionId,
int accountId,
@@ -604,15 +652,70 @@ extends Get the list of rated TV shows (and associated rating) for an account.
ReviewgetReviews(String reviewId) MediaStategetSeasonAccountState(int tvID,
+ String sessionID)
+ResultList<ChangeKeyItem>getSeasonChanges(int tvID,
+ String startDate,
+ String endDate)
+MediaCreditListgetSeasonCredits(int tvID,
+ int seasonNumber)
+ExternalIDgetSeasonExternalID(int tvID,
+ int seasonNumber,
+ String language)
+ResultList<Artwork>getSeasonImages(int tvID,
+ int seasonNumber,
+ String language,
+ String... includeImageLanguage)
+TVSeasonInfogetSeasonInfo(int tvID,
+ int seasonNumber,
+ String language,
+ String... appendToResponse)
+ResultList<Video>getSeasonVideos(int tvID,
+ int seasonNumber,
+ String language)
+TokenSessiongetSessionToken(TokenAuthorisation token)
-getSessionTokenLogin(TokenAuthorisation token,
String username,
String password)
-Map<String,List<String>>ResultsMap<String,List<String>>getTimezones()
-ResultList<MovieInfo>getTopRatedMovies(Integer page,
String language)
-MediaStategetTVAccountState(int tvID,
String sessionID)
-TmdbResultsMap<String,List<Certification>>ResultsMap<String,List<Certification>>getTvCertification()
WrapperChangesResultList<ChangeKeyItem>getTVChanges(int tvID,
String startDate,
String endDate)
@@ -777,8 +876,7 @@ extends ResultList<Video>getTVVideos(int tvID,
String language)
-List<UserList>ResultList<UserList>getUserLists(String sessionId,
int accountId)
StatusCodepostEpisodeRating(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ int rating,
+ String sessionID,
+ String guestSessionID)
+StatusCodepostMovieRating(int movieId,
int rating,
String sessionId,
@@ -834,7 +943,7 @@ extends This method lets users rate a movie.
StatusCodepostTVRating(int tvID,
int rating,
@@ -843,7 +952,7 @@ extends This method lets users rate a TV show.
StatusCoderemoveFromWatchList(String sessionId,
int accountId,
@@ -852,7 +961,7 @@ extends Remove a movie from an accounts watch list.
StatusCoderemoveItemFromList(String sessionId,
String listId,
@@ -860,7 +969,7 @@ extends This method lets users remove items from a list that they created.
ResultList<Collection>searchCollection(String query,
Integer page,
@@ -868,21 +977,21 @@ extends Search for collections by name.
ResultList<Company>searchCompanies(String query,
Integer page)
ResultList<Keyword>searchKeyword(String query,
Integer page)
ResultList<UserList>searchList(String query,
Integer page,
@@ -890,7 +999,7 @@ extends Search for lists by name and description.
ResultList<MovieInfo>searchMovie(String query,
Integer page,
@@ -899,11 +1008,10 @@ extends Integer searchYear,
Integer primaryReleaseYear,
SearchType searchType)
-ResultList<MediaBasic>searchMulti(String query,
Integer page,
@@ -912,7 +1020,7 @@ extends Search the movie, tv show and person collections with a single query.
ResultList<PersonFind>searchPeople(String query,
Integer page,
@@ -921,7 +1029,7 @@ extends This is a good starting point to start finding people on TMDb.
ResultList<TVBasic>searchTV(String query,
Integer page,
@@ -998,8 +1106,7 @@ extends Account getAccount(String sessionId)
throws MovieDbException
-Get the basic information for an account. You will need to have a valid
- session id.
+Get the basic information for an account. You will need to have a valid session id.
- Parameters:
sessionId -
- Returns:
- Throws:
@@ -1012,9 +1119,9 @@ extends
-
getUserLists
-public List<UserList> getUserLists(String sessionId,
- int accountId)
- throws MovieDbException
+public ResultList<UserList> getUserLists(String sessionId,
+ int accountId)
+ throws MovieDbException
Get all lists of a given user
- Parameters:
sessionId - accountId -
- Returns:
- The lists
@@ -1211,16 +1318,13 @@ extends TokenAuthorisation getAuthorisationToken()
throws MovieDbException
-This method is used to generate a valid request token for user based
- authentication.
+This method is used to generate a valid request token for user based authentication.
A request token is required in order to request a session id.
- You can generate any number of request tokens but they will expire after
- 60 minutes.
+ You can generate any number of request tokens but they will expire after 60 minutes.
- As soon as a valid session id has been created the token will be
- destroyed.
+ As soon as a valid session id has been created the token will be destroyed.
- Returns:
- Throws:
MovieDbException
@@ -1234,8 +1338,7 @@ extends TokenSession getSessionToken(TokenAuthorisation token)
throws MovieDbException
-This method is used to generate a session id for user based
- authentication.
+This method is used to generate a session id for user based authentication.
A session id is required in order to use any of the write methods.
- Parameters:
token -
@@ -1254,8 +1357,7 @@ extends 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
+This method is used to generate a session id for user based authentication. User must provide their username and password
A session id is required in order to use any of the write methods.
- Parameters:
token - Session tokenusername - User's usernamepassword - User's password
@@ -1274,18 +1376,14 @@ extends MovieDbException
This method is used to generate a guest session id.
- A guest session can be used to rate movies without having a registered
- TMDb user account.
+ A guest session can be used to rate movies without having a registered TMDb user account.
- You should only generate a single guest session per user (or device) as
- you will be able to attach the ratings to a TMDb user account in the
- future.
+ You should only generate a single guest session per user (or device) as you will be able to attach the ratings to a TMDb user
+ account in the future.
- There are also IP limits in place so you should always make sure it's the
- end user doing the guest session actions.
+ There are also IP limits in place so you should always make sure it's the end user doing the guest session actions.
- If a guest session is not used for the first time within 24 hours, it
- will be automatically discarded.
+ If a guest session is not used for the first time within 24 hours, it will be automatically discarded.
- Returns:
- Throws:
MovieDbException
@@ -1297,8 +1395,8 @@ extends
-
getMoviesCertification
-public TmdbResultsMap<String,List<Certification>> getMoviesCertification()
- throws MovieDbException
+public ResultsMap<String,List<Certification>> getMoviesCertification()
+ throws MovieDbException
Get a list of movies certification.
- Returns:
- Throws:
@@ -1311,8 +1409,8 @@ extends
-
getTvCertification
-public TmdbResultsMap<String,List<Certification>> getTvCertification()
- throws MovieDbException
+public ResultsMap<String,List<Certification>> getTvCertification()
+ throws MovieDbException
Get a list of tv certification.
- Returns:
- Throws:
@@ -1331,8 +1429,7 @@ extends MovieDbException
Get a list of Movie IDs that have been edited.
- You can then use the movie changes API to get the actual data that has
- been changed.
+ You can then use the movie changes API to get the actual data that has been changed.
- Parameters:
page - startDate - the start date of the changes, optionalendDate - the end date of the changes, optional
- Returns:
- List of changed movie
- Throws:
@@ -1351,8 +1448,7 @@ extends MovieDbException
Get a list of TV IDs that have been edited.
- You can then use the TV changes API to get the actual data that has been
- changed.
+ You can then use the TV changes API to get the actual data that has been changed.
- Parameters:
page - startDate - the start date of the changes, optionalendDate - the end date of the changes, optional
- Returns:
- List of changed movie
- Throws:
@@ -1371,8 +1467,7 @@ extends MovieDbException
Get a list of Person IDs that have been edited.
- You can then use the person changes API to get the actual data that has
- been changed.
+ You can then use the person changes API to get the actual data that has been changed.
- Parameters:
page - startDate - the start date of the changes, optionalendDate - the end date of the changes, optional
- Returns:
- List of changed movie
- Throws:
@@ -1388,11 +1483,9 @@ extends CollectionInfo getCollectionInfo(int collectionId,
String language)
throws MovieDbException
-This method is used to retrieve all of the basic information about a
- movie collection.
+This method is used to retrieve all of the basic information about a movie collection.
- You can get the ID needed for this method by making a getMovieInfo
- request for the belongs_to_collection.
+ You can get the ID needed for this method by making a getMovieInfo request for the belongs_to_collection.
- Parameters:
collectionId - language -
- Returns:
- Throws:
@@ -1423,8 +1516,7 @@ extends Company getCompanyInfo(int companyId)
throws MovieDbException
-This method is used to retrieve the basic information about a production
- company on TMDb.
+This method is used to retrieve the basic information about a production company on TMDb.
- Parameters:
companyId -
- Returns:
- Throws:
@@ -1437,14 +1529,13 @@ extends
-
getCompanyMovies
-public List<MovieBasic> getCompanyMovies(int companyId,
- String language,
- Integer page)
- throws MovieDbException
+public ResultList<MovieBasic> getCompanyMovies(int companyId,
+ String language,
+ Integer page)
+ throws MovieDbException
This method is used to retrieve the movies associated with a company.
- These movies are returned in order of most recently released to oldest.
- The default response will return 20 movies per page.
+ These movies are returned in order of most recently released to oldest. The default response will return 20 movies per page.
- Parameters:
companyId - language - page -
- Returns:
- Throws:
@@ -1501,10 +1592,9 @@ extends
-
getTimezones
-public Map<String,List<String>> getTimezones()
- throws MovieDbException
-Get the list of supported timezones for the API methods that support
- them.
+public ResultsMap<String,List<String>> getTimezones()
+ throws MovieDbException
+Get the list of supported timezones for the API methods that support them.
- Returns:
- @throws MovieDbException
- Throws:
MovieDbException
@@ -1523,14 +1613,11 @@ extends
+ 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".
- Parameters:
creditId - language -
- Returns:
- Throws:
@@ -1543,10 +1630,9 @@ extends
-
getDiscoverMovies
-public List<MovieBasic> getDiscoverMovies(Discover discover)
- throws MovieDbException
-Discover movies by different types of data like average rating, number of
- votes, genres and certifications.
+public ResultList<MovieBasic> getDiscoverMovies(Discover discover)
+ throws MovieDbException
+Discover movies by different types of data like average rating, number of votes, genres and certifications.
- Parameters:
discover - A discover object containing the search criteria required
- Returns:
- Throws:
@@ -1559,10 +1645,9 @@ extends
-
getDiscoverTV
-public List<TVBasic> getDiscoverTV(Discover discover)
- throws MovieDbException
-Discover movies by different types of data like average rating, number of
- votes, genres and certifications.
+public ResultList<TVBasic> getDiscoverTV(Discover discover)
+ throws MovieDbException
+Discover movies by different types of data like average rating, number of votes, genres and certifications.
- Parameters:
discover - A discover object containing the search criteria required
- Returns:
- Throws:
@@ -1579,18 +1664,16 @@ extends ExternalSource externalSource,
String language)
throws MovieDbException
-You con use this method to find movies, tv series or persons using
- external ids.
+You con use this method to find movies, tv series or persons using external ids.
Supported query ids are
- Movies: imdb_id
- People: imdb_id, freebase_mid, freebase_id, tvrage_id
- - TV Series: imdb_id, freebase_mid, freebase_id, tvdb_id,
- tvrage_id
+ - TV Series: imdb_id, freebase_mid, freebase_id, tvdb_id, tvrage_id
- TV Seasons: freebase_mid, freebase_id, tvdb_id, tvrage_id
- - TV Episodes: imdb_id, freebase_mid, freebase_id, tvdb_id,
- tvrage_idimdb_id, freebase_mid, freebase_id, tvrage_id, tvdb_id.
+
- TV Episodes: imdb_id, freebase_mid, freebase_id, tvdb_id, tvrage_idimdb_id, freebase_mid, freebase_id, tvrage_id,
+ tvdb_id.
For details see http://docs.themoviedb.apiary.io/#find
@@ -1636,19 +1719,17 @@ extends
-
getGenreMovies
-public List<MovieBasic> getGenreMovies(int genreId,
- String language,
- Integer page,
- Boolean includeAllMovies,
- Boolean includeAdult)
- throws MovieDbException
+public ResultList<MovieBasic> getGenreMovies(int genreId,
+ String language,
+ Integer page,
+ Boolean includeAllMovies,
+ Boolean includeAdult)
+ throws MovieDbException
Get a list of movies per genre.
- It is important to understand that only movies with more than 10 votes
- get listed.
+ It is important to understand that only movies with more than 10 votes get listed.
- This prevents movies from 1 10/10 rating from being listed first and for
- the first 5 pages.
+ This prevents movies from 1 10/10 rating from being listed first and for the first 5 pages.
- Parameters:
genreId - language - page - includeAllMovies - includeAdult -
- Returns:
- Throws:
@@ -1728,8 +1809,7 @@ extends StatusCode deleteList(String sessionId,
String listId)
throws MovieDbException
-This method lets users delete a list that they created. A valid session
- id is required.
+This method lets users delete a list that they created. A valid session id is required.
- Parameters:
sessionId - listId -
- Returns:
- Throws:
@@ -1804,8 +1884,7 @@ extends Parameters:movieId - language - appendToResponse -
- Returns:
- Throws:
@@ -1826,8 +1905,7 @@ extends Parameters:imdbId - language - appendToResponse -
- Returns:
- Throws:
@@ -1843,8 +1921,8 @@ extends MediaState getMovieAccountState(int movieId,
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.
+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.
A valid session id is required.
- Parameters:
movieId - sessionId -
@@ -1863,8 +1941,7 @@ extends String country,
String... appendToResponse)
throws MovieDbException
-This method is used to retrieve all of the alternative titles we have for
- a particular movie.
+This method is used to retrieve all of the alternative titles we have for a particular movie.
- Parameters:
movieId - country - appendToResponse -
- Returns:
- Throws:
@@ -1897,8 +1974,7 @@ extends String language,
String... appendToResponse)
throws MovieDbException
-This method should be used when you’re wanting to retrieve all of the
- images for a particular movie.
+This method should be used when you’re wanting to retrieve all of the images for a particular movie.
- Parameters:
movieId - language - appendToResponse -
- Returns:
- Throws:
@@ -1914,8 +1990,7 @@ extends ResultList<Keyword> getMovieKeywords(int movieId,
String... appendToResponse)
throws MovieDbException
-This method is used to retrieve all of the keywords that have been added
- to a particular movie.
+This method is used to retrieve all of the keywords that have been added to a particular movie.
Currently, only English keywords exist.
- Parameters:
movieId - appendToResponse -
@@ -1934,8 +2009,7 @@ extends String language,
String... appendToResponse)
throws MovieDbException
-This method is used to retrieve all of the release and certification data
- we have for a specific movie.
+This method is used to retrieve all of the release and certification data we have for a specific movie.
- Parameters:
movieId - language - appendToResponse -
- Returns:
- Throws:
@@ -1952,8 +2026,7 @@ extends String language,
String... appendToResponse)
throws MovieDbException
-This method is used to retrieve all of the trailers for a particular
- movie.
+This method is used to retrieve all of the trailers for a particular movie.
Supported sites are YouTube and QuickTime.
- Parameters:
movieId - language - appendToResponse -
@@ -1971,8 +2044,7 @@ extends ResultList<Translation> getMovieTranslations(int movieId,
String... appendToResponse)
throws MovieDbException
-This method is used to retrieve a list of the available translations for
- a specific movie.
+This method is used to retrieve a list of the available translations for a specific movie.
- Parameters:
movieId - appendToResponse -
- Returns:
- Throws:
@@ -1990,11 +2062,9 @@ extends String language,
String... appendToResponse)
throws MovieDbException
-The similar movies method will let you retrieve the similar movies for a
- particular movie.
+The similar movies method will let you retrieve the similar movies for a particular movie.
- This data is created dynamically but with the help of users votes on
- TMDb.
+ This data is created dynamically but with the help of users votes on TMDb.
The data is much better with movies that have more keywords
- Parameters:
movieId - language - page - appendToResponse -
@@ -2045,18 +2115,17 @@ extends
-
getMovieChanges
-public WrapperChanges getMovieChanges(int movieId,
- String startDate,
- String endDate)
- throws MovieDbException
+public ResultList<ChangeKeyItem> getMovieChanges(int movieId,
+ String startDate,
+ String endDate)
+ throws MovieDbException
Get the changes for a specific movie ID.
Changes are grouped by key, and ordered by date in descending order.
By default, only the last 24 hours of changes are returned.
- The maximum number of days that can be returned in a single request is
- 14.
+ The maximum number of days that can be returned in a single request is 14.
The language is present on fields that are translatable.
- Parameters:
movieId - startDate - endDate -
@@ -2130,8 +2199,7 @@ extends MovieDbException
This method is used to retrieve the movies currently in theatres.
- This is a curated list that will normally contain 100 movies. The default
- response will return 20 movies.
+ This is a curated list that will normally contain 100 movies. The default response will return 20 movies.
- Parameters:
language - page -
- Returns:
- Throws:
@@ -2165,8 +2233,7 @@ extends 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.
+This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
The default response will return 20 movies.
- Parameters:
language - page -
@@ -2237,11 +2304,9 @@ extends MovieDbException
Get the TV credits for a specific person id.
- To get the expanded details for each record, call the /credit method with
- the provided credit_id.
+ To get the expanded details for each record, call the /credit method with the provided credit_id.
- This will provide details about which episode and/or season the credit is
- for.
+ This will provide details about which episode and/or season the credit is for.
- Parameters:
personId - language - appendToResponse -
- Returns:
- Throws:
@@ -2260,11 +2325,9 @@ extends MovieDbException
Get the combined (movie and TV) credits for a specific person id.
- To get the expanded details for each TV record, call the /credit method
- with the provided credit_id.
+ To get the expanded details for each TV record, call the /credit method with the provided credit_id.
- This will provide details about which episode and/or season the credit is
- for.
+ This will provide details about which episode and/or season the credit is for.
- Parameters:
personId - language - appendToResponse -
- Returns:
- Throws:
@@ -2313,8 +2376,7 @@ extends MovieDbException
Get the images that have been tagged with a specific person id.
- We return all of the image results with a media object mapped for each
- image.
+ We return all of the image results with a media object mapped for each image.
- Parameters:
personId - page - language -
- Returns:
- Throws:
@@ -2327,18 +2389,17 @@ extends
-
getPersonChanges
-public WrapperChanges getPersonChanges(int personId,
- String startDate,
- String endDate)
- throws MovieDbException
+public ResultList<ChangeKeyItem> getPersonChanges(int personId,
+ String startDate,
+ String endDate)
+ throws MovieDbException
Get the changes for a specific person id.
Changes are grouped by key, and ordered by date in descending order.
By default, only the last 24 hours of changes are returned.
- The maximum number of days that can be returned in a single request is
- 14.
+ The maximum number of days that can be returned in a single request is 14.
The language is present on fields that are translatable.
- Parameters:
personId - startDate - endDate -
@@ -2403,8 +2464,8 @@ extends MovieDbException
Search Companies.
- You can use this method to search for production companies that are part
- of TMDb. The company IDs will map to those returned on movie calls.
+ You can use this method to search for production companies that are part of TMDb. The company IDs will map to those returned
+ on movie calls.
http://help.themoviedb.org/kb/api/search-companies
- Parameters:
query - page -
@@ -2477,11 +2538,8 @@ extends Integer primaryReleaseYear,
SearchType searchType)
throws MovieDbException
-Search Movies This is a good starting point to start finding movies on
- TMDb.
-- Parameters:
query - searchYear - Limit the search to the provided year. Zero (0) will
- get all yearslanguage - The language to include. Can be blank/null.includeAdult - true or false to include adult titles in the searchpage - The page of results to return. 0 to get the default (first
- page)primaryReleaseYear - searchType -
+Search Movies This is a good starting point to start finding movies on TMDb.
+- Parameters:
query - searchYear - Limit the search to the provided year. Zero (0) will get all yearslanguage - The language to include. Can be blank/null.includeAdult - true or false to include adult titles in the searchpage - The page of results to return. 0 to get the default (first page)primaryReleaseYear - searchType -
- Returns:
- Throws:
MovieDbException
@@ -2500,11 +2558,9 @@ extends MovieDbException
Search the movie, tv show and person collections with a single query.
- Each item returned in the result array has a media_type field that maps
- to either movie, tv or person.
+ Each item returned in the result array has a media_type field that maps to either movie, tv or person.
- Each mapped result is the same response you would get from each
- independent search
+ Each mapped result is the same response you would get from each independent search
- Parameters:
query - page - language - includeAdult -
- Returns:
- Throws:
@@ -2524,8 +2580,7 @@ extends MovieDbException
This is a good starting point to start finding people on TMDb.
- The idea is to be a quick and light method so you can iterate through
- people quickly.
+ The idea is to be a quick and light method so you can iterate through people quickly.
- Parameters:
query - includeAdult - page - searchType -
- Returns:
- Throws:
@@ -2577,8 +2632,8 @@ extends MediaState getTVAccountState(int tvID,
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.
+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.
A valid session id is required.
- Parameters:
tvID - sessionID -
@@ -2608,10 +2663,10 @@ extends
-
getTVChanges
-public WrapperChanges getTVChanges(int tvID,
- String startDate,
- String endDate)
- throws MovieDbException
+public ResultList<ChangeKeyItem> getTVChanges(int tvID,
+ String startDate,
+ String endDate)
+ throws MovieDbException
Get the changes for a specific TV show id.
- Parameters:
tvID - startDate - endDate -
- Returns:
@@ -2746,8 +2801,7 @@ extends ResultList<Translation> getTVTranslations(int tvID)
throws MovieDbException
-Get the list of translations that exist for a TV series. These
- translations cascade down to the episode level.
+Get the list of translations that exist for a TV series. These translations cascade down to the episode level.
- Parameters:
tvID -
- Returns:
- Throws:
@@ -2763,8 +2817,7 @@ extends ResultList<Video> getTVVideos(int tvID,
String language)
throws MovieDbException
-Get the videos that have been added to a TV series (trailers, opening
- credits, etc...)
+Get the videos that have been added to a TV series (trailers, opening credits, etc...)
- Parameters:
tvID - language -
- Returns:
- Throws:
@@ -2796,8 +2849,7 @@ extends MovieDbException
Get the list of TV shows that are currently on the air.
- This query looks for any TV show that has an episode with an air date in
- the next 7 days.
+ This query looks for any TV show that has an episode with an air date in the next 7 days.
- Parameters:
page - language -
- Returns:
- Throws:
@@ -2834,8 +2886,7 @@ extends MovieDbException
Get the list of top rated TV shows.
- By default, this list will only include TV shows that have 2 or more
- votes.
+ By default, this list will only include TV shows that have 2 or more votes.
This list refreshes every day.
- Parameters:
page - language -
@@ -2847,7 +2898,7 @@ extends
-
+
-
getTVPopular
public ResultList<TVBasic> getTVPopular(Integer page,
@@ -2860,6 +2911,273 @@ extends MovieDbException
+
+
+
+public TVSeasonInfo getSeasonInfo(int tvID, + int seasonNumber, + String language, + String... appendToResponse) + throws MovieDbException+
tvID - seasonNumber - language - appendToResponse - MovieDbExceptionpublic ResultList<ChangeKeyItem> 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 - MovieDbExceptionpublic TVEpisodeInfo getEpisodeInfo(int tvID, + int seasonNumber, + int episodeNumber, + String language, + String... appendToResponse) + throws MovieDbException+
tvID - seasonNumber - episodeNumber - language - appendToResponse - MovieDbExceptionpublic ResultList<ChangeKeyItem> getEpisodeChanges(int episodeID, + String startDate, + String endDate) + throws MovieDbException+
episodeID - startDate - endDate - MovieDbExceptionpublic MediaState getEpisodeAccountState(int tvID, + int seasonNumber, + int episodeNumber, + String sessionID) + throws MovieDbException+
tvID - seasonNumber - episodeNumber - sessionID - MovieDbExceptionpublic MediaCreditList getEpisodeCredits(int tvID, + int seasonNumber, + int episodeNumber) + throws MovieDbException+
tvID - seasonNumber - episodeNumber - MovieDbExceptionpublic ExternalID getEpisodeExternalID(int tvID, + int seasonNumber, + int episodeNumber, + String language) + throws MovieDbException+
tvID - seasonNumber - episodeNumber - language - MovieDbExceptionpublic ResultList<Artwork> getEpisodeImages(int tvID, + int seasonNumber, + int episodeNumber) + throws MovieDbException+
tvID - seasonNumber - episodeNumber - MovieDbExceptionpublic StatusCode postEpisodeRating(int tvID, + int seasonNumber, + int episodeNumber, + int rating, + String sessionID, + String guestSessionID) + throws MovieDbException+
tvID - seasonNumber - episodeNumber - rating - sessionID - guestSessionID - MovieDbExceptionpublic ResultList<Video> getEpisodeVideos(int tvID, + int seasonNumber, + int episodeNumber, + String language) + throws MovieDbException+
tvID - seasonNumber - episodeNumber - language - MovieDbExceptionfind(String id,
ExternalSource externalSource,
String language)
-TokenAuthorisationgetAuthorisationToken()
-CollectionInfogetCollectionInfo(int collectionId,
String language)
-CompanygetCompanyInfo(int companyId)
-List<MovieBasic>ResultList<MovieBasic>getCompanyMovies(int companyId,
String language,
Integer page)
@@ -220,41 +216,100 @@
List<MovieBasic>ResultList<MovieBasic>getDiscoverMovies(Discover discover)
-List<TVBasic>ResultList<TVBasic>getDiscoverTV(Discover discover)
-MediaStategetEpisodeAccountState(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String sessionID)
+ResultList<ChangeKeyItem>getEpisodeChanges(int episodeID,
+ String startDate,
+ String endDate)
+MediaCreditListgetEpisodeCredits(int tvID,
+ int seasonNumber,
+ int episodeNumber)
+ExternalIDgetEpisodeExternalID(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language)
+ResultList<Artwork>getEpisodeImages(int tvID,
+ int seasonNumber,
+ int episodeNumber)
+TVEpisodeInfogetEpisodeInfo(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language,
+ String... appendToResponse)
+ResultList<Video>getEpisodeVideos(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language)
+ResultList<MovieBasic>getFavoriteMovies(String sessionId,
int accountId)
ResultList<TVBasic>getFavoriteTv(String sessionId,
int accountId)
ResultList<Genre>getGenreMovieList(String language)
List<MovieBasic>ResultList<MovieBasic>getGenreMovies(int genreId,
String language,
Integer page,
@@ -263,13 +318,13 @@
Get a list of movies per genre.
ResultList<Genre>getGenreTVList(String language)
ResultList<MovieBasic>getGuestRatedMovies(String guestSessionId,
String language,
@@ -278,25 +333,25 @@
Get a list of rated movies for a specific guest session id.
TokenSessiongetGuestSessionToken()
ResultList<JobDepartment>getJobs()
KeywordgetKeyword(String keywordId)
ResultList<MovieBasic>getKeywordMovies(String keywordId,
String language,
@@ -304,42 +359,41 @@
Get the list of movies for a particular keyword by id.
MovieInfogetLatestMovie()
TVInfogetLatestTV()
ListItem<MovieInfo>getList(String listId)
MediaStategetMovieAccountState(int movieId,
String sessionId)
-ResultList<AlternativeTitle>getMovieAlternativeTitles(int movieId,
String country,
String... appendToResponse)
-ResultList<ChangeListItem>getMovieChangeList(Integer page,
String startDate,
@@ -347,31 +401,30 @@
Get a list of Movie IDs that have been edited.
WrapperChangesResultList<ChangeKeyItem>getMovieChanges(int movieId,
String startDate,
String endDate)
MediaCreditListgetMovieCredits(int movieId,
String... appendToResponse)
ResultList<Artwork>getMovieImages(int movieId,
String language,
String... appendToResponse)
-MovieInfogetMovieInfo(int movieId,
String language,
@@ -379,7 +432,7 @@
This method is used to retrieve all of the basic movie information.
MovieInfogetMovieInfoImdb(String imdbId,
String language,
@@ -387,15 +440,14 @@
This method is used to retrieve all of the basic movie information.
ResultList<Keyword>getMovieKeywords(int movieId,
String... appendToResponse)
-ResultList<UserList>getMovieLists(int movieId,
Integer page,
@@ -404,16 +456,15 @@
Get the lists that the movie belongs to
ResultList<ReleaseInfo>getMovieReleaseInfo(int movieId,
String language,
String... appendToResponse)
-ResultList<Review>getMovieReviews(int movieId,
Integer page,
@@ -422,43 +473,41 @@
Get the reviews for a particular movie id.
TmdbResultsMap<String,List<Certification>>ResultsMap<String,List<Certification>>getMoviesCertification()
ResultList<Translation>getMovieTranslations(int movieId,
String... appendToResponse)
-ResultList<Video>getMovieVideos(int movieId,
String language,
String... appendToResponse)
-NetworkgetNetworkInfo(int networkId)
ResultList<MovieInfo>getNowPlayingMovies(Integer page,
String language)
ResultList<ChangeListItem>getPersonChangeList(Integer page,
String startDate,
@@ -466,15 +515,15 @@
Get a list of Person IDs that have been edited.
WrapperChangesResultList<ChangeKeyItem>getPersonChanges(int personId,
String startDate,
String endDate)
PersonCreditsgetPersonCombinedCredits(int personId,
String language,
@@ -482,32 +531,32 @@
Get the combined (movie and TV) credits for a specific person id.
ExternalIDgetPersonExternalIds(int personId)
ResultList<Artwork>getPersonImages(int personId)
PersongetPersonInfo(int personId,
String... appendToResponse)
PersongetPersonLatest()
PersonCreditsgetPersonMovieCredits(int personId,
String language,
@@ -515,13 +564,13 @@
Get the movie credits for a specific person id.
ResultList<PersonFind>getPersonPopular(Integer page)
ResultList<ArtworkMedia>getPersonTaggedImages(int personId,
Integer page,
@@ -529,7 +578,7 @@
Get the images that have been tagged with a specific person id.
PersonCreditsgetPersonTVCredits(int personId,
String language,
@@ -537,14 +586,14 @@
Get the TV credits for a specific person id.
ResultList<MovieInfo>getPopularMovieList(Integer page,
String language)
ResultList<MovieBasic>getRatedMovies(String sessionId,
int accountId,
@@ -554,7 +603,7 @@
Get the list of rated movies (and associated rating) for an account.
ResultList<TVBasic>getRatedTV(String sessionId,
int accountId,
@@ -564,15 +613,70 @@
Get the list of rated TV shows (and associated rating) for an account.
ReviewgetReviews(String reviewId) MediaStategetSeasonAccountState(int tvID,
+ String sessionID)
+ResultList<ChangeKeyItem>getSeasonChanges(int tvID,
+ String startDate,
+ String endDate)
+MediaCreditListgetSeasonCredits(int tvID,
+ int seasonNumber)
+ExternalIDgetSeasonExternalID(int tvID,
+ int seasonNumber,
+ String language)
+ResultList<Artwork>getSeasonImages(int tvID,
+ int seasonNumber,
+ String language,
+ String... includeImageLanguage)
+TVSeasonInfogetSeasonInfo(int tvID,
+ int seasonNumber,
+ String language,
+ String... appendToResponse)
+ResultList<Video>getSeasonVideos(int tvID,
+ int seasonNumber,
+ String language)
+TokenSessiongetSessionToken(TokenAuthorisation token)
-getSessionTokenLogin(TokenAuthorisation token,
String username,
String password)
-Map<String,List<String>>ResultsMap<String,List<String>>getTimezones()
-ResultList<MovieInfo>getTopRatedMovies(Integer page,
String language)
-MediaStategetTVAccountState(int tvID,
String sessionID)
-TmdbResultsMap<String,List<Certification>>ResultsMap<String,List<Certification>>getTvCertification()
WrapperChangesResultList<ChangeKeyItem>getTVChanges(int tvID,
String startDate,
String endDate)
@@ -737,8 +837,7 @@
ResultList<Video>getTVVideos(int tvID,
String language)
-List<UserList>ResultList<UserList>getUserLists(String sessionId,
int accountId)
StatusCodepostEpisodeRating(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ int rating,
+ String sessionID,
+ String guestSessionID)
+StatusCodepostMovieRating(int movieId,
int rating,
String sessionId,
@@ -794,7 +904,7 @@
This method lets users rate a movie.
StatusCodepostTVRating(int tvID,
int rating,
@@ -803,7 +913,7 @@
This method lets users rate a TV show.
StatusCoderemoveFromWatchList(String sessionId,
int accountId,
@@ -812,7 +922,7 @@
Remove a movie from an accounts watch list.
StatusCoderemoveItemFromList(String sessionId,
String listId,
@@ -820,7 +930,7 @@
This method lets users remove items from a list that they created.
ResultList<Collection>searchCollection(String query,
Integer page,
@@ -828,21 +938,21 @@
Search for collections by name.
ResultList<Company>searchCompanies(String query,
Integer page)
ResultList<Keyword>searchKeyword(String query,
Integer page)
ResultList<UserList>searchList(String query,
Integer page,
@@ -850,7 +960,7 @@
Search for lists by name and description.
ResultList<MovieInfo>searchMovie(String query,
Integer page,
@@ -859,11 +969,10 @@
Integer searchYear,
Integer primaryReleaseYear,
SearchType searchType)
-ResultList<MediaBasic>searchMulti(String query,
Integer page,
@@ -872,7 +981,7 @@
Search the movie, tv show and person collections with a single query.
ResultList<PersonFind>searchPeople(String query,
Integer page,
@@ -881,7 +990,7 @@
This is a good starting point to start finding people on TMDb.
ResultList<TVBasic>searchTV(String query,
Integer page,
@@ -1013,7 +1122,7 @@
List<MovieBasic>ResultList<MovieBasic>getCompanyMovies(int companyId,
String language,
Integer page)
@@ -1035,20 +1144,20 @@
List<MovieBasic>ResultList<MovieBasic>getDiscoverMovies(Discover discover)
List<TVBasic>ResultList<TVBasic>getDiscoverTV(Discover discover)
MediaStategetEpisodeAccountState(int tvID,
+TmdbEpisodes.getEpisodeAccountState(int tvID,
int seasonNumber,
int episodeNumber,
String sessionID)
@@ -1057,8 +1166,8 @@
WrapperChangesgetEpisodeChanges(int episodeID,
+ResultList<ChangeKeyItem>
+TmdbEpisodes.getEpisodeChanges(int episodeID,
String startDate,
String endDate)
Look up a TV episode's changes by episode ID
@@ -1066,7 +1175,7 @@
MediaCreditListgetEpisodeCredits(int tvID,
+TmdbEpisodes.getEpisodeCredits(int tvID,
int seasonNumber,
int episodeNumber)
Get the TV episode credits by combination of season and episode number.
@@ -1074,7 +1183,7 @@
ExternalIDgetEpisodeExternalID(int tvID,
+TmdbEpisodes.getEpisodeExternalID(int tvID,
int seasonNumber,
int episodeNumber,
String language)
@@ -1084,7 +1193,7 @@
ResultList<Artwork>getEpisodeImages(int tvID,
+TmdbEpisodes.getEpisodeImages(int tvID,
int seasonNumber,
int episodeNumber)
Get the images (episode stills) for a TV episode by combination of a
@@ -1093,7 +1202,7 @@
TVEpisodeInfogetEpisodeInfo(int tvID,
+TmdbEpisodes.getEpisodeInfo(int tvID,
int seasonNumber,
int episodeNumber,
String language,
@@ -1104,7 +1213,7 @@
ResultList<Video>getEpisodeVideos(int tvID,
+TmdbEpisodes.getEpisodeVideos(int tvID,
int seasonNumber,
int episodeNumber,
String language)
@@ -1133,7 +1242,7 @@
List<MovieBasic>ResultList<MovieBasic>getGenreMovies(int genreId,
String language,
Integer page,
@@ -1205,8 +1314,8 @@
MediaState
TmdbMovies.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.
+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.
getMovieAlternativeTitles(int movieId,
String country,
String... appendToResponse)
-WrapperChangesResultList<ChangeKeyItem>getMovieChanges(int movieId,
String startDate,
String endDate)
@@ -1238,8 +1346,7 @@
getMovieImages(int movieId,
String language,
String... appendToResponse)
-ResultList<Keyword>getMovieKeywords(int movieId,
String... appendToResponse)
-getMovieReleaseInfo(int movieId,
String language,
String... appendToResponse)
-TmdbResultsMap<String,List<Certification>>ResultsMap<String,List<Certification>>getMoviesCertification()
ResultList<Translation>getMovieTranslations(int movieId,
String... appendToResponse)
-getMovieVideos(int movieId,
String language,
String... appendToResponse)
-WrapperChangesResultList<ChangeKeyItem>getPersonChanges(int personId,
String startDate,
String endDate)
@@ -1435,15 +1538,15 @@
MediaStategetSeasonAccountState(int tvID,
+TmdbSeasons.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.
WrapperChangesgetSeasonChanges(int tvID,
+ResultList<ChangeKeyItem>
+TmdbSeasons.getSeasonChanges(int tvID,
String startDate,
String endDate)
Look up a TV season's changes by season ID.
@@ -1451,14 +1554,14 @@
MediaCreditListgetSeasonCredits(int tvID,
+TmdbSeasons.getSeasonCredits(int tvID,
int seasonNumber)
Get the cast & crew credits for a TV season by season number.
ExternalIDgetSeasonExternalID(int tvID,
+TmdbSeasons.getSeasonExternalID(int tvID,
int seasonNumber,
String language)
Get the external ids that we have stored for a TV season by season
@@ -1467,7 +1570,7 @@
ResultList<Artwork>getSeasonImages(int tvID,
+TmdbSeasons.getSeasonImages(int tvID,
int seasonNumber,
String language,
String... includeImageLanguage)
@@ -1476,7 +1579,7 @@
TVSeasonInfogetSeasonInfo(int tvID,
+TmdbSeasons.getSeasonInfo(int tvID,
int seasonNumber,
String language,
String... appendToResponse)
@@ -1485,7 +1588,7 @@
ResultList<Video>getSeasonVideos(int tvID,
+TmdbSeasons.getSeasonVideos(int tvID,
int seasonNumber,
String language)
Get the videos that have been added to a TV season (trailers, teasers,
@@ -1512,12 +1615,11 @@
Integer page,
String language,
String... appendToResponse)
-The similar movies method will let you retrieve the similar movies for a
- particular movie.
+The similar movies method will let you retrieve the similar movies for a particular movie.
Map<String,List<String>>ResultsMap<String,List<String>>getTimezones()
ResultList<MovieInfo>getTopRatedMovies(Integer page,
String language)
-TmdbResultsMap<String,List<Certification>>ResultsMap<String,List<Certification>>getTvCertification()
WrapperChangesResultList<ChangeKeyItem>getTVChanges(int tvID,
String startDate,
String endDate)
@@ -1668,7 +1769,7 @@
List<UserList>ResultList<UserList>getUserLists(String sessionId,
int accountId)
StatusCodepostEpisodeRating(int tvID,
+TmdbEpisodes.postEpisodeRating(int tvID,
int seasonNumber,
int episodeNumber,
int rating,
diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html
index 7e23c1568..d4e0ddb10 100644
--- a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html
+++ b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html
index ba455ddc1..d8bc93a3c 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html
@@ -2,10 +2,10 @@
-
+
ArtworkType (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html b/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html
index c1da1d59e..5fab3c06f 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html
@@ -2,10 +2,10 @@
-
+
CreditType (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html b/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html
index 79c3fa9ec..08201d468 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html
@@ -2,10 +2,10 @@
-
+
ExternalSource (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html b/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html
index 9ba3c83b5..826dbb001 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html
@@ -2,10 +2,10 @@
-
+
MediaType (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html b/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html
index c806b8c28..212445baa 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html
@@ -2,10 +2,10 @@
-
+
SearchType (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html b/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html
index 19b583e86..0cf4b0f34 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html
@@ -2,10 +2,10 @@
-
+
SortBy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html
index 2f252e517..b8355c38c 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.enumeration.ArtworkType (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html
index c49974705..6bc041b10 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.enumeration.CreditType (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html
index 737f9a150..015a53b0b 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.enumeration.ExternalSource (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -109,8 +109,7 @@
TheMovieDbApi.find(String id,
ExternalSource externalSource,
String language)
-You con use this method to find movies, tv series or persons using
- external ids.
+You con use this method to find movies, tv series or persons using external ids.
List<UserList>ResultList<UserList>getUserLists(String sessionId,
int accountId)
public List<UserList> getUserLists(String sessionId, - int accountId) - throws MovieDbException+
public ResultList<UserList> getUserLists(String sessionId, + int accountId) + throws MovieDbException
sessionId - accountId - TmdbResultsMap<String,List<Certification>>ResultsMap<String,List<Certification>>getMoviesCertification()
TmdbResultsMap<String,List<Certification>>ResultsMap<String,List<Certification>>getTvCertification()
public TmdbResultsMap<String,List<Certification>> getMoviesCertification() - throws MovieDbException+
public ResultsMap<String,List<Certification>> getMoviesCertification() + throws MovieDbException
public TmdbResultsMap<String,List<Certification>> getTvCertification() - throws MovieDbException+
public ResultsMap<String,List<Certification>> getTvCertification() + throws MovieDbException
List<MovieBasic>ResultList<MovieBasic>getCompanyMovies(int companyId,
String language,
Integer page)
@@ -244,10 +244,10 @@ extends
public List<MovieBasic> getCompanyMovies(int companyId, - String language, - Integer page) - throws MovieDbException+
public ResultList<MovieBasic> getCompanyMovies(int companyId, + String language, + Integer page) + throws MovieDbException
Map<String,List<String>>ResultsMap<String,List<String>>getTimezones()
public Map<String,List<String>> getTimezones() - throws MovieDbException+
public ResultsMap<String,List<String>> getTimezones() + throws MovieDbException
List<MovieBasic>ResultList<MovieBasic>getDiscoverMovies(Discover discover)
List<TVBasic>ResultList<TVBasic>getDiscoverTV(Discover discover)
public List<MovieBasic> getDiscoverMovies(Discover discover) - throws MovieDbException+
public ResultList<MovieBasic> getDiscoverMovies(Discover discover) + throws MovieDbException
discover - A discover object containing the search criteria requiredpublic List<TVBasic> getDiscoverTV(Discover discover) - throws MovieDbException+
public ResultList<TVBasic> getDiscoverTV(Discover discover) + throws MovieDbException
getMovieAlternativeTitles(int movieId,
String country,
String... appendToResponse)
-WrapperChangesResultList<ChangeKeyItem>getMovieChanges(int movieId,
String startDate,
String endDate)
@@ -203,8 +202,7 @@ extends getMovieImages(int movieId,
String language,
String... appendToResponse)
-ResultList<Keyword>
getMovieKeywords(int movieId,
String... appendToResponse)
-getMovieReleaseInfo(int movieId,
String language,
String... appendToResponse)
-ResultList<Translation>
getMovieTranslations(int movieId,
String... appendToResponse)
-getMovieVideos(int movieId,
String language,
String... appendToResponse)
-ResultList<MovieInfo>getTopRatedMovies(Integer page,
String language)
-movieId - language - appendToResponse - imdbId - language - appendToResponse - movieId - sessionId - movieId - country - appendToResponse - movieId - language - appendToResponse - movieId - appendToResponse - movieId - language - appendToResponse - movieId - language - appendToResponse - movieId - appendToResponse - movieId - language - page - appendToResponse - public WrapperChanges getMovieChanges(int movieId, - String startDate, - String endDate) - throws MovieDbException+
public ResultList<ChangeKeyItem> getMovieChanges(int movieId, + String startDate, + String endDate) + throws MovieDbException
movieId - startDate - endDate - language - page - language - page - WrapperChangesResultList<ChangeKeyItem>getPersonChanges(int personId,
String startDate,
String endDate)
@@ -415,10 +415,10 @@ extends
public WrapperChanges getPersonChanges(int personId, - String startDate, - String endDate) - throws MovieDbException+
public ResultList<ChangeKeyItem> getPersonChanges(int personId, + String startDate, + String endDate) + throws MovieDbException
class TmdbEpisodes
+class TmdbFind
class TmdbGenres
class TmdbKeywords
class TmdbLists
class TmdbMovies
class TmdbNetworks
class TmdbPeople
class TmdbReviews
class TmdbSearch
class TmdbSeasons
+class TmdbTV
class TmdbTVEpisodes
-class TmdbTVSeasons
-Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html index b04487fc4..141b47b48 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html @@ -2,10 +2,10 @@ - +Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html index d3e2022b4..eb4f749fc 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html @@ -2,10 +2,10 @@ - +ResultList<Artwork>getMovieImages(int movieId,
- String language,
- String... appendToResponse)
-getEpisodeImages(int tvID,
+ int seasonNumber,
+ int episodeNumber)
+ResultList<Artwork>getMovieImages(int movieId,
+ String language,
+ String... appendToResponse)
+ResultList<Artwork>getPersonImages(int personId)
ResultList<Artwork>getSeasonImages(int tvID,
+ int seasonNumber,
+ String language,
+ String... includeImageLanguage)
+ResultList<Artwork>getTVImages(int tvID,
@@ -165,7 +181,7 @@
ResultList<Artwork>getEpisodeImages(int tvID,
+TmdbEpisodes.getEpisodeImages(int tvID,
int seasonNumber,
int episodeNumber)
Get the images (episode stills) for a TV episode by combination of a
@@ -177,8 +193,7 @@
TmdbMovies.getMovieImages(int movieId,
String language,
String... appendToResponse)
-This method should be used when you’re wanting to retrieve all of the
- images for a particular movie.
+This method should be used when you’re wanting to retrieve all of the images for a particular movie.
ResultList<Artwork>getSeasonImages(int tvID,
+TmdbSeasons.getSeasonImages(int tvID,
int seasonNumber,
String language,
String... includeImageLanguage)
diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html b/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html
index 8388f26a3..b5337dfb5 100644
--- a/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html
+++ b/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.artwork.ArtworkMedia (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html
index a4c04148f..b6b86e910 100644
--- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html
index 3ff967100..b96420bea 100644
--- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html
index 15909e709..0e1f08b9b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.artwork Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html
index 36f298a1d..b8c8465db 100644
--- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html
index 9a5470dc5..2cb2b18fc 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html
@@ -2,10 +2,10 @@
-
+
TokenAuthorisation (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html
index a6a290be0..f24e39225 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html
@@ -2,10 +2,10 @@
-
+
TokenSession (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html
index 60a2185fa..aeb05af54 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.authentication.TokenAuthorisation (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -103,8 +103,7 @@
TokenAuthorisation
TheMovieDbApi.getAuthorisationToken()
-This method is used to generate a valid request token for user based
- authentication.
+This method is used to generate a valid request token for user based authentication.
@@ -112,8 +111,7 @@
TheMovieDbApi.getSessionTokenLogin(TokenAuthorisation token,
String username,
String password)
-This method is used to generate a session id for user based
- authentication.
+This method is used to generate a session id for user based authentication.
@@ -128,8 +126,7 @@
TokenSession
TheMovieDbApi.getSessionToken(TokenAuthorisation token)
-This method is used to generate a session id for user based
- authentication.
+This method is used to generate a session id for user based authentication.
@@ -137,8 +134,7 @@
TheMovieDbApi.getSessionTokenLogin(TokenAuthorisation token,
String username,
String password)
-This method is used to generate a session id for user based
- authentication.
+This method is used to generate a session id for user based authentication.
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html
index 02491f105..e58ec14ea 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.authentication.TokenSession (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -109,8 +109,7 @@
TokenSession
TheMovieDbApi.getSessionToken(TokenAuthorisation token)
-This method is used to generate a session id for user based
- authentication.
+This method is used to generate a session id for user based authentication.
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html
index 8231b39b3..e88e047e0 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html
index 21cb0b8fc..e95801622 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html
index 3909b56e7..f2d3bac71 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.authentication Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html
index 237e98d29..0a6dd9e19 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html
index 74bd3b011..d4b70ca47 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html
@@ -2,10 +2,10 @@
-
+
ChangeKeyItem (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html b/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html
index ceb015f1b..b14b21824 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html
@@ -2,10 +2,10 @@
-
+
ChangeListItem (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/change/ChangedItem.html
index 96b709b74..d520ce011 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/ChangedItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/ChangedItem.html
@@ -2,10 +2,10 @@
-
+
ChangedItem (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html
index d455d95d5..a0a2e374e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.change.ChangeKeyItem (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -77,6 +77,14 @@
| Modifier and Type | +Method and Description | +
|---|---|
ResultList<ChangeKeyItem> |
+TheMovieDbApi.getEpisodeChanges(int episodeID,
+ String startDate,
+ String endDate)
+Look up a TV episode's changes by episode ID
+ |
+
ResultList<ChangeKeyItem> |
+TheMovieDbApi.getMovieChanges(int movieId,
+ String startDate,
+ String endDate)
+Get the changes for a specific movie ID.
+ |
+
ResultList<ChangeKeyItem> |
+TheMovieDbApi.getPersonChanges(int personId,
+ String startDate,
+ String endDate)
+Get the changes for a specific person id.
+ |
+
ResultList<ChangeKeyItem> |
+TheMovieDbApi.getSeasonChanges(int tvID,
+ String startDate,
+ String endDate)
+Look up a TV season's changes by season ID.
+ |
+
ResultList<ChangeKeyItem> |
+TheMovieDbApi.getTVChanges(int tvID,
+ String startDate,
+ String endDate)
+Get the changes for a specific TV show id.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
ResultList<ChangeKeyItem> |
+TmdbEpisodes.getEpisodeChanges(int episodeID,
+ String startDate,
+ String endDate)
+Look up a TV episode's changes by episode ID
+ |
+
ResultList<ChangeKeyItem> |
+TmdbMovies.getMovieChanges(int movieId,
+ String startDate,
+ String endDate)
+Get the changes for a specific movie ID.
+ |
+
ResultList<ChangeKeyItem> |
+TmdbPeople.getPersonChanges(int personId,
+ String startDate,
+ String endDate)
+Get the changes for a specific person id.
+ |
+
ResultList<ChangeKeyItem> |
+TmdbSeasons.getSeasonChanges(int tvID,
+ String startDate,
+ String endDate)
+Look up a TV season's changes by season ID.
+ |
+
ResultList<ChangeKeyItem> |
+TmdbTV.getTVChanges(int tvID,
+ String startDate,
+ String endDate)
+Get the changes for a specific TV show id.
+ |
+
class WrapperAlternativeTitles ResultDates class WrapperChanges WrapperAlternativeTitles class WrapperConfig WrapperChanges class WrapperConfig class WrapperGenericList<T>
class WrapperGenres
class WrapperImages class WrapperJobList class WrapperMovieKeywords class WrapperMultiSearch class WrapperReleaseInfo class WrapperTranslations class WrapperVideos TmdbResultsMap<String,List<Certification>>ResultsMap<String,List<Certification>>getMoviesCertification()
TmdbResultsMap<String,List<Certification>>ResultsMap<String,List<Certification>>getTvCertification()
TmdbResultsMap<String,List<Certification>>ResultsMap<String,List<Certification>>getMoviesCertification()
TmdbResultsMap<String,List<Certification>>ResultsMap<String,List<Certification>>getTvCertification()
find(String id,
ExternalSource externalSource,
String language)
-StatusCodepostEpisodeRating(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ int rating,
+ String sessionID,
+ String guestSessionID)
+StatusCodepostMovieRating(int movieId,
int rating,
String sessionId,
@@ -147,7 +158,7 @@
This method lets users rate a movie.
StatusCodepostTVRating(int tvID,
int rating,
@@ -156,7 +167,7 @@
This method lets users rate a TV show.
StatusCoderemoveFromWatchList(String sessionId,
int accountId,
@@ -165,7 +176,7 @@
Remove a movie from an accounts watch list.
StatusCoderemoveItemFromList(String sessionId,
String listId,
@@ -232,7 +243,7 @@
StatusCodepostEpisodeRating(int tvID,
+TmdbEpisodes.postEpisodeRating(int tvID,
int seasonNumber,
int episodeNumber,
int rating,
diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html b/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html
index 0b7b2c369..a512b706f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html
+++ b/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html
@@ -2,10 +2,10 @@
-
+
Collection (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html
index 01f9eaa2b..82d0c1b08 100644
--- a/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html
@@ -2,10 +2,10 @@
-
+
CollectionInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html
index aa75eddb6..e17985052 100644
--- a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html
+++ b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.collection.Collection (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html
index b5f755f09..dce494866 100644
--- a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.collection.CollectionInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -104,8 +104,7 @@
CollectionInfo
TheMovieDbApi.getCollectionInfo(int collectionId,
String language)
-This method is used to retrieve all of the basic information about a
- movie collection.
+This method is used to retrieve all of the basic information about a movie collection.
CompanygetCompanyInfo(int companyId)
-List<MovieBasic>ResultList<MovieBasic>getDiscoverMovies(Discover discover)
-List<TVBasic>ResultList<TVBasic>getDiscoverTV(Discover discover)
-List<MovieBasic>ResultList<MovieBasic>getDiscoverMovies(Discover discover)
List<TVBasic>ResultList<TVBasic>getDiscoverTV(Discover discover)
ResultList<Keyword>getMovieKeywords(int movieId,
String... appendToResponse)
-ResultList<Keyword>getMovieKeywords(int movieId,
String... appendToResponse)
-List<UserList>ResultList<UserList>getUserLists(String sessionId,
int accountId)
List<UserList>ResultList<UserList>getUserLists(String sessionId,
int accountId)
getMovieAlternativeTitles(int movieId,
String country,
String... appendToResponse)
-getMovieAlternativeTitles(int movieId,
String country,
String... appendToResponse)
-MediaCreditListgetEpisodeCredits(int tvID,
+ int seasonNumber,
+ int episodeNumber)
+MediaCreditListgetMovieCredits(int movieId,
String... appendToResponse)
MediaCreditListgetSeasonCredits(int tvID,
+ int seasonNumber)
+MediaCreditListgetTVCredits(int tvID,
@@ -135,7 +150,7 @@
MediaCreditList
-TmdbTVEpisodes.getEpisodeCredits(int tvID,
+TmdbEpisodes.getEpisodeCredits(int tvID,
int seasonNumber,
int episodeNumber)
Get the TV episode credits by combination of season and episode number.
@@ -150,7 +165,7 @@
MediaCreditList
-TmdbTVSeasons.getSeasonCredits(int tvID,
+TmdbSeasons.getSeasonCredits(int tvID,
int seasonNumber)
Get the cast & crew credits for a TV season by season number.
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html
index 03a564cda..1646d5db6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.MediaState (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -102,18 +102,34 @@
MediaState
+TheMovieDbApi.getEpisodeAccountState(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String sessionID)
+This method lets users get the status of whether or not the TV episode has been rated.
+
+
+
+MediaState
TheMovieDbApi.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.
+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.
+
+
+
+MediaState
+TheMovieDbApi.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.
MediaState
TheMovieDbApi.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.
+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.
@@ -132,7 +148,7 @@
MediaState
-TmdbTVEpisodes.getEpisodeAccountState(int tvID,
+TmdbEpisodes.getEpisodeAccountState(int tvID,
int seasonNumber,
int episodeNumber,
String sessionID)
@@ -144,13 +160,13 @@
MediaState
TmdbMovies.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.
+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.
MediaState
-TmdbTVSeasons.getSeasonAccountState(int tvID,
+TmdbSeasons.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.
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html
index 792348d3b..aaf8b039d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.RatedValue (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html
index c1c4e8308..e036e1522 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.Trailer (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html
index 2355c4ef6..a03770021 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.Translation (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -112,8 +112,7 @@
ResultList<Translation>
TheMovieDbApi.getMovieTranslations(int movieId,
String... appendToResponse)
-This method is used to retrieve a list of the available translations for
- a specific movie.
+This method is used to retrieve a list of the available translations for a specific movie.
@@ -140,8 +139,7 @@
ResultList<Translation>
TmdbMovies.getMovieTranslations(int movieId,
String... appendToResponse)
-This method is used to retrieve a list of the available translations for
- a specific movie.
+This method is used to retrieve a list of the available translations for a specific movie.
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html
index d34943b39..90c4eb0a4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.Video (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -110,19 +110,34 @@
ResultList<Video>
+TheMovieDbApi.getEpisodeVideos(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language)
+Get the videos that have been added to a TV episode (teasers, clips, etc...)
+
+
+
+ResultList<Video>
TheMovieDbApi.getMovieVideos(int movieId,
String language,
String... appendToResponse)
-This method is used to retrieve all of the trailers for a particular
- movie.
+This method is used to retrieve all of the trailers for a particular movie.
+
+
+
+ResultList<Video>
+TheMovieDbApi.getSeasonVideos(int tvID,
+ int seasonNumber,
+ String language)
+Get the videos that have been added to a TV season (trailers, teasers, etc...)
ResultList<Video>
TheMovieDbApi.getTVVideos(int tvID,
String language)
-Get the videos that have been added to a TV series (trailers, opening
- credits, etc...)
+Get the videos that have been added to a TV series (trailers, opening credits, etc...)
@@ -141,7 +156,7 @@
ResultList<Video>
-TmdbTVEpisodes.getEpisodeVideos(int tvID,
+TmdbEpisodes.getEpisodeVideos(int tvID,
int seasonNumber,
int episodeNumber,
String language)
@@ -154,13 +169,12 @@
TmdbMovies.getMovieVideos(int movieId,
String language,
String... appendToResponse)
-This method is used to retrieve all of the trailers for a particular
- movie.
+This method is used to retrieve all of the trailers for a particular movie.
ResultList<Video>
-TmdbTVSeasons.getSeasonVideos(int tvID,
+TmdbSeasons.getSeasonVideos(int tvID,
int seasonNumber,
String language)
Get the videos that have been added to a TV season (trailers, teasers,
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html
index cc3d978cd..1bec73a5c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.media (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html
index 3bb4ffb67..1f07090ea 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.media (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html
index a53c86ed2..f30a10413 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.media Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-use.html b/apidocs/com/omertron/themoviedbapi/model/media/package-use.html
index e0d9181d5..5a4da5774 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.media (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html
index cd379aa02..808e0e77a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html
@@ -2,10 +2,10 @@
-
+
MovieBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/MovieInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/MovieInfo.html
index 22f7404ac..7674c268d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/MovieInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/MovieInfo.html
@@ -2,10 +2,10 @@
-
+
MovieInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html
index d6b74828e..48f319b89 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html
@@ -2,10 +2,10 @@
-
+
ProductionCompany (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html
index 41d9f31cb..ad8d4ad56 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html
@@ -2,10 +2,10 @@
-
+
ProductionCountry (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html
index 80f4bcd5e..deaead357 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html
@@ -2,10 +2,10 @@
-
+
ReleaseInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieBasic.html
index 1f1ab10f9..fb4b25d93 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieBasic.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.movie.MovieBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -105,7 +105,7 @@
-List<MovieBasic>
+ResultList<MovieBasic>
TheMovieDbApi.getCompanyMovies(int companyId,
String language,
Integer page)
@@ -113,10 +113,9 @@
-List<MovieBasic>
+ResultList<MovieBasic>
TheMovieDbApi.getDiscoverMovies(Discover discover)
-Discover movies by different types of data like average rating, number of
- votes, genres and certifications.
+Discover movies by different types of data like average rating, number of votes, genres and certifications.
@@ -127,7 +126,7 @@
-List<MovieBasic>
+ResultList<MovieBasic>
TheMovieDbApi.getGenreMovies(int genreId,
String language,
Integer page,
@@ -188,7 +187,7 @@
-List<MovieBasic>
+ResultList<MovieBasic>
TmdbCompanies.getCompanyMovies(int companyId,
String language,
Integer page)
@@ -196,7 +195,7 @@
-List<MovieBasic>
+ResultList<MovieBasic>
TmdbDiscover.getDiscoverMovies(Discover discover)
Discover movies by different types of data like average rating, number of votes, genres and certifications.
@@ -209,7 +208,7 @@
-List<MovieBasic>
+ResultList<MovieBasic>
TmdbGenres.getGenreMovies(int genreId,
String language,
Integer page,
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieInfo.html
index 6ef7c41dd..78d3cba30 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieInfo.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.movie.MovieInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -161,16 +161,14 @@
Integer page,
String language,
String... appendToResponse)
-The similar movies method will let you retrieve the similar movies for a
- particular movie.
+The similar movies method will let you retrieve the similar movies for a particular movie.
ResultList<MovieInfo>
TheMovieDbApi.getTopRatedMovies(Integer page,
String language)
-This method is used to retrieve the top rated movies that have over 10
- votes on TMDb.
+This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
@@ -189,8 +187,7 @@
Integer searchYear,
Integer primaryReleaseYear,
SearchType searchType)
-Search Movies This is a good starting point to start finding movies on
- TMDb.
+Search Movies This is a good starting point to start finding movies on TMDb.
@@ -300,16 +297,14 @@
Integer page,
String language,
String... appendToResponse)
-The similar movies method will let you retrieve the similar movies for a
- particular movie.
+The similar movies method will let you retrieve the similar movies for a particular movie.
ResultList<MovieInfo>
TmdbMovies.getTopRatedMovies(Integer page,
String language)
-This method is used to retrieve the top rated movies that have over 10
- votes on TMDb.
+This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html
index 9d91c061d..297aa1961 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.movie.ProductionCompany (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html
index d4df25a19..76034ca9a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.movie.ProductionCountry (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html
index 632d6aa01..163dee746 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.movie.ReleaseInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -113,8 +113,7 @@
TheMovieDbApi.getMovieReleaseInfo(int movieId,
String language,
String... appendToResponse)
-This method is used to retrieve all of the release and certification data
- we have for a specific movie.
+This method is used to retrieve all of the release and certification data we have for a specific movie.
@@ -136,8 +135,7 @@
TmdbMovies.getMovieReleaseInfo(int movieId,
String language,
String... appendToResponse)
-This method is used to retrieve all of the release and certification data
- we have for a specific movie.
+This method is used to retrieve all of the release and certification data we have for a specific movie.
ExternalIDgetEpisodeExternalID(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language)
+ExternalIDgetPersonExternalIds(int personId)
ExternalIDgetSeasonExternalID(int tvID,
+ int seasonNumber,
+ String language)
+ExternalIDgetTVExternalIDs(int tvID,
@@ -129,7 +146,7 @@
ExternalID
-TmdbTVEpisodes.getEpisodeExternalID(int tvID,
+TmdbEpisodes.getEpisodeExternalID(int tvID,
int seasonNumber,
int episodeNumber,
String language)
@@ -145,7 +162,7 @@
ExternalID
-TmdbTVSeasons.getSeasonExternalID(int tvID,
+TmdbSeasons.getSeasonExternalID(int tvID,
int seasonNumber,
String language)
Get the external ids that we have stored for a TV season by season
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/Person.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/Person.html
index 52d70bbf4..5a2db3ebb 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/Person.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/Person.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.Person (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html
index 4373f0f86..502ce6ae2 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.PersonBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCredits.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCredits.html
index 7b01bfe65..bec753bd1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCredits.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCredits.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.PersonCredits (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html
index 3287fc30c..bcf71ddcd 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.PersonCreditsMixIn (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html
index 07a38823c..c93defeec 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.PersonFind (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html
index c3067afea..c70cbcbb1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.person (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html
index 6a2166aeb..ddaf4ce22 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.person (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html
index 3af36513c..2dad06738 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.person Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-use.html b/apidocs/com/omertron/themoviedbapi/model/person/package-use.html
index 3a038fb31..169971faa 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.person (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/review/Review.html b/apidocs/com/omertron/themoviedbapi/model/review/Review.html
index 945f47969..fd639c6a7 100644
--- a/apidocs/com/omertron/themoviedbapi/model/review/Review.html
+++ b/apidocs/com/omertron/themoviedbapi/model/review/Review.html
@@ -2,10 +2,10 @@
-
+
Review (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html b/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html
index c72be4e4e..1c9af394c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html
+++ b/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.review.Review (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html
index 3e3d23493..750dfa3f4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.review (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html
index 9935a1832..e96a26baf 100644
--- a/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.review (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html
index a5185292c..6d8dbd158 100644
--- a/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.review Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-use.html b/apidocs/com/omertron/themoviedbapi/model/review/package-use.html
index 4af3e9572..0acce106a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/review/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/review/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.review (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html
index fafd30589..56af551ec 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html
@@ -2,10 +2,10 @@
-
+
TVBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html
index 5a844bd74..3a7c7b79f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html
@@ -2,10 +2,10 @@
-
+
TVCredit (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html
index 196cab98e..ea3d0d5d9 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html
@@ -2,10 +2,10 @@
-
+
TVEpisodeBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html
index cb783eecc..007ca24fd 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html
@@ -2,10 +2,10 @@
-
+
TVEpisodeInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html
index 558c1b1df..65b89e033 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html
@@ -2,10 +2,10 @@
-
+
TVInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html
index 5d998b240..550841ff9 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html
@@ -2,10 +2,10 @@
-
+
TVSeasonBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html
index 869ea77c1..c5f3164cf 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html
@@ -2,10 +2,10 @@
-
+
TVSeasonInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html
index b04f2a502..dcb4a8ff7 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.tv.TVBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -109,10 +109,9 @@
-List<TVBasic>
+ResultList<TVBasic>
TheMovieDbApi.getDiscoverTV(Discover discover)
-Discover movies by different types of data like average rating, number of
- votes, genres and certifications.
+Discover movies by different types of data like average rating, number of votes, genres and certifications.
@@ -196,7 +195,7 @@
-List<TVBasic>
+ResultList<TVBasic>
TmdbDiscover.getDiscoverTV(Discover discover)
Discover movies by different types of data like average rating, number of votes, genres and certifications.
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html
index dc5ece45c..4300145c5 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.tv.TVCredit (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html
index 681ab0a4d..7f3e2f4e3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html
index 1339084a4..40f1528c4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -77,10 +77,14 @@
-com.omertron.themoviedbapi.methods
+com.omertron.themoviedbapi
+com.omertron.themoviedbapi.methods
+
+
+
com.omertron.themoviedbapi.model.tv
@@ -89,6 +93,30 @@
+-
+
+
+
Uses of TVEpisodeInfo in com.omertron.themoviedbapi
+
+Methods in com.omertron.themoviedbapi that return TVEpisodeInfo
+
+Modifier and Type
+Method and Description
+
+
+
+TVEpisodeInfo
+TheMovieDbApi.getEpisodeInfo(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language,
+ String... appendToResponse)
+Get the primary information about a TV episode by combination of a season and episode number.
+
+
+
+
+
-
@@ -102,7 +130,7 @@
TVEpisodeInfo
-TmdbTVEpisodes.getEpisodeInfo(int tvID,
+TmdbEpisodes.getEpisodeInfo(int tvID,
int seasonNumber,
int episodeNumber,
String language,
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html
index 4a6a8a05c..6d0b9895f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.tv.TVInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html
index ad180398a..51beacb7f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.tv.TVSeasonBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html
index 79befa52d..ac1d19b65 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.tv.TVSeasonInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -77,6 +77,10 @@
+com.omertron.themoviedbapi
+
+
+
com.omertron.themoviedbapi.methods
@@ -85,6 +89,29 @@
-
+-
+
+
+
Uses of TVSeasonInfo in com.omertron.themoviedbapi
+
+Methods in com.omertron.themoviedbapi that return TVSeasonInfo
+
+Modifier and Type
+Method and Description
+
+
+
+TVSeasonInfo
+TheMovieDbApi.getSeasonInfo(int tvID,
+ int seasonNumber,
+ String language,
+ String... appendToResponse)
+Get the primary information about a TV season by its season number.
+
+
+
+
+
-
@@ -98,7 +125,7 @@
TVSeasonInfo
-TmdbTVSeasons.getSeasonInfo(int tvID,
+TmdbSeasons.getSeasonInfo(int tvID,
int seasonNumber,
String language,
String... appendToResponse)
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html
index fcfe67804..753527492 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html
index f2748f242..c3b3392bc 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html
index 1e18b11b7..5168e0787 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.tv Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html
index 2375ec4c9..a1a8f2374 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -114,8 +114,18 @@
+TVEpisodeInfo
+TV Episode information
+
+
+
TVInfo
+
+TVSeasonInfo
+TV Season information
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/package-frame.html b/apidocs/com/omertron/themoviedbapi/package-frame.html
index d17076942..e3aa5cd42 100644
--- a/apidocs/com/omertron/themoviedbapi/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html
index 06583715c..8d1a99672 100644
--- a/apidocs/com/omertron/themoviedbapi/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/package-tree.html b/apidocs/com/omertron/themoviedbapi/package-tree.html
index 53e55f525..00b9b2267 100644
--- a/apidocs/com/omertron/themoviedbapi/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/package-use.html b/apidocs/com/omertron/themoviedbapi/package-use.html
index bbebb91d7..77f7d5302 100644
--- a/apidocs/com/omertron/themoviedbapi/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html b/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html
index 5565a7c1b..959bcbda4 100644
--- a/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html
+++ b/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html
@@ -2,10 +2,10 @@
-
+
AbstractResults (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -97,7 +97,7 @@
-
- Direct Known Subclasses:
-- ResultList, TmdbResultsMap
+- ResultList, ResultsMap
@@ -142,56 +142,38 @@ extends Method and Description
-void
-copyWrapper(AbstractWrapper wrapper)
-This wrapper does not have anything to copy.
-
-
-
-void
-copyWrapper(AbstractWrapperAll wrapper)
-Copy the Id and pages from the wrapper
-
-
-
-void
-copyWrapper(AbstractWrapperId wrapper)
-Copy the Id from the wrapper
-
-
-
int
getId()
-
+
int
getPage()
-
+
int
getTotalPages()
-
+
int
getTotalResults()
-
+
void
setId(int id)
-
+
void
setPage(int page)
-
+
void
setTotalPages(int totalPages)
-
+
void
setTotalResults(int totalResults)
-
+
String
toString()
@@ -306,39 +288,6 @@ extends
-
-
-
--
-
copyWrapper
-public void copyWrapper(AbstractWrapper wrapper)
-This wrapper does not have anything to copy.
-- Parameters:
wrapper -
-
-
-
-
-
-
--
-
copyWrapper
-public void copyWrapper(AbstractWrapperId wrapper)
-Copy the Id from the wrapper
-- Parameters:
wrapper -
-
-
-
-
-
-
--
-
copyWrapper
-public void copyWrapper(AbstractWrapperAll wrapper)
-Copy the Id and pages from the wrapper
-- Parameters:
wrapper -
-
-
diff --git a/apidocs/com/omertron/themoviedbapi/results/ResultList.html b/apidocs/com/omertron/themoviedbapi/results/ResultList.html
index 085aade19..bb231a174 100644
--- a/apidocs/com/omertron/themoviedbapi/results/ResultList.html
+++ b/apidocs/com/omertron/themoviedbapi/results/ResultList.html
@@ -2,10 +2,10 @@
-
+
ResultList (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -38,7 +38,7 @@
public final class ResultList<T>
extends AbstractResults
-List of the results from TheMovieDb
+List of the results from TheMovieDb
+
+ If the original request contains, or could contain, a page of results, this wrapper is returned to indicate what page was
+ returned and how many are available
- Author:
- Stuart
@@ -126,6 +129,9 @@ extends Constructor and Description
+ResultList()
+
+
ResultList(List<T> resultList)
@@ -165,7 +171,7 @@ extends AbstractResults
-copyWrapper, copyWrapper, copyWrapper, getId, getPage, getTotalPages, setId, setPage, setTotalPages, setTotalResults, toString
+getId, getPage, getTotalPages, setId, setPage, setTotalPages, setTotalResults, toString
-
@@ -188,6 +194,15 @@ extends
+
+
+
+-
+
ResultList
+public ResultList()
+
+
@@ -272,7 +287,7 @@ extends
@@ -99,13 +103,51 @@
class
ResultList<T>
-List of the results from TheMovieDb
+List of the results from TheMovieDb
+
+ If the original request contains, or could contain, a page of results, this wrapper is returned to indicate what page was
+ returned and how many are available
class
-TmdbResultsMap<K,V>
-Map of the results from TheMovieDb
+ResultsMap<K,V>
+Map of the results from TheMovieDb
+
+ If the original request contains, or could contain, a page of results, this wrapper is returned to indicate what page was
+ returned and how many are available
+
+
+
+
+
+
+
+
+Uses of AbstractResults in com.omertron.themoviedbapi.wrapper
+
+Methods in com.omertron.themoviedbapi.wrapper with parameters of type AbstractResults
+
+Modifier and Type
+Method and Description
+
+
+
+void
+AbstractWrapperId.setResultProperties(AbstractResults results)
+Copy the wrapper values to the results
+
+
+
+void
+AbstractWrapperAll.setResultProperties(AbstractResults results)
+Copy the wrapper values to the results
+
+
+
+void
+AbstractWrapper.setResultProperties(AbstractResults results)
+Copy the wrapper values to the results
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultList.html b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultList.html
index 952e64a80..2b55881c7 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultList.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultList.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.ResultList (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -113,6 +113,51 @@
ResultList<MovieBasic>
+TheMovieDbApi.getCompanyMovies(int companyId,
+ String language,
+ Integer page)
+This method is used to retrieve the movies associated with a company.
+
+
+
+ResultList<MovieBasic>
+TheMovieDbApi.getDiscoverMovies(Discover discover)
+Discover movies by different types of data like average rating, number of votes, genres and certifications.
+
+
+
+ResultList<TVBasic>
+TheMovieDbApi.getDiscoverTV(Discover discover)
+Discover movies by different types of data like average rating, number of votes, genres and certifications.
+
+
+
+ResultList<ChangeKeyItem>
+TheMovieDbApi.getEpisodeChanges(int episodeID,
+ String startDate,
+ String endDate)
+Look up a TV episode's changes by episode ID
+
+
+
+ResultList<Artwork>
+TheMovieDbApi.getEpisodeImages(int tvID,
+ int seasonNumber,
+ int episodeNumber)
+Get the images (episode stills) for a TV episode by combination of a season and episode number.
+
+
+
+ResultList<Video>
+TheMovieDbApi.getEpisodeVideos(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language)
+Get the videos that have been added to a TV episode (teasers, clips, etc...)
+
+
+
+ResultList<MovieBasic>
TheMovieDbApi.getFavoriteMovies(String sessionId,
int accountId)
Get the account favourite movies
@@ -132,12 +177,22 @@
+ResultList<MovieBasic>
+TheMovieDbApi.getGenreMovies(int genreId,
+ String language,
+ Integer page,
+ Boolean includeAllMovies,
+ Boolean includeAdult)
+Get a list of movies per genre.
+
+
+
ResultList<Genre>
TheMovieDbApi.getGenreTVList(String language)
Get the list of TV genres..
-
+
ResultList<MovieBasic>
TheMovieDbApi.getGuestRatedMovies(String guestSessionId,
String language,
@@ -146,13 +201,13 @@
Get a list of rated movies for a specific guest session id.
-
+
ResultList<JobDepartment>
TheMovieDbApi.getJobs()
Get a list of valid jobs
-
+
ResultList<MovieBasic>
TheMovieDbApi.getKeywordMovies(String keywordId,
String language,
@@ -160,16 +215,15 @@
Get the list of movies for a particular keyword by id.
-
+
ResultList<AlternativeTitle>
TheMovieDbApi.getMovieAlternativeTitles(int movieId,
String country,
String... appendToResponse)
-This method is used to retrieve all of the alternative titles we have for
- a particular movie.
+This method is used to retrieve all of the alternative titles we have for a particular movie.
-
+
ResultList<ChangeListItem>
TheMovieDbApi.getMovieChangeList(Integer page,
String startDate,
@@ -177,21 +231,27 @@
Get a list of Movie IDs that have been edited.
+
+ResultList<ChangeKeyItem>
+TheMovieDbApi.getMovieChanges(int movieId,
+ String startDate,
+ String endDate)
+Get the changes for a specific movie ID.
+
+
ResultList<Artwork>
TheMovieDbApi.getMovieImages(int movieId,
String language,
String... appendToResponse)
-This method should be used when you’re wanting to retrieve all of the
- images for a particular movie.
+This method should be used when you’re wanting to retrieve all of the images for a particular movie.
ResultList<Keyword>
TheMovieDbApi.getMovieKeywords(int movieId,
String... appendToResponse)
-This method is used to retrieve all of the keywords that have been added
- to a particular movie.
+This method is used to retrieve all of the keywords that have been added to a particular movie.
@@ -208,8 +268,7 @@
TheMovieDbApi.getMovieReleaseInfo(int movieId,
String language,
String... appendToResponse)
-This method is used to retrieve all of the release and certification data
- we have for a specific movie.
+This method is used to retrieve all of the release and certification data we have for a specific movie.
@@ -225,8 +284,7 @@
ResultList<Translation>
TheMovieDbApi.getMovieTranslations(int movieId,
String... appendToResponse)
-This method is used to retrieve a list of the available translations for
- a specific movie.
+This method is used to retrieve a list of the available translations for a specific movie.
@@ -234,8 +292,7 @@
TheMovieDbApi.getMovieVideos(int movieId,
String language,
String... appendToResponse)
-This method is used to retrieve all of the trailers for a particular
- movie.
+This method is used to retrieve all of the trailers for a particular movie.
@@ -254,18 +311,26 @@
+ResultList<ChangeKeyItem>
+TheMovieDbApi.getPersonChanges(int personId,
+ String startDate,
+ String endDate)
+Get the changes for a specific person id.
+
+
+
ResultList<Artwork>
TheMovieDbApi.getPersonImages(int personId)
Get the images for a specific person id.
-
+
ResultList<PersonFind>
TheMovieDbApi.getPersonPopular(Integer page)
Get the list of popular people on The Movie Database.
-
+
ResultList<ArtworkMedia>
TheMovieDbApi.getPersonTaggedImages(int personId,
Integer page,
@@ -273,14 +338,14 @@
Get the images that have been tagged with a specific person id.
-
+
ResultList<MovieInfo>
TheMovieDbApi.getPopularMovieList(Integer page,
String language)
This method is used to retrieve the daily movie popularity list.
-
+
ResultList<MovieBasic>
TheMovieDbApi.getRatedMovies(String sessionId,
int accountId,
@@ -290,7 +355,7 @@
Get the list of rated movies (and associated rating) for an account.
-
+
ResultList<TVBasic>
TheMovieDbApi.getRatedTV(String sessionId,
int accountId,
@@ -300,22 +365,45 @@
Get the list of rated TV shows (and associated rating) for an account.
+
+ResultList<ChangeKeyItem>
+TheMovieDbApi.getSeasonChanges(int tvID,
+ String startDate,
+ String endDate)
+Look up a TV season's changes by season ID.
+
+
+
+ResultList<Artwork>
+TheMovieDbApi.getSeasonImages(int tvID,
+ int seasonNumber,
+ String language,
+ String... includeImageLanguage)
+Get the images that we have stored for a TV season by season number.
+
+
+
+ResultList<Video>
+TheMovieDbApi.getSeasonVideos(int tvID,
+ int seasonNumber,
+ String language)
+Get the videos that have been added to a TV season (trailers, teasers, etc...)
+
+
ResultList<MovieInfo>
TheMovieDbApi.getSimilarMovies(int movieId,
Integer page,
String language,
String... appendToResponse)
-The similar movies method will let you retrieve the similar movies for a
- particular movie.
+The similar movies method will let you retrieve the similar movies for a particular movie.
ResultList<MovieInfo>
TheMovieDbApi.getTopRatedMovies(Integer page,
String language)
-This method is used to retrieve the top rated movies that have over 10
- votes on TMDb.
+This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
@@ -341,12 +429,20 @@
+ResultList<ChangeKeyItem>
+TheMovieDbApi.getTVChanges(int tvID,
+ String startDate,
+ String endDate)
+Get the changes for a specific TV show id.
+
+
+
ResultList<ContentRating>
TheMovieDbApi.getTVContentRatings(int tvID)
Get the content ratings for a specific TV show id.
-
+
ResultList<Artwork>
TheMovieDbApi.getTVImages(int tvID,
String language,
@@ -354,28 +450,28 @@
Get the images (posters and backdrops) for a TV series.
-
+
ResultList<Keyword>
TheMovieDbApi.getTVKeywords(int tvID,
String... appendToResponse)
Get the plot keywords for a specific TV show id.
-
+
ResultList<TVBasic>
TheMovieDbApi.getTVOnTheAir(Integer page,
String language)
Get the list of TV shows that are currently on the air.
-
+
ResultList<TVBasic>
TheMovieDbApi.getTVPopular(Integer page,
String language)
Get the list of popular TV shows.
-
+
ResultList<TVInfo>
TheMovieDbApi.getTVSimilar(int tvID,
Integer page,
@@ -384,34 +480,40 @@
Get the similar TV shows for a specific tv id.
-
+
ResultList<TVBasic>
TheMovieDbApi.getTVTopRated(Integer page,
String language)
Get the list of top rated TV shows.
-
+
ResultList<Translation>
TheMovieDbApi.getTVTranslations(int tvID)
Get the list of translations that exist for a TV series.
-
+
ResultList<Video>
TheMovieDbApi.getTVVideos(int tvID,
String language)
-Get the videos that have been added to a TV series (trailers, opening
- credits, etc...)
+Get the videos that have been added to a TV series (trailers, opening credits, etc...)
-
+
ResultList<MovieInfo>
TheMovieDbApi.getUpcoming(Integer page,
String language)
Get the list of upcoming movies.
+
+ResultList<UserList>
+TheMovieDbApi.getUserLists(String sessionId,
+ int accountId)
+Get all lists of a given user
+
+
ResultList<MovieBasic>
TheMovieDbApi.getWatchListMovie(String sessionId,
@@ -471,8 +573,7 @@
Integer searchYear,
Integer primaryReleaseYear,
SearchType searchType)
-Search Movies This is a good starting point to start finding movies on
- TMDb.
+Search Movies This is a good starting point to start finding movies on TMDb.
@@ -534,8 +635,36 @@
+ResultList<MovieBasic>
+TmdbCompanies.getCompanyMovies(int companyId,
+ String language,
+ Integer page)
+This method is used to retrieve the movies associated with a company.
+
+
+
+ResultList<MovieBasic>
+TmdbDiscover.getDiscoverMovies(Discover discover)
+Discover movies by different types of data like average rating, number of votes, genres and certifications.
+
+
+
+ResultList<TVBasic>
+TmdbDiscover.getDiscoverTV(Discover discover)
+Discover movies by different types of data like average rating, number of votes, genres and certifications.
+
+
+
+ResultList<ChangeKeyItem>
+TmdbEpisodes.getEpisodeChanges(int episodeID,
+ String startDate,
+ String endDate)
+Look up a TV episode's changes by episode ID
+
+
+
ResultList<Artwork>
-TmdbTVEpisodes.getEpisodeImages(int tvID,
+TmdbEpisodes.getEpisodeImages(int tvID,
int seasonNumber,
int episodeNumber)
Get the images (episode stills) for a TV episode by combination of a
@@ -544,7 +673,7 @@
ResultList<Video>
-TmdbTVEpisodes.getEpisodeVideos(int tvID,
+TmdbEpisodes.getEpisodeVideos(int tvID,
int seasonNumber,
int episodeNumber,
String language)
@@ -573,12 +702,22 @@
+ResultList<MovieBasic>
+TmdbGenres.getGenreMovies(int genreId,
+ String language,
+ Integer page,
+ Boolean includeAllMovies,
+ Boolean includeAdult)
+Get the list of movies for a particular genre by id.
+
+
+
ResultList<Genre>
TmdbGenres.getGenreTVList(String language)
Get the list of TV genres.
-
+
ResultList<MovieBasic>
TmdbAccount.getGuestRatedMovies(String guestSessionId,
String language,
@@ -587,13 +726,13 @@
Get a list of rated movies for a specific guest session id.
-
+
ResultList<JobDepartment>
TmdbConfiguration.getJobs()
Get a list of valid jobs
-
+
ResultList<MovieBasic>
TmdbKeywords.getKeywordMovies(String keywordId,
String language,
@@ -601,13 +740,20 @@
Get the list of movies for a particular keyword by id.
-
+
ResultList<AlternativeTitle>
TmdbMovies.getMovieAlternativeTitles(int movieId,
String country,
String... appendToResponse)
-This method is used to retrieve all of the alternative titles we have for
- a particular movie.
+This method is used to retrieve all of the alternative titles we have for a particular movie.
+
+
+
+ResultList<ChangeKeyItem>
+TmdbMovies.getMovieChanges(int movieId,
+ String startDate,
+ String endDate)
+Get the changes for a specific movie ID.
@@ -615,16 +761,14 @@
TmdbMovies.getMovieImages(int movieId,
String language,
String... appendToResponse)
-This method should be used when you’re wanting to retrieve all of the
- images for a particular movie.
+This method should be used when you’re wanting to retrieve all of the images for a particular movie.
ResultList<Keyword>
TmdbMovies.getMovieKeywords(int movieId,
String... appendToResponse)
-This method is used to retrieve all of the keywords that have been added
- to a particular movie.
+This method is used to retrieve all of the keywords that have been added to a particular movie.
@@ -641,8 +785,7 @@
TmdbMovies.getMovieReleaseInfo(int movieId,
String language,
String... appendToResponse)
-This method is used to retrieve all of the release and certification data
- we have for a specific movie.
+This method is used to retrieve all of the release and certification data we have for a specific movie.
@@ -658,8 +801,7 @@
ResultList<Translation>
TmdbMovies.getMovieTranslations(int movieId,
String... appendToResponse)
-This method is used to retrieve a list of the available translations for
- a specific movie.
+This method is used to retrieve a list of the available translations for a specific movie.
@@ -667,8 +809,7 @@
TmdbMovies.getMovieVideos(int movieId,
String language,
String... appendToResponse)
-This method is used to retrieve all of the trailers for a particular
- movie.
+This method is used to retrieve all of the trailers for a particular movie.
@@ -679,18 +820,26 @@
+ResultList<ChangeKeyItem>
+TmdbPeople.getPersonChanges(int personId,
+ String startDate,
+ String endDate)
+Get the changes for a specific person id.
+
+
+
ResultList<Artwork>
TmdbPeople.getPersonImages(int personId)
Get the images for a specific person id.
-
+
ResultList<PersonFind>
TmdbPeople.getPersonPopular(Integer page)
Get the list of popular people on The Movie Database.
-
+
ResultList<ArtworkMedia>
TmdbPeople.getPersonTaggedImages(int personId,
Integer page,
@@ -698,14 +847,14 @@
Get the images that have been tagged with a specific person id.
-
+
ResultList<MovieInfo>
TmdbMovies.getPopularMovieList(Integer page,
String language)
This method is used to retrieve the daily movie popularity list.
-
+
ResultList<MovieBasic>
TmdbAccount.getRatedMovies(String sessionId,
int accountId,
@@ -715,7 +864,7 @@
Get the list of rated movies (and associated rating) for an account.
-
+
ResultList<TVBasic>
TmdbAccount.getRatedTV(String sessionId,
int accountId,
@@ -725,9 +874,17 @@
Get the list of rated TV shows (and associated rating) for an account.
+
+ResultList<ChangeKeyItem>
+TmdbSeasons.getSeasonChanges(int tvID,
+ String startDate,
+ String endDate)
+Look up a TV season's changes by season ID.
+
+
ResultList<Artwork>
-TmdbTVSeasons.getSeasonImages(int tvID,
+TmdbSeasons.getSeasonImages(int tvID,
int seasonNumber,
String language,
String... includeImageLanguage)
@@ -736,7 +893,7 @@
ResultList<Video>
-TmdbTVSeasons.getSeasonVideos(int tvID,
+TmdbSeasons.getSeasonVideos(int tvID,
int seasonNumber,
String language)
Get the videos that have been added to a TV season (trailers, teasers,
@@ -749,16 +906,14 @@
Integer page,
String language,
String... appendToResponse)
-The similar movies method will let you retrieve the similar movies for a
- particular movie.
+The similar movies method will let you retrieve the similar movies for a particular movie.
ResultList<MovieInfo>
TmdbMovies.getTopRatedMovies(Integer page,
String language)
-This method is used to retrieve the top rated movies that have over 10
- votes on TMDb.
+This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
@@ -776,12 +931,20 @@
+ResultList<ChangeKeyItem>
+TmdbTV.getTVChanges(int tvID,
+ String startDate,
+ String endDate)
+Get the changes for a specific TV show id.
+
+
+
ResultList<ContentRating>
TmdbTV.getTVContentRatings(int tvID)
Get the content ratings for a specific TV show id.
-
+
ResultList<Artwork>
TmdbTV.getTVImages(int tvID,
String language,
@@ -789,28 +952,28 @@
Get the images (posters and backdrops) for a TV series.
-
+
ResultList<Keyword>
TmdbTV.getTVKeywords(int tvID,
String... appendToResponse)
Get the plot keywords for a specific TV show id.
-
+
ResultList<TVBasic>
TmdbTV.getTVOnTheAir(Integer page,
String language)
Get the list of TV shows that are currently on the air.
-
+
ResultList<TVBasic>
TmdbTV.getTVPopular(Integer page,
String language)
Get the list of popular TV shows.
-
+
ResultList<TVInfo>
TmdbTV.getTVSimilar(int tvID,
Integer page,
@@ -819,20 +982,20 @@
Get the similar TV shows for a specific tv id.
-
+
ResultList<TVBasic>
TmdbTV.getTVTopRated(Integer page,
String language)
Get the list of top rated TV shows.
-
+
ResultList<Translation>
TmdbTV.getTVTranslations(int tvID)
Get the list of translations that exist for a TV series.
-
+
ResultList<Video>
TmdbTV.getTVVideos(int tvID,
String language)
@@ -840,13 +1003,20 @@
credits, etc...)
-
+
ResultList<MovieInfo>
TmdbMovies.getUpcoming(Integer page,
String language)
Get the list of upcoming movies.
+
+ResultList<UserList>
+TmdbAccount.getUserLists(String sessionId,
+ int accountId)
+Get all lists of a given user
+
+
ResultList<MovieBasic>
TmdbAccount.getWatchListMovie(String sessionId,
@@ -953,7 +1123,7 @@
ResultList<T>
-WrapperGenericList.getTmdbResultsList()
+WrapperGenericList.getResultsList()
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultsMap.html
new file mode 100644
index 000000000..15e35e4aa
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultsMap.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.results.ResultsMap (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.results.ResultsMap
+
+
+
+-
+
+Packages that use ResultsMap
+
+Package
+Description
+
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.methods
+
+
+
+
+
+-
+
+-
+
+
+
Uses of ResultsMap in com.omertron.themoviedbapi
+
+Methods in com.omertron.themoviedbapi that return ResultsMap
+
+Modifier and Type
+Method and Description
+
+
+
+ResultsMap<String,List<Certification>>
+TheMovieDbApi.getMoviesCertification()
+Get a list of movies certification.
+
+
+
+ResultsMap<String,List<String>>
+TheMovieDbApi.getTimezones()
+Get the list of supported timezones for the API methods that support them.
+
+
+
+ResultsMap<String,List<Certification>>
+TheMovieDbApi.getTvCertification()
+Get a list of tv certification.
+
+
+
+
+
+-
+
+
+
Uses of ResultsMap in com.omertron.themoviedbapi.methods
+
+Methods in com.omertron.themoviedbapi.methods that return ResultsMap
+
+Modifier and Type
+Method and Description
+
+
+
+ResultsMap<String,List<Certification>>
+TmdbCertifications.getMoviesCertification()
+Get a list of movies certification.
+
+
+
+ResultsMap<String,List<String>>
+TmdbConfiguration.getTimezones()
+Get the list of supported timezones for the API methods that support them
+
+
+
+ResultsMap<String,List<Certification>>
+TmdbCertifications.getTvCertification()
+Get a list of tv certification.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-frame.html b/apidocs/com/omertron/themoviedbapi/results/package-frame.html
index f9150ea34..62997852e 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.results (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -15,7 +15,7 @@
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-summary.html b/apidocs/com/omertron/themoviedbapi/results/package-summary.html
index 5e0516966..7595ffc8f 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.results (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -85,13 +85,19 @@
ResultList<T>
-List of the results from TheMovieDb
+List of the results from TheMovieDb
+
+ If the original request contains, or could contain, a page of results, this wrapper is returned to indicate what page was
+ returned and how many are available
-TmdbResultsMap<K,V>
+ResultsMap<K,V>
-Map of the results from TheMovieDb
+Map of the results from TheMovieDb
+
+ If the original request contains, or could contain, a page of results, this wrapper is returned to indicate what page was
+ returned and how many are available
TmdbEpisodes(String apiKey,
+ HttpTools httpTools)
+TmdbFind(String apiKey,
HttpTools httpTools)
TmdbGenres(String apiKey,
HttpTools httpTools)
TmdbKeywords(String apiKey,
HttpTools httpTools)
TmdbLists(String apiKey,
HttpTools httpTools)
TmdbMovies(String apiKey,
HttpTools httpTools)
TmdbNetworks(String apiKey,
HttpTools httpTools)
TmdbPeople(String apiKey,
HttpTools httpTools)
TmdbReviews(String apiKey,
HttpTools httpTools)
TmdbSearch(String apiKey,
HttpTools httpTools)
TmdbSeasons(String apiKey,
+ HttpTools httpTools)
+TmdbTV(String apiKey,
HttpTools httpTools)
TmdbTVEpisodes(String apiKey,
- HttpTools httpTools)
-TmdbTVSeasons(String apiKey,
- HttpTools httpTools)
-voidsetResultProperties(AbstractResults results)
+voidsetTotalPages(int totalPages) setResultProperties(AbstractResults results)
+voidsetTotalPages(int totalPages) voidsetTotalResults(int totalResults) public void setDates(ResultDates dates)@@ -365,6 +371,20 @@ implements + + +
public void setResultProperties(AbstractResults results)+
setResultProperties in class AbstractWrapperIdresults - void
setId(int id) voidsetResultProperties(AbstractResults results)
+public void setId(int id)@@ -244,6 +250,20 @@ implements + + +
public void setResultProperties(AbstractResults results)+
setResultProperties in class AbstractWrapperresults - public class ResultDates -extends Object -implements Serializable+extends AbstractJsonMapping
voidhandleUnknown(String key,
- Object value)
-voidsetMaximum(String maximum) voidsetMinimum(String minimum) StringtoString() handleUnknown, toStringpublic class WrapperAlternativeTitles -extends AbstractWrapperId -implements Serializable+extends AbstractWrapperId
getId, setId
+getId, setId, setResultProperties
getTypeListgetTypeList, setResultProperties
getTypeListgetTypeList, setResultProperties
public class WrapperGenericList<T> -extends AbstractWrapperAll -implements Serializable+extends AbstractWrapperAll
ResultList<T>getTmdbResultsList() getResultsList() voidgetDates, getPage, getTotalPages, getTotalResults, setDates, setPage, setTotalPages, setTotalResults
+getDates, getPage, getTotalPages, getTotalResults, setDates, setPage, setResultProperties, setTotalPages, setTotalResults
public ResultList<T> getTmdbResultsList()+
public ResultList<T> getResultsList()
getTypeList
+getTypeList, setResultProperties
public class WrapperImages -extends AbstractWrapperAll -implements Serializable+extends AbstractWrapperAll
getDates, getPage, getTotalPages, getTotalResults, setDates, setPage, setTotalPages, setTotalResultsgetDates, getPage, getTotalPages, getTotalResults, setDates, setPage, setResultProperties, setTotalPages, setTotalResults
getTypeListgetTypeList, setResultProperties
getId, setIdgetId, setId, setResultProperties
getDates, getPage, getTotalPages, getTotalResults, setDates, setPage, setTotalPages, setTotalResultsgetDates, getPage, getTotalPages, getTotalResults, setDates, setPage, setResultProperties, setTotalPages, setTotalResults
getId, setIdgetId, setId, setResultProperties
getId, setIdgetId, setId, setResultProperties
getId, setIdgetId, setId, setResultProperties
| Modifier and Type | -Method and Description | -
|---|---|
void |
-AbstractResults.copyWrapper(AbstractWrapper wrapper)
-This wrapper does not have anything to copy.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
void |
-AbstractResults.copyWrapper(AbstractWrapperAll wrapper)
-Copy the Id and pages from the wrapper
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
void |
-AbstractResults.copyWrapper(AbstractWrapperId wrapper)
-Copy the Id from the wrapper
- |
-
| Package | -Description | -
|---|---|
| com.omertron.themoviedbapi | -- |
| com.omertron.themoviedbapi.methods | -- |
| Modifier and Type | -Method and Description | -
|---|---|
WrapperChanges |
-TheMovieDbApi.getMovieChanges(int movieId,
- String startDate,
- String endDate)
-Get the changes for a specific movie ID.
- |
-
WrapperChanges |
-TheMovieDbApi.getPersonChanges(int personId,
- String startDate,
- String endDate)
-Get the changes for a specific person id.
- |
-
WrapperChanges |
-TheMovieDbApi.getTVChanges(int tvID,
- String startDate,
- String endDate)
-Get the changes for a specific TV show id.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
WrapperChanges |
-TmdbTVEpisodes.getEpisodeChanges(int episodeID,
- String startDate,
- String endDate)
-Look up a TV episode's changes by episode ID
- |
-
WrapperChanges |
-TmdbMovies.getMovieChanges(int movieId,
- String startDate,
- String endDate)
-Get the changes for a specific movie ID.
- |
-
WrapperChanges |
-TmdbPeople.getPersonChanges(int personId,
- String startDate,
- String endDate)
-Get the changes for a specific person id.
- |
-
WrapperChanges |
-TmdbTVSeasons.getSeasonChanges(int tvID,
- String startDate,
- String endDate)
-Look up a TV season's changes by season ID.
- |
-
WrapperChanges |
-TmdbTV.getTVChanges(int tvID,
- String startDate,
- String endDate)
-Get the changes for a specific TV show id.
- |
-
| Class and Description | -
|---|
| WrapperChanges | -
| Class and Description | -
|---|
| AbstractWrapper | -
| AbstractWrapperAll
- Base class for the wrappers
- |
-
| AbstractWrapperId
- Base class for the wrappers
- |
-
public class TmdbEpisodesTest +extends AbstractTests+
LANGUAGE_DEFAULT, LANGUAGE_ENGLISH, LANGUAGE_RUSSIAN, LOG| Constructor and Description | +
|---|
TmdbEpisodesTest() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+setUp() |
+
static void |
+setUpClass() |
+
void |
+tearDown() |
+
static void |
+tearDownClass() |
+
void |
+testGetEpisodeAccountState()
+Test of getEpisodeAccountState method, of class TmdbEpisodes.
+ |
+
void |
+testGetEpisodeChanges()
+Test of getEpisodeChanges method, of class TmdbEpisodes.
+ |
+
void |
+testGetEpisodeCredits()
+Test of getEpisodeCredits method, of class TmdbEpisodes.
+ |
+
void |
+testGetEpisodeExternalID()
+Test of getEpisodeExternalID method, of class TmdbEpisodes.
+ |
+
void |
+testGetEpisodeImages()
+Test of getEpisodeImages method, of class TmdbEpisodes.
+ |
+
void |
+testGetEpisodeInfo()
+Test of getEpisodeInfo method, of class TmdbEpisodes.
+ |
+
void |
+testGetEpisodeVideos()
+Test of getEpisodeVideos method, of class TmdbEpisodes.
+ |
+
void |
+testPostEpisodeRating()
+Test of postEpisodeRating method, of class TmdbEpisodes.
+ |
+
doConfiguration, getAccountId, getApiKey, getGuestSession, getHttpClient, getHttpTools, getPassword, getProperty, getSessionId, getUsernamepublic static void setUpClass() + throws MovieDbException+
MovieDbExceptionpublic static void tearDownClass()+
public void setUp()+
public void tearDown()+
public void testGetEpisodeInfo() + throws MovieDbException+
MovieDbExceptionpublic void testGetEpisodeChanges() + throws MovieDbException+
MovieDbExceptionpublic void testGetEpisodeAccountState() + throws MovieDbException+
MovieDbExceptionpublic void testGetEpisodeCredits() + throws MovieDbException+
MovieDbExceptionpublic void testGetEpisodeExternalID() + throws MovieDbException+
MovieDbExceptionpublic void testGetEpisodeImages() + throws MovieDbException+
MovieDbExceptionpublic void testPostEpisodeRating() + throws MovieDbException+
MovieDbExceptionpublic void testGetEpisodeVideos() + throws MovieDbException+
MovieDbExceptionCopyright © 2012-2015. All Rights Reserved.
+ + diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbFindTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbFindTest.html index 53ba00304..3037df5a7 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbFindTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbFindTest.html @@ -2,10 +2,10 @@ - +