diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 9114313ac..dda2fb117 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + All Classes (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 73f1028bf..f3bf024a4 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + All Classes (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.html index 013cae978..957b1b0cf 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.html @@ -2,10 +2,10 @@ - + 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 2c25db755..a258b34a9 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) - + @@ -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.
@@ -363,8 +357,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.
@@ -395,8 +388,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.
@@ -419,8 +411,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.
@@ -437,8 +428,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.
@@ -446,16 +436,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.
@@ -483,8 +471,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.
@@ -542,57 +529,62 @@ 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.
+TokenAuthorisation +getSessionTokenLogin(TokenAuthorisation token, + String username, + String password) +
This method is used to generate a session id for user based authentication.
+ + + TmdbResultsList<MovieDb> getSimilarMovies(int movieId, String language, int page, String... appendToResponse) -
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.
+
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.
+ + + +TmdbResultsList<MovieDb> getUpcoming(String language, int page)
Get the list of upcoming movies.
- + List<MovieDbList> getUserLists(String sessionId, int accountID)
Get all lists of a given user
- + List<MovieDb> getWatchList(String sessionId, int accountId)
Get the list of movies on an accounts watchlist.
- + boolean isMovieOnList(String listId, Integer movieId)
Check to see if a movie ID is already added to a list.
- + boolean postMovieRating(String sessionId, Integer movieId, @@ -600,7 +592,7 @@ extends This method lets users rate a movie. - + StatusCode removeFromWatchList(String sessionId, int accountId, @@ -608,7 +600,7 @@ extends Remove a movie from an accounts watch list. - + StatusCode removeMovieFromList(String sessionId, String listId, @@ -616,7 +608,7 @@ extends This method lets users remove movies from a list that they created. - + TmdbResultsList<Collection> searchCollection(String query, String language, @@ -624,21 +616,21 @@ extends Search for collections by name. - + TmdbResultsList<Company> searchCompanies(String companyName, int page)
Search Companies.
- + TmdbResultsList<Keyword> searchKeyword(String query, int page)
Search for keywords by name
- + TmdbResultsList<MovieList> searchList(String query, String language, @@ -646,18 +638,17 @@ extends Search for lists by name and description. - + TmdbResultsList<MovieDb> searchMovie(String movieName, int searchYear, 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.
- + TmdbResultsList<Person> searchPeople(String personName, boolean includeAdult, @@ -750,8 +741,7 @@ extends Compare the MovieDB object with a title & year -
Parameters:
moviedb - The moviedb object to compare too
title - The title of the movie to compare
year - The year of the movie to compare
maxDistance - The Levenshtein Distance between the two titles. 0 = - exact match
caseSensitive - true if the comparison is to be case sensitive
+
Parameters:
moviedb - The moviedb object to compare too
title - The title of the movie to compare
year - The year of the movie to compare
maxDistance - The Levenshtein Distance between the two titles. 0 = exact match
caseSensitive - true if the comparison is to be case sensitive
Returns:
True if there is a match, False otherwise.
@@ -805,16 +795,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
@@ -828,8 +815,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 -
@@ -838,6 +824,25 @@ extends MovieDbException
+ + + +
    +
  • +

    getSessionTokenLogin

    +
    public TokenAuthorisation getSessionTokenLogin(TokenAuthorisation token,
    +                                      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 + + A session id is required in order to use any of the write methods.
    +
    Parameters:
    token - Session token
    username - User's username
    password - User's password
    +
    Returns:
    +
    Throws:
    +
    MovieDbException
    +
  • +
@@ -848,18 +853,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
@@ -873,8 +874,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:
@@ -957,8 +957,7 @@ extends Parameters:
movieId -
language -
appendToResponse -
Returns:
Throws:
@@ -979,8 +978,7 @@ extends
Parameters:
imdbId -
language -
appendToResponse -
Returns:
Throws:
@@ -997,8 +995,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:
@@ -1033,8 +1030,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:
@@ -1050,8 +1046,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 -
@@ -1070,8 +1065,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:
@@ -1088,8 +1082,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 -
@@ -1107,8 +1100,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:
@@ -1126,11 +1118,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 -
@@ -1188,13 +1178,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, optional
endDate - the end date of the changes, optional
Returns:
Throws:
@@ -1246,8 +1234,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 -
@@ -1285,8 +1272,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. @@ -1341,11 +1327,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:
@@ -1395,8 +1379,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 -
@@ -1436,8 +1419,7 @@ extends Parameters:
personId -
startDate -
endDate -
@@ -1500,8 +1482,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:
@@ -1520,8 +1501,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 -
@@ -1560,11 +1540,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:
@@ -1583,11 +1561,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 years
language - The language to include. Can be blank/null.
includeAdult - true or false to include adult titles in the search
page - 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 years
language - The language to include. Can be blank/null.
includeAdult - true or false to include adult titles in the search
page - The page of results to return. 0 to get the default (first page)
Returns:
Throws:
MovieDbException
@@ -1622,8 +1597,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:
@@ -1658,8 +1632,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 -
@@ -1758,8 +1732,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:
@@ -1776,8 +1749,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:
@@ -1809,8 +1781,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:
@@ -1859,12 +1830,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, optional
endDate - the end date of the changes, optional
Returns:
List of changed movie
Throws:
@@ -1918,28 +1887,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 1
language - ISO 639-1 code.
sortBy - Available options are vote_average.desc, vote_average.asc, - release_date.desc, release_date.asc, popularity.desc, popularity.asc
includeAdult - Toggle the inclusion of adult titles
year - Filter the results release dates to matches that include this - value
primaryReleaseYear - Filter the results so that only the primary - release date year has this value
voteCountGte - Only include movies that are equal to, or have a vote - count higher than this value
voteAverageGte - Only include movies that are equal to, or have a - higher average rating than this value
withGenres - 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-DD
releaseDateLte - The maximum release to include. Expected format is - YYYY-MM-DD
certificationCountry - 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 1
language - ISO 639-1 code.
sortBy - Available options are vote_average.desc, vote_average.asc, release_date.desc, release_date.asc, + popularity.desc, popularity.asc
includeAdult - Toggle the inclusion of adult titles
year - Filter the results release dates to matches that include this value
primaryReleaseYear - Filter the results so that only the primary release date year has this value
voteCountGte - Only include movies that are equal to, or have a vote count higher than this value
voteAverageGte - Only include movies that are equal to, or have a higher average rating than this value
withGenres - 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-DD
releaseDateLte - The maximum release to include. Expected format is YYYY-MM-DD
certificationCountry - 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
@@ -1953,8 +1910,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 9a83a1209..7a5653495 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html @@ -2,10 +2,10 @@ - + 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.
@@ -282,8 +277,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.
@@ -314,8 +308,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.
@@ -338,8 +331,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.
@@ -356,8 +348,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.
@@ -365,16 +356,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.
@@ -402,8 +391,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.
@@ -461,57 +449,62 @@ 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.
+TokenAuthorisation +TheMovieDbApi.getSessionTokenLogin(TokenAuthorisation token, + String username, + String password) +
This method is used to generate a session id for user based authentication.
+ + + TmdbResultsList<MovieDb> TheMovieDbApi.getSimilarMovies(int movieId, String language, int page, String... appendToResponse) -
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.
+
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.
+ + + +TmdbResultsList<MovieDb> TheMovieDbApi.getUpcoming(String language, int page)
Get the list of upcoming movies.
- + List<MovieDbList> TheMovieDbApi.getUserLists(String sessionId, int accountID)
Get all lists of a given user
- + List<MovieDb> TheMovieDbApi.getWatchList(String sessionId, int accountId)
Get the list of movies on an accounts watchlist.
- + boolean TheMovieDbApi.isMovieOnList(String listId, Integer movieId)
Check to see if a movie ID is already added to a list.
- + boolean TheMovieDbApi.postMovieRating(String sessionId, Integer movieId, @@ -519,7 +512,7 @@
This method lets users rate a movie.
- + StatusCode TheMovieDbApi.removeFromWatchList(String sessionId, int accountId, @@ -527,7 +520,7 @@
Remove a movie from an accounts watch list.
- + StatusCode TheMovieDbApi.removeMovieFromList(String sessionId, String listId, @@ -535,7 +528,7 @@
This method lets users remove movies from a list that they created.
- + TmdbResultsList<Collection> TheMovieDbApi.searchCollection(String query, String language, @@ -543,21 +536,21 @@
Search for collections by name.
- + TmdbResultsList<Company> TheMovieDbApi.searchCompanies(String companyName, int page)
Search Companies.
- + TmdbResultsList<Keyword> TheMovieDbApi.searchKeyword(String query, int page)
Search for keywords by name
- + TmdbResultsList<MovieList> TheMovieDbApi.searchList(String query, String language, @@ -565,18 +558,17 @@
Search for lists by name and description.
- + TmdbResultsList<MovieDb> TheMovieDbApi.searchMovie(String movieName, int searchYear, 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.
- + TmdbResultsList<Person> TheMovieDbApi.searchPeople(String personName, boolean includeAdult, diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html index 53cfa1c81..2c2bfd70c 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html index c2e6224f1..793382fbf 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html +++ b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html @@ -2,10 +2,10 @@ - + 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 352d85dc4..d2b8b0b58 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html +++ b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html @@ -2,10 +2,10 @@ - + 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 6ffdb5199..bbaa76e84 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Account.html +++ b/apidocs/com/omertron/themoviedbapi/model/Account.html @@ -2,10 +2,10 @@ - + 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 c234d5d07..6bf328154 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html @@ -2,10 +2,10 @@ - + 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 4000aa246..5419e268d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/Artwork.html @@ -2,10 +2,10 @@ - + 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 21ba5d63d..ceaf5f92c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html @@ -2,10 +2,10 @@ - + 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 07f14f44a..6534dd24c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html @@ -2,10 +2,10 @@ - + 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 ec5bc3a58..cb4140acf 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html @@ -2,10 +2,10 @@ - + 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 11bd0454b..5b5fefaf4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html @@ -2,10 +2,10 @@ - + 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 7537591ce..cf52de113 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/Collection.html @@ -2,10 +2,10 @@ - + 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 524472ea4..74f2dcc3c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html @@ -2,10 +2,10 @@ - + 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 a3b673bcc..60bf35c08 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/Company.html @@ -2,10 +2,10 @@ - + 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 0d89a3576..78b6aa692 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Discover.html +++ b/apidocs/com/omertron/themoviedbapi/model/Discover.html @@ -2,10 +2,10 @@ - + 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 0498d5fac..d6597ec0e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/Genre.html @@ -2,10 +2,10 @@ - + 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 38649755f..fe46680d6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html +++ b/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html @@ -2,10 +2,10 @@ - + 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 4a785bb60..9b781292e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/Keyword.html @@ -2,10 +2,10 @@ - + 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 f07c35f35..a2407dc70 100644 --- a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html @@ -2,10 +2,10 @@ - + 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 705756722..73a52b99b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/Language.html @@ -2,10 +2,10 @@ - + 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 da56a0406..b7342ca71 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html @@ -2,10 +2,10 @@ - + 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 0edec2473..dede2e652 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html @@ -2,10 +2,10 @@ - + 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 5ae512233..cebe54d25 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html @@ -2,10 +2,10 @@ - + 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 da035a0cc..bec7f4d80 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html @@ -2,10 +2,10 @@ - + 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 855a869bb..5b4bc2f68 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieList.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieList.html @@ -2,10 +2,10 @@ - + 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 bc4256979..70cf28842 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/Person.html @@ -2,10 +2,10 @@ - + 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 2bdd05716..84df73292 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html @@ -2,10 +2,10 @@ - + 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 565af8772..182316f2f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html @@ -2,10 +2,10 @@ - + 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 407d8591d..dc8653e69 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html @@ -2,10 +2,10 @@ - + 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 5b6ffa687..d56634f9d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonType.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonType.html @@ -2,10 +2,10 @@ - + 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 35c96adaa..03a07a4de 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html @@ -2,10 +2,10 @@ - + 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 d0427cc4b..c306165dd 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html @@ -2,10 +2,10 @@ - + 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 c4a5e43dc..13c979ae4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html @@ -2,10 +2,10 @@ - + 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 406c58940..7133117f7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Reviews.html +++ b/apidocs/com/omertron/themoviedbapi/model/Reviews.html @@ -2,10 +2,10 @@ - + 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 a18bf47e3..680ebabc4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html @@ -2,10 +2,10 @@ - + 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 7ea84d62f..45f8e064b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html @@ -2,10 +2,10 @@ - + 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 4df001a5a..dd0187a6b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html @@ -2,10 +2,10 @@ - + 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 9a51b7475..ae934a088 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html @@ -2,10 +2,10 @@ - + 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 fada60030..2f5de3492 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/Trailer.html @@ -2,10 +2,10 @@ - + 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 bb552e154..1867713a1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/Translation.html @@ -2,10 +2,10 @@ - + 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 a9278db12..ea6496589 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Video.html +++ b/apidocs/com/omertron/themoviedbapi/model/Video.html @@ -2,10 +2,10 @@ - + 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 a32f94aab..b8714c824 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html @@ -2,10 +2,10 @@ - + 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 bc16ddb98..3c52e86e9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html @@ -2,10 +2,10 @@ - + 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 552ad00f5..0da79b332 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html @@ -2,10 +2,10 @@ - + 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 fd53e7695..d8b089e70 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html @@ -2,10 +2,10 @@ - + 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 6ebc671bb..367e7bc44 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html @@ -2,10 +2,10 @@ - + 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 789be8770..d0777c2e9 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 9ecfef835..3647412fa 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 eaeb93abf..ddb0925d8 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 94533ba29..e594068d5 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 273d5489f..687af17a8 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 156c8b8a0..068026b88 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 225138ddd..c1753aeaa 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 891c2beb0..8af6331af 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 1afa839be..5de586488 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 14d54064b..81905bc4c 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 ee886c579..104692f45 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 869f0c94f..2cd2c0211 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 04b2ca091..d288d6c1f 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 f97a66681..e1b8d40b8 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 43caddcea..18839f1de 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 59d79db53..8af073564 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 826ea6882..32a86c4c6 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 5707df12b..a7be71250 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 137f3ee0d..6c15945c5 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 a35605fdc..ea6db2cea 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 0fc7cbeac..c1649b262 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 069fd5973..52679f672 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 16cf59d72..dabd36752 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 29a2014e7..844e48962 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 2b664ad07..c0ec00f69 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 256aa9028..fbfc9a4ce 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.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html index 04d697036..dacce4fe5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html @@ -2,10 +2,10 @@ - + 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 9f0d15209..84d6d4bcc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html @@ -2,10 +2,10 @@ - + 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 7090ee23c..3966fc337 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html @@ -2,10 +2,10 @@ - + 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 0ced39463..300e91f75 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The MovieDB 3.12-SNAPSHOT API) - + @@ -99,8 +99,15 @@ 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.
+ + + +TokenAuthorisation +TheMovieDbApi.getSessionTokenLogin(TokenAuthorisation token, + String username, + String password) +
This method is used to generate a session id for user based authentication.
@@ -115,8 +122,15 @@ 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.
+ + + +TokenAuthorisation +TheMovieDbApi.getSessionTokenLogin(TokenAuthorisation token, + String username, + String password) +
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 78eb3f8ef..a899327a1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html @@ -2,10 +2,10 @@ - + 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 134125962..9a1f6ac75 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html @@ -2,10 +2,10 @@ - + 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 fe4c7895d..4af9a71e3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html @@ -2,10 +2,10 @@ - + 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 3212badcc..8573cce45 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Video.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Video.html @@ -2,10 +2,10 @@ - + 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 9ba5fd544..8221c476e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html @@ -2,10 +2,10 @@ - + 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 9b69d730d..3b40af72a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html @@ -2,10 +2,10 @@ - + 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 8771ec3e1..811742c5a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html @@ -2,10 +2,10 @@ - + 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 7f67c6f3f..39f4bfecf 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html @@ -2,10 +2,10 @@ - + 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 514d96c17..803cfe6d4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html @@ -2,10 +2,10 @@ - + 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 7782d271c..f7c677e8f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html @@ -2,10 +2,10 @@ - + 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 f29cdb456..15119c84b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-frame.html @@ -2,10 +2,10 @@ - + 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 c06572565..3035f8835 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-summary.html @@ -2,10 +2,10 @@ - + 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 312100f31..1653730c3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-tree.html @@ -2,10 +2,10 @@ - + 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 f4dcabdff..3807e245b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-use.html @@ -2,10 +2,10 @@ - + 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 d5f37af5f..9eebf2462 100644 --- a/apidocs/com/omertron/themoviedbapi/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html index cc97832df..086e41f38 100644 --- a/apidocs/com/omertron/themoviedbapi/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-tree.html b/apidocs/com/omertron/themoviedbapi/package-tree.html index 5d8425b40..dd3d6da48 100644 --- a/apidocs/com/omertron/themoviedbapi/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-use.html b/apidocs/com/omertron/themoviedbapi/package-use.html index 50776f4d7..34d67affa 100644 --- a/apidocs/com/omertron/themoviedbapi/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html b/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html index 14dd4005d..88a0fa725 100644 --- a/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html +++ b/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html @@ -2,10 +2,10 @@ - + AbstractResults (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html index 15f1967b4..43b40123a 100644 --- a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html +++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html @@ -2,10 +2,10 @@ - + 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 9a8a8d739..3e8828d8d 100644 --- a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html +++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html @@ -2,10 +2,10 @@ - + 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 91874c2ca..d051316b7 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html @@ -2,10 +2,10 @@ - + 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 0b5493ccb..d8d472614 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html @@ -2,10 +2,10 @@ - + 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 63746312f..0f3f711ad 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html @@ -2,10 +2,10 @@ - + 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 a7fb25889..05f43a139 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.results (API-The MovieDB 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 61c3727fa..ad4074a92 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.results (API-The MovieDB 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 06632388b..13e1b8241 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-tree.html @@ -2,10 +2,10 @@ - + 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 210c1f5e3..3eec7fbed 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-use.html @@ -2,10 +2,10 @@ - + 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 365f7f247..f13f226ea 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html @@ -2,10 +2,10 @@ - + ApiUrl (API-The MovieDB 3.12-SNAPSHOT API) - + @@ -162,20 +162,28 @@ extends static String -PARAM_QUERY  +PARAM_PASSWORD  static String -PARAM_SESSION  +PARAM_QUERY  static String -PARAM_START_DATE  +PARAM_SESSION  static String +PARAM_START_DATE  + + +static String PARAM_TOKEN  + +static String +PARAM_USERNAME  + static String PARAM_VALUE  @@ -453,13 +461,33 @@ extends - diff --git a/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html b/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html index 3415ed4b1..36ceb9733 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html +++ b/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html @@ -2,10 +2,10 @@ - + HttpTools (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html index 6b1b06176..2a605ef4d 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html index f5f987ceb..17940e31e 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.tools.HttpTools (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html index 694b9133e..57c418ee6 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.tools (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html index d4b3d2197..e8ed580fe 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.tools (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html index 64db80794..e1ca9e00d 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-use.html b/apidocs/com/omertron/themoviedbapi/tools/package-use.html index 900c64ea2..63b3c05ad 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html index ca25824ba..8aeff4b52 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html @@ -2,10 +2,10 @@ - + AbstractWrapper (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html index aa568fad6..dbbdb0365 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html @@ -2,10 +2,10 @@ - + AbstractWrapperAll (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html index 3c684c98b..b1702bc11 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html @@ -2,10 +2,10 @@ - + AbstractWrapperId (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html index a343e3fd4..0b3b2b7be 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html @@ -2,10 +2,10 @@ - + IWrapperDates (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html index bf2ec9408..9a2733e73 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html @@ -2,10 +2,10 @@ - + IWrapperId (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html index 213d40060..c8a213b5c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html @@ -2,10 +2,10 @@ - + IWrapperPages (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html index 3a9c38713..3acc4578c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html @@ -2,10 +2,10 @@ - + ResultDates (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html index 8b6fd03c6..afd1bff46 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html @@ -2,10 +2,10 @@ - + WrapperAlternativeTitles (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html index 6b3a2fc4c..8a411ba20 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html @@ -2,10 +2,10 @@ - + WrapperChanges (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html index 86b11bb3e..f18e72550 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html @@ -2,10 +2,10 @@ - + WrapperCollection (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html index 85242005d..49722a55b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html @@ -2,10 +2,10 @@ - + WrapperCompany (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html index 491d38d7b..5485cf0db 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html @@ -2,10 +2,10 @@ - + WrapperCompanyMovies (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html index 71410979d..c4ed992b7 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html @@ -2,10 +2,10 @@ - + WrapperConfig (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html index 3910a6312..4e4c12c86 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html @@ -2,10 +2,10 @@ - + WrapperGenres (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html index 21f7cb278..c23f0aadc 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html @@ -2,10 +2,10 @@ - + WrapperImages (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html index 2cead9863..ad32c1769 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html @@ -2,10 +2,10 @@ - + WrapperJobList (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html index 2d8892e85..64d9f2ced 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html @@ -2,10 +2,10 @@ - + WrapperKeywordMovies (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html index b0c39427c..a0d8aaeab 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html @@ -2,10 +2,10 @@ - + WrapperKeywords (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html index 28998fa95..3e8f6b7d3 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html @@ -2,10 +2,10 @@ - + WrapperMovie (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html index c1eee53cf..a907de00a 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html @@ -2,10 +2,10 @@ - + WrapperMovieCasts (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html index 70cbdccf7..0b04e92d8 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html @@ -2,10 +2,10 @@ - + WrapperMovieChanges (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html index 61531320f..69f4f0203 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html @@ -2,10 +2,10 @@ - + WrapperMovieDbList (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html index ebf4f4232..5aaaf97eb 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html @@ -2,10 +2,10 @@ - + WrapperMovieKeywords (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html index b4961a3b0..fecb17e48 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html @@ -2,10 +2,10 @@ - + WrapperMovieList (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html index 38de89220..333665f43 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html @@ -2,10 +2,10 @@ - + WrapperPerson (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html index 56940f3a3..535ae0953 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html @@ -2,10 +2,10 @@ - + WrapperPersonCredits (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html index d151fa2cf..cc10a12f7 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html @@ -2,10 +2,10 @@ - + WrapperPersonList (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html index 447b454c5..92c94b02c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html @@ -2,10 +2,10 @@ - + WrapperReleaseInfo (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html index 1858e983d..0b2aca062 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html @@ -2,10 +2,10 @@ - + WrapperReviews (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html index eb649c5ac..97ee3b65d 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html @@ -2,10 +2,10 @@ - + WrapperTranslations (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperVideos.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperVideos.html index 81e8e64c1..5041d479f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperVideos.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperVideos.html @@ -2,10 +2,10 @@ - + WrapperVideos (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html index c46869f3f..800b5a028 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapper (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html index 514a4d6f4..fdd61c6dc 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html index 94440f7c4..583be41ab 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperId (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html index 97e1b5d48..d620a2c2c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html @@ -2,10 +2,10 @@ - + Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperDates (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html index b6f2e61e0..427a90231 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html @@ -2,10 +2,10 @@ - + Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperId (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html index b75172cfb..ad8341b27 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html @@ -2,10 +2,10 @@ - + Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperPages (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html index e11237349..79b0a9b4d 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.ResultDates (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html index a2139954b..8a396e61c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html index cbe350746..5102ace61 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperChanges (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html index f9197b83b..19065ad05 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCollection (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html index 68868d91b..c2d181c92 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompany (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html index bb56338ca..f64da3f66 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html index 43f2f5636..1b7160fba 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperConfig (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html index 237f6749a..628b29b1a 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperGenres (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html index 0a7350f5d..39ad0b35e 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperImages (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html index a5f9d8b08..ddf88d83f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperJobList (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html index dc492d252..5c67fb338 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html index 3e2a98341..db84fb607 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywords (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html index 9edc804af..590d8578a 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovie (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html index 3db1080d6..39c1fe618 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieChanges.html index 75d9279c8..11c5934a1 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieChanges.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieChanges (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieDbList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieDbList.html index 5c229135c..db14df8e2 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieDbList.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieDbList (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html index 086bb4eb7..6089770d0 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html index b9dbc1ff0..491cf42a6 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieList (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html index 03be5a942..d28edd709 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPerson (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html index 05b684ed6..8108d83c7 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html index 91121fa8e..7b726ebb8 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonList (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html index 4acb5d0c8..5f04e1a90 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html index 4e9d278cf..45e409eae 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReviews (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html index 6bbca9338..12577361c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTranslations (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperVideos.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperVideos.html index db229e4c3..5ec21214f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperVideos.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperVideos.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperVideos (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html index 326785d69..fd3e59f50 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html index 882a47869..3b1903392 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html index 23da5ca0b..bacb6cc6d 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.wrapper Class Hierarchy (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html index 7fe3cf68f..bb72e12f8 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index db57dd4de..04334683c 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,10 +2,10 @@ - + Constant Field Values (API-The MovieDB 3.12-SNAPSHOT API) - + @@ -155,33 +155,47 @@ "page=" + + +public static final String +PARAM_PASSWORD +"password=" + + public static final String PARAM_QUERY "query=" - + public static final String PARAM_SESSION "session_id=" - + public static final String PARAM_START_DATE "start_date=" - + public static final String PARAM_TOKEN "request_token=" + + + +public static final String +PARAM_USERNAME +"username=" + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 2366c07e2..4000c52d0 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,10 +2,10 @@ - + Deprecated List (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index cdf2bf8e6..4d7263aa4 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,10 +2,10 @@ - + API Help (API-The MovieDB 3.12-SNAPSHOT API) - + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index a27102e4b..ddd61152b 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,10 +2,10 @@ - + Index (API-The MovieDB 3.12-SNAPSHOT API) - + @@ -374,8 +374,7 @@
 
getAuthorisationToken() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
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.
getBackdropPath() - Method in class com.omertron.themoviedbapi.model.Collection
 
@@ -431,15 +430,13 @@
getCollectionInfo(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
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.
getCompanyId() - Method in class com.omertron.themoviedbapi.model.Company
 
getCompanyInfo(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
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.
getCompanyMovies(int, String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -495,13 +492,11 @@
 
getDiscover(int, String, String, boolean, int, int, int, float, String, String, String, String, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
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.
getDiscover(Discover) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
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.
getEnglishName() - Method in class com.omertron.themoviedbapi.model.Translation
 
@@ -675,8 +670,7 @@
 
getMovieAlternativeTitles(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
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.
getMovieCasts(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -694,8 +688,7 @@
 
getMovieImages(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
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.
getMovieInfo(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -707,8 +700,7 @@
getMovieKeywords(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
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.
getMovieList() - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList
 
@@ -720,8 +712,7 @@
 
getMovieReleaseInfo(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
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.
getMovies() - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie
 
@@ -729,13 +720,11 @@
 
getMovieTrailers(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
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.
getMovieTranslations(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
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.
getName() - Method in class com.omertron.themoviedbapi.model.AbstractIdName
 
@@ -817,8 +806,7 @@
 
getPersonCredits(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
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.
getPersonImages(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -948,15 +936,17 @@
 
getSessionToken(TokenAuthorisation) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
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.
+
+
getSessionTokenLogin(TokenAuthorisation, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+
+
This method is used to generate a session id for user based authentication.
getSimilarMovies() - Method in class com.omertron.themoviedbapi.model.MovieDb
 
getSimilarMovies(int, String, int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
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.
getSite() - Method in class com.omertron.themoviedbapi.model.Video
 
@@ -1008,8 +998,7 @@
 
getTopRatedMovies(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
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.
getTotalPages() - Method in class com.omertron.themoviedbapi.results.AbstractResults
 
@@ -1309,6 +1298,8 @@
 
PARAM_PAGE - Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
 
+
PARAM_PASSWORD - Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
+
 
PARAM_QUERY - Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
 
PARAM_SESSION - Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
@@ -1317,6 +1308,8 @@
 
PARAM_TOKEN - Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
 
+
PARAM_USERNAME - Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
+
 
PARAM_VALUE - Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
 
PARAM_YEAR - Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
@@ -1425,8 +1418,7 @@
searchMovie(String, int, String, boolean, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
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.
searchPeople(String, boolean, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
diff --git a/apidocs/index.html b/apidocs/index.html index 97a3dc800..543ca7fef 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,7 +2,7 @@ - + API-The MovieDB 3.12-SNAPSHOT API + + + + + + +
+
com.omertron.themoviedbapi
+

Class TestAccounts

+
+
+ +
+
    +
  • +
    +
    +
    public class TestAccounts
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        tearDownClass

        +
        public static void tearDownClass()
        +
      • +
      + + + + + + + +
        +
      • +

        tearDown

        +
        public void tearDown()
        +
      • +
      + + + +
        +
      • +

        testSessionCreation

        +
        public void testSessionCreation()
        +                         throws MovieDbException
        +
        Test and create a session token for the rest of the tests
        +
        Throws:
        +
        MovieDbException
        +
      • +
      + + + +
        +
      • +

        testAccount

        +
        public void testAccount()
        +                 throws MovieDbException
        +
        Test the account information
        +
        Throws:
        +
        MovieDbException
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        testGetSessionToken

        +
        public void testGetSessionToken()
        +                         throws MovieDbException
        +
        Test of getSessionToken method, of class TheMovieDbApi. + + TODO: Cannot be tested without a HTTP authorisation: + http://help.themoviedb.org/kb/api/user-authentication
        +
        Throws:
        +
        MovieDbException
        +
      • +
      + + + +
        +
      • +

        testGetGuestSessionToken

        +
        public void testGetGuestSessionToken()
        +                              throws MovieDbException
        +
        Test of getGuestSessionToken method, of class TheMovieDbApi.
        +
        Throws:
        +
        MovieDbException
        +
      • +
      + + + +
        +
      • +

        testMovieRating

        +
        public void testMovieRating()
        +                     throws MovieDbException
        +
        Test of postMovieRating method, of class TheMovieDbApi. + + TODO: Cannot be tested without a HTTP authorisation: + http://help.themoviedb.org/kb/api/user-authentication
        +
        Throws:
        +
        MovieDbException
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2012-2015. All Rights Reserved.

+ + diff --git a/testapidocs/com/omertron/themoviedbapi/TestLogger.html b/testapidocs/com/omertron/themoviedbapi/TestLogger.html index 0bffb1969..aa8f9bb83 100644 --- a/testapidocs/com/omertron/themoviedbapi/TestLogger.html +++ b/testapidocs/com/omertron/themoviedbapi/TestLogger.html @@ -2,10 +2,10 @@ - + TestLogger (API-The MovieDB 3.12-SNAPSHOT Test API) - + @@ -36,7 +36,7 @@
@@ -557,9 +499,9 @@ extends

tearDownClass

public static void tearDownClass()
-                          throws Exception
+ throws MovieDbException
Throws:
-
Exception
+
MovieDbException
@@ -590,42 +532,6 @@ extends Test of getConfiguration method, of class TheMovieDbApi.
- - - - - - - - - - - - @@ -971,11 +877,10 @@ extends

testGetUpcoming

public void testGetUpcoming()
-                     throws Exception
+ throws MovieDbException
Test of getUpcoming method, of class TheMovieDbApi.
Throws:
-
MovieDbException
-
Exception
+
MovieDbException
@@ -985,11 +890,10 @@ extends

testGetCollectionImages

public void testGetCollectionImages()
-                             throws Exception
+ throws MovieDbException
Test of getCollectionImages method, of class TheMovieDbApi.
Throws:
-
MovieDbException
-
Exception
+
MovieDbException
@@ -999,11 +903,10 @@ extends

testGetAuthorisationToken

public void testGetAuthorisationToken()
-                               throws Exception
+ throws MovieDbException
Test of getAuthorisationToken method, of class TheMovieDbApi.
Throws:
-
MovieDbException
-
Exception
+
MovieDbException
@@ -1013,14 +916,13 @@ extends

testGetSessionToken

public void testGetSessionToken()
-                         throws Exception
+ throws MovieDbException
Test of getSessionToken method, of class TheMovieDbApi. TODO: Cannot be tested without a HTTP authorisation: http://help.themoviedb.org/kb/api/user-authentication
Throws:
-
MovieDbException
-
Exception
+
MovieDbException
@@ -1030,11 +932,10 @@ extends

testGetGuestSessionToken

public void testGetGuestSessionToken()
-                              throws Exception
+ throws MovieDbException
Test of getGuestSessionToken method, of class TheMovieDbApi.
Throws:
-
MovieDbException
-
Exception
+
MovieDbException
@@ -1044,9 +945,9 @@ extends

testGetMovieLists

public void testGetMovieLists()
-                       throws Exception
+ throws MovieDbException
Throws:
-
Exception
+
MovieDbException
@@ -1056,13 +957,12 @@ extends

testGetMovieChanges

public void testGetMovieChanges()
-                         throws Exception
+ throws MovieDbException
Test of getMovieChanges method,of class TheMovieDbApi TODO: Do not test this until it is fixed
Throws:
-
MovieDbException
-
Exception
+
MovieDbException
@@ -1072,9 +972,9 @@ extends

testGetPersonLatest

public void testGetPersonLatest()
-                         throws Exception
+ throws MovieDbException
Throws:
-
Exception
+
MovieDbException
@@ -1084,11 +984,10 @@ extends

testSearchCollection

public void testSearchCollection()
-                          throws Exception
+ throws MovieDbException
Test of searchCollection method, of class TheMovieDbApi.
Throws:
-
MovieDbException
-
Exception
+
MovieDbException
@@ -1098,11 +997,10 @@ extends

testSearchList

public void testSearchList()
-                    throws Exception
+ throws MovieDbException
Test of searchList method, of class TheMovieDbApi.
Throws:
-
MovieDbException
-
Exception
+
MovieDbException
@@ -1112,40 +1010,10 @@ extends

testSearchKeyword

public void testSearchKeyword()
-                       throws Exception
+ throws MovieDbException
Test of searchKeyword method, of class TheMovieDbApi.
Throws:
-
MovieDbException
-
Exception
- - - - - -
    -
  • -

    testMovieRating

    -
    public void testMovieRating()
    -                     throws Exception
    -
    Test of postMovieRating method, of class TheMovieDbApi. - - TODO: Cannot be tested without a HTTP authorisation: - http://help.themoviedb.org/kb/api/user-authentication
    -
    Throws:
    -
    MovieDbException
    -
    Exception
    -
  • -
- - - -
    -
  • -

    testMovieLists

    -
    public void testMovieLists()
    -                    throws Exception
    -
    Throws:
    -
    Exception
    +
    MovieDbException
@@ -1155,11 +1023,10 @@ extends

testGetPersonChanges

public void testGetPersonChanges()
-                          throws Exception
+ throws MovieDbException
Test of getPersonChanges method, of class TheMovieDbApi.
Throws:
-
MovieDbException
-
Exception
+
MovieDbException
@@ -1169,11 +1036,10 @@ extends

testGetList

public void testGetList()
-                 throws Exception
+ throws MovieDbException
Test of getList method, of class TheMovieDbApi.
Throws:
-
MovieDbException
-
Exception
+
MovieDbException
@@ -1183,11 +1049,10 @@ extends

testGetKeyword

public void testGetKeyword()
-                    throws Exception
+ throws MovieDbException
Test of getKeyword method, of class TheMovieDbApi.
Throws:
-
MovieDbException
-
Exception
+
MovieDbException
@@ -1197,11 +1062,10 @@ extends

testGetKeywordMovies

public void testGetKeywordMovies()
-                          throws Exception
+ throws MovieDbException
Test of getKeywordMovies method, of class TheMovieDbApi.
Throws:
-
MovieDbException
-
Exception
+
MovieDbException
@@ -1211,41 +1075,10 @@ extends

testGetReviews

public void testGetReviews()
-                    throws Exception
+ throws MovieDbException
Test of getReviews method, of class TheMovieDbApi.
Throws:
-
MovieDbException
-
Exception
- - - - - -
    -
  • -

    testCompareMovies_3args

    -
    public void testCompareMovies_3args()
    -
    Test of compareMovies method, of class TheMovieDbApi.
    -
  • -
- - - -
    -
  • -

    testCompareMovies_4args

    -
    public void testCompareMovies_4args()
    -
    Test of compareMovies method, of class TheMovieDbApi.
    -
  • -
- - - -
    -
  • -

    testGetPersonPopular_0args

    -
    public void testGetPersonPopular_0args()
    -
    Test of getPersonPopular method, of class TheMovieDbApi.
    +
    MovieDbException
@@ -1255,39 +1088,10 @@ extends

testGetPersonPopular_int

public void testGetPersonPopular_int()
-                              throws Exception
+ throws MovieDbException
Test of getPersonPopular method, of class TheMovieDbApi.
Throws:
-
MovieDbException
-
Exception
- - - - - -
    -
  • -

    testGetGenreMovies_3args

    -
    public void testGetGenreMovies_3args()
    -                              throws Exception
    -
    Test of getGenreMovies method, of class TheMovieDbApi.
    -
    Throws:
    -
    MovieDbException
    -
    Exception
    -
  • -
- - - -
    -
  • -

    testGetGenreMovies_4args

    -
    public void testGetGenreMovies_4args()
    -                              throws Exception
    -
    Test of getGenreMovies method, of class TheMovieDbApi.
    -
    Throws:
    -
    MovieDbException
    -
    Exception
    +
    MovieDbException
@@ -1297,11 +1101,10 @@ extends

testGetMovieChangesList

public void testGetMovieChangesList()
-                             throws Exception
+ throws MovieDbException
Test of getMovieChangesList method, of class TheMovieDbApi.
Throws:
-
MovieDbException
-
Exception
+
MovieDbException
@@ -1311,11 +1114,10 @@ extends

testGetPersonChangesList

public void testGetPersonChangesList()
-                              throws Exception
+ throws MovieDbException
Test of getPersonChangesList method, of class TheMovieDbApi.
Throws:
-
MovieDbException
-
Exception
+
MovieDbException
@@ -1325,25 +1127,10 @@ extends

testGetJobs

public void testGetJobs()
-                 throws Exception
+ throws MovieDbException
Test of getJobs method, of class TheMovieDbApi.
Throws:
-
MovieDbException
-
Exception
- - - - - -
    -
  • -

    testGetDiscover_14args

    -
    public void testGetDiscover_14args()
    -                            throws Exception
    -
    Test of getDiscover method, of class TheMovieDbApi.
    -
    Throws:
    -
    MovieDbException
    -
    Exception
    +
    MovieDbException
@@ -1353,11 +1140,10 @@ extends

testGetDiscover_Discover

public void testGetDiscover_Discover()
-                              throws Exception
+ throws MovieDbException
Test of getDiscover method, of class TheMovieDbApi.
Throws:
-
MovieDbException
-
Exception
+
MovieDbException
diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/TestAccounts.html b/testapidocs/com/omertron/themoviedbapi/class-use/TestAccounts.html new file mode 100644 index 000000000..d1a9cbbd7 --- /dev/null +++ b/testapidocs/com/omertron/themoviedbapi/class-use/TestAccounts.html @@ -0,0 +1,115 @@ + + + + + + +Uses of Class com.omertron.themoviedbapi.TestAccounts (API-The MovieDB 3.12-SNAPSHOT Test API) + + + + + + + + + + +
+

Uses of Class
com.omertron.themoviedbapi.TestAccounts

+
+
No usage of com.omertron.themoviedbapi.TestAccounts
+ + + + +

Copyright © 2012-2015. All Rights Reserved.

+ + diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html b/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html index 91db5df0e..b54223a05 100644 --- a/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html +++ b/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.TestLogger (API-The MovieDB 3.12-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html b/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html index e128b24b5..18ee555eb 100644 --- a/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html +++ b/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.TheMovieDbApiTest (API-The MovieDB 3.12-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/package-frame.html b/testapidocs/com/omertron/themoviedbapi/package-frame.html index b03e4943e..495190405 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-frame.html +++ b/testapidocs/com/omertron/themoviedbapi/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi (API-The MovieDB 3.12-SNAPSHOT Test API) - + @@ -13,6 +13,7 @@

Classes

diff --git a/testapidocs/com/omertron/themoviedbapi/package-summary.html b/testapidocs/com/omertron/themoviedbapi/package-summary.html index c72e6aaba..a854cfb6e 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-summary.html +++ b/testapidocs/com/omertron/themoviedbapi/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi (API-The MovieDB 3.12-SNAPSHOT Test API) - + @@ -76,10 +76,14 @@ -TestLogger +TestAccounts   +TestLogger +  + + TheMovieDbApiTest
Test cases for TheMovieDbApi API
diff --git a/testapidocs/com/omertron/themoviedbapi/package-tree.html b/testapidocs/com/omertron/themoviedbapi/package-tree.html index bb6953341..14232b3b7 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-tree.html +++ b/testapidocs/com/omertron/themoviedbapi/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.12-SNAPSHOT Test API) - + @@ -70,6 +70,7 @@
  • java.lang.Object diff --git a/testapidocs/com/omertron/themoviedbapi/package-use.html b/testapidocs/com/omertron/themoviedbapi/package-use.html index 930b76dd4..610d52794 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-use.html +++ b/testapidocs/com/omertron/themoviedbapi/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.12-SNAPSHOT Test API) - + diff --git a/testapidocs/constant-values.html b/testapidocs/constant-values.html index 7f2f8c50f..61206d6a5 100644 --- a/testapidocs/constant-values.html +++ b/testapidocs/constant-values.html @@ -2,10 +2,10 @@ - + Constant Field Values (API-The MovieDB 3.12-SNAPSHOT Test API) - + diff --git a/testapidocs/deprecated-list.html b/testapidocs/deprecated-list.html index 5309c2521..65f3118e7 100644 --- a/testapidocs/deprecated-list.html +++ b/testapidocs/deprecated-list.html @@ -2,10 +2,10 @@ - + Deprecated List (API-The MovieDB 3.12-SNAPSHOT Test API) - + diff --git a/testapidocs/help-doc.html b/testapidocs/help-doc.html index a19632dde..d6ca3a7d9 100644 --- a/testapidocs/help-doc.html +++ b/testapidocs/help-doc.html @@ -2,10 +2,10 @@ - + API Help (API-The MovieDB 3.12-SNAPSHOT Test API) - + diff --git a/testapidocs/index-all.html b/testapidocs/index-all.html index ae9c51ff0..f3b9fe2eb 100644 --- a/testapidocs/index-all.html +++ b/testapidocs/index-all.html @@ -2,10 +2,10 @@ - + Index (API-The MovieDB 3.12-SNAPSHOT Test API) - + @@ -97,8 +97,12 @@
    Save properties to a file
    +
    setUp() - Method in class com.omertron.themoviedbapi.TestAccounts
    +
     
    setUp() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
     
    +
    setUpClass() - Static method in class com.omertron.themoviedbapi.TestAccounts
    +
     
    setUpClass() - Static method in class com.omertron.themoviedbapi.TheMovieDbApiTest
     
    @@ -107,20 +111,22 @@

    T

    +
    tearDown() - Method in class com.omertron.themoviedbapi.TestAccounts
    +
     
    tearDown() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
     
    +
    tearDownClass() - Static method in class com.omertron.themoviedbapi.TestAccounts
    +
     
    tearDownClass() - Static method in class com.omertron.themoviedbapi.TheMovieDbApiTest
     
    -
    testAccount() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
    +
    testAccount() - Method in class com.omertron.themoviedbapi.TestAccounts
    +
    +
    Test the account information
    +
    +
    TestAccounts - Class in com.omertron.themoviedbapi
    +
     
    +
    TestAccounts() - Constructor for class com.omertron.themoviedbapi.TestAccounts
     
    -
    testCompareMovies_3args() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
    -
    -
    Test of compareMovies method, of class TheMovieDbApi.
    -
    -
    testCompareMovies_4args() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
    -
    -
    Test of compareMovies method, of class TheMovieDbApi.
    -
    testConfiguration() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
    Test of getConfiguration method, of class TheMovieDbApi.
    @@ -129,7 +135,7 @@
    Test of createImageUrl method, of class TheMovieDbApi.
    -
    testFavorites() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
    +
    testFavorites() - Method in class com.omertron.themoviedbapi.TestAccounts
     
    testGetAuthorisationToken() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
    @@ -151,10 +157,6 @@
    Test of getCompanyMovies method, of class TheMovieDbApi.
    -
    testGetDiscover_14args() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
    -
    -
    Test of getDiscover method, of class TheMovieDbApi.
    -
    testGetDiscover_Discover() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
    Test of getDiscover method, of class TheMovieDbApi.
    @@ -167,13 +169,9 @@
    Test of getGenreMovies method, of class TheMovieDbApi.
    -
    testGetGenreMovies_3args() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
    +
    testGetGuestSessionToken() - Method in class com.omertron.themoviedbapi.TestAccounts
    -
    Test of getGenreMovies method, of class TheMovieDbApi.
    -
    -
    testGetGenreMovies_4args() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
    -
    -
    Test of getGenreMovies method, of class TheMovieDbApi.
    +
    Test of getGuestSessionToken method, of class TheMovieDbApi.
    testGetGuestSessionToken() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
    @@ -273,10 +271,6 @@
    testGetPersonLatest() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
     
    -
    testGetPersonPopular_0args() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
    -
    -
    Test of getPersonPopular method, of class TheMovieDbApi.
    -
    testGetPersonPopular_int() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
    Test of getPersonPopular method, of class TheMovieDbApi.
    @@ -289,6 +283,10 @@
    Test of getReviews method, of class TheMovieDbApi.
    +
    testGetSessionToken() - Method in class com.omertron.themoviedbapi.TestAccounts
    +
    +
    Test of getSessionToken method, of class TheMovieDbApi.
    +
    testGetSessionToken() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
    Test of getSessionToken method, of class TheMovieDbApi.
    @@ -307,9 +305,9 @@
    TestLogger - Class in com.omertron.themoviedbapi
     
    -
    testMovieLists() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
    +
    testMovieLists() - Method in class com.omertron.themoviedbapi.TestAccounts
     
    -
    testMovieRating() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
    +
    testMovieRating() - Method in class com.omertron.themoviedbapi.TestAccounts
    Test of postMovieRating method, of class TheMovieDbApi.
    @@ -337,7 +335,11 @@
    Test of searchPeople method, of class TheMovieDbApi.
    -
    testWatchList() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
    +
    testSessionCreation() - Method in class com.omertron.themoviedbapi.TestAccounts
    +
    +
    Test and create a session token for the rest of the tests
    +
    +
    testWatchList() - Method in class com.omertron.themoviedbapi.TestAccounts
     
    TheMovieDbApiTest - Class in com.omertron.themoviedbapi
    diff --git a/testapidocs/index.html b/testapidocs/index.html index 9d3d7f285..f956efeed 100644 --- a/testapidocs/index.html +++ b/testapidocs/index.html @@ -2,7 +2,7 @@ - + API-The MovieDB 3.12-SNAPSHOT Test API