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 @@
- + -getGenreMovies(int genreId,
String language,
int page)
-List<MovieDb>getGenreMovies(int genreId,
+ String language,
+ int page,
+ boolean includeAllMovies)
+TokenSessiongetGuestSessionToken()
KeywordgetKeyword(String keywordId)
List<KeywordMovie>getKeywordMovies(String keywordId,
String language,
@@ -243,32 +252,32 @@ extends Get the list of movies for a particular keyword by id.
MovieDbgetLatestMovie()
MovieDbListgetList(String listId)
List<AlternativeTitle>getMovieAlternativeTitles(int movieId,
String country)
List<Person>getMovieCasts(int movieId)
List<MovieChanges>getMovieChanges(int movieId,
String startDate,
@@ -276,40 +285,40 @@ extends Deprecated.
voidgetMovieChangesList(int page,
String startDate,
String endDate) List<Artwork>getMovieImages(int movieId,
String language)
MovieDbgetMovieInfo(int movieId,
String language)
MovieDbgetMovieInfoImdb(String imdbId,
String language)
List<Keyword>getMovieKeywords(int movieId)
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)
List<Trailer>getMovieTrailers(int movieId,
String language)
List<Translation>getMovieTranslations(int movieId)
List<MovieDb>getNowPlayingMovies(String language,
int page)
voidgetPersonChanges(int personId,
String startDate,
@@ -352,50 +361,50 @@ extends Get the changes for a specific person id.
voidgetPersonChangesList(int page,
String startDate,
String endDate) List<PersonCredit>getPersonCredits(int personId)
List<Artwork>getPersonImages(int personId)
PersongetPersonInfo(int personId)
PersongetPersonLatest()
List<MovieDb>getPopularMovieList(String language,
int page)
TokenSessiongetSessionToken(TokenAuthorisation token)
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)
List<MovieDb>getUpcoming(String language,
int page)
booleanpostMovieRating(String sessionId,
String rating)
List<Collection>searchCollection(String query,
String language,
@@ -432,21 +441,21 @@ extends Search for collections by name.
List<Company>searchCompanies(String companyName,
int page)
List<Keyword>searchKeyword(String query,
int page)
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.
voidsetProxy(String host,
String port,
@@ -481,7 +490,7 @@ extends Set the proxy information
voidsetTimeout(int connect,
int read)
@@ -1161,9 +1170,26 @@ public
@Deprecated +public List<MovieDb> getGenreMovies(int genreId, + String language, + int page) + throws MovieDbException+
MovieDbExceptionpublic List<MovieDb> getGenreMovies(int genreId, String language, - int page) + int page, + boolean includeAllMovies) throws MovieDbException
getGenreMovies(int genreId,
String language,
int page)
-List<MovieDb>getGenreMovies(int genreId,
+ String language,
+ int page,
+ boolean includeAllMovies)
+TokenSessiongetGuestSessionToken()
KeywordgetKeyword(String keywordId)
List<KeywordMovie>getKeywordMovies(String keywordId,
String language,
@@ -175,32 +184,32 @@
Get the list of movies for a particular keyword by id.
MovieDbgetLatestMovie()
MovieDbListgetList(String listId)
List<AlternativeTitle>getMovieAlternativeTitles(int movieId,
String country)
List<Person>getMovieCasts(int movieId)
List<MovieChanges>getMovieChanges(int movieId,
String startDate,
@@ -208,40 +217,40 @@
Deprecated.
voidgetMovieChangesList(int page,
String startDate,
String endDate) List<Artwork>getMovieImages(int movieId,
String language)
MovieDbgetMovieInfo(int movieId,
String language)
MovieDbgetMovieInfoImdb(String imdbId,
String language)
List<Keyword>getMovieKeywords(int movieId)
List<MovieList>getMovieLists(int movieId,
String language,
@@ -249,34 +258,34 @@
Get the lists that the movie belongs to
List<ReleaseInfo>getMovieReleaseInfo(int movieId,
String language)
List<Trailer>getMovieTrailers(int movieId,
String language)
List<Translation>getMovieTranslations(int movieId)
List<MovieDb>getNowPlayingMovies(String language,
int page)
voidgetPersonChanges(int personId,
String startDate,
@@ -284,50 +293,50 @@
Get the changes for a specific person id.
voidgetPersonChangesList(int page,
String startDate,
String endDate) List<PersonCredit>getPersonCredits(int personId)
List<Artwork>getPersonImages(int personId)
PersongetPersonInfo(int personId)
PersongetPersonLatest()
List<MovieDb>getPopularMovieList(String language,
int page)
TokenSessiongetSessionToken(TokenAuthorisation token)
List<MovieDb>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>getTopRatedMovies(String language,
int page)
List<MovieDb>getUpcoming(String language,
int page)
booleanpostMovieRating(String sessionId,
String rating)
List<Collection>searchCollection(String query,
String language,
@@ -364,21 +373,21 @@
Search for collections by name.
List<Company>searchCompanies(String companyName,
int page)
List<Keyword>searchKeyword(String query,
int page)
List<MovieList>searchList(String query,
String language,
@@ -386,7 +395,7 @@
Search for lists by name and description.
List<MovieDb>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>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>getGenreMovies(int genreId,
+ String language,
+ int page,
+ boolean includeAllMovies)
+List<MovieDb>getNowPlayingMovies(String language,
int page)
List<MovieDb>getPopularMovieList(String language,
int page)
List<MovieDb>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>getTopRatedMovies(String language,
int page)
List<MovieDb>getUpcoming(String language,
int page)
List<MovieDb>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 StringPARAM_LANGUAGE static StringPARAM_MOVIE_WATCHLIST static StringPARAM_PAGE static StringPARAM_QUERY static StringPARAM_SESSION static StringPARAM_TOKEN static StringPARAM_VALUE static StringPARAM_YEAR public static final String PARAM_INCLUDE_ALL_MOVIES+
"id="public static final StringPARAM_INCLUDE_ALL_MOVIES"include_all_movies="public static final StringPARAM_LANGUAGE"language="public static final StringPARAM_MOVIE_WATCHLIST"movie_watchlist="public static final StringPARAM_PAGE"page="public static final StringPARAM_QUERY"query="public static final StringPARAM_SESSION"session_id="public static final StringPARAM_TOKEN"request_token="public static final StringPARAM_VALUE"value="public static final String| GroupId | ArtifactId | Version | Type |
|---|---|---|---|
| com.fasterxml.jackson.core | jackson-annotations | 2.1.2 | jar |
| com.fasterxml.jackson.core | jackson-core | 2.1.2 | jar |
| com.fasterxml.jackson.core | jackson-databind | 2.1.2 | jar |
| commons-codec | commons-codec | 1.7 | jar |
| org.apache.commons | commons-lang3 | 3.1 | jar |
| org.slf4j | slf4j-api | 1.7.2 | jar |
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:
| GroupId | ArtifactId | Version | Type |
|---|---|---|---|
| junit | junit | 4.11 | jar |
| org.slf4j | slf4j-jdk14 | 1.7.2 | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
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:
| GroupId | ArtifactId | Version | Type |
|---|---|---|---|
| org.hamcrest | hamcrest-core | 1.3 | jar |
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
| Filename | Size | Entries | Classes | Packages | JDK Rev | Debug |
|---|---|---|---|---|---|---|
| jackson-annotations-2.1.4.jar | 33.67 kB | 59 | 48 | 1 | 1.5 | debug |
| jackson-core-2.1.4.jar | 202.02 kB | 110 | 89 | 8 | 1.5 | debug |
| jackson-databind-2.1.4.jar | 904.85 kB | 565 | 532 | 20 | 1.5 | debug |
| commons-codec-1.7.jar | 253.52 kB | 227 | 85 | 6 | 1.6 | debug |
| junit-4.11.jar | 239.30 kB | 266 | 233 | 28 | 1.5 | debug |
| commons-lang3-3.1.jar | 308.40 kB | 179 | 153 | 12 | 1.5 | debug |
| hamcrest-core-1.3.jar | 43.97 kB | 52 | 45 | 3 | 1.5 | debug |
| slf4j-api-1.7.3.jar | 25.46 kB | 34 | 23 | 3 | 1.5 | debug |
| slf4j-jdk14-1.7.3.jar | 7.66 kB | 15 | 5 | 1 | 1.5 | debug |
| Total | Size | Entries | Classes | Packages | JDK Rev | Debug |
| 9 | 1.97 MB | 1,507 | 1,213 | 82 | 1.6 | 9 |
| compile: 6 | compile: 1.69 MB | compile: 1,174 | compile: 930 | compile: 50 | - | compile: 6 |
| test: 3 | test: 290.92 kB | test: 333 | test: 283 | test: 32 | - | test: 3 |
| Repo ID | URL | Release | Snapshot |
|---|---|---|---|
| apache.snapshots | http://repository.apache.org/snapshots | - | Yes |
| sonatype-nexus-snapshots | https://oss.sonatype.org/content/repositories/snapshots | - | Yes |
| central | http://repo.maven.apache.org/maven2 | Yes | - |
Repository locations for each of the Dependencies.
| Field | Value |
|---|---|
| Name | API-The MovieDB |
| Description | API for the TheMovieDb.org website |
| Homepage | https://github.com/Omertron/api-themoviedb |
| Field | Value |
|---|---|
| Name | API-The MovieDB |
| Description | API for the TheMovieDb.org website |
| Homepage | https://github.com/Omertron/api-themoviedb |