diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html
index 618f3eeda..1549a82fd 100644
--- a/apidocs/allclasses-frame.html
+++ b/apidocs/allclasses-frame.html
@@ -2,7 +2,7 @@
-
+
All Classes (API-The MovieDB 3.12-SNAPSHOT API)
@@ -40,6 +40,8 @@
KeywordMovie
Language
ListItemStatus
+MethodBase
+MethodSub
MovieDb
MovieDbException
MovieDbList
diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html
index 8de059efb..bdbe9de62 100644
--- a/apidocs/allclasses-noframe.html
+++ b/apidocs/allclasses-noframe.html
@@ -2,7 +2,7 @@
-
+
All Classes (API-The MovieDB 3.12-SNAPSHOT API)
@@ -40,6 +40,8 @@
KeywordMovie
Language
ListItemStatus
+MethodBase
+MethodSub
MovieDb
MovieDbException
MovieDbList
diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.html
index 6018c0075..7643a989b 100644
--- a/apidocs/com/omertron/themoviedbapi/MovieDbException.html
+++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.html
@@ -2,7 +2,7 @@
-
+
MovieDbException (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html
index 70a5568a0..8b74798f3 100644
--- a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html
+++ b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html
@@ -2,7 +2,7 @@
-
+
TheMovieDbApi (API-The MovieDB 3.12-SNAPSHOT API)
@@ -101,8 +101,7 @@
extends Object
The MovieDb API
- This is for version 3 of the API as specified here:
- http://help.themoviedb.org/kb/api/about-3
+ This is for version 3 of the API as specified here: http://help.themoviedb.org/kb/api/about-3
Author:
stuart.boston
@@ -235,8 +234,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.
@@ -250,15 +248,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.
@@ -278,8 +274,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.
@@ -298,8 +293,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.
@@ -365,8 +359,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.
@@ -397,8 +390,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.
@@ -421,8 +413,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.
@@ -439,8 +430,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.
@@ -448,16 +438,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.
@@ -485,8 +473,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.
@@ -544,8 +531,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.
@@ -553,8 +539,7 @@ extends 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.
@@ -563,16 +548,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.
@@ -664,8 +647,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.
@@ -761,8 +743,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.
@@ -816,16 +797,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
@@ -839,8 +817,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 -
@@ -859,8 +836,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
@@ -879,18 +855,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
@@ -904,8 +876,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:
@@ -991,8 +962,7 @@ extends Parameters:movieId - language - appendToResponse -
Returns:
Throws:
@@ -1013,8 +983,7 @@ extends Parameters:imdbId - language - appendToResponse -
Returns:
Throws:
@@ -1031,8 +1000,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:
@@ -1067,8 +1035,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:
@@ -1084,8 +1051,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 -
@@ -1104,8 +1070,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:
@@ -1122,8 +1087,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 -
@@ -1141,8 +1105,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:
@@ -1160,11 +1123,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 -
@@ -1222,13 +1183,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:
@@ -1280,8 +1239,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 -
@@ -1319,8 +1277,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.
@@ -1375,11 +1332,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:
@@ -1429,8 +1384,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 -
@@ -1470,8 +1424,7 @@ extends Parameters:personId - startDate - endDate -
@@ -1534,8 +1487,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:
@@ -1554,8 +1506,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 -
@@ -1594,11 +1545,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:
@@ -1617,11 +1566,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
@@ -1656,8 +1602,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:
@@ -1692,8 +1637,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 -
@@ -1792,8 +1737,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:
@@ -1810,8 +1754,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:
@@ -1843,8 +1786,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:
@@ -1893,12 +1835,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:
@@ -1952,28 +1892,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
@@ -1987,8 +1915,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.
Parameters: discover - A discover object containing the search criteria required
Returns:
Throws:
diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html
index af15b5f10..8e383dc95 100644
--- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html
+++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 3.12-SNAPSHOT API)
@@ -160,8 +160,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.
@@ -175,15 +174,13 @@
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.
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.
@@ -197,8 +194,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.
@@ -217,8 +213,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.
@@ -284,8 +279,7 @@
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.
@@ -316,8 +310,7 @@
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.
@@ -340,8 +333,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.
@@ -358,8 +350,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.
@@ -367,16 +358,14 @@
TheMovieDbApi. 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 >
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.
@@ -404,8 +393,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.
@@ -463,8 +451,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.
@@ -472,8 +459,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.
@@ -482,16 +468,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.
@@ -583,8 +567,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/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html
index 2f1cb4c35..c2314c34d 100644
--- a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html
+++ b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html
index ff50beabc..517bb77fb 100644
--- a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html
+++ b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html
@@ -2,7 +2,7 @@
-
+
AbstractIdName (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
index f27523fe9..8e80811ff 100644
--- a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
+++ b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
@@ -2,7 +2,7 @@
-
+
AbstractJsonMapping (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Account.html b/apidocs/com/omertron/themoviedbapi/model/Account.html
index 70afac6cf..7ba1d830d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Account.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Account.html
@@ -2,7 +2,7 @@
-
+
Account (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html
index 7f1399129..8ae679b6c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html
+++ b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html
@@ -2,7 +2,7 @@
-
+
AlternativeTitle (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/Artwork.html
index 22779d515..b21b38c9f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Artwork.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Artwork.html
@@ -2,7 +2,7 @@
-
+
Artwork (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html
index 74da5757b..817524dfd 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html
@@ -2,7 +2,7 @@
-
+
ArtworkType (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html
index 6268b4f34..194e993af 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html
@@ -2,7 +2,7 @@
-
+
ChangeKeyItem (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html
index 7971d3992..31f4bc257 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html
@@ -2,7 +2,7 @@
-
+
ChangedItem (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html
index 6d63dc6af..fb137ef19 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html
@@ -2,7 +2,7 @@
-
+
ChangedMovie (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Collection.html b/apidocs/com/omertron/themoviedbapi/model/Collection.html
index 4b78aad23..72ca6c080 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Collection.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Collection.html
@@ -2,7 +2,7 @@
-
+
Collection (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html
index cfc0fcde5..99acfd771 100644
--- a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html
@@ -2,7 +2,7 @@
-
+
CollectionInfo (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Company.html b/apidocs/com/omertron/themoviedbapi/model/Company.html
index 24db99a24..82f562e6b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Company.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Company.html
@@ -2,7 +2,7 @@
-
+
Company (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Discover.html b/apidocs/com/omertron/themoviedbapi/model/Discover.html
index d80dca171..59b056d27 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Discover.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Discover.html
@@ -2,7 +2,7 @@
-
+
Discover (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html
index 79da3e099..35db81232 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Genre.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Genre.html
@@ -2,7 +2,7 @@
-
+
Genre (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html
index ef2c2d69a..79afe222e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html
+++ b/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html
@@ -2,7 +2,7 @@
-
+
JobDepartment (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/Keyword.html
index ee9f07581..6b4fa14e7 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Keyword.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Keyword.html
@@ -2,7 +2,7 @@
-
+
Keyword (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html
index 99c47a5a1..bea54d584 100644
--- a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html
@@ -2,7 +2,7 @@
-
+
KeywordMovie (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html
index 20f766553..50f8f6c5d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Language.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Language.html
@@ -2,7 +2,7 @@
-
+
Language (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html
index 0ab7287c2..aa78137bc 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html
@@ -2,7 +2,7 @@
-
+
ListItemStatus (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html
index def3a36d9..692e66279 100644
--- a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html
+++ b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html
@@ -2,7 +2,7 @@
-
+
MovieDb (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html
index 1d1412c36..d13e182b9 100644
--- a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html
@@ -2,7 +2,7 @@
-
+
MovieDbList (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html
index 1c3e30fc0..81439b080 100644
--- a/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html
@@ -2,7 +2,7 @@
-
+
MovieDbListStatus (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/MovieList.html
index 0271d4302..8ec39560f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/MovieList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/MovieList.html
@@ -2,7 +2,7 @@
-
+
MovieList (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Person.html b/apidocs/com/omertron/themoviedbapi/model/Person.html
index 42855ed6d..9f82dfba2 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Person.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Person.html
@@ -2,7 +2,7 @@
-
+
Person (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html
index 9e50e4936..bfccaac27 100644
--- a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html
+++ b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html
@@ -2,7 +2,7 @@
-
+
PersonCast (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html
index e6b615713..8efdb662d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html
+++ b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html
@@ -2,7 +2,7 @@
-
+
PersonCredit (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html
index 05846ddda..dcfc0e0bf 100644
--- a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html
+++ b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html
@@ -2,7 +2,7 @@
-
+
PersonCrew (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/PersonType.html
index 5ca30b85b..67a5f39de 100644
--- a/apidocs/com/omertron/themoviedbapi/model/PersonType.html
+++ b/apidocs/com/omertron/themoviedbapi/model/PersonType.html
@@ -2,7 +2,7 @@
-
+
PersonType (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html
index e119bad87..4d5bdd328 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html
@@ -2,7 +2,7 @@
-
+
ProductionCompany (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html
index 49d5e7a43..1b8c68863 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html
@@ -2,7 +2,7 @@
-
+
ProductionCountry (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html
index 40cc0fd8b..a9c20d42c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html
@@ -2,7 +2,7 @@
-
+
ReleaseInfo (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Reviews.html b/apidocs/com/omertron/themoviedbapi/model/Reviews.html
index d2534db03..bdacba85b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Reviews.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Reviews.html
@@ -2,7 +2,7 @@
-
+
Reviews (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html
index 824563d45..b72780019 100644
--- a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html
+++ b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html
@@ -2,7 +2,7 @@
-
+
StatusCode (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html
index 0e17da8a7..254c747ca 100644
--- a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html
+++ b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html
@@ -2,7 +2,7 @@
-
+
TmdbConfiguration (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html
index bf729e53c..551ec7d9d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html
@@ -2,7 +2,7 @@
-
+
TokenAuthorisation (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html
index f75526693..0fb7cbe0e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html
+++ b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html
@@ -2,7 +2,7 @@
-
+
TokenSession (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/Trailer.html
index aae851f25..259434c28 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Trailer.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Trailer.html
@@ -2,7 +2,7 @@
-
+
Trailer (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Translation.html b/apidocs/com/omertron/themoviedbapi/model/Translation.html
index c5957d79a..e63c2edbf 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Translation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Translation.html
@@ -2,7 +2,7 @@
-
+
Translation (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Video.html b/apidocs/com/omertron/themoviedbapi/model/Video.html
index fa4272b85..d2d7e7489 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Video.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Video.html
@@ -2,7 +2,7 @@
-
+
Video (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html
index 813e0cb71..fc5ae84fc 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.AbstractIdName (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
index 8fba41550..f2058daca 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html
index 77990603e..4d62499e1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Account (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html
index 812477ae0..1a1868779 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.AlternativeTitle (API-The MovieDB 3.12-SNAPSHOT API)
@@ -109,8 +109,7 @@
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.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html
index 5b52e5cae..f93ade889 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Artwork (API-The MovieDB 3.12-SNAPSHOT API)
@@ -116,8 +116,7 @@
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.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html
index a6d5ba4af..ae4f6a72c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html
@@ -2,7 +2,7 @@
-
+
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 4e2a9c1dc..de12e25fb 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html
@@ -2,7 +2,7 @@
-
+
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 b7da3f658..1ac0e0f71 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html
@@ -2,7 +2,7 @@
-
+
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 fab4e9181..557ee50ff 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html
@@ -2,7 +2,7 @@
-
+
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 37be193f6..0013e4392 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html
@@ -2,7 +2,7 @@
-
+
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 27ecfa39c..db3aa7217 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html
@@ -2,7 +2,7 @@
-
+
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 e6980c755..ff3cb21ba 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html
@@ -2,7 +2,7 @@
-
+
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 859205360..8552fff6e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html
@@ -2,7 +2,7 @@
-
+
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 8b0933ce6..4c7b9cf7f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html
@@ -2,7 +2,7 @@
-
+
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 c67d06970..180ceb35b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html
@@ -2,7 +2,7 @@
-
+
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 e43a309b7..e340fe232 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html
@@ -2,7 +2,7 @@
-
+
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 6a710e304..04853b6e5 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html
@@ -2,7 +2,7 @@
-
+
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 61da806de..a90cc9459 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html
@@ -2,7 +2,7 @@
-
+
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 d7aff0b30..33f5370a3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html
@@ -2,7 +2,7 @@
-
+
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 d21d2c752..753a3e317 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html
@@ -2,7 +2,7 @@
-
+
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.
@@ -213,16 +211,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.
@@ -246,8 +242,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 2a6ab721e..954365307 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html
@@ -2,7 +2,7 @@
-
+
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 a5494feab..0050313c3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html
@@ -2,7 +2,7 @@
-
+
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 55f046219..7b7fa2752 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html
@@ -2,7 +2,7 @@
-
+
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 91dea8fc3..a6f9027c8 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html
@@ -2,7 +2,7 @@
-
+
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 0d4108731..e7964dc7d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html
@@ -2,7 +2,7 @@
-
+
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 6d2e7ae26..244db47f5 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html
@@ -2,7 +2,7 @@
-
+
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 8b510a2a1..180a031c4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html
@@ -2,7 +2,7 @@
-
+
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 3e843e7ae..ae0e7a7c1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html
@@ -2,7 +2,7 @@
-
+
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 6a719f414..5f442b37e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html
@@ -2,7 +2,7 @@
-
+
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 0dbae9666..ea9a69c35 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html
@@ -2,7 +2,7 @@
-
+
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 2ee049345..901cd5f1c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html
@@ -2,7 +2,7 @@
-
+
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.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html
index e4fec1d11..d918886b7 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Reviews (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html
index dc888347a..23aeae715 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html
index 0b2fde4c4..f1ac5fbf0 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.TmdbConfiguration (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html
index cb5e22c9b..23588a7f3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The MovieDB 3.12-SNAPSHOT API)
@@ -99,8 +99,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.
@@ -108,8 +107,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.
@@ -124,8 +122,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.
@@ -133,8 +130,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/class-use/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html
index d4e6b5cf2..549d98b6b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.TokenSession (API-The MovieDB 3.12-SNAPSHOT API)
@@ -105,8 +105,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/class-use/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html
index ca1c2eac4..4a665600c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Trailer (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html
index a57e60142..4cb7bfd7c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Translation (API-The MovieDB 3.12-SNAPSHOT API)
@@ -108,8 +108,7 @@
TmdbResultsList <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.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Video.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Video.html
index cf614271e..ebf6e67bb 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Video.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Video.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Video (API-The MovieDB 3.12-SNAPSHOT API)
@@ -109,8 +109,7 @@
TheMovieDbApi. 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.
diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html b/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html
index 5a60687ea..471d46167 100644
--- a/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html
+++ b/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html
@@ -2,7 +2,7 @@
-
+
PersonCreditDateComparator (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html b/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html
index a2e690da4..ba26c00cb 100644
--- a/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html
+++ b/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.comparator.PersonCreditDateComparator (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html
index 26a81c4a2..c6f0ea626 100644
--- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html
index bc869d425..4a316a4fa 100644
--- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html
index 650ba96a4..b896a1aa9 100644
--- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.comparator Class Hierarchy (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html
index ee3460492..26f760eb1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html
index ecfd19dbb..d7a03fa0e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html
index da3fea4de..19f50b96f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/package-tree.html
index f1d9b974f..654646ddd 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-use.html b/apidocs/com/omertron/themoviedbapi/model/package-use.html
index 9e4b6864b..5cf37aa37 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/package-frame.html b/apidocs/com/omertron/themoviedbapi/package-frame.html
index e05e0fb1b..405d4e5bf 100644
--- a/apidocs/com/omertron/themoviedbapi/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html
index def5c96c8..6313e615c 100644
--- a/apidocs/com/omertron/themoviedbapi/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/package-tree.html b/apidocs/com/omertron/themoviedbapi/package-tree.html
index 85e817dc8..d9e37c268 100644
--- a/apidocs/com/omertron/themoviedbapi/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/package-use.html b/apidocs/com/omertron/themoviedbapi/package-use.html
index 3642199d4..3bbecde76 100644
--- a/apidocs/com/omertron/themoviedbapi/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html b/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html
index f90f30ba0..fa5269a38 100644
--- a/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html
+++ b/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html
@@ -2,7 +2,7 @@
-
+
AbstractResults (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html
index 95aa4810e..3f8ebc30d 100644
--- a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html
+++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html
@@ -2,7 +2,7 @@
-
+
TmdbResultsList (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html
index 19d418183..fc604641b 100644
--- a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html
+++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html
@@ -2,7 +2,7 @@
-
+
TmdbResultsMap (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html
index 20faac548..894c35dda 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.AbstractResults (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html
index 4a4700367..efe560bad 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.TmdbResultsList (API-The MovieDB 3.12-SNAPSHOT API)
@@ -114,8 +114,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.
@@ -134,8 +133,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.
@@ -170,8 +168,7 @@
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.
@@ -194,16 +191,14 @@
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.
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.
@@ -220,8 +215,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.
@@ -229,16 +223,14 @@
TheMovieDbApi. 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 >
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.
@@ -252,8 +244,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.
@@ -294,16 +285,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.
@@ -350,8 +339,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/results/class-use/TmdbResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html
index c70eeb42d..cbdc5c4d5 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.TmdbResultsMap (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-frame.html b/apidocs/com/omertron/themoviedbapi/results/package-frame.html
index 614cae4b6..482e2e57c 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.results (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-summary.html b/apidocs/com/omertron/themoviedbapi/results/package-summary.html
index 56d103166..181419010 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.results (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-tree.html b/apidocs/com/omertron/themoviedbapi/results/package-tree.html
index d76ee36ba..6661443d4 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.results Class Hierarchy (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-use.html b/apidocs/com/omertron/themoviedbapi/results/package-use.html
index 78c0a996a..caca8e4e9 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.results (API-The MovieDB 3.12-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html
index 62eed1c55..4bc0467e7 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html
@@ -2,7 +2,7 @@
-
+
ApiUrl (API-The MovieDB 3.12-SNAPSHOT API)
@@ -120,8 +120,8 @@ extends Constructor and Description
-ApiUrl (String apiKey,
- String method)
+ApiUrl (String apiKey,
+ MethodBase method)
Constructor for the simple API URL method without a sub-method
@@ -154,21 +154,21 @@ extends
ApiUrl
-setSubMethod (int someId,
- String submethod)
+setSubMethod (int someId,
+ MethodSub submethod)
Add a sub-method that has an ID at the start
ApiUrl
-setSubMethod (String submethod)
+setSubMethod (MethodSub submethod)
Add a sub-methods
ApiUrl
-setSubMethod (String someId,
- String submethod)
+setSubMethod (String someId,
+ MethodSub submethod)
Add a sub-method that has an ID at the start
@@ -194,14 +194,14 @@ extends
+
ApiUrl
public ApiUrl(String apiKey,
- String method)
+ MethodBase method)
Constructor for the simple API URL method without a sub-method
Parameters: apiKey - method -
@@ -214,39 +214,39 @@ extends
+
-
+
setSubMethod
public ApiUrl setSubMethod(int someId,
- String submethod)
+ MethodSub submethod)
Add a sub-method that has an ID at the start
Parameters: someId - submethod -
Returns:
-
+
setSubMethod
public ApiUrl setSubMethod(String someId,
- String submethod)
+ MethodSub submethod)
Add a sub-method that has an ID at the start
Parameters: someId - submethod -
Returns:
diff --git a/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html b/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html
index a9310e621..6cafa6084 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html
@@ -2,7 +2,7 @@
-
+
HttpTools (API-The MovieDB 3.12-SNAPSHOT API)
@@ -38,7 +38,7 @@
Frames
@@ -268,7 +268,7 @@ extends
Frames
diff --git a/apidocs/com/omertron/themoviedbapi/tools/MethodBase.html b/apidocs/com/omertron/themoviedbapi/tools/MethodBase.html
new file mode 100644
index 000000000..a963e6952
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/tools/MethodBase.html
@@ -0,0 +1,488 @@
+
+
+
+
+
+
+MethodBase (API-The MovieDB 3.12-SNAPSHOT API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+static MethodBase
+fromString (String value)
+Convert a string into an Enum type
+
+
+
+String
+getValue ()
+Get the URL parameter to use
+
+
+
+static MethodBase
+valueOf (String name)
+Returns the enum constant of this type with the specified name.
+
+
+
+static MethodBase []
+values ()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+valueOf
+public static MethodBase valueOf(String name)
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+Parameters: name - the name of the enum constant to be returned.
+Returns: the enum constant with the specified name
+Throws:
+IllegalArgumentException - if this enum type has no constant with the specified name
+NullPointerException - if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/MethodSub.html b/apidocs/com/omertron/themoviedbapi/tools/MethodSub.html
new file mode 100644
index 000000000..734f7846d
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/tools/MethodSub.html
@@ -0,0 +1,764 @@
+
+
+
+
+
+
+MethodSub (API-The MovieDB 3.12-SNAPSHOT API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Enum Constant Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+static MethodSub
+fromString (String value)
+Convert a string into an Enum type
+
+
+
+String
+getValue ()
+Get the URL parameter to use
+
+
+
+static MethodSub
+valueOf (String name)
+Returns the enum constant of this type with the specified name.
+
+
+
+static MethodSub []
+values ()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+valueOf
+public static MethodSub valueOf(String name)
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+Parameters: name - the name of the enum constant to be returned.
+Returns: the enum constant with the specified name
+Throws:
+IllegalArgumentException - if this enum type has no constant with the specified name
+NullPointerException - if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/Param.html b/apidocs/com/omertron/themoviedbapi/tools/Param.html
index 5b2ecc22e..1bb6d6136 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/Param.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/Param.html
@@ -2,7 +2,7 @@
-
+
Param (API-The MovieDB 3.12-SNAPSHOT API)
@@ -37,7 +37,7 @@
@@ -637,7 +637,7 @@ not permitted.)