diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 21ef7d374..c03e5bcb0 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + All Classes (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 5958b3445..ca61cf594 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + All Classes (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html index 1ef69b327..4b5872dc2 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html @@ -2,10 +2,10 @@ - + MovieDbException.MovieDbExceptionType (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.html index b71b8a5a5..ecfff730d 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.html @@ -2,10 +2,10 @@ - + MovieDbException (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html index d6cab737d..0b509cbac 100644 --- a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html @@ -2,10 +2,10 @@ - + TheMovieDbApi (API-The MovieDB 3.4-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..13ce5b687 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html index 4b00bd299..633236a31 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 3.4-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..bb363d616 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html index 19d8dd63a..abaed89a4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html @@ -2,10 +2,10 @@ - + AlternativeTitle (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/Artwork.html index 1113b07f8..6fcded867 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/Artwork.html @@ -2,10 +2,10 @@ - + Artwork (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html index 8e781e3b3..777f8e0ec 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html @@ -2,10 +2,10 @@ - + ArtworkType (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html index b6d4dfe22..15e986058 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html @@ -2,10 +2,10 @@ - + ChangeItem (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html b/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html index 891da9c3f..89bbfc101 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html @@ -2,10 +2,10 @@ - + ChangeValue (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Collection.html b/apidocs/com/omertron/themoviedbapi/model/Collection.html index 2149f6ba2..1c6c77fa8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/Collection.html @@ -2,10 +2,10 @@ - + Collection (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html index 25485841d..82d512fd2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html @@ -2,10 +2,10 @@ - + CollectionInfo (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Company.html b/apidocs/com/omertron/themoviedbapi/model/Company.html index 17e82d1aa..88aa1095c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/Company.html @@ -2,10 +2,10 @@ - + Company (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html index fc56ec61a..dde0119e1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/Genre.html @@ -2,10 +2,10 @@ - + Genre (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/Keyword.html index cf585d886..9ae7e9eb0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/Keyword.html @@ -2,10 +2,10 @@ - + Keyword (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html index b6201031e..498c7ed64 100644 --- a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html @@ -2,10 +2,10 @@ - + KeywordMovie (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html index edd762f0a..e9084a894 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/Language.html @@ -2,10 +2,10 @@ - + Language (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html b/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html index b41327986..e361ac356 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html @@ -2,10 +2,10 @@ - + MovieChanges (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html index 338bba4fa..04dbda4cb 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html @@ -2,10 +2,10 @@ - + MovieDb (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html index 38e477ed6..d4a394100 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html @@ -2,10 +2,10 @@ - + MovieDbList (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/MovieList.html index e23a58e3c..96bf10422 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieList.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieList.html @@ -2,10 +2,10 @@ - + MovieList (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Person.html b/apidocs/com/omertron/themoviedbapi/model/Person.html index 650f4b87c..06ef7f36a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/Person.html @@ -2,10 +2,10 @@ - + Person (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html index 629710d3d..0955fd6d1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html @@ -2,10 +2,10 @@ - + PersonCast (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html index ce2d6712b..0f2032c26 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html @@ -2,10 +2,10 @@ - + PersonCredit (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html index ab165f7d9..2c97e5bd0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html @@ -2,10 +2,10 @@ - + PersonCrew (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/PersonType.html index 850129126..81082fdc5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonType.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonType.html @@ -2,10 +2,10 @@ - + PersonType (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html index b534e7453..57321735d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html @@ -2,10 +2,10 @@ - + ProductionCompany (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html index d1495becd..9e665ec1e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html @@ -2,10 +2,10 @@ - + ProductionCountry (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html index 5f7a7dbbd..b51f67176 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html @@ -2,10 +2,10 @@ - + ReleaseInfo (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html index 6c3aa0ed8..120a9e374 100644 --- a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html @@ -2,10 +2,10 @@ - + StatusCode (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html index 0a3d8778d..51d327611 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html @@ -2,10 +2,10 @@ - + TmdbConfiguration (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html index 7aa927ff3..1d0dae994 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html @@ -2,10 +2,10 @@ - + TokenAuthorisation (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html index 0e76132c5..46738eae4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html @@ -2,10 +2,10 @@ - + TokenSession (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/Trailer.html index e461a67b7..7eb3e8125 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/Trailer.html @@ -2,10 +2,10 @@ - + Trailer (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Translation.html b/apidocs/com/omertron/themoviedbapi/model/Translation.html index fa9f4e4e4..c91bbc33e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/Translation.html @@ -2,10 +2,10 @@ - + Translation (API-The MovieDB 3.4-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..cf7bee852 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.AlternativeTitle (API-The MovieDB 3.4-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..2bb416c09 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.Artwork (API-The MovieDB 3.4-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..26a884992 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.ArtworkType (API-The MovieDB 3.4-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..9e7d843c4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.ChangeItem (API-The MovieDB 3.4-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..63cb6cf3c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.ChangeValue (API-The MovieDB 3.4-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..67d7cd063 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.Collection (API-The MovieDB 3.4-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..fb19560dc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.CollectionInfo (API-The MovieDB 3.4-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..c1de97dc4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.Company (API-The MovieDB 3.4-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..b30192fae 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 3.4-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..0f8687494 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.Keyword (API-The MovieDB 3.4-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..6a280d588 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.KeywordMovie (API-The MovieDB 3.4-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..d7dac1ecd 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 3.4-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..a2531002f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieChanges (API-The MovieDB 3.4-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..bb46c33fa 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieDb (API-The MovieDB 3.4-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..9bd8d9fb7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieDbList (API-The MovieDB 3.4-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..f33392637 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieList (API-The MovieDB 3.4-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..6c5a1b43f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.Person (API-The MovieDB 3.4-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..62433e152 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonCast (API-The MovieDB 3.4-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..8d7a921a1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonCredit (API-The MovieDB 3.4-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..93409ab85 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonCrew (API-The MovieDB 3.4-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..143ea2424 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonType (API-The MovieDB 3.4-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..41f93ba36 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.ProductionCompany (API-The MovieDB 3.4-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..ed32e8140 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.ProductionCountry (API-The MovieDB 3.4-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..c305ea306 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.ReleaseInfo (API-The MovieDB 3.4-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..095a57f02 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 3.4-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..ac122cf3a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.TmdbConfiguration (API-The MovieDB 3.4-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..7ee69491e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The MovieDB 3.4-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..612c757c2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.TokenSession (API-The MovieDB 3.4-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..38f366b24 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.Trailer (API-The MovieDB 3.4-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..6b2b3177f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.Translation (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html index 0a91dfee0..58d1daf37 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) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html index 853ed5d80..1b35a2c02 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/package-tree.html index 201ce9308..1c1811b8f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-use.html b/apidocs/com/omertron/themoviedbapi/model/package-use.html index 3de9b3153..0b39eeaf0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-frame.html b/apidocs/com/omertron/themoviedbapi/package-frame.html index 603e85a8d..a3f7efc1d 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) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html index 803918403..31d2f77ba 100644 --- a/apidocs/com/omertron/themoviedbapi/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-tree.html b/apidocs/com/omertron/themoviedbapi/package-tree.html index a997a6083..c601c2127 100644 --- a/apidocs/com/omertron/themoviedbapi/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-use.html b/apidocs/com/omertron/themoviedbapi/package-use.html index c41b3c906..8143b88f9 100644 --- a/apidocs/com/omertron/themoviedbapi/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html index b6c51b09b..d03dc7eec 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html @@ -2,10 +2,10 @@ - + ApiUrl (API-The MovieDB 3.4-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..f3b9848f6 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html +++ b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html @@ -2,10 +2,10 @@ - + WebBrowser (API-The MovieDB 3.4-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..7ca717fda 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.4-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..f094da44b 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.tools.WebBrowser (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html index d966d6c15..8d7d115f4 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) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html index 57c6fd8ac..52b37f267 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.tools (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html index 834b11d95..cfd2bbe87 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-use.html b/apidocs/com/omertron/themoviedbapi/tools/package-use.html index b888ae34d..981dbcf23 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html index 0969da776..6bc4c30a2 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html @@ -2,10 +2,10 @@ - + WrapperAlternativeTitles (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html index 6160cf639..a9f4b321a 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html @@ -2,10 +2,10 @@ - + WrapperBase (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html index b16b04f65..74f0b3dd5 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html @@ -2,10 +2,10 @@ - + WrapperChanges (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html index a7e6ebc31..a01fb78ef 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html @@ -2,10 +2,10 @@ - + WrapperCollection (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html index b0b9a453a..c65d349e4 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html @@ -2,10 +2,10 @@ - + WrapperCompany (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html index 9e1f68306..90d614a51 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html @@ -2,10 +2,10 @@ - + WrapperCompanyMovies (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html index a645c5ac2..cdc9fdabf 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html @@ -2,10 +2,10 @@ - + WrapperConfig (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html index b927a0171..2ab136153 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html @@ -2,10 +2,10 @@ - + WrapperGenres (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html index 832a1d42c..1fba5e84e 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html @@ -2,10 +2,10 @@ - + WrapperImages (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html index 948d76184..5bf85c1c8 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html @@ -2,10 +2,10 @@ - + WrapperKeywordMovies (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html index 0f251ce84..3f2c1b681 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html @@ -2,10 +2,10 @@ - + WrapperKeywords (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html index 95d4ab848..828c3385f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html @@ -2,10 +2,10 @@ - + WrapperMovie (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html index bce4804e8..5ecc94f56 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html @@ -2,10 +2,10 @@ - + WrapperMovieCasts (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html index 2ad1208bc..24e7c2a21 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html @@ -2,10 +2,10 @@ - + WrapperMovieKeywords (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html index 5116c2db5..9af21a202 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html @@ -2,10 +2,10 @@ - + WrapperMovieList (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html index a1fc2bff1..d7bd4cb92 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html @@ -2,10 +2,10 @@ - + WrapperPerson (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html index 837e34db0..b1cd57d5c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html @@ -2,10 +2,10 @@ - + WrapperPersonCredits (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html index 9e80bf3a7..7fb7b9153 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html @@ -2,10 +2,10 @@ - + WrapperReleaseInfo (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html index b9dd3caf3..56332c770 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html @@ -2,10 +2,10 @@ - + WrapperTrailers (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html index 2717c1d30..5299f7ca7 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html @@ -2,10 +2,10 @@ - + WrapperTranslations (API-The MovieDB 3.4-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..c2dcda962 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (API-The MovieDB 3.4-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..bb9072f9e 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperBase.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperBase.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperBase (API-The MovieDB 3.4-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..42c48fe74 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperChanges (API-The MovieDB 3.4-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..cd7771e12 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCollection (API-The MovieDB 3.4-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..4cef57489 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompany (API-The MovieDB 3.4-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..19906a74d 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies (API-The MovieDB 3.4-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..36cdb2813 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperConfig (API-The MovieDB 3.4-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..2875c9bac 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperGenres (API-The MovieDB 3.4-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..91c32342e 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperImages (API-The MovieDB 3.4-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..d651d0a52 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies (API-The MovieDB 3.4-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..6b39e5c43 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywords (API-The MovieDB 3.4-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..573c56a4b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovie (API-The MovieDB 3.4-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..d8586b525 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts (API-The MovieDB 3.4-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..b852e49a4 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords (API-The MovieDB 3.4-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..5360a3ae6 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieList (API-The MovieDB 3.4-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..ca5f37215 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPerson (API-The MovieDB 3.4-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..3b6c12e9c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits (API-The MovieDB 3.4-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..0cf1ed00e 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (API-The MovieDB 3.4-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..51c9e9840 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTrailers (API-The MovieDB 3.4-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..2d0142f9f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTranslations (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html index 005af25d9..37d3fc0e2 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) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html index c66da43f3..45d2d2c78 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html index e46313106..07d676633 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.wrapper Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html index e978e6229..9759eaf91 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 566d14e67..dca324cac 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,10 +2,10 @@ - + Constant Field Values (API-The MovieDB 3.4-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..79285d0c6 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,10 +2,10 @@ - + Deprecated List (API-The MovieDB 3.4-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..57169dcfb 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,10 +2,10 @@ - + API Help (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 4ddeb9539..bed1979e4 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,10 +2,10 @@ - + Index (API-The MovieDB 3.4-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..231ec78ff 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,7 +2,7 @@ - + API-The MovieDB 3.4-SNAPSHOT API -

    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.2.jar33.67 kB594811.5debug
    jackson-core-2.1.2.jar201.84 kB1108981.5debug
    jackson-databind-2.1.2.jar903.08 kB564531201.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.2.jar25.47 kB342331.5debug
    slf4j-jdk14-1.7.2.jar7.66 kB15511.5debug
    TotalSizeEntriesClassesPackagesJDK RevDebug
    91.97 MB1,5061,212821.69
    compile: 6compile: 1.69 MBcompile: 1,173compile: 929compile: 50-compile: 6
    test: 3test: 290.93 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.2--Found at http://repo.maven.apache.org/maven2
    com.fasterxml.jackson.core:jackson-core:jar:2.1.2--Found at http://repo.maven.apache.org/maven2
    com.fasterxml.jackson.core:jackson-databind:jar:2.1.2--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.2--Found at http://repo.maven.apache.org/maven2
    org.slf4j:slf4j-jdk14:jar:1.7.2--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..1eef41b6b 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-03-07 + Last Published: 2013-03-18  | Version: 3.4-SNAPSHOT
    API-The MovieDB diff --git a/issue-tracking.html b/issue-tracking.html index 12939f88b..374174186 100644 --- a/issue-tracking.html +++ b/issue-tracking.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-03-07 + Last Published: 2013-03-18  | Version: 3.4-SNAPSHOT
    API-The MovieDB diff --git a/license.html b/license.html index 216901e1b..149fb29f2 100644 --- a/license.html +++ b/license.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-03-07 + Last Published: 2013-03-18  | Version: 3.4-SNAPSHOT
    API-The MovieDB diff --git a/project-info.html b/project-info.html index 267dabdf1..08c99414b 100644 --- a/project-info.html +++ b/project-info.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-03-07 + Last Published: 2013-03-18  | Version: 3.4-SNAPSHOT
    API-The MovieDB diff --git a/project-reports.html b/project-reports.html index 8b9dfd66f..36dab23d2 100644 --- a/project-reports.html +++ b/project-reports.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-03-07 + Last Published: 2013-03-18  | Version: 3.4-SNAPSHOT
    API-The MovieDB diff --git a/project-summary.html b/project-summary.html index 0002389f5..ef80a7583 100644 --- a/project-summary.html +++ b/project-summary.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-03-07 + Last Published: 2013-03-18  | Version: 3.4-SNAPSHOT
    API-The MovieDB diff --git a/source-repository.html b/source-repository.html index 02bd58099..8c162410d 100644 --- a/source-repository.html +++ b/source-repository.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-03-07 + Last Published: 2013-03-18  | Version: 3.4-SNAPSHOT
    API-The MovieDB diff --git a/testapidocs/allclasses-frame.html b/testapidocs/allclasses-frame.html index cd01183a4..b2fb29b18 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) - + diff --git a/testapidocs/allclasses-noframe.html b/testapidocs/allclasses-noframe.html index ffa428472..1047e6c7b 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) - + diff --git a/testapidocs/com/omertron/themoviedbapi/TestLogger.html b/testapidocs/com/omertron/themoviedbapi/TestLogger.html index d464a50e3..bc5b77f75 100644 --- a/testapidocs/com/omertron/themoviedbapi/TestLogger.html +++ b/testapidocs/com/omertron/themoviedbapi/TestLogger.html @@ -2,10 +2,10 @@ - + TestLogger (API-The MovieDB 3.4-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html b/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html index 4e6c9af75..f073cbc06 100644 --- a/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html +++ b/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html @@ -2,10 +2,10 @@ - + TheMovieDbApiTest (API-The MovieDB 3.4-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..005583729 100644 --- a/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html +++ b/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.TestLogger (API-The MovieDB 3.4-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..546ecedfc 100644 --- a/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html +++ b/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.TheMovieDbApiTest (API-The MovieDB 3.4-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/package-frame.html b/testapidocs/com/omertron/themoviedbapi/package-frame.html index f39ead18b..841f4794d 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) - + diff --git a/testapidocs/com/omertron/themoviedbapi/package-summary.html b/testapidocs/com/omertron/themoviedbapi/package-summary.html index d3ee6ab34..fbb6b5a7c 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-summary.html +++ b/testapidocs/com/omertron/themoviedbapi/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/package-tree.html b/testapidocs/com/omertron/themoviedbapi/package-tree.html index 57916049e..2c56f7885 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-tree.html +++ b/testapidocs/com/omertron/themoviedbapi/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/package-use.html b/testapidocs/com/omertron/themoviedbapi/package-use.html index 0bbcea0a3..6fc8b9b7a 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-use.html +++ b/testapidocs/com/omertron/themoviedbapi/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT Test API) - + diff --git a/testapidocs/constant-values.html b/testapidocs/constant-values.html index b049479e5..e67e411dc 100644 --- a/testapidocs/constant-values.html +++ b/testapidocs/constant-values.html @@ -2,10 +2,10 @@ - + Constant Field Values (API-The MovieDB 3.4-SNAPSHOT Test API) - + diff --git a/testapidocs/deprecated-list.html b/testapidocs/deprecated-list.html index fd38a067e..46edc314b 100644 --- a/testapidocs/deprecated-list.html +++ b/testapidocs/deprecated-list.html @@ -2,10 +2,10 @@ - + Deprecated List (API-The MovieDB 3.4-SNAPSHOT Test API) - + diff --git a/testapidocs/help-doc.html b/testapidocs/help-doc.html index aa802c1d7..9baf9e40b 100644 --- a/testapidocs/help-doc.html +++ b/testapidocs/help-doc.html @@ -2,10 +2,10 @@ - + API Help (API-The MovieDB 3.4-SNAPSHOT Test API) - + diff --git a/testapidocs/index-all.html b/testapidocs/index-all.html index ad2d1a506..eb917ab51 100644 --- a/testapidocs/index-all.html +++ b/testapidocs/index-all.html @@ -2,10 +2,10 @@ - + Index (API-The MovieDB 3.4-SNAPSHOT Test API) - + diff --git a/testapidocs/index.html b/testapidocs/index.html index 925aedd29..e648cbe7a 100644 --- a/testapidocs/index.html +++ b/testapidocs/index.html @@ -2,7 +2,7 @@ - + API-The MovieDB 3.4-SNAPSHOT Test API