diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 8118e6b77..ef0b02bd5 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@
- +public class MovieDbException -extends Exception+extends org.yamj.api.common.exception.ApiException
| Modifier and Type | -Class and Description | -
|---|---|
static class |
-MovieDbException.MovieDbExceptionType |
-
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
+ String response)
+MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
+ String response,
+ int responseCode,
+ String url) MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
+ String response,
+ int responseCode,
+ String url,
+ Throwable cause) MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
+ String response,
+ int responseCode,
+ URL url) MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
+ String response,
+ int responseCode,
+ URL url,
+ Throwable cause) MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response,
String url) MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+
+MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response,
String url,
Throwable cause)
-
-MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+
+MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response,
URL url)
-
-MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+
+MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response,
URL url,
Throwable cause)
@@ -181,25 +197,13 @@ extends
-Methods
-
-Modifier and Type
-Method and Description
-
-
-MovieDbException.MovieDbExceptionType
-getExceptionType()
-
-
-String
-getResponse()
-
-
-String
-getUrl()
-
-
+
+-
+
+
+
Methods inherited from class org.yamj.api.common.exception.ApiException
+getExceptionType, getResponse, getResponseCode, getUrl
+
-
@@ -228,85 +232,110 @@ extends
+
-
MovieDbException
-public MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
- String response,
- String url)
+public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
+ String response)
-
+
-
MovieDbException
-public MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response,
URL url)
-
+
-
MovieDbException
-public MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
String response,
- String url,
- Throwable cause)
+ int responseCode,
+ URL url)
-
+
-
+
-
MovieDbException
-public MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
+ String response,
+ String url)
+
+
+
+
+
+
+-
+
MovieDbException
+public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
+ String response,
+ int responseCode,
+ String url)
+
+
+
+
+
+
-
-
-
-
--
-
-
-
Method Detail
-
+
-
-
getExceptionType
-public MovieDbException.MovieDbExceptionType getExceptionType()
+MovieDbException
+public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
+ String response,
+ int responseCode,
+ URL url,
+ Throwable cause)
-
+
-
-
getResponse
-public String getResponse()
+MovieDbException
+public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
+ String response,
+ String url,
+ Throwable cause)
-
+
@@ -336,7 +365,7 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html
index c4484f187..c68de5fb7 100644
--- a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html
+++ b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html
@@ -2,10 +2,10 @@
-
+
TheMovieDbApi (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -37,7 +37,7 @@
- Author:
- stuart.boston
@@ -241,8 +240,7 @@ extends
TokenAuthorisation
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.
@@ -256,15 +254,13 @@ extends CollectionInfo
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.
Company
getCompanyInfo(int companyId)
-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.
@@ -284,8 +280,7 @@ extends
TmdbResultsList<MovieDb>
getDiscover(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.
@@ -304,8 +299,7 @@ extends String certificationCountry,
String certificationLte,
String withCompanies)
-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.
@@ -369,8 +363,7 @@ extends 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.
@@ -401,8 +394,7 @@ extends 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.
@@ -425,8 +417,7 @@ extends TmdbResultsList<Keyword>
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.
@@ -443,8 +434,7 @@ extends 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.
@@ -452,16 +442,14 @@ extends getMovieTrailers(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.
TmdbResultsList<Translation>
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.
@@ -489,8 +477,7 @@ extends TmdbResultsList<PersonCredit>
getPersonCredits(int personId,
String... appendToResponse)
-This method is used to retrieve all of the cast & crew information for
- the person.
+This method is used to retrieve all of the cast & crew information for the person.
@@ -548,8 +535,7 @@ extends
TokenSession
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.
@@ -558,16 +544,14 @@ extends String language,
int page,
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.
TmdbResultsList<MovieDb>
getTopRatedMovies(String language,
int page)
-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.
@@ -659,8 +643,7 @@ extends String language,
boolean includeAdult,
int page)
-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.
@@ -809,8 +792,7 @@ extends Compare the MovieDB object with a title & year
-- Parameters:
moviedb - The moviedb object to compare tootitle - The title of the movie to compareyear - The year of the movie to comparemaxDistance - The Levenshtein Distance between the two titles. 0 =
- exact matchcaseSensitive - true if the comparison is to be case sensitive
+- Parameters:
moviedb - The moviedb object to compare tootitle - The title of the movie to compareyear - The year of the movie to comparemaxDistance - The Levenshtein Distance between the two titles. 0 = exact matchcaseSensitive - true if the comparison is to be case sensitive
- Returns:
- True if there is a match, False otherwise.
@@ -864,16 +846,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
@@ -887,8 +866,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 -
@@ -907,18 +885,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
@@ -932,8 +906,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:
@@ -1016,8 +989,7 @@ extends Parameters:movieId - language - appendToResponse -
- Returns:
- Throws:
@@ -1038,8 +1010,7 @@ extends Parameters:imdbId - language - appendToResponse -
- Returns:
- Throws:
@@ -1056,8 +1027,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:
@@ -1092,8 +1062,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:
@@ -1109,8 +1078,7 @@ extends TmdbResultsList<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 -
@@ -1129,8 +1097,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:
@@ -1147,8 +1114,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 -
@@ -1166,8 +1132,7 @@ extends TmdbResultsList<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:
@@ -1185,11 +1150,9 @@ extends 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 -
@@ -1247,13 +1210,11 @@ extends
+ TODO: DOES NOT WORK AT THE MOMENT. This is due to the "value" item changing type in the ChangeItem
- Parameters:
movieId - startDate - the start date of the changes, optionalendDate - the end date of the changes, optional
- Returns:
- Throws:
@@ -1305,8 +1266,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.
TODO: Implement more than 20 movies
- Parameters:
language - page -
@@ -1344,8 +1304,7 @@ extends TmdbResultsList<MovieDb> getTopRatedMovies(String language,
int page)
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.
@@ -1400,11 +1359,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:
@@ -1454,8 +1411,7 @@ extends TmdbResultsList<PersonCredit> getPersonCredits(int personId,
String... appendToResponse)
throws MovieDbException
-This method is used to retrieve all of the cast & crew information for
- the person.
+This method is used to retrieve all of the cast & crew information for the person.
It will return the single highest rated poster for each movie record.
- Parameters:
personId - appendToResponse -
@@ -1495,8 +1451,7 @@ extends Parameters:personId - startDate - endDate -
@@ -1559,8 +1514,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:
@@ -1579,8 +1533,7 @@ extends 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.
TODO: Implement more than 20 movies
- Parameters:
companyId - language - page -
@@ -1619,11 +1572,9 @@ extends 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 -
- Returns:
- Throws:
@@ -1642,11 +1593,8 @@ extends MovieDbException
-Search Movies This is a good starting point to start finding movies on
- TMDb.
-- Parameters:
movieName - 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)
+Search Movies This is a good starting point to start finding movies on TMDb.
+- Parameters:
movieName - 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)
- Returns:
- Throws:
MovieDbException
@@ -1681,8 +1629,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:
personName - includeAdult - page -
- Returns:
- Throws:
@@ -1717,8 +1664,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:
companyName - page -
@@ -1817,8 +1764,7 @@ extends String listId,
Integer movieId)
throws MovieDbException
-This method lets users add new movies to a list that they created. A
- valid session id is required.
+This method lets users add new movies to a list that they created. A valid session id is required.
- Parameters:
sessionId - listId - movieId -
- Returns:
- true if the movie is on the list
- Throws:
@@ -1835,8 +1781,7 @@ extends String listId,
Integer movieId)
throws MovieDbException
-This method lets users remove movies from a list that they created. A
- valid session id is required.
+This method lets users remove movies from a list that they created. A valid session id is required.
- Parameters:
sessionId - listId - movieId -
- Returns:
- true if the movie is on the list
- Throws:
@@ -1868,8 +1813,7 @@ extends StatusCode deleteMovieList(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:
@@ -1918,12 +1862,10 @@ extends String startDate,
String endDate)
throws MovieDbException
-Get a list of movie ids that have been edited. By default we show the
- last 24 hours and only 100 items per page. The maximum number of days
- that can be returned in a single request is 14. You can then use the
- movie changes API to get the actual data that has been changed. Please
- note that the change log system to support this was changed on October 5,
- 2012 and will only show movies that have been edited since.
+Get a list of movie ids that have been edited. By default we show the last 24 hours and only 100 items per page. The maximum
+ number of days that can be returned in a single request is 14. You can then use the movie changes API to get the actual data
+ that has been changed. Please note that the change log system to support this was changed on October 5, 2012 and will only
+ show movies that have been edited since.
- Parameters:
page - startDate - the start date of the changes, optionalendDate - the end date of the changes, optional
- Returns:
- List of changed movie
- Throws:
@@ -1977,28 +1919,16 @@ extends String certificationLte,
String withCompanies)
throws MovieDbException
-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.
- You can alternatively create a "discover" object and pass it to this
- method to cut out the requirement for all of these parameters
-- Parameters:
page - Minimum value is 1language - ISO 639-1 code.sortBy - Available options are vote_average.desc, vote_average.asc,
- release_date.desc, release_date.asc, popularity.desc, popularity.ascincludeAdult - Toggle the inclusion of adult titlesyear - Filter the results release dates to matches that include this
- valueprimaryReleaseYear - Filter the results so that only the primary
- release date year has this valuevoteCountGte - Only include movies that are equal to, or have a vote
- count higher than this valuevoteAverageGte - Only include movies that are equal to, or have a
- higher average rating than this valuewithGenres - Only include movies with the specified genres. Expected
- value is an integer (the id of a genre). Multiple values can be
- specified. Comma separated indicates an 'AND' query, while a pipe (|)
- separated value indicates an 'OR'.releaseDateGte - The minimum release to include. Expected format is
- YYYY-MM-DDreleaseDateLte - The maximum release to include. Expected format is
- YYYY-MM-DDcertificationCountry - Only include movies with certifications for a
- specific country. When this value is specified, 'certificationLte' is
- required. A ISO 3166-1 is expected.certificationLte - Only include movies with this certification and
- lower. Expected value is a valid certification for the specified
- 'certificationCountry'.withCompanies - Filter movies to include a specific company.
- Expected value is an integer (the id of a company). They can be comma
- separated to indicate an 'AND' query.
+ You can alternatively create a "discover" object and pass it to this method to cut out the requirement for all of these
+ parameters
+- Parameters:
page - Minimum value is 1language - ISO 639-1 code.sortBy - Available options are vote_average.desc, vote_average.asc, release_date.desc, release_date.asc,
+ popularity.desc, popularity.ascincludeAdult - Toggle the inclusion of adult titlesyear - Filter the results release dates to matches that include this valueprimaryReleaseYear - Filter the results so that only the primary release date year has this valuevoteCountGte - Only include movies that are equal to, or have a vote count higher than this valuevoteAverageGte - Only include movies that are equal to, or have a higher average rating than this valuewithGenres - Only include movies with the specified genres. Expected value is an integer (the id of a genre). Multiple
+ values can be specified. Comma separated indicates an 'AND' query, while a pipe (|) separated value indicates an 'OR'.releaseDateGte - The minimum release to include. Expected format is YYYY-MM-DDreleaseDateLte - The maximum release to include. Expected format is YYYY-MM-DDcertificationCountry - Only include movies with certifications for a specific country. When this value is specified,
+ 'certificationLte' is required. A ISO 3166-1 is expected.certificationLte - Only include movies with this certification and lower. Expected value is a valid certification for
+ the specified 'certificationCountry'.withCompanies - Filter movies to include a specific company. Expected value is an integer (the id of a company). They
+ can be comma separated to indicate an 'AND' query.
- Returns:
- Throws:
MovieDbException
@@ -2012,8 +1942,7 @@ extends TmdbResultsList<MovieDb> getDiscover(Discover discover)
throws MovieDbException
-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.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html
index c057eab1b..167103835 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.ArtworkType (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html
index 39fcc3743..57f9ae8bb 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.ChangeKeyItem (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html
index 5c5921436..753679afb 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.ChangedItem (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html
index 8d39f8d29..d3475c016 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.ChangedMovie (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html
index 9f69289bb..47ee64ae6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Collection (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html
index 855d742cf..c02980445 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.CollectionInfo (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -100,8 +100,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.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html
index 4acf46398..cbc1ba947 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Company (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -107,8 +107,7 @@
Company
TheMovieDbApi.getCompanyInfo(int companyId)
-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.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html
index 2153f2713..9e6992915 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Discover (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -103,8 +103,7 @@
TmdbResultsList<MovieDb>
TheMovieDbApi.getDiscover(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.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html
index 80f81c5ae..92ce214e1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html
index 113f7aa15..44f54133a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.JobDepartment (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html
index 22f811f23..6dda0baec 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Keyword (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -123,8 +123,7 @@
TmdbResultsList<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.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html
index 02b26acfc..1a8643cc4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.KeywordMovie (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html
index a6ea3af2f..61141b2d3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html
index f0f22cf7d..810e0e941 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.ListItemStatus (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html
index 6f5153be7..f04de3a95 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.MovieDb (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -146,8 +146,7 @@
TmdbResultsList<MovieDb>
TheMovieDbApi.getDiscover(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.
@@ -166,8 +165,7 @@
String certificationCountry,
String certificationLte,
String withCompanies)
-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.
@@ -211,16 +209,14 @@
String language,
int page,
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.
TmdbResultsList<MovieDb>
TheMovieDbApi.getTopRatedMovies(String language,
int page)
-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.
@@ -244,8 +240,7 @@
String language,
boolean includeAdult,
int page)
-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.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html
index a009ed90e..ecab047c9 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.MovieDbList (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html
index 2a1c60d11..2cc446c2a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.MovieDbListStatus (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html
index e8a97eba2..8993d37dd 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.MovieList (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html
index d52e5760b..11382f650 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Person (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html
index 8aebd4d0e..d0d134993 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.PersonCast (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html
index 965fdacc8..b9121a660 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.PersonCredit (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -112,8 +112,7 @@
TmdbResultsList<PersonCredit>
TheMovieDbApi.getPersonCredits(int personId,
String... appendToResponse)
-This method is used to retrieve all of the cast & crew information for
- the person.
+This method is used to retrieve all of the cast & crew information for the person.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html
index 7cbea2c37..23c451642 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.PersonCrew (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html
index ac87c7860..3fd35a764 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.PersonType (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html
index cb81a7b59..bb70a4c20 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.ProductionCompany (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html
index aac463813..517796ad6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.ProductionCountry (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html
index 65d5e0511..df9c9912b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.ReleaseInfo (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -109,8 +109,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.
TokenAuthorisationgetAuthorisationToken()
-TokenSessiongetSessionToken(TokenAuthorisation token)
-TokenSessiongetSessionToken(TokenAuthorisation token)
-getMovieTrailers(int movieId,
String language,
String... appendToResponse)
-TmdbResultsList<Translation>getMovieTranslations(int movieId,
String... appendToResponse)
-| Enum | -Description | -
|---|---|
| MovieDbException.MovieDbExceptionType | -- |
| MovieDbException |
| MovieDbException.MovieDbExceptionType | -
TmdbResultsList<MovieDb>getDiscover(Discover discover)
-getMovieAlternativeTitles(int movieId,
String country,
String... appendToResponse)
-getMovieImages(int movieId,
String language,
String... appendToResponse)
-TmdbResultsList<Keyword>getMovieKeywords(int movieId,
String... appendToResponse)
-getMovieReleaseInfo(int movieId,
String language,
String... appendToResponse)
-getMovieTrailers(int movieId,
String language,
String... appendToResponse)
-TmdbResultsList<Translation>getMovieTranslations(int movieId,
String... appendToResponse)
-TmdbResultsList<PersonCredit>getPersonCredits(int personId,
String... appendToResponse)
-TmdbResultsList<MovieDb>getTopRatedMovies(String language,
int page)
-