diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index d2c8f86c7..aee8b906e 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - - + + All Classes (API-The MovieDB 3.12-SNAPSHOT API) - + @@ -31,6 +31,7 @@
  • Company
  • Discover
  • Genre
  • +
  • HttpTools
  • IWrapperDates
  • IWrapperId
  • IWrapperPages
  • @@ -64,7 +65,7 @@
  • TokenSession
  • Trailer
  • Translation
  • -
  • WebBrowser
  • +
  • Video
  • WrapperAlternativeTitles
  • WrapperChanges
  • WrapperCollection
  • @@ -87,8 +88,8 @@
  • WrapperPersonList
  • WrapperReleaseInfo
  • WrapperReviews
  • -
  • WrapperTrailers
  • WrapperTranslations
  • +
  • WrapperVideos
  • diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 7c08c96c8..33ba51b1d 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - - + + All Classes (API-The MovieDB 3.12-SNAPSHOT API) - + @@ -31,6 +31,7 @@
  • Company
  • Discover
  • Genre
  • +
  • HttpTools
  • IWrapperDates
  • IWrapperId
  • IWrapperPages
  • @@ -64,7 +65,7 @@
  • TokenSession
  • Trailer
  • Translation
  • -
  • WebBrowser
  • +
  • Video
  • WrapperAlternativeTitles
  • WrapperChanges
  • WrapperCollection
  • @@ -87,8 +88,8 @@
  • WrapperPersonList
  • WrapperReleaseInfo
  • WrapperReviews
  • -
  • WrapperTrailers
  • WrapperTranslations
  • +
  • WrapperVideos
  • diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.html index 464c14aa1..6a3340f56 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 b12d9100a..7f5405739 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,7 +101,8 @@ 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
    @@ -127,8 +128,8 @@ extends -TheMovieDbApi(String apiKey, - org.yamj.api.common.http.CommonHttpClient httpClient) +TheMovieDbApi(String apiKey, + org.apache.http.impl.client.CloseableHttpClient httpClient)
    API for The Movie Db.
    @@ -240,7 +241,8 @@ 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.
    @@ -254,13 +256,15 @@ 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.
    @@ -280,7 +284,8 @@ 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.
    @@ -299,7 +304,8 @@ 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,7 +369,8 @@ 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.
    @@ -394,7 +401,8 @@ 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.
    @@ -417,7 +425,8 @@ 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.
    @@ -434,22 +443,25 @@ 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.
    -TmdbResultsList<Trailer> +TmdbResultsList<Video> 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.
    @@ -477,7 +489,8 @@ 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.
    @@ -535,7 +548,8 @@ 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.
    @@ -544,14 +558,16 @@ extends String language, int page, String... appendToResponse) -
    The similar movies method will let you retrieve the similar movies for a particular movie.
    +
    The similar movies method will let you retrieve the similar movies for a + particular movie.
    TmdbResultsList<MovieDb> getTopRatedMovies(String language, int page) -
    This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
    +
    This method is used to retrieve the top rated movies that have over 10 + votes on TMDb.
    @@ -643,7 +659,8 @@ extends String language, boolean includeAdult, int page) -
    Search Movies This is a good starting point to start finding movies on TMDb.
    +
    Search Movies This is a good starting point to start finding movies on + TMDb.
    @@ -654,22 +671,6 @@ extends This is a good starting point to start finding people on TMDb. - -void -setProxy(String host, - int port, - String username, - String password) -
    Set the proxy information
    - - - -void -setTimeout(int connect, - int read) -
    Set the connection and read time out values
    - - - + - - - - - - - - @@ -792,7 +767,8 @@ 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.
    @@ -846,13 +822,16 @@ 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
    @@ -866,7 +845,8 @@ 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 -
    @@ -885,14 +865,18 @@ 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
    @@ -906,7 +890,8 @@ 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:
    @@ -989,7 +974,8 @@ extends Parameters:
    movieId -
    language -
    appendToResponse -
    Returns:
    Throws:
    @@ -1010,7 +996,8 @@ extends
    Parameters:
    imdbId -
    language -
    appendToResponse -
    Returns:
    Throws:
    @@ -1027,7 +1014,8 @@ 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:
    @@ -1062,7 +1050,8 @@ 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:
    @@ -1078,7 +1067,8 @@ 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 -
    @@ -1097,7 +1087,8 @@ 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:
    @@ -1110,11 +1101,12 @@ extends
  • getMovieTrailers

    -
    public TmdbResultsList<Trailer> getMovieTrailers(int movieId,
    -                                        String language,
    -                                        String... appendToResponse)
    -                                          throws MovieDbException
    -
    This method is used to retrieve all of the trailers for a particular movie. +
    public TmdbResultsList<Video> getMovieTrailers(int movieId,
    +                                      String language,
    +                                      String... appendToResponse)
    +                                        throws MovieDbException
    +
    This method is used to retrieve all of the trailers for a particular + movie. Supported sites are YouTube and QuickTime.
    Parameters:
    movieId -
    language -
    appendToResponse -
    @@ -1132,7 +1124,8 @@ 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:
    @@ -1150,9 +1143,11 @@ 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 -
    @@ -1210,11 +1205,13 @@ 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:
    @@ -1266,7 +1263,8 @@ 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 -
    @@ -1304,7 +1302,8 @@ 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. @@ -1359,9 +1358,11 @@ 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:
    @@ -1411,7 +1412,8 @@ 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 -
    @@ -1451,7 +1453,8 @@ extends Parameters:
    personId -
    startDate -
    endDate -
    @@ -1514,7 +1517,8 @@ 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:
    @@ -1533,7 +1537,8 @@ 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 -
    @@ -1572,9 +1577,11 @@ 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:
    @@ -1593,8 +1600,11 @@ 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
    @@ -1629,7 +1639,8 @@ 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:
    @@ -1664,8 +1675,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 -
    @@ -1764,7 +1775,8 @@ 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:
    @@ -1781,7 +1793,8 @@ 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:
    @@ -1813,7 +1826,8 @@ 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:
    @@ -1862,10 +1876,12 @@ 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:
    @@ -1919,16 +1935,28 @@ 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
    @@ -1942,7 +1970,8 @@ 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 948019082..ee9b50c9c 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,7 +160,8 @@ 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.
    @@ -174,13 +175,15 @@ 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.
    @@ -194,7 +197,8 @@ 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.
    @@ -213,7 +217,8 @@ 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.
    @@ -277,7 +282,8 @@ 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.
    @@ -308,7 +314,8 @@ 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.
    @@ -331,7 +338,8 @@ 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.
    @@ -348,22 +356,25 @@ 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.
    -TmdbResultsList<Trailer> +TmdbResultsList<Video> 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.
    @@ -391,7 +402,8 @@ 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.
    @@ -449,7 +461,8 @@ 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.
    @@ -458,14 +471,16 @@ 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.
    @@ -557,7 +572,8 @@ 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.
    @@ -582,8 +598,8 @@ -TheMovieDbApi(String apiKey, - org.yamj.api.common.http.CommonHttpClient httpClient) +TheMovieDbApi(String apiKey, + org.apache.http.impl.client.CloseableHttpClient httpClient)
    API for The Movie Db.
    @@ -602,27 +618,23 @@ -static URLConnection -WebBrowser.openProxiedConnection(URL url)  +String +HttpTools.deleteRequest(URL url) +
    Execute a DELETE on the URL
    + -static String -WebBrowser.request(String url)  +String +HttpTools.getRequest(URL url) +
    GET data from the URL
    + -static String -WebBrowser.request(URL url)  - - -static String -WebBrowser.request(URL url, - String jsonBody)  - - -static String -WebBrowser.request(URL url, - String jsonBody, - boolean isDeleteRequest)  +String +HttpTools.postRequest(URL url, + String jsonBody) +
    POST content to the URL with the specified body
    + diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html index 2fda522c3..8cfce74dc 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 302ff4612..5f9fd148d 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 581280f04..be2b15243 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) - + @@ -101,7 +101,7 @@
    Direct Known Subclasses:
    -
    AbstractIdName, AbstractWrapper, Account, Artwork, ChangedItem, ChangedMovie, Collection, CollectionInfo, Company, JobDepartment, KeywordMovie, Language, ListItemStatus, MovieDb, MovieDbList, MovieList, Person, PersonCast, PersonCredit, PersonCrew, ProductionCountry, ReleaseInfo, Reviews, StatusCode, TmdbConfiguration, TokenAuthorisation, TokenSession, Trailer, Translation
    +
    AbstractIdName, AbstractWrapper, Account, Artwork, ChangedItem, ChangedMovie, Collection, CollectionInfo, Company, JobDepartment, KeywordMovie, Language, ListItemStatus, MovieDb, MovieDbList, MovieList, Person, PersonCast, PersonCredit, PersonCrew, ProductionCountry, ReleaseInfo, Reviews, StatusCode, TmdbConfiguration, TokenAuthorisation, TokenSession, Trailer, Translation, Video


    diff --git a/apidocs/com/omertron/themoviedbapi/model/Account.html b/apidocs/com/omertron/themoviedbapi/model/Account.html index 97ebbddcc..d8fa489f8 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 bc8ac4d04..b40ce532b 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 d4f2b0f53..7cd938fe4 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 a645ca2f3..2c88d31fb 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 7fa6887ff..09a169e63 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 9c17f01cc..5a0255bf0 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 8b7d1aeca..42acc8d5f 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 dc56f9519..8afc51c54 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 115a99aa3..f2f69cbd6 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 0cd6edd9e..163ed2200 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 e70627199..f9959a373 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 eec921ff3..9c4bee977 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 7edf3bc62..2b8907930 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 807aa6e48..7695cf8dd 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 5a31ac040..2034ce921 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 79cd5663f..ddb0a4f0e 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 5cc14c761..5fadc76b0 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 1f086d6a6..f5a615179 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) - + @@ -205,72 +205,72 @@ extends String -getOriginalTitle()  +getOriginalLanguage()  String +getOriginalTitle()  + + +String getOverview()  - + float getPopularity()  - + String getPosterPath()  - + List<ProductionCompany> getProductionCompanies()  - + List<ProductionCountry> getProductionCountries()  - + String getReleaseDate()  - + List<ReleaseInfo> getReleases()  - + long getRevenue()  - + List<Reviews> getReviews()  - + int getRuntime()  - + List<MovieDb> getSimilarMovies()  - + List<Language> getSpokenLanguages()  - + String getStatus()  - + String getTagline()  - + String getTitle()  - -List<Trailer> -getTrailers()  - List<Translation> getTranslations()  @@ -284,73 +284,81 @@ extends getVideo()  +List<Video> +getVideos()  + + float getVoteAverage()  - + int getVoteCount()  - + int hashCode()  - + boolean isAdult()  - + void setAdult(boolean adult)  - + void setAlternativeTitles(WrapperAlternativeTitles alternativeTitles)  - + void setBackdropPath(String backdropPath)  - + void setBelongsToCollection(Collection belongsToCollection)  - + void setBudget(long budget)  - + void setCasts(WrapperMovieCasts casts)  - + void setGenres(List<Genre> genres)  - + void setHomepage(String homepage)  - + void setId(int id)  - + void setImages(WrapperImages images)  - + void setImdbID(String imdbID)  - + void setKeywords(WrapperMovieKeywords keywords)  - + void setLists(WrapperMovieList lists)  + +void +setOriginalLanguage(String originalLanguage)  + void setOriginalTitle(String originalTitle)  @@ -417,7 +425,7 @@ extends void -setTrailers(WrapperTrailers trailers)  +setTrailers(WrapperVideos trailers)  void @@ -710,6 +718,15 @@ extends Boolean getVideo()
  • + + + +
      +
    • +

      getOriginalLanguage

      +
      public String getOriginalLanguage()
      +
    • +
    @@ -935,6 +952,15 @@ extends Boolean video) + + + +
      +
    • +

      setOriginalLanguage

      +
      public void setOriginalLanguage(String originalLanguage)
      +
    • +
    @@ -989,13 +1015,13 @@ extends List<ReleaseInfo> getReleases() - + @@ -1079,13 +1105,13 @@ extends WrapperReleaseInfo releases) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html index cdda86153..2ccbdb062 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 7cdf19a16..33ac8633c 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 227affb6c..63ab9c6af 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 f2a0efb1f..a077eb7f1 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 c9ee03e37..62fe77516 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 0a4d20598..c2ad2265b 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 137694ae6..ec88d3a73 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 00f4f90d9..3db80cdc1 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 d155a3f52..0ae1eaabd 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 cb54272fa..e5535f5a0 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 7e4010941..a99f4e144 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 a2b143033..20027a4e1 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 2a354d9f8..eefc8b173 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 f22ce1776..161c9f4a9 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 19869866b..e649e455d 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 4b8615c6b..2bb78ee54 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 40d48e82a..ffa1294e1 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) - + @@ -63,13 +63,13 @@ @@ -108,6 +108,7 @@
    public class Trailer
     extends AbstractJsonMapping
    +
    Trailer specific information from the "Append to Response" method
    Author:
    Stuart
    See Also:
    Serialized Form
    @@ -117,29 +118,6 @@ extends - - - -
      -
    • -

      setLanguage

      -
      public void setLanguage(String language)
      -
    • -
    @@ -511,13 +383,13 @@ extends
  • Summary: 
  • Nested | 
  • -
  • Field | 
  • +
  • Field | 
  • Constr | 
  • Method
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/Translation.html b/apidocs/com/omertron/themoviedbapi/model/Translation.html index fb58655fa..8fbc304dd 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) - + @@ -38,7 +38,7 @@
    Direct Known Subclasses:
    -
    AbstractWrapperAll, WrapperAlternativeTitles, WrapperMovieCasts, WrapperMovieKeywords, WrapperReleaseInfo, WrapperTrailers, WrapperTranslations
    +
    AbstractWrapperAll, WrapperAlternativeTitles, WrapperMovieCasts, WrapperMovieKeywords, WrapperReleaseInfo, WrapperTranslations, WrapperVideos


    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html index f8c2b8623..e14c15184 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 b9058265c..3cc08d4b6 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) - + @@ -89,7 +89,7 @@
  • All Known Implementing Classes:
    -
    AbstractWrapperAll, AbstractWrapperId, WrapperAlternativeTitles, WrapperCollection, WrapperCompany, WrapperCompanyMovies, WrapperImages, WrapperKeywordMovies, WrapperKeywords, WrapperMovie, WrapperMovieCasts, WrapperMovieChanges, WrapperMovieDbList, WrapperMovieKeywords, WrapperMovieList, WrapperPerson, WrapperPersonCredits, WrapperPersonList, WrapperReleaseInfo, WrapperReviews, WrapperTrailers, WrapperTranslations
    +
    AbstractWrapperAll, AbstractWrapperId, WrapperAlternativeTitles, WrapperCollection, WrapperCompany, WrapperCompanyMovies, WrapperImages, WrapperKeywordMovies, WrapperKeywords, WrapperMovie, WrapperMovieCasts, WrapperMovieChanges, WrapperMovieDbList, WrapperMovieKeywords, WrapperMovieList, WrapperPerson, WrapperPersonCredits, WrapperPersonList, WrapperReleaseInfo, WrapperReviews, WrapperTranslations, WrapperVideos


    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html index e36c7d652..71b7b659e 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 af26909fd..7c469cc19 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 d59586291..f5351193a 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 922a9e845..cc650c241 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 c6250b41c..921bf9398 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 8f9187ffc..f54329c41 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 e9268f5b4..e109eaa7c 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 83de8fa11..cf6a68319 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 087da75c8..af95ade1c 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 db7a13b75..14ddd6427 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 8b8ecb59f..8e94017bb 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 04dd8a9b2..4d6d74fa4 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 f18e4f7e8..a2bf3a417 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 4249b887d..06ec0526c 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 972a5c0c2..edf6a9e71 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 22e23fd46..4cb139ea0 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 5e636804a..7334e1f01 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 18cc3c5b6..c500a0ede 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 58fffc790..32be416df 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 9eda5064a..d02f57605 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 4b96ecc1d..6290f3958 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 a06f6c35e..743e28ecc 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 965efa080..1b58ce91e 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 8c19f6b4b..72c270637 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) - + @@ -38,7 +38,7 @@ diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html index 4f2c4cf09..239c315d9 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) - + @@ -210,11 +210,11 @@   -WrapperTrailers +WrapperTranslations   -WrapperTranslations +WrapperVideos   diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html index cbed942d2..b2eabb091 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) - + @@ -103,8 +103,8 @@
  • com.omertron.themoviedbapi.wrapper.WrapperMovieCasts (implements java.io.Serializable)
  • com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords (implements java.io.Serializable)
  • com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (implements java.io.Serializable)
  • -
  • com.omertron.themoviedbapi.wrapper.WrapperTrailers (implements java.io.Serializable)
  • com.omertron.themoviedbapi.wrapper.WrapperTranslations (implements java.io.Serializable)
  • +
  • com.omertron.themoviedbapi.wrapper.WrapperVideos (implements java.io.Serializable)
  • com.omertron.themoviedbapi.wrapper.WrapperConfig
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html index 0a96fef5f..86ad52ccc 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) - + @@ -125,10 +125,10 @@ WrapperReviews  -WrapperTrailers  +WrapperTranslations  -WrapperTranslations  +WrapperVideos  diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 4ddc61674..5157dc3cc 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) - + @@ -77,34 +77,6 @@ -