diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 76dd68436..cf8bd8b5b 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@
- + -com.omertron.themoviedbapi
+public static enum MovieDbException.MovieDbExceptionType +public static enum MovieDbException.MovieDbExceptionType extends Enum<MovieDbException.MovieDbExceptionType>@@ -190,14 +190,14 @@ the order they are declared.
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, waitgetClass, notify, notifyAll, wait, wait, wait
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
-with the specified nameIllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullcom.omertron.themoviedbapi
+public class MovieDbException +public class MovieDbException extends Exception
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
String response,
String url)
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
String response,
String url,
Throwable cause)
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
String response,
URL url)
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
String response,
URL url,
Throwable cause)
@@ -205,14 +205,14 @@ extends Throwable
-fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -335,12 +335,12 @@ extends
-- PREV CLASS
-- NEXT CLASS
+- Prev Class
+- Next Class
diff --git a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html
index 1f59f074c..86677bf88 100644
--- a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html
+++ b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html
@@ -2,16 +2,16 @@
-
+
-TheMovieDbApi (API-The MovieDB 3.10 API)
-
+TheMovieDbApi (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV CLASS
-- NEXT CLASS
+- Prev Class
+- Next Class
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi
+com.omertron.themoviedbapi
Class TheMovieDbApi
@@ -97,7 +97,7 @@
-public class TheMovieDbApi
+public class TheMovieDbApi
extends Object
The MovieDb API
@@ -128,7 +128,7 @@ extends
-
TheMovieDbApi(String apiKey,
+TheMovieDbApi(String apiKey,
org.yamj.api.common.http.CommonHttpClient httpClient)
API for The Movie Db.
@@ -150,7 +150,7 @@ extends
StatusCode
-addMovieToList(String sessionId,
+addMovieToList(String sessionId,
String listId,
Integer movieId)
This method lets users add new movies to a list that they created.
@@ -158,7 +158,7 @@ extends
StatusCode
-addToWatchList(String sessionId,
+addToWatchList(String sessionId,
int accountId,
Integer movieId)
Add a movie to an accounts watch list.
@@ -166,14 +166,14 @@ extends
StatusCode
-changeFavoriteStatus(String sessionId,
+changeFavoriteStatus(String sessionId,
int accountId,
Integer movieId,
boolean isFavorite)
static booleancompareMovies(MovieDb moviedb,
+compareMovies(MovieDb moviedb,
String title,
String year)
Compare the MovieDB object with a title & year
@@ -181,7 +181,7 @@ extends
static boolean
-compareMovies(MovieDb moviedb,
+compareMovies(MovieDb moviedb,
String title,
String year,
int maxDistance)
@@ -190,7 +190,7 @@ extends
static boolean
-compareMovies(MovieDb moviedb,
+compareMovies(MovieDb moviedb,
String title,
String year,
int maxDistance,
@@ -206,14 +206,14 @@ extends
URL
-createImageUrl(String imagePath,
+createImageUrl(String imagePath,
String requiredSize)
Generate the full image URL from the size and image path
StringcreateList(String sessionId,
+createList(String sessionId,
String name,
String description)
This method lets users create a new list.
@@ -221,7 +221,7 @@ extends
StatusCode
-deleteMovieList(String sessionId,
+deleteMovieList(String sessionId,
String listId)
This method lets users delete a list that they created.
@@ -247,14 +247,14 @@ extends
TmdbResultsList<Artwork>
-getCollectionImages(int collectionId,
+getCollectionImages(int collectionId,
String language)
Get all of the images for a particular collection by collection id.
CollectionInfogetCollectionInfo(int collectionId,
+getCollectionInfo(int collectionId,
String language)
This method is used to retrieve all of the basic information about a
movie collection.
@@ -269,7 +269,7 @@ extends
TmdbResultsList<MovieDb>
-getCompanyMovies(int companyId,
+getCompanyMovies(int companyId,
String language,
int page)
This method is used to retrieve the movies associated with a company.
@@ -290,7 +290,7 @@ extends
TmdbResultsList<MovieDb>
-getDiscover(int page,
+getDiscover(int page,
String language,
String sortBy,
boolean includeAdult,
@@ -310,7 +310,7 @@ extends
List<MovieDb>
-getFavoriteMovies(String sessionId,
+getFavoriteMovies(String sessionId,
int accountId)
TmdbResultsList<MovieDb>getGenreMovies(int genreId,
+getGenreMovies(int genreId,
String language,
int page,
boolean includeAllMovies)
@@ -346,7 +346,7 @@ extends
TmdbResultsList<KeywordMovie>
-getKeywordMovies(String keywordId,
+getKeywordMovies(String keywordId,
String language,
int page)
Get the list of movies for a particular keyword by id.
@@ -366,7 +366,7 @@ extends
TmdbResultsList<AlternativeTitle>
-getMovieAlternativeTitles(int movieId,
+getMovieAlternativeTitles(int movieId,
String country,
String... appendToResponse)
This method is used to retrieve all of the alternative titles we have for
@@ -375,14 +375,14 @@ extends
TmdbResultsList<Person>
-getMovieCasts(int movieId,
+getMovieCasts(int movieId,
String... appendToResponse)
Get the cast information for a specific movie id.
TmdbResultsMap<String,List<ChangedItem>>getMovieChanges(int movieId,
+getMovieChanges(int movieId,
String startDate,
String endDate)
Get the changes for a specific movie id.
@@ -390,7 +390,7 @@ extends
TmdbResultsList<ChangedMovie>
-getMovieChangesList(int page,
+getMovieChangesList(int page,
String startDate,
String endDate)
Get a list of movie ids that have been edited.
@@ -398,7 +398,7 @@ extends
TmdbResultsList<Artwork>
-getMovieImages(int movieId,
+getMovieImages(int movieId,
String language,
String... appendToResponse)
This method should be used when you’re wanting to retrieve all of the
@@ -407,7 +407,7 @@ extends
MovieDb
-getMovieInfo(int movieId,
+getMovieInfo(int movieId,
String language,
String... appendToResponse)
This method is used to retrieve all of the basic movie information.
@@ -415,7 +415,7 @@ extends
MovieDb
-getMovieInfoImdb(String imdbId,
+getMovieInfoImdb(String imdbId,
String language,
String... appendToResponse)
This method is used to retrieve all of the basic movie information.
@@ -423,7 +423,7 @@ extends
TmdbResultsList<Keyword>
-getMovieKeywords(int movieId,
+getMovieKeywords(int movieId,
String... appendToResponse)
This method is used to retrieve all of the keywords that have been added
to a particular movie.
@@ -431,7 +431,7 @@ extends
TmdbResultsList<MovieList>
-getMovieLists(int movieId,
+getMovieLists(int movieId,
String language,
int page,
String... appendToResponse)
@@ -440,7 +440,7 @@ extends
TmdbResultsList<ReleaseInfo>
-getMovieReleaseInfo(int movieId,
+getMovieReleaseInfo(int movieId,
String language,
String... appendToResponse)
This method is used to retrieve all of the release and certification data
@@ -449,7 +449,7 @@ extends
TmdbResultsList<Trailer>
-getMovieTrailers(int movieId,
+getMovieTrailers(int movieId,
String language,
String... appendToResponse)
This method is used to retrieve all of the trailers for a particular
@@ -458,7 +458,7 @@ extends
TmdbResultsList<Translation>
-getMovieTranslations(int movieId,
+getMovieTranslations(int movieId,
String... appendToResponse)
This method is used to retrieve a list of the available translations for
a specific movie.
@@ -466,14 +466,14 @@ extends
TmdbResultsList<MovieDb>
-getNowPlayingMovies(String language,
+getNowPlayingMovies(String language,
int page)
This method is used to retrieve the movies currently in theatres.
voidgetPersonChanges(int personId,
+getPersonChanges(int personId,
String startDate,
String endDate)
Get the changes for a specific person id.
@@ -481,13 +481,13 @@ extends
void
-getPersonChangesList(int page,
+getPersonChangesList(int page,
String startDate,
String endDate)
TmdbResultsList<PersonCredit>getPersonCredits(int personId,
+getPersonCredits(int personId,
String... appendToResponse)
This method is used to retrieve all of the cast & crew information for
the person.
@@ -501,7 +501,7 @@ extends
Person
-getPersonInfo(int personId,
+getPersonInfo(int personId,
String... appendToResponse)
This method is used to retrieve all of the basic person information.
@@ -526,21 +526,21 @@ extends
TmdbResultsList<MovieDb>
-getPopularMovieList(String language,
+getPopularMovieList(String language,
int page)
This method is used to retrieve the daily movie popularity list.
List<MovieDb>getRatedMovies(String sessionId,
+getRatedMovies(String sessionId,
int accountId)
Get the list of rated movies (and associated rating) for an account.
TmdbResultsList<Reviews>getReviews(int movieId,
+getReviews(int movieId,
String language,
int page,
String... appendToResponse)
@@ -554,7 +554,7 @@ extends
TmdbResultsList<MovieDb>
-getSimilarMovies(int movieId,
+getSimilarMovies(int movieId,
String language,
int page,
String... appendToResponse)
@@ -564,7 +564,7 @@ extends
TmdbResultsList<MovieDb>
-getTopRatedMovies(String language,
+getTopRatedMovies(String language,
int page)
This method is used to retrieve the top rated movies that have over 10
votes on TMDb.
@@ -572,35 +572,35 @@ extends
TmdbResultsList<MovieDb>
-getUpcoming(String language,
+getUpcoming(String language,
int page)
Get the list of upcoming movies.
List<MovieDbList>getUserLists(String sessionId,
+getUserLists(String sessionId,
int accountID)
Get all lists of a given user
List<MovieDb>getWatchList(String sessionId,
+getWatchList(String sessionId,
int accountId)
Get the list of movies on an accounts watchlist.
booleanisMovieOnList(String listId,
+isMovieOnList(String listId,
Integer movieId)
Check to see if a movie ID is already added to a list.
booleanpostMovieRating(String sessionId,
+postMovieRating(String sessionId,
Integer movieId,
Integer rating)
This method lets users rate a movie.
@@ -608,7 +608,7 @@ extends
StatusCode
-removeFromWatchList(String sessionId,
+removeFromWatchList(String sessionId,
int accountId,
Integer movieId)
Remove a movie from an accounts watch list.
@@ -616,7 +616,7 @@ extends
StatusCode
-removeMovieFromList(String sessionId,
+removeMovieFromList(String sessionId,
String listId,
Integer movieId)
This method lets users remove movies from a list that they created.
@@ -624,7 +624,7 @@ extends
TmdbResultsList<Collection>
-searchCollection(String query,
+searchCollection(String query,
String language,
int page)
Search for collections by name.
@@ -632,21 +632,21 @@ extends
TmdbResultsList<Company>
-searchCompanies(String companyName,
+searchCompanies(String companyName,
int page)
Search Companies.
TmdbResultsList<Keyword>searchKeyword(String query,
+searchKeyword(String query,
int page)
Search for keywords by name
TmdbResultsList<MovieList>searchList(String query,
+searchList(String query,
String language,
int page)
Search for lists by name and description.
@@ -654,7 +654,7 @@ extends
TmdbResultsList<MovieDb>
-searchMovie(String movieName,
+searchMovie(String movieName,
int searchYear,
String language,
boolean includeAdult,
@@ -665,7 +665,7 @@ extends
TmdbResultsList<Person>
-searchPeople(String personName,
+searchPeople(String personName,
boolean includeAdult,
int page)
This is a good starting point to start finding people on TMDb.
@@ -673,7 +673,7 @@ extends
void
-setProxy(String host,
+setProxy(String host,
int port,
String username,
String password)
@@ -682,7 +682,7 @@ extends
void
-setTimeout(int connect,
+setTimeout(int connect,
int read)
Set the connection and read time out values
@@ -693,7 +693,7 @@ extends Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -2061,12 +2061,12 @@ extends
-- PREV CLASS
-- NEXT CLASS
+- Prev Class
+- Next Class
diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html
index 044bf7e0a..3bbda4010 100644
--- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html
+++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -122,23 +122,23 @@ the order they are declared.
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
String response,
String url)
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
String response,
String url,
Throwable cause)
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
String response,
URL url)
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
String response,
URL url,
Throwable cause)
@@ -169,12 +169,12 @@ the order they are declared.
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html
index d4b7e8797..377d10348 100644
--- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html
+++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -102,7 +102,7 @@
StatusCode
-TheMovieDbApi.addMovieToList(String sessionId,
+TheMovieDbApi.addMovieToList(String sessionId,
String listId,
Integer movieId)
This method lets users add new movies to a list that they created.
@@ -110,7 +110,7 @@
StatusCode
-TheMovieDbApi.addToWatchList(String sessionId,
+TheMovieDbApi.addToWatchList(String sessionId,
int accountId,
Integer movieId)
Add a movie to an accounts watch list.
@@ -118,7 +118,7 @@
StatusCode
-TheMovieDbApi.changeFavoriteStatus(String sessionId,
+TheMovieDbApi.changeFavoriteStatus(String sessionId,
int accountId,
Integer movieId,
boolean isFavorite)
@@ -131,14 +131,14 @@
URL
-TheMovieDbApi.createImageUrl(String imagePath,
+TheMovieDbApi.createImageUrl(String imagePath,
String requiredSize)
Generate the full image URL from the size and image path
String
-TheMovieDbApi.createList(String sessionId,
+TheMovieDbApi.createList(String sessionId,
String name,
String description)
This method lets users create a new list.
@@ -146,7 +146,7 @@
StatusCode
-TheMovieDbApi.deleteMovieList(String sessionId,
+TheMovieDbApi.deleteMovieList(String sessionId,
String listId)
This method lets users delete a list that they created.
@@ -166,14 +166,14 @@
TmdbResultsList<Artwork>
-TheMovieDbApi.getCollectionImages(int collectionId,
+TheMovieDbApi.getCollectionImages(int collectionId,
String language)
Get all of the images for a particular collection by collection id.
CollectionInfo
-TheMovieDbApi.getCollectionInfo(int collectionId,
+TheMovieDbApi.getCollectionInfo(int collectionId,
String language)
This method is used to retrieve all of the basic information about a
movie collection.
@@ -188,7 +188,7 @@
TmdbResultsList<MovieDb>
-TheMovieDbApi.getCompanyMovies(int companyId,
+TheMovieDbApi.getCompanyMovies(int companyId,
String language,
int page)
This method is used to retrieve the movies associated with a company.
@@ -203,7 +203,7 @@
TmdbResultsList<MovieDb>
-TheMovieDbApi.getDiscover(int page,
+TheMovieDbApi.getDiscover(int page,
String language,
String sortBy,
boolean includeAdult,
@@ -223,7 +223,7 @@
List<MovieDb>
-TheMovieDbApi.getFavoriteMovies(String sessionId,
+TheMovieDbApi.getFavoriteMovies(String sessionId,
int accountId)
@@ -234,7 +234,7 @@
TmdbResultsList<MovieDb>
-TheMovieDbApi.getGenreMovies(int genreId,
+TheMovieDbApi.getGenreMovies(int genreId,
String language,
int page,
boolean includeAllMovies)
@@ -259,7 +259,7 @@
TmdbResultsList<KeywordMovie>
-TheMovieDbApi.getKeywordMovies(String keywordId,
+TheMovieDbApi.getKeywordMovies(String keywordId,
String language,
int page)
Get the list of movies for a particular keyword by id.
@@ -279,7 +279,7 @@
TmdbResultsList<AlternativeTitle>
-TheMovieDbApi.getMovieAlternativeTitles(int movieId,
+TheMovieDbApi.getMovieAlternativeTitles(int movieId,
String country,
String... appendToResponse)
This method is used to retrieve all of the alternative titles we have for
@@ -288,14 +288,14 @@
TmdbResultsList<Person>
-TheMovieDbApi.getMovieCasts(int movieId,
+TheMovieDbApi.getMovieCasts(int movieId,
String... appendToResponse)
Get the cast information for a specific movie id.
TmdbResultsMap<String,List<ChangedItem>>
-TheMovieDbApi.getMovieChanges(int movieId,
+TheMovieDbApi.getMovieChanges(int movieId,
String startDate,
String endDate)
Get the changes for a specific movie id.
@@ -303,7 +303,7 @@
TmdbResultsList<ChangedMovie>
-TheMovieDbApi.getMovieChangesList(int page,
+TheMovieDbApi.getMovieChangesList(int page,
String startDate,
String endDate)
Get a list of movie ids that have been edited.
@@ -311,7 +311,7 @@
TmdbResultsList<Artwork>
-TheMovieDbApi.getMovieImages(int movieId,
+TheMovieDbApi.getMovieImages(int movieId,
String language,
String... appendToResponse)
This method should be used when you’re wanting to retrieve all of the
@@ -320,7 +320,7 @@
MovieDb
-TheMovieDbApi.getMovieInfo(int movieId,
+TheMovieDbApi.getMovieInfo(int movieId,
String language,
String... appendToResponse)
This method is used to retrieve all of the basic movie information.
@@ -328,7 +328,7 @@
MovieDb
-TheMovieDbApi.getMovieInfoImdb(String imdbId,
+TheMovieDbApi.getMovieInfoImdb(String imdbId,
String language,
String... appendToResponse)
This method is used to retrieve all of the basic movie information.
@@ -336,7 +336,7 @@
TmdbResultsList<Keyword>
-TheMovieDbApi.getMovieKeywords(int movieId,
+TheMovieDbApi.getMovieKeywords(int movieId,
String... appendToResponse)
This method is used to retrieve all of the keywords that have been added
to a particular movie.
@@ -344,7 +344,7 @@
TmdbResultsList<MovieList>
-TheMovieDbApi.getMovieLists(int movieId,
+TheMovieDbApi.getMovieLists(int movieId,
String language,
int page,
String... appendToResponse)
@@ -353,7 +353,7 @@
TmdbResultsList<ReleaseInfo>
-TheMovieDbApi.getMovieReleaseInfo(int movieId,
+TheMovieDbApi.getMovieReleaseInfo(int movieId,
String language,
String... appendToResponse)
This method is used to retrieve all of the release and certification data
@@ -362,7 +362,7 @@
TmdbResultsList<Trailer>
-TheMovieDbApi.getMovieTrailers(int movieId,
+TheMovieDbApi.getMovieTrailers(int movieId,
String language,
String... appendToResponse)
This method is used to retrieve all of the trailers for a particular
@@ -371,7 +371,7 @@
TmdbResultsList<Translation>
-TheMovieDbApi.getMovieTranslations(int movieId,
+TheMovieDbApi.getMovieTranslations(int movieId,
String... appendToResponse)
This method is used to retrieve a list of the available translations for
a specific movie.
@@ -379,14 +379,14 @@
TmdbResultsList<MovieDb>
-TheMovieDbApi.getNowPlayingMovies(String language,
+TheMovieDbApi.getNowPlayingMovies(String language,
int page)
This method is used to retrieve the movies currently in theatres.
void
-TheMovieDbApi.getPersonChanges(int personId,
+TheMovieDbApi.getPersonChanges(int personId,
String startDate,
String endDate)
Get the changes for a specific person id.
@@ -394,13 +394,13 @@
void
-TheMovieDbApi.getPersonChangesList(int page,
+TheMovieDbApi.getPersonChangesList(int page,
String startDate,
String endDate)
TmdbResultsList<PersonCredit>
-TheMovieDbApi.getPersonCredits(int personId,
+TheMovieDbApi.getPersonCredits(int personId,
String... appendToResponse)
This method is used to retrieve all of the cast & crew information for
the person.
@@ -414,7 +414,7 @@
Person
-TheMovieDbApi.getPersonInfo(int personId,
+TheMovieDbApi.getPersonInfo(int personId,
String... appendToResponse)
This method is used to retrieve all of the basic person information.
@@ -439,21 +439,21 @@
TmdbResultsList<MovieDb>
-TheMovieDbApi.getPopularMovieList(String language,
+TheMovieDbApi.getPopularMovieList(String language,
int page)
This method is used to retrieve the daily movie popularity list.
List<MovieDb>
-TheMovieDbApi.getRatedMovies(String sessionId,
+TheMovieDbApi.getRatedMovies(String sessionId,
int accountId)
Get the list of rated movies (and associated rating) for an account.
TmdbResultsList<Reviews>
-TheMovieDbApi.getReviews(int movieId,
+TheMovieDbApi.getReviews(int movieId,
String language,
int page,
String... appendToResponse)
@@ -467,7 +467,7 @@
TmdbResultsList<MovieDb>
-TheMovieDbApi.getSimilarMovies(int movieId,
+TheMovieDbApi.getSimilarMovies(int movieId,
String language,
int page,
String... appendToResponse)
@@ -477,7 +477,7 @@
TmdbResultsList<MovieDb>
-TheMovieDbApi.getTopRatedMovies(String language,
+TheMovieDbApi.getTopRatedMovies(String language,
int page)
This method is used to retrieve the top rated movies that have over 10
votes on TMDb.
@@ -485,35 +485,35 @@
TmdbResultsList<MovieDb>
-TheMovieDbApi.getUpcoming(String language,
+TheMovieDbApi.getUpcoming(String language,
int page)
Get the list of upcoming movies.
List<MovieDbList>
-TheMovieDbApi.getUserLists(String sessionId,
+TheMovieDbApi.getUserLists(String sessionId,
int accountID)
Get all lists of a given user
List<MovieDb>
-TheMovieDbApi.getWatchList(String sessionId,
+TheMovieDbApi.getWatchList(String sessionId,
int accountId)
Get the list of movies on an accounts watchlist.
boolean
-TheMovieDbApi.isMovieOnList(String listId,
+TheMovieDbApi.isMovieOnList(String listId,
Integer movieId)
Check to see if a movie ID is already added to a list.
boolean
-TheMovieDbApi.postMovieRating(String sessionId,
+TheMovieDbApi.postMovieRating(String sessionId,
Integer movieId,
Integer rating)
This method lets users rate a movie.
@@ -521,7 +521,7 @@
StatusCode
-TheMovieDbApi.removeFromWatchList(String sessionId,
+TheMovieDbApi.removeFromWatchList(String sessionId,
int accountId,
Integer movieId)
Remove a movie from an accounts watch list.
@@ -529,7 +529,7 @@
StatusCode
-TheMovieDbApi.removeMovieFromList(String sessionId,
+TheMovieDbApi.removeMovieFromList(String sessionId,
String listId,
Integer movieId)
This method lets users remove movies from a list that they created.
@@ -537,7 +537,7 @@
TmdbResultsList<Collection>
-TheMovieDbApi.searchCollection(String query,
+TheMovieDbApi.searchCollection(String query,
String language,
int page)
Search for collections by name.
@@ -545,21 +545,21 @@
TmdbResultsList<Company>
-TheMovieDbApi.searchCompanies(String companyName,
+TheMovieDbApi.searchCompanies(String companyName,
int page)
Search Companies.
TmdbResultsList<Keyword>
-TheMovieDbApi.searchKeyword(String query,
+TheMovieDbApi.searchKeyword(String query,
int page)
Search for keywords by name
TmdbResultsList<MovieList>
-TheMovieDbApi.searchList(String query,
+TheMovieDbApi.searchList(String query,
String language,
int page)
Search for lists by name and description.
@@ -567,7 +567,7 @@
TmdbResultsList<MovieDb>
-TheMovieDbApi.searchMovie(String movieName,
+TheMovieDbApi.searchMovie(String movieName,
int searchYear,
String language,
boolean includeAdult,
@@ -578,7 +578,7 @@
TmdbResultsList<Person>
-TheMovieDbApi.searchPeople(String personName,
+TheMovieDbApi.searchPeople(String personName,
boolean includeAdult,
int page)
This is a good starting point to start finding people on TMDb.
@@ -598,7 +598,7 @@
-TheMovieDbApi(String apiKey,
+TheMovieDbApi(String apiKey,
org.yamj.api.common.http.CommonHttpClient httpClient)
API for The Movie Db.
@@ -631,12 +631,12 @@
static String
-WebBrowser.request(URL url,
+WebBrowser.request(URL url,
String jsonBody)
static String
-WebBrowser.request(URL url,
+WebBrowser.request(URL url,
String jsonBody,
boolean isDeleteRequest)
@@ -666,12 +666,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html
index 38e751ab2..eb4ca2738 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html
index 3f5bbd93f..b078f68d0 100644
--- a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html
+++ b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html
@@ -2,16 +2,16 @@
-
+
-AbstractIdName (API-The MovieDB 3.10 API)
-
+AbstractIdName (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV CLASS
-- NEXT CLASS
+- Prev Class
+- Next Class
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class AbstractIdName
@@ -110,7 +110,7 @@
-public class AbstractIdName
+public class AbstractIdName
extends AbstractJsonMapping
- Author:
- Stuart.Boston
@@ -180,14 +180,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -308,12 +308,12 @@ extends
-- PREV CLASS
-- NEXT CLASS
+- Prev Class
+- Next Class
diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
index 0850d5d89..b33441c04 100644
--- a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
+++ b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
@@ -2,16 +2,16 @@
-
+
-AbstractJsonMapping (API-The MovieDB 3.10 API)
-
+AbstractJsonMapping (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class AbstractJsonMapping
@@ -105,7 +105,7 @@
-public abstract class AbstractJsonMapping
+public abstract class AbstractJsonMapping
extends Object
implements Serializable
Abstract class to handle any unknown properties by outputting a log message
@@ -149,7 +149,7 @@ implements
protected void
-handleUnknown(String key,
+handleUnknown(String key,
Object value)
Handle unknown properties and print a message
@@ -164,7 +164,7 @@ implements Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -248,12 +248,12 @@ implements
diff --git a/apidocs/com/omertron/themoviedbapi/model/Account.html b/apidocs/com/omertron/themoviedbapi/model/Account.html
index 52251d570..6aaa60b66 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Account.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Account.html
@@ -2,16 +2,16 @@
-
+
-Account (API-The MovieDB 3.10 API)
-
+Account (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class Account
@@ -106,7 +106,7 @@
-public class Account
+public class Account
extends AbstractJsonMapping
- See Also:
- Serialized Form
@@ -198,14 +198,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -372,12 +372,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html
index ad48fdf6d..4f42bd997 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.10 API)
-
+AlternativeTitle (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class AlternativeTitle
@@ -101,7 +101,7 @@
-public class AlternativeTitle
+public class AlternativeTitle
extends Object
implements Serializable
- Author:
@@ -172,7 +172,7 @@ implements Object
-clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
+clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
@@ -293,12 +293,12 @@ implements
diff --git a/apidocs/com/omertron/themoviedbapi/model/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/Artwork.html
index 249c955c9..9f2909313 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.10 API)
-
+Artwork (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class Artwork
@@ -106,7 +106,7 @@
-public class Artwork
+public class Artwork
extends AbstractJsonMapping
The artwork type information
- Author:
@@ -241,14 +241,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -513,12 +513,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html
index b81054e83..c89c08f68 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.10 API)
-
+ArtworkType (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
-- SUMMARY:
-- NESTED |
-- ENUM CONSTANTS |
-- FIELD |
-- METHOD
+- Summary:
+- Nested |
+- Enum Constants |
+- Field |
+- Method
-- DETAIL:
-- ENUM CONSTANTS |
-- FIELD |
-- METHOD
+- Detail:
+- Enum Constants |
+- Field |
+- Method
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Enum ArtworkType
@@ -106,7 +106,7 @@
-public enum ArtworkType
+public enum ArtworkType
extends Enum<ArtworkType>
ArtworkType enum List of the artwork types that are available
@@ -169,14 +169,14 @@ the order they are declared.
Methods inherited from class java.lang.Enum
-clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Methods inherited from class java.lang.Object
-getClass, notify, notifyAll, wait, wait, wait
+getClass, notify, notifyAll, wait, wait, wait
@@ -241,8 +241,7 @@ over the constants as follows:
for (ArtworkType c : ArtworkType.values())
System.out.println(c);
-- Returns:
- an array containing the constants of this enum type, in
-the order they are declared
+- Returns:
- an array containing the constants of this enum type, in the order they are declared
@@ -259,8 +258,7 @@ not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
-IllegalArgumentException - if this enum type has no constant
-with the specified name
+IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null
@@ -290,12 +288,12 @@ with the specified name
- All Classes
@@ -314,17 +312,17 @@ with the specified name
-- SUMMARY:
-- NESTED |
-- ENUM CONSTANTS |
-- FIELD |
-- METHOD
+- Summary:
+- Nested |
+- Enum Constants |
+- Field |
+- Method
-- DETAIL:
-- ENUM CONSTANTS |
-- FIELD |
-- METHOD
+- Detail:
+- Enum Constants |
+- Field |
+- Method
diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html
index 0a7c65776..b9c37a883 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html
@@ -2,16 +2,16 @@
-
+
-ChangeKeyItem (API-The MovieDB 3.10 API)
-
+ChangeKeyItem (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class ChangeKeyItem
@@ -97,7 +97,7 @@
-
-public class ChangeKeyItem
+public class ChangeKeyItem
extends Object
@@ -156,7 +156,7 @@ extends
void
-setNewItems(String name,
+setNewItems(String name,
Object value)
@@ -165,7 +165,7 @@ extends Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -279,12 +279,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html
index 1520c5b8f..465c4a608 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html
@@ -2,16 +2,16 @@
-
+
-ChangedItem (API-The MovieDB 3.10 API)
-
+ChangedItem (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class ChangedItem
@@ -106,7 +106,7 @@
-public class ChangedItem
+public class ChangedItem
extends AbstractJsonMapping
- See Also:
- Serialized Form
@@ -182,7 +182,7 @@ extends
void
-setNewItems(String name,
+setNewItems(String name,
Object value)
@@ -199,14 +199,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -374,12 +374,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html
index 689113e8b..55e21ba90 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html
@@ -2,16 +2,16 @@
-
+
-ChangedMovie (API-The MovieDB 3.10 API)
-
+ChangedMovie (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class ChangedMovie
@@ -106,7 +106,7 @@
-public class ChangedMovie
+public class ChangedMovie
extends AbstractJsonMapping
- See Also:
- Serialized Form
@@ -166,14 +166,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -268,12 +268,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/Collection.html b/apidocs/com/omertron/themoviedbapi/model/Collection.html
index 3ccc416ac..108564a92 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.10 API)
-
+Collection (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class Collection
@@ -106,7 +106,7 @@
-public class Collection
+public class Collection
extends AbstractJsonMapping
- Author:
- stuart.boston
@@ -208,14 +208,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -408,12 +408,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html
index dd041768c..4c6750524 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.10 API)
-
+CollectionInfo (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class CollectionInfo
@@ -106,7 +106,7 @@
-public class CollectionInfo
+public class CollectionInfo
extends AbstractJsonMapping
- Author:
- Stuart
@@ -200,14 +200,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -374,12 +374,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/Company.html b/apidocs/com/omertron/themoviedbapi/model/Company.html
index a5a52d6f5..c3aabfaad 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.10 API)
-
+Company (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class Company
@@ -106,7 +106,7 @@
-public class Company
+public class Company
extends AbstractJsonMapping
Company information
- Author:
@@ -205,7 +205,7 @@ extends
void
-setParentCompany(int id,
+setParentCompany(int id,
String name,
String logoPath)
@@ -215,14 +215,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -418,12 +418,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/Discover.html b/apidocs/com/omertron/themoviedbapi/model/Discover.html
index 2d76b1738..53092b7a5 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Discover.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Discover.html
@@ -2,16 +2,16 @@
-
+
-Discover (API-The MovieDB 3.10 API)
-
+Discover (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class Discover
@@ -97,7 +97,7 @@
-
-public class Discover
+public class Discover
extends Object
Generate a discover object for use in the MovieDbApi
@@ -243,7 +243,7 @@ extends Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -509,12 +509,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html
index 4dc0f7d3f..93d790552 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.10 API)
-
+Genre (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class Genre
@@ -111,7 +111,7 @@
-public class Genre
+public class Genre
extends AbstractIdName
- Author:
- stuart.boston
@@ -157,14 +157,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -215,12 +215,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html
index 02a982363..c2e2ce10a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html
+++ b/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html
@@ -2,16 +2,16 @@
-
+
-JobDepartment (API-The MovieDB 3.10 API)
-
+JobDepartment (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class JobDepartment
@@ -106,7 +106,7 @@
-public class JobDepartment
+public class JobDepartment
extends AbstractJsonMapping
- See Also:
- Serialized Form
@@ -166,14 +166,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -268,12 +268,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/Keyword.html
index 650dd3381..58e8d5e1d 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.10 API)
-
+Keyword (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class Keyword
@@ -111,7 +111,7 @@
-public class Keyword
+public class Keyword
extends AbstractIdName
- Author:
- stuart.boston
@@ -157,14 +157,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -215,12 +215,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html
index bca204af6..aaf2c0a64 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.10 API)
-
+KeywordMovie (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class KeywordMovie
@@ -106,7 +106,7 @@
-public class KeywordMovie
+public class KeywordMovie
extends AbstractJsonMapping
- Author:
- Stuart
@@ -236,14 +236,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -491,12 +491,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html
index aa9420f0a..b4c3c0bfd 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.10 API)
-
+Language (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class Language
@@ -106,7 +106,7 @@
-public class Language
+public class Language
extends AbstractJsonMapping
- Author:
- stuart.boston
@@ -176,14 +176,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -304,12 +304,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html
index e6cea7af9..9195b54d9 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html
@@ -2,16 +2,16 @@
-
+
-ListItemStatus (API-The MovieDB 3.10 API)
-
+ListItemStatus (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class ListItemStatus
@@ -106,7 +106,7 @@
-public class ListItemStatus
+public class ListItemStatus
extends AbstractJsonMapping
- Author:
- Holger Brandl
@@ -168,14 +168,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -270,12 +270,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html
index 058d0d8cb..5a2de20aa 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.10 API)
-
+MovieDb (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class MovieDb
@@ -106,7 +106,7 @@
-public class MovieDb
+public class MovieDb
extends AbstractJsonMapping
Movie Bean
- Author:
@@ -437,14 +437,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -1150,12 +1150,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html
index bf97c650b..bf8ad604d 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.10 API)
-
+MovieDbList (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class MovieDbList
@@ -106,7 +106,7 @@
-public class MovieDbList
+public class MovieDbList
extends AbstractJsonMapping
Wrapper for the MovieDbList function
- Author:
@@ -241,14 +241,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -505,12 +505,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html
index 043428faa..8374e4b37 100644
--- a/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html
@@ -2,16 +2,16 @@
-
+
-MovieDbListStatus (API-The MovieDB 3.10 API)
-
+MovieDbListStatus (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class MovieDbListStatus
@@ -111,7 +111,7 @@
-public class MovieDbListStatus
+public class MovieDbListStatus
extends StatusCode
- See Also:
- Serialized Form
@@ -170,14 +170,14 @@ extends
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -254,12 +254,12 @@ extends
- All Classes
@@ -278,17 +278,17 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/MovieList.html
index 499dbcee6..4734940bb 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.10 API)
-
+MovieList (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class MovieList
@@ -106,7 +106,7 @@
-public class MovieList
+public class MovieList
extends AbstractJsonMapping
- Author:
- Stuart
@@ -216,14 +216,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -426,12 +426,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/Person.html b/apidocs/com/omertron/themoviedbapi/model/Person.html
index 6db4fca7c..1ec4b728d 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.10 API)
-
+Person (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class Person
@@ -106,7 +106,7 @@
-public class Person
+public class Person
extends AbstractJsonMapping
- Author:
- stuart.boston
@@ -148,7 +148,7 @@ extends
void
-addCast(int id,
+addCast(int id,
String name,
String profilePath,
String character,
@@ -158,7 +158,7 @@ extends
void
-addCrew(int id,
+addCrew(int id,
String name,
String profilePath,
String department,
@@ -324,14 +324,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -770,12 +770,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html
index eda7f46ad..1008edadf 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.10 API)
-
+PersonCast (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class PersonCast
@@ -106,7 +106,7 @@
-public class PersonCast
+public class PersonCast
extends AbstractJsonMapping
- Author:
- Stuart
@@ -216,14 +216,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -434,12 +434,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html
index 4a84960c6..96846103e 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.10 API)
-
+PersonCredit (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class PersonCredit
@@ -106,7 +106,7 @@
-public class PersonCredit
+public class PersonCredit
extends AbstractJsonMapping
- Author:
- stuart.boston
@@ -280,14 +280,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -634,12 +634,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html
index 5507d03aa..d5013aa18 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.10 API)
-
+PersonCrew (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class PersonCrew
@@ -106,7 +106,7 @@
-public class PersonCrew
+public class PersonCrew
extends AbstractJsonMapping
- Author:
- Stuart
@@ -208,14 +208,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -408,12 +408,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/PersonType.html
index 8af4fd567..8157d9191 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.10 API)
-
+PersonType (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
-- SUMMARY:
-- NESTED |
-- ENUM CONSTANTS |
-- FIELD |
-- METHOD
+- Summary:
+- Nested |
+- Enum Constants |
+- Field |
+- Method
-- DETAIL:
-- ENUM CONSTANTS |
-- FIELD |
-- METHOD
+- Detail:
+- Enum Constants |
+- Field |
+- Method
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Enum PersonType
@@ -106,7 +106,7 @@
-public enum PersonType
+public enum PersonType
extends Enum<PersonType>
- Author:
- stuart.boston
@@ -170,14 +170,14 @@ the order they are declared.
Methods inherited from class java.lang.Enum
-clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Methods inherited from class java.lang.Object
-getClass, notify, notifyAll, wait, wait, wait
+getClass, notify, notifyAll, wait, wait, wait
@@ -242,8 +242,7 @@ over the constants as follows:
for (PersonType c : PersonType.values())
System.out.println(c);
-- Returns:
- an array containing the constants of this enum type, in
-the order they are declared
+- Returns:
- an array containing the constants of this enum type, in the order they are declared
@@ -260,8 +259,7 @@ not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
-IllegalArgumentException - if this enum type has no constant
-with the specified name
+IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null
@@ -291,12 +289,12 @@ with the specified name
- All Classes
@@ -315,17 +313,17 @@ with the specified name
-- SUMMARY:
-- NESTED |
-- ENUM CONSTANTS |
-- FIELD |
-- METHOD
+- Summary:
+- Nested |
+- Enum Constants |
+- Field |
+- Method
-- DETAIL:
-- ENUM CONSTANTS |
-- FIELD |
-- METHOD
+- Detail:
+- Enum Constants |
+- Field |
+- Method
diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html
index 27ccef47a..9551657dd 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.10 API)
-
+ProductionCompany (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class ProductionCompany
@@ -111,7 +111,7 @@
-public class ProductionCompany
+public class ProductionCompany
extends AbstractIdName
- Author:
- stuart.boston
@@ -157,14 +157,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -215,12 +215,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html
index 7f6f7a0b9..ed40fc5ff 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.10 API)
-
+ProductionCountry (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class ProductionCountry
@@ -106,7 +106,7 @@
-public class ProductionCountry
+public class ProductionCountry
extends AbstractJsonMapping
- Author:
- stuart.boston
@@ -176,14 +176,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -304,12 +304,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html
index fe1516b00..4e4993b57 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.10 API)
-
+ReleaseInfo (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class ReleaseInfo
@@ -106,7 +106,7 @@
-public class ReleaseInfo
+public class ReleaseInfo
extends AbstractJsonMapping
- Author:
- Stuart
@@ -184,14 +184,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -330,12 +330,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/Reviews.html b/apidocs/com/omertron/themoviedbapi/model/Reviews.html
index 956762dfd..bd850ae53 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Reviews.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Reviews.html
@@ -2,16 +2,16 @@
-
+
-Reviews (API-The MovieDB 3.10 API)
-
+Reviews (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class Reviews
@@ -106,7 +106,7 @@
-public class Reviews
+public class Reviews
extends AbstractJsonMapping
- Author:
- Stuart
@@ -184,14 +184,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -322,12 +322,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html
index 4a0357867..ba1c79379 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.10 API)
-
+StatusCode (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class StatusCode
@@ -110,7 +110,7 @@
-public class StatusCode
+public class StatusCode
extends AbstractJsonMapping
- Author:
- Stuart
@@ -172,14 +172,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -274,12 +274,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html
index be797bdfb..e134243c9 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.10 API)
-
+TmdbConfiguration (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class TmdbConfiguration
@@ -106,7 +106,7 @@
-public class TmdbConfiguration
+public class TmdbConfiguration
extends AbstractJsonMapping
- Author:
- stuart.boston
@@ -244,14 +244,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -507,12 +507,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html
index 1a0bc219a..f273d479c 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.10 API)
-
+TokenAuthorisation (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class TokenAuthorisation
@@ -106,7 +106,7 @@
-public class TokenAuthorisation
+public class TokenAuthorisation
extends AbstractJsonMapping
- See Also:
- Serialized Form
@@ -174,14 +174,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -294,12 +294,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html
index b393f58d6..883198b03 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.10 API)
-
+TokenSession (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class TokenSession
@@ -106,7 +106,7 @@
-public class TokenSession
+public class TokenSession
extends AbstractJsonMapping
- See Also:
- Serialized Form
@@ -198,14 +198,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -372,12 +372,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/Trailer.html
index c23f8e14a..d0098dde5 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.10 API)
-
+Trailer (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class Trailer
@@ -106,7 +106,7 @@
-public class Trailer
+public class Trailer
extends AbstractJsonMapping
- Author:
- Stuart
@@ -223,14 +223,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -433,12 +433,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/Translation.html b/apidocs/com/omertron/themoviedbapi/model/Translation.html
index f488ebe86..72bd6501b 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.10 API)
-
+Translation (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV CLASS
-- NEXT CLASS
+- Prev Class
+- Next Class
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class Translation
@@ -106,7 +106,7 @@
-public class Translation
+public class Translation
extends AbstractJsonMapping
- Author:
- Stuart
@@ -188,14 +188,14 @@ extends AbstractJsonMapping
-handleUnknown
+handleUnknown
-
Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -347,12 +347,12 @@ extends
-- PREV CLASS
-- NEXT CLASS
+- Prev Class
+- Next Class
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html
index 4687c4160..14e6081df 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.AbstractIdName (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.AbstractIdName (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
index bbd3515ce..3510a4af1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html
index 2aa0aa304..f3340d0f2 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.Account (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.Account (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html
index d58f89b93..5e33a8e1c 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.AlternativeTitle (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -106,7 +106,7 @@
TmdbResultsList<AlternativeTitle>
-TheMovieDbApi.getMovieAlternativeTitles(int movieId,
+TheMovieDbApi.getMovieAlternativeTitles(int movieId,
String country,
String... appendToResponse)
This method is used to retrieve all of the alternative titles we have for
@@ -188,12 +188,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html
index 1ebbee509..7b85a6880 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.Artwork (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -106,14 +106,14 @@
TmdbResultsList<Artwork>
-TheMovieDbApi.getCollectionImages(int collectionId,
+TheMovieDbApi.getCollectionImages(int collectionId,
String language)
Get all of the images for a particular collection by collection id.
TmdbResultsList<Artwork>
-TheMovieDbApi.getMovieImages(int movieId,
+TheMovieDbApi.getMovieImages(int movieId,
String language,
String... appendToResponse)
This method should be used when you’re wanting to retrieve all of the
@@ -223,12 +223,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html
index bc7018f12..c50e8426f 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.ArtworkType (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -176,12 +176,12 @@ the order they are declared.
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html
index d5a2a1462..5a3478594 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.ChangeKeyItem (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.ChangeKeyItem (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html
index 995e0ff07..ea29a45c1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.ChangedItem (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.ChangedItem (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -102,7 +102,7 @@
TmdbResultsMap<String,List<ChangedItem>>
-TheMovieDbApi.getMovieChanges(int movieId,
+TheMovieDbApi.getMovieChanges(int movieId,
String startDate,
String endDate)
Get the changes for a specific movie id.
@@ -165,12 +165,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html
index 3acc75a6b..ae1a18506 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.ChangedMovie (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.ChangedMovie (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -102,7 +102,7 @@
TmdbResultsList<ChangedMovie>
-TheMovieDbApi.getMovieChangesList(int page,
+TheMovieDbApi.getMovieChangesList(int page,
String startDate,
String endDate)
Get a list of movie ids that have been edited.
@@ -165,12 +165,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html
index b0bdd1326..08a5177ea 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.Collection (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -106,7 +106,7 @@
TmdbResultsList<Collection>
-TheMovieDbApi.searchCollection(String query,
+TheMovieDbApi.searchCollection(String query,
String language,
int page)
Search for collections by name.
@@ -226,12 +226,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html
index 371d9edc6..7c90c8669 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.CollectionInfo (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -98,7 +98,7 @@
CollectionInfo
-TheMovieDbApi.getCollectionInfo(int collectionId,
+TheMovieDbApi.getCollectionInfo(int collectionId,
String language)
This method is used to retrieve all of the basic information about a
movie collection.
@@ -130,12 +130,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html
index b0fe6f387..bf5c3f4dd 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.Company (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -122,7 +122,7 @@
TmdbResultsList<Company>
-TheMovieDbApi.searchCompanies(String companyName,
+TheMovieDbApi.searchCompanies(String companyName,
int page)
Search Companies.
@@ -215,12 +215,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html
index e590695b9..a18bc13a5 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.Discover (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.Discover (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html
index c46ee5430..8870d3b31 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html
index 7f8ad758a..7e5dfb027 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.JobDepartment (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.JobDepartment (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html
index 74b7a2a9a..3fa3c966d 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.Keyword (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -121,7 +121,7 @@
TmdbResultsList<Keyword>
-TheMovieDbApi.getMovieKeywords(int movieId,
+TheMovieDbApi.getMovieKeywords(int movieId,
String... appendToResponse)
This method is used to retrieve all of the keywords that have been added
to a particular movie.
@@ -129,7 +129,7 @@
TmdbResultsList<Keyword>
-TheMovieDbApi.searchKeyword(String query,
+TheMovieDbApi.searchKeyword(String query,
int page)
Search for keywords by name
@@ -217,12 +217,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html
index 88bac36a7..52bfb5e70 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.KeywordMovie (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -102,7 +102,7 @@
TmdbResultsList<KeywordMovie>
-TheMovieDbApi.getKeywordMovies(String keywordId,
+TheMovieDbApi.getKeywordMovies(String keywordId,
String language,
int page)
Get the list of movies for a particular keyword by id.
@@ -165,12 +165,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html
index c9e2e186c..3960a525e 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html
index 23817a5a8..6d6e7e0c1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.ListItemStatus (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.ListItemStatus (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html
index 2560cc59d..65ad9b7bd 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.MovieDb (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
MovieDb
-TheMovieDbApi.getMovieInfo(int movieId,
+TheMovieDbApi.getMovieInfo(int movieId,
String language,
String... appendToResponse)
This method is used to retrieve all of the basic movie information.
@@ -120,7 +120,7 @@
MovieDb
-TheMovieDbApi.getMovieInfoImdb(String imdbId,
+TheMovieDbApi.getMovieInfoImdb(String imdbId,
String language,
String... appendToResponse)
This method is used to retrieve all of the basic movie information.
@@ -137,7 +137,7 @@
TmdbResultsList<MovieDb>
-TheMovieDbApi.getCompanyMovies(int companyId,
+TheMovieDbApi.getCompanyMovies(int companyId,
String language,
int page)
This method is used to retrieve the movies associated with a company.
@@ -152,7 +152,7 @@
TmdbResultsList<MovieDb>
-TheMovieDbApi.getDiscover(int page,
+TheMovieDbApi.getDiscover(int page,
String language,
String sortBy,
boolean includeAdult,
@@ -172,12 +172,12 @@
List<MovieDb>
-TheMovieDbApi.getFavoriteMovies(String sessionId,
+TheMovieDbApi.getFavoriteMovies(String sessionId,
int accountId)
TmdbResultsList<MovieDb>
-TheMovieDbApi.getGenreMovies(int genreId,
+TheMovieDbApi.getGenreMovies(int genreId,
String language,
int page,
boolean includeAllMovies)
@@ -186,28 +186,28 @@
TmdbResultsList<MovieDb>
-TheMovieDbApi.getNowPlayingMovies(String language,
+TheMovieDbApi.getNowPlayingMovies(String language,
int page)
This method is used to retrieve the movies currently in theatres.
TmdbResultsList<MovieDb>
-TheMovieDbApi.getPopularMovieList(String language,
+TheMovieDbApi.getPopularMovieList(String language,
int page)
This method is used to retrieve the daily movie popularity list.
List<MovieDb>
-TheMovieDbApi.getRatedMovies(String sessionId,
+TheMovieDbApi.getRatedMovies(String sessionId,
int accountId)
Get the list of rated movies (and associated rating) for an account.
TmdbResultsList<MovieDb>
-TheMovieDbApi.getSimilarMovies(int movieId,
+TheMovieDbApi.getSimilarMovies(int movieId,
String language,
int page,
String... appendToResponse)
@@ -217,7 +217,7 @@
TmdbResultsList<MovieDb>
-TheMovieDbApi.getTopRatedMovies(String language,
+TheMovieDbApi.getTopRatedMovies(String language,
int page)
This method is used to retrieve the top rated movies that have over 10
votes on TMDb.
@@ -225,21 +225,21 @@
TmdbResultsList<MovieDb>
-TheMovieDbApi.getUpcoming(String language,
+TheMovieDbApi.getUpcoming(String language,
int page)
Get the list of upcoming movies.
List<MovieDb>
-TheMovieDbApi.getWatchList(String sessionId,
+TheMovieDbApi.getWatchList(String sessionId,
int accountId)
Get the list of movies on an accounts watchlist.
TmdbResultsList<MovieDb>
-TheMovieDbApi.searchMovie(String movieName,
+TheMovieDbApi.searchMovie(String movieName,
int searchYear,
String language,
boolean includeAdult,
@@ -259,7 +259,7 @@
static boolean
-TheMovieDbApi.compareMovies(MovieDb moviedb,
+TheMovieDbApi.compareMovies(MovieDb moviedb,
String title,
String year)
Compare the MovieDB object with a title & year
@@ -267,7 +267,7 @@
static boolean
-TheMovieDbApi.compareMovies(MovieDb moviedb,
+TheMovieDbApi.compareMovies(MovieDb moviedb,
String title,
String year,
int maxDistance)
@@ -276,7 +276,7 @@
static boolean
-TheMovieDbApi.compareMovies(MovieDb moviedb,
+TheMovieDbApi.compareMovies(MovieDb moviedb,
String title,
String year,
int maxDistance,
@@ -384,12 +384,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html
index e3896f2c3..d81729305 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.MovieDbList (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -117,7 +117,7 @@
List<MovieDbList>
-TheMovieDbApi.getUserLists(String sessionId,
+TheMovieDbApi.getUserLists(String sessionId,
int accountID)
Get all lists of a given user
@@ -179,12 +179,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html
index 6d1702434..bba10825e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.MovieDbListStatus (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.MovieDbListStatus (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html
index 31bb8cfcf..ff7f664f3 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.MovieList (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -106,7 +106,7 @@
TmdbResultsList<MovieList>
-TheMovieDbApi.getMovieLists(int movieId,
+TheMovieDbApi.getMovieLists(int movieId,
String language,
int page,
String... appendToResponse)
@@ -115,7 +115,7 @@
TmdbResultsList<MovieList>
-TheMovieDbApi.searchList(String query,
+TheMovieDbApi.searchList(String query,
String language,
int page)
Search for lists by name and description.
@@ -196,12 +196,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html
index da25e78aa..a8f51f558 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.Person (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -102,7 +102,7 @@
Person
-TheMovieDbApi.getPersonInfo(int personId,
+TheMovieDbApi.getPersonInfo(int personId,
String... appendToResponse)
This method is used to retrieve all of the basic person information.
@@ -124,7 +124,7 @@
TmdbResultsList<Person>
-TheMovieDbApi.getMovieCasts(int movieId,
+TheMovieDbApi.getMovieCasts(int movieId,
String... appendToResponse)
Get the cast information for a specific movie id.
@@ -143,7 +143,7 @@
TmdbResultsList<Person>
-TheMovieDbApi.searchPeople(String personName,
+TheMovieDbApi.searchPeople(String personName,
boolean includeAdult,
int page)
This is a good starting point to start finding people on TMDb.
@@ -218,12 +218,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html
index 58765ee13..b9896839f 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.PersonCast (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html
index fe22ddfbd..1766c541d 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.PersonCredit (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -110,7 +110,7 @@
TmdbResultsList<PersonCredit>
-TheMovieDbApi.getPersonCredits(int personId,
+TheMovieDbApi.getPersonCredits(int personId,
String... appendToResponse)
This method is used to retrieve all of the cast & crew information for
the person.
@@ -163,12 +163,12 @@
int
-PersonCreditDateComparator.compare(PersonCredit pc1,
+PersonCreditDateComparator.compare(PersonCredit pc1,
PersonCredit pc2)
int
-PersonCreditDateComparator.compare(PersonCredit pc1,
+PersonCreditDateComparator.compare(PersonCredit pc1,
PersonCredit pc2,
boolean ascending)
Compare two PersonCredits based on the respective years
@@ -243,12 +243,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html
index 49123a4aa..2038e6cd4 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.PersonCrew (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html
index 561994751..32c8421aa 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.PersonType (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -182,12 +182,12 @@ the order they are declared.
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html
index d9c4d30a5..0f289da48 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.ProductionCompany (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html
index a21908238..6bd147860 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.ProductionCountry (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html
index 48aec401f..c620eb119 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.ReleaseInfo (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -106,7 +106,7 @@
TmdbResultsList<ReleaseInfo>
-TheMovieDbApi.getMovieReleaseInfo(int movieId,
+TheMovieDbApi.getMovieReleaseInfo(int movieId,
String language,
String... appendToResponse)
This method is used to retrieve all of the release and certification data
@@ -188,12 +188,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html
index 5a316a8a1..682164a19 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.Reviews (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.Reviews (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -106,7 +106,7 @@
TmdbResultsList<Reviews>
-TheMovieDbApi.getReviews(int movieId,
+TheMovieDbApi.getReviews(int movieId,
String language,
int page,
String... appendToResponse)
@@ -186,12 +186,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html
index 635d7fbc3..cdcc618e8 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -102,7 +102,7 @@
StatusCode
-TheMovieDbApi.addMovieToList(String sessionId,
+TheMovieDbApi.addMovieToList(String sessionId,
String listId,
Integer movieId)
This method lets users add new movies to a list that they created.
@@ -110,7 +110,7 @@
StatusCode
-TheMovieDbApi.addToWatchList(String sessionId,
+TheMovieDbApi.addToWatchList(String sessionId,
int accountId,
Integer movieId)
Add a movie to an accounts watch list.
@@ -118,21 +118,21 @@
StatusCode
-TheMovieDbApi.changeFavoriteStatus(String sessionId,
+TheMovieDbApi.changeFavoriteStatus(String sessionId,
int accountId,
Integer movieId,
boolean isFavorite)
StatusCode
-TheMovieDbApi.deleteMovieList(String sessionId,
+TheMovieDbApi.deleteMovieList(String sessionId,
String listId)
This method lets users delete a list that they created.
StatusCode
-TheMovieDbApi.removeFromWatchList(String sessionId,
+TheMovieDbApi.removeFromWatchList(String sessionId,
int accountId,
Integer movieId)
Remove a movie from an accounts watch list.
@@ -140,7 +140,7 @@
StatusCode
-TheMovieDbApi.removeMovieFromList(String sessionId,
+TheMovieDbApi.removeMovieFromList(String sessionId,
String listId,
Integer movieId)
This method lets users remove movies from a list that they created.
@@ -190,12 +190,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html
index 782edb415..86b90ad23 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.TmdbConfiguration (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html
index 9f627087e..fc9f0d869 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html
index b88a28cc1..774b1b0a2 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.TokenSession (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html
index 841be410f..3fabe7226 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.Trailer (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -106,7 +106,7 @@
TmdbResultsList<Trailer>
-TheMovieDbApi.getMovieTrailers(int movieId,
+TheMovieDbApi.getMovieTrailers(int movieId,
String language,
String... appendToResponse)
This method is used to retrieve all of the trailers for a particular
@@ -202,12 +202,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html
index 88a46f703..1d40b959a 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.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.Translation (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -106,7 +106,7 @@
TmdbResultsList<Translation>
-TheMovieDbApi.getMovieTranslations(int movieId,
+TheMovieDbApi.getMovieTranslations(int movieId,
String... appendToResponse)
This method is used to retrieve a list of the available translations for
a specific movie.
@@ -187,12 +187,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html b/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html
index a1c7fb632..213182d8d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html
+++ b/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html
@@ -2,16 +2,16 @@
-
+
-PersonCreditDateComparator (API-The MovieDB 3.10 API)
-
+PersonCreditDateComparator (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV CLASS
-- NEXT CLASS
+- Prev Class
+- Next Class
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.model.comparator
+com.omertron.themoviedbapi.model.comparator
Class PersonCreditDateComparator
@@ -101,7 +101,7 @@
-public class PersonCreditDateComparator
+public class PersonCreditDateComparator
extends Object
implements Comparator<PersonCredit>, Serializable
Compare two PersonCredits by date
@@ -148,12 +148,12 @@ implements
int
-compare(PersonCredit pc1,
+compare(PersonCredit pc1,
PersonCredit pc2)
int
-compare(PersonCredit pc1,
+compare(PersonCredit pc1,
PersonCredit pc2,
boolean ascending)
Compare two PersonCredits based on the respective years
@@ -165,7 +165,7 @@ implements Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
@@ -224,7 +224,7 @@ implements PersonCredit pc2)
- Specified by:
-compare in interface Comparator<PersonCredit>
+compare in interface Comparator<PersonCredit>
@@ -268,12 +268,12 @@ implements
-- PREV CLASS
-- NEXT CLASS
+- Prev Class
+- Next Class
diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html b/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html
index 58e88d619..3a8de88b7 100644
--- a/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html
+++ b/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.comparator.PersonCreditDateComparator (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.model.comparator.PersonCreditDateComparator (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html
index c4041d7df..21fbfd68a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html
@@ -2,10 +2,10 @@
-
+
-com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.10 API)
-
+com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.11-SNAPSHOT API)
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html
index b7af0ced3..2a7438e9d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html
@@ -2,16 +2,16 @@
-
+
-com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.10 API)
-
+com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -106,12 +106,12 @@
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html
index 581500112..0e8ecdea0 100644
--- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html
@@ -2,16 +2,16 @@
-
+
-com.omertron.themoviedbapi.model.comparator Class Hierarchy (API-The MovieDB 3.10 API)
-
+com.omertron.themoviedbapi.model.comparator Class Hierarchy (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html
index 5ea165338..203401097 100644
--- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html
@@ -2,16 +2,16 @@
-
+
-Uses of Package com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.10 API)
-
+Uses of Package com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html
index 92d3a1657..b40ac0695 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.10 API)
-
+com.omertron.themoviedbapi.model (API-The MovieDB 3.11-SNAPSHOT API)
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html
index 1bc1e5c9a..6b9f19e5e 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.10 API)
-
+com.omertron.themoviedbapi.model (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -279,12 +279,12 @@
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/package-tree.html
index 6e3e12053..3bc34a752 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.10 API)
-
+com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-use.html b/apidocs/com/omertron/themoviedbapi/model/package-use.html
index 1a7049b1b..cd854e644 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.10 API)
-
+Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/package-frame.html b/apidocs/com/omertron/themoviedbapi/package-frame.html
index 7dcb3ea10..e292c50df 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.10 API)
-
+com.omertron.themoviedbapi (API-The MovieDB 3.11-SNAPSHOT API)
+
diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html
index ce010e569..427fe20ed 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.10 API)
-
+com.omertron.themoviedbapi (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV PACKAGE
-- NEXT PACKAGE
+- Prev Package
+- Next Package
- All Classes
@@ -136,12 +136,12 @@
-- PREV PACKAGE
-- NEXT PACKAGE
+- Prev Package
+- Next Package
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/package-tree.html b/apidocs/com/omertron/themoviedbapi/package-tree.html
index 5ba5bc2f4..568a47b2a 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.10 API)
-
+com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/package-use.html b/apidocs/com/omertron/themoviedbapi/package-use.html
index fe0027af8..35ce38c77 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.10 API)
-
+Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html b/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html
index ab7992431..93c65879b 100644
--- a/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html
+++ b/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html
@@ -2,16 +2,16 @@
-
+
-AbstractResults (API-The MovieDB 3.10 API)
-
+AbstractResults (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV CLASS
-- NEXT CLASS
+- Prev Class
+- Next Class
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.results
+com.omertron.themoviedbapi.results
Class AbstractResults
@@ -101,7 +101,7 @@
-public abstract class AbstractResults
+public abstract class AbstractResults
extends Object
Abstract class to return the results and the id/page info
- Author:
@@ -201,7 +201,7 @@ extends Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -378,12 +378,12 @@ extends
-- PREV CLASS
-- NEXT CLASS
+- Prev Class
+- Next Class
diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html
index 9b67e6cd5..dca2816bd 100644
--- a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html
+++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html
@@ -2,16 +2,16 @@
-
+
-TmdbResultsList (API-The MovieDB 3.10 API)
-
+TmdbResultsList (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.results
+com.omertron.themoviedbapi.results
Class TmdbResultsList<T>
@@ -103,7 +103,7 @@
- Type Parameters:
T -
-public final class TmdbResultsList<T>
+public final class TmdbResultsList<T>
extends AbstractResults
List of the results from TheMovieDb
- Author:
@@ -168,7 +168,7 @@ extends Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -258,12 +258,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html
index 90544b628..8165014ae 100644
--- a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html
+++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html
@@ -2,16 +2,16 @@
-
+
-TmdbResultsMap (API-The MovieDB 3.10 API)
-
+TmdbResultsMap (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV CLASS
-- NEXT CLASS
+- Prev Class
+- Next Class
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.results
+com.omertron.themoviedbapi.results
Class TmdbResultsMap<K,V>
@@ -103,7 +103,7 @@
- Type Parameters:
K - V -
-public final class TmdbResultsMap<K,V>
+public final class TmdbResultsMap<K,V>
extends AbstractResults
Map of the results from TheMovieDb
- Author:
@@ -168,7 +168,7 @@ extends Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -258,12 +258,12 @@ extends
-- PREV CLASS
-- NEXT CLASS
+- Prev Class
+- Next Class
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html
index e45f5bbde..fbaafd065 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.results.AbstractResults (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.results.AbstractResults (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -98,13 +98,13 @@
class
-TmdbResultsList<T>
+TmdbResultsList<T>
List of the results from TheMovieDb
class
-TmdbResultsMap<K,V>
+TmdbResultsMap<K,V>
Map of the results from TheMovieDb
@@ -134,12 +134,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html
index 18f7abe19..c50c5f1bc 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.results.TmdbResultsList (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.results.TmdbResultsList (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -98,14 +98,14 @@
TmdbResultsList<Artwork>
-TheMovieDbApi.getCollectionImages(int collectionId,
+TheMovieDbApi.getCollectionImages(int collectionId,
String language)
Get all of the images for a particular collection by collection id.
TmdbResultsList<MovieDb>
-TheMovieDbApi.getCompanyMovies(int companyId,
+TheMovieDbApi.getCompanyMovies(int companyId,
String language,
int page)
This method is used to retrieve the movies associated with a company.
@@ -120,7 +120,7 @@
TmdbResultsList<MovieDb>
-TheMovieDbApi.getDiscover(int page,
+TheMovieDbApi.getDiscover(int page,
String language,
String sortBy,
boolean includeAdult,
@@ -146,7 +146,7 @@
TmdbResultsList<MovieDb>
-TheMovieDbApi.getGenreMovies(int genreId,
+TheMovieDbApi.getGenreMovies(int genreId,
String language,
int page,
boolean includeAllMovies)
@@ -159,7 +159,7 @@
TmdbResultsList<KeywordMovie>
-TheMovieDbApi.getKeywordMovies(String keywordId,
+TheMovieDbApi.getKeywordMovies(String keywordId,
String language,
int page)
Get the list of movies for a particular keyword by id.
@@ -167,7 +167,7 @@
TmdbResultsList<AlternativeTitle>
-TheMovieDbApi.getMovieAlternativeTitles(int movieId,
+TheMovieDbApi.getMovieAlternativeTitles(int movieId,
String country,
String... appendToResponse)
This method is used to retrieve all of the alternative titles we have for
@@ -176,14 +176,14 @@
TmdbResultsList<Person>
-TheMovieDbApi.getMovieCasts(int movieId,
+TheMovieDbApi.getMovieCasts(int movieId,
String... appendToResponse)
Get the cast information for a specific movie id.
TmdbResultsList<ChangedMovie>
-TheMovieDbApi.getMovieChangesList(int page,
+TheMovieDbApi.getMovieChangesList(int page,
String startDate,
String endDate)
Get a list of movie ids that have been edited.
@@ -191,7 +191,7 @@
TmdbResultsList<Artwork>
-TheMovieDbApi.getMovieImages(int movieId,
+TheMovieDbApi.getMovieImages(int movieId,
String language,
String... appendToResponse)
This method should be used when you’re wanting to retrieve all of the
@@ -200,7 +200,7 @@
TmdbResultsList<Keyword>
-TheMovieDbApi.getMovieKeywords(int movieId,
+TheMovieDbApi.getMovieKeywords(int movieId,
String... appendToResponse)
This method is used to retrieve all of the keywords that have been added
to a particular movie.
@@ -208,7 +208,7 @@
TmdbResultsList<MovieList>
-TheMovieDbApi.getMovieLists(int movieId,
+TheMovieDbApi.getMovieLists(int movieId,
String language,
int page,
String... appendToResponse)
@@ -217,7 +217,7 @@
TmdbResultsList<ReleaseInfo>
-TheMovieDbApi.getMovieReleaseInfo(int movieId,
+TheMovieDbApi.getMovieReleaseInfo(int movieId,
String language,
String... appendToResponse)
This method is used to retrieve all of the release and certification data
@@ -226,7 +226,7 @@
TmdbResultsList<Trailer>
-TheMovieDbApi.getMovieTrailers(int movieId,
+TheMovieDbApi.getMovieTrailers(int movieId,
String language,
String... appendToResponse)
This method is used to retrieve all of the trailers for a particular
@@ -235,7 +235,7 @@
TmdbResultsList<Translation>
-TheMovieDbApi.getMovieTranslations(int movieId,
+TheMovieDbApi.getMovieTranslations(int movieId,
String... appendToResponse)
This method is used to retrieve a list of the available translations for
a specific movie.
@@ -243,14 +243,14 @@
TmdbResultsList<MovieDb>
-TheMovieDbApi.getNowPlayingMovies(String language,
+TheMovieDbApi.getNowPlayingMovies(String language,
int page)
This method is used to retrieve the movies currently in theatres.
TmdbResultsList<PersonCredit>
-TheMovieDbApi.getPersonCredits(int personId,
+TheMovieDbApi.getPersonCredits(int personId,
String... appendToResponse)
This method is used to retrieve all of the cast & crew information for
the person.
@@ -276,21 +276,21 @@
TmdbResultsList<MovieDb>
-TheMovieDbApi.getPopularMovieList(String language,
+TheMovieDbApi.getPopularMovieList(String language,
int page)
This method is used to retrieve the daily movie popularity list.
TmdbResultsList<Reviews>
-TheMovieDbApi.getReviews(int movieId,
+TheMovieDbApi.getReviews(int movieId,
String language,
int page,
String... appendToResponse)
TmdbResultsList<MovieDb>
-TheMovieDbApi.getSimilarMovies(int movieId,
+TheMovieDbApi.getSimilarMovies(int movieId,
String language,
int page,
String... appendToResponse)
@@ -300,7 +300,7 @@
TmdbResultsList<MovieDb>
-TheMovieDbApi.getTopRatedMovies(String language,
+TheMovieDbApi.getTopRatedMovies(String language,
int page)
This method is used to retrieve the top rated movies that have over 10
votes on TMDb.
@@ -308,14 +308,14 @@
TmdbResultsList<MovieDb>
-TheMovieDbApi.getUpcoming(String language,
+TheMovieDbApi.getUpcoming(String language,
int page)
Get the list of upcoming movies.
TmdbResultsList<Collection>
-TheMovieDbApi.searchCollection(String query,
+TheMovieDbApi.searchCollection(String query,
String language,
int page)
Search for collections by name.
@@ -323,21 +323,21 @@
TmdbResultsList<Company>
-TheMovieDbApi.searchCompanies(String companyName,
+TheMovieDbApi.searchCompanies(String companyName,
int page)
Search Companies.
TmdbResultsList<Keyword>
-TheMovieDbApi.searchKeyword(String query,
+TheMovieDbApi.searchKeyword(String query,
int page)
Search for keywords by name
TmdbResultsList<MovieList>
-TheMovieDbApi.searchList(String query,
+TheMovieDbApi.searchList(String query,
String language,
int page)
Search for lists by name and description.
@@ -345,7 +345,7 @@
TmdbResultsList<MovieDb>
-TheMovieDbApi.searchMovie(String movieName,
+TheMovieDbApi.searchMovie(String movieName,
int searchYear,
String language,
boolean includeAdult,
@@ -356,7 +356,7 @@
TmdbResultsList<Person>
-TheMovieDbApi.searchPeople(String personName,
+TheMovieDbApi.searchPeople(String personName,
boolean includeAdult,
int page)
This is a good starting point to start finding people on TMDb.
@@ -388,12 +388,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html
index 4fe064831..e76affa08 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.results.TmdbResultsMap (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.results.TmdbResultsMap (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -98,7 +98,7 @@
TmdbResultsMap<String,List<ChangedItem>>
-TheMovieDbApi.getMovieChanges(int movieId,
+TheMovieDbApi.getMovieChanges(int movieId,
String startDate,
String endDate)
Get the changes for a specific movie id.
@@ -130,12 +130,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-frame.html b/apidocs/com/omertron/themoviedbapi/results/package-frame.html
index 9ec069a2d..8bbe5bd2d 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-frame.html
@@ -2,10 +2,10 @@
-
+
-com.omertron.themoviedbapi.results (API-The MovieDB 3.10 API)
-
+com.omertron.themoviedbapi.results (API-The MovieDB 3.11-SNAPSHOT API)
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-summary.html b/apidocs/com/omertron/themoviedbapi/results/package-summary.html
index 247b621c7..d81286bb0 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-summary.html
@@ -2,16 +2,16 @@
-
+
-com.omertron.themoviedbapi.results (API-The MovieDB 3.10 API)
-
+com.omertron.themoviedbapi.results (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -83,13 +83,13 @@
-TmdbResultsList<T>
+TmdbResultsList<T>
List of the results from TheMovieDb
-TmdbResultsMap<K,V>
+TmdbResultsMap<K,V>
Map of the results from TheMovieDb
@@ -118,12 +118,12 @@
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-tree.html b/apidocs/com/omertron/themoviedbapi/results/package-tree.html
index 07e4c8780..1874c647d 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-tree.html
@@ -2,16 +2,16 @@
-
+
-com.omertron.themoviedbapi.results Class Hierarchy (API-The MovieDB 3.10 API)
-
+com.omertron.themoviedbapi.results Class Hierarchy (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-use.html b/apidocs/com/omertron/themoviedbapi/results/package-use.html
index e7e1a6f20..1fb8ad826 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-use.html
@@ -2,16 +2,16 @@
-
+
-Uses of Package com.omertron.themoviedbapi.results (API-The MovieDB 3.10 API)
-
+Uses of Package com.omertron.themoviedbapi.results (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html
index 12b519ff6..82c416118 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.10 API)
-
+ApiUrl (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV CLASS
-- NEXT CLASS
+- Prev Class
+- Next Class
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.tools
+com.omertron.themoviedbapi.tools
Class ApiUrl
@@ -97,7 +97,7 @@
-
-public class ApiUrl
+public class ApiUrl
extends Object
The API URL that is used to construct the API call
- Author:
@@ -199,13 +199,13 @@ extends Constructor and Description
-ApiUrl(String apiKey,
+ApiUrl(String apiKey,
String method)
Constructor for the simple API URL method without a sub-method
-ApiUrl(String apiKey,
+ApiUrl(String apiKey,
String method,
String submethod)
Constructor for the API URL with a sub-method
@@ -228,28 +228,28 @@ extends
void
-addArgument(String key,
+addArgument(String key,
boolean value)
Add arguments individually
void
-addArgument(String key,
+addArgument(String key,
float value)
Add arguments individually
void
-addArgument(String key,
+addArgument(String key,
int value)
Add arguments individually
void
-addArgument(String key,
+addArgument(String key,
String value)
Add arguments individually
@@ -284,7 +284,7 @@ extends Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -618,12 +618,12 @@ extends
-- PREV CLASS
-- NEXT CLASS
+- Prev Class
+- Next Class
diff --git a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html
index 52dd7efb6..5dd8dac27 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html
@@ -2,16 +2,16 @@
-
+
-WebBrowser (API-The MovieDB 3.10 API)
-
+WebBrowser (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV CLASS
-- NEXT CLASS
+- Prev Class
+- Next Class
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.tools
+com.omertron.themoviedbapi.tools
Class WebBrowser
static String
-request(URL url,
+request(URL url,
String jsonBody,
boolean isDeleteRequest)
@@ -214,7 +214,7 @@ extends Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -444,12 +444,12 @@ extends
-- PREV CLASS
-- NEXT CLASS
+- Prev Class
+- Next Class
diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html
index 1bfd5a7c8..578c93af1 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html
index ca2cf1093..1eba0e473 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.tools.WebBrowser (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.tools.WebBrowser (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html
index 03ffc13a1..268296c3f 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.10 API)
-
+com.omertron.themoviedbapi.tools (API-The MovieDB 3.11-SNAPSHOT API)
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html
index f50f2f61f..2146cc0ed 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html
@@ -2,16 +2,16 @@
-
+
-com.omertron.themoviedbapi.tools (API-The MovieDB 3.10 API)
-
+com.omertron.themoviedbapi.tools (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -112,12 +112,12 @@
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html
index faa4136ce..907c96337 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html
@@ -2,16 +2,16 @@
-
+
-com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 3.10 API)
-
+com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-use.html b/apidocs/com/omertron/themoviedbapi/tools/package-use.html
index e771b5409..95d49b293 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/package-use.html
@@ -2,16 +2,16 @@
-
+
-Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 3.10 API)
-
+Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html
index 5108c9163..8f5b426ce 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html
@@ -2,16 +2,16 @@
-
+
-AbstractWrapper (API-The MovieDB 3.10 API)
-
+AbstractWrapper (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV CLASS
-- NEXT CLASS
+- Prev Class
+- Next Class
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class AbstractWrapper
@@ -110,7 +110,7 @@
-public abstract class AbstractWrapper
+public abstract class AbstractWrapper
extends AbstractJsonMapping
implements Serializable
- See Also:
- Serialized Form
@@ -151,7 +151,7 @@ implements
<E extends Enum<E>>
List<E>
-getTypeList(Class<E> clz,
+getTypeList(Class<E> clz,
E[] typeList)
Get a list of the enums passed
@@ -162,14 +162,14 @@ implements AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -243,12 +243,12 @@ implements
-- PREV CLASS
-- NEXT CLASS
+- Prev Class
+- Next Class
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html
index dee650404..eb7b4e515 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html
@@ -2,16 +2,16 @@
-
+
-AbstractWrapperAll (API-The MovieDB 3.10 API)
-
+AbstractWrapperAll (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class AbstractWrapperAll
@@ -120,7 +120,7 @@
-public class AbstractWrapperAll
+public class AbstractWrapperAll
extends AbstractWrapperId
implements IWrapperId, IWrapperPages, IWrapperDates
Base class for the wrappers
@@ -207,21 +207,21 @@ implements AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html
index fa664ccd8..bb9900798 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html
@@ -2,16 +2,16 @@
-
+
-AbstractWrapperId (API-The MovieDB 3.10 API)
-
+AbstractWrapperId (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class AbstractWrapperId
@@ -115,7 +115,7 @@
-public class AbstractWrapperId
+public class AbstractWrapperId
extends AbstractWrapper
implements IWrapperId
Base class for the wrappers
@@ -171,21 +171,21 @@ implements AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -270,12 +270,12 @@ implements
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html
index 6571920a5..bcfdc7d10 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html
@@ -2,16 +2,16 @@
-
+
-IWrapperDates (API-The MovieDB 3.10 API)
-
+IWrapperDates (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Interface IWrapperDates
@@ -93,7 +93,7 @@
-public interface IWrapperDates
+public interface IWrapperDates
@@ -179,12 +179,12 @@
- All Classes
@@ -203,17 +203,17 @@
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html
index eb367a61e..ad78bd0e1 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html
@@ -2,16 +2,16 @@
-
+
-IWrapperId (API-The MovieDB 3.10 API)
-
+IWrapperId (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Interface IWrapperId
@@ -93,7 +93,7 @@
-public interface IWrapperId
+public interface IWrapperId
@@ -179,12 +179,12 @@
- All Classes
@@ -203,17 +203,17 @@
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html
index 5476ae220..8b2bc2437 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html
@@ -2,16 +2,16 @@
-
+
-IWrapperPages (API-The MovieDB 3.10 API)
-
+IWrapperPages (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Interface IWrapperPages
@@ -93,7 +93,7 @@
-public interface IWrapperPages
+public interface IWrapperPages
@@ -231,12 +231,12 @@
- All Classes
@@ -255,17 +255,17 @@
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html
index e5cafadb4..f6fd82b1d 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html
@@ -2,16 +2,16 @@
-
+
-ResultDates (API-The MovieDB 3.10 API)
-
+ResultDates (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class ResultDates
@@ -101,7 +101,7 @@
-public class ResultDates
+public class ResultDates
extends Object
implements Serializable
- Author:
@@ -152,7 +152,7 @@ implements
void
-handleUnknown(String key,
+handleUnknown(String key,
Object value)
Handle unknown properties and print a message
@@ -175,7 +175,7 @@ implements Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -295,12 +295,12 @@ implements
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html
index 8b8db91be..d0eee61d9 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html
@@ -2,16 +2,16 @@
-
+
-WrapperAlternativeTitles (API-The MovieDB 3.10 API)
-
+WrapperAlternativeTitles (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperAlternativeTitles
@@ -116,7 +116,7 @@
-public class WrapperAlternativeTitles
+public class WrapperAlternativeTitles
extends AbstractWrapperId
implements Serializable
- Author:
@@ -178,21 +178,21 @@ implements AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -269,12 +269,12 @@ implements
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html
index f9c9c2ec0..bc1aa25b2 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html
@@ -2,16 +2,16 @@
-
+
-WrapperChanges (API-The MovieDB 3.10 API)
-
+WrapperChanges (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperChanges
@@ -97,7 +97,7 @@
-
-public class WrapperChanges
+public class WrapperChanges
extends Object
@@ -148,7 +148,7 @@ extends
void
-setNewItems(String name,
+setNewItems(String name,
Object value)
@@ -161,7 +161,7 @@ extends Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -270,12 +270,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html
index e2af81a9f..304ec03ce 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html
@@ -2,16 +2,16 @@
-
+
-WrapperCollection (API-The MovieDB 3.10 API)
-
+WrapperCollection (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperCollection
@@ -121,7 +121,7 @@
-public class WrapperCollection
+public class WrapperCollection
extends AbstractWrapperAll
- Author:
- stuart.boston
@@ -189,21 +189,21 @@ extends AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html
index 2799939d8..66d528f4e 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html
@@ -2,16 +2,16 @@
-
+
-WrapperCompany (API-The MovieDB 3.10 API)
-
+WrapperCompany (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperCompany
@@ -121,7 +121,7 @@
-public class WrapperCompany
+public class WrapperCompany
extends AbstractWrapperAll
- Author:
- stuart.boston
@@ -189,21 +189,21 @@ extends AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html
index 3924685a5..bff474021 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html
@@ -2,16 +2,16 @@
-
+
-WrapperCompanyMovies (API-The MovieDB 3.10 API)
-
+WrapperCompanyMovies (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperCompanyMovies
@@ -121,7 +121,7 @@
-public class WrapperCompanyMovies
+public class WrapperCompanyMovies
extends AbstractWrapperAll
- Author:
- stuart.boston
@@ -189,21 +189,21 @@ extends AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html
index 50f83984f..e0af3a411 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html
@@ -2,16 +2,16 @@
-
+
-WrapperConfig (API-The MovieDB 3.10 API)
-
+WrapperConfig (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperConfig
@@ -111,7 +111,7 @@
-public class WrapperConfig
+public class WrapperConfig
extends AbstractWrapper
- Author:
- Stuart
@@ -173,21 +173,21 @@ extends AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -282,12 +282,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html
index d5bf523f5..e4fc873ba 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html
@@ -2,16 +2,16 @@
-
+
-WrapperGenres (API-The MovieDB 3.10 API)
-
+WrapperGenres (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperGenres
@@ -111,7 +111,7 @@
-public class WrapperGenres
+public class WrapperGenres
extends AbstractWrapper
Wrapper class for the Genres searches
- Author:
@@ -166,21 +166,21 @@ extends AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -257,12 +257,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html
index cf6b95088..a3c8e67ba 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html
@@ -2,16 +2,16 @@
-
+
-WrapperImages (API-The MovieDB 3.10 API)
-
+WrapperImages (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperImages
@@ -121,7 +121,7 @@
-public class WrapperImages
+public class WrapperImages
extends AbstractWrapperAll
implements Serializable
- Author:
@@ -212,21 +212,21 @@ implements AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html
index 8dd3dba9d..1c4874eef 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html
@@ -2,16 +2,16 @@
-
+
-WrapperJobList (API-The MovieDB 3.10 API)
-
+WrapperJobList (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperJobList
@@ -111,7 +111,7 @@
-public class WrapperJobList
+public class WrapperJobList
extends AbstractWrapper
- Author:
- Stuart
@@ -165,21 +165,21 @@ extends AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -256,12 +256,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html
index dc5221af1..d0b463e7a 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html
@@ -2,16 +2,16 @@
-
+
-WrapperKeywordMovies (API-The MovieDB 3.10 API)
-
+WrapperKeywordMovies (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperKeywordMovies
@@ -121,7 +121,7 @@
-public class WrapperKeywordMovies
+public class WrapperKeywordMovies
extends AbstractWrapperAll
- Author:
- stuart.boston
@@ -189,21 +189,21 @@ extends AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html
index b2d835542..bfc4a2318 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html
@@ -2,16 +2,16 @@
-
+
-WrapperKeywords (API-The MovieDB 3.10 API)
-
+WrapperKeywords (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperKeywords
@@ -121,7 +121,7 @@
-public class WrapperKeywords
+public class WrapperKeywords
extends AbstractWrapperAll
- Author:
- stuart.boston
@@ -189,21 +189,21 @@ extends AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html
index f972ba6a7..35e60dfb3 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html
@@ -2,16 +2,16 @@
-
+
-WrapperMovie (API-The MovieDB 3.10 API)
-
+WrapperMovie (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperMovie
@@ -121,7 +121,7 @@
-public class WrapperMovie
+public class WrapperMovie
extends AbstractWrapperAll
implements Serializable
- Author:
@@ -190,21 +190,21 @@ implements AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html
index 2b2e20462..a07f6ec87 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html
@@ -2,16 +2,16 @@
-
+
-WrapperMovieCasts (API-The MovieDB 3.10 API)
-
+WrapperMovieCasts (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperMovieCasts
@@ -116,7 +116,7 @@
-public class WrapperMovieCasts
+public class WrapperMovieCasts
extends AbstractWrapperId
implements Serializable
- Author:
@@ -190,21 +190,21 @@ implements AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -308,12 +308,12 @@ implements
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html
index cf25d5eeb..a70df47d9 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html
@@ -2,16 +2,16 @@
-
+
-WrapperMovieChanges (API-The MovieDB 3.10 API)
-
+WrapperMovieChanges (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperMovieChanges
@@ -121,7 +121,7 @@
-public class WrapperMovieChanges
+public class WrapperMovieChanges
extends AbstractWrapperAll
- See Also:
- Serialized Form
@@ -187,21 +187,21 @@ extends AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html
index 256290202..cb92054d9 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html
@@ -2,16 +2,16 @@
-
+
-WrapperMovieDbList (API-The MovieDB 3.10 API)
-
+WrapperMovieDbList (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperMovieDbList
@@ -121,7 +121,7 @@
-public class WrapperMovieDbList
+public class WrapperMovieDbList
extends AbstractWrapperAll
- See Also:
- Serialized Form
@@ -187,21 +187,21 @@ extends AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html
index 90322c18c..7fb467af8 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html
@@ -2,16 +2,16 @@
-
+
-WrapperMovieKeywords (API-The MovieDB 3.10 API)
-
+WrapperMovieKeywords (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperMovieKeywords
@@ -116,7 +116,7 @@
-public class WrapperMovieKeywords
+public class WrapperMovieKeywords
extends AbstractWrapperId
implements Serializable
- Author:
@@ -178,21 +178,21 @@ implements AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -269,12 +269,12 @@ implements
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html
index 47d6788fc..8d1aa87e6 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html
@@ -2,16 +2,16 @@
-
+
-WrapperMovieList (API-The MovieDB 3.10 API)
-
+WrapperMovieList (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperMovieList
@@ -121,7 +121,7 @@
-public class WrapperMovieList
+public class WrapperMovieList
extends AbstractWrapperAll
implements Serializable
- Author:
@@ -190,21 +190,21 @@ implements AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html
index 1abbaab09..fbfd44711 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html
@@ -2,16 +2,16 @@
-
+
-WrapperPerson (API-The MovieDB 3.10 API)
-
+WrapperPerson (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperPerson
@@ -121,7 +121,7 @@
-public class WrapperPerson
+public class WrapperPerson
extends AbstractWrapperAll
- Author:
- stuart.boston
@@ -189,21 +189,21 @@ extends AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html
index 6933a6f23..1e4bd13c4 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html
@@ -2,16 +2,16 @@
-
+
-WrapperPersonCredits (API-The MovieDB 3.10 API)
-
+WrapperPersonCredits (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperPersonCredits
@@ -121,7 +121,7 @@
-public class WrapperPersonCredits
+public class WrapperPersonCredits
extends AbstractWrapperAll
- Author:
- stuart.boston
@@ -201,21 +201,21 @@ extends AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html
index 1077cb5f3..706023000 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html
@@ -2,16 +2,16 @@
-
+
-WrapperPersonList (API-The MovieDB 3.10 API)
-
+WrapperPersonList (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperPersonList
@@ -121,7 +121,7 @@
-public class WrapperPersonList
+public class WrapperPersonList
extends AbstractWrapperAll
- Author:
- Stuart
@@ -189,21 +189,21 @@ extends AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html
index ba25173db..d70795011 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html
@@ -2,16 +2,16 @@
-
+
-WrapperReleaseInfo (API-The MovieDB 3.10 API)
-
+WrapperReleaseInfo (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperReleaseInfo
@@ -116,7 +116,7 @@
-public class WrapperReleaseInfo
+public class WrapperReleaseInfo
extends AbstractWrapperId
implements Serializable
- Author:
@@ -178,21 +178,21 @@ implements AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -269,12 +269,12 @@ implements
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html
index 90f79ae81..d4b5b21d6 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html
@@ -2,16 +2,16 @@
-
+
-WrapperReviews (API-The MovieDB 3.10 API)
-
+WrapperReviews (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperReviews
@@ -121,7 +121,7 @@
-public class WrapperReviews
+public class WrapperReviews
extends AbstractWrapperAll
implements Serializable
- Author:
@@ -190,21 +190,21 @@ implements AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html
index 78538dace..23c7f2dc8 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html
@@ -2,16 +2,16 @@
-
+
-WrapperTrailers (API-The MovieDB 3.10 API)
-
+WrapperTrailers (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperTrailers
@@ -116,7 +116,7 @@
-public class WrapperTrailers
+public class WrapperTrailers
extends AbstractWrapperId
implements Serializable
- Author:
@@ -192,21 +192,21 @@ implements AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -312,12 +312,12 @@ implements
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html
index ecc6bb291..0357d98a0 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html
@@ -2,16 +2,16 @@
-
+
-WrapperTranslations (API-The MovieDB 3.10 API)
-
+WrapperTranslations (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV CLASS
-- NEXT CLASS
+- Prev Class
+- Next Class
- All Classes
@@ -61,17 +61,17 @@
@@ -80,7 +80,7 @@
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper
Class WrapperTranslations
@@ -116,7 +116,7 @@
-public class WrapperTranslations
+public class WrapperTranslations
extends AbstractWrapperId
implements Serializable
- Author:
@@ -178,21 +178,21 @@ implements AbstractWrapper
-getTypeList
+getTypeList
-
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -269,12 +269,12 @@ implements
-- PREV CLASS
-- NEXT CLASS
+- Prev Class
+- Next Class
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html
index c1b91d957..191cb994a 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapper (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapper (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html
index 1f22a09e3..23bd4a1f0 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html
index bc99d657d..c6f4daaa4 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperId (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperId (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html
index 31c3515c8..a1b690e45 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html
@@ -2,16 +2,16 @@
-
+
-Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperDates (API-The MovieDB 3.10 API)
-
+Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperDates (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html
index 05e81ea71..8ec6624f5 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html
@@ -2,16 +2,16 @@
-
+
-Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperId (API-The MovieDB 3.10 API)
-
+Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperId (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html
index da31c4df5..5fa967433 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html
@@ -2,16 +2,16 @@
-
+
-Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperPages (API-The MovieDB 3.10 API)
-
+Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperPages (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html
index e9a0010d8..1dbe41c46 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.ResultDates (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.ResultDates (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html
index f9a0f0bf0..225171ae1 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html
index 8ccc8514e..14e38c962 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperChanges (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperChanges (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html
index 17b80755b..708c4bc68 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCollection (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCollection (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html
index 631ba26a6..4937ccd44 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompany (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompany (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html
index 7454bc0be..25c7bb6bd 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html
index 341ca58b6..432ca9e53 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperConfig (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperConfig (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html
index 86d8eb242..41fc243b9 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperGenres (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperGenres (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html
index ef9eb0a55..9cc37d231 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperImages (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperImages (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html
index ee8b5da6e..6ff5efeaf 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperJobList (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperJobList (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html
index 09230cffd..980b2197c 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html
index 1804483ba..a752f12e3 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywords (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywords (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html
index f4d3a6896..11a328053 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovie (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovie (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html
index b8a1c13be..f4426e137 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieChanges.html
index c3d2b2807..7ff5b2a55 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieChanges.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieChanges.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieChanges (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieChanges (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieDbList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieDbList.html
index 052f2617b..7fa7a4a91 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieDbList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieDbList.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieDbList (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieDbList (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html
index 5a625cf1c..3c42302ef 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html
index 47db050e0..3265a0e09 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieList (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieList (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html
index 17176b2b6..d2f8a34a0 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPerson (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPerson (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html
index 17ae455de..174369631 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html
index 38431f6ee..8b2a3daec 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonList (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonList (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html
index 509222f92..b43c5c189 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html
index 5345ecbcd..383a10f05 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReviews (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReviews (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html
index aca22d41d..21d8f703e 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTrailers (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTrailers (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html
index 0e00264c5..c2f340ca6 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTranslations (API-The MovieDB 3.10 API)
-
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTranslations (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html
index 260235b8f..ccb084ae0 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.10 API)
-
+com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.11-SNAPSHOT API)
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html
index 70486da80..3f1fde0cb 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html
@@ -2,16 +2,16 @@
-
+
-com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.10 API)
-
+com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV PACKAGE
-- NEXT PACKAGE
+- Prev Package
+- Next Package
- All Classes
@@ -241,12 +241,12 @@
-- PREV PACKAGE
-- NEXT PACKAGE
+- Prev Package
+- Next Package
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html
index be4f62987..bc9a41a41 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html
@@ -2,16 +2,16 @@
-
+
-com.omertron.themoviedbapi.wrapper Class Hierarchy (API-The MovieDB 3.10 API)
-
+com.omertron.themoviedbapi.wrapper Class Hierarchy (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
- All Classes
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html
index 16fa1f32f..8946c68eb 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html
@@ -2,16 +2,16 @@
-
+
-Uses of Package com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.10 API)
-
+Uses of Package com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html
index 12b173139..67a3bbb7e 100644
--- a/apidocs/constant-values.html
+++ b/apidocs/constant-values.html
@@ -2,16 +2,16 @@
-
+
-Constant Field Values (API-The MovieDB 3.10 API)
-
+Constant Field Values (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html
index cd6505a42..67a671b72 100644
--- a/apidocs/deprecated-list.html
+++ b/apidocs/deprecated-list.html
@@ -2,16 +2,16 @@
-
+
-Deprecated List (API-The MovieDB 3.10 API)
-
+Deprecated List (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html
index 394da5952..82b7126db 100644
--- a/apidocs/help-doc.html
+++ b/apidocs/help-doc.html
@@ -2,16 +2,16 @@
-
+
-API Help (API-The MovieDB 3.10 API)
-
+API Help (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -65,7 +65,7 @@
How This API Document Is Organized
-This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
@@ -75,7 +75,7 @@
-
Package
-Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:
+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
- Interfaces (italic)
- Classes
@@ -159,12 +159,16 @@
These links show and hide the HTML frames. All pages are available with or without frames.
-
+
All Classes
+The All Classes link shows all classes and interfaces except non-static nested types.
+
+-
Serialized Form
Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
-
Constant Field Values
-The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.
+The Constant Field Values page lists the static final fields and their values.
This help file applies to API documentation generated using the standard doclet.
@@ -187,12 +191,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/index-all.html b/apidocs/index-all.html
index 167fa2b92..ec1b41808 100644
--- a/apidocs/index-all.html
+++ b/apidocs/index-all.html
@@ -2,16 +2,16 @@
-
+
-Index (API-The MovieDB 3.10 API)
-
+Index (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
@@ -104,35 +104,35 @@
-
- Account() - Constructor for class com.omertron.themoviedbapi.model.Account
-
-- addArgument(String, String) - Method in class com.omertron.themoviedbapi.tools.ApiUrl
+- addArgument(String, String) - Method in class com.omertron.themoviedbapi.tools.ApiUrl
-
Add arguments individually
-- addArgument(String, int) - Method in class com.omertron.themoviedbapi.tools.ApiUrl
+- addArgument(String, int) - Method in class com.omertron.themoviedbapi.tools.ApiUrl
-
Add arguments individually
-- addArgument(String, boolean) - Method in class com.omertron.themoviedbapi.tools.ApiUrl
+- addArgument(String, boolean) - Method in class com.omertron.themoviedbapi.tools.ApiUrl
-
Add arguments individually
-- addArgument(String, float) - Method in class com.omertron.themoviedbapi.tools.ApiUrl
+- addArgument(String, float) - Method in class com.omertron.themoviedbapi.tools.ApiUrl
-
Add arguments individually
-- addCast(int, String, String, String, int) - Method in class com.omertron.themoviedbapi.model.Person
+- addCast(int, String, String, String, int) - Method in class com.omertron.themoviedbapi.model.Person
-
Add a cast member
-- addCrew(int, String, String, String, String) - Method in class com.omertron.themoviedbapi.model.Person
+- addCrew(int, String, String, String, String) - Method in class com.omertron.themoviedbapi.model.Person
-
Add a crew member
-- addMovieToList(String, String, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- addMovieToList(String, String, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method lets users add new movies to a list that they created.
-- addToWatchList(String, int, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- addToWatchList(String, int, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Add a movie to an accounts watch list.
@@ -144,11 +144,11 @@
-
The API URL that is used to construct the API call
-- ApiUrl(String, String) - Constructor for class com.omertron.themoviedbapi.tools.ApiUrl
+- ApiUrl(String, String) - Constructor for class com.omertron.themoviedbapi.tools.ApiUrl
-
Constructor for the simple API URL method without a sub-method
-- ApiUrl(String, String, String) - Constructor for class com.omertron.themoviedbapi.tools.ApiUrl
+- ApiUrl(String, String, String) - Constructor for class com.omertron.themoviedbapi.tools.ApiUrl
-
Constructor for the API URL with a sub-method
@@ -198,7 +198,7 @@
-
- ChangedMovie() - Constructor for class com.omertron.themoviedbapi.model.ChangedMovie
-
-- changeFavoriteStatus(String, int, Integer, boolean) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- changeFavoriteStatus(String, int, Integer, boolean) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
- ChangeKeyItem - Class in com.omertron.themoviedbapi.model
-
@@ -238,21 +238,21 @@
- Company() - Constructor for class com.omertron.themoviedbapi.model.Company
-
-- compare(PersonCredit, PersonCredit) - Method in class com.omertron.themoviedbapi.model.comparator.PersonCreditDateComparator
+- compare(PersonCredit, PersonCredit) - Method in class com.omertron.themoviedbapi.model.comparator.PersonCreditDateComparator
-
-- compare(PersonCredit, PersonCredit, boolean) - Method in class com.omertron.themoviedbapi.model.comparator.PersonCreditDateComparator
+- compare(PersonCredit, PersonCredit, boolean) - Method in class com.omertron.themoviedbapi.model.comparator.PersonCreditDateComparator
-
Compare two PersonCredits based on the respective years
-- compareMovies(MovieDb, String, String) - Static method in class com.omertron.themoviedbapi.TheMovieDbApi
+- compareMovies(MovieDb, String, String) - Static method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Compare the MovieDB object with a title & year
-- compareMovies(MovieDb, String, String, int, boolean) - Static method in class com.omertron.themoviedbapi.TheMovieDbApi
+- compareMovies(MovieDb, String, String, int, boolean) - Static method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Compare the MovieDB object with a title & year
-- compareMovies(MovieDb, String, String, int) - Static method in class com.omertron.themoviedbapi.TheMovieDbApi
+- compareMovies(MovieDb, String, String, int) - Static method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Compare the MovieDB object with a title & year, case sensitive
@@ -272,11 +272,11 @@
-
Copy the Id and pages from the wrapper
-- createImageUrl(String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- createImageUrl(String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Generate the full image URL from the size and image path
-- createList(String, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- createList(String, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method lets users create a new list.
@@ -286,7 +286,7 @@
D
-- deleteMovieList(String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- deleteMovieList(String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method lets users delete a list that they created.
@@ -427,11 +427,11 @@
-
- getCharacter() - Method in class com.omertron.themoviedbapi.model.PersonCredit
-
-- getCollectionImages(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getCollectionImages(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get all of the images for a particular collection by collection id.
-- getCollectionInfo(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getCollectionInfo(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve all of the basic information about a
movie collection.
@@ -443,7 +443,7 @@
This method is used to retrieve the basic information about a production
company on TMDb.
-- getCompanyMovies(int, String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getCompanyMovies(int, String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve the movies associated with a company.
@@ -495,7 +495,7 @@
-
- getDescription() - Method in class com.omertron.themoviedbapi.model.MovieList
-
-- getDiscover(int, String, String, boolean, int, int, int, float, String, String, String, String, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getDiscover(int, String, String, boolean, int, int, int, float, String, String, String, String, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Discover movies by different types of data like average rating, number of
votes, genres and certifications.
@@ -517,7 +517,7 @@
-
- getFavoriteCount() - Method in class com.omertron.themoviedbapi.model.MovieList
-
-- getFavoriteMovies(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getFavoriteMovies(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
- getFilePath() - Method in class com.omertron.themoviedbapi.model.Artwork
-
@@ -527,7 +527,7 @@
-
You can use this method to retrieve the list of genres used on TMDb.
-- getGenreMovies(int, String, int, boolean) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getGenreMovies(int, String, int, boolean) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get a list of movies per genre.
@@ -623,7 +623,7 @@
-
Get the basic information for a specific keyword id.
-- getKeywordMovies(String, String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getKeywordMovies(String, String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the list of movies for a particular keyword by id.
@@ -669,52 +669,52 @@
-
- getMinimum() - Method in class com.omertron.themoviedbapi.wrapper.ResultDates
-
-- getMovieAlternativeTitles(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getMovieAlternativeTitles(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve all of the alternative titles we have for
a particular movie.
-- getMovieCasts(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getMovieCasts(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the cast information for a specific movie id.
-- getMovieChanges(int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getMovieChanges(int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the changes for a specific movie id.
-- getMovieChangesList(int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getMovieChangesList(int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get a list of movie ids that have been edited.
- getMovieId() - Method in class com.omertron.themoviedbapi.model.PersonCredit
-
-- getMovieImages(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getMovieImages(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method should be used when you’re wanting to retrieve all of the
images for a particular movie.
-- getMovieInfo(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getMovieInfo(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve all of the basic movie information.
-- getMovieInfoImdb(String, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getMovieInfoImdb(String, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve all of the basic movie information.
-- getMovieKeywords(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getMovieKeywords(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve all of the keywords that have been added
to a particular movie.
- getMovieList() - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList
-
-- getMovieLists(int, String, int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getMovieLists(int, String, int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the lists that the movie belongs to
- getMovieOriginalTitle() - Method in class com.omertron.themoviedbapi.model.PersonCredit
-
-- getMovieReleaseInfo(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getMovieReleaseInfo(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve all of the release and certification data
we have for a specific movie.
@@ -723,12 +723,12 @@
-
- getMovieTitle() - Method in class com.omertron.themoviedbapi.model.PersonCredit
-
-- getMovieTrailers(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getMovieTrailers(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve all of the trailers for a particular
movie.
-- getMovieTranslations(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getMovieTranslations(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve a list of the available translations for
a specific movie.
@@ -767,7 +767,7 @@
-
- getNewItems() - Method in class com.omertron.themoviedbapi.wrapper.WrapperChanges
-
-- getNowPlayingMovies(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getNowPlayingMovies(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve the movies currently in theatres.
@@ -799,13 +799,13 @@
-
- getParts() - Method in class com.omertron.themoviedbapi.model.CollectionInfo
-
-- getPersonChanges(int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getPersonChanges(int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the changes for a specific person id.
-- getPersonChangesList(int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getPersonChangesList(int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
-- getPersonCredits(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getPersonCredits(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve all of the cast & crew information for
the person.
@@ -814,7 +814,7 @@
-
This method is used to retrieve all of the profile images for a person.
- - getPersonInfo(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getPersonInfo(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve all of the basic person information.
@@ -844,7 +844,7 @@
-
- getPopularity() - Method in class com.omertron.themoviedbapi.model.PersonCredit
-
-- getPopularMovieList(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getPopularMovieList(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve the daily movie popularity list.
@@ -890,7 +890,7 @@
-
- getQuicktime() - Method in class com.omertron.themoviedbapi.wrapper.WrapperTrailers
-
-- getRatedMovies(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getRatedMovies(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the list of rated movies (and associated rating) for an account.
@@ -932,7 +932,7 @@
-
- getReviews() - Method in class com.omertron.themoviedbapi.model.MovieDb
-
-- getReviews(int, String, int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getReviews(int, String, int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
- getReviews() - Method in class com.omertron.themoviedbapi.wrapper.WrapperReviews
-
@@ -951,7 +951,7 @@
- getSimilarMovies() - Method in class com.omertron.themoviedbapi.model.MovieDb
-
-- getSimilarMovies(int, String, int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getSimilarMovies(int, String, int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
The similar movies method will let you retrieve the similar movies for a
particular movie.
@@ -1000,7 +1000,7 @@
-
- getTmdbConfiguration() - Method in class com.omertron.themoviedbapi.wrapper.WrapperConfig
-
-- getTopRatedMovies(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getTopRatedMovies(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method is used to retrieve the top rated movies that have over 10
votes on TMDb.
@@ -1029,11 +1029,11 @@
-
- getType() - Method in class com.omertron.themoviedbapi.model.Trailer
-
-- getTypeList(Class<E>, E[]) - Method in class com.omertron.themoviedbapi.wrapper.AbstractWrapper
+- getTypeList(Class<E>, E[]) - Method in class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
Get a list of the enums passed
-- getUpcoming(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getUpcoming(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the list of upcoming movies.
@@ -1041,7 +1041,7 @@
-
- getUrl() - Method in exception com.omertron.themoviedbapi.MovieDbException
-
-- getUserLists(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getUserLists(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get all lists of a given user
@@ -1067,7 +1067,7 @@
-
- getVoteCount() - Method in class com.omertron.themoviedbapi.model.PersonCredit
-
-- getWatchList(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- getWatchList(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Get the list of movies on an accounts watchlist.
@@ -1087,11 +1087,11 @@
H
-- handleUnknown(String, Object) - Method in class com.omertron.themoviedbapi.model.AbstractJsonMapping
+- handleUnknown(String, Object) - Method in class com.omertron.themoviedbapi.model.AbstractJsonMapping
-
Handle unknown properties and print a message
-- handleUnknown(String, Object) - Method in class com.omertron.themoviedbapi.wrapper.ResultDates
+- handleUnknown(String, Object) - Method in class com.omertron.themoviedbapi.wrapper.ResultDates
-
Handle unknown properties and print a message
@@ -1143,7 +1143,7 @@
-
- isItemPresent() - Method in class com.omertron.themoviedbapi.model.ListItemStatus
-
-- isMovieOnList(String, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- isMovieOnList(String, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Check to see if a movie ID is already added to a list.
@@ -1229,13 +1229,13 @@
-
- MovieDbException - Exception in com.omertron.themoviedbapi
-
-- MovieDbException(MovieDbException.MovieDbExceptionType, String, String) - Constructor for exception com.omertron.themoviedbapi.MovieDbException
+- MovieDbException(MovieDbException.MovieDbExceptionType, String, String) - Constructor for exception com.omertron.themoviedbapi.MovieDbException
-
-- MovieDbException(MovieDbException.MovieDbExceptionType, String, URL) - Constructor for exception com.omertron.themoviedbapi.MovieDbException
+- MovieDbException(MovieDbException.MovieDbExceptionType, String, URL) - Constructor for exception com.omertron.themoviedbapi.MovieDbException
-
-- MovieDbException(MovieDbException.MovieDbExceptionType, String, String, Throwable) - Constructor for exception com.omertron.themoviedbapi.MovieDbException
+- MovieDbException(MovieDbException.MovieDbExceptionType, String, String, Throwable) - Constructor for exception com.omertron.themoviedbapi.MovieDbException
-
-- MovieDbException(MovieDbException.MovieDbExceptionType, String, URL, Throwable) - Constructor for exception com.omertron.themoviedbapi.MovieDbException
+- MovieDbException(MovieDbException.MovieDbExceptionType, String, URL, Throwable) - Constructor for exception com.omertron.themoviedbapi.MovieDbException
-
- MovieDbException.MovieDbExceptionType - Enum in com.omertron.themoviedbapi
-
@@ -1329,7 +1329,7 @@
-
- PersonType - Enum in com.omertron.themoviedbapi.model
-
-- postMovieRating(String, Integer, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- postMovieRating(String, Integer, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method lets users rate a movie.
@@ -1363,11 +1363,11 @@
-
- ReleaseInfo() - Constructor for class com.omertron.themoviedbapi.model.ReleaseInfo
-
-- removeFromWatchList(String, int, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- removeFromWatchList(String, int, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Remove a movie from an accounts watch list.
-- removeMovieFromList(String, String, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- removeMovieFromList(String, String, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This method lets users remove movies from a list that they created.
@@ -1375,9 +1375,9 @@
-
- request(URL) - Static method in class com.omertron.themoviedbapi.tools.WebBrowser
-
-- request(URL, String) - Static method in class com.omertron.themoviedbapi.tools.WebBrowser
+- request(URL, String) - Static method in class com.omertron.themoviedbapi.tools.WebBrowser
-
-- request(URL, String, boolean) - Static method in class com.omertron.themoviedbapi.tools.WebBrowser
+- request(URL, String, boolean) - Static method in class com.omertron.themoviedbapi.tools.WebBrowser
-
- ResultDates - Class in com.omertron.themoviedbapi.wrapper
-
@@ -1393,28 +1393,28 @@
S
-- searchCollection(String, String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- searchCollection(String, String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Search for collections by name.
-- searchCompanies(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- searchCompanies(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Search Companies.
-- searchKeyword(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- searchKeyword(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Search for keywords by name
-- searchList(String, String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- searchList(String, String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Search for lists by name and description.
-- searchMovie(String, int, String, boolean, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- searchMovie(String, int, String, boolean, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Search Movies This is a good starting point to start finding movies on
TMDb.
-- searchPeople(String, boolean, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- searchPeople(String, boolean, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
This is a good starting point to start finding people on TMDb.
@@ -1708,11 +1708,11 @@
-
- setName(String) - Method in class com.omertron.themoviedbapi.model.Translation
-
-- setNewItems(String, Object) - Method in class com.omertron.themoviedbapi.model.ChangedItem
+- setNewItems(String, Object) - Method in class com.omertron.themoviedbapi.model.ChangedItem
-
-- setNewItems(String, Object) - Method in class com.omertron.themoviedbapi.model.ChangeKeyItem
+- setNewItems(String, Object) - Method in class com.omertron.themoviedbapi.model.ChangeKeyItem
-
-- setNewItems(String, Object) - Method in class com.omertron.themoviedbapi.wrapper.WrapperChanges
+- setNewItems(String, Object) - Method in class com.omertron.themoviedbapi.wrapper.WrapperChanges
-
- setOrder(int) - Method in class com.omertron.themoviedbapi.model.Person
-
@@ -1734,7 +1734,7 @@
-
- setParentCompany(Company) - Method in class com.omertron.themoviedbapi.model.Company
-
-- setParentCompany(int, String, String) - Method in class com.omertron.themoviedbapi.model.Company
+- setParentCompany(int, String, String) - Method in class com.omertron.themoviedbapi.model.Company
-
- setParts(List<Collection>) - Method in class com.omertron.themoviedbapi.model.CollectionInfo
-
@@ -1784,7 +1784,7 @@
-
- setProfileSizes(List<String>) - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
-
-- setProxy(String, int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- setProxy(String, int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Set the proxy information
@@ -1876,7 +1876,7 @@
-
- setTime(String) - Method in class com.omertron.themoviedbapi.model.ChangedItem
-
-- setTimeout(int, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+- setTimeout(int, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
Set the connection and read time out values
@@ -1974,7 +1974,7 @@
-
API for The Movie Db.
-- TheMovieDbApi(String, CommonHttpClient) - Constructor for class com.omertron.themoviedbapi.TheMovieDbApi
+- TheMovieDbApi(String, CommonHttpClient) - Constructor for class com.omertron.themoviedbapi.TheMovieDbApi
-
API for The Movie Db.
@@ -2214,12 +2214,12 @@ the order they are declared.
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/index.html b/apidocs/index.html
index e2b4be428..8100375ea 100644
--- a/apidocs/index.html
+++ b/apidocs/index.html
@@ -2,9 +2,9 @@
-
+
-API-The MovieDB 3.10 API
+API-The MovieDB 3.11-SNAPSHOT API
@@ -37,12 +37,12 @@
-API-The MovieDB 3.10 API
+API-The MovieDB 3.11-SNAPSHOT API
@@ -120,12 +120,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html
index 48a6a010e..141f71daf 100644
--- a/apidocs/overview-tree.html
+++ b/apidocs/overview-tree.html
@@ -2,16 +2,16 @@
-
+
-Class Hierarchy (API-The MovieDB 3.10 API)
-
+Class Hierarchy (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html
index bd64ba2a2..e0cee50c6 100644
--- a/apidocs/serialized-form.html
+++ b/apidocs/serialized-form.html
@@ -2,16 +2,16 @@
-
+
-Serialized Form (API-The MovieDB 3.10 API)
-
+Serialized Form (API-The MovieDB 3.11-SNAPSHOT API)
+
@@ -37,12 +37,12 @@
-- PREV
-- NEXT
+- Prev
+- Next
- All Classes
diff --git a/apidocs/stylesheet.css b/apidocs/stylesheet.css
index 73bab366e..0aeaa97fe 100644
--- a/apidocs/stylesheet.css
+++ b/apidocs/stylesheet.css
@@ -2,206 +2,291 @@
/*
Overall document style
*/
-* {
- margin:0;
- padding:0;
-}
body {
- font-family:Helvetica, Arial, sans-serif;
- color:#000000;
+ background-color:#ffffff;
+ color:#353833;
+ font-family:Arial, Helvetica, sans-serif;
+ font-size:76%;
+ margin:0;
}
-p {
- margin:20px 0;
+a:link, a:visited {
+ text-decoration:none;
+ color:#4c6b87;
+}
+a:hover, a:focus {
+ text-decoration:none;
+ color:#bb7a2a;
+}
+a:active {
+ text-decoration:none;
+ color:#4c6b87;
+}
+a[name] {
+ color:#353833;
+}
+a[name]:hover {
+ text-decoration:none;
+ color:#353833;
}
pre {
- font-size:1.0em;
-}
-h1 {
- font-size:1.4em;
-}
-h2 {
- font-size:1.35em;
-}
-h3 {
font-size:1.3em;
}
+h1 {
+ font-size:1.8em;
+}
+h2 {
+ font-size:1.5em;
+}
+h3 {
+ font-size:1.4em;
+}
h4 {
- font-size:1.25em;
+ font-size:1.3em;
+}
+h5 {
+ font-size:1.2em;
+}
+h6 {
+ font-size:1.1em;
}
ul {
- margin:10px 0 10px 20px;
+ list-style-type:disc;
}
-li {
- list-style:disc;
+code, tt {
+ font-size:1.2em;
}
-dl dt {
- font-size:0.95em;
- font-weight:bold;
- margin:10px 0 0 0;
+dt code {
+ font-size:1.2em;
}
-dl dd {
- margin:10px 0 10px 20px;
+table tr td dt code {
+ font-size:1.2em;
+ vertical-align:top;
}
-dl dd ul {
- margin-left:0;
-}
-dl dd ul li {
- list-style:none;
- margin:10px 0 10px 0;
-}
-caption {
- background: #CCCCFF;
- color:#000000;
- text-align: left;
- font-size: 150%;
- font-weight: bold;
- border-left: 2px ridge;
- border-right: 2px ridge;
- border-top: 2px ridge;
- padding-left: 5px;
- width:auto;
+sup {
+ font-size:.6em;
}
/*
Document title and Copyright styles
*/
+.clear {
+ clear:both;
+ height:0px;
+ overflow:hidden;
+}
.aboutLanguage {
float:right;
- font-size:0.9em;
- color:#000000;
+ padding:0px 21px;
+ font-size:.8em;
+ z-index:200;
+ margin-top:-7px;
}
.legalCopy {
- margin:7px;
+ margin-left:.5em;
}
-.bar {
- font-size:1em;
- margin:10px 0 0 10px;
+.bar a, .bar a:link, .bar a:visited, .bar a:active {
+ color:#FFFFFF;
+ text-decoration:none;
}
-.bar a {
- font-weight:normal;
+.bar a:hover, .bar a:focus {
+ color:#bb7a2a;
+}
+.tab {
+ background-color:#0066FF;
+ background-image:url(resources/titlebar.gif);
+ background-position:left top;
+ background-repeat:no-repeat;
+ color:#ffffff;
+ padding:8px;
+ width:5em;
+ font-weight:bold;
}
/*
Navigation bar styles
*/
+.bar {
+ background-image:url(resources/background.gif);
+ background-repeat:repeat-x;
+ color:#FFFFFF;
+ padding:.8em .5em .4em .8em;
+ height:auto;/*height:1.8em;*/
+ font-size:1em;
+ margin:0;
+}
.topNav {
- border-top:2px solid #C0C0C0;
- margin:7px;
- padding:7px 0;
+ background-image:url(resources/background.gif);
+ background-repeat:repeat-x;
+ color:#FFFFFF;
+ float:left;
+ padding:0;
+ width:100%;
+ clear:right;
height:2.8em;
- width:99%;
- min-width:600px;
+ padding-top:10px;
+ overflow:hidden;
}
.bottomNav {
- border-top:2px solid #C0C0C0;
- margin:7px;
- padding:7px 0;
+ margin-top:10px;
+ background-image:url(resources/background.gif);
+ background-repeat:repeat-x;
+ color:#FFFFFF;
+ float:left;
+ padding:0;
+ width:100%;
+ clear:right;
height:2.8em;
- width:99%;
+ padding-top:10px;
+ overflow:hidden;
}
.subNav {
- border-bottom:2px solid #C0C0C0;
+ background-color:#dee3e9;
+ border-bottom:1px solid #9eadc0;
float:left;
- width:99%;
- margin:7px;
- min-width:600px;
+ width:100%;
+ overflow:hidden;
}
.subNav div {
clear:left;
float:left;
- padding:0 0 5px 2px;
- width:100%;
+ padding:0 0 5px 6px;
}
-.topNav a:link,.topNav a:active, .topNav a:visited, .topNav a:hover,
-.bottomNav a:link,.bottomNav a:active, .bottomNav a:visited, .bottomNav a:hover {
- color:#000000;
- font-weight:bold;
- text-decoration:underline;
- font-size:1em;
-}
-/* Navigation bar list styles */
-.topNav ul.navList, .bottomNav ul.navList {
- background-color:#EEEEFF;
- padding:7px 5px;
- margin:0;
+ul.navList, ul.subNavList {
float:left;
- width:80%;
+ margin:0 25px 0 0;
+ padding:0;
}
ul.navList li{
list-style:none;
float:left;
- padding:3px 4px;
- color:#000000;
- font-size:0.98em;
-}
-ul.navList li.navBarCell1Rev {
- background-color:#00008B;
- color:#FFFFFF;
- font-weight:bold;
- font-size:0.97em;
-}
-/* Sub-navigation bar list styles */
-.subNav ul.navList {
- float:left;
- margin:0;
- font-size:0.7em;
- width:350px;
-}
-ul.subNavList {
- float:left;
- margin:0;
- font-size:0.7em;
- width:350px;
+ padding:3px 6px;
}
ul.subNavList li{
list-style:none;
float:left;
font-size:90%;
}
+.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
+ color:#FFFFFF;
+ text-decoration:none;
+}
+.topNav a:hover, .bottomNav a:hover {
+ text-decoration:none;
+ color:#bb7a2a;
+}
+.navBarCell1Rev {
+ background-image:url(resources/tab.gif);
+ background-color:#a88834;
+ color:#FFFFFF;
+ margin: auto 5px;
+ border:1px solid #c9aa44;
+}
/*
Page header and footer styles
*/
.header, .footer {
clear:both;
- margin:0 7px;
+ margin:0 20px;
+ padding:5px 0 0 0;
}
.indexHeader {
- font-size:0.9em;
- margin:10px 0 7px 10px;
+ margin:10px;
+ position:relative;
}
-.header ul {
- padding-left:20px;
+.indexHeader h1 {
+ font-size:1.3em;
}
-/* Header and footer title styles */
-.header h1.title {
- font-size:1.4em;
- text-align:center;
- margin:0;
-}
-.header h2.title {
- font-size:1.35em;
- margin:0;
+.title {
+ color:#2c4557;
+ margin:10px 0;
}
.subTitle {
- margin:0;
- padding-top:10px;
- font-size:0.75em;
- font-weight:bold;
+ margin:5px 0 0 0;
+}
+.header ul {
+ margin:0 0 25px 0;
+ padding:0;
+}
+.footer ul {
+ margin:20px 0 5px 0;
+}
+.header ul li, .footer ul li {
+ list-style:none;
+ font-size:1.2em;
+}
+/*
+Heading styles
+*/
+div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
+ background-color:#dee3e9;
+ border-top:1px solid #9eadc0;
+ border-bottom:1px solid #9eadc0;
+ margin:0 0 6px -8px;
+ padding:2px 5px;
+}
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+ background-color:#dee3e9;
+ border-top:1px solid #9eadc0;
+ border-bottom:1px solid #9eadc0;
+ margin:0 0 6px -8px;
+ padding:2px 5px;
+}
+ul.blockList ul.blockList li.blockList h3 {
+ padding:0;
+ margin:15px 0;
+}
+ul.blockList li.blockList h2 {
+ padding:0px 0 20px 0;
}
/*
Page layout container styles
*/
-.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer,
-.constantValuesContainer {
+.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
clear:both;
- padding:10px 10px;
+ padding:10px 20px;
position:relative;
}
.indexContainer {
- padding:0 0 10px 10px;
- font-size:0.9em;
+ margin:10px;
+ position:relative;
+ font-size:1.0em;
+}
+.indexContainer h2 {
+ font-size:1.1em;
+ padding:0 0 3px 0;
+}
+.indexContainer ul {
+ margin:0;
+ padding:0;
+}
+.indexContainer ul li {
+ list-style:none;
+}
+.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
+ font-size:1.1em;
+ font-weight:bold;
+ margin:10px 0 0 0;
+ color:#4E4E4E;
+}
+.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
+ margin:10px 0 10px 20px;
+}
+.serializedFormContainer dl.nameValue dt {
+ margin-left:1px;
+ font-size:1.1em;
+ display:inline;
+ font-weight:bold;
+}
+.serializedFormContainer dl.nameValue dd {
+ margin:0 0 0 1px;
+ font-size:1.1em;
+ display:inline;
}
/*
-Class inheritance information styles
+List styles
*/
+ul.horizontal li {
+ display:inline;
+ font-size:0.9em;
+}
ul.inheritance {
margin:0;
padding:0;
@@ -212,228 +297,178 @@ ul.inheritance li {
}
ul.inheritance li ul.inheritance {
margin-left:15px;
- background-image:url(resources/inherit.gif);
- background-repeat:no-repeat;
padding-left:15px;
padding-top:1px;
}
-/*
-Heading styles
-*/
-.indexContainer h2 {
- font-weight:normal;
- font-size:1.0em;
- padding:10px 0 0 0;
-}
-.contentContainer h2 {
- margin:10px 0;
-}
-.constantValuesContainer h2 {
- background:#CCCCFF;
- border:2px ridge;
- padding:3px;
- margin:0 0 10px 0;
-}
-.serializedFormContainer ul.blockList li.blockList h2 {
- background:#EEEEFF;
- border:2px ridge;
- padding:3px;
- margin:0 0 15px 0;
- text-align:center;
-}
-.classUseContainer ul li ul li h3 {
- margin-bottom:30px;
- padding:3px;
-}
-.serializedFormContainer ul.blockList li.blockList ul.blockList li.blockList h3 {
- background:#EEEEFF;
- margin:0 0 15px 0;
- padding:3px;
-}
-.serializedFormContainer ul.blockList li.blockList ul.blockList li.blockList ul.blockList li.blockList h3 {
- background:#CCCCFF;
- margin:0 0 15px 0;
- padding:3px;
- border:2px ridge;
-}
-ul.blockList ul.blockList li.blockList h3, ul.blockList ul.blockList li.blockList h3 {
- background:#CCCCFF;
- border:2px ridge;
- padding-left:5px;
-}
-div.summary ul.blockList ul.blockList li.blockList h3 {
- background:#CCCCFF;
- border:0;
- border:2px ridge;
- padding-left:5px;
-}
-div.summary ul.blockList ul.blockList ul.blockList li.blockList h3 {
- background:#EEEEFF;
- border:0;
- border-bottom:2px ridge;
-}
-div.details ul.blockList ul.blockList ul.blockList li.blockList h4,
-div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
- font-size:1.15em;
- font-weight:bold;
- padding:0 0 10px 0;
-}
-/*
-Table styles
-*/
-.contentContainer table {
- border-collapse: collapse ;
- width:100%;
-}
-.contentContainer table td, .contentContainer table th {
- border:2px ridge;
- padding:3px;
-}
-/* Constant values page table styles */
-.constantValuesContainer table {
- border-collapse: collapse ;
- margin:0 0 10px 0;
-}
-.constantValuesContainer table caption{
- font-size:0.95em;
- padding:3px;
- background:#EEEEFF;
-}
-.constantValuesContainer table td, .constantValuesContainer table th {
- border:2px ridge;
- padding:3px;
-}
-/* Class-use/Package-use page table styles */
-.classUseContainer table {
- border-collapse: collapse ;
- width:100%;
- margin:0 0 15px 0;
-}
-.classUseContainer ul li ul li table {
- margin-bottom:30px;
-}
-.classUseContainer ul li ul li table caption{
- font-size:0.95em;
- padding:3px;
- background:#EEEEFF;
-}
-.classUseContainer table td, .classUseContainer table th {
- border:2px ridge;
- padding:3px;
-}
-/* Summary table styles */
-ul.blockList li.blockList table.overviewSummary {
- margin:0;
- margin-bottom:15px;
-}
-ul.blockList li.blockList table caption {
- padding:3px;
-}
-ul.blockList li.blockList table.overviewSummary td.colFirst{
- text-align:right;
-}
-table.packageSummary td.colFirst, table.overviewSummary th.colFirst {
- width:15%;
-}
-div.summary ul.blockList ul.blockList li.blockList caption {
- display:none;
-}
-div.summary ul.blockList li.blockList ul.blockList li.blockList table.overviewSummary th {
- border-top:0;
-}
-/* Table column block styles */
-ul.blockList li.blockList table.overviewSummary td.colLast div.block{
- padding:0;
- padding-left:40px;
-}
-ul.blockList li.blockList table.overviewSummary td.colOne div.block{
- padding:0;
- padding-left:40px;
-}
-.contentContainer ul.blockList li.blockList table .colOne div.block{
- padding-left:40px;
-}
-.classUseContainer ul li ul li table .colLast div.block,
-.classUseContainer ul li ul li table .colOne div.block{
- padding-left:40px;
-}
-/*
-List styles
-*/
-ul.horizontal li {
- display:inline;
- font-size:0.9em;
-}
-/* Container specific list styles */
-.indexContainer ul {
- margin:0;
-}
-.indexContainer ul li {
- list-style:none;
-}
-.serializedFormContainer ul.blockList li.blockList ul.blockList li.blockList ul.blockList li.blockList {
- border:0;
-}
-.serializedFormContainer ul.blockList li.blockList ul.blockList li.blockList ul.blockList li.blockList ul.blockList li.blockList {
- list-style:none;
- border:0;
- border-bottom:2px ridge;
-}
-.serializedFormContainer ul.blockList li.blockList ul.blockList li.blockList ul.blockList li.blockList ul.blockList li.blockListLast {
- list-style:none;
-}
-/* General list styles */
ul.blockList, ul.blockListLast {
- margin-left:0;
- padding-left:0;
+ margin:10px 0 10px 0;
+ padding:0;
}
ul.blockList li.blockList, ul.blockListLast li.blockList {
list-style:none;
margin-bottom:25px;
}
-ul.blockList ul.blockList ul.blockList li.blockList {
- border:2px ridge;
+ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
+ padding:0px 20px 5px 10px;
+ border:1px solid #9eadc0;
+ background-color:#f9f9f9;
}
-div.details ul.blockList ul.blockList ul.blockList li.blockList {
- border:0;
- border-bottom:2px ridge;
+ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
+ padding:0 0 5px 8px;
+ background-color:#ffffff;
+ border:1px solid #9eadc0;
+ border-top:none;
}
-/* Definition list styles */
-ul.blockList li.blockList dl{
- margin-bottom:15px;
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
+ margin-left:0;
+ padding-left:0;
+ padding-bottom:15px;
+ border:none;
+ border-bottom:1px solid #9eadc0;
}
-ul.blockList li.blockList dl dd{
- margin:0 0 0 30px;
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
+ list-style:none;
+ border-bottom:none;
+ padding-bottom:0;
}
-ul.blockList li.blockList ul.blockList li.blockList ul.blockList li.blockList dl,
-ul.blockList li.blockList ul.blockList li.blockList ul.blockListLast li.blockList dl{
- padding:0 0 10px 35px;
+table tr td dl, table tr td dl dt, table tr td dl dd {
+ margin-top:0;
+ margin-bottom:1px;
}
-dl.nameValue dt, dl.nameValue dd{
- display:inline;
+/*
+Table styles
+*/
+.contentContainer table, .classUseContainer table, .constantValuesContainer table {
+ border-bottom:1px solid #9eadc0;
+ width:100%;
}
-ul.blockList li.blockList pre{
- margin:0 0 15px 0;
+.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table {
+ width:100%;
}
-/* List content styles */
-ul.blockList li.blockList ul.blockList li.blockList pre{
- margin:10px 0 15px 0;
+.contentContainer .description table, .contentContainer .details table {
+ border-bottom:none;
}
-ul.blockList li.blockList ul.blockList li.blockList ul.blockList li.blockList pre,
-ul.blockList li.blockList ul.blockList li.blockList ul.blockListLast li.blockList pre{
- padding:0 0 10px 0;
+.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{
+ vertical-align:top;
+ padding-right:20px;
}
-ul.blockList li.blockList ul.blockList li.blockList ul.blockList li.blockList div.block,
-ul.blockList li.blockList ul.blockList li.blockList ul.blockListLast li.blockList div.block{
- padding:0 0 10px 35px;
+.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast,
+.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast,
+.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne,
+.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne {
+ padding-right:3px;
+}
+.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption {
+ position:relative;
+ text-align:left;
+ background-repeat:no-repeat;
+ color:#FFFFFF;
+ font-weight:bold;
+ clear:none;
+ overflow:hidden;
+ padding:0px;
+ margin:0px;
+}
+caption a:link, caption a:hover, caption a:active, caption a:visited {
+ color:#FFFFFF;
+}
+.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span {
+ white-space:nowrap;
+ padding-top:8px;
+ padding-left:8px;
+ display:block;
+ float:left;
+ background-image:url(resources/titlebar.gif);
+ height:18px;
+}
+.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd {
+ width:10px;
+ background-image:url(resources/titlebar_end.gif);
+ background-repeat:no-repeat;
+ background-position:top right;
+ position:relative;
+ float:left;
+}
+ul.blockList ul.blockList li.blockList table {
+ margin:0 0 12px 0px;
+ width:100%;
+}
+.tableSubHeadingColor {
+ background-color: #EEEEFF;
+}
+.altColor {
+ background-color:#eeeeef;
+}
+.rowColor {
+ background-color:#ffffff;
+}
+.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td {
+ text-align:left;
+ padding:3px 3px 3px 7px;
+}
+th.colFirst, th.colLast, th.colOne, .constantValuesContainer th {
+ background:#dee3e9;
+ border-top:1px solid #9eadc0;
+ border-bottom:1px solid #9eadc0;
+ text-align:left;
+ padding:3px 3px 3px 7px;
+}
+td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
+ font-weight:bold;
+}
+td.colFirst, th.colFirst {
+ border-left:1px solid #9eadc0;
+ white-space:nowrap;
+}
+td.colLast, th.colLast {
+ border-right:1px solid #9eadc0;
+}
+td.colOne, th.colOne {
+ border-right:1px solid #9eadc0;
+ border-left:1px solid #9eadc0;
+}
+table.overviewSummary {
+ padding:0px;
+ margin-left:0px;
+}
+table.overviewSummary td.colFirst, table.overviewSummary th.colFirst,
+table.overviewSummary td.colOne, table.overviewSummary th.colOne {
+ width:25%;
+ vertical-align:middle;
+}
+table.packageSummary td.colFirst, table.overviewSummary th.colFirst {
+ width:25%;
+ vertical-align:middle;
+}
+/*
+Content styles
+*/
+.description pre {
+ margin-top:0;
+}
+.deprecatedContent {
+ margin:0;
+ padding:10px 0;
+}
+.docSummary {
+ padding:0;
}
/*
Formatting effect styles
*/
-.strong {
- font-weight:bold;
-}
.sourceLineNo {
color:green;
padding:0 30px 0 0;
}
+h1.hidden {
+ visibility:hidden;
+ overflow:hidden;
+ font-size:.9em;
+}
+.block {
+ display:block;
+ margin:3px 0 0 0;
+}
+.strong {
+ font-weight:bold;
+}
diff --git a/dependencies.html b/dependencies.html
index 89aef3bcf..4f937f669 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -1,5 +1,5 @@
-
+
@@ -10,7 +10,7 @@
@import url("./css/site.css");
-
+
@@ -27,8 +27,8 @@
- Last Published: 2014-11-18
- | Version: 3.10
+ Last Published: 2014-11-19
+ | Version: 3.11-SNAPSHOT
API-The MovieDB
@@ -224,7 +224,7 @@
Dependency Tree
-- com.omertron:themoviedbapi:jar:3.10
+- com.omertron:themoviedbapi:jar:3.11-SNAPSHOT
API-The MovieDB
@@ -234,7 +234,7 @@
URL: https://github.com/Omertron/api-themoviedb
Project License: GNU General Public License v3+
-- commons-io:commons-io:jar:2.4 (compile)
+- commons-io:commons-io:jar:2.4 (compile)
Commons IO
@@ -244,7 +244,7 @@
file comparators, endian transformation classes, and much more.
URL: http://commons.apache.org/io/
Project License: The Apache Software License, Version 2.0
-- junit:junit:jar:4.11 (test)
+- junit:junit:jar:4.11 (test)
JUnit
@@ -255,7 +255,7 @@ file comparators, endian transformation classes, and much more.
URL: http://junit.org
Project License: Common Public License Version 1.0
-- org.hamcrest:hamcrest-core:jar:1.3 (test)
+- org.hamcrest:hamcrest-core:jar:1.3 (test)
Hamcrest Core
@@ -264,7 +264,7 @@ file comparators, endian transformation classes, and much more.
Description: This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.
URL: https://github.com/hamcrest/JavaHamcrest/hamcrest-core
Project License: New BSD License
-- com.fasterxml.jackson.core:jackson-core:jar:2.4.3 (compile)
+- com.fasterxml.jackson.core:jackson-core:jar:2.4.3 (compile)
Jackson-core
@@ -273,7 +273,7 @@ file comparators, endian transformation classes, and much more.
Description: Core Jackson abstractions, basic JSON streaming API implementation
URL: http://wiki.fasterxml.com/JacksonHome
Project License: The Apache Software License, Version 2.0
-- com.fasterxml.jackson.core:jackson-annotations:jar:2.4.3 (compile)
+- com.fasterxml.jackson.core:jackson-annotations:jar:2.4.3 (compile)
Jackson-annotations
@@ -282,7 +282,7 @@ file comparators, endian transformation classes, and much more.
Description: Core annotations used for value types, used by Jackson data binding package.
URL: http://wiki.fasterxml.com/JacksonHome
Project License: The Apache Software License, Version 2.0
-- com.fasterxml.jackson.core:jackson-databind:jar:2.4.3 (compile)
+- com.fasterxml.jackson.core:jackson-databind:jar:2.4.3 (compile)
jackson-databind
@@ -292,7 +292,7 @@ file comparators, endian transformation classes, and much more.
URL: http://wiki.fasterxml.com/JacksonHome
Project License: The Apache Software License, Version 2.0
-- com.fasterxml.jackson.core:jackson-core:jar:2.4.3 (compile)
+- com.fasterxml.jackson.core:jackson-core:jar:2.4.3 (compile)
Jackson-core
@@ -301,7 +301,7 @@ file comparators, endian transformation classes, and much more.
Description: Core Jackson abstractions, basic JSON streaming API implementation
URL: http://wiki.fasterxml.com/JacksonHome
Project License: The Apache Software License, Version 2.0
-- org.slf4j:slf4j-api:jar:1.7.7 (compile)
+- org.slf4j:slf4j-api:jar:1.7.7 (compile)
SLF4J API Module
@@ -310,7 +310,7 @@ file comparators, endian transformation classes, and much more.
Description: The slf4j API
URL: http://www.slf4j.org
Project License: MIT License
-- org.slf4j:slf4j-jdk14:jar:1.7.7 (test)
+- org.slf4j:slf4j-jdk14:jar:1.7.7 (test)
SLF4J JDK14 Binding
@@ -320,7 +320,7 @@ file comparators, endian transformation classes, and much more.
URL: http://www.slf4j.org
Project License: MIT License
-- org.slf4j:slf4j-api:jar:1.7.7 (test)
+- org.slf4j:slf4j-api:jar:1.7.7 (test)
SLF4J API Module
@@ -329,7 +329,7 @@ file comparators, endian transformation classes, and much more.
Description: The slf4j API
URL: http://www.slf4j.org
Project License: MIT License
-- org.yamj:api-common:jar:1.1 (compile)
+- org.yamj:api-common:jar:1.1 (compile)
API-Common
@@ -339,7 +339,7 @@ file comparators, endian transformation classes, and much more.
URL: https://github.com/YAMJ/api-common
Project License: GNU General Public License v3+
-- org.apache.commons:commons-lang3:jar:3.1 (compile)
+- org.apache.commons:commons-lang3:jar:3.1 (compile)
Commons Lang
@@ -350,7 +350,7 @@ file comparators, endian transformation classes, and much more.
standard as to justify existence in java.lang.
URL: http://commons.apache.org/lang/
Project License: The Apache Software License, Version 2.0
-- commons-dbcp:commons-dbcp:jar:1.4 (compile)
+- commons-dbcp:commons-dbcp:jar:1.4 (compile)
Commons DBCP
@@ -359,7 +359,7 @@ file comparators, endian transformation classes, and much more.
Description: Commons Database Connection Pooling
URL: http://commons.apache.org/dbcp/
Project License: The Apache Software License, Version 2.0
-- commons-pool:commons-pool:jar:1.6 (compile)
+- commons-pool:commons-pool:jar:1.6 (compile)