diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index d5bef9af0..76dd68436 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,9 +2,9 @@
- + -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
-addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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 fea105b28..1f59f074c 100644
--- a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html
+++ b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html
@@ -2,16 +2,16 @@
-
+
-TheMovieDbApi (API-The MovieDB 3.11-SNAPSHOT API)
+TheMovieDbApi (API-The MovieDB 3.10 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 5ff83368d..044bf7e0a 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 3.10 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 fa6e71921..d4b7e8797 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 3.10 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 6266c6b2f..38e751ab2 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 3.10 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 059228aab..3f5bbd93f 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.11-SNAPSHOT API)
+AbstractIdName (API-The MovieDB 3.10 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 9fa5cfc34..0850d5d89 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.11-SNAPSHOT API)
+AbstractJsonMapping (API-The MovieDB 3.10 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 697ac99e3..52251d570 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.11-SNAPSHOT API)
+Account (API-The MovieDB 3.10 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 8dbc3d0c4..ad48fdf6d 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.11-SNAPSHOT API)
+AlternativeTitle (API-The MovieDB 3.10 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 b24cbb1d1..249c955c9 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.11-SNAPSHOT API)
+Artwork (API-The MovieDB 3.10 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 08d03b969..b81054e83 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.11-SNAPSHOT API)
+ArtworkType (API-The MovieDB 3.10 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,7 +241,8 @@ 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
@@ -258,7 +259,8 @@ 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
@@ -288,12 +290,12 @@ not permitted.)
- All Classes
@@ -312,17 +314,17 @@ not permitted.)
-- 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 e239a9152..0a7c65776 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.11-SNAPSHOT API)
+ChangeKeyItem (API-The MovieDB 3.10 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 ce1f24049..1520c5b8f 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.11-SNAPSHOT API)
+ChangedItem (API-The MovieDB 3.10 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 1c72bb3b1..689113e8b 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.11-SNAPSHOT API)
+ChangedMovie (API-The MovieDB 3.10 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 9a9b9e08e..3ccc416ac 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.11-SNAPSHOT API)
+Collection (API-The MovieDB 3.10 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 5f5d75a40..dd041768c 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.11-SNAPSHOT API)
+CollectionInfo (API-The MovieDB 3.10 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 8da69ee24..a5a52d6f5 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.11-SNAPSHOT API)
+Company (API-The MovieDB 3.10 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 0c6bde76d..2d76b1738 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.11-SNAPSHOT API)
+Discover (API-The MovieDB 3.10 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 c63b6abee..4dc0f7d3f 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.11-SNAPSHOT API)
+Genre (API-The MovieDB 3.10 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 8b46267d7..02a982363 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.11-SNAPSHOT API)
+JobDepartment (API-The MovieDB 3.10 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 ae0de3055..650dd3381 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.11-SNAPSHOT API)
+Keyword (API-The MovieDB 3.10 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 f8e3a104f..bca204af6 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.11-SNAPSHOT API)
+KeywordMovie (API-The MovieDB 3.10 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 6fb3327bb..aa9420f0a 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.11-SNAPSHOT API)
+Language (API-The MovieDB 3.10 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 e2075d496..e6cea7af9 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.11-SNAPSHOT API)
+ListItemStatus (API-The MovieDB 3.10 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 76b8502a1..058d0d8cb 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.11-SNAPSHOT API)
+MovieDb (API-The MovieDB 3.10 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 e0d179b9c..bf97c650b 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.11-SNAPSHOT API)
+MovieDbList (API-The MovieDB 3.10 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 3e5eb6999..043428faa 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.11-SNAPSHOT API)
+MovieDbListStatus (API-The MovieDB 3.10 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 646bbef5e..499dbcee6 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.11-SNAPSHOT API)
+MovieList (API-The MovieDB 3.10 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 93aaa2ce1..6db4fca7c 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.11-SNAPSHOT API)
+Person (API-The MovieDB 3.10 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 aa9ecba13..eda7f46ad 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.11-SNAPSHOT API)
+PersonCast (API-The MovieDB 3.10 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 81d3bc1bc..4a84960c6 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.11-SNAPSHOT API)
+PersonCredit (API-The MovieDB 3.10 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 d59486407..5507d03aa 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.11-SNAPSHOT API)
+PersonCrew (API-The MovieDB 3.10 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 8fa8bdfb8..8af4fd567 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.11-SNAPSHOT API)
+PersonType (API-The MovieDB 3.10 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,7 +242,8 @@ 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
@@ -259,7 +260,8 @@ 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
@@ -289,12 +291,12 @@ not permitted.)
- All Classes
@@ -313,17 +315,17 @@ not permitted.)
-- 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 d1c9c9e0a..27ccef47a 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.11-SNAPSHOT API)
+ProductionCompany (API-The MovieDB 3.10 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 d8e42f00e..7f6f7a0b9 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.11-SNAPSHOT API)
+ProductionCountry (API-The MovieDB 3.10 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 d31ecae21..fe1516b00 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.11-SNAPSHOT API)
+ReleaseInfo (API-The MovieDB 3.10 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 21032e7ca..956762dfd 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.11-SNAPSHOT API)
+Reviews (API-The MovieDB 3.10 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 c0b442c26..4a0357867 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.11-SNAPSHOT API)
+StatusCode (API-The MovieDB 3.10 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 b4180d23a..be797bdfb 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.11-SNAPSHOT API)
+TmdbConfiguration (API-The MovieDB 3.10 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 012fa7e93..1a0bc219a 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.11-SNAPSHOT API)
+TokenAuthorisation (API-The MovieDB 3.10 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 fb33668fc..b393f58d6 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.11-SNAPSHOT API)
+TokenSession (API-The MovieDB 3.10 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 43d0216df..c23f8e14a 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.11-SNAPSHOT API)
+Trailer (API-The MovieDB 3.10 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 397d6b16d..f488ebe86 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.11-SNAPSHOT API)
+Translation (API-The MovieDB 3.10 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 73820c59d..4687c4160 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.AbstractIdName (API-The MovieDB 3.10 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 3e8662458..bbd3515ce 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 3.10 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 80a38a619..2aa0aa304 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.Account (API-The MovieDB 3.10 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 266cdde72..d58f89b93 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.AlternativeTitle (API-The MovieDB 3.10 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 9a79e054b..1ebbee509 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.Artwork (API-The MovieDB 3.10 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 103c3167c..bc7018f12 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.ArtworkType (API-The MovieDB 3.10 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 cc0130e4d..d5a2a1462 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.ChangeKeyItem (API-The MovieDB 3.10 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 3695cf5f5..995e0ff07 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.ChangedItem (API-The MovieDB 3.10 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 560d68f17..3acc75a6b 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.ChangedMovie (API-The MovieDB 3.10 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 a63c961cf..b0bdd1326 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.Collection (API-The MovieDB 3.10 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 c715850ce..371d9edc6 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.CollectionInfo (API-The MovieDB 3.10 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 9b46025a4..b0fe6f387 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.Company (API-The MovieDB 3.10 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 2dabb8da1..e590695b9 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.Discover (API-The MovieDB 3.10 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 78904e431..c46ee5430 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 3.10 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 a1cdbba28..7f8ad758a 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.JobDepartment (API-The MovieDB 3.10 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 e76a793e9..74b7a2a9a 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.Keyword (API-The MovieDB 3.10 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 f3e3dab4c..88bac36a7 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.KeywordMovie (API-The MovieDB 3.10 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 754f15a11..c9e2e186c 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 3.10 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 6466141b2..23817a5a8 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.ListItemStatus (API-The MovieDB 3.10 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 68643cb2b..2560cc59d 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.MovieDb (API-The MovieDB 3.10 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 b6542a2a1..e3896f2c3 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.MovieDbList (API-The MovieDB 3.10 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 b9935cb35..6d1702434 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.MovieDbListStatus (API-The MovieDB 3.10 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 41e0404f7..31bb8cfcf 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.MovieList (API-The MovieDB 3.10 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 16c0f3512..da25e78aa 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.Person (API-The MovieDB 3.10 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 726088bce..58765ee13 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.PersonCast (API-The MovieDB 3.10 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 7e4de4cee..fe22ddfbd 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.PersonCredit (API-The MovieDB 3.10 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 704f89c31..49123a4aa 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.PersonCrew (API-The MovieDB 3.10 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 3b3602150..561994751 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.PersonType (API-The MovieDB 3.10 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 452e2c1c8..d9c4d30a5 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.ProductionCompany (API-The MovieDB 3.10 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 0894eb9a7..a21908238 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.ProductionCountry (API-The MovieDB 3.10 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 fd3df2aeb..48aec401f 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.ReleaseInfo (API-The MovieDB 3.10 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 9ad3b48dc..5a316a8a1 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.Reviews (API-The MovieDB 3.10 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 061615233..635d7fbc3 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 3.10 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 d58ca3a29..782edb415 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.TmdbConfiguration (API-The MovieDB 3.10 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 19c8814d2..9f627087e 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The MovieDB 3.10 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 7f2e69b76..b88a28cc1 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.TokenSession (API-The MovieDB 3.10 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 0f7fbc414..841be410f 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.Trailer (API-The MovieDB 3.10 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 9bd2a47ed..88a46f703 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.Translation (API-The MovieDB 3.10 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 a1d941b81..a1c7fb632 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.11-SNAPSHOT API)
+PersonCreditDateComparator (API-The MovieDB 3.10 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 95968ab24..58e88d619 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.comparator.PersonCreditDateComparator (API-The MovieDB 3.10 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 a6f5a784a..c4041d7df 100644
--- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html
@@ -2,9 +2,9 @@
-
+
-com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.11-SNAPSHOT API)
+com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.10 API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html
index 38a59a24b..b7af0ced3 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.11-SNAPSHOT API)
+com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.10 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 093aeea17..581500112 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.11-SNAPSHOT API)
+com.omertron.themoviedbapi.model.comparator Class Hierarchy (API-The MovieDB 3.10 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 96b9ab724..5ea165338 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.11-SNAPSHOT API)
+Uses of Package com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.10 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 5d6431495..92d3a1657 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-frame.html
@@ -2,9 +2,9 @@
-
+
-com.omertron.themoviedbapi.model (API-The MovieDB 3.11-SNAPSHOT API)
+com.omertron.themoviedbapi.model (API-The MovieDB 3.10 API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html
index 8192f2a34..1bc1e5c9a 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.11-SNAPSHOT API)
+com.omertron.themoviedbapi.model (API-The MovieDB 3.10 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 e446ee0e4..6e3e12053 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.11-SNAPSHOT API)
+com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 3.10 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 ff982dd69..1a7049b1b 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.11-SNAPSHOT API)
+Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 3.10 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 2a6a70e2c..7dcb3ea10 100644
--- a/apidocs/com/omertron/themoviedbapi/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/package-frame.html
@@ -2,9 +2,9 @@
-
+
-com.omertron.themoviedbapi (API-The MovieDB 3.11-SNAPSHOT API)
+com.omertron.themoviedbapi (API-The MovieDB 3.10 API)
diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html
index 7d514f9a4..ce010e569 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.11-SNAPSHOT API)
+com.omertron.themoviedbapi (API-The MovieDB 3.10 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 cc2f836ad..5ba5bc2f4 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.11-SNAPSHOT API)
+com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.10 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 11476b1d0..fe0027af8 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.11-SNAPSHOT API)
+Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.10 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 80062a028..ab7992431 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.11-SNAPSHOT API)
+AbstractResults (API-The MovieDB 3.10 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 dfe6a0f55..9b67e6cd5 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.11-SNAPSHOT API)
+TmdbResultsList (API-The MovieDB 3.10 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 57e32efc1..90544b628 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.11-SNAPSHOT API)
+TmdbResultsMap (API-The MovieDB 3.10 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 d226a6aa7..e45f5bbde 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.results.AbstractResults (API-The MovieDB 3.10 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 6a79c59c5..18f7abe19 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.results.TmdbResultsList (API-The MovieDB 3.10 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 cc8987025..4fe064831 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.results.TmdbResultsMap (API-The MovieDB 3.10 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 5cf9d89ec..9ec069a2d 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-frame.html
@@ -2,9 +2,9 @@
-
+
-com.omertron.themoviedbapi.results (API-The MovieDB 3.11-SNAPSHOT API)
+com.omertron.themoviedbapi.results (API-The MovieDB 3.10 API)
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-summary.html b/apidocs/com/omertron/themoviedbapi/results/package-summary.html
index ee99c498d..247b621c7 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.11-SNAPSHOT API)
+com.omertron.themoviedbapi.results (API-The MovieDB 3.10 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 5a675d940..07e4c8780 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.11-SNAPSHOT API)
+com.omertron.themoviedbapi.results Class Hierarchy (API-The MovieDB 3.10 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 9bbaf35d9..e7e1a6f20 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.11-SNAPSHOT API)
+Uses of Package com.omertron.themoviedbapi.results (API-The MovieDB 3.10 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 c5c8e3443..12b519ff6 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.11-SNAPSHOT API)
+ApiUrl (API-The MovieDB 3.10 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 893096b1a..52dd7efb6 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.11-SNAPSHOT API)
+WebBrowser (API-The MovieDB 3.10 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 b47ebab53..1bfd5a7c8 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.10 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 3a98db0af..ca2cf1093 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.tools.WebBrowser (API-The MovieDB 3.10 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 e70b9ae19..03ffc13a1 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html
@@ -2,9 +2,9 @@
-
+
-com.omertron.themoviedbapi.tools (API-The MovieDB 3.11-SNAPSHOT API)
+com.omertron.themoviedbapi.tools (API-The MovieDB 3.10 API)
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html
index 818fcd9da..f50f2f61f 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.11-SNAPSHOT API)
+com.omertron.themoviedbapi.tools (API-The MovieDB 3.10 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 031c3e79f..faa4136ce 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.11-SNAPSHOT API)
+com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 3.10 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 1e3d7a804..e771b5409 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.11-SNAPSHOT API)
+Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 3.10 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 5b875f478..5108c9163 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.11-SNAPSHOT API)
+AbstractWrapper (API-The MovieDB 3.10 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 c7f099784..dee650404 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.11-SNAPSHOT API)
+AbstractWrapperAll (API-The MovieDB 3.10 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 81a2586bb..fa664ccd8 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.11-SNAPSHOT API)
+AbstractWrapperId (API-The MovieDB 3.10 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 b7c62cbd9..6571920a5 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.11-SNAPSHOT API)
+IWrapperDates (API-The MovieDB 3.10 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 0f1ff79ae..eb367a61e 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.11-SNAPSHOT API)
+IWrapperId (API-The MovieDB 3.10 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 01f521ef6..5476ae220 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.11-SNAPSHOT API)
+IWrapperPages (API-The MovieDB 3.10 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 626972577..e5cafadb4 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.11-SNAPSHOT API)
+ResultDates (API-The MovieDB 3.10 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 6c96da908..8b8db91be 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.11-SNAPSHOT API)
+WrapperAlternativeTitles (API-The MovieDB 3.10 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 6c6898d67..f9c9c2ec0 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.11-SNAPSHOT API)
+WrapperChanges (API-The MovieDB 3.10 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 54bb21997..e2af81a9f 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.11-SNAPSHOT API)
+WrapperCollection (API-The MovieDB 3.10 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 9ba129356..2799939d8 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.11-SNAPSHOT API)
+WrapperCompany (API-The MovieDB 3.10 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 68484d8d8..3924685a5 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.11-SNAPSHOT API)
+WrapperCompanyMovies (API-The MovieDB 3.10 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 5d496655d..50f83984f 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.11-SNAPSHOT API)
+WrapperConfig (API-The MovieDB 3.10 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 5edd4bc18..d5bf523f5 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.11-SNAPSHOT API)
+WrapperGenres (API-The MovieDB 3.10 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 379c0ab64..cf6b95088 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.11-SNAPSHOT API)
+WrapperImages (API-The MovieDB 3.10 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 954e7d012..8dd3dba9d 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.11-SNAPSHOT API)
+WrapperJobList (API-The MovieDB 3.10 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 d77816e67..dc5221af1 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.11-SNAPSHOT API)
+WrapperKeywordMovies (API-The MovieDB 3.10 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 638c1a927..b2d835542 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.11-SNAPSHOT API)
+WrapperKeywords (API-The MovieDB 3.10 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 425273d55..f972ba6a7 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.11-SNAPSHOT API)
+WrapperMovie (API-The MovieDB 3.10 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 7ba870915..2b2e20462 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.11-SNAPSHOT API)
+WrapperMovieCasts (API-The MovieDB 3.10 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 cde0cf81f..cf25d5eeb 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.11-SNAPSHOT API)
+WrapperMovieChanges (API-The MovieDB 3.10 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 f21e9f125..256290202 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.11-SNAPSHOT API)
+WrapperMovieDbList (API-The MovieDB 3.10 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 a77e8dba5..90322c18c 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.11-SNAPSHOT API)
+WrapperMovieKeywords (API-The MovieDB 3.10 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 c807af333..47d6788fc 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.11-SNAPSHOT API)
+WrapperMovieList (API-The MovieDB 3.10 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 3211cc237..1abbaab09 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.11-SNAPSHOT API)
+WrapperPerson (API-The MovieDB 3.10 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 592dde81f..6933a6f23 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.11-SNAPSHOT API)
+WrapperPersonCredits (API-The MovieDB 3.10 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 cc9d4cbcd..1077cb5f3 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.11-SNAPSHOT API)
+WrapperPersonList (API-The MovieDB 3.10 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 9e47e0b6b..ba25173db 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.11-SNAPSHOT API)
+WrapperReleaseInfo (API-The MovieDB 3.10 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 30ed29e47..90f79ae81 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.11-SNAPSHOT API)
+WrapperReviews (API-The MovieDB 3.10 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 a1cb70bd4..78538dace 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.11-SNAPSHOT API)
+WrapperTrailers (API-The MovieDB 3.10 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 cf25b9c91..ecc6bb291 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.11-SNAPSHOT API)
+WrapperTranslations (API-The MovieDB 3.10 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 efd64edc1..c1b91d957 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapper (API-The MovieDB 3.10 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 19612cade..1f22a09e3 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll (API-The MovieDB 3.10 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 bf701a83a..bc99d657d 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperId (API-The MovieDB 3.10 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 14c7ab5d7..31c3515c8 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.11-SNAPSHOT API)
+Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperDates (API-The MovieDB 3.10 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 af03cab72..05e81ea71 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.11-SNAPSHOT API)
+Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperId (API-The MovieDB 3.10 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 3cfdadc20..da31c4df5 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.11-SNAPSHOT API)
+Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperPages (API-The MovieDB 3.10 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 d09a27c35..e9a0010d8 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.ResultDates (API-The MovieDB 3.10 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 295d0bf8a..f9a0f0bf0 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (API-The MovieDB 3.10 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 b962fc660..8ccc8514e 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperChanges (API-The MovieDB 3.10 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 11f29dd71..17b80755b 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCollection (API-The MovieDB 3.10 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 19b13ec6f..631ba26a6 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompany (API-The MovieDB 3.10 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 1fe536c67..7454bc0be 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies (API-The MovieDB 3.10 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 b279aafcb..341ca58b6 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperConfig (API-The MovieDB 3.10 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 0ec19df6b..86d8eb242 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperGenres (API-The MovieDB 3.10 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 1f4c94493..ef9eb0a55 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperImages (API-The MovieDB 3.10 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 8f3b67231..ee8b5da6e 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperJobList (API-The MovieDB 3.10 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 6154afc8e..09230cffd 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies (API-The MovieDB 3.10 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 7259145cb..1804483ba 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywords (API-The MovieDB 3.10 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 a0d6d7484..f4d3a6896 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovie (API-The MovieDB 3.10 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 3ef6bd3aa..b8a1c13be 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts (API-The MovieDB 3.10 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 45cd7cb42..c3d2b2807 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieChanges (API-The MovieDB 3.10 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 9cb2a2db3..052f2617b 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieDbList (API-The MovieDB 3.10 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 ad9ea86b5..5a625cf1c 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords (API-The MovieDB 3.10 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 3f41db576..47db050e0 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieList (API-The MovieDB 3.10 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 009fee445..17176b2b6 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPerson (API-The MovieDB 3.10 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 90006687c..17ae455de 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits (API-The MovieDB 3.10 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 1defe5234..38431f6ee 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonList (API-The MovieDB 3.10 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 fa97ed5d4..509222f92 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (API-The MovieDB 3.10 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 ad77ddeba..5345ecbcd 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReviews (API-The MovieDB 3.10 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 ad394efbe..aca22d41d 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTrailers (API-The MovieDB 3.10 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 9fc1d14dd..0e00264c5 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.11-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTranslations (API-The MovieDB 3.10 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 246034228..260235b8f 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html
@@ -2,9 +2,9 @@
-
+
-com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.11-SNAPSHOT API)
+com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.10 API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html
index f866d03ed..70486da80 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.11-SNAPSHOT API)
+com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.10 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 1c1437870..be4f62987 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.11-SNAPSHOT API)
+com.omertron.themoviedbapi.wrapper Class Hierarchy (API-The MovieDB 3.10 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 1c731d6b0..16fa1f32f 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.11-SNAPSHOT API)
+Uses of Package com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.10 API)
@@ -37,12 +37,12 @@
-- Prev
-- Next
+- PREV
+- NEXT
- All Classes
diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html
index cfb7c5ec6..12b173139 100644
--- a/apidocs/constant-values.html
+++ b/apidocs/constant-values.html
@@ -2,16 +2,16 @@
-
+
-Constant Field Values (API-The MovieDB 3.11-SNAPSHOT API)
+Constant Field Values (API-The MovieDB 3.10 API)
@@ -37,12 +37,12 @@
-- Prev
-- Next
+- PREV
+- NEXT
- All Classes
diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html
index 69d89d140..cd6505a42 100644
--- a/apidocs/deprecated-list.html
+++ b/apidocs/deprecated-list.html
@@ -2,16 +2,16 @@
-
+
-Deprecated List (API-The MovieDB 3.11-SNAPSHOT API)
+Deprecated List (API-The MovieDB 3.10 API)
@@ -37,12 +37,12 @@
-- Prev
-- Next
+- PREV
+- NEXT
- All Classes
diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html
index 89087cbd7..394da5952 100644
--- a/apidocs/help-doc.html
+++ b/apidocs/help-doc.html
@@ -2,16 +2,16 @@
-
+
-API Help (API-The MovieDB 3.11-SNAPSHOT API)
+API Help (API-The MovieDB 3.10 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 six categories:
+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:
- Interfaces (italic)
- Classes
@@ -159,16 +159,12 @@
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 Constant Field Values page lists the static final fields and their values.
+The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.
This help file applies to API documentation generated using the standard doclet.
@@ -191,12 +187,12 @@
-- Prev
-- Next
+- PREV
+- NEXT
- All Classes
diff --git a/apidocs/index-all.html b/apidocs/index-all.html
index ea1f6b166..167fa2b92 100644
--- a/apidocs/index-all.html
+++ b/apidocs/index-all.html
@@ -2,16 +2,16 @@
-
+
-Index (API-The MovieDB 3.11-SNAPSHOT API)
+Index (API-The MovieDB 3.10 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 82f53ad8a..e2b4be428 100644
--- a/apidocs/index.html
+++ b/apidocs/index.html
@@ -2,9 +2,9 @@
-
+
-API-The MovieDB 3.11-SNAPSHOT API
+API-The MovieDB 3.10 API
@@ -37,12 +37,12 @@
-API-The MovieDB 3.11-SNAPSHOT API
+API-The MovieDB 3.10 API
@@ -120,12 +120,12 @@
-- Prev
-- Next
+- PREV
+- NEXT
- All Classes
diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html
index 6d4132c25..48a6a010e 100644
--- a/apidocs/overview-tree.html
+++ b/apidocs/overview-tree.html
@@ -2,16 +2,16 @@
-
+
-Class Hierarchy (API-The MovieDB 3.11-SNAPSHOT API)
+Class Hierarchy (API-The MovieDB 3.10 API)
@@ -37,12 +37,12 @@
-- Prev
-- Next
+- PREV
+- NEXT
- All Classes
diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html
index c9997ecbf..bd64ba2a2 100644
--- a/apidocs/serialized-form.html
+++ b/apidocs/serialized-form.html
@@ -2,16 +2,16 @@
-
+
-Serialized Form (API-The MovieDB 3.11-SNAPSHOT API)
+Serialized Form (API-The MovieDB 3.10 API)
@@ -37,12 +37,12 @@
-- Prev
-- Next
+- PREV
+- NEXT
- All Classes
diff --git a/apidocs/stylesheet.css b/apidocs/stylesheet.css
index 0aeaa97fe..73bab366e 100644
--- a/apidocs/stylesheet.css
+++ b/apidocs/stylesheet.css
@@ -2,291 +2,206 @@
/*
Overall document style
*/
-body {
- background-color:#ffffff;
- color:#353833;
- font-family:Arial, Helvetica, sans-serif;
- font-size:76%;
+* {
margin:0;
+ padding:0;
}
-a:link, a:visited {
- text-decoration:none;
- color:#4c6b87;
+body {
+ font-family:Helvetica, Arial, sans-serif;
+ color:#000000;
}
-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;
+p {
+ margin:20px 0;
}
pre {
- font-size:1.3em;
+ font-size:1.0em;
}
h1 {
- font-size:1.8em;
-}
-h2 {
- font-size:1.5em;
-}
-h3 {
font-size:1.4em;
}
-h4 {
+h2 {
+ font-size:1.35em;
+}
+h3 {
font-size:1.3em;
}
-h5 {
- font-size:1.2em;
-}
-h6 {
- font-size:1.1em;
+h4 {
+ font-size:1.25em;
}
ul {
- list-style-type:disc;
+ margin:10px 0 10px 20px;
}
-code, tt {
- font-size:1.2em;
+li {
+ list-style:disc;
}
-dt code {
- font-size:1.2em;
+dl dt {
+ font-size:0.95em;
+ font-weight:bold;
+ margin:10px 0 0 0;
}
-table tr td dt code {
- font-size:1.2em;
- vertical-align:top;
+dl dd {
+ margin:10px 0 10px 20px;
}
-sup {
- font-size:.6em;
+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;
}
/*
Document title and Copyright styles
*/
-.clear {
- clear:both;
- height:0px;
- overflow:hidden;
-}
.aboutLanguage {
float:right;
- padding:0px 21px;
- font-size:.8em;
- z-index:200;
- margin-top:-7px;
+ font-size:0.9em;
+ color:#000000;
}
.legalCopy {
- margin-left:.5em;
+ margin:7px;
}
-.bar a, .bar a:link, .bar a:visited, .bar a:active {
- color:#FFFFFF;
- text-decoration:none;
+.bar {
+ font-size:1em;
+ margin:10px 0 0 10px;
}
-.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;
+.bar a {
+ font-weight:normal;
}
/*
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 {
- background-image:url(resources/background.gif);
- background-repeat:repeat-x;
- color:#FFFFFF;
- float:left;
- padding:0;
- width:100%;
- clear:right;
+ border-top:2px solid #C0C0C0;
+ margin:7px;
+ padding:7px 0;
height:2.8em;
- padding-top:10px;
- overflow:hidden;
+ width:99%;
+ min-width:600px;
}
.bottomNav {
- margin-top:10px;
- background-image:url(resources/background.gif);
- background-repeat:repeat-x;
- color:#FFFFFF;
- float:left;
- padding:0;
- width:100%;
- clear:right;
+ border-top:2px solid #C0C0C0;
+ margin:7px;
+ padding:7px 0;
height:2.8em;
- padding-top:10px;
- overflow:hidden;
+ width:99%;
}
.subNav {
- background-color:#dee3e9;
- border-bottom:1px solid #9eadc0;
+ border-bottom:2px solid #C0C0C0;
float:left;
- width:100%;
- overflow:hidden;
+ width:99%;
+ margin:7px;
+ min-width:600px;
}
.subNav div {
clear:left;
float:left;
- padding:0 0 5px 6px;
+ padding:0 0 5px 2px;
+ width:100%;
}
-ul.navList, ul.subNavList {
+.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;
float:left;
- margin:0 25px 0 0;
- padding:0;
+ width:80%;
}
ul.navList li{
list-style:none;
float:left;
- padding:3px 6px;
+ 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;
}
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 20px;
- padding:5px 0 0 0;
+ margin:0 7px;
}
.indexHeader {
- margin:10px;
- position:relative;
-}
-.indexHeader h1 {
- font-size:1.3em;
-}
-.title {
- color:#2c4557;
- margin:10px 0;
-}
-.subTitle {
- margin:5px 0 0 0;
+ font-size:0.9em;
+ margin:10px 0 7px 10px;
}
.header ul {
- margin:0 0 25px 0;
- padding:0;
+ padding-left:20px;
}
-.footer ul {
- margin:20px 0 5px 0;
+/* Header and footer title styles */
+.header h1.title {
+ font-size:1.4em;
+ text-align:center;
+ margin:0;
}
-.header ul li, .footer ul li {
- list-style:none;
- font-size:1.2em;
+.header h2.title {
+ font-size:1.35em;
+ margin:0;
}
-/*
-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;
+.subTitle {
+ margin:0;
+ padding-top:10px;
+ font-size:0.75em;
+ font-weight:bold;
}
/*
Page layout container styles
*/
-.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
+.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer,
+.constantValuesContainer {
clear:both;
- padding:10px 20px;
+ padding:10px 10px;
position:relative;
}
.indexContainer {
- 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;
-}
-/*
-List styles
-*/
-ul.horizontal li {
- display:inline;
+ padding:0 0 10px 10px;
font-size:0.9em;
}
+/*
+Class inheritance information styles
+*/
ul.inheritance {
margin:0;
padding:0;
@@ -297,178 +212,228 @@ 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;
}
-ul.blockList, ul.blockListLast {
- margin:10px 0 10px 0;
+/*
+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;
}
ul.blockList li.blockList, ul.blockListLast li.blockList {
list-style:none;
margin-bottom:25px;
}
-ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
- padding:0px 20px 5px 10px;
- border:1px solid #9eadc0;
- background-color:#f9f9f9;
+ul.blockList ul.blockList ul.blockList li.blockList {
+ border: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;
+div.details ul.blockList ul.blockList ul.blockList li.blockList {
+ border:0;
+ border-bottom:2px ridge;
}
-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;
+/* Definition list styles */
+ul.blockList li.blockList dl{
+ margin-bottom:15px;
}
-ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
- list-style:none;
- border-bottom:none;
- padding-bottom:0;
+ul.blockList li.blockList dl dd{
+ margin:0 0 0 30px;
}
-table tr td dl, table tr td dl dt, table tr td dl dd {
- margin-top:0;
- margin-bottom:1px;
+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 styles
-*/
-.contentContainer table, .classUseContainer table, .constantValuesContainer table {
- border-bottom:1px solid #9eadc0;
- width:100%;
+dl.nameValue dt, dl.nameValue dd{
+ display:inline;
}
-.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table {
- width:100%;
+ul.blockList li.blockList pre{
+ margin:0 0 15px 0;
}
-.contentContainer .description table, .contentContainer .details table {
- border-bottom:none;
+/* List content styles */
+ul.blockList li.blockList ul.blockList li.blockList pre{
+ margin:10px 0 15px 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 pre,
+ul.blockList li.blockList ul.blockList li.blockList ul.blockListLast li.blockList pre{
+ padding:0 0 10px 0;
}
-.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;
+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;
}
/*
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 67622cb29..89aef3bcf 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -28,7 +28,7 @@
Last Published: 2014-11-18
- | Version: 3.11-SNAPSHOT
+ | Version: 3.10
API-The MovieDB
@@ -224,7 +224,7 @@
Dependency Tree
-- com.omertron:themoviedbapi:jar:3.11-SNAPSHOT
+- com.omertron:themoviedbapi:jar:3.10
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)