diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 1328a3ea1..33976275f 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes (API-The MovieDB 3.12-SNAPSHOT API) @@ -45,6 +45,7 @@
  • MovieDbList
  • MovieDbListStatus
  • MovieList
  • +
  • Param
  • Person
  • PersonCast
  • PersonCredit
  • @@ -59,6 +60,7 @@
  • StatusCode
  • TheMovieDbApi
  • TmdbConfiguration
  • +
  • TmdbParameters
  • TmdbResultsList
  • TmdbResultsMap
  • TokenAuthorisation
  • diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index dbc590563..8cecdf01b 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,7 +2,7 @@ - + All Classes (API-The MovieDB 3.12-SNAPSHOT API) @@ -45,6 +45,7 @@
  • MovieDbList
  • MovieDbListStatus
  • MovieList
  • +
  • Param
  • Person
  • PersonCast
  • PersonCredit
  • @@ -59,6 +60,7 @@
  • StatusCode
  • TheMovieDbApi
  • TmdbConfiguration
  • +
  • TmdbParameters
  • TmdbResultsList
  • TmdbResultsMap
  • TokenAuthorisation
  • diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.html index 0af2769a7..1ed7834e3 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.html @@ -2,7 +2,7 @@ - + MovieDbException (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html index 0b4d911f7..51f92070b 100644 --- a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html @@ -2,7 +2,7 @@ - + TheMovieDbApi (API-The MovieDB 3.12-SNAPSHOT API) @@ -101,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
    @@ -234,7 +235,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.
    @@ -248,13 +250,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.
    @@ -274,7 +278,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.
    @@ -293,13 +298,16 @@ 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.
    List<MovieDb> getFavoriteMovies(String sessionId, - int accountId)  + int accountId) +
    Get the account favourite movies
    + TmdbResultsList<Genre> @@ -357,7 +365,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.
    @@ -388,7 +397,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.
    @@ -411,7 +421,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.
    @@ -428,7 +439,8 @@ 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.
    @@ -436,14 +448,16 @@ 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.
    @@ -471,7 +485,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.
    @@ -529,7 +544,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.
    @@ -537,7 +553,8 @@ extends getSessionTokenLogin(TokenAuthorisation token, String username, String password) -
    This method is used to generate a session id for user based authentication.
    +
    This method is used to generate a session id for user based + authentication.
    @@ -546,14 +563,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.
    @@ -645,7 +664,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.
    @@ -741,7 +761,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.
    @@ -795,13 +816,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
    @@ -815,7 +839,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 -
    @@ -834,7 +859,8 @@ extends String username, String password) throws MovieDbException -
    This method is used to generate a session id for user based authentication. User must provide their username and password +
    This method is used to generate a session id for user based + authentication. User must provide their username and password A session id is required in order to use any of the write methods.
    Parameters:
    token - Session token
    username - User's username
    password - User's password
    @@ -853,14 +879,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
    @@ -874,7 +904,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:
    @@ -890,7 +921,10 @@ extends List<MovieDb> getFavoriteMovies(String sessionId, int accountId) throws MovieDbException -
    Throws:
    +
    Get the account favourite movies
    +
    Parameters:
    sessionId -
    accountId -
    +
    Returns:
    +
    Throws:
    MovieDbException
    @@ -957,7 +991,8 @@ extends Parameters:
    movieId -
    language -
    appendToResponse -
    Returns:
    Throws:
    @@ -978,7 +1013,8 @@ extends
    Parameters:
    imdbId -
    language -
    appendToResponse -
    Returns:
    Throws:
    @@ -995,7 +1031,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:
    @@ -1030,7 +1067,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:
    @@ -1046,7 +1084,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 -
    @@ -1065,7 +1104,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:
    @@ -1082,7 +1122,8 @@ 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 -
    @@ -1100,7 +1141,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:
    @@ -1118,9 +1160,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 -
    @@ -1178,11 +1222,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:
    @@ -1234,7 +1280,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 -
    @@ -1272,7 +1319,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. @@ -1327,9 +1375,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:
    @@ -1379,7 +1429,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 -
    @@ -1419,7 +1470,8 @@ extends Parameters:
    personId -
    startDate -
    endDate -
    @@ -1482,7 +1534,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:
    @@ -1501,7 +1554,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 -
    @@ -1540,9 +1594,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:
    @@ -1561,8 +1617,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
    @@ -1597,7 +1656,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:
    @@ -1632,8 +1692,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 -
    @@ -1732,7 +1792,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:
    @@ -1749,7 +1810,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:
    @@ -1781,7 +1843,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:
    @@ -1830,10 +1893,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:
    @@ -1887,16 +1952,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
    @@ -1910,7 +1987,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 2c0a830ab..1d63b31d1 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 3.12-SNAPSHOT API) @@ -160,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,13 +217,16 @@ 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.
    List<MovieDb> TheMovieDbApi.getFavoriteMovies(String sessionId, - int accountId)  + int accountId) +
    Get the account favourite movies
    + TmdbResultsList<Genre> @@ -277,7 +284,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 +316,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 +340,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,7 +358,8 @@ 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.
    @@ -356,14 +367,16 @@ 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 +404,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 +463,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.
    @@ -457,7 +472,8 @@ TheMovieDbApi.getSessionTokenLogin(TokenAuthorisation token, String username, String password) -
    This method is used to generate a session id for user based authentication.
    +
    This method is used to generate a session id for user based + authentication.
    @@ -466,14 +482,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.
    @@ -565,7 +583,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.
    diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html index 1b01740d8..3e146b39a 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html index 53b528be6..146e71169 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html +++ b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html @@ -2,7 +2,7 @@ - + AbstractIdName (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html index 156324ea2..0d6d7f980 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html +++ b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html @@ -2,7 +2,7 @@ - + AbstractJsonMapping (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Account.html b/apidocs/com/omertron/themoviedbapi/model/Account.html index eb62f6b15..52b5cd56b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Account.html +++ b/apidocs/com/omertron/themoviedbapi/model/Account.html @@ -2,7 +2,7 @@ - + Account (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html index 43e01e5c4..f3344f8ad 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html @@ -2,7 +2,7 @@ - + AlternativeTitle (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/Artwork.html index 41bc7c663..8cbaa93bd 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/Artwork.html @@ -2,7 +2,7 @@ - + Artwork (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html index e6a5f0200..07ae23694 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html @@ -2,7 +2,7 @@ - + ArtworkType (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html index 3f2c1404d..62786b3a0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html @@ -2,7 +2,7 @@ - + ChangeKeyItem (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html index b8b31654c..e5ff7cdae 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html @@ -2,7 +2,7 @@ - + ChangedItem (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html index 3a542773f..b1f245132 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html @@ -2,7 +2,7 @@ - + ChangedMovie (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Collection.html b/apidocs/com/omertron/themoviedbapi/model/Collection.html index b423ffb9a..2feae8b00 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/Collection.html @@ -2,7 +2,7 @@ - + Collection (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html index c42ba2b19..7465d4732 100644 --- a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html @@ -2,7 +2,7 @@ - + CollectionInfo (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Company.html b/apidocs/com/omertron/themoviedbapi/model/Company.html index 78567b762..d479975c1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/Company.html @@ -2,7 +2,7 @@ - + Company (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Discover.html b/apidocs/com/omertron/themoviedbapi/model/Discover.html index eafdf9c6a..2e526cde3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Discover.html +++ b/apidocs/com/omertron/themoviedbapi/model/Discover.html @@ -2,7 +2,7 @@ - + Discover (API-The MovieDB 3.12-SNAPSHOT API) @@ -152,7 +152,7 @@ extends -Map<String,String> +TmdbParameters getParams()
    Get the parameters

    @@ -180,7 +180,8 @@ extends Discover primaryReleaseYear(int primaryReleaseYear) -

    Filter the results so that only the primary release date year has this value
    +
    Filter the results so that only the primary release date year has this + value
    @@ -210,13 +211,15 @@ extends Discover voteAverageGte(float voteAverageGte) -
    Only include movies that are equal to, or have a higher average rating than this value
    +
    Only include movies that are equal to, or have a higher average rating + than this value
    Discover voteCountGte(int voteCountGte) -
    Only include movies that are equal to, or have a vote count higher than this value
    +
    Only include movies that are equal to, or have a vote count higher than + this value
    @@ -282,7 +285,7 @@ extends
  • getParams

    -
    public Map<String,String> getParams()
    +
    public TmdbParameters getParams()
    Get the parameters

    This will be used to construct the URL in the API

    @@ -362,7 +365,8 @@ extends

    primaryReleaseYear

    public Discover primaryReleaseYear(int primaryReleaseYear)
    -
    Filter the results so that only the primary release date year has this value
    +
    Filter the results so that only the primary release date year has this + value
    Parameters:
    primaryReleaseYear -
    Returns:
  • @@ -374,7 +378,8 @@ extends

    voteCountGte

    public Discover voteCountGte(int voteCountGte)
    -
    Only include movies that are equal to, or have a vote count higher than this value
    +
    Only include movies that are equal to, or have a vote count higher than + this value
    Parameters:
    voteCountGte -
    Returns:
    @@ -386,7 +391,8 @@ extends

    voteAverageGte

    public Discover voteAverageGte(float voteAverageGte)
    -
    Only include movies that are equal to, or have a higher average rating than this value
    +
    Only include movies that are equal to, or have a higher average rating + than this value
    Parameters:
    voteAverageGte -
    Returns:
    @@ -404,7 +410,8 @@ extends Parameters:
    withGenres -
    Returns:
    @@ -462,7 +469,8 @@ extends Discover certificationLte(String certificationLte)
    Only include movies with this certification and lower.

    - Expected value is a valid certification for the specified 'certificationCountry'.

    + Expected value is a valid certification for the specified + 'certificationCountry'.
    Parameters:
    certificationLte -
    Returns:
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html index 09ed1326b..3e38eae9d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/Genre.html @@ -2,7 +2,7 @@ - + Genre (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html index b6bacd658..2e248048f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html +++ b/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html @@ -2,7 +2,7 @@ - + JobDepartment (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/Keyword.html index e984faf3b..c3ddb6c75 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/Keyword.html @@ -2,7 +2,7 @@ - + Keyword (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html index 224bdbacd..9eb5e1384 100644 --- a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html @@ -2,7 +2,7 @@ - + KeywordMovie (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html index e4b160bae..cbd5cda90 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/Language.html @@ -2,7 +2,7 @@ - + Language (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html index 2a8815064..690dffbd9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html @@ -2,7 +2,7 @@ - + ListItemStatus (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html index 76c7f2fac..0679c70ce 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html @@ -2,7 +2,7 @@ - + MovieDb (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html index e01da4c5e..a99c15024 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html @@ -2,7 +2,7 @@ - + MovieDbList (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html index 902f37586..5895ffd1f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html @@ -2,7 +2,7 @@ - + MovieDbListStatus (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/MovieList.html index f2c971482..64caa6c36 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieList.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieList.html @@ -2,7 +2,7 @@ - + MovieList (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Person.html b/apidocs/com/omertron/themoviedbapi/model/Person.html index 0af1ebafa..ae1c00e2b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/Person.html @@ -2,7 +2,7 @@ - + Person (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html index 31ec90a4b..c01f8dc99 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html @@ -2,7 +2,7 @@ - + PersonCast (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html index 5a9386031..c63cd856b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html @@ -2,7 +2,7 @@ - + PersonCredit (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html index ad8318b83..44a194259 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html @@ -2,7 +2,7 @@ - + PersonCrew (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/PersonType.html index d66e3b38b..d8f2d401d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonType.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonType.html @@ -2,7 +2,7 @@ - + PersonType (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html index 13f9d3f5f..b564459c2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html @@ -2,7 +2,7 @@ - + ProductionCompany (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html index 8c8c7c7cf..1a96e0384 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html @@ -2,7 +2,7 @@ - + ProductionCountry (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html index 6061445eb..297921bad 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html @@ -2,7 +2,7 @@ - + ReleaseInfo (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Reviews.html b/apidocs/com/omertron/themoviedbapi/model/Reviews.html index b9609d48d..5b2711205 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Reviews.html +++ b/apidocs/com/omertron/themoviedbapi/model/Reviews.html @@ -2,7 +2,7 @@ - + Reviews (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html index 83e6fbe13..e81c52694 100644 --- a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html @@ -2,7 +2,7 @@ - + StatusCode (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html index ac0fa8369..ff68fae08 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html @@ -2,7 +2,7 @@ - + TmdbConfiguration (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html index a806f51c7..10cf16af5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html @@ -2,7 +2,7 @@ - + TokenAuthorisation (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html index 1f354160c..54c642e0a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html @@ -2,7 +2,7 @@ - + TokenSession (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/Trailer.html index a37921544..f91ae2946 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/Trailer.html @@ -2,7 +2,7 @@ - + Trailer (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Translation.html b/apidocs/com/omertron/themoviedbapi/model/Translation.html index b973c358c..38c1c5333 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/Translation.html @@ -2,7 +2,7 @@ - + Translation (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Video.html b/apidocs/com/omertron/themoviedbapi/model/Video.html index b2bcf91a9..954da78d9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Video.html +++ b/apidocs/com/omertron/themoviedbapi/model/Video.html @@ -2,7 +2,7 @@ - + Video (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html index eb1473d3f..6197785e6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.AbstractIdName (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html index 814acf613..8a5664a2a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html index 16800cdaf..11550d291 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Account (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html index 196f612d0..f725e590d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.AlternativeTitle (API-The MovieDB 3.12-SNAPSHOT API) @@ -109,7 +109,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.
    diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html index bf05e34e5..ac96ed694 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Artwork (API-The MovieDB 3.12-SNAPSHOT API) @@ -116,7 +116,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.
    diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html index 7d750bb94..1834da4e0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.ArtworkType (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html index c0d68378f..80dacd678 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.ChangeKeyItem (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html index 7a0432c9d..d4df4bd43 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.ChangedItem (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html index 318b97e4d..dadcc5e17 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.ChangedMovie (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html index d6eaaccde..55c20c934 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Collection (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html index 031ec9803..112c4eb4a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.CollectionInfo (API-The MovieDB 3.12-SNAPSHOT API) @@ -100,7 +100,8 @@ 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 4909fda63..538c7d0fd 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Company (API-The MovieDB 3.12-SNAPSHOT API) @@ -107,7 +107,8 @@ 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 e94bd210e..b7f5f50b2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Discover (API-The MovieDB 3.12-SNAPSHOT API) @@ -103,7 +103,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.
    @@ -153,7 +154,8 @@ Discover Discover.primaryReleaseYear(int primaryReleaseYear) -
    Filter the results so that only the primary release date year has this value
    +
    Filter the results so that only the primary release date year has this + value
    @@ -183,13 +185,15 @@ Discover Discover.voteAverageGte(float voteAverageGte) -
    Only include movies that are equal to, or have a higher average rating than this value
    +
    Only include movies that are equal to, or have a higher average rating + than this value
    Discover Discover.voteCountGte(int voteCountGte) -
    Only include movies that are equal to, or have a vote count higher than this value
    +
    Only include movies that are equal to, or have a vote count higher than + this value
    diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html index f41161083..c12a85ceb 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html index e6615bed4..741821984 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.JobDepartment (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html index 32e73edd4..fa29c8b19 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Keyword (API-The MovieDB 3.12-SNAPSHOT API) @@ -123,7 +123,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.
    diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html index 56b289806..d046c97de 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.KeywordMovie (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html index 6dda6d166..51e594623 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html index 58dd6fe3f..a07f2bd63 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.ListItemStatus (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html index 0e04e5a1a..623b367d2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieDb (API-The MovieDB 3.12-SNAPSHOT API) @@ -146,7 +146,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.
    @@ -165,13 +166,16 @@ 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.
    List<MovieDb> TheMovieDbApi.getFavoriteMovies(String sessionId, - int accountId)  + int accountId) +
    Get the account favourite movies
    + TmdbResultsList<MovieDb> @@ -209,14 +213,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.
    @@ -240,7 +246,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.
    diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html index 5f91ceb6f..d36d303cc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieDbList (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html index 8f95d4679..70d783104 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieDbListStatus (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html index ed1fa92bc..e5bf7152b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieList (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html index a3fb3930f..a794fa859 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Person (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html index f74efb1a6..7669253a3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonCast (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html index 2be4fb366..d35f1a703 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonCredit (API-The MovieDB 3.12-SNAPSHOT API) @@ -112,7 +112,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.
    diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html index d1d89a03b..b38ae1349 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonCrew (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html index 5cd1277c1..4431ca5e4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonType (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html index cf44f2692..1021ec14f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.ProductionCompany (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html index 187bbbf87..27382427c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.ProductionCountry (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html index 87cea00e4..8fd9d04f3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.ReleaseInfo (API-The MovieDB 3.12-SNAPSHOT API) @@ -109,7 +109,8 @@ 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 4e060407f..be8c327e1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Reviews (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html index 0f7322905..35b39467d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html index d3167d922..a32f5ad79 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.TmdbConfiguration (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html index ed5a4a63a..d8721a2cd 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The MovieDB 3.12-SNAPSHOT API) @@ -99,7 +99,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.
    @@ -107,7 +108,8 @@ TheMovieDbApi.getSessionTokenLogin(TokenAuthorisation token, String username, String password) -
    This method is used to generate a session id for user based authentication.
    +
    This method is used to generate a session id for user based + authentication.
    @@ -122,7 +124,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.
    @@ -130,7 +133,8 @@ TheMovieDbApi.getSessionTokenLogin(TokenAuthorisation token, String username, String password) -
    This method is used to generate a session id for user based authentication.
    +
    This method is used to generate a session id for user based + authentication.
    diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html index 648076590..87ab18dfc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.TokenSession (API-The MovieDB 3.12-SNAPSHOT API) @@ -105,7 +105,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.
    diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html index daedc31d1..65d91cc95 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Trailer (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html index 8d4cd3075..2bd25586c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Translation (API-The MovieDB 3.12-SNAPSHOT API) @@ -108,7 +108,8 @@ 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 adb18c1a2..5aac1e497 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Video.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Video.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Video (API-The MovieDB 3.12-SNAPSHOT API) @@ -109,7 +109,8 @@ 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 15fbbb9c0..01798d491 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html @@ -2,7 +2,7 @@ - + PersonCreditDateComparator (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html b/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html index 733cf8edc..2600f462e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.comparator.PersonCreditDateComparator (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html index 39b42310a..e78332e10 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html index 2302d3374..20fcfaa1a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html index 3d5f52bdf..cdbd18f6c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.comparator Class Hierarchy (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html index bdc37b698..2e9a67cb7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html index 32715a4e4..c996ecfb1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html index 16a7083c0..724eb4788 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/package-tree.html index b759a8c52..885094827 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/package-use.html b/apidocs/com/omertron/themoviedbapi/model/package-use.html index 67c80e6ba..89c3cd595 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/package-frame.html b/apidocs/com/omertron/themoviedbapi/package-frame.html index 45a7d17fc..e177ccf4b 100644 --- a/apidocs/com/omertron/themoviedbapi/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html index bf2a6c8b9..31676e85b 100644 --- a/apidocs/com/omertron/themoviedbapi/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/package-tree.html b/apidocs/com/omertron/themoviedbapi/package-tree.html index 5684e75fa..a1e7ae110 100644 --- a/apidocs/com/omertron/themoviedbapi/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/package-use.html b/apidocs/com/omertron/themoviedbapi/package-use.html index e291524a5..4e7e37d11 100644 --- a/apidocs/com/omertron/themoviedbapi/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html b/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html index 19f534836..f364ac7a4 100644 --- a/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html +++ b/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html @@ -2,7 +2,7 @@ - + AbstractResults (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html index 678be112c..5841fa383 100644 --- a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html +++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html @@ -2,7 +2,7 @@ - + TmdbResultsList (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html index 9152fcdc5..18f2e32b7 100644 --- a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html +++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html @@ -2,7 +2,7 @@ - + TmdbResultsMap (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html index 3a9a66e19..492bb5a59 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.AbstractResults (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html index 1f0b83700..92b4e848f 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.TmdbResultsList (API-The MovieDB 3.12-SNAPSHOT API) @@ -114,7 +114,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.
    @@ -133,7 +134,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.
    @@ -168,7 +170,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.
    @@ -191,14 +194,16 @@ 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.
    @@ -215,7 +220,8 @@ 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.
    @@ -223,14 +229,16 @@ 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.
    @@ -244,7 +252,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.
    @@ -285,14 +294,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.
    @@ -339,7 +350,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.
    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html index 022ee10e4..6e365cd90 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.TmdbResultsMap (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/package-frame.html b/apidocs/com/omertron/themoviedbapi/results/package-frame.html index 7ecf8efb0..22ec60d76 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.results (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/package-summary.html b/apidocs/com/omertron/themoviedbapi/results/package-summary.html index 5444b371c..8d4ac5ac0 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.results (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/package-tree.html b/apidocs/com/omertron/themoviedbapi/results/package-tree.html index f3aa875d5..b6d7959b1 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.results Class Hierarchy (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/package-use.html b/apidocs/com/omertron/themoviedbapi/results/package-use.html index 0c4cf6270..4d8deb131 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.results (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html index 6a05e0cea..4e8eceee2 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html @@ -2,7 +2,7 @@ - + ApiUrl (API-The MovieDB 3.12-SNAPSHOT API) @@ -63,13 +63,13 @@ @@ -108,93 +108,6 @@ extends
    - -ApiUrl(String apiKey, - String method, - String submethod) -
    Constructor for the API URL with a sub-method
    - - @@ -235,55 +141,35 @@ extends Method and Description -void -addArgument(String key, - boolean value) -
    Add arguments individually
    - - - -void -addArgument(String key, - float value) -
    Add arguments individually
    - - - -void -addArgument(String key, - int value) -
    Add arguments individually
    - - - -void -addArgument(String key, - String value) -
    Add arguments individually
    - - - -void -appendToResponse(String[] appendToResponse) -
    Append any optional parameters to the URL
    +URL +buildUrl() +
    Build the URL with the default parameters
    URL -buildUrl() -
    Build the URL from the pre-created arguments.
    +buildUrl(TmdbParameters params) +
    Build the URL from the pre-created parameters.
    -void -clearArguments() -
    Clear the arguments
    +ApiUrl +setSubMethod(int someId, + String submethod) +
    Add a sub-method that has an ID at the start
    -void -setArguments(Map<String,String> args) -
    Set the arguments directly
    +ApiUrl +setSubMethod(String submethod) +
    Add a sub-methods
    + + + +ApiUrl +setSubMethod(String someId, + String submethod) +
    Add a sub-method that has an ID at the start
    @@ -302,194 +188,6 @@ extends
    - - - -
      -
    • -

      ApiUrl

      -
      public ApiUrl(String apiKey,
      -      String method,
      -      String submethod)
      -
      Constructor for the API URL with a sub-method
      -
      Parameters:
      apiKey -
      method -
      submethod -
      -
    • -
    @@ -529,6 +214,44 @@ extends + + +
      +
    • +

      setSubMethod

      +
      public ApiUrl setSubMethod(String submethod)
      +
      Add a sub-methods
      +
      Parameters:
      submethod -
      +
      Returns:
      +
    • +
    + + + +
      +
    • +

      setSubMethod

      +
      public ApiUrl setSubMethod(int someId,
      +                  String submethod)
      +
      Add a sub-method that has an ID at the start
      +
      Parameters:
      someId -
      submethod -
      +
      Returns:
      +
    • +
    + + + +
      +
    • +

      setSubMethod

      +
      public ApiUrl setSubMethod(String someId,
      +                  String submethod)
      +
      Add a sub-method that has an ID at the start
      +
      Parameters:
      someId -
      submethod -
      +
      Returns:
      +
    • +
    @@ -536,88 +259,20 @@ extends

    buildUrl

    public URL buildUrl()
    -
    Build the URL from the pre-created arguments.
    +
    Build the URL with the default parameters
    Returns:
    - - - -
      -
    • -

      addArgument

      -
      public void addArgument(String key,
      -               String value)
      -
      Add arguments individually
      -
      Parameters:
      key -
      value -
      -
    • -
    - - - -
      -
    • -

      addArgument

      -
      public void addArgument(String key,
      -               int value)
      -
      Add arguments individually
      -
      Parameters:
      key -
      value -
      -
    • -
    - - - -
      -
    • -

      addArgument

      -
      public void addArgument(String key,
      -               boolean value)
      -
      Add arguments individually
      -
      Parameters:
      key -
      value -
      -
    • -
    - - - -
      -
    • -

      addArgument

      -
      public void addArgument(String key,
      -               float value)
      -
      Add arguments individually
      -
      Parameters:
      key -
      value -
      -
    • -
    - - - -
      -
    • -

      clearArguments

      -
      public void clearArguments()
      -
      Clear the arguments
      -
    • -
    - - - -
      -
    • -

      setArguments

      -
      public void setArguments(Map<String,String> args)
      -
      Set the arguments directly
      -
      Parameters:
      args -
      -
    • -
    - +
    • -

      appendToResponse

      -
      public void appendToResponse(String[] appendToResponse)
      -
      Append any optional parameters to the URL
      -
      Parameters:
      appendToResponse -
      +

      buildUrl

      +
      public URL buildUrl(TmdbParameters params)
      +
      Build the URL from the pre-created parameters.
      +
      Parameters:
      params -
      +
      Returns:
    @@ -672,13 +327,13 @@ extends
  • Summary: 
  • Nested | 
  • -
  • Field | 
  • +
  • Field | 
  • Constr | 
  • Method
  • diff --git a/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html b/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html index 6742fa7a2..c3cfa2485 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html +++ b/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html @@ -2,7 +2,7 @@ - + HttpTools (API-The MovieDB 3.12-SNAPSHOT API) @@ -38,7 +38,7 @@
    + + + +

    F

    +
    +
    fromString(String) - Static method in enum com.omertron.themoviedbapi.tools.Param
    +
    +
    Convert a string into an Enum type
    +
    +
    @@ -346,6 +352,10 @@
     
    Genre() - Constructor for class com.omertron.themoviedbapi.model.Genre
     
    +
    get(Param) - Method in class com.omertron.themoviedbapi.tools.TmdbParameters
    +
    +
    Get a parameter from the collection
    +
    getAccount(String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Get the basic information for an account.
    @@ -374,7 +384,8 @@
     
    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
     
    @@ -430,13 +441,15 @@
    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
    @@ -492,11 +505,13 @@
     
    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
     
    @@ -509,7 +524,9 @@
    getFavoriteCount() - Method in class com.omertron.themoviedbapi.model.MovieList
     
    getFavoriteMovies(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    -
     
    +
    +
    Get the account favourite movies
    +
    getFilePath() - Method in class com.omertron.themoviedbapi.model.Artwork
     
    getFirstAirDate() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    @@ -670,7 +687,8 @@
     
    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
    @@ -688,7 +706,8 @@
     
    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
    @@ -700,7 +719,8 @@
    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
     
    @@ -712,7 +732,8 @@
     
    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
     
    @@ -720,11 +741,13 @@
     
    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
     
    @@ -806,7 +829,8 @@
     
    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
    @@ -936,17 +960,20 @@
     
    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.
    +
    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
     
    @@ -998,7 +1025,8 @@
     
    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
     
    @@ -1048,6 +1076,10 @@
     
    getValue() - Method in class com.omertron.themoviedbapi.model.ChangedItem
     
    +
    getValue() - Method in enum com.omertron.themoviedbapi.tools.Param
    +
    +
    Get the URL parameter to use
    +
    getVideo() - Method in class com.omertron.themoviedbapi.model.MovieDb
     
    getVideo() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    @@ -1092,6 +1124,10 @@
    Handle unknown properties and print a message
    +
    has(Param) - Method in class com.omertron.themoviedbapi.tools.TmdbParameters
    +
    +
    Check to see if the collection has a certain parameter
    +
    hashCode() - Method in class com.omertron.themoviedbapi.model.AbstractIdName
     
    hashCode() - Method in class com.omertron.themoviedbapi.model.AlternativeTitle
    @@ -1144,6 +1180,10 @@
     
    isAdult() - Method in class com.omertron.themoviedbapi.model.Person
     
    +
    isEmpty() - Method in class com.omertron.themoviedbapi.tools.TmdbParameters
    +
    +
    Check to see if the collection has no items
    +
    isIncludeAdult() - Method in class com.omertron.themoviedbapi.model.Account
     
    isItemPresent() - Method in class com.omertron.themoviedbapi.model.ListItemStatus
    @@ -1152,6 +1192,10 @@
    Check to see if a movie ID is already added to a list.
    +
    isNotEmpty() - Method in class com.omertron.themoviedbapi.tools.TmdbParameters
    +
    +
    Check to see if the collection has items
    +
    isValidBackdropSize(String) - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
    Check that the backdrop size is valid
    @@ -1278,42 +1322,10 @@
    Minimum value is 1 if included.
    -
    PARAM_ADULT - Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
    -
     
    -
    PARAM_API_KEY - Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
    -
     
    -
    PARAM_COUNTRY - Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
    -
     
    -
    PARAM_END_DATE - Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
    -
     
    -
    PARAM_FAVORITE - Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
    -
     
    -
    PARAM_ID - Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
    -
     
    -
    PARAM_INCLUDE_ALL_MOVIES - Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
    -
     
    -
    PARAM_LANGUAGE - Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
    -
     
    -
    PARAM_MOVIE_WATCHLIST - Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
    -
     
    -
    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
    -
     
    -
    PARAM_START_DATE - Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
    -
     
    -
    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
    -
     
    +
    Param - Enum in com.omertron.themoviedbapi.tools
    +
    +
    Parameters for use in the URL
    +
    Person - Class in com.omertron.themoviedbapi.model
     
    Person() - Constructor for class com.omertron.themoviedbapi.model.Person
    @@ -1350,7 +1362,8 @@
    primaryReleaseYear(int) - Method in class com.omertron.themoviedbapi.model.Discover
    -
    Filter the results so that only the primary release date year has this value
    +
    Filter the results so that only the primary release date year has this + value
    ProductionCompany - Class in com.omertron.themoviedbapi.model
     
    @@ -1378,6 +1391,10 @@
     
    ReleaseInfo() - Constructor for class com.omertron.themoviedbapi.model.ReleaseInfo
     
    +
    remove(Param) - Method in class com.omertron.themoviedbapi.tools.TmdbParameters
    +
    +
    Remove a parameter from the collection
    +
    removeFromWatchList(String, int, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Remove a movie from an accounts watch list.
    @@ -1418,7 +1435,8 @@
    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
    @@ -1440,10 +1458,6 @@
     
    setAlternativeTitles(WrapperAlternativeTitles) - Method in class com.omertron.themoviedbapi.model.MovieDb
     
    -
    setArguments(Map<String, String>) - Method in class com.omertron.themoviedbapi.tools.ApiUrl
    -
    -
    Set the arguments directly
    -
    setArtworkType(ArtworkType) - Method in class com.omertron.themoviedbapi.model.Artwork
     
    setAspectRatio(float) - Method in class com.omertron.themoviedbapi.model.Artwork
    @@ -1880,6 +1894,18 @@
     
    setStillSizes(List<String>) - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
     
    +
    setSubMethod(String) - Method in class com.omertron.themoviedbapi.tools.ApiUrl
    +
    +
    Add a sub-methods
    +
    +
    setSubMethod(int, String) - Method in class com.omertron.themoviedbapi.tools.ApiUrl
    +
    +
    Add a sub-method that has an ID at the start
    +
    +
    setSubMethod(String, String) - Method in class com.omertron.themoviedbapi.tools.ApiUrl
    +
    +
    Add a sub-method that has an ID at the start
    +
    setSuccess(Boolean) - Method in class com.omertron.themoviedbapi.model.TokenAuthorisation
     
    setSuccess(Boolean) - Method in class com.omertron.themoviedbapi.model.TokenSession
    @@ -1998,6 +2024,14 @@
     
    TmdbConfiguration() - Constructor for class com.omertron.themoviedbapi.model.TmdbConfiguration
     
    +
    TmdbParameters - Class in com.omertron.themoviedbapi.tools
    +
    +
    Parameters for the TMDB API
    +
    +
    TmdbParameters() - Constructor for class com.omertron.themoviedbapi.tools.TmdbParameters
    +
    +
    Construct an empty set of parameters
    +
    TmdbResultsList<T> - Class in com.omertron.themoviedbapi.results
    List of the results from TheMovieDb
    @@ -2018,12 +2052,18 @@
     
    TokenSession() - Constructor for class com.omertron.themoviedbapi.model.TokenSession
     
    +
    toList(String[]) - Method in class com.omertron.themoviedbapi.tools.TmdbParameters
    +
    +
    Append any optional parameters to the URL
    +
    toString() - Method in class com.omertron.themoviedbapi.model.AbstractJsonMapping
     
    toString() - Method in class com.omertron.themoviedbapi.model.Translation
     
    toString() - Method in class com.omertron.themoviedbapi.results.AbstractResults
     
    +
    toString() - Method in class com.omertron.themoviedbapi.tools.TmdbParameters
    +
     
    toString() - Method in class com.omertron.themoviedbapi.wrapper.ResultDates
     
    toString() - Method in class com.omertron.themoviedbapi.wrapper.WrapperChanges
    @@ -2052,6 +2092,10 @@
    Returns the enum constant of this type with the specified name.
    +
    valueOf(String) - Static method in enum com.omertron.themoviedbapi.tools.Param
    +
    +
    Returns the enum constant of this type with the specified name.
    +
    values() - Static method in enum com.omertron.themoviedbapi.model.ArtworkType
    Returns an array containing the constants of this enum type, in @@ -2062,6 +2106,11 @@ the order they are declared.
    Returns an array containing the constants of this enum type, in the order they are declared.
    +
    values() - Static method in enum com.omertron.themoviedbapi.tools.Param
    +
    +
    Returns an array containing the constants of this enum type, in +the order they are declared.
    +
    Video - Class in com.omertron.themoviedbapi.model
    Video specific information
    @@ -2070,11 +2119,13 @@ the order they are declared.
     
    voteAverageGte(float) - Method in class com.omertron.themoviedbapi.model.Discover
    -
    Only include movies that are equal to, or have a higher average rating than this value
    +
    Only include movies that are equal to, or have a higher average rating + than this value
    voteCountGte(int) - Method in class com.omertron.themoviedbapi.model.Discover
    -
    Only include movies that are equal to, or have a vote count higher than this value
    +
    Only include movies that are equal to, or have a vote count higher than + this value
    @@ -2199,7 +2250,7 @@ the order they are declared.
    Filter the results release dates to matches that include this value.
    -A B C D E G H I J K L M P R S T V W Y  +A B C D E F G H I J K L M P R S T V W Y 
    diff --git a/apidocs/index.html b/apidocs/index.html index 9655b3c7b..50cddeb8f 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,7 +2,7 @@ - + API-The MovieDB 3.12-SNAPSHOT API