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 @@
- +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..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>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..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 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 StringNew 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.2.jar | 33.67 kB | 59 | 48 | 1 | 1.5 | debug |
| jackson-core-2.1.2.jar | 201.84 kB | 110 | 89 | 8 | 1.5 | debug |
| jackson-databind-2.1.2.jar | 903.08 kB | 564 | 531 | 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.2.jar | 25.47 kB | 34 | 23 | 3 | 1.5 | debug |
| slf4j-jdk14-1.7.2.jar | 7.66 kB | 15 | 5 | 1 | 1.5 | debug |
| Total | Size | Entries | Classes | Packages | JDK Rev | Debug |
| 9 | 1.97 MB | 1,506 | 1,212 | 82 | 1.6 | 9 |
| compile: 6 | compile: 1.69 MB | compile: 1,173 | compile: 929 | compile: 50 | - | compile: 6 |
| test: 3 | test: 290.93 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.