diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 21ef7d374..5e4e7c544 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + -All Classes (API-The MovieDB 3.4-SNAPSHOT API) - +All Classes (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 5958b3445..74f00b138 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + -All Classes (API-The MovieDB 3.4-SNAPSHOT API) - +All Classes (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html index 1ef69b327..3488f479b 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html @@ -2,16 +2,16 @@ - + -MovieDbException.MovieDbExceptionType (API-The MovieDB 3.4-SNAPSHOT API) - +MovieDbException.MovieDbExceptionType (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.html index b71b8a5a5..107a12e11 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.html @@ -2,16 +2,16 @@ - + -MovieDbException (API-The MovieDB 3.4-SNAPSHOT API) - +MovieDbException (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html index d6cab737d..0f156164f 100644 --- a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html @@ -2,16 +2,16 @@ - + -TheMovieDbApi (API-The MovieDB 3.4-SNAPSHOT API) - +TheMovieDbApi (API-The MovieDB 3.5-SNAPSHOT API) + @@ -220,22 +220,31 @@ extends getGenreMovies(int genreId, String language, int page) -
Get a list of movies per genre.
+
Deprecated. 
+List<MovieDb> +getGenreMovies(int genreId, + String language, + int page, + boolean includeAllMovies) +
Get a list of movies per genre.
+ + + TokenSession getGuestSessionToken()
This method is used to generate a guest session id.
- + Keyword getKeyword(String keywordId)
Get the basic information for a specific keyword id.
- + List<KeywordMovie> getKeywordMovies(String keywordId, String language, @@ -243,32 +252,32 @@ extends Get the list of movies for a particular keyword by id. - + MovieDb getLatestMovie()
This method is used to retrieve the newest movie that was added to TMDb.
- + MovieDbList getList(String listId)
Get a list by its ID
- + List<AlternativeTitle> getMovieAlternativeTitles(int movieId, String country)
This method is used to retrieve all of the alternative titles we have for a particular movie.
- + List<Person> getMovieCasts(int movieId)
Get the cast information for a specific movie id.
- + List<MovieChanges> getMovieChanges(int movieId, String startDate, @@ -276,40 +285,40 @@ extends Deprecated.  - + void getMovieChangesList(int page, String startDate, String endDate)  - + List<Artwork> getMovieImages(int movieId, String language)
This method should be used when you’re wanting to retrieve all of the images for a particular movie.
- + MovieDb getMovieInfo(int movieId, String language)
This method is used to retrieve all of the basic movie information.
- + MovieDb getMovieInfoImdb(String imdbId, String language)
This method is used to retrieve all of the basic movie information.
- + List<Keyword> getMovieKeywords(int movieId)
This method is used to retrieve all of the keywords that have been added to a particular movie.
- + List<MovieList> getMovieLists(int movieId, String language, @@ -317,34 +326,34 @@ extends Get the lists that the movie belongs to - + List<ReleaseInfo> getMovieReleaseInfo(int movieId, String language)
This method is used to retrieve all of the release and certification data we have for a specific movie.
- + List<Trailer> getMovieTrailers(int movieId, String language)
This method is used to retrieve all of the trailers for a particular movie.
- + List<Translation> getMovieTranslations(int movieId)
This method is used to retrieve a list of the available translations for a specific movie.
- + List<MovieDb> getNowPlayingMovies(String language, int page)
This method is used to retrieve the movies currently in theatres.
- + void getPersonChanges(int personId, String startDate, @@ -352,50 +361,50 @@ extends Get the changes for a specific person id. - + void getPersonChangesList(int page, String startDate, String endDate)  - + List<PersonCredit> getPersonCredits(int personId)
This method is used to retrieve all of the cast & crew information for the person.
- + List<Artwork> getPersonImages(int personId)
This method is used to retrieve all of the profile images for a person.
- + Person getPersonInfo(int personId)
This method is used to retrieve all of the basic person information.
- + Person getPersonLatest()
Get the latest person id.
- + List<MovieDb> getPopularMovieList(String language, int page)
This method is used to retrieve the daily movie popularity list.
- + TokenSession getSessionToken(TokenAuthorisation token)
This method is used to generate a session id for user based authentication.
- + List<MovieDb> getSimilarMovies(int movieId, String language, @@ -403,28 +412,28 @@ extends The similar movies method will let you retrieve the similar movies for a particular movie. - + List<MovieDb> getTopRatedMovies(String language, int page)
This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
- + List<MovieDb> getUpcoming(String language, int page)
Get the list of upcoming movies.
- + boolean postMovieRating(String sessionId, String rating)
This method lets users rate a movie.
- + List<Collection> searchCollection(String query, String language, @@ -432,21 +441,21 @@ extends Search for collections by name. - + List<Company> searchCompanies(String companyName, int page)
Search Companies.
- + List<Keyword> searchKeyword(String query, int page)
Search for keywords by name
- + List<MovieList> searchList(String query, String language, @@ -454,7 +463,7 @@ extends Search for lists by name and description. - + List<MovieDb> searchMovie(String movieName, int searchYear, @@ -464,7 +473,7 @@ extends Search Movies This is a good starting point to start finding movies on TMDb. - + List<Person> searchPeople(String personName, boolean includeAdult, @@ -472,7 +481,7 @@ extends This is a good starting point to start finding people on TMDb. - + void setProxy(String host, String port, @@ -481,7 +490,7 @@ extends Set the proxy information - + void setTimeout(int connect, int read) @@ -1161,9 +1170,26 @@ public 
  • getGenreMovies

    +
    @Deprecated
    +public List<MovieDb> getGenreMovies(int genreId,
    +                                      String language,
    +                                      int page)
    +                             throws MovieDbException
    +
    Deprecated. 
    +
    Throws:
    +
    MovieDbException
    +
  • + + + + +
      +
    • +

      getGenreMovies

      public List<MovieDb> getGenreMovies(int genreId,
                                  String language,
      -                           int page)
      +                           int page,
      +                           boolean includeAllMovies)
                                    throws MovieDbException
      Get a list of movies per genre. diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html index fcd88348a..f8bcd8be4 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html index 4b00bd299..426d80e9d 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 3.5-SNAPSHOT API) + @@ -152,22 +152,31 @@ TheMovieDbApi.getGenreMovies(int genreId, String language, int page) -
      Get a list of movies per genre.
      +
      Deprecated. 
      +List<MovieDb> +TheMovieDbApi.getGenreMovies(int genreId, + String language, + int page, + boolean includeAllMovies) +
      Get a list of movies per genre.
      + + + TokenSession TheMovieDbApi.getGuestSessionToken()
      This method is used to generate a guest session id.
      - + Keyword TheMovieDbApi.getKeyword(String keywordId)
      Get the basic information for a specific keyword id.
      - + List<KeywordMovie> TheMovieDbApi.getKeywordMovies(String keywordId, String language, @@ -175,32 +184,32 @@
      Get the list of movies for a particular keyword by id.
      - + MovieDb TheMovieDbApi.getLatestMovie()
      This method is used to retrieve the newest movie that was added to TMDb.
      - + MovieDbList TheMovieDbApi.getList(String listId)
      Get a list by its ID
      - + List<AlternativeTitle> TheMovieDbApi.getMovieAlternativeTitles(int movieId, String country)
      This method is used to retrieve all of the alternative titles we have for a particular movie.
      - + List<Person> TheMovieDbApi.getMovieCasts(int movieId)
      Get the cast information for a specific movie id.
      - + List<MovieChanges> TheMovieDbApi.getMovieChanges(int movieId, String startDate, @@ -208,40 +217,40 @@
      Deprecated. 
      - + void TheMovieDbApi.getMovieChangesList(int page, String startDate, String endDate)  - + List<Artwork> TheMovieDbApi.getMovieImages(int movieId, String language)
      This method should be used when you’re wanting to retrieve all of the images for a particular movie.
      - + MovieDb TheMovieDbApi.getMovieInfo(int movieId, String language)
      This method is used to retrieve all of the basic movie information.
      - + MovieDb TheMovieDbApi.getMovieInfoImdb(String imdbId, String language)
      This method is used to retrieve all of the basic movie information.
      - + List<Keyword> TheMovieDbApi.getMovieKeywords(int movieId)
      This method is used to retrieve all of the keywords that have been added to a particular movie.
      - + List<MovieList> TheMovieDbApi.getMovieLists(int movieId, String language, @@ -249,34 +258,34 @@
      Get the lists that the movie belongs to
      - + List<ReleaseInfo> TheMovieDbApi.getMovieReleaseInfo(int movieId, String language)
      This method is used to retrieve all of the release and certification data we have for a specific movie.
      - + List<Trailer> TheMovieDbApi.getMovieTrailers(int movieId, String language)
      This method is used to retrieve all of the trailers for a particular movie.
      - + List<Translation> TheMovieDbApi.getMovieTranslations(int movieId)
      This method is used to retrieve a list of the available translations for a specific movie.
      - + List<MovieDb> TheMovieDbApi.getNowPlayingMovies(String language, int page)
      This method is used to retrieve the movies currently in theatres.
      - + void TheMovieDbApi.getPersonChanges(int personId, String startDate, @@ -284,50 +293,50 @@
      Get the changes for a specific person id.
      - + void TheMovieDbApi.getPersonChangesList(int page, String startDate, String endDate)  - + List<PersonCredit> TheMovieDbApi.getPersonCredits(int personId)
      This method is used to retrieve all of the cast & crew information for the person.
      - + List<Artwork> TheMovieDbApi.getPersonImages(int personId)
      This method is used to retrieve all of the profile images for a person.
      - + Person TheMovieDbApi.getPersonInfo(int personId)
      This method is used to retrieve all of the basic person information.
      - + Person TheMovieDbApi.getPersonLatest()
      Get the latest person id.
      - + List<MovieDb> TheMovieDbApi.getPopularMovieList(String language, int page)
      This method is used to retrieve the daily movie popularity list.
      - + TokenSession TheMovieDbApi.getSessionToken(TokenAuthorisation token)
      This method is used to generate a session id for user based authentication.
      - + List<MovieDb> TheMovieDbApi.getSimilarMovies(int movieId, String language, @@ -335,28 +344,28 @@
      The similar movies method will let you retrieve the similar movies for a particular movie.
      - + List<MovieDb> TheMovieDbApi.getTopRatedMovies(String language, int page)
      This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
      - + List<MovieDb> TheMovieDbApi.getUpcoming(String language, int page)
      Get the list of upcoming movies.
      - + boolean TheMovieDbApi.postMovieRating(String sessionId, String rating)
      This method lets users rate a movie.
      - + List<Collection> TheMovieDbApi.searchCollection(String query, String language, @@ -364,21 +373,21 @@
      Search for collections by name.
      - + List<Company> TheMovieDbApi.searchCompanies(String companyName, int page)
      Search Companies.
      - + List<Keyword> TheMovieDbApi.searchKeyword(String query, int page)
      Search for keywords by name
      - + List<MovieList> TheMovieDbApi.searchList(String query, String language, @@ -386,7 +395,7 @@
      Search for lists by name and description.
      - + List<MovieDb> TheMovieDbApi.searchMovie(String movieName, int searchYear, @@ -396,7 +405,7 @@
      Search Movies This is a good starting point to start finding movies on TMDb.
      - + List<Person> TheMovieDbApi.searchPeople(String personName, boolean includeAdult, diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html index 73aa5434a..a9c3341b5 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html index 19d8dd63a..7b2cd3972 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html @@ -2,16 +2,16 @@ - + -AlternativeTitle (API-The MovieDB 3.4-SNAPSHOT API) - +AlternativeTitle (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/Artwork.html index 1113b07f8..f84f6bad7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/Artwork.html @@ -2,16 +2,16 @@ - + -Artwork (API-The MovieDB 3.4-SNAPSHOT API) - +Artwork (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html index 8e781e3b3..8666c8763 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html @@ -2,16 +2,16 @@ - + -ArtworkType (API-The MovieDB 3.4-SNAPSHOT API) - +ArtworkType (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html index b6d4dfe22..215a349bc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html @@ -2,16 +2,16 @@ - + -ChangeItem (API-The MovieDB 3.4-SNAPSHOT API) - +ChangeItem (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html b/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html index 891da9c3f..932eb66e1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html @@ -2,16 +2,16 @@ - + -ChangeValue (API-The MovieDB 3.4-SNAPSHOT API) - +ChangeValue (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/Collection.html b/apidocs/com/omertron/themoviedbapi/model/Collection.html index 2149f6ba2..1c936d837 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/Collection.html @@ -2,16 +2,16 @@ - + -Collection (API-The MovieDB 3.4-SNAPSHOT API) - +Collection (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html index 25485841d..7c86aec30 100644 --- a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html @@ -2,16 +2,16 @@ - + -CollectionInfo (API-The MovieDB 3.4-SNAPSHOT API) - +CollectionInfo (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/Company.html b/apidocs/com/omertron/themoviedbapi/model/Company.html index 17e82d1aa..f2b6a4a35 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/Company.html @@ -2,16 +2,16 @@ - + -Company (API-The MovieDB 3.4-SNAPSHOT API) - +Company (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html index fc56ec61a..8fd3346d5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/Genre.html @@ -2,16 +2,16 @@ - + -Genre (API-The MovieDB 3.4-SNAPSHOT API) - +Genre (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/Keyword.html index cf585d886..3f4298dac 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/Keyword.html @@ -2,16 +2,16 @@ - + -Keyword (API-The MovieDB 3.4-SNAPSHOT API) - +Keyword (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html index b6201031e..ce38fda54 100644 --- a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html @@ -2,16 +2,16 @@ - + -KeywordMovie (API-The MovieDB 3.4-SNAPSHOT API) - +KeywordMovie (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html index edd762f0a..7cace1805 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/Language.html @@ -2,16 +2,16 @@ - + -Language (API-The MovieDB 3.4-SNAPSHOT API) - +Language (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html b/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html index b41327986..eb3fc615f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html @@ -2,16 +2,16 @@ - + -MovieChanges (API-The MovieDB 3.4-SNAPSHOT API) - +MovieChanges (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html index 338bba4fa..9c7050442 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html @@ -2,16 +2,16 @@ - + -MovieDb (API-The MovieDB 3.4-SNAPSHOT API) - +MovieDb (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html index 38e477ed6..958175310 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html @@ -2,16 +2,16 @@ - + -MovieDbList (API-The MovieDB 3.4-SNAPSHOT API) - +MovieDbList (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/MovieList.html index e23a58e3c..3a3f53d68 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieList.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieList.html @@ -2,16 +2,16 @@ - + -MovieList (API-The MovieDB 3.4-SNAPSHOT API) - +MovieList (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/Person.html b/apidocs/com/omertron/themoviedbapi/model/Person.html index 650f4b87c..6a466fd4e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/Person.html @@ -2,16 +2,16 @@ - + -Person (API-The MovieDB 3.4-SNAPSHOT API) - +Person (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html index 629710d3d..b1bd51dd6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html @@ -2,16 +2,16 @@ - + -PersonCast (API-The MovieDB 3.4-SNAPSHOT API) - +PersonCast (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html index ce2d6712b..4c193c730 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html @@ -2,16 +2,16 @@ - + -PersonCredit (API-The MovieDB 3.4-SNAPSHOT API) - +PersonCredit (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html index ab165f7d9..f2a5ce980 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html @@ -2,16 +2,16 @@ - + -PersonCrew (API-The MovieDB 3.4-SNAPSHOT API) - +PersonCrew (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/PersonType.html index 850129126..fa62f455a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonType.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonType.html @@ -2,16 +2,16 @@ - + -PersonType (API-The MovieDB 3.4-SNAPSHOT API) - +PersonType (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html index b534e7453..89cc7f06b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html @@ -2,16 +2,16 @@ - + -ProductionCompany (API-The MovieDB 3.4-SNAPSHOT API) - +ProductionCompany (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html index d1495becd..b3394c147 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html @@ -2,16 +2,16 @@ - + -ProductionCountry (API-The MovieDB 3.4-SNAPSHOT API) - +ProductionCountry (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html index 5f7a7dbbd..b7e1e075c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html @@ -2,16 +2,16 @@ - + -ReleaseInfo (API-The MovieDB 3.4-SNAPSHOT API) - +ReleaseInfo (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html index 6c3aa0ed8..9e20f2b61 100644 --- a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html @@ -2,16 +2,16 @@ - + -StatusCode (API-The MovieDB 3.4-SNAPSHOT API) - +StatusCode (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html index 0a3d8778d..403bc0e01 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html @@ -2,16 +2,16 @@ - + -TmdbConfiguration (API-The MovieDB 3.4-SNAPSHOT API) - +TmdbConfiguration (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html index 7aa927ff3..8f45b5018 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html @@ -2,16 +2,16 @@ - + -TokenAuthorisation (API-The MovieDB 3.4-SNAPSHOT API) - +TokenAuthorisation (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html index 0e76132c5..569aee8a8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html @@ -2,16 +2,16 @@ - + -TokenSession (API-The MovieDB 3.4-SNAPSHOT API) - +TokenSession (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/Trailer.html index e461a67b7..4d2fdc8bc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/Trailer.html @@ -2,16 +2,16 @@ - + -Trailer (API-The MovieDB 3.4-SNAPSHOT API) - +Trailer (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/Translation.html b/apidocs/com/omertron/themoviedbapi/model/Translation.html index fa9f4e4e4..723d1709e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/Translation.html @@ -2,16 +2,16 @@ - + -Translation (API-The MovieDB 3.4-SNAPSHOT API) - +Translation (API-The MovieDB 3.5-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 737a69447..7a92b5276 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.AlternativeTitle (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.AlternativeTitle (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html index 68ed6a41c..56aefd26e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.Artwork (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.Artwork (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html index 57017e928..297828c91 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.ArtworkType (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.ArtworkType (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html index 11d8aea6e..d60b52a77 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.ChangeItem (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.ChangeItem (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html index 9a933dfe9..b117a6bc4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.ChangeValue (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.ChangeValue (API-The MovieDB 3.5-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 b0ba7b49a..0e10e3ec1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.Collection (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.Collection (API-The MovieDB 3.5-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 37c2a4968..702f479b5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.CollectionInfo (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.CollectionInfo (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html index b14c3e386..20e1bc72f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.Company (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.Company (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html index fa94ba974..df1c6b34e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 3.5-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 b53ae23fa..f7774babe 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.Keyword (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.Keyword (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html index 0e5f1a512..d49afe9e2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.KeywordMovie (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.KeywordMovie (API-The MovieDB 3.5-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 2f4eb17b4..d11a98219 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html index 55e3a6947..0c9ba7239 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.MovieChanges (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.MovieChanges (API-The MovieDB 3.5-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 b0fe44032..ecd0eb725 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.MovieDb (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.MovieDb (API-The MovieDB 3.5-SNAPSHOT API) + @@ -146,24 +146,33 @@ TheMovieDbApi.getGenreMovies(int genreId, String language, int page) -
      Get a list of movies per genre.
      +
      Deprecated. 
      List<MovieDb> +TheMovieDbApi.getGenreMovies(int genreId, + String language, + int page, + boolean includeAllMovies) +
      Get a list of movies per genre.
      + + + +List<MovieDb> TheMovieDbApi.getNowPlayingMovies(String language, int page)
      This method is used to retrieve the movies currently in theatres.
      - + List<MovieDb> TheMovieDbApi.getPopularMovieList(String language, int page)
      This method is used to retrieve the daily movie popularity list.
      - + List<MovieDb> TheMovieDbApi.getSimilarMovies(int movieId, String language, @@ -171,21 +180,21 @@
      The similar movies method will let you retrieve the similar movies for a particular movie.
      - + List<MovieDb> TheMovieDbApi.getTopRatedMovies(String language, int page)
      This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
      - + List<MovieDb> TheMovieDbApi.getUpcoming(String language, int page)
      Get the list of upcoming movies.
      - + List<MovieDb> TheMovieDbApi.searchMovie(String movieName, int searchYear, diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html index 7b5a53414..9f2bbfde0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.MovieDbList (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.MovieDbList (API-The MovieDB 3.5-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 33822b23f..43bbbce77 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.MovieList (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.MovieList (API-The MovieDB 3.5-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 4ddff840d..f24493dde 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.Person (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.Person (API-The MovieDB 3.5-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 bf8410ded..c5fc3b088 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.PersonCast (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.PersonCast (API-The MovieDB 3.5-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 fe8b5c954..9eb95d4ed 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.PersonCredit (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.PersonCredit (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html index 7eb332145..d4438aa4c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.PersonCrew (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.PersonCrew (API-The MovieDB 3.5-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 119d547ab..6c6e143f7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.PersonType (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.PersonType (API-The MovieDB 3.5-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 8c5bc2885..1777f5cf9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.ProductionCompany (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.ProductionCompany (API-The MovieDB 3.5-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 0f4f1d40e..5b4ab56a3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.ProductionCountry (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.ProductionCountry (API-The MovieDB 3.5-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 d073cd9a4..7706c8461 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.ReleaseInfo (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.ReleaseInfo (API-The MovieDB 3.5-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 83f894f00..c32ab2635 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 3.5-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 75c65e278..e16ac64bf 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.TmdbConfiguration (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.TmdbConfiguration (API-The MovieDB 3.5-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 0a65d3645..7a5949b99 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html index f6c38ec33..7cfc40900 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.TokenSession (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.TokenSession (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html index b3e79121d..b7216fd51 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.Trailer (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.Trailer (API-The MovieDB 3.5-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 5be4b565c..c914542df 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.Translation (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.Translation (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html index 0a91dfee0..7a6ad4e5f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.model (API-The MovieDB 3.4-SNAPSHOT API) - +com.omertron.themoviedbapi.model (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html index 853ed5d80..72c11379c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model (API-The MovieDB 3.4-SNAPSHOT API) - +com.omertron.themoviedbapi.model (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/package-tree.html index 201ce9308..a40ccd493 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) - +com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-use.html b/apidocs/com/omertron/themoviedbapi/model/package-use.html index 3de9b3153..3aaa47b37 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/package-frame.html b/apidocs/com/omertron/themoviedbapi/package-frame.html index 603e85a8d..6e539476b 100644 --- a/apidocs/com/omertron/themoviedbapi/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT API) - +com.omertron.themoviedbapi (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html index 803918403..432659eb1 100644 --- a/apidocs/com/omertron/themoviedbapi/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT API) - +com.omertron.themoviedbapi (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/package-tree.html b/apidocs/com/omertron/themoviedbapi/package-tree.html index a997a6083..6e2e67be0 100644 --- a/apidocs/com/omertron/themoviedbapi/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) - +com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/package-use.html b/apidocs/com/omertron/themoviedbapi/package-use.html index c41b3c906..f54d2a0cf 100644 --- a/apidocs/com/omertron/themoviedbapi/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html index b6c51b09b..0ae46ede1 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html @@ -2,16 +2,16 @@ - + -ApiUrl (API-The MovieDB 3.4-SNAPSHOT API) - +ApiUrl (API-The MovieDB 3.5-SNAPSHOT API) + @@ -142,33 +142,37 @@ extends static String -PARAM_LANGUAGE  +PARAM_INCLUDE_ALL_MOVIES  static String +PARAM_LANGUAGE  + + +static String PARAM_MOVIE_WATCHLIST  - + static String PARAM_PAGE  - + static String PARAM_QUERY  - + static String PARAM_SESSION  - + static String PARAM_TOKEN  - + static String PARAM_VALUE  - + static String PARAM_YEAR  @@ -335,6 +339,16 @@ extends See Also:
      Constant Field Values
    + + + + diff --git a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html index e4ce48c5c..194931f20 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html +++ b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html @@ -2,16 +2,16 @@ - + -WebBrowser (API-The MovieDB 3.4-SNAPSHOT API) - +WebBrowser (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html index a1649cfff..836d1f2c0 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html index 7145b3367..514d40ac7 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.tools.WebBrowser (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.tools.WebBrowser (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html index d966d6c15..44b228297 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.tools (API-The MovieDB 3.4-SNAPSHOT API) - +com.omertron.themoviedbapi.tools (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html index 57c6fd8ac..356f709b0 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.tools (API-The MovieDB 3.4-SNAPSHOT API) - +com.omertron.themoviedbapi.tools (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html index 834b11d95..f769cce4d 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) - +com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-use.html b/apidocs/com/omertron/themoviedbapi/tools/package-use.html index b888ae34d..860ab2c79 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html index 0969da776..ce26ed397 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html @@ -2,16 +2,16 @@ - + -WrapperAlternativeTitles (API-The MovieDB 3.4-SNAPSHOT API) - +WrapperAlternativeTitles (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html index 6160cf639..3ab70ece4 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html @@ -2,16 +2,16 @@ - + -WrapperBase (API-The MovieDB 3.4-SNAPSHOT API) - +WrapperBase (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html index b16b04f65..486bcc97f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html @@ -2,16 +2,16 @@ - + -WrapperChanges (API-The MovieDB 3.4-SNAPSHOT API) - +WrapperChanges (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html index a7e6ebc31..f46e7146f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html @@ -2,16 +2,16 @@ - + -WrapperCollection (API-The MovieDB 3.4-SNAPSHOT API) - +WrapperCollection (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html index b0b9a453a..81b62c696 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html @@ -2,16 +2,16 @@ - + -WrapperCompany (API-The MovieDB 3.4-SNAPSHOT API) - +WrapperCompany (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html index 9e1f68306..2f6fac14a 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html @@ -2,16 +2,16 @@ - + -WrapperCompanyMovies (API-The MovieDB 3.4-SNAPSHOT API) - +WrapperCompanyMovies (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html index a645c5ac2..d4fd10a3d 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html @@ -2,16 +2,16 @@ - + -WrapperConfig (API-The MovieDB 3.4-SNAPSHOT API) - +WrapperConfig (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html index b927a0171..cd1c42d4f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html @@ -2,16 +2,16 @@ - + -WrapperGenres (API-The MovieDB 3.4-SNAPSHOT API) - +WrapperGenres (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html index 832a1d42c..12ce559f6 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html @@ -2,16 +2,16 @@ - + -WrapperImages (API-The MovieDB 3.4-SNAPSHOT API) - +WrapperImages (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html index 948d76184..b56b76b9f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html @@ -2,16 +2,16 @@ - + -WrapperKeywordMovies (API-The MovieDB 3.4-SNAPSHOT API) - +WrapperKeywordMovies (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html index 0f251ce84..9dd9cb0ef 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html @@ -2,16 +2,16 @@ - + -WrapperKeywords (API-The MovieDB 3.4-SNAPSHOT API) - +WrapperKeywords (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html index 95d4ab848..e8bf426d4 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html @@ -2,16 +2,16 @@ - + -WrapperMovie (API-The MovieDB 3.4-SNAPSHOT API) - +WrapperMovie (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html index bce4804e8..6e43d295e 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html @@ -2,16 +2,16 @@ - + -WrapperMovieCasts (API-The MovieDB 3.4-SNAPSHOT API) - +WrapperMovieCasts (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html index 2ad1208bc..bc50acd27 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html @@ -2,16 +2,16 @@ - + -WrapperMovieKeywords (API-The MovieDB 3.4-SNAPSHOT API) - +WrapperMovieKeywords (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html index 5116c2db5..d727eaa23 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html @@ -2,16 +2,16 @@ - + -WrapperMovieList (API-The MovieDB 3.4-SNAPSHOT API) - +WrapperMovieList (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html index a1fc2bff1..079715504 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html @@ -2,16 +2,16 @@ - + -WrapperPerson (API-The MovieDB 3.4-SNAPSHOT API) - +WrapperPerson (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html index 837e34db0..6186a6dac 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html @@ -2,16 +2,16 @@ - + -WrapperPersonCredits (API-The MovieDB 3.4-SNAPSHOT API) - +WrapperPersonCredits (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html index 9e80bf3a7..33361030a 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html @@ -2,16 +2,16 @@ - + -WrapperReleaseInfo (API-The MovieDB 3.4-SNAPSHOT API) - +WrapperReleaseInfo (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html index b9dd3caf3..01d85ec76 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html @@ -2,16 +2,16 @@ - + -WrapperTrailers (API-The MovieDB 3.4-SNAPSHOT API) - +WrapperTrailers (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html index 2717c1d30..0536f1237 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html @@ -2,16 +2,16 @@ - + -WrapperTranslations (API-The MovieDB 3.4-SNAPSHOT API) - +WrapperTranslations (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html index 8e29a1f11..15ca3cd13 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperBase.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperBase.html index 5dc3bd7d3..e9d235b4c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperBase.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperBase.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.WrapperBase (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperBase (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html index 00f42b59f..f97b125ae 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.WrapperChanges (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperChanges (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html index 5b50088e0..58aff8f43 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCollection (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCollection (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html index eb749493b..26f1b0f61 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompany (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompany (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html index cdcb2c49b..e420c4ff7 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html index 7971c59cb..82a4e8439 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.WrapperConfig (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperConfig (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html index 94e32fafa..385275cb8 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.WrapperGenres (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperGenres (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html index cfd2db67f..ed8df1f75 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.WrapperImages (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperImages (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html index 648baa9c4..3c2e44476 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html index 49cdf5de3..a38c2cb94 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywords (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywords (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html index da63708b5..ff2403924 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovie (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovie (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html index 3498ae404..be7278583 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html index dac1fd34b..f9ba5b735 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html index 1907f1812..8cd7a7e4e 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieList (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieList (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html index 0c2ba70fc..4f7d9c7fa 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPerson (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPerson (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html index 28016537b..a618d5d94 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html index 73fabb1a0..9e8e99343 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html index 36108571f..31dc8c693 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTrailers (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTrailers (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html index c0cc06e4e..ee080fc12 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTranslations (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTranslations (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html index 005af25d9..446ce93aa 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.4-SNAPSHOT API) - +com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html index c66da43f3..7d0a5d996 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.4-SNAPSHOT API) - +com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html index e46313106..8c343b84e 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.wrapper Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) - +com.omertron.themoviedbapi.wrapper Class Hierarchy (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html index e978e6229..b8b44027b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.4-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 566d14e67..b016247e2 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,16 +2,16 @@ - + -Constant Field Values (API-The MovieDB 3.4-SNAPSHOT API) - +Constant Field Values (API-The MovieDB 3.5-SNAPSHOT API) + @@ -148,55 +148,62 @@ "id=" + + +public static final String +PARAM_INCLUDE_ALL_MOVIES +"include_all_movies=" + + public static final String PARAM_LANGUAGE "language=" - + public static final String PARAM_MOVIE_WATCHLIST "movie_watchlist=" - + public static final String PARAM_PAGE "page=" - + public static final String PARAM_QUERY "query=" - + public static final String PARAM_SESSION "session_id=" - + public static final String PARAM_TOKEN "request_token=" - + public static final String PARAM_VALUE "value=" - + public static final String diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 45de193fa..de470fc2f 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,16 +2,16 @@ - + -Deprecated List (API-The MovieDB 3.4-SNAPSHOT API) - +Deprecated List (API-The MovieDB 3.5-SNAPSHOT API) + @@ -82,6 +82,9 @@ +com.omertron.themoviedbapi.TheMovieDbApi.getGenreMovies(int, String, int) + + com.omertron.themoviedbapi.TheMovieDbApi.getMovieChanges(int, String, String) diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 0d1924c5b..4223f9a62 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,16 +2,16 @@ - + -API Help (API-The MovieDB 3.4-SNAPSHOT API) - +API Help (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 4ddeb9539..9ced0dade 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,16 +2,16 @@ - + -Index (API-The MovieDB 3.4-SNAPSHOT API) - +Index (API-The MovieDB 3.5-SNAPSHOT API) + @@ -358,6 +358,10 @@
    getGenreMovies(int, String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    Deprecated.
    +
    +
    getGenreMovies(int, String, int, boolean) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    Get a list of movies per genre.
    getGenres() - Method in class com.omertron.themoviedbapi.model.MovieDb
    @@ -1092,6 +1096,8 @@
     
    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
    diff --git a/apidocs/index.html b/apidocs/index.html index 21998429c..01ce7ae01 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,9 +2,9 @@ - + -API-The MovieDB 3.4-SNAPSHOT API +API-The MovieDB 3.5-SNAPSHOT API @@ -64,7 +64,7 @@
    -

    API-The MovieDB 3.4-SNAPSHOT API

    +

    API-The MovieDB 3.5-SNAPSHOT API

    diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 6a03a9aac..e729acbd0 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,16 +2,16 @@ - + -Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) - +Class Hierarchy (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index 6b9d8786f..95af46b18 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,16 +2,16 @@ - + -Serialized Form (API-The MovieDB 3.4-SNAPSHOT API) - +Serialized Form (API-The MovieDB 3.5-SNAPSHOT API) + diff --git a/dependencies.html b/dependencies.html index 4e1cafb29..0e28c9dc8 100644 --- a/dependencies.html +++ b/dependencies.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2013-03-07 -  | Version: 3.4-SNAPSHOT + Last Published: 2013-03-18 +  | Version: 3.5-SNAPSHOT
    API-The MovieDB @@ -80,7 +80,7 @@
    -

    Project Dependencies

    compile

    The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

    GroupIdArtifactIdVersionType
    com.fasterxml.jackson.corejackson-annotations2.1.2jar
    com.fasterxml.jackson.corejackson-core2.1.2jar
    com.fasterxml.jackson.corejackson-databind2.1.2jar
    commons-codeccommons-codec1.7jar
    org.apache.commonscommons-lang33.1jar
    org.slf4jslf4j-api1.7.2jar

    test

    The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

    GroupIdArtifactIdVersionType
    junitjunit4.11jar
    org.slf4jslf4j-jdk141.7.2jar

    Project Transitive Dependencies

    The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

    test

    The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

    GroupIdArtifactIdVersionType
    org.hamcresthamcrest-core1.3jar

    Project Dependency Graph

    -

    Dependency Tree

    Licenses

    New BSD License: Hamcrest Core

    GNU General Public License v3+: API-The MovieDB

    Common Public License Version 1.0: JUnit

    MIT License: SLF4J API Module, SLF4J JDK14 Binding

    The Apache Software License, Version 2.0: Commons Codec, Commons Lang, Jackson-annotations, Jackson-core, jackson-databind

    Dependency File Details

    FilenameSizeEntriesClassesPackagesJDK RevDebug
    jackson-annotations-2.1.4.jar33.67 kB594811.5debug
    jackson-core-2.1.4.jar202.02 kB1108981.5debug
    jackson-databind-2.1.4.jar904.85 kB565532201.5debug
    commons-codec-1.7.jar253.52 kB2278561.6debug
    junit-4.11.jar239.30 kB266233281.5debug
    commons-lang3-3.1.jar308.40 kB179153121.5debug
    hamcrest-core-1.3.jar43.97 kB524531.5debug
    slf4j-api-1.7.3.jar25.46 kB342331.5debug
    slf4j-jdk14-1.7.3.jar7.66 kB15511.5debug
    TotalSizeEntriesClassesPackagesJDK RevDebug
    91.97 MB1,5071,213821.69
    compile: 6compile: 1.69 MBcompile: 1,174compile: 930compile: 50-compile: 6
    test: 3test: 290.92 kBtest: 333test: 283test: 32-test: 3

    Dependency Repository Locations

    Repo IDURLReleaseSnapshot
    apache.snapshotshttp://repository.apache.org/snapshots-Yes
    sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
    centralhttp://repo.maven.apache.org/maven2Yes-

    Repository locations for each of the Dependencies.

    Artifactapache.snapshotssonatype-nexus-snapshotscentral
    com.fasterxml.jackson.core:jackson-annotations:jar:2.1.4--Found at http://repo.maven.apache.org/maven2
    com.fasterxml.jackson.core:jackson-core:jar:2.1.4--Found at http://repo.maven.apache.org/maven2
    com.fasterxml.jackson.core:jackson-databind:jar:2.1.4--Found at http://repo.maven.apache.org/maven2
    commons-codec:commons-codec:jar:1.7--Found at http://repo.maven.apache.org/maven2
    junit:junit:jar:4.11--Found at http://repo.maven.apache.org/maven2
    org.apache.commons:commons-lang3:jar:3.1--Found at http://repo.maven.apache.org/maven2
    org.hamcrest:hamcrest-core:jar:1.3--Found at http://repo.maven.apache.org/maven2
    org.slf4j:slf4j-api:jar:1.7.3--Found at http://repo.maven.apache.org/maven2
    org.slf4j:slf4j-jdk14:jar:1.7.3--Found at http://repo.maven.apache.org/maven2
    Totalapache.snapshotssonatype-nexus-snapshotscentral
    9 (compile: 6, test: 3)009
    diff --git a/index.html b/index.html index e4f2c9641..35b2c5eea 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2013-03-07 -  | Version: 3.4-SNAPSHOT + Last Published: 2013-03-18 +  | Version: 3.5-SNAPSHOT
    API-The MovieDB diff --git a/issue-tracking.html b/issue-tracking.html index 12939f88b..0aad6519b 100644 --- a/issue-tracking.html +++ b/issue-tracking.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2013-03-07 -  | Version: 3.4-SNAPSHOT + Last Published: 2013-03-18 +  | Version: 3.5-SNAPSHOT
    API-The MovieDB diff --git a/license.html b/license.html index 216901e1b..fc0807767 100644 --- a/license.html +++ b/license.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2013-03-07 -  | Version: 3.4-SNAPSHOT + Last Published: 2013-03-18 +  | Version: 3.5-SNAPSHOT
    API-The MovieDB diff --git a/project-info.html b/project-info.html index 267dabdf1..dc2ceb921 100644 --- a/project-info.html +++ b/project-info.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2013-03-07 -  | Version: 3.4-SNAPSHOT + Last Published: 2013-03-18 +  | Version: 3.5-SNAPSHOT
    API-The MovieDB diff --git a/project-reports.html b/project-reports.html index 8b9dfd66f..bf0541564 100644 --- a/project-reports.html +++ b/project-reports.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2013-03-07 -  | Version: 3.4-SNAPSHOT + Last Published: 2013-03-18 +  | Version: 3.5-SNAPSHOT
    API-The MovieDB diff --git a/project-summary.html b/project-summary.html index 0002389f5..63e33fff7 100644 --- a/project-summary.html +++ b/project-summary.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2013-03-07 -  | Version: 3.4-SNAPSHOT + Last Published: 2013-03-18 +  | Version: 3.5-SNAPSHOT
    API-The MovieDB @@ -80,7 +80,7 @@
    -

    Project Summary

    Project Information

    FieldValue
    NameAPI-The MovieDB
    DescriptionAPI for the TheMovieDb.org website
    Homepagehttps://github.com/Omertron/api-themoviedb

    Project Organization

    This project does not belong to an organization.

    Build Information

    FieldValue
    GroupIdcom.omertron
    ArtifactIdthemoviedbapi
    Version3.4-SNAPSHOT
    Typejar
    +

    Project Summary

    Project Information

    FieldValue
    NameAPI-The MovieDB
    DescriptionAPI for the TheMovieDb.org website
    Homepagehttps://github.com/Omertron/api-themoviedb

    Project Organization

    This project does not belong to an organization.

    Build Information

    FieldValue
    GroupIdcom.omertron
    ArtifactIdthemoviedbapi
    Version3.5-SNAPSHOT
    Typejar
    diff --git a/source-repository.html b/source-repository.html index 02bd58099..8f945f59c 100644 --- a/source-repository.html +++ b/source-repository.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2013-03-07 -  | Version: 3.4-SNAPSHOT + Last Published: 2013-03-18 +  | Version: 3.5-SNAPSHOT
    API-The MovieDB diff --git a/testapidocs/allclasses-frame.html b/testapidocs/allclasses-frame.html index cd01183a4..6bc8c6c0c 100644 --- a/testapidocs/allclasses-frame.html +++ b/testapidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + -All Classes (API-The MovieDB 3.4-SNAPSHOT Test API) - +All Classes (API-The MovieDB 3.5-SNAPSHOT Test API) + diff --git a/testapidocs/allclasses-noframe.html b/testapidocs/allclasses-noframe.html index ffa428472..50c8b0d1b 100644 --- a/testapidocs/allclasses-noframe.html +++ b/testapidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + -All Classes (API-The MovieDB 3.4-SNAPSHOT Test API) - +All Classes (API-The MovieDB 3.5-SNAPSHOT Test API) + diff --git a/testapidocs/com/omertron/themoviedbapi/TestLogger.html b/testapidocs/com/omertron/themoviedbapi/TestLogger.html index d464a50e3..d4aa5f963 100644 --- a/testapidocs/com/omertron/themoviedbapi/TestLogger.html +++ b/testapidocs/com/omertron/themoviedbapi/TestLogger.html @@ -2,16 +2,16 @@ - + -TestLogger (API-The MovieDB 3.4-SNAPSHOT Test API) - +TestLogger (API-The MovieDB 3.5-SNAPSHOT Test API) + diff --git a/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html b/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html index 4e6c9af75..cf33dcb65 100644 --- a/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html +++ b/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html @@ -2,16 +2,16 @@ - + -TheMovieDbApiTest (API-The MovieDB 3.4-SNAPSHOT Test API) - +TheMovieDbApiTest (API-The MovieDB 3.5-SNAPSHOT Test API) + diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html b/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html index 8a4443aa3..fadad1e90 100644 --- a/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html +++ b/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.TestLogger (API-The MovieDB 3.4-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.TestLogger (API-The MovieDB 3.5-SNAPSHOT Test API) + diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html b/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html index a479b15e8..fe2fef6b7 100644 --- a/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html +++ b/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.TheMovieDbApiTest (API-The MovieDB 3.4-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.TheMovieDbApiTest (API-The MovieDB 3.5-SNAPSHOT Test API) + diff --git a/testapidocs/com/omertron/themoviedbapi/package-frame.html b/testapidocs/com/omertron/themoviedbapi/package-frame.html index f39ead18b..999a9da4d 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-frame.html +++ b/testapidocs/com/omertron/themoviedbapi/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT Test API) - +com.omertron.themoviedbapi (API-The MovieDB 3.5-SNAPSHOT Test API) + diff --git a/testapidocs/com/omertron/themoviedbapi/package-summary.html b/testapidocs/com/omertron/themoviedbapi/package-summary.html index d3ee6ab34..2b623c218 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-summary.html +++ b/testapidocs/com/omertron/themoviedbapi/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT Test API) - +com.omertron.themoviedbapi (API-The MovieDB 3.5-SNAPSHOT Test API) + diff --git a/testapidocs/com/omertron/themoviedbapi/package-tree.html b/testapidocs/com/omertron/themoviedbapi/package-tree.html index 57916049e..31443c767 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-tree.html +++ b/testapidocs/com/omertron/themoviedbapi/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT Test API) - +com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.5-SNAPSHOT Test API) + diff --git a/testapidocs/com/omertron/themoviedbapi/package-use.html b/testapidocs/com/omertron/themoviedbapi/package-use.html index 0bbcea0a3..f675887e7 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-use.html +++ b/testapidocs/com/omertron/themoviedbapi/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT Test API) - +Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.5-SNAPSHOT Test API) + diff --git a/testapidocs/constant-values.html b/testapidocs/constant-values.html index b049479e5..733c8ad24 100644 --- a/testapidocs/constant-values.html +++ b/testapidocs/constant-values.html @@ -2,16 +2,16 @@ - + -Constant Field Values (API-The MovieDB 3.4-SNAPSHOT Test API) - +Constant Field Values (API-The MovieDB 3.5-SNAPSHOT Test API) + diff --git a/testapidocs/deprecated-list.html b/testapidocs/deprecated-list.html index fd38a067e..8acedfdc2 100644 --- a/testapidocs/deprecated-list.html +++ b/testapidocs/deprecated-list.html @@ -2,16 +2,16 @@ - + -Deprecated List (API-The MovieDB 3.4-SNAPSHOT Test API) - +Deprecated List (API-The MovieDB 3.5-SNAPSHOT Test API) + diff --git a/testapidocs/help-doc.html b/testapidocs/help-doc.html index aa802c1d7..2375c92a7 100644 --- a/testapidocs/help-doc.html +++ b/testapidocs/help-doc.html @@ -2,16 +2,16 @@ - + -API Help (API-The MovieDB 3.4-SNAPSHOT Test API) - +API Help (API-The MovieDB 3.5-SNAPSHOT Test API) + diff --git a/testapidocs/index-all.html b/testapidocs/index-all.html index ad2d1a506..a853bf9f5 100644 --- a/testapidocs/index-all.html +++ b/testapidocs/index-all.html @@ -2,16 +2,16 @@ - + -Index (API-The MovieDB 3.4-SNAPSHOT Test API) - +Index (API-The MovieDB 3.5-SNAPSHOT Test API) + diff --git a/testapidocs/index.html b/testapidocs/index.html index 925aedd29..22e517a52 100644 --- a/testapidocs/index.html +++ b/testapidocs/index.html @@ -2,9 +2,9 @@ - + -API-The MovieDB 3.4-SNAPSHOT Test API +API-The MovieDB 3.5-SNAPSHOT Test API