diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index b44c3ecc4..a648efa61 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,7 +2,7 @@
- +static booleancompareMovies(MovieDb moviedb,
+compareMovies(MovieDb moviedb,
String title,
String year)
@@ -191,7 +191,7 @@ The MovieDb API
static boolean
-compareMovies(MovieDb moviedb,
+compareMovies(MovieDb moviedb,
String title,
String year,
int maxDistance)
@@ -245,6 +245,14 @@ The MovieDb API
+ String
+getApiKey()
+
+
+ Get the API key that is to be used
+
+
+
TokenAuthorisation
getAuthorisationToken()
@@ -279,7 +287,7 @@ The MovieDb API
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
getCompanyMovies(int companyId,
String language,
int page)
@@ -297,7 +305,7 @@ The MovieDb API
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
getDiscover(Discover discover)
@@ -305,7 +313,7 @@ The MovieDb API
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
getDiscover(int page,
String language,
String sortBy,
@@ -326,7 +334,7 @@ The MovieDb API
- List<MovieDb>
+ List<MovieDb>
getFavoriteMovies(String sessionId,
int accountId)
@@ -343,7 +351,7 @@ The MovieDb API
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
getGenreMovies(int genreId,
String language,
int page,
@@ -378,7 +386,7 @@ The MovieDb API
- TmdbResultsList<MovieDbBasic>
+ TmdbResultsList<KeywordMovie>
getKeywordMovies(String keywordId,
String language,
int page)
@@ -388,7 +396,7 @@ The MovieDb API
- MovieDb
+ MovieDb
getLatestMovie()
@@ -396,7 +404,7 @@ The MovieDb API
- MovieDbList
+ MovieDbList
getList(String listId)
@@ -414,7 +422,7 @@ The MovieDb API
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
getMovieCasts(int movieId,
String... appendToResponse)
@@ -453,7 +461,7 @@ The MovieDb API
- MovieDb
+ MovieDb
getMovieInfo(int movieId,
String language,
String... appendToResponse)
@@ -463,7 +471,7 @@ The MovieDb API
- MovieDb
+ MovieDb
getMovieInfoImdb(String imdbId,
String language,
String... appendToResponse)
@@ -482,7 +490,7 @@ The MovieDb API
- TmdbResultsList<MovieList>
+ TmdbResultsList<MovieList>
getMovieLists(int movieId,
String language,
int page,
@@ -522,7 +530,7 @@ The MovieDb API
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
getNowPlayingMovies(String language,
int page)
@@ -551,7 +559,7 @@ The MovieDb API
- TmdbResultsList<PersonCredit>
+ TmdbResultsList<PersonCredit>
getPersonCredits(int personId,
String... appendToResponse)
@@ -568,7 +576,7 @@ The MovieDb API
- Person
+ Person
getPersonInfo(int personId,
String... appendToResponse)
@@ -577,7 +585,7 @@ The MovieDb API
- Person
+ Person
getPersonLatest()
@@ -585,7 +593,7 @@ The MovieDb API
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
getPersonPopular()
@@ -593,7 +601,7 @@ The MovieDb API
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
getPersonPopular(int page)
@@ -601,7 +609,7 @@ The MovieDb API
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
getPopularMovieList(String language,
int page)
@@ -610,7 +618,7 @@ The MovieDb API
- List<MovieDb>
+ List<MovieDb>
getRatedMovies(String sessionId,
int accountId)
@@ -638,7 +646,7 @@ The MovieDb API
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
getSimilarMovies(int movieId,
String language,
int page,
@@ -649,7 +657,7 @@ The MovieDb API
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
getTopRatedMovies(String language,
int page)
@@ -658,121 +666,7 @@ The MovieDb API
- TVSeries
-getTv(int id,
- String language,
- String... appendToResponse)
-
-
- Get the primary information about a TV series by id.
-
-
-
- TmdbResultsList<Person>
-getTvCredits(int id,
- String language,
- String... appendToResponse)
-
-
- Get the cast & crew information about a TV series.
-
-
-
- TVEpisode
-getTvEpisode(int id,
- int seasonNumber,
- int episodeNumber,
- String language,
- String... appendToResponse)
-
-
- Get the primary information about a TV episode by combination of a season and episode number.
-
-
-
- TmdbResultsList<Person>
-getTvEpisodeCredits(int id,
- int seasonNumber,
- int episodeNumber,
- String language)
-
-
- Get the TV episode credits by combination of season and episode number.
-
-
-
- ExternalIds
-getTvEpisodeExternalIds(int id,
- int seasonNumber,
- int episodeNumber,
- String language)
-
-
- Get the external ids for a TV episode by combination of a season and episode number.
-
-
-
- String
-getTvEpisodeImages(int id,
- int seasonNumber,
- int episodeNumber,
- String language)
-
-
- Get the images (episode stills) for a TV episode by combination of a season and episode number.
-
-
-
- ExternalIds
-getTvExternalIds(int id,
- String language)
-
-
- Get the external ids that we have stored for a TV series.
-
-
-
- TmdbResultsList<Artwork>
-getTvImages(int id,
- String language)
-
-
- Get the images (posters and backdrops) for a TV series.
-
-
-
- TVSeason
-getTvSeason(int id,
- int seasonNumber,
- String language,
- String... appendToResponse)
-
-
- Get the primary information about a TV season by its season number.
-
-
-
- ExternalIds
-getTvSeasonExternalIds(int id,
- int seasonNumber,
- String language)
-
-
- Get the external ids that we have stored for a TV season by season number.
-
-
-
- TmdbResultsList<Artwork>
-getTvSeasonImages(int id,
- int seasonNumber,
- String language)
-
-
- Get the images (posters) that we have stored for a TV season by season number.
-
-
-
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
getUpcoming(String language,
int page)
@@ -781,7 +675,7 @@ The MovieDb API
- List<MovieDbList>
+ List<MovieDbList>
getUserLists(String sessionId,
int accountID)
@@ -790,7 +684,7 @@ The MovieDb API
- List<MovieDb>
+ List<MovieDb>
getWatchList(String sessionId,
int accountId)
@@ -866,7 +760,7 @@ The MovieDb API
- TmdbResultsList<MovieList>
+ TmdbResultsList<MovieList>
searchList(String query,
String language,
int page)
@@ -876,7 +770,7 @@ The MovieDb API
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
searchMovie(String movieName,
int searchYear,
String language,
@@ -888,7 +782,7 @@ The MovieDb API
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
searchPeople(String personName,
boolean includeAdult,
int page)
@@ -898,28 +792,6 @@ The MovieDb API
- TmdbResultsList<TVSeriesBasic>
-searchTv(String name,
- int searchYear,
- String language)
-
-
- Search for TV shows by title.
-
-
-
- TmdbResultsList<TVSeriesBasic>
-searchTv(String name,
- int searchYear,
- String language,
- SearchType searchType,
- int page)
-
-
- Search for TV shows by title.
-
-
-
void
setProxy(String host,
String port,
@@ -1001,10 +873,54 @@ public TheMovieDbApi(
+
+getApiKey
+
+public String getApiKey()
+
+- Get the API key that is to be used
+
+
+
+- Returns:
+
+
+
+
+
+setProxy
+
+public void setProxy(String host,
+ String port,
+ String username,
+ String password)
+
+- Set the proxy information
+
+
+- Parameters:
host - port - username - password -
+
+
+
+
+
+setTimeout
+
+public void setTimeout(int connect,
+ int read)
+
+- Set the connection and read time out values
+
+
+- Parameters:
connect - read -
+
+
+
+
+
compareMovies
-public static boolean compareMovies(MovieDb moviedb,
+public static boolean compareMovies(MovieDb moviedb,
String title,
String year)
@@ -1017,10 +933,10 @@ public static boolean compareMovies(
+
compareMovies
-public static boolean compareMovies(MovieDb moviedb,
+public static boolean compareMovies(MovieDb moviedb,
String title,
String year,
int maxDistance)
@@ -1154,7 +1070,7 @@ public
getFavoriteMovies
-public List<MovieDb> getFavoriteMovies(String sessionId,
+public List<MovieDb> getFavoriteMovies(String sessionId,
int accountId)
throws MovieDbException
@@ -1224,7 +1140,7 @@ public
getMovieInfo
-public MovieDb getMovieInfo(int movieId,
+public MovieDb getMovieInfo(int movieId,
String language,
String... appendToResponse)
throws MovieDbException
@@ -1247,7 +1163,7 @@ public
getMovieInfoImdb
-public MovieDb getMovieInfoImdb(String imdbId,
+public MovieDb getMovieInfoImdb(String imdbId,
String language,
String... appendToResponse)
throws MovieDbException
@@ -1289,7 +1205,7 @@ public
getMovieCasts
-public TmdbResultsList<Person> getMovieCasts(int movieId,
+public TmdbResultsList<Person> getMovieCasts(int movieId,
String... appendToResponse)
throws MovieDbException
@@ -1406,7 +1322,7 @@ public
getSimilarMovies
-public TmdbResultsList<MovieDb> getSimilarMovies(int movieId,
+public TmdbResultsList<MovieDb> getSimilarMovies(int movieId,
String language,
int page,
String... appendToResponse)
@@ -1447,7 +1363,7 @@ public
getMovieLists
-public TmdbResultsList<MovieList> getMovieLists(int movieId,
+public TmdbResultsList<MovieList> getMovieLists(int movieId,
String language,
int page,
String... appendToResponse)
@@ -1496,7 +1412,7 @@ public
getLatestMovie
-public MovieDb getLatestMovie()
+public MovieDb getLatestMovie()
throws MovieDbException
- This method is used to retrieve the newest movie that was added to TMDb.
@@ -1513,7 +1429,7 @@ public
getUpcoming
-public TmdbResultsList<MovieDb> getUpcoming(String language,
+public TmdbResultsList<MovieDb> getUpcoming(String language,
int page)
throws MovieDbException
@@ -1535,7 +1451,7 @@ public
getNowPlayingMovies
-public TmdbResultsList<MovieDb> getNowPlayingMovies(String language,
+public TmdbResultsList<MovieDb> getNowPlayingMovies(String language,
int page)
throws MovieDbException
@@ -1557,7 +1473,7 @@ public
getPopularMovieList
-public TmdbResultsList<MovieDb> getPopularMovieList(String language,
+public TmdbResultsList<MovieDb> getPopularMovieList(String language,
int page)
throws MovieDbException
@@ -1579,7 +1495,7 @@ public
getTopRatedMovies
-public TmdbResultsList<MovieDb> getTopRatedMovies(String language,
+public TmdbResultsList<MovieDb> getTopRatedMovies(String language,
int page)
throws MovieDbException
@@ -1601,7 +1517,7 @@ public
getRatedMovies
-public List<MovieDb> getRatedMovies(String sessionId,
+public List<MovieDb> getRatedMovies(String sessionId,
int accountId)
throws MovieDbException
@@ -1678,7 +1594,7 @@ public
getPersonInfo
-public Person getPersonInfo(int personId,
+public Person getPersonInfo(int personId,
String... appendToResponse)
throws MovieDbException
@@ -1698,7 +1614,7 @@ public
getPersonCredits
-public TmdbResultsList<PersonCredit> getPersonCredits(int personId,
+public TmdbResultsList<PersonCredit> getPersonCredits(int personId,
String... appendToResponse)
throws MovieDbException
@@ -1761,7 +1677,7 @@ public void getPersonChanges(int personId,
getPersonPopular
-public TmdbResultsList<Person> getPersonPopular()
+public TmdbResultsList<Person> getPersonPopular()
throws MovieDbException
- Get the list of popular people on The Movie Database.
@@ -1780,7 +1696,7 @@ public
getPersonPopular
-public TmdbResultsList<Person> getPersonPopular(int page)
+public TmdbResultsList<Person> getPersonPopular(int page)
throws MovieDbException
- Get the list of popular people on The Movie Database.
@@ -1799,7 +1715,7 @@ public
getPersonLatest
-public Person getPersonLatest()
+public Person getPersonLatest()
throws MovieDbException
- Get the latest person id.
@@ -1833,7 +1749,7 @@ public
getCompanyMovies
-public TmdbResultsList<MovieDb> getCompanyMovies(int companyId,
+public TmdbResultsList<MovieDb> getCompanyMovies(int companyId,
String language,
int page)
throws MovieDbException
@@ -1875,7 +1791,7 @@ public
getGenreMovies
-public TmdbResultsList<MovieDb> getGenreMovies(int genreId,
+public TmdbResultsList<MovieDb> getGenreMovies(int genreId,
String language,
int page,
boolean includeAllMovies)
@@ -1899,7 +1815,7 @@ public
searchMovie
-public TmdbResultsList<MovieDb> searchMovie(String movieName,
+public TmdbResultsList<MovieDb> searchMovie(String movieName,
int searchYear,
String language,
boolean includeAdult,
@@ -1917,46 +1833,6 @@ public
-searchTv
-
-public TmdbResultsList<TVSeriesBasic> searchTv(String name,
- int searchYear,
- String language,
- SearchType searchType,
- int page)
- throws MovieDbException
-
-- Search for TV shows by title.
-
-
-- Parameters:
name - searchYear - language - searchType - page -
-- Returns:
-
-
- Throws:
-
MovieDbException
-
-
-
-
-
-searchTv
-
-public TmdbResultsList<TVSeriesBasic> searchTv(String name,
- int searchYear,
- String language)
- throws MovieDbException
-
-- Search for TV shows by title.
-
-
-- Parameters:
name - searchYear - language -
-- Returns:
-
-
- Throws:
-
MovieDbException
-
-
-
-
searchCollection
@@ -1979,7 +1855,7 @@ public
searchPeople
-public TmdbResultsList<Person> searchPeople(String personName,
+public TmdbResultsList<Person> searchPeople(String personName,
boolean includeAdult,
int page)
throws MovieDbException
@@ -2000,7 +1876,7 @@ public
searchList
-public TmdbResultsList<MovieList> searchList(String query,
+public TmdbResultsList<MovieList> searchList(String query,
String language,
int page)
throws MovieDbException
@@ -2060,7 +1936,7 @@ public
getList
-public MovieDbList getList(String listId)
+public MovieDbList getList(String listId)
throws MovieDbException
- Get a list by its ID
@@ -2077,7 +1953,7 @@ public
getUserLists
-public List<MovieDbList> getUserLists(String sessionId,
+public List<MovieDbList> getUserLists(String sessionId,
int accountID)
throws MovieDbException
@@ -2170,7 +2046,7 @@ public
getWatchList
-public List<MovieDb> getWatchList(String sessionId,
+public List<MovieDb> getWatchList(String sessionId,
int accountId)
throws MovieDbException
@@ -2223,7 +2099,7 @@ public
getKeywordMovies
-public TmdbResultsList<MovieDbBasic> getKeywordMovies(String keywordId,
+public TmdbResultsList<KeywordMovie> getKeywordMovies(String keywordId,
String language,
int page)
throws MovieDbException
@@ -2294,7 +2170,7 @@ public
getDiscover
-public TmdbResultsList<MovieDb> getDiscover(int page,
+public TmdbResultsList<MovieDb> getDiscover(int page,
String language,
String sortBy,
boolean includeAdult,
@@ -2332,7 +2208,7 @@ public
getDiscover
-public TmdbResultsList<MovieDb> getDiscover(Discover discover)
+public TmdbResultsList<MovieDb> getDiscover(Discover discover)
throws MovieDbException
- Discover movies by different types of data like average rating, number of votes, genres and certifications.
@@ -2346,220 +2222,6 @@ public
-getTv
-
-public TVSeries getTv(int id,
- String language,
- String... appendToResponse)
- throws MovieDbException
-
-- Get the primary information about a TV series by id.
-
-
-- Parameters:
id - language - appendToResponse -
-- Returns:
-
-
- Throws:
-
MovieDbException
-
-
-
-
-
-getTvCredits
-
-public TmdbResultsList<Person> getTvCredits(int id,
- String language,
- String... appendToResponse)
- throws MovieDbException
-
-- Get the cast & crew information about a TV series.
- Just like the website, this information is pulled from the LAST season of the series.
-
-
-- Parameters:
id - language - appendToResponse -
-- Returns:
-
-
- Throws:
-
MovieDbException
-
-
-
-
-
-getTvExternalIds
-
-public ExternalIds getTvExternalIds(int id,
- String language)
- throws MovieDbException
-
-- Get the external ids that we have stored for a TV series.
-
-
-- Parameters:
id - language -
-- Returns:
-
-
- Throws:
-
MovieDbException
-
-
-
-
-
-getTvImages
-
-public TmdbResultsList<Artwork> getTvImages(int id,
- String language)
- throws MovieDbException
-
-- Get the images (posters and backdrops) for a TV series.
-
-
-- Parameters:
id - language -
-- Returns:
-
-
- Throws:
-
MovieDbException
-
-
-
-
-
-getTvSeason
-
-public TVSeason getTvSeason(int id,
- int seasonNumber,
- String language,
- String... appendToResponse)
- throws MovieDbException
-
-- Get the primary information about a TV season by its season number.
-
-
-- Parameters:
id - seasonNumber - language - appendToResponse -
-- Returns:
-
-
- Throws:
-
MovieDbException
-
-
-
-
-
-getTvSeasonExternalIds
-
-public ExternalIds getTvSeasonExternalIds(int id,
- int seasonNumber,
- String language)
- throws MovieDbException
-
-- Get the external ids that we have stored for a TV season by season number.
-
-
-- Parameters:
id - seasonNumber - language -
-- Returns:
-
-
- Throws:
-
MovieDbException
-
-
-
-
-
-getTvSeasonImages
-
-public TmdbResultsList<Artwork> getTvSeasonImages(int id,
- int seasonNumber,
- String language)
- throws MovieDbException
-
-- Get the images (posters) that we have stored for a TV season by season number.
-
-
-- Parameters:
id - seasonNumber - language -
-- Returns:
-
-
- Throws:
-
MovieDbException
-
-
-
-
-
-getTvEpisode
-
-public TVEpisode getTvEpisode(int id,
- int seasonNumber,
- int episodeNumber,
- String language,
- String... appendToResponse)
- throws MovieDbException
-
-- Get the primary information about a TV episode by combination of a season and episode number.
-
-
-- Parameters:
id - seasonNumber - episodeNumber - language - appendToResponse -
-- Returns:
-
-
- Throws:
-
MovieDbException
-
-
-
-
-
-getTvEpisodeCredits
-
-public TmdbResultsList<Person> getTvEpisodeCredits(int id,
- int seasonNumber,
- int episodeNumber,
- String language)
- throws MovieDbException
-
-- Get the TV episode credits by combination of season and episode number.
-
-
-- Parameters:
id - seasonNumber - episodeNumber - language -
-- Returns:
-
-
- Throws:
-
MovieDbException
-
-
-
-
-
-getTvEpisodeExternalIds
-
-public ExternalIds getTvEpisodeExternalIds(int id,
- int seasonNumber,
- int episodeNumber,
- String language)
- throws MovieDbException
-
-- Get the external ids for a TV episode by combination of a season and episode number.
-
-
-- Parameters:
id - seasonNumber - episodeNumber - language -
-- Returns:
-
-
- Throws:
-
MovieDbException
-
-
-
-
-
-getTvEpisodeImages
-
-public String getTvEpisodeImages(int id,
- int seasonNumber,
- int episodeNumber,
- String language)
- throws MovieDbException
-
-- Get the images (episode stills) for a TV episode by combination of a season and episode number.
-
-
-- Parameters:
id - seasonNumber - episodeNumber - language -
-- Returns:
-
-
- Throws:
-
MovieDbException
-
-
-
-
convertToJson
@@ -2575,36 +2237,6 @@ public static MovieDbException
-
-
-
-setProxy
-
-public void setProxy(String host,
- String port,
- String username,
- String password)
-
-- Set the proxy information
-
-
-- Parameters:
host - port - username - password -
-
-
-
-
-
-setTimeout
-
-public void setTimeout(int connect,
- int read)
-
-- Set the connection and read time out values
-
-
-- Parameters:
connect - read -
-
-
diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html
index 4e21f4f1f..c89cc8d56 100644
--- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html
+++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html
index cc715a090..bcdf8c058 100644
--- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html
+++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 3.8-SNAPSHOT API)
@@ -95,10 +95,6 @@ Packages that use
-com.omertron.themoviedbapi.methods
-
-
-
com.omertron.themoviedbapi.tools
@@ -230,7 +226,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getCompanyMovies(int companyId,
String language,
int page)
@@ -240,7 +236,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getDiscover(Discover discover)
@@ -248,7 +244,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getDiscover(int page,
String language,
String sortBy,
@@ -269,7 +265,7 @@ Uses of
- List<MovieDb>
+ List<MovieDb>
TheMovieDbApi.getFavoriteMovies(String sessionId,
int accountId)
@@ -286,7 +282,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getGenreMovies(int genreId,
String language,
int page,
@@ -321,7 +317,7 @@ Uses of
- TmdbResultsList<MovieDbBasic>
+ TmdbResultsList<KeywordMovie>
TheMovieDbApi.getKeywordMovies(String keywordId,
String language,
int page)
@@ -331,7 +327,7 @@ Uses of
- MovieDb
+ MovieDb
TheMovieDbApi.getLatestMovie()
@@ -339,7 +335,7 @@ Uses of
- MovieDbList
+ MovieDbList
TheMovieDbApi.getList(String listId)
@@ -357,7 +353,7 @@ Uses of
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
TheMovieDbApi.getMovieCasts(int movieId,
String... appendToResponse)
@@ -396,7 +392,7 @@ Uses of
- MovieDb
+ MovieDb
TheMovieDbApi.getMovieInfo(int movieId,
String language,
String... appendToResponse)
@@ -406,7 +402,7 @@ Uses of
- MovieDb
+ MovieDb
TheMovieDbApi.getMovieInfoImdb(String imdbId,
String language,
String... appendToResponse)
@@ -425,7 +421,7 @@ Uses of
- TmdbResultsList<MovieList>
+ TmdbResultsList<MovieList>
TheMovieDbApi.getMovieLists(int movieId,
String language,
int page,
@@ -465,7 +461,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getNowPlayingMovies(String language,
int page)
@@ -494,7 +490,7 @@ Uses of
- TmdbResultsList<PersonCredit>
+ TmdbResultsList<PersonCredit>
TheMovieDbApi.getPersonCredits(int personId,
String... appendToResponse)
@@ -511,7 +507,7 @@ Uses of
- Person
+ Person
TheMovieDbApi.getPersonInfo(int personId,
String... appendToResponse)
@@ -520,7 +516,7 @@ Uses of
- Person
+ Person
TheMovieDbApi.getPersonLatest()
@@ -528,7 +524,7 @@ Uses of
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
TheMovieDbApi.getPersonPopular()
@@ -536,7 +532,7 @@ Uses of
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
TheMovieDbApi.getPersonPopular(int page)
@@ -544,7 +540,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getPopularMovieList(String language,
int page)
@@ -553,7 +549,7 @@ Uses of
- List<MovieDb>
+ List<MovieDb>
TheMovieDbApi.getRatedMovies(String sessionId,
int accountId)
@@ -581,7 +577,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getSimilarMovies(int movieId,
String language,
int page,
@@ -592,7 +588,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getTopRatedMovies(String language,
int page)
@@ -601,121 +597,7 @@ Uses of
- TVSeries
-TheMovieDbApi.getTv(int id,
- String language,
- String... appendToResponse)
-
-
- Get the primary information about a TV series by id.
-
-
-
- TmdbResultsList<Person>
-TheMovieDbApi.getTvCredits(int id,
- String language,
- String... appendToResponse)
-
-
- Get the cast & crew information about a TV series.
-
-
-
- TVEpisode
-TheMovieDbApi.getTvEpisode(int id,
- int seasonNumber,
- int episodeNumber,
- String language,
- String... appendToResponse)
-
-
- Get the primary information about a TV episode by combination of a season and episode number.
-
-
-
- TmdbResultsList<Person>
-TheMovieDbApi.getTvEpisodeCredits(int id,
- int seasonNumber,
- int episodeNumber,
- String language)
-
-
- Get the TV episode credits by combination of season and episode number.
-
-
-
- ExternalIds
-TheMovieDbApi.getTvEpisodeExternalIds(int id,
- int seasonNumber,
- int episodeNumber,
- String language)
-
-
- Get the external ids for a TV episode by combination of a season and episode number.
-
-
-
- String
-TheMovieDbApi.getTvEpisodeImages(int id,
- int seasonNumber,
- int episodeNumber,
- String language)
-
-
- Get the images (episode stills) for a TV episode by combination of a season and episode number.
-
-
-
- ExternalIds
-TheMovieDbApi.getTvExternalIds(int id,
- String language)
-
-
- Get the external ids that we have stored for a TV series.
-
-
-
- TmdbResultsList<Artwork>
-TheMovieDbApi.getTvImages(int id,
- String language)
-
-
- Get the images (posters and backdrops) for a TV series.
-
-
-
- TVSeason
-TheMovieDbApi.getTvSeason(int id,
- int seasonNumber,
- String language,
- String... appendToResponse)
-
-
- Get the primary information about a TV season by its season number.
-
-
-
- ExternalIds
-TheMovieDbApi.getTvSeasonExternalIds(int id,
- int seasonNumber,
- String language)
-
-
- Get the external ids that we have stored for a TV season by season number.
-
-
-
- TmdbResultsList<Artwork>
-TheMovieDbApi.getTvSeasonImages(int id,
- int seasonNumber,
- String language)
-
-
- Get the images (posters) that we have stored for a TV season by season number.
-
-
-
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getUpcoming(String language,
int page)
@@ -724,7 +606,7 @@ Uses of
- List<MovieDbList>
+ List<MovieDbList>
TheMovieDbApi.getUserLists(String sessionId,
int accountID)
@@ -733,7 +615,7 @@ Uses of
- List<MovieDb>
+ List<MovieDb>
TheMovieDbApi.getWatchList(String sessionId,
int accountId)
@@ -809,7 +691,7 @@ Uses of
- TmdbResultsList<MovieList>
+ TmdbResultsList<MovieList>
TheMovieDbApi.searchList(String query,
String language,
int page)
@@ -819,7 +701,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.searchMovie(String movieName,
int searchYear,
String language,
@@ -831,7 +713,7 @@ Uses of
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
TheMovieDbApi.searchPeople(String personName,
boolean includeAdult,
int page)
@@ -839,28 +721,6 @@ Uses of
This is a good starting point to start finding people on TMDb.
-
-
- TmdbResultsList<TVSeriesBasic>
-TheMovieDbApi.searchTv(String name,
- int searchYear,
- String language)
-
-
- Search for TV shows by title.
-
-
-
- TmdbResultsList<TVSeriesBasic>
-TheMovieDbApi.searchTv(String name,
- int searchYear,
- String language,
- SearchType searchType,
- int page)
-
-
- Search for TV shows by title.
-
-
-
-Uses of MovieDbException in com.omertron.themoviedbapi.methods
-
-
-
-
-
-
-
-Methods in com.omertron.themoviedbapi.methods that throw MovieDbException
-
-
-
- TVSeries
-TV.getTv(int id,
- String language,
- String[] appendToResponse)
-
-
- Get the primary information about a TV series by id.
-
-
-
- TmdbResultsList<Person>
-TV.getTvCredits(int id,
- String language,
- String[] appendToResponse)
-
-
- Get the cast & crew information about a TV series.
-
-
-
- TVEpisode
-TV.getTvEpisode(int id,
- int seasonNumber,
- int episodeNumber,
- String language,
- String[] appendToResponse)
-
-
- Get the primary information about a TV episode by combination of a season and episode number.
-
-
-
- TmdbResultsList<Person>
-TV.getTvEpisodeCredits(int id,
- int seasonNumber,
- int episodeNumber,
- String language)
-
-
- Get the TV episode credits by combination of season and episode number.
-
-
-
- ExternalIds
-TV.getTvEpisodeExternalIds(int id,
- int seasonNumber,
- int episodeNumber,
- String language)
-
-
- Get the external ids for a TV episode by combination of a season and episode number.
-
-
-
- String
-TV.getTvEpisodeImages(int id,
- int seasonNumber,
- int episodeNumber,
- String language)
-
-
- Get the images (episode stills) for a TV episode by combination of a season and episode number.
-
-
-
- ExternalIds
-TV.getTvExternalIds(int id,
- String language)
-
-
- Get the external ids that we have stored for a TV series.
-
-
-
- TmdbResultsList<Artwork>
-TV.getTvImages(int id,
- String language)
-
-
- Get the images (posters and backdrops) for a TV series.
-
-
-
- TVSeason
-TV.getTvSeason(int id,
- int seasonNumber,
- String language,
- String[] appendToResponse)
-
-
- Get the primary information about a TV season by its season number.
-
-
-
- ExternalIds
-TV.getTvSeasonExternalIds(int id,
- int seasonNumber,
- String language)
-
-
- Get the external ids that we have stored for a TV season by season number.
-
-
-
- TmdbResultsList<Artwork>
-TV.getTvSeasonImages(int id,
- int seasonNumber,
- String language)
-
-
- Get the images (posters) that we have stored for a TV season by season number.
-
-
-
-protected String
-AbstractMethod.requestWebPage(URL url)
-
-
-
-
-
-
-protected String
-AbstractMethod.requestWebPage(URL url,
- String jsonBody)
-
-
-
-
-
-
-protected String
-AbstractMethod.requestWebPage(URL url,
- String jsonBody,
- boolean isDeleteRequest)
-
-
-
-
-
-
- TmdbResultsList<TVSeriesBasic>
-TV.searchTv(String name,
- int searchYear,
- String language,
- SearchType searchType,
- int page)
-
-
- Search for TV shows by title.
-
-
-
-
diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html
index d4aca7196..417c10e43 100644
--- a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html
+++ b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
index e77ae2dd9..bf1583023 100644
--- a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
+++ b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
@@ -2,7 +2,7 @@
-
+
AbstractJsonMapping (API-The MovieDB 3.8-SNAPSHOT API)
@@ -100,7 +100,7 @@ Class AbstractJsonMapping
All Implemented Interfaces: Serializable
-- Direct Known Subclasses:
- AbstractWrapper, Account, Artwork, ChangedItem, ChangedMovie, Collection, CollectionInfo, Company, Genre, Keyword, Language, ListItemStatus, MovieDbBasic, MovieDbList, MovieList, Network, PersonBasic, PersonCredit, ProductionCompany, ProductionCountry, ReleaseInfo, ResultDates, Reviews, StatusCode, TmdbConfiguration, TokenAuthorisation, TokenSession, Trailer, Translation, TVEpisodeBasic, TVSeasonBasic, TVSeriesBasic
+- Direct Known Subclasses:
- Account, Artwork, ChangedItem, ChangedMovie, Collection, CollectionInfo, Company, Genre, Keyword, KeywordMovie, Language, ListItemStatus, MovieDb, MovieDbList, MovieList, Person, PersonCast, PersonCredit, PersonCrew, ProductionCompany, ProductionCountry, ReleaseInfo, Reviews, StatusCode, TmdbConfiguration, TokenAuthorisation, TokenSession, Trailer, Translation
diff --git a/apidocs/com/omertron/themoviedbapi/model/Account.html b/apidocs/com/omertron/themoviedbapi/model/Account.html
index 6bb958e6b..a08ebd21b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Account.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Account.html
@@ -2,7 +2,7 @@
-
+
Account (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html
index 9202bea62..e6b278b63 100644
--- a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html
+++ b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html
@@ -2,7 +2,7 @@
-
+
AlternativeTitle (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/Artwork.html
index a349789ec..d68480eae 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Artwork.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Artwork.html
@@ -2,7 +2,7 @@
-
+
Artwork (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html
index 39a9cff40..80402971c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html
@@ -2,7 +2,7 @@
-
+
ArtworkType (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html
index 9e8ca7733..a6b57f92e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html
@@ -2,7 +2,7 @@
-
+
ChangeKeyItem (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html
index 15cfc4ce1..28eb7f27e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html
@@ -2,7 +2,7 @@
-
+
ChangedItem (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html
index cab1d16b7..89b3424e5 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html
@@ -2,7 +2,7 @@
-
+
ChangedMovie (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Collection.html b/apidocs/com/omertron/themoviedbapi/model/Collection.html
index 6f3fe3090..17eb38a6c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Collection.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Collection.html
@@ -2,7 +2,7 @@
-
+
Collection (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html
index 3bc713aa1..32f9e0beb 100644
--- a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html
@@ -2,7 +2,7 @@
-
+
CollectionInfo (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Company.html b/apidocs/com/omertron/themoviedbapi/model/Company.html
index d93c563d4..e2616d357 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Company.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Company.html
@@ -2,7 +2,7 @@
-
+
Company (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Discover.html b/apidocs/com/omertron/themoviedbapi/model/Discover.html
index f957c8b31..d9fc9612f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Discover.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Discover.html
@@ -2,7 +2,7 @@
-
+
Discover (API-The MovieDB 3.8-SNAPSHOT API)
@@ -57,7 +57,7 @@ function windowTitle()
PREV CLASS
- NEXT CLASS
+ NEXT CLASS
FRAMES
NO FRAMES
@@ -576,7 +576,7 @@ public
PREV CLASS
- NEXT CLASS
+ NEXT CLASS
FRAMES
NO FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html
index 55c8ffb49..b7a3af6bf 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Genre.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Genre.html
@@ -2,7 +2,7 @@
-
+
Genre (API-The MovieDB 3.8-SNAPSHOT API)
@@ -56,7 +56,7 @@ function windowTitle()
- PREV CLASS
+ PREV CLASS
NEXT CLASS
FRAMES
@@ -336,7 +336,7 @@ public int hashCode()
- PREV CLASS
+ PREV CLASS
NEXT CLASS
FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html
index 192cf93fa..9ba0e4de3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html
+++ b/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html
@@ -2,7 +2,7 @@
-
+
JobDepartment (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/Keyword.html
index 1dd112c15..e8a135781 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Keyword.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Keyword.html
@@ -2,7 +2,7 @@
-
+
Keyword (API-The MovieDB 3.8-SNAPSHOT API)
@@ -57,7 +57,7 @@ function windowTitle()
PREV CLASS
- NEXT CLASS
+ NEXT CLASS
FRAMES
NO FRAMES
@@ -337,7 +337,7 @@ public int hashCode()
PREV CLASS
- NEXT CLASS
+ NEXT CLASS
FRAMES
NO FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html
index 4c25355d7..f44597e1c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html
@@ -2,7 +2,7 @@
-
+
KeywordMovie (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html
index 709bffbea..803a52c2b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Language.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Language.html
@@ -2,7 +2,7 @@
-
+
Language (API-The MovieDB 3.8-SNAPSHOT API)
@@ -56,7 +56,7 @@ function windowTitle()
- PREV CLASS
+ PREV CLASS
NEXT CLASS
FRAMES
@@ -336,7 +336,7 @@ public int hashCode()
- PREV CLASS
+ PREV CLASS
NEXT CLASS
FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html
index f05806082..ee9708482 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html
@@ -2,7 +2,7 @@
-
+
ListItemStatus (API-The MovieDB 3.8-SNAPSHOT API)
@@ -57,7 +57,7 @@ function windowTitle()
PREV CLASS
- NEXT CLASS
+ NEXT CLASS
FRAMES
NO FRAMES
@@ -293,7 +293,7 @@ public void setItemPresent(boolean itemPresent)
PREV CLASS
- NEXT CLASS
+ NEXT CLASS
FRAMES
NO FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html
index eeba1a0e3..c3acafb94 100644
--- a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html
+++ b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html
@@ -2,7 +2,7 @@
-
+
MovieDb (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html
index 3ebf5f506..c16176dc8 100644
--- a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html
@@ -2,7 +2,7 @@
-
+
MovieDbList (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html
index d56f62804..2bfa52c58 100644
--- a/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html
@@ -2,7 +2,7 @@
-
+
MovieDbListStatus (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/MovieList.html
index 3d2b0c777..1f36eccf1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/MovieList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/MovieList.html
@@ -2,7 +2,7 @@
-
+
MovieList (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Person.html b/apidocs/com/omertron/themoviedbapi/model/Person.html
index 6d2156ec4..8b2b2a71f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Person.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Person.html
@@ -2,7 +2,7 @@
-
+
Person (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html
index a3f619860..81646d262 100644
--- a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html
+++ b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html
@@ -2,7 +2,7 @@
-
+
PersonCast (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html
index e97fdcd49..d721640d7 100644
--- a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html
+++ b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html
@@ -2,7 +2,7 @@
-
+
PersonCredit (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html
index a4f5b9902..e65477240 100644
--- a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html
+++ b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html
@@ -2,7 +2,7 @@
-
+
PersonCrew (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/PersonType.html
index aed1dd518..c19fe548a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/PersonType.html
+++ b/apidocs/com/omertron/themoviedbapi/model/PersonType.html
@@ -2,7 +2,7 @@
-
+
PersonType (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html
index eb91525c8..caec45584 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html
@@ -2,7 +2,7 @@
-
+
ProductionCompany (API-The MovieDB 3.8-SNAPSHOT API)
@@ -56,7 +56,7 @@ function windowTitle()
- PREV CLASS
+ PREV CLASS
NEXT CLASS
FRAMES
@@ -336,7 +336,7 @@ public int hashCode()
- PREV CLASS
+ PREV CLASS
NEXT CLASS
FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html
index 98376e109..e12472d7b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html
@@ -2,7 +2,7 @@
-
+
ProductionCountry (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html
index eef60b8ed..8e3f3a357 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html
@@ -2,7 +2,7 @@
-
+
ReleaseInfo (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Reviews.html b/apidocs/com/omertron/themoviedbapi/model/Reviews.html
index c6a5f1efa..5f9a8630c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Reviews.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Reviews.html
@@ -2,7 +2,7 @@
-
+
Reviews (API-The MovieDB 3.8-SNAPSHOT API)
@@ -57,7 +57,7 @@ function windowTitle()
PREV CLASS
- NEXT CLASS
+ NEXT CLASS
FRAMES
NO FRAMES
@@ -369,7 +369,7 @@ public void setUrl(
PREV CLASS
- NEXT CLASS
+ NEXT CLASS
FRAMES
NO FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html
index 6040a3d0c..d0c6323f3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html
+++ b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html
@@ -2,7 +2,7 @@
-
+
StatusCode (API-The MovieDB 3.8-SNAPSHOT API)
@@ -56,8 +56,8 @@ function windowTitle()
- PREV CLASS
- NEXT CLASS
+ PREV CLASS
+ NEXT CLASS
FRAMES
NO FRAMES
@@ -101,7 +101,7 @@ Class StatusCode
- All Implemented Interfaces:
- Serializable
-- Direct Known Subclasses:
- StatusCodeList
+- Direct Known Subclasses:
- MovieDbListStatus
@@ -295,8 +295,8 @@ public void setStatusMessage(
- PREV CLASS
- NEXT CLASS
+ PREV CLASS
+ NEXT CLASS
FRAMES
NO FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html
index 95c34b0a4..91625af6c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html
+++ b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html
@@ -2,7 +2,7 @@
-
+
TmdbConfiguration (API-The MovieDB 3.8-SNAPSHOT API)
@@ -56,7 +56,7 @@ function windowTitle()
- PREV CLASS
+ PREV CLASS
NEXT CLASS
FRAMES
@@ -575,7 +575,7 @@ public boolean isValidSize(
- PREV CLASS
+ PREV CLASS
NEXT CLASS
FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html
index f9862363c..302963eae 100644
--- a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html
@@ -2,7 +2,7 @@
-
+
TokenAuthorisation (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html
index b13c3f675..515dc7c76 100644
--- a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html
+++ b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html
@@ -2,7 +2,7 @@
-
+
TokenSession (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/Trailer.html
index b43047acc..6cb0242fd 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Trailer.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Trailer.html
@@ -2,7 +2,7 @@
-
+
Trailer (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Translation.html b/apidocs/com/omertron/themoviedbapi/model/Translation.html
index 301e4d682..1864c9f44 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Translation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Translation.html
@@ -2,7 +2,7 @@
-
+
Translation (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
index 0d2f76c1e..4393931dc 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 3.8-SNAPSHOT API)
@@ -94,34 +94,6 @@ Packages that use com.omertron.themoviedbapi.model
-
-com.omertron.themoviedbapi.model.movie
-
-
-
-com.omertron.themoviedbapi.model.person
-
-
-
-com.omertron.themoviedbapi.model.tv
-
-
-
-com.omertron.themoviedbapi.wrapper
-
-
-
-com.omertron.themoviedbapi.wrapper.movie
-
-
-
-com.omertron.themoviedbapi.wrapper.person
-
-
-
-com.omertron.themoviedbapi.wrapper.tv
-
-
@@ -208,6 +180,14 @@ Uses of Keyword
+
+
+
+
+
+ class
+KeywordMovie
+
@@ -230,7 +210,63 @@ Uses of
class
-Network
+MovieDb
+
+
+ Movie Bean
+
+
+
+ class
+MovieDbList
+
+
+ Wrapper for the MovieDbList function
+
+
+
+ class
+MovieDbListStatus
+
+
+
+
+
+
+ class
+MovieList
+
+
+
+
+
+
+ class
+Person
+
+
+
+
+
+
+ class
+PersonCast
+
+
+
+
+
+
+ class
+PersonCredit
+
+
+
+
+
+
+ class
+PersonCrew
@@ -272,14 +308,6 @@ Uses of StatusCode
-
-
-
-
-
- class
-StatusCodeList
-
@@ -320,465 +348,6 @@ Uses of Translation
-
-
-
-
-
-
-
-
-Uses of AbstractJsonMapping in com.omertron.themoviedbapi.model.movie
-
-
-
-
-
-
-
-Subclasses of AbstractJsonMapping in com.omertron.themoviedbapi.model.movie
-
-
-
- class
-MovieDb
-
-
- Movie Bean
-
-
-
- class
-MovieDbBasic
-
-
-
-
-
-
- class
-MovieDbList
-
-
- Wrapper for the MovieDbList function
-
-
-
- class
-MovieList
-
-
-
-
-
-
-
-
-
-Uses of AbstractJsonMapping in com.omertron.themoviedbapi.model.person
-
-
-
-
-
-
-
-Subclasses of AbstractJsonMapping in com.omertron.themoviedbapi.model.person
-
-
-
- class
-Person
-
-
-
-
-
-
- class
-PersonBasic
-
-
- Basic information about a person
-
-
-
- class
-PersonCast
-
-
-
-
-
-
- class
-PersonCredit
-
-
-
-
-
-
- class
-PersonCrew
-
-
-
-
-
-
-
-
-
-Uses of AbstractJsonMapping in com.omertron.themoviedbapi.model.tv
-
-
-
-
-
-
-
-Subclasses of AbstractJsonMapping in com.omertron.themoviedbapi.model.tv
-
-
-
- class
-TVEpisode
-
-
- Information on an Episode for a TV Series
- Extends the information provided by TVEpisodeBasic
-
-
-
- class
-TVEpisodeBasic
-
-
- Basic information on an Episode for a TV Series
-
-
-
- class
-TVSeason
-
-
- Information on the Season for a TV Series
- Extends the information provided by TVSeasonBasic
-
-
-
- class
-TVSeasonBasic
-
-
- Basic information on the Season for a TV Series
-
-
-
- class
-TVSeries
-
-
- TV Series information
- Represents all the information returned.
-
-
-
- class
-TVSeriesBasic
-
-
- TV Series information
- Represents the basic set of information returned
-
-
-
-
-
-
-Uses of AbstractJsonMapping in com.omertron.themoviedbapi.wrapper
-
-
-
-
-
-
-
-Subclasses of AbstractJsonMapping in com.omertron.themoviedbapi.wrapper
-
-
-
- class
-AbstractWrapper
-
-
-
-
-
-
- class
-AbstractWrapperAll
-
-
- Base class for the wrappers
-
-
-
- class
-AbstractWrapperId
-
-
- Base class for the wrappers
-
-
-
- class
-ResultDates
-
-
-
-
-
-
- class
-WrapperAlternativeTitles
-
-
-
-
-
-
- class
-WrapperCollection
-
-
-
-
-
-
- class
-WrapperCompany
-
-
-
-
-
-
- class
-WrapperCompanyMovies
-
-
-
-
-
-
- class
-WrapperConfig
-
-
-
-
-
-
- class
-WrapperGenres
-
-
- Wrapper class for the Genres searches
-
-
-
- class
-WrapperImages
-
-
-
-
-
-
- class
-WrapperJobList
-
-
-
-
-
-
- class
-WrapperKeywordMovies
-
-
-
-
-
-
- class
-WrapperKeywords
-
-
-
-
-
-
- class
-WrapperReleaseInfo
-
-
-
-
-
-
- class
-WrapperReviews
-
-
-
-
-
-
- class
-WrapperTrailers
-
-
-
-
-
-
- class
-WrapperTranslations
-
-
-
-
-
-
-
-
-
-Uses of AbstractJsonMapping in com.omertron.themoviedbapi.wrapper.movie
-
-
-
-
-
-
-
-Subclasses of AbstractJsonMapping in com.omertron.themoviedbapi.wrapper.movie
-
-
-
- class
-WrapperMovie
-
-
-
-
-
-
- class
-WrapperMovieChanges
-
-
-
-
-
-
- class
-WrapperMovieDbList
-
-
-
-
-
-
- class
-WrapperMovieList
-
-
-
-
-
-
-
-
-
-Uses of AbstractJsonMapping in com.omertron.themoviedbapi.wrapper.person
-
-
-
-
-
-
-
-Subclasses of AbstractJsonMapping in com.omertron.themoviedbapi.wrapper.person
-
-
-
- class
-WrapperCasts
-
-
-
-
-
-
- class
-WrapperPerson
-
-
-
-
-
-
- class
-WrapperPersonCredits
-
-
-
-
-
-
- class
-WrapperPersonList
-
-
-
-
-
-
-
-
-
-Uses of AbstractJsonMapping in com.omertron.themoviedbapi.wrapper.tv
-
-
-
-
-
-
-Uses of Artwork in com.omertron.themoviedbapi.methods
+Uses of Artwork in com.omertron.themoviedbapi.model
@@ -184,48 +161,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.methods that return types with arguments of type Artwork
-
-
-
- TmdbResultsList<Artwork>
-TV.getTvImages(int id,
- String language)
-
-
- Get the images (posters and backdrops) for a TV series.
-
-
-
- TmdbResultsList<Artwork>
-TV.getTvSeasonImages(int id,
- int seasonNumber,
- String language)
-
-
- Get the images (posters) that we have stored for a TV season by season number.
-
-
-
-
-
-
-Uses of Artwork in com.omertron.themoviedbapi.model.movie
-
-
-
-
-
-
-
-Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type Artwork
+Methods in com.omertron.themoviedbapi.model that return types with arguments of type Artwork
List<Artwork>
-MovieDb.getImages()
+MovieDb.getImages()
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html
index 8ec8f9573..7e3837ec6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.ArtworkType (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html
index ac986b52a..ccbabb4aa 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.ChangeKeyItem (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html
index 14f0a8e81..e366cb458 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.ChangedItem (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html
index 56cdef10f..a5c800e36 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.ChangedMovie (API-The MovieDB 3.8-SNAPSHOT API)
@@ -95,7 +95,7 @@ Packages that use
-com.omertron.themoviedbapi.wrapper.movie
+com.omertron.themoviedbapi.wrapper
@@ -128,11 +128,11 @@ Uses of
+
-Uses of ChangedMovie in com.omertron.themoviedbapi.wrapper.movie
+Uses of ChangedMovie in com.omertron.themoviedbapi.wrapper
@@ -140,12 +140,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.wrapper.movie that return types with arguments of type ChangedMovie
+Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type ChangedMovie
List<ChangedMovie>
-WrapperMovieChanges.getResults()
+WrapperMovieChanges.getResults()
@@ -156,12 +156,12 @@ Uses of
-Method parameters in com.omertron.themoviedbapi.wrapper.movie with type arguments of type ChangedMovie
+Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type ChangedMovie
void
-WrapperMovieChanges.setResults(List<ChangedMovie> results)
+WrapperMovieChanges.setResults(List<ChangedMovie> results)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html
index 95e0292b0..9f2cc9d26 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Collection (API-The MovieDB 3.8-SNAPSHOT API)
@@ -99,10 +99,6 @@ Packages that use
-com.omertron.themoviedbapi.model.movie
-
-
-
com.omertron.themoviedbapi.wrapper
@@ -146,6 +142,22 @@ Uses of
+
+Methods in com.omertron.themoviedbapi.model that return Collection
+
+
+
+ Collection
+MovieDb.getBelongsToCollection()
+
+
+
+
+
+
+
+
Methods in com.omertron.themoviedbapi.model that return types with arguments of type Collection
@@ -162,6 +174,22 @@ Uses of
+
+Methods in com.omertron.themoviedbapi.model with parameters of type Collection
+
+
+
+ void
+MovieDb.setBelongsToCollection(Collection belongsToCollection)
+
+
+
+
+
+
+
+
Method parameters in com.omertron.themoviedbapi.model with type arguments of type Collection
@@ -171,47 +199,6 @@ Uses of setParts(List<Collection> parts)
-
-
-
-
-
-
-
-
-Uses of Collection in com.omertron.themoviedbapi.model.movie
-
-
-
-
-
-
-
-Methods in com.omertron.themoviedbapi.model.movie that return Collection
-
-
-
- Collection
-MovieDb.getBelongsToCollection()
-
-
-
-
-
-
-
-
-
-
-Methods in com.omertron.themoviedbapi.model.movie with parameters of type Collection
-
-
-
- void
-MovieDb.setBelongsToCollection(Collection belongsToCollection)
-
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html
index fc1c4761b..8124af854 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.CollectionInfo (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html
index 42642f7b7..512ed80dd 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Company (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html
index 7c931e824..ef0148532 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Discover (API-The MovieDB 3.8-SNAPSHOT API)
@@ -117,7 +117,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getDiscover(Discover discover)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html
index d810db926..33258a463 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 3.8-SNAPSHOT API)
@@ -95,11 +95,7 @@ Packages that use
-com.omertron.themoviedbapi.model.movie
-
-
-
-com.omertron.themoviedbapi.model.tv
+com.omertron.themoviedbapi.model
@@ -134,11 +130,11 @@ Uses of
-Uses of Genre in com.omertron.themoviedbapi.model.movie
+Uses of Genre in com.omertron.themoviedbapi.model
@@ -146,12 +142,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type Genre
+Methods in com.omertron.themoviedbapi.model that return types with arguments of type Genre
List<Genre>
-MovieDb.getGenres()
+MovieDb.getGenres()
@@ -162,53 +158,12 @@ Uses of
-Method parameters in com.omertron.themoviedbapi.model.movie with type arguments of type Genre
+Method parameters in com.omertron.themoviedbapi.model with type arguments of type Genre
void
-MovieDb.setGenres(List<Genre> genres)
-
-
-
-
-
-
-
-
-
-Uses of Genre in com.omertron.themoviedbapi.model.tv
-
-
-
-
-
-
-
-Methods in com.omertron.themoviedbapi.model.tv that return types with arguments of type Genre
-
-
-
- List<Genre>
-TVSeries.getGenres()
-
-
-
-
-
-
-
-
-
-
-Method parameters in com.omertron.themoviedbapi.model.tv with type arguments of type Genre
-
-
-
- void
-TVSeries.setGenres(List<Genre> genres)
+MovieDb.setGenres(List<Genre> genres)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html
index ddb80a570..6dbb6df45 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.JobDepartment (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html
index 0e0be0fb2..23b8ae08d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Keyword (API-The MovieDB 3.8-SNAPSHOT API)
@@ -95,7 +95,7 @@ Packages that use
-com.omertron.themoviedbapi.model.movie
+com.omertron.themoviedbapi.model
@@ -156,11 +156,11 @@ Uses of
-Uses of Keyword in com.omertron.themoviedbapi.model.movie
+Uses of Keyword in com.omertron.themoviedbapi.model
@@ -168,12 +168,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type Keyword
+Methods in com.omertron.themoviedbapi.model that return types with arguments of type Keyword
List<Keyword>
-MovieDb.getKeywords()
+MovieDb.getKeywords()
@@ -198,6 +198,14 @@ Uses of
List<Keyword>
+WrapperMovieKeywords.getKeywords()
+
+
+
+
+
+
+ List<Keyword>
WrapperKeywords.getResults()
@@ -214,6 +222,14 @@ Uses of
void
+WrapperMovieKeywords.setKeywords(List<Keyword> keywords)
+
+
+
+
+
+
+ void
WrapperKeywords.setResults(List<Keyword> results)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html
index 671c83946..a52f19acb 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.KeywordMovie (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html
index 50f43811b..76aae9c58 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 3.8-SNAPSHOT API)
@@ -91,17 +91,17 @@ function windowTitle()
Packages that use Language
-com.omertron.themoviedbapi.model.movie
+com.omertron.themoviedbapi.model
-Uses of Language in com.omertron.themoviedbapi.model.movie
+Uses of Language in com.omertron.themoviedbapi.model
@@ -109,12 +109,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type Language
+Methods in com.omertron.themoviedbapi.model that return types with arguments of type Language
List<Language>
-MovieDb.getSpokenLanguages()
+MovieDb.getSpokenLanguages()
@@ -125,12 +125,12 @@ Uses of
-Method parameters in com.omertron.themoviedbapi.model.movie with type arguments of type Language
+Method parameters in com.omertron.themoviedbapi.model with type arguments of type Language
void
-MovieDb.setSpokenLanguages(List<Language> spokenLanguages)
+MovieDb.setSpokenLanguages(List<Language> spokenLanguages)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html
index 144eb682c..a8e06ab83 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.ListItemStatus (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html
index d15a4c23b..d1cb257a9 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.MovieDb (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html
index 60d19f42a..389227ce3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.MovieDbList (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html
index aa40b84f2..500131a44 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.MovieDbListStatus (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html
index 6f319436d..ff13fd331 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.MovieList (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html
index ee1dc89d5..a34293921 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Person (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html
index 34fffb952..9263728a5 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.PersonCast (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html
index e2b52b17a..e03031741 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.PersonCredit (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html
index df18c068c..f2dd4cb87 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.PersonCrew (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html
index 935d829b4..dda1d725d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.PersonType (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html
index 38564313d..2b905b8f6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.ProductionCompany (API-The MovieDB 3.8-SNAPSHOT API)
@@ -91,17 +91,17 @@ function windowTitle()
Packages that use ProductionCompany
-com.omertron.themoviedbapi.model.movie
+com.omertron.themoviedbapi.model
-Uses of ProductionCompany in com.omertron.themoviedbapi.model.movie
+Uses of ProductionCompany in com.omertron.themoviedbapi.model
@@ -109,12 +109,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type ProductionCompany
+Methods in com.omertron.themoviedbapi.model that return types with arguments of type ProductionCompany
List<ProductionCompany>
-MovieDb.getProductionCompanies()
+MovieDb.getProductionCompanies()
@@ -125,12 +125,12 @@ Uses of
-Method parameters in com.omertron.themoviedbapi.model.movie with type arguments of type ProductionCompany
+Method parameters in com.omertron.themoviedbapi.model with type arguments of type ProductionCompany
void
-MovieDb.setProductionCompanies(List<ProductionCompany> productionCompanies)
+MovieDb.setProductionCompanies(List<ProductionCompany> productionCompanies)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html
index bfe2c2d70..8ab15aa53 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.ProductionCountry (API-The MovieDB 3.8-SNAPSHOT API)
@@ -91,17 +91,17 @@ function windowTitle()
Packages that use ProductionCountry
-com.omertron.themoviedbapi.model.movie
+com.omertron.themoviedbapi.model
-Uses of ProductionCountry in com.omertron.themoviedbapi.model.movie
+Uses of ProductionCountry in com.omertron.themoviedbapi.model
@@ -109,12 +109,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type ProductionCountry
+Methods in com.omertron.themoviedbapi.model that return types with arguments of type ProductionCountry
List<ProductionCountry>
-MovieDb.getProductionCountries()
+MovieDb.getProductionCountries()
@@ -125,12 +125,12 @@ Uses of
-Method parameters in com.omertron.themoviedbapi.model.movie with type arguments of type ProductionCountry
+Method parameters in com.omertron.themoviedbapi.model with type arguments of type ProductionCountry
void
-MovieDb.setProductionCountries(List<ProductionCountry> productionCountries)
+MovieDb.setProductionCountries(List<ProductionCountry> productionCountries)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html
index 76c5cd297..792ee6f2a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.ReleaseInfo (API-The MovieDB 3.8-SNAPSHOT API)
@@ -95,7 +95,7 @@ Packages that use
-com.omertron.themoviedbapi.model.movie
+com.omertron.themoviedbapi.model
@@ -132,11 +132,11 @@ Uses of
+
-Uses of ReleaseInfo in com.omertron.themoviedbapi.model.movie
+Uses of ReleaseInfo in com.omertron.themoviedbapi.model
@@ -144,12 +144,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type ReleaseInfo
+Methods in com.omertron.themoviedbapi.model that return types with arguments of type ReleaseInfo
List<ReleaseInfo>
-MovieDb.getReleases()
+MovieDb.getReleases()
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html
index b66854234..b8d8807aa 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Reviews (API-The MovieDB 3.8-SNAPSHOT API)
@@ -95,7 +95,7 @@ Packages that use
-com.omertron.themoviedbapi.model.movie
+com.omertron.themoviedbapi.model
@@ -133,11 +133,11 @@ Uses of
-Uses of Reviews in com.omertron.themoviedbapi.model.movie
+Uses of Reviews in com.omertron.themoviedbapi.model
@@ -145,12 +145,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type Reviews
+Methods in com.omertron.themoviedbapi.model that return types with arguments of type Reviews
List<Reviews>
-MovieDb.getReviews()
+MovieDb.getReviews()
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html
index 05868effd..9823580d3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 3.8-SNAPSHOT API)
@@ -195,7 +195,7 @@ Uses of
class
-StatusCodeList
+MovieDbListStatus
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html
index a6e4f9dcb..790e4f7e9 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.TmdbConfiguration (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html
index 141c13819..f480fa6e6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html
index ac2799093..99468fca4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.TokenSession (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html
index 263a266c0..0ede02e4f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Trailer (API-The MovieDB 3.8-SNAPSHOT API)
@@ -95,7 +95,7 @@ Packages that use
-com.omertron.themoviedbapi.model.movie
+com.omertron.themoviedbapi.model
@@ -132,11 +132,11 @@ Uses of
-Uses of Trailer in com.omertron.themoviedbapi.model.movie
+Uses of Trailer in com.omertron.themoviedbapi.model
@@ -144,12 +144,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type Trailer
+Methods in com.omertron.themoviedbapi.model that return types with arguments of type Trailer
List<Trailer>
-MovieDb.getTrailers()
+MovieDb.getTrailers()
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html
index d2761cd99..57038ce64 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Translation (API-The MovieDB 3.8-SNAPSHOT API)
@@ -95,7 +95,7 @@ Packages that use
-com.omertron.themoviedbapi.model.movie
+com.omertron.themoviedbapi.model
@@ -131,11 +131,11 @@ Uses of
+
-Uses of Translation in com.omertron.themoviedbapi.model.movie
+Uses of Translation in com.omertron.themoviedbapi.model
@@ -143,12 +143,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type Translation
+Methods in com.omertron.themoviedbapi.model that return types with arguments of type Translation
List<Translation>
-MovieDb.getTranslations()
+MovieDb.getTranslations()
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html
index 60d8fae72..6b494871d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model (API-The MovieDB 3.8-SNAPSHOT API)
@@ -46,19 +46,33 @@ Classes
Discover
-ExternalIds
-
Genre
JobDepartment
Keyword
+KeywordMovie
+
Language
ListItemStatus
-Network
+MovieDb
+
+MovieDbList
+
+MovieDbListStatus
+
+MovieList
+
+Person
+
+PersonCast
+
+PersonCredit
+
+PersonCrew
ProductionCompany
@@ -70,8 +84,6 @@ Classes
StatusCode
-StatusCodeList
-
TmdbConfiguration
TokenAuthorisation
@@ -93,7 +105,7 @@ Enums
ArtworkType
-SearchType
+PersonType
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html
index 7cb03569b..9da8000fb 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model (API-The MovieDB 3.8-SNAPSHOT API)
@@ -56,8 +56,8 @@ function windowTitle()
- PREV PACKAGE
- NEXT PACKAGE
+ PREV PACKAGE
+ NEXT PACKAGE
FRAMES
NO FRAMES
@@ -136,10 +136,6 @@ Package com.omertron.themoviedbapi.model
This allows you to just add the search components you are concerned with
-ExternalIds
-
-
-
Genre
@@ -152,6 +148,10 @@ Package com.omertron.themoviedbapi.model
+KeywordMovie
+
+
+
Language
@@ -160,7 +160,35 @@ Package com.omertron.themoviedbapi.model
-Network
+MovieDb
+Movie Bean
+
+
+MovieDbList
+Wrapper for the MovieDbList function
+
+
+MovieDbListStatus
+
+
+
+MovieList
+
+
+
+Person
+
+
+
+PersonCast
+
+
+
+PersonCredit
+
+
+
+PersonCrew
@@ -184,10 +212,6 @@ Package com.omertron.themoviedbapi.model
-StatusCodeList
-
-
-
TmdbConfiguration
@@ -222,8 +246,8 @@ Package com.omertron.themoviedbapi.model
ArtworkType enum List of the artwork types that are available
-SearchType
-By default, the search type is 'phrase'.
+PersonType
+
@@ -261,8 +285,8 @@ Package com.omertron.themoviedbapi.model
- PREV PACKAGE
- NEXT PACKAGE
+ PREV PACKAGE
+ NEXT PACKAGE
FRAMES
NO FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/package-tree.html
index c11537a36..b0dbb326e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT API)
@@ -56,8 +56,8 @@ function windowTitle()
- PREV
- NEXT
+ PREV
+ NEXT
FRAMES
NO FRAMES
@@ -95,11 +95,11 @@ Class Hierarchy
java.lang.Object
- com.omertron.themoviedbapi.model.AbstractJsonMapping (implements java.io.Serializable)
-- com.omertron.themoviedbapi.model.Account
- com.omertron.themoviedbapi.model.Artwork
- com.omertron.themoviedbapi.model.ChangedItem
- com.omertron.themoviedbapi.model.ChangedMovie
- com.omertron.themoviedbapi.model.Collection
- com.omertron.themoviedbapi.model.CollectionInfo
- com.omertron.themoviedbapi.model.Company
- com.omertron.themoviedbapi.model.Genre
- com.omertron.themoviedbapi.model.Keyword
- com.omertron.themoviedbapi.model.Language
- com.omertron.themoviedbapi.model.ListItemStatus
- com.omertron.themoviedbapi.model.Network
- com.omertron.themoviedbapi.model.ProductionCompany
- com.omertron.themoviedbapi.model.ProductionCountry
- com.omertron.themoviedbapi.model.ReleaseInfo
- com.omertron.themoviedbapi.model.Reviews
- com.omertron.themoviedbapi.model.StatusCode
-- com.omertron.themoviedbapi.model.StatusCodeList
+ - com.omertron.themoviedbapi.model.Account
- com.omertron.themoviedbapi.model.Artwork
- com.omertron.themoviedbapi.model.ChangedItem
- com.omertron.themoviedbapi.model.ChangedMovie
- com.omertron.themoviedbapi.model.Collection
- com.omertron.themoviedbapi.model.CollectionInfo
- com.omertron.themoviedbapi.model.Company
- com.omertron.themoviedbapi.model.Genre
- com.omertron.themoviedbapi.model.Keyword
- com.omertron.themoviedbapi.model.KeywordMovie
- com.omertron.themoviedbapi.model.Language
- com.omertron.themoviedbapi.model.ListItemStatus
- com.omertron.themoviedbapi.model.MovieDb
- com.omertron.themoviedbapi.model.MovieDbList
- com.omertron.themoviedbapi.model.MovieList
- com.omertron.themoviedbapi.model.Person
- com.omertron.themoviedbapi.model.PersonCast
- com.omertron.themoviedbapi.model.PersonCredit
- com.omertron.themoviedbapi.model.PersonCrew
- com.omertron.themoviedbapi.model.ProductionCompany
- com.omertron.themoviedbapi.model.ProductionCountry
- com.omertron.themoviedbapi.model.ReleaseInfo
- com.omertron.themoviedbapi.model.Reviews
- com.omertron.themoviedbapi.model.StatusCode
+- com.omertron.themoviedbapi.model.MovieDbListStatus
- com.omertron.themoviedbapi.model.TmdbConfiguration
- com.omertron.themoviedbapi.model.TokenAuthorisation
- com.omertron.themoviedbapi.model.TokenSession
- com.omertron.themoviedbapi.model.Trailer
- com.omertron.themoviedbapi.model.Translation
- com.omertron.themoviedbapi.model.AlternativeTitle (implements java.io.Serializable)
-
- com.omertron.themoviedbapi.model.ChangeKeyItem
- com.omertron.themoviedbapi.model.Discover
- com.omertron.themoviedbapi.model.ExternalIds
- com.omertron.themoviedbapi.model.JobDepartment
+ com.omertron.themoviedbapi.model.ChangeKeyItem com.omertron.themoviedbapi.model.Discover com.omertron.themoviedbapi.model.JobDepartment
Enum Hierarchy
@@ -108,7 +108,7 @@ Enum Hierarchy
java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-- com.omertron.themoviedbapi.model.ArtworkType
- com.omertron.themoviedbapi.model.SearchType
+ - com.omertron.themoviedbapi.model.PersonType
- com.omertron.themoviedbapi.model.ArtworkType
@@ -141,8 +141,8 @@ Enum Hierarchy
- PREV
- NEXT
+ PREV
+ NEXT
FRAMES
NO FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-use.html b/apidocs/com/omertron/themoviedbapi/model/package-use.html
index 3f94cc352..d52a38c41 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 3.8-SNAPSHOT API)
@@ -95,41 +95,13 @@ Packages that use
-com.omertron.themoviedbapi.methods
-
-
-
com.omertron.themoviedbapi.model
-com.omertron.themoviedbapi.model.movie
-
-
-
-com.omertron.themoviedbapi.model.person
-
-
-
-com.omertron.themoviedbapi.model.tv
-
-
-
com.omertron.themoviedbapi.wrapper
-
-com.omertron.themoviedbapi.wrapper.movie
-
-
-
-com.omertron.themoviedbapi.wrapper.person
-
-
-
-com.omertron.themoviedbapi.wrapper.tv
-
-
@@ -196,12 +168,6 @@ Classes in
-
ExternalIds
-
-
-
-
-
Genre
@@ -216,6 +182,42 @@ Classes in
Keyword
+
+
+
+
+KeywordMovie
+
+
+
+
+
+MovieDb
+
+
+ Movie Bean
+
+
+MovieDbList
+
+
+ Wrapper for the MovieDbList function
+
+
+MovieList
+
+
+
+
+
+Person
+
+
+
+
+
+PersonCredit
+
@@ -232,12 +234,6 @@ Classes in
-SearchType
-
-
- By default, the search type is 'phrase'.
-
-
StatusCode
@@ -276,33 +272,6 @@ Classes in
-
-
-
-Classes in com.omertron.themoviedbapi.model used by com.omertron.themoviedbapi.methods
-
-
-Artwork
-
-
- The artwork type information
-
-
-ExternalIds
-
-
-
-
-
-SearchType
-
-
- By default, the search type is 'phrase'.
-
-
-
-
@@ -316,6 +285,18 @@ Classes in
+AlternativeTitle
+
+
+
+
+
+Artwork
+
+
+ The artwork type information
+
+
ArtworkType
@@ -348,10 +329,76 @@ Classes in
- SearchType
+ Genre
- By default, the search type is 'phrase'.
+
+
+
+Keyword
+
+
+
+
+
+Language
+
+
+
+
+
+MovieDb
+
+
+ Movie Bean
+
+
+MovieList
+
+
+
+
+
+PersonCast
+
+
+
+
+
+PersonCrew
+
+
+
+
+
+PersonType
+
+
+
+
+
+ProductionCompany
+
+
+
+
+
+ProductionCountry
+
+
+
+
+
+ReleaseInfo
+
+
+
+
+
+Reviews
+
+
+
StatusCode
@@ -365,131 +412,14 @@ Classes in
-
-
-
-Classes in com.omertron.themoviedbapi.model used by com.omertron.themoviedbapi.model.movie
-
-AbstractJsonMapping
+ Trailer
-AlternativeTitle
-
-
-
-
-
-Artwork
-
-
- The artwork type information
-
-
-Collection
-
-
-
-
-
-Genre
-
-
-
-
-
-Keyword
-
-
-
-
-
-Language
-
-
-
-
-
-ProductionCompany
-
-
-
-
-
-ProductionCountry
-
-
-
-
-
-ReleaseInfo
-
-
-
-
-
-Reviews
-
-
-
-
-
-Trailer
-
-
-
-
-
-Translation
-
-
-
-
-
-
-
-
-
-Classes in com.omertron.themoviedbapi.model used by com.omertron.themoviedbapi.model.person
-
-
-AbstractJsonMapping
-
-
-
-
-
-
-
-
-
-Classes in com.omertron.themoviedbapi.model used by com.omertron.themoviedbapi.model.tv
-
-
-AbstractJsonMapping
-
-
-
-
-
-Genre
-
-
-
-
-
-Network
+ Translation
@@ -504,12 +434,6 @@ Classes in com.omertron.themoviedbapi.model used by com.omertron.themoviedbapi.wrapper
-AbstractJsonMapping
-
-
-
-
-
AlternativeTitle
@@ -528,6 +452,12 @@ Classes in
+ ChangedMovie
+
+
+
+
+
ChangeKeyItem
@@ -560,6 +490,60 @@ Classes in
Keyword
+
+
+
+
+KeywordMovie
+
+
+
+
+
+MovieDb
+
+
+ Movie Bean
+
+
+MovieDbList
+
+
+ Wrapper for the MovieDbList function
+
+
+MovieList
+
+
+
+
+
+Person
+
+
+
+
+
+PersonCast
+
+
+
+
+
+PersonCredit
+
+
+
+
+
+PersonCrew
+
+
+
+
+
+PersonType
+
@@ -590,57 +574,6 @@ Classes in
Translation
-
-
-
-
-
-
-
-
-Classes in com.omertron.themoviedbapi.model used by com.omertron.themoviedbapi.wrapper.movie
-
-
-AbstractJsonMapping
-
-
-
-
-
-ChangedMovie
-
-
-
-
-
-
-
-
-
-Classes in com.omertron.themoviedbapi.model used by com.omertron.themoviedbapi.wrapper.person
-
-
-AbstractJsonMapping
-
-
-
-
-
-
-
-
-
-Classes in com.omertron.themoviedbapi.model used by com.omertron.themoviedbapi.wrapper.tv
-
-
-AbstractJsonMapping
-
diff --git a/apidocs/com/omertron/themoviedbapi/package-frame.html b/apidocs/com/omertron/themoviedbapi/package-frame.html
index 5ca47a6f7..7a2263639 100644
--- a/apidocs/com/omertron/themoviedbapi/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html
index 043d90095..36af1985b 100644
--- a/apidocs/com/omertron/themoviedbapi/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi (API-The MovieDB 3.8-SNAPSHOT API)
@@ -57,7 +57,7 @@ function windowTitle()
PREV PACKAGE
- NEXT PACKAGE
+ NEXT PACKAGE
FRAMES
NO FRAMES
@@ -158,7 +158,7 @@ Package com.omertron.themoviedbapi
PREV PACKAGE
- NEXT PACKAGE
+ NEXT PACKAGE
FRAMES
NO FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/package-tree.html b/apidocs/com/omertron/themoviedbapi/package-tree.html
index cbca1cf87..4feff5063 100644
--- a/apidocs/com/omertron/themoviedbapi/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT API)
@@ -57,7 +57,7 @@ function windowTitle()
PREV
- NEXT
+ NEXT
FRAMES
NO FRAMES
@@ -141,7 +141,7 @@ Enum Hierarchy
PREV
- NEXT
+ NEXT
FRAMES
NO FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/package-use.html b/apidocs/com/omertron/themoviedbapi/package-use.html
index 0508335b1..4d64b34c5 100644
--- a/apidocs/com/omertron/themoviedbapi/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.8-SNAPSHOT API)
@@ -95,10 +95,6 @@ Packages that use
-com.omertron.themoviedbapi.methods
-
-
-
com.omertron.themoviedbapi.tools
@@ -120,21 +116,6 @@ Classes in co
MovieDbException.MovieDbExceptionType
-
-
-
-
-
-
-
-
-Classes in com.omertron.themoviedbapi used by com.omertron.themoviedbapi.methods
-
-
-MovieDbException
-
diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResults.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResults.html
index 7b2771368..f65b7f482 100644
--- a/apidocs/com/omertron/themoviedbapi/results/TmdbResults.html
+++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResults.html
@@ -2,7 +2,7 @@
-
+
TmdbResults (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html
index 473021d5c..8e49f19d8 100644
--- a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html
+++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html
@@ -2,7 +2,7 @@
-
+
TmdbResultsList (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html
index cc095f450..a67d5d1f0 100644
--- a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html
+++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html
@@ -2,7 +2,7 @@
-
+
TmdbResultsMap (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResults.html b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResults.html
index 3c1399660..2e404a780 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResults.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResults.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.TmdbResults (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html
index 9eb13a2f9..347936002 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.TmdbResultsList (API-The MovieDB 3.8-SNAPSHOT API)
@@ -94,10 +94,6 @@ Packages that use com.omertron.themoviedbapi
-
-com.omertron.themoviedbapi.methods
-
-
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getCompanyMovies(int companyId,
String language,
int page)
@@ -136,7 +132,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getDiscover(Discover discover)
@@ -144,7 +140,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getDiscover(int page,
String language,
String sortBy,
@@ -173,7 +169,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getGenreMovies(int genreId,
String language,
int page,
@@ -192,7 +188,7 @@ Uses of
- TmdbResultsList<MovieDbBasic>
+ TmdbResultsList<KeywordMovie>
TheMovieDbApi.getKeywordMovies(String keywordId,
String language,
int page)
@@ -212,7 +208,7 @@ Uses of
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
TheMovieDbApi.getMovieCasts(int movieId,
String... appendToResponse)
@@ -250,7 +246,7 @@ Uses of
- TmdbResultsList<MovieList>
+ TmdbResultsList<MovieList>
TheMovieDbApi.getMovieLists(int movieId,
String language,
int page,
@@ -290,7 +286,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getNowPlayingMovies(String language,
int page)
@@ -299,7 +295,7 @@ Uses of
- TmdbResultsList<PersonCredit>
+ TmdbResultsList<PersonCredit>
TheMovieDbApi.getPersonCredits(int personId,
String... appendToResponse)
@@ -316,7 +312,7 @@ Uses of
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
TheMovieDbApi.getPersonPopular()
@@ -324,7 +320,7 @@ Uses of
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
TheMovieDbApi.getPersonPopular(int page)
@@ -332,7 +328,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getPopularMovieList(String language,
int page)
@@ -352,7 +348,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getSimilarMovies(int movieId,
String language,
int page,
@@ -363,7 +359,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getTopRatedMovies(String language,
int page)
@@ -372,47 +368,7 @@ Uses of
- TmdbResultsList<Person>
-TheMovieDbApi.getTvCredits(int id,
- String language,
- String... appendToResponse)
-
-
- Get the cast & crew information about a TV series.
-
-
-
- TmdbResultsList<Person>
-TheMovieDbApi.getTvEpisodeCredits(int id,
- int seasonNumber,
- int episodeNumber,
- String language)
-
-
- Get the TV episode credits by combination of season and episode number.
-
-
-
- TmdbResultsList<Artwork>
-TheMovieDbApi.getTvImages(int id,
- String language)
-
-
- Get the images (posters and backdrops) for a TV series.
-
-
-
- TmdbResultsList<Artwork>
-TheMovieDbApi.getTvSeasonImages(int id,
- int seasonNumber,
- String language)
-
-
- Get the images (posters) that we have stored for a TV season by season number.
-
-
-
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getUpcoming(String language,
int page)
@@ -449,7 +405,7 @@ Uses of
- TmdbResultsList<MovieList>
+ TmdbResultsList<MovieList>
TheMovieDbApi.searchList(String query,
String language,
int page)
@@ -459,7 +415,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.searchMovie(String movieName,
int searchYear,
String language,
@@ -471,7 +427,7 @@ Uses of
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
TheMovieDbApi.searchPeople(String personName,
boolean includeAdult,
int page)
@@ -479,97 +435,6 @@ Uses of
-
- TmdbResultsList<TVSeriesBasic>
-TheMovieDbApi.searchTv(String name,
- int searchYear,
- String language)
-
-
- Search for TV shows by title.
-
-
-
- TmdbResultsList<TVSeriesBasic>
-TheMovieDbApi.searchTv(String name,
- int searchYear,
- String language,
- SearchType searchType,
- int page)
-
-
- Search for TV shows by title.
-
-
-
-
-
-
-Uses of TmdbResultsList in com.omertron.themoviedbapi.methods
-
-
-
-
-
-
-
-Methods in com.omertron.themoviedbapi.methods that return TmdbResultsList
-
-
-
- TmdbResultsList<Person>
-TV.getTvCredits(int id,
- String language,
- String[] appendToResponse)
-
-
- Get the cast & crew information about a TV series.
-
-
-
- TmdbResultsList<Person>
-TV.getTvEpisodeCredits(int id,
- int seasonNumber,
- int episodeNumber,
- String language)
-
-
- Get the TV episode credits by combination of season and episode number.
-
-
-
- TmdbResultsList<Artwork>
-TV.getTvImages(int id,
- String language)
-
-
- Get the images (posters and backdrops) for a TV series.
-
-
-
- TmdbResultsList<Artwork>
-TV.getTvSeasonImages(int id,
- int seasonNumber,
- String language)
-
-
- Get the images (posters) that we have stored for a TV season by season number.
-
-
-
- TmdbResultsList<TVSeriesBasic>
-TV.searchTv(String name,
- int searchYear,
- String language,
- SearchType searchType,
- int page)
-
-
- Search for TV shows by title.
-
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html
index 7fe4eac81..fd8f54b9c 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.TmdbResultsMap (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-frame.html b/apidocs/com/omertron/themoviedbapi/results/package-frame.html
index b0acb9913..69ef5e8f7 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.results (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-summary.html b/apidocs/com/omertron/themoviedbapi/results/package-summary.html
index db0d51eb5..948947f7e 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.results (API-The MovieDB 3.8-SNAPSHOT API)
@@ -56,7 +56,7 @@ function windowTitle()
- PREV PACKAGE
+ PREV PACKAGE
NEXT PACKAGE
FRAMES
@@ -137,7 +137,7 @@ Package com.omertron.themoviedbapi.results
- PREV PACKAGE
+ PREV PACKAGE
NEXT PACKAGE
FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-tree.html b/apidocs/com/omertron/themoviedbapi/results/package-tree.html
index 2d1e132c6..729fc5cdb 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.results Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT API)
@@ -56,7 +56,7 @@ function windowTitle()
- PREV
+ PREV
NEXT
FRAMES
@@ -127,7 +127,7 @@ Class Hierarchy
- PREV
+ PREV
NEXT
FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-use.html b/apidocs/com/omertron/themoviedbapi/results/package-use.html
index 88de279ea..9ec756432 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.results (API-The MovieDB 3.8-SNAPSHOT API)
@@ -95,10 +95,6 @@ Packages that use
-com.omertron.themoviedbapi.methods
-
-
-
com.omertron.themoviedbapi.results
@@ -126,21 +122,6 @@ Classes in
-
-
-
-Classes in com.omertron.themoviedbapi.results used by com.omertron.themoviedbapi.methods
-
-
-TmdbResultsList
-
-
- List of the results from TheMovieDb
-
-
-
-
diff --git a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html
index 2a319bf61..3e9b2f94d 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html
@@ -2,7 +2,7 @@
-
+
ApiUrl (API-The MovieDB 3.8-SNAPSHOT API)
@@ -150,14 +150,6 @@ The API URL that is used to construct the API call
static String
PARAM_END_DATE
-
-
-
-
-
-static String
-PARAM_EPISODE_NUMBER
-
@@ -166,14 +158,6 @@ The API URL that is used to construct the API call
static String
PARAM_FAVORITE
-
-
-
-
-
-static String
-PARAM_FIRST_AIR_DATE_YEAR
-
@@ -222,22 +206,6 @@ The API URL that is used to construct the API call
static String
PARAM_QUERY
-
-
-
-
-
-static String
-PARAM_SEARCH_TYPE
-
-
-
-
-
-
-static String
-PARAM_SEASON_NUMBER
-
@@ -457,26 +425,6 @@ public static final
-PARAM_SEASON_NUMBER
-
-public static final String PARAM_SEASON_NUMBER
-
-
-- See Also:
- Constant Field Values
-
-
-
-
-PARAM_EPISODE_NUMBER
-
-public static final String PARAM_EPISODE_NUMBER
-
-
-- See Also:
- Constant Field Values
-
-
-
PARAM_LANGUAGE
@@ -585,26 +533,6 @@ public static final Constant Field Values
-
-
-
-PARAM_FIRST_AIR_DATE_YEAR
-
-public static final String PARAM_FIRST_AIR_DATE_YEAR
-
-
-- See Also:
- Constant Field Values
-
-
-
-
-PARAM_SEARCH_TYPE
-
-public static final String PARAM_SEARCH_TYPE
-
-
-- See Also:
- Constant Field Values
-
diff --git a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html
index 49e097375..98fa3a438 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html
@@ -2,7 +2,7 @@
-
+
WebBrowser (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html
index 83b90f06b..21c79b0a2 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html
index 8231072db..eabcb0bc8 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.tools.WebBrowser (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html
index 9a414332b..193f7a535 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.tools (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html
index f6d011af6..632c5a3f1 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.tools (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html
index 1c7392c51..fda606106 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-use.html b/apidocs/com/omertron/themoviedbapi/tools/package-use.html
index 72702e2e6..690590b3f 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html
index aee80a3aa..1f485d5b6 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html
@@ -2,7 +2,7 @@
-
+
AbstractWrapper (API-The MovieDB 3.8-SNAPSHOT API)
@@ -94,23 +94,17 @@ com.omertron.themoviedbapi.wrapper
Class AbstractWrapper
java.lang.Object
-
com.omertron.themoviedbapi.model.AbstractJsonMapping
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-- All Implemented Interfaces:
- Serializable
-
-
- Direct Known Subclasses:
- AbstractWrapperId, WrapperConfig, WrapperGenres, WrapperJobList
-public abstract class AbstractWrapper
- extends AbstractJsonMapping
+public abstract class AbstractWrapper
extends Object
-
-- See Also:
- Serialized Form
@@ -157,14 +151,22 @@ Class AbstractWrapper
Get a list of the enums passed
-
-
-
-
-Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+ void
+handleUnknown(String key,
+ Object value)
+
+
+ Handle unknown properties and print a message
-handleUnknown, toString
+
+ String
+toString()
+
+
+
@@ -219,6 +221,34 @@ public <E extends
+handleUnknown
+
+public void handleUnknown(String key,
+ Object value)
+
+- Handle unknown properties and print a message
+
+
+- Parameters:
key - value -
+
+
+
+
+
+toString
+
+public String toString()
+
+
+- Overrides:
toString in class Object
+
+
+
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html
index 1e86f62c0..9a39c5eb2 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html
@@ -2,7 +2,7 @@
-
+
AbstractWrapperAll (API-The MovieDB 3.8-SNAPSHOT API)
@@ -94,16 +94,15 @@ com.omertron.themoviedbapi.wrapper
Class AbstractWrapperAll
java.lang.Object
-
com.omertron.themoviedbapi.model.AbstractJsonMapping
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
-- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
+- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages
-- Direct Known Subclasses:
- WrapperCollection, WrapperCompany, WrapperCompanyMovies, WrapperImages, WrapperKeywordMovies, WrapperKeywords, WrapperMovie, WrapperMovieChanges, WrapperMovieDbList, WrapperMovieList, WrapperPerson, WrapperPersonCredits, WrapperPersonList, WrapperReviews, WrapperTVSeries
+- Direct Known Subclasses:
- WrapperCollection, WrapperCompany, WrapperCompanyMovies, WrapperImages, WrapperKeywordMovies, WrapperKeywords, WrapperMovie, WrapperMovieChanges, WrapperMovieDbList, WrapperMovieList, WrapperPerson, WrapperPersonCredits, WrapperPersonList, WrapperReviews
@@ -118,7 +117,7 @@ Base class for the wrappers
- Author:
- Stuart
-- See Also:
- Serialized Form
+
@@ -227,16 +226,7 @@ Base class for the wrappers
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList
-
-
-
-
-
-Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-
-
-handleUnknown, toString
+getTypeList, handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html
index cf8e7774a..5c1910da0 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html
@@ -2,7 +2,7 @@
-
+
AbstractWrapperId (API-The MovieDB 3.8-SNAPSHOT API)
@@ -94,15 +94,14 @@ com.omertron.themoviedbapi.wrapper
Class AbstractWrapperId
java.lang.Object
-
com.omertron.themoviedbapi.model.AbstractJsonMapping
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-- All Implemented Interfaces:
- IWrapperId, Serializable
+- All Implemented Interfaces:
- IWrapperId
-- Direct Known Subclasses:
- AbstractWrapperAll, WrapperAlternativeTitles, WrapperCasts, WrapperReleaseInfo, WrapperTrailers, WrapperTranslations
+- Direct Known Subclasses:
- AbstractWrapperAll, WrapperAlternativeTitles, WrapperMovieCasts, WrapperMovieKeywords, WrapperReleaseInfo, WrapperTrailers, WrapperTranslations
@@ -117,7 +116,7 @@ Base class for the wrappers
- Author:
- Stuart
-- See Also:
- Serialized Form
+
@@ -169,16 +168,7 @@ Base class for the wrappers
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList
-
-
-
-
-
-Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-
-
-handleUnknown, toString
+getTypeList, handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html
index c088a70e2..17d5cae6d 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html
@@ -2,7 +2,7 @@
-
+
IWrapperDates (API-The MovieDB 3.8-SNAPSHOT API)
@@ -93,7 +93,7 @@ com.omertron.themoviedbapi.wrapper
Interface IWrapperDates
-- All Known Implementing Classes:
- AbstractWrapperAll, WrapperCollection, WrapperCompany, WrapperCompanyMovies, WrapperImages, WrapperKeywordMovies, WrapperKeywords, WrapperMovie, WrapperMovieChanges, WrapperMovieDbList, WrapperMovieList, WrapperPerson, WrapperPersonCredits, WrapperPersonList, WrapperReviews, WrapperTVSeries
+- All Known Implementing Classes:
- AbstractWrapperAll, WrapperCollection, WrapperCompany, WrapperCompanyMovies, WrapperImages, WrapperKeywordMovies, WrapperKeywords, WrapperMovie, WrapperMovieChanges, WrapperMovieDbList, WrapperMovieList, WrapperPerson, WrapperPersonCredits, WrapperPersonList, WrapperReviews
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html
index bbd352e6b..7a04cb0f3 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html
@@ -2,7 +2,7 @@
-
+
IWrapperId (API-The MovieDB 3.8-SNAPSHOT API)
@@ -93,7 +93,7 @@ com.omertron.themoviedbapi.wrapper
Interface IWrapperId
-- All Known Implementing Classes:
- AbstractWrapperAll, AbstractWrapperId, WrapperAlternativeTitles, WrapperCasts, WrapperCollection, WrapperCompany, WrapperCompanyMovies, WrapperImages, WrapperKeywordMovies, WrapperKeywords, WrapperMovie, WrapperMovieChanges, WrapperMovieDbList, WrapperMovieList, WrapperPerson, WrapperPersonCredits, WrapperPersonList, WrapperReleaseInfo, WrapperReviews, WrapperTrailers, WrapperTranslations, WrapperTVSeries
+- All Known Implementing Classes:
- AbstractWrapperAll, AbstractWrapperId, WrapperAlternativeTitles, WrapperCollection, WrapperCompany, WrapperCompanyMovies, WrapperImages, WrapperKeywordMovies, WrapperKeywords, WrapperMovie, WrapperMovieCasts, WrapperMovieChanges, WrapperMovieDbList, WrapperMovieKeywords, WrapperMovieList, WrapperPerson, WrapperPersonCredits, WrapperPersonList, WrapperReleaseInfo, WrapperReviews, WrapperTrailers, WrapperTranslations
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html
index 07b30d859..9a0173075 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html
@@ -2,7 +2,7 @@
-
+
IWrapperPages (API-The MovieDB 3.8-SNAPSHOT API)
@@ -93,7 +93,7 @@ com.omertron.themoviedbapi.wrapper
Interface IWrapperPages
-- All Known Implementing Classes:
- AbstractWrapperAll, WrapperCollection, WrapperCompany, WrapperCompanyMovies, WrapperImages, WrapperKeywordMovies, WrapperKeywords, WrapperMovie, WrapperMovieChanges, WrapperMovieDbList, WrapperMovieList, WrapperPerson, WrapperPersonCredits, WrapperPersonList, WrapperReviews, WrapperTVSeries
+- All Known Implementing Classes:
- AbstractWrapperAll, WrapperCollection, WrapperCompany, WrapperCompanyMovies, WrapperImages, WrapperKeywordMovies, WrapperKeywords, WrapperMovie, WrapperMovieChanges, WrapperMovieDbList, WrapperMovieList, WrapperPerson, WrapperPersonCredits, WrapperPersonList, WrapperReviews
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html
index b4bde4315..63ba87443 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html
@@ -2,7 +2,7 @@
-
+
ResultDates (API-The MovieDB 3.8-SNAPSHOT API)
@@ -94,15 +94,14 @@ com.omertron.themoviedbapi.wrapper
Class ResultDates
java.lang.Object
-
com.omertron.themoviedbapi.model.AbstractJsonMapping
-
com.omertron.themoviedbapi.wrapper.ResultDates
+
com.omertron.themoviedbapi.wrapper.ResultDates
- All Implemented Interfaces:
- Serializable
-public class ResultDates
- extends AbstractJsonMapping
- implements Serializable
+public class ResultDates
- extends Object
- implements Serializable
@@ -157,6 +156,15 @@ Class ResultDates
void
+handleUnknown(String key,
+ Object value)
+
+
+ Handle unknown properties and print a message
+
+
+
+ void
setMaximum(String maximum)
@@ -170,14 +178,13 @@ Class ResultDates
-
-
-
-
-Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-
-handleUnknown, toString
+
+ String
+toString()
+
+
+
@@ -273,6 +280,37 @@ public void setMaximum(
+handleUnknown
+
+public void handleUnknown(String key,
+ Object value)
+
+- Handle unknown properties and print a message
+
+
+
+
+
+- Parameters:
key - value -
+
+
+
+
+
+toString
+
+public String toString()
+
+
+- Overrides:
toString in class Object
+
+
+
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html
index 308d37566..ff7070a9e 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html
@@ -2,7 +2,7 @@
-
+
WrapperAlternativeTitles (API-The MovieDB 3.8-SNAPSHOT API)
@@ -94,10 +94,9 @@ com.omertron.themoviedbapi.wrapper
Class WrapperAlternativeTitles
java.lang.Object
-
com.omertron.themoviedbapi.model.AbstractJsonMapping
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
- All Implemented Interfaces:
- IWrapperId, Serializable
@@ -172,16 +171,7 @@ Class WrapperAlternativeTitles
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList
-
-
-
-
-
-Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-
-
-handleUnknown, toString
+getTypeList, handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html
index bcd2e1b16..c20e18a6a 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html
@@ -2,7 +2,7 @@
-
+
WrapperChanges (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html
index bbce64097..31e32782b 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html
@@ -2,7 +2,7 @@
-
+
WrapperCollection (API-The MovieDB 3.8-SNAPSHOT API)
@@ -94,14 +94,13 @@ com.omertron.themoviedbapi.wrapper
Class WrapperCollection
java.lang.Object
-
com.omertron.themoviedbapi.model.AbstractJsonMapping
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
-
com.omertron.themoviedbapi.wrapper.WrapperCollection
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
+
com.omertron.themoviedbapi.wrapper.WrapperCollection
-- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
+- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages
@@ -112,7 +111,7 @@ Class WrapperCollection
- Author:
- stuart.boston
-- See Also:
- Serialized Form
+
@@ -182,16 +181,7 @@ Class WrapperCollection
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList
-
-
-
-
-
-Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-
-
-handleUnknown, toString
+getTypeList, handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html
index 3f6d22cd3..35092c8e8 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html
@@ -2,7 +2,7 @@
-
+
WrapperCompany (API-The MovieDB 3.8-SNAPSHOT API)
@@ -94,14 +94,13 @@ com.omertron.themoviedbapi.wrapper
Class WrapperCompany
java.lang.Object
-
com.omertron.themoviedbapi.model.AbstractJsonMapping
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
-
com.omertron.themoviedbapi.wrapper.WrapperCompany
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
+
com.omertron.themoviedbapi.wrapper.WrapperCompany
-- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
+- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages
@@ -112,7 +111,7 @@ Class WrapperCompany
- Author:
- stuart.boston
-- See Also:
- Serialized Form
+
@@ -182,16 +181,7 @@ Class WrapperCompany
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList
-
-
-
-
-
-Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-
-
-handleUnknown, toString
+getTypeList, handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html
index a873c095e..72287f461 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html
@@ -2,7 +2,7 @@
-
+
WrapperCompanyMovies (API-The MovieDB 3.8-SNAPSHOT API)
@@ -94,14 +94,13 @@ com.omertron.themoviedbapi.wrapper
Class WrapperCompanyMovies
java.lang.Object
-
com.omertron.themoviedbapi.model.AbstractJsonMapping
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
-
com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
+
com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies
-- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
+- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages
@@ -112,7 +111,7 @@ Class WrapperCompanyMovies
- Author:
- stuart.boston
-- See Also:
- Serialized Form
+
@@ -143,7 +142,7 @@ Class WrapperCompanyMovies
- List<MovieDb>
+ List<MovieDb>
getResults()
@@ -152,7 +151,7 @@ Class WrapperCompanyMovies
void
-setResults(List<MovieDb> results)
+setResults(List<MovieDb> results)
@@ -182,16 +181,7 @@ Class WrapperCompanyMovies
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList
-
-
-
-
-
-Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-
-
-handleUnknown, toString
+getTypeList, handleUnknown, toString
@@ -245,7 +235,7 @@ public WrapperCompanyMovies()
getResults
-public List<MovieDb> getResults()
+public List<MovieDb> getResults()
@@ -256,7 +246,7 @@ public
setResults
-public void setResults(List<MovieDb> results)
+public void setResults(List<MovieDb> results)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html
index 937a8f23f..cfbda5c27 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html
@@ -2,7 +2,7 @@
-
+
WrapperConfig (API-The MovieDB 3.8-SNAPSHOT API)
@@ -94,13 +94,9 @@ com.omertron.themoviedbapi.wrapper
Class WrapperConfig
java.lang.Object
-
com.omertron.themoviedbapi.model.AbstractJsonMapping
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.WrapperConfig
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.WrapperConfig
-
-- All Implemented Interfaces:
- Serializable
-
public class WrapperConfig
- extends AbstractWrapper
@@ -110,7 +106,7 @@ Class WrapperConfig
- Author:
- Stuart
-- See Also:
- Serialized Form
+
@@ -178,16 +174,7 @@ Class WrapperConfig
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList
-
-
-
-
-
-Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-
-
-handleUnknown, toString
+getTypeList, handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html
index f745ac2dd..f6555e9c6 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html
@@ -2,7 +2,7 @@
-
+
WrapperGenres (API-The MovieDB 3.8-SNAPSHOT API)
@@ -94,13 +94,9 @@ com.omertron.themoviedbapi.wrapper
Class WrapperGenres
java.lang.Object
-
com.omertron.themoviedbapi.model.AbstractJsonMapping
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.WrapperGenres
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.WrapperGenres
-
-- All Implemented Interfaces:
- Serializable
-
public class WrapperGenres
- extends AbstractWrapper
@@ -114,7 +110,7 @@ Wrapper class for the Genres searches
- Author:
- Stuart
-- See Also:
- Serialized Form
+
@@ -166,16 +162,7 @@ Wrapper class for the Genres searches
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList
-
-
-
-
-
-Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-
-
-handleUnknown, toString
+getTypeList, handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html
index 24fc4104b..00ecb611a 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html
@@ -2,7 +2,7 @@
-
+
WrapperImages (API-The MovieDB 3.8-SNAPSHOT API)
@@ -94,11 +94,10 @@ com.omertron.themoviedbapi.wrapper
Class WrapperImages
java.lang.Object
-
com.omertron.themoviedbapi.model.AbstractJsonMapping
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
-
com.omertron.themoviedbapi.wrapper.WrapperImages
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
+
com.omertron.themoviedbapi.wrapper.WrapperImages
- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
@@ -222,16 +221,7 @@ Class WrapperImages
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList
-
-
-
-
-
-Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-
-
-handleUnknown, toString
+getTypeList, handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html
index 9826c61f1..f23948851 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html
@@ -2,7 +2,7 @@
-
+
WrapperJobList (API-The MovieDB 3.8-SNAPSHOT API)
@@ -94,13 +94,9 @@ com.omertron.themoviedbapi.wrapper
Class WrapperJobList
java.lang.Object
-
com.omertron.themoviedbapi.model.AbstractJsonMapping
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.WrapperJobList
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.WrapperJobList
-
-- All Implemented Interfaces:
- Serializable
-
public class WrapperJobList
- extends AbstractWrapper
@@ -110,7 +106,7 @@ Class WrapperJobList
- Author:
- Stuart
-- See Also:
- Serialized Form
+
@@ -162,16 +158,7 @@ Class WrapperJobList
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList
-
-
-
-
-
-Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-
-
-handleUnknown, toString
+getTypeList, handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html
index a87e06da2..7b7a5b6dc 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html
@@ -2,7 +2,7 @@
-
+
WrapperKeywordMovies (API-The MovieDB 3.8-SNAPSHOT API)
@@ -94,14 +94,13 @@ com.omertron.themoviedbapi.wrapper
Class WrapperKeywordMovies
java.lang.Object
-
com.omertron.themoviedbapi.model.AbstractJsonMapping
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
-
com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
+
com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies
-- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
+- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages
@@ -112,7 +111,7 @@ Class WrapperKeywordMovies
- Author:
- stuart.boston
-- See Also:
- Serialized Form
+
@@ -143,7 +142,7 @@ Class WrapperKeywordMovies
- List<MovieDbBasic>
+ List<KeywordMovie>
getResults()
@@ -152,7 +151,7 @@ Class WrapperKeywordMovies
void
-setResults(List<MovieDbBasic> results)
+setResults(List<KeywordMovie> results)
@@ -182,16 +181,7 @@ Class WrapperKeywordMovies
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList
-
-
-
-
-
-Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-
-
-handleUnknown, toString
+getTypeList, handleUnknown, toString
@@ -245,7 +235,7 @@ public WrapperKeywordMovies()
getResults
-public List<MovieDbBasic> getResults()
+public List<KeywordMovie> getResults()
@@ -256,7 +246,7 @@ public
setResults
-public void setResults(List<MovieDbBasic> results)
+public void setResults(List<KeywordMovie> results)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html
index a71e3f1a3..858cfb04a 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html
@@ -2,7 +2,7 @@
-
+
WrapperKeywords (API-The MovieDB 3.8-SNAPSHOT API)
@@ -57,7 +57,7 @@ function windowTitle()
PREV CLASS
- NEXT CLASS
+ NEXT CLASS
FRAMES
NO FRAMES
@@ -94,25 +94,24 @@ com.omertron.themoviedbapi.wrapper
Class WrapperKeywords
java.lang.Object
-
com.omertron.themoviedbapi.model.AbstractJsonMapping
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
-
com.omertron.themoviedbapi.wrapper.WrapperKeywords
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
+
com.omertron.themoviedbapi.wrapper.WrapperKeywords
-- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
+- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages
-public class WrapperKeywords
- extends AbstractWrapperAll
- implements Serializable
+public class WrapperKeywords
- extends AbstractWrapperAll
- Author:
- stuart.boston
-- See Also:
- Serialized Form
+
@@ -182,16 +181,7 @@ Class WrapperKeywords
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList
-
-
-
-
-
-Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-
-
-handleUnknown, toString
+getTypeList, handleUnknown, toString
@@ -250,9 +240,6 @@ public
-
-
-
@@ -300,7 +284,7 @@ public void setResults(
PREV CLASS
- NEXT CLASS
+ NEXT CLASS
FRAMES
NO FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html
index a26fae2f7..e6b63ef12 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html
@@ -2,7 +2,7 @@
-
+
WrapperMovie (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html
index 1462fdd21..d45ef8387 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html
@@ -2,7 +2,7 @@
-
+
WrapperMovieCasts (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html
index 956e16690..d9df6b2dd 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html
@@ -2,7 +2,7 @@
-
+
WrapperMovieChanges (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html
index 0a57f378a..ec5914143 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html
@@ -2,7 +2,7 @@
-
+
WrapperMovieDbList (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html
index 73a7a4403..55934b31b 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html
@@ -2,7 +2,7 @@
-
+
WrapperMovieKeywords (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html
index 45d50a5ec..774d65d21 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html
@@ -2,7 +2,7 @@
-
+
WrapperMovieList (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html
index ddf673cfe..b5964b381 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html
@@ -2,7 +2,7 @@
-
+
WrapperPerson (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html
index 5570b3929..7873009f7 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html
@@ -2,7 +2,7 @@
-
+
WrapperPersonCredits (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html
index bcc4dc711..ecfbadc8b 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html
@@ -2,7 +2,7 @@
-
+
WrapperPersonList (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html
index 313a4877c..0ae8e4722 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html
@@ -2,7 +2,7 @@
-
+
WrapperReleaseInfo (API-The MovieDB 3.8-SNAPSHOT API)
@@ -56,7 +56,7 @@ function windowTitle()
- PREV CLASS
+ PREV CLASS
NEXT CLASS
FRAMES
@@ -94,10 +94,9 @@ com.omertron.themoviedbapi.wrapper
Class WrapperReleaseInfo
java.lang.Object
-
com.omertron.themoviedbapi.model.AbstractJsonMapping
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo
- All Implemented Interfaces:
- IWrapperId, Serializable
@@ -172,16 +171,7 @@ Class WrapperReleaseInfo
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList
-
-
-
-
-
-Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-
-
-handleUnknown, toString
+getTypeList, handleUnknown, toString
@@ -280,7 +270,7 @@ public void setCountries(
- PREV CLASS
+ PREV CLASS
NEXT CLASS
FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html
index b5a734cd7..5828e7790 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html
@@ -2,7 +2,7 @@
-
+
WrapperReviews (API-The MovieDB 3.8-SNAPSHOT API)
@@ -94,11 +94,10 @@ com.omertron.themoviedbapi.wrapper
Class WrapperReviews
java.lang.Object
-
com.omertron.themoviedbapi.model.AbstractJsonMapping
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
-
com.omertron.themoviedbapi.wrapper.WrapperReviews
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
+
com.omertron.themoviedbapi.wrapper.WrapperReviews
- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
@@ -182,16 +181,7 @@ Class WrapperReviews
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList
-
-
-
-
-
-Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-
-
-handleUnknown, toString
+getTypeList, handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html
index 4182b7496..e68050eb5 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html
@@ -2,7 +2,7 @@
-
+
WrapperTrailers (API-The MovieDB 3.8-SNAPSHOT API)
@@ -94,10 +94,9 @@ com.omertron.themoviedbapi.wrapper
Class WrapperTrailers
java.lang.Object
-
com.omertron.themoviedbapi.model.AbstractJsonMapping
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.WrapperTrailers
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
com.omertron.themoviedbapi.wrapper.WrapperTrailers
- All Implemented Interfaces:
- IWrapperId, Serializable
@@ -196,16 +195,7 @@ Class WrapperTrailers
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList
-
-
-
-
-
-Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-
-
-handleUnknown, toString
+getTypeList, handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html
index a745fcb78..539f04a84 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html
@@ -2,7 +2,7 @@
-
+
WrapperTranslations (API-The MovieDB 3.8-SNAPSHOT API)
@@ -94,10 +94,9 @@ com.omertron.themoviedbapi.wrapper
Class WrapperTranslations
java.lang.Object
-
com.omertron.themoviedbapi.model.AbstractJsonMapping
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.WrapperTranslations
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
com.omertron.themoviedbapi.wrapper.WrapperTranslations
- All Implemented Interfaces:
- IWrapperId, Serializable
@@ -172,16 +171,7 @@ Class WrapperTranslations
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList
-
-
-
-
-
-Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-
-
-handleUnknown, toString
+getTypeList, handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html
index 03d9a9d3a..857d04e67 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapper (API-The MovieDB 3.8-SNAPSHOT API)
@@ -98,18 +98,6 @@ Packages that use com.omertron.themoviedbapi.wrapper
-
-com.omertron.themoviedbapi.wrapper.movie
-
-
-
-com.omertron.themoviedbapi.wrapper.person
-
-
-
-com.omertron.themoviedbapi.wrapper.tv
-
-
@@ -245,6 +233,78 @@ Uses of WrapperKeywords
+
+
+
+
+
+ class
+WrapperMovie
+
+
+
+
+
+
+ class
+WrapperMovieCasts
+
+
+
+
+
+
+ class
+WrapperMovieChanges
+
+
+
+
+
+
+ class
+WrapperMovieDbList
+
+
+
+
+
+
+ class
+WrapperMovieKeywords
+
+
+
+
+
+
+ class
+WrapperMovieList
+
+
+
+
+
+
+ class
+WrapperPerson
+
+
+
+
+
+
+ class
+WrapperPersonCredits
+
+
+
+
+
+
+ class
+WrapperPersonList
+
@@ -277,129 +337,6 @@ Uses of WrapperTranslations
-
-
-
-
-
-
-
-
-Uses of AbstractWrapper in com.omertron.themoviedbapi.wrapper.movie
-
-
-
-
-
-
-
-Subclasses of AbstractWrapper in com.omertron.themoviedbapi.wrapper.movie
-
-
-
- class
-WrapperMovie
-
-
-
-
-
-
- class
-WrapperMovieChanges
-
-
-
-
-
-
- class
-WrapperMovieDbList
-
-
-
-
-
-
- class
-WrapperMovieList
-
-
-
-
-
-
-
-
-
-Uses of AbstractWrapper in com.omertron.themoviedbapi.wrapper.person
-
-
-
-
-
-
-
-Subclasses of AbstractWrapper in com.omertron.themoviedbapi.wrapper.person
-
-
-
- class
-WrapperCasts
-
-
-
-
-
-
- class
-WrapperPerson
-
-
-
-
-
-
- class
-WrapperPersonCredits
-
-
-
-
-
-
- class
-WrapperPersonList
-
-
-
-
-
-
-
-
-
-Uses of AbstractWrapper in com.omertron.themoviedbapi.wrapper.tv
-
-
-
-
-
-
-
-Subclasses of AbstractWrapper in com.omertron.themoviedbapi.wrapper.tv
-
-
-
- class
-WrapperTVSeries
-
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html
index 4f992f1da..67c47070c 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll (API-The MovieDB 3.8-SNAPSHOT API)
@@ -98,18 +98,6 @@ Packages that use com.omertron.themoviedbapi.wrapper
-
-com.omertron.themoviedbapi.wrapper.movie
-
-
-
-com.omertron.themoviedbapi.wrapper.person
-
-
-
-com.omertron.themoviedbapi.wrapper.tv
-
-
@@ -197,6 +185,62 @@ Uses of WrapperKeywords
+
+
+
+
+
+ class
+WrapperMovie
+
+
+
+
+
+
+ class
+WrapperMovieChanges
+
+
+
+
+
+
+ class
+WrapperMovieDbList
+
+
+
+
+
+
+ class
+WrapperMovieList
+
+
+
+
+
+
+ class
+WrapperPerson
+
+
+
+
+
+
+ class
+WrapperPersonCredits
+
+
+
+
+
+
+ class
+WrapperPersonList
+
@@ -205,121 +249,6 @@ Uses of WrapperReviews
-
-
-
-
-
-
-
-
-Uses of AbstractWrapperAll in com.omertron.themoviedbapi.wrapper.movie
-
-
-
-
-
-
-
-Subclasses of AbstractWrapperAll in com.omertron.themoviedbapi.wrapper.movie
-
-
-
- class
-WrapperMovie
-
-
-
-
-
-
- class
-WrapperMovieChanges
-
-
-
-
-
-
- class
-WrapperMovieDbList
-
-
-
-
-
-
- class
-WrapperMovieList
-
-
-
-
-
-
-
-
-
-Uses of AbstractWrapperAll in com.omertron.themoviedbapi.wrapper.person
-
-
-
-
-
-
-
-Subclasses of AbstractWrapperAll in com.omertron.themoviedbapi.wrapper.person
-
-
-
- class
-WrapperPerson
-
-
-
-
-
-
- class
-WrapperPersonCredits
-
-
-
-
-
-
- class
-WrapperPersonList
-
-
-
-
-
-
-
-
-
-Uses of AbstractWrapperAll in com.omertron.themoviedbapi.wrapper.tv
-
-
-
-
-
-
-
-Subclasses of AbstractWrapperAll in com.omertron.themoviedbapi.wrapper.tv
-
-
-
- class
-WrapperTVSeries
-
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html
index ce013d1e7..01065e41d 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperId (API-The MovieDB 3.8-SNAPSHOT API)
@@ -98,18 +98,6 @@ Packages that use com.omertron.themoviedbapi.wrapper
-
-com.omertron.themoviedbapi.wrapper.movie
-
-
-
-com.omertron.themoviedbapi.wrapper.person
-
-
-
-com.omertron.themoviedbapi.wrapper.tv
-
-
@@ -213,6 +201,78 @@ Uses of WrapperKeywords
+
+
+
+
+
+ class
+WrapperMovie
+
+
+
+
+
+
+ class
+WrapperMovieCasts
+
+
+
+
+
+
+ class
+WrapperMovieChanges
+
+
+
+
+
+
+ class
+WrapperMovieDbList
+
+
+
+
+
+
+ class
+WrapperMovieKeywords
+
+
+
+
+
+
+ class
+WrapperMovieList
+
+
+
+
+
+
+ class
+WrapperPerson
+
+
+
+
+
+
+ class
+WrapperPersonCredits
+
+
+
+
+
+
+ class
+WrapperPersonList
+
@@ -245,129 +305,6 @@ Uses of WrapperTranslations
-
-
-
-
-
-
-
-
-Uses of AbstractWrapperId in com.omertron.themoviedbapi.wrapper.movie
-
-
-
-
-
-
-
-Subclasses of AbstractWrapperId in com.omertron.themoviedbapi.wrapper.movie
-
-
-
- class
-WrapperMovie
-
-
-
-
-
-
- class
-WrapperMovieChanges
-
-
-
-
-
-
- class
-WrapperMovieDbList
-
-
-
-
-
-
- class
-WrapperMovieList
-
-
-
-
-
-
-
-
-
-Uses of AbstractWrapperId in com.omertron.themoviedbapi.wrapper.person
-
-
-
-
-
-
-
-Subclasses of AbstractWrapperId in com.omertron.themoviedbapi.wrapper.person
-
-
-
- class
-WrapperCasts
-
-
-
-
-
-
- class
-WrapperPerson
-
-
-
-
-
-
- class
-WrapperPersonCredits
-
-
-
-
-
-
- class
-WrapperPersonList
-
-
-
-
-
-
-
-
-
-Uses of AbstractWrapperId in com.omertron.themoviedbapi.wrapper.tv
-
-
-
-
-
-
-
-Subclasses of AbstractWrapperId in com.omertron.themoviedbapi.wrapper.tv
-
-
-
- class
-WrapperTVSeries
-
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html
index 75eb86790..5161b48d9 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html
@@ -2,7 +2,7 @@
-
+
Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperDates (API-The MovieDB 3.8-SNAPSHOT API)
@@ -94,18 +94,6 @@ Packages that use com.omertron.themoviedbapi.wrapper
-
-com.omertron.themoviedbapi.wrapper.movie
-
-
-
-com.omertron.themoviedbapi.wrapper.person
-
-
-
-com.omertron.themoviedbapi.wrapper.tv
-
-
@@ -176,6 +164,62 @@ Uses of WrapperKeywords
+
+
+
+
+
+ class
+WrapperMovie
+
+
+
+
+
+
+ class
+WrapperMovieChanges
+
+
+
+
+
+
+ class
+WrapperMovieDbList
+
+
+
+
+
+
+ class
+WrapperMovieList
+
+
+
+
+
+
+ class
+WrapperPerson
+
+
+
+
+
+
+ class
+WrapperPersonCredits
+
+
+
+
+
+
+ class
+WrapperPersonList
+
@@ -184,121 +228,6 @@ Uses of WrapperReviews
-
-
-
-
-
-
-
-
-Uses of IWrapperDates in com.omertron.themoviedbapi.wrapper.movie
-
-
-
-
-
-
-
-Classes in com.omertron.themoviedbapi.wrapper.movie that implement IWrapperDates
-
-
-
- class
-WrapperMovie
-
-
-
-
-
-
- class
-WrapperMovieChanges
-
-
-
-
-
-
- class
-WrapperMovieDbList
-
-
-
-
-
-
- class
-WrapperMovieList
-
-
-
-
-
-
-
-
-
-Uses of IWrapperDates in com.omertron.themoviedbapi.wrapper.person
-
-
-
-
-
-
-
-Classes in com.omertron.themoviedbapi.wrapper.person that implement IWrapperDates
-
-
-
- class
-WrapperPerson
-
-
-
-
-
-
- class
-WrapperPersonCredits
-
-
-
-
-
-
- class
-WrapperPersonList
-
-
-
-
-
-
-
-
-
-Uses of IWrapperDates in com.omertron.themoviedbapi.wrapper.tv
-
-
-
-
-
-
-
-Classes in com.omertron.themoviedbapi.wrapper.tv that implement IWrapperDates
-
-
-
- class
-WrapperTVSeries
-
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html
index 63c21a3d0..3ef67ca57 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html
@@ -2,7 +2,7 @@
-
+
Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperId (API-The MovieDB 3.8-SNAPSHOT API)
@@ -94,18 +94,6 @@ Packages that use com.omertron.themoviedbapi.wrapper
-
-com.omertron.themoviedbapi.wrapper.movie
-
-
-
-com.omertron.themoviedbapi.wrapper.person
-
-
-
-com.omertron.themoviedbapi.wrapper.tv
-
-
@@ -192,6 +180,78 @@ Uses of WrapperKeywords
+
+
+
+
+
+ class
+WrapperMovie
+
+
+
+
+
+
+ class
+WrapperMovieCasts
+
+
+
+
+
+
+ class
+WrapperMovieChanges
+
+
+
+
+
+
+ class
+WrapperMovieDbList
+
+
+
+
+
+
+ class
+WrapperMovieKeywords
+
+
+
+
+
+
+ class
+WrapperMovieList
+
+
+
+
+
+
+ class
+WrapperPerson
+
+
+
+
+
+
+ class
+WrapperPersonCredits
+
+
+
+
+
+
+ class
+WrapperPersonList
+
@@ -224,129 +284,6 @@ Uses of WrapperTranslations
-
-
-
-
-
-
-
-
-Uses of IWrapperId in com.omertron.themoviedbapi.wrapper.movie
-
-
-
-
-
-
-
-Classes in com.omertron.themoviedbapi.wrapper.movie that implement IWrapperId
-
-
-
- class
-WrapperMovie
-
-
-
-
-
-
- class
-WrapperMovieChanges
-
-
-
-
-
-
- class
-WrapperMovieDbList
-
-
-
-
-
-
- class
-WrapperMovieList
-
-
-
-
-
-
-
-
-
-Uses of IWrapperId in com.omertron.themoviedbapi.wrapper.person
-
-
-
-
-
-
-
-Classes in com.omertron.themoviedbapi.wrapper.person that implement IWrapperId
-
-
-
- class
-WrapperCasts
-
-
-
-
-
-
- class
-WrapperPerson
-
-
-
-
-
-
- class
-WrapperPersonCredits
-
-
-
-
-
-
- class
-WrapperPersonList
-
-
-
-
-
-
-
-
-
-Uses of IWrapperId in com.omertron.themoviedbapi.wrapper.tv
-
-
-
-
-
-
-
-Classes in com.omertron.themoviedbapi.wrapper.tv that implement IWrapperId
-
-
-
- class
-WrapperTVSeries
-
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html
index adfbf5e74..d800f4f2c 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html
@@ -2,7 +2,7 @@
-
+
Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperPages (API-The MovieDB 3.8-SNAPSHOT API)
@@ -94,18 +94,6 @@ Packages that use com.omertron.themoviedbapi.wrapper
-
-com.omertron.themoviedbapi.wrapper.movie
-
-
-
-com.omertron.themoviedbapi.wrapper.person
-
-
-
-com.omertron.themoviedbapi.wrapper.tv
-
-
@@ -176,6 +164,62 @@ Uses of WrapperKeywords
+
+
+
+
+
+ class
+WrapperMovie
+
+
+
+
+
+
+ class
+WrapperMovieChanges
+
+
+
+
+
+
+ class
+WrapperMovieDbList
+
+
+
+
+
+
+ class
+WrapperMovieList
+
+
+
+
+
+
+ class
+WrapperPerson
+
+
+
+
+
+
+ class
+WrapperPersonCredits
+
+
+
+
+
+
+ class
+WrapperPersonList
+
@@ -184,121 +228,6 @@ Uses of WrapperReviews
-
-
-
-
-
-
-
-
-Uses of IWrapperPages in com.omertron.themoviedbapi.wrapper.movie
-
-
-
-
-
-
-
-Classes in com.omertron.themoviedbapi.wrapper.movie that implement IWrapperPages
-
-
-
- class
-WrapperMovie
-
-
-
-
-
-
- class
-WrapperMovieChanges
-
-
-
-
-
-
- class
-WrapperMovieDbList
-
-
-
-
-
-
- class
-WrapperMovieList
-
-
-
-
-
-
-
-
-
-Uses of IWrapperPages in com.omertron.themoviedbapi.wrapper.person
-
-
-
-
-
-
-
-Classes in com.omertron.themoviedbapi.wrapper.person that implement IWrapperPages
-
-
-
- class
-WrapperPerson
-
-
-
-
-
-
- class
-WrapperPersonCredits
-
-
-
-
-
-
- class
-WrapperPersonList
-
-
-
-
-
-
-
-
-
-Uses of IWrapperPages in com.omertron.themoviedbapi.wrapper.tv
-
-
-
-
-
-
-
-Classes in com.omertron.themoviedbapi.wrapper.tv that implement IWrapperPages
-
-
-
- class
-WrapperTVSeries
-
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html
index ef204ddcd..d77ea5a89 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.ResultDates (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html
index 5a1c1aa1c..ea3bbb08e 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (API-The MovieDB 3.8-SNAPSHOT API)
@@ -91,17 +91,17 @@ function windowTitle()
Packages that use WrapperAlternativeTitles
-com.omertron.themoviedbapi.model.movie
+com.omertron.themoviedbapi.model
-Uses of WrapperAlternativeTitles in com.omertron.themoviedbapi.model.movie
+Uses of WrapperAlternativeTitles in com.omertron.themoviedbapi.model
@@ -109,12 +109,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model.movie with parameters of type WrapperAlternativeTitles
+Methods in com.omertron.themoviedbapi.model with parameters of type WrapperAlternativeTitles
void
-MovieDb.setAlternativeTitles(WrapperAlternativeTitles alternativeTitles)
+MovieDb.setAlternativeTitles(WrapperAlternativeTitles alternativeTitles)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html
index 798f8d6ac..bcd2e6cb5 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperChanges (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html
index 9ea7bd4b4..183eef70f 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCollection (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html
index 2c13d1541..3a5bee74c 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompany (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html
index 20eb0cef1..1da55648b 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html
index 4e48bc4f4..670f422ad 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperConfig (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html
index 97b5866c9..9e6fd892c 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperGenres (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html
index e642caa0c..4c98aaeda 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperImages (API-The MovieDB 3.8-SNAPSHOT API)
@@ -91,17 +91,17 @@ function windowTitle()
Packages that use WrapperImages
-com.omertron.themoviedbapi.model.movie
+com.omertron.themoviedbapi.model
-Uses of WrapperImages in com.omertron.themoviedbapi.model.movie
+Uses of WrapperImages in com.omertron.themoviedbapi.model
@@ -109,12 +109,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model.movie with parameters of type WrapperImages
+Methods in com.omertron.themoviedbapi.model with parameters of type WrapperImages
void
-MovieDb.setImages(WrapperImages images)
+MovieDb.setImages(WrapperImages images)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html
index a58557433..ef7b1eee8 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperJobList (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html
index 3432ba47b..4dd79ed9e 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html
index ef50f2160..4e9bde7df 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywords (API-The MovieDB 3.8-SNAPSHOT API)
@@ -84,43 +84,7 @@ function windowTitle()
Uses of Class
com.omertron.themoviedbapi.wrapper.WrapperKeywords
-
-
-
-
-Packages that use WrapperKeywords
-
-
-com.omertron.themoviedbapi.model.movie
-
-
-
-
-
-
-
-Uses of WrapperKeywords in com.omertron.themoviedbapi.model.movie
-
-
-
-
-
-
-
-Methods in com.omertron.themoviedbapi.model.movie with parameters of type WrapperKeywords
-
-
-
- void
-MovieDb.setKeywords(WrapperKeywords keywords)
-
-
-
-
-
-
+No usage of com.omertron.themoviedbapi.wrapper.WrapperKeywords
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html
index a353a94b4..0b6cc8425 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovie (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html
index e52f3673a..91e39a6a9 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieChanges.html
index 22842cdfd..f4291a7a4 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieChanges.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieChanges.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieChanges (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieDbList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieDbList.html
index eec6857be..92d0e26ff 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieDbList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieDbList.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieDbList (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html
index 53667a1ed..9eb8bbbb9 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html
index e53eed9d1..bb52f90d8 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieList (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html
index 37e16d18b..f1c214219 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPerson (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html
index 4ac405750..bc7428a3d 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html
index 8a6f74c5a..8f45c2e1d 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonList (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html
index b704b8b4a..fb12b0858 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (API-The MovieDB 3.8-SNAPSHOT API)
@@ -91,17 +91,17 @@ function windowTitle()
Packages that use WrapperReleaseInfo
-com.omertron.themoviedbapi.model.movie
+com.omertron.themoviedbapi.model
-Uses of WrapperReleaseInfo in com.omertron.themoviedbapi.model.movie
+Uses of WrapperReleaseInfo in com.omertron.themoviedbapi.model
@@ -109,12 +109,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model.movie with parameters of type WrapperReleaseInfo
+Methods in com.omertron.themoviedbapi.model with parameters of type WrapperReleaseInfo
void
-MovieDb.setReleases(WrapperReleaseInfo releases)
+MovieDb.setReleases(WrapperReleaseInfo releases)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html
index 43ad0dc83..3bed63376 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReviews (API-The MovieDB 3.8-SNAPSHOT API)
@@ -91,17 +91,17 @@ function windowTitle()
Packages that use WrapperReviews
-com.omertron.themoviedbapi.model.movie
+com.omertron.themoviedbapi.model
-Uses of WrapperReviews in com.omertron.themoviedbapi.model.movie
+Uses of WrapperReviews in com.omertron.themoviedbapi.model
@@ -109,12 +109,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model.movie with parameters of type WrapperReviews
+Methods in com.omertron.themoviedbapi.model with parameters of type WrapperReviews
void
-MovieDb.setReviews(WrapperReviews reviews)
+MovieDb.setReviews(WrapperReviews reviews)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html
index a37bf34d5..c5059a6d3 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTrailers (API-The MovieDB 3.8-SNAPSHOT API)
@@ -91,17 +91,17 @@ function windowTitle()
Packages that use WrapperTrailers
-com.omertron.themoviedbapi.model.movie
+com.omertron.themoviedbapi.model
-Uses of WrapperTrailers in com.omertron.themoviedbapi.model.movie
+Uses of WrapperTrailers in com.omertron.themoviedbapi.model
@@ -109,12 +109,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model.movie with parameters of type WrapperTrailers
+Methods in com.omertron.themoviedbapi.model with parameters of type WrapperTrailers
void
-MovieDb.setTrailers(WrapperTrailers trailers)
+MovieDb.setTrailers(WrapperTrailers trailers)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html
index 4f6b50c9d..fd9ee1fdc 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTranslations (API-The MovieDB 3.8-SNAPSHOT API)
@@ -91,17 +91,17 @@ function windowTitle()
Packages that use WrapperTranslations
-com.omertron.themoviedbapi.model.movie
+com.omertron.themoviedbapi.model
-Uses of WrapperTranslations in com.omertron.themoviedbapi.model.movie
+Uses of WrapperTranslations in com.omertron.themoviedbapi.model
@@ -109,12 +109,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model.movie with parameters of type WrapperTranslations
+Methods in com.omertron.themoviedbapi.model with parameters of type WrapperTranslations
void
-MovieDb.setTranslations(WrapperTranslations translations)
+MovieDb.setTranslations(WrapperTranslations translations)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html
index 6b6549db2..a4bf4d58b 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.8-SNAPSHOT API)
@@ -69,6 +69,24 @@ Classes
WrapperKeywords
+WrapperMovie
+
+WrapperMovieCasts
+
+WrapperMovieChanges
+
+WrapperMovieDbList
+
+WrapperMovieKeywords
+
+WrapperMovieList
+
+WrapperPerson
+
+WrapperPersonCredits
+
+WrapperPersonList
+
WrapperReleaseInfo
WrapperReviews
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html
index faac9255a..5f5a3e09a 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.8-SNAPSHOT API)
@@ -57,7 +57,7 @@ function windowTitle()
PREV PACKAGE
- NEXT PACKAGE
+ NEXT PACKAGE
FRAMES
NO FRAMES
@@ -172,6 +172,42 @@ Package com.omertron.themoviedbapi.wrapper
+WrapperMovie
+
+
+
+WrapperMovieCasts
+
+
+
+WrapperMovieChanges
+
+
+
+WrapperMovieDbList
+
+
+
+WrapperMovieKeywords
+
+
+
+WrapperMovieList
+
+
+
+WrapperPerson
+
+
+
+WrapperPersonCredits
+
+
+
+WrapperPersonList
+
+
+
WrapperReleaseInfo
@@ -224,7 +260,7 @@ Package com.omertron.themoviedbapi.wrapper
PREV PACKAGE
- NEXT PACKAGE
+ NEXT PACKAGE
FRAMES
NO FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html
index 60b39fe25..747407661 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.wrapper Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT API)
@@ -57,7 +57,7 @@ function windowTitle()
PREV
- NEXT
+ NEXT
FRAMES
NO FRAMES
@@ -93,25 +93,25 @@ Class Hierarchy
- java.lang.Object
-- com.omertron.themoviedbapi.model.AbstractJsonMapping (implements java.io.Serializable)
-
- com.omertron.themoviedbapi.wrapper.AbstractWrapper
- com.omertron.themoviedbapi.wrapper.AbstractWrapperId (implements com.omertron.themoviedbapi.wrapper.IWrapperId)
- com.omertron.themoviedbapi.wrapper.AbstractWrapperAll (implements com.omertron.themoviedbapi.wrapper.IWrapperDates, com.omertron.themoviedbapi.wrapper.IWrapperId, com.omertron.themoviedbapi.wrapper.IWrapperPages)
- com.omertron.themoviedbapi.wrapper.WrapperCollection
- com.omertron.themoviedbapi.wrapper.WrapperCompany
- com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies
- com.omertron.themoviedbapi.wrapper.WrapperImages (implements java.io.Serializable)
-
- com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies
- com.omertron.themoviedbapi.wrapper.WrapperKeywords (implements java.io.Serializable)
-
- com.omertron.themoviedbapi.wrapper.WrapperReviews (implements java.io.Serializable)
+
- com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies
- com.omertron.themoviedbapi.wrapper.WrapperKeywords
- com.omertron.themoviedbapi.wrapper.WrapperMovie (implements java.io.Serializable)
+
- com.omertron.themoviedbapi.wrapper.WrapperMovieChanges
- com.omertron.themoviedbapi.wrapper.WrapperMovieDbList
- com.omertron.themoviedbapi.wrapper.WrapperMovieList (implements java.io.Serializable)
+
- com.omertron.themoviedbapi.wrapper.WrapperPerson
- com.omertron.themoviedbapi.wrapper.WrapperPersonCredits
- com.omertron.themoviedbapi.wrapper.WrapperPersonList
- com.omertron.themoviedbapi.wrapper.WrapperReviews (implements java.io.Serializable)
- com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (implements java.io.Serializable)
+
- com.omertron.themoviedbapi.wrapper.WrapperMovieCasts (implements java.io.Serializable)
+
- com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords (implements java.io.Serializable)
- com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (implements java.io.Serializable)
- com.omertron.themoviedbapi.wrapper.WrapperTrailers (implements java.io.Serializable)
- com.omertron.themoviedbapi.wrapper.WrapperTranslations (implements java.io.Serializable)
- com.omertron.themoviedbapi.wrapper.WrapperConfig
- com.omertron.themoviedbapi.wrapper.WrapperGenres
- com.omertron.themoviedbapi.wrapper.WrapperJobList
- com.omertron.themoviedbapi.wrapper.ResultDates (implements java.io.Serializable)
-
- com.omertron.themoviedbapi.wrapper.WrapperChanges
@@ -150,7 +150,7 @@ Interface Hierarchy
PREV
- NEXT
+ NEXT
FRAMES
NO FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html
index b8bc301d0..953d664d1 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.8-SNAPSHOT API)
@@ -91,7 +91,7 @@ function windowTitle()
Packages that use com.omertron.themoviedbapi.wrapper
-com.omertron.themoviedbapi.model.movie
+com.omertron.themoviedbapi.model
@@ -102,65 +102,71 @@ Packages that use com.omertron.themoviedbapi.wrapper
-
-com.omertron.themoviedbapi.wrapper.movie
-
-
-
-com.omertron.themoviedbapi.wrapper.person
-
-
-
-com.omertron.themoviedbapi.wrapper.tv
-
-
-Classes in com.omertron.themoviedbapi.wrapper used by com.omertron.themoviedbapi.model.movie
+Classes in com.omertron.themoviedbapi.wrapper used by com.omertron.themoviedbapi.model
-WrapperAlternativeTitles
+ WrapperAlternativeTitles
-WrapperImages
+ WrapperImages
-WrapperKeywords
+ WrapperMovie
-WrapperReleaseInfo
+ WrapperMovieCasts
-WrapperReviews
+ WrapperMovieKeywords
-WrapperTrailers
+ WrapperMovieList
-WrapperTranslations
+ WrapperReleaseInfo
+
+
+
+
+
+WrapperReviews
+
+
+
+
+
+WrapperTrailers
+
+
+
+
+
+WrapperTranslations
@@ -240,141 +246,6 @@ Classes in
ResultDates
-
-
-
-
-
-
-
-
-Classes in com.omertron.themoviedbapi.wrapper used by com.omertron.themoviedbapi.wrapper.movie
-
-
-AbstractWrapper
-
-
-
-
-
-AbstractWrapperAll
-
-
- Base class for the wrappers
-
-
-AbstractWrapperId
-
-
- Base class for the wrappers
-
-
-IWrapperDates
-
-
-
-
-
-IWrapperId
-
-
-
-
-
-IWrapperPages
-
-
-
-
-
-
-
-
-
-Classes in com.omertron.themoviedbapi.wrapper used by com.omertron.themoviedbapi.wrapper.person
-
-
-AbstractWrapper
-
-
-
-
-
-AbstractWrapperAll
-
-
- Base class for the wrappers
-
-
-AbstractWrapperId
-
-
- Base class for the wrappers
-
-
-IWrapperDates
-
-
-
-
-
-IWrapperId
-
-
-
-
-
-IWrapperPages
-
-
-
-
-
-
-
-
-
-Classes in com.omertron.themoviedbapi.wrapper used by com.omertron.themoviedbapi.wrapper.tv
-
-
-AbstractWrapper
-
-
-
-
-
-AbstractWrapperAll
-
-
- Base class for the wrappers
-
-
-AbstractWrapperId
-
-
- Base class for the wrappers
-
-
-IWrapperDates
-
-
-
-
-
-IWrapperId
-
-
-
-
-
-IWrapperPages
-
diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html
index 17ba7b70e..e3fe8f785 100644
--- a/apidocs/constant-values.html
+++ b/apidocs/constant-values.html
@@ -2,7 +2,7 @@
-
+
Constant Field Values (API-The MovieDB 3.8-SNAPSHOT API)
@@ -152,24 +152,12 @@ com.omertron.*
"end_date="
-
-public static final String
-PARAM_EPISODE_NUMBER
-"episode_number="
-
-
public static final String
PARAM_FAVORITE
"favorite="
-
-public static final String
-PARAM_FIRST_AIR_DATE_YEAR
-"first_air_date_year"
-
-
public static final String
PARAM_ID
@@ -206,18 +194,6 @@ com.omertron.*
"query="
-
-public static final String
-PARAM_SEARCH_TYPE
-"search_type"
-
-
-
-public static final String
-PARAM_SEASON_NUMBER
-"season_number="
-
-
public static final String
PARAM_SESSION
diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html
index 61bb3d784..26aa96e4c 100644
--- a/apidocs/deprecated-list.html
+++ b/apidocs/deprecated-list.html
@@ -2,7 +2,7 @@
-
+
Deprecated List (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html
index c8e021f0c..85ba497b4 100644
--- a/apidocs/help-doc.html
+++ b/apidocs/help-doc.html
@@ -2,7 +2,7 @@
-
+
API Help (API-The MovieDB 3.8-SNAPSHOT API)
diff --git a/apidocs/index-all.html b/apidocs/index-all.html
index 671861e57..c3b1a7b9c 100644
--- a/apidocs/index-all.html
+++ b/apidocs/index-all.html
@@ -2,7 +2,7 @@
-
+
Index (API-The MovieDB 3.8-SNAPSHOT API)
@@ -79,16 +79,13 @@ function windowTitle()
-A B C D E G H I J K L M N O P R S T V W Y
+A B C D E G H I J K L M O P R S T V W Y
A
- AbstractJsonMapping - Class in com.omertron.themoviedbapi.model
-
- AbstractJsonMapping() -
Constructor for class com.omertron.themoviedbapi.model.AbstractJsonMapping
-
-
- AbstractMethod - Class in com.omertron.themoviedbapi.methods
- Abstract methods
- AbstractMethod(String, CommonHttpClient) -
-Constructor for class com.omertron.themoviedbapi.methods.AbstractMethod
-
-
- AbstractWrapper - Class in com.omertron.themoviedbapi.wrapper
-
- AbstractWrapper() -
Constructor for class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
@@ -113,11 +110,11 @@ Method in class com.omertron.themoviedbapi.tools.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.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.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
@@ -128,9 +125,6 @@ Method in class com.omertron.themoviedbapi.AlternativeTitle - Class in com.omertron.themoviedbapi.model
-
- AlternativeTitle() -
Constructor for class com.omertron.themoviedbapi.model.AlternativeTitle
-
-
- apiKey -
-Variable in class com.omertron.themoviedbapi.methods.AbstractMethod
-
-
- ApiUrl - Class in com.omertron.themoviedbapi.tools
- The API URL that is used to construct the API call
- ApiUrl(String, String) -
Constructor for class com.omertron.themoviedbapi.tools.ApiUrl
- Constructor for the simple API URL method without a sub-method
@@ -186,13 +180,13 @@ Constructor for class com.omertron.themoviedbapi.model.CollectionInfo - Class in com.omertron.themoviedbapi.model
-
- CollectionInfo() -
Constructor for class com.omertron.themoviedbapi.model.CollectionInfo
-
-
- com.omertron.themoviedbapi - package com.omertron.themoviedbapi
-
- com.omertron.themoviedbapi.methods - package com.omertron.themoviedbapi.methods
-
- com.omertron.themoviedbapi.model - package com.omertron.themoviedbapi.model
-
- com.omertron.themoviedbapi.model.movie - package com.omertron.themoviedbapi.model.movie
-
- com.omertron.themoviedbapi.model.person - package com.omertron.themoviedbapi.model.person
-
- com.omertron.themoviedbapi.model.tv - package com.omertron.themoviedbapi.model.tv
-
- com.omertron.themoviedbapi.results - package com.omertron.themoviedbapi.results
-
- com.omertron.themoviedbapi.tools - package com.omertron.themoviedbapi.tools
-
- com.omertron.themoviedbapi.wrapper - package com.omertron.themoviedbapi.wrapper
-
- com.omertron.themoviedbapi.wrapper.movie - package com.omertron.themoviedbapi.wrapper.movie
-
- com.omertron.themoviedbapi.wrapper.person - package com.omertron.themoviedbapi.wrapper.person
-
- com.omertron.themoviedbapi.wrapper.tv - package com.omertron.themoviedbapi.wrapper.tv
-
- Company - Class in com.omertron.themoviedbapi.model
- Company information
- Company() -
+
- com.omertron.themoviedbapi - package com.omertron.themoviedbapi
-
- com.omertron.themoviedbapi.model - package com.omertron.themoviedbapi.model
-
- com.omertron.themoviedbapi.results - package com.omertron.themoviedbapi.results
-
- com.omertron.themoviedbapi.tools - package com.omertron.themoviedbapi.tools
-
- com.omertron.themoviedbapi.wrapper - package com.omertron.themoviedbapi.wrapper
-
- Company - Class in com.omertron.themoviedbapi.model
- Company information
- Company() -
Constructor for class com.omertron.themoviedbapi.model.Company
-
-
- compareMovies(MovieDb, String, String) -
+
- 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) -
+
- compareMovies(MovieDb, String, String, int) -
Static method in class com.omertron.themoviedbapi.TheMovieDbApi
- Compare the MovieDB object with a title & year
- convertToJson(Map<String, ?>) -
@@ -249,20 +243,17 @@ Method in class com.omertron.themoviedbapi.model.equals(Object) -
Method in class com.omertron.themoviedbapi.model.Language
-
-
- equals(Object) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+
- equals(Object) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
-
-
- equals(Object) -
-Method in class com.omertron.themoviedbapi.model.person.Person
+
- equals(Object) -
+Method in class com.omertron.themoviedbapi.model.Person
-
-
- equals(Object) -
-Method in class com.omertron.themoviedbapi.model.person.PersonBasic
+
- equals(Object) -
+Method in class com.omertron.themoviedbapi.model.PersonCast
-
-
- equals(Object) -
-Method in class com.omertron.themoviedbapi.model.person.PersonCast
-
-
-
- equals(Object) -
-Method in class com.omertron.themoviedbapi.model.person.PersonCrew
+
- equals(Object) -
+Method in class com.omertron.themoviedbapi.model.PersonCrew
-
- equals(Object) -
Method in class com.omertron.themoviedbapi.model.ProductionCompany
@@ -279,9 +270,6 @@ Method in class com.omertron.themoviedbapi.model.equals(Object) -
Method in class com.omertron.themoviedbapi.model.Translation
-
-
- ExternalIds - Class in com.omertron.themoviedbapi.model
-
- ExternalIds() -
-Constructor for class com.omertron.themoviedbapi.model.ExternalIds
-
-
@@ -296,33 +284,30 @@ Method in class com.omertron.themoviedbapi.getAction() -
Method in class com.omertron.themoviedbapi.model.ChangedItem
- getAdult() -
-Method in class com.omertron.themoviedbapi.model.person.PersonCredit
+getAdult() -
+Method in class com.omertron.themoviedbapi.model.PersonCredit
- getAirDate() -
-Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
- getAirDate() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
-
- getAka() -
-Method in class com.omertron.themoviedbapi.model.person.Person
-
- getAll() -
-Method in class com.omertron.themoviedbapi.wrapper.person.WrapperCasts
-
- getAll(PersonType...) -
-Method in class com.omertron.themoviedbapi.wrapper.person.WrapperPersonCredits
+getAka() -
+Method in class com.omertron.themoviedbapi.model.Person
getAll(ArtworkType...) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
Return a list of all the artwork with their types.
+ getAll() -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
+
+ getAll(PersonType...) -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits
+
getAll() -
Method in class com.omertron.themoviedbapi.wrapper.WrapperTrailers
Get a combined list of the trailers with their source website
- getAlternativeTitles() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+getAlternativeTitles() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
+ getApiKey() -
+Method in class com.omertron.themoviedbapi.TheMovieDbApi
+ Get the API key that is to be used
getArtworkType() -
Method in class com.omertron.themoviedbapi.model.Artwork
@@ -335,17 +320,17 @@ Method in class com.omertron.themoviedbapi.model.getAuthorisationToken() -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
This method is used to generate a valid request token for user based authentication.
- getBackdrop() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
-
getBackdropPath() -
Method in class com.omertron.themoviedbapi.model.Collection
getBackdropPath() -
Method in class com.omertron.themoviedbapi.model.CollectionInfo
- getBackdropPath() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
+getBackdropPath() -
+Method in class com.omertron.themoviedbapi.model.KeywordMovie
+
+ getBackdropPath() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
getBackdrops() -
Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
@@ -356,32 +341,32 @@ Method in class com.omertron.themoviedbapi.model.getBaseUrl() -
Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
- getBelongsToCollection() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+getBelongsToCollection() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- getBiography() -
-Method in class com.omertron.themoviedbapi.model.person.Person
+getBiography() -
+Method in class com.omertron.themoviedbapi.model.Person
- getBirthday() -
-Method in class com.omertron.themoviedbapi.model.person.Person
+getBirthday() -
+Method in class com.omertron.themoviedbapi.model.Person
- getBirthplace() -
-Method in class com.omertron.themoviedbapi.model.person.Person
+getBirthplace() -
+Method in class com.omertron.themoviedbapi.model.Person
- getBudget() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+getBudget() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- getCast() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+getCast() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- getCast() -
-Method in class com.omertron.themoviedbapi.wrapper.person.WrapperCasts
+getCast() -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
- getCast() -
-Method in class com.omertron.themoviedbapi.wrapper.person.WrapperPersonCredits
+getCast() -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits
- getCastId() -
-Method in class com.omertron.themoviedbapi.model.person.PersonCast
+getCastId() -
+Method in class com.omertron.themoviedbapi.model.PersonCast
getCertification() -
Method in class com.omertron.themoviedbapi.model.ReleaseInfo
@@ -395,14 +380,14 @@ Method in class com.omertron.themoviedbapi.wrapper.getChangeKeys() -
Method in class com.omertron.themoviedbapi.wrapper.WrapperConfig
- getCharacter() -
-Method in class com.omertron.themoviedbapi.model.person.Person
+getCharacter() -
+Method in class com.omertron.themoviedbapi.model.Person
- getCharacter() -
-Method in class com.omertron.themoviedbapi.model.person.PersonCast
+getCharacter() -
+Method in class com.omertron.themoviedbapi.model.PersonCast
- getCharacter() -
-Method in class com.omertron.themoviedbapi.model.person.PersonCredit
+getCharacter() -
+Method in class com.omertron.themoviedbapi.model.PersonCredit
getCollectionImages(int, String) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -437,23 +422,17 @@ Method in class com.omertron.themoviedbapi.model.getCountry() -
Method in class com.omertron.themoviedbapi.model.ReleaseInfo
- getCreatedBy() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+getCreatedBy() -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
- getCreatedBy() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
+getCrew() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- getCreditId() -
-Method in class com.omertron.themoviedbapi.model.person.PersonCast
+getCrew() -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
- getCrew() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
-
- getCrew() -
-Method in class com.omertron.themoviedbapi.wrapper.person.WrapperCasts
-
- getCrew() -
-Method in class com.omertron.themoviedbapi.wrapper.person.WrapperPersonCredits
+getCrew() -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits
getDates() -
Method in class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
@@ -461,29 +440,29 @@ Method in class com.omertron.themoviedbapi.wrapper.getDates() -
Method in interface com.omertron.themoviedbapi.wrapper.IWrapperDates
- getDeathday() -
-Method in class com.omertron.themoviedbapi.model.person.Person
+getDeathday() -
+Method in class com.omertron.themoviedbapi.model.Person
getDepartment() -
Method in class com.omertron.themoviedbapi.model.JobDepartment
- getDepartment() -
-Method in class com.omertron.themoviedbapi.model.person.Person
+getDepartment() -
+Method in class com.omertron.themoviedbapi.model.Person
- getDepartment() -
-Method in class com.omertron.themoviedbapi.model.person.PersonCredit
+getDepartment() -
+Method in class com.omertron.themoviedbapi.model.PersonCredit
- getDepartment() -
-Method in class com.omertron.themoviedbapi.model.person.PersonCrew
+getDepartment() -
+Method in class com.omertron.themoviedbapi.model.PersonCrew
getDescription() -
Method in class com.omertron.themoviedbapi.model.Company
- getDescription() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+getDescription() -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
- getDescription() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieList
+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
@@ -494,15 +473,6 @@ Method in class com.omertron.themoviedbapi.getEnglishName() -
Method in class com.omertron.themoviedbapi.model.Translation
- getEpisodeNumber() -
-Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
- getEpisodeRuntime() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
-
- getEpisodes() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeason
-
getExceptionType() -
Method in exception com.omertron.themoviedbapi.MovieDbException
@@ -512,11 +482,11 @@ Method in class com.omertron.themoviedbapi.model.getExpiresAt() -
Method in class com.omertron.themoviedbapi.model.TokenSession
- getFavoriteCount() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+getFavoriteCount() -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
- getFavoriteCount() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieList
+getFavoriteCount() -
+Method in class com.omertron.themoviedbapi.model.MovieList
getFavoriteMovies(String, int) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -524,9 +494,6 @@ Method in class com.omertron.themoviedbapi.getFilePath() -
Method in class com.omertron.themoviedbapi.model.Artwork
- getFirstAirDate() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
-
getFlag() -
Method in class com.omertron.themoviedbapi.model.Artwork
@@ -536,11 +503,8 @@ Method in class com.omertron.themoviedbapi.getGenreMovies(int, String, int, boolean) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
Get a list of movies per genre.
- getGenres() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
-
- getGenres() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
+getGenres() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
getGenres() -
Method in class com.omertron.themoviedbapi.wrapper.WrapperGenres
@@ -560,14 +524,11 @@ Method in class com.omertron.themoviedbapi.model.getHomepage() -
Method in class com.omertron.themoviedbapi.model.Company
- getHomepage() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+getHomepage() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- getHomepage() -
-Method in class com.omertron.themoviedbapi.model.person.Person
-
- getHomepage() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
+getHomepage() -
+Method in class com.omertron.themoviedbapi.model.Person
getId() -
Method in class com.omertron.themoviedbapi.model.Account
@@ -584,29 +545,32 @@ Method in class com.omertron.themoviedbapi.model.getId() -
Method in class com.omertron.themoviedbapi.model.CollectionInfo
- getId(String) -
-Method in class com.omertron.themoviedbapi.model.ExternalIds
-
getId() -
Method in class com.omertron.themoviedbapi.model.Genre
getId() -
Method in class com.omertron.themoviedbapi.model.Keyword
- getId() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
+getId() -
+Method in class com.omertron.themoviedbapi.model.KeywordMovie
- getId() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+getId() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- getId() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieList
+getId() -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
- getId() -
-Method in class com.omertron.themoviedbapi.model.Network
+getId() -
+Method in class com.omertron.themoviedbapi.model.MovieList
- getId() -
-Method in class com.omertron.themoviedbapi.model.person.PersonBasic
+getId() -
+Method in class com.omertron.themoviedbapi.model.Person
+
+ getId() -
+Method in class com.omertron.themoviedbapi.model.PersonCast
+
+ getId() -
+Method in class com.omertron.themoviedbapi.model.PersonCrew
getId() -
Method in class com.omertron.themoviedbapi.model.ProductionCompany
@@ -614,15 +578,6 @@ Method in class com.omertron.themoviedbapi.model.getId() -
Method in class com.omertron.themoviedbapi.model.Reviews
- getId() -
-Method in class com.omertron.themoviedbapi.model.tv.TVEpisode
-
- getId() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeason
-
- getId() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
-
getId() -
Method in class com.omertron.themoviedbapi.results.TmdbResults
@@ -632,17 +587,14 @@ Method in class com.omertron.themoviedbapi.wrapper.getId() -
Method in interface com.omertron.themoviedbapi.wrapper.IWrapperId
- getIds() -
-Method in class com.omertron.themoviedbapi.model.ExternalIds
+getImages() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- getImages() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+getImdbID() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- getImdbID() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
-
- getImdbId() -
-Method in class com.omertron.themoviedbapi.model.person.Person
+getImdbId() -
+Method in class com.omertron.themoviedbapi.model.Person
getIsoCode() -
Method in class com.omertron.themoviedbapi.model.Language
@@ -653,23 +605,23 @@ Method in class com.omertron.themoviedbapi.model.getIsoCode() -
Method in class com.omertron.themoviedbapi.model.Translation
- getItemCount() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+getItemCount() -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
- getItemCount() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieList
+getItemCount() -
+Method in class com.omertron.themoviedbapi.model.MovieList
- getItems() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+getItems() -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
- getJob() -
-Method in class com.omertron.themoviedbapi.model.person.Person
+getJob() -
+Method in class com.omertron.themoviedbapi.model.Person
- getJob() -
-Method in class com.omertron.themoviedbapi.model.person.PersonCredit
+getJob() -
+Method in class com.omertron.themoviedbapi.model.PersonCredit
- getJob() -
-Method in class com.omertron.themoviedbapi.model.person.PersonCrew
+getJob() -
+Method in class com.omertron.themoviedbapi.model.PersonCrew
getJobs() -
Method in class com.omertron.themoviedbapi.model.JobDepartment
@@ -689,8 +641,11 @@ Method in class com.omertron.themoviedbapi.getKeywordMovies(String, String, int) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
Get the list of movies for a particular keyword by id.
- getKeywords() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+getKeywords() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
+
+ getKeywords() -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords
getLanguage() -
Method in class com.omertron.themoviedbapi.model.Account
@@ -701,17 +656,11 @@ Method in class com.omertron.themoviedbapi.model.getLanguage() -
Method in class com.omertron.themoviedbapi.model.ChangedItem
- getLanguage() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+getLanguage() -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
- getLanguage() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieList
-
- getLanguages() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
-
- getLastAirDate() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
+getLanguage() -
+Method in class com.omertron.themoviedbapi.model.MovieList
getLatestMovie() -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -719,17 +668,17 @@ Method in class com.omertron.themoviedbapi.getList(String) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
Get a list by its ID
- getListId() -
-Method in class com.omertron.themoviedbapi.model.StatusCodeList
+getListId() -
+Method in class com.omertron.themoviedbapi.model.MovieDbListStatus
- getLists() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+getLists() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- getLists() -
-Method in class com.omertron.themoviedbapi.wrapper.movie.WrapperMovieDbList
+getLists() -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieDbList
- getListType() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieList
+getListType() -
+Method in class com.omertron.themoviedbapi.model.MovieList
getLogoPath() -
Method in class com.omertron.themoviedbapi.model.Company
@@ -755,8 +704,8 @@ Method in class com.omertron.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.person.PersonCredit
+getMovieId() -
+Method in class com.omertron.themoviedbapi.model.PersonCredit
getMovieImages(int, String, String...) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -770,23 +719,23 @@ Method in class com.omertron.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.movie.WrapperMovieList
+getMovieList() -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList
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.person.PersonCredit
+getMovieOriginalTitle() -
+Method in class com.omertron.themoviedbapi.model.PersonCredit
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.
- getMovies() -
-Method in class com.omertron.themoviedbapi.wrapper.movie.WrapperMovie
+getMovies() -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie
- getMovieTitle() -
-Method in class com.omertron.themoviedbapi.model.person.PersonCredit
+getMovieTitle() -
+Method in class com.omertron.themoviedbapi.model.PersonCredit
getMovieTrailers(int, String, String...) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -815,17 +764,20 @@ Method in class com.omertron.themoviedbapi.model.getName() -
Method in class com.omertron.themoviedbapi.model.Language
- getName() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+getName() -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
- getName() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieList
+getName() -
+Method in class com.omertron.themoviedbapi.model.MovieList
- getName() -
-Method in class com.omertron.themoviedbapi.model.Network
+getName() -
+Method in class com.omertron.themoviedbapi.model.Person
- getName() -
-Method in class com.omertron.themoviedbapi.model.person.PersonBasic
+getName() -
+Method in class com.omertron.themoviedbapi.model.PersonCast
+
+ getName() -
+Method in class com.omertron.themoviedbapi.model.PersonCrew
getName() -
Method in class com.omertron.themoviedbapi.model.ProductionCompany
@@ -839,18 +791,6 @@ Method in class com.omertron.themoviedbapi.model.getName() -
Method in class com.omertron.themoviedbapi.model.Translation
- getName() -
-Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
- getName() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeason
-
- getName() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
-
- getNetworks() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
-
getNewItems() -
Method in class com.omertron.themoviedbapi.model.ChangedItem
@@ -863,41 +803,23 @@ Method in class com.omertron.themoviedbapi.wrapper.getNowPlayingMovies(String, int) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
This method is used to retrieve the movies currently in theatres.
- getNumberEpisodes() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
+getOrder() -
+Method in class com.omertron.themoviedbapi.model.Person
- getNumberSeasons() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
+getOrder() -
+Method in class com.omertron.themoviedbapi.model.PersonCast
- getOrder() -
-Method in class com.omertron.themoviedbapi.model.person.Person
+getOriginalTitle() -
+Method in class com.omertron.themoviedbapi.model.KeywordMovie
- getOrder() -
-Method in class com.omertron.themoviedbapi.model.person.PersonCast
-
- getOriginalName() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
-
- getOriginalTitle() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
-
- getOriginCountry() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
+getOriginalTitle() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
getOverview() -
Method in class com.omertron.themoviedbapi.model.CollectionInfo
- getOverview() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
-
- getOverview() -
-Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
- getOverview() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeason
-
- getOverview() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
+getOverview() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
getPage() -
Method in class com.omertron.themoviedbapi.results.TmdbResults
@@ -937,8 +859,8 @@ Method in class com.omertron.themoviedbapi.getPersonLatest() -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
Get the latest person id.
- getPersonList() -
-Method in class com.omertron.themoviedbapi.wrapper.person.WrapperPersonList
+getPersonList() -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonList
getPersonPopular() -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -946,20 +868,20 @@ Method in class com.omertron.themoviedbapi.getPersonPopular(int) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
Get the list of popular people on The Movie Database.
- getPersonType() -
-Method in class com.omertron.themoviedbapi.model.person.Person
+getPersonType() -
+Method in class com.omertron.themoviedbapi.model.Person
- getPersonType() -
-Method in class com.omertron.themoviedbapi.model.person.PersonCredit
+getPersonType() -
+Method in class com.omertron.themoviedbapi.model.PersonCredit
- getPopularity() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
+getPopularity() -
+Method in class com.omertron.themoviedbapi.model.KeywordMovie
- getPopularity() -
-Method in class com.omertron.themoviedbapi.model.person.Person
+getPopularity() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- getPopularity() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
+getPopularity() -
+Method in class com.omertron.themoviedbapi.model.Person
getPopularMovieList(String, int) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -970,23 +892,20 @@ Method in class com.omertron.themoviedbapi.model.getPosterPath() -
Method in class com.omertron.themoviedbapi.model.CollectionInfo
- getPosterPath() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
+getPosterPath() -
+Method in class com.omertron.themoviedbapi.model.KeywordMovie
- getPosterPath() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+getPosterPath() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- getPosterPath() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieList
+getPosterPath() -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
- getPosterPath() -
-Method in class com.omertron.themoviedbapi.model.person.PersonCredit
+getPosterPath() -
+Method in class com.omertron.themoviedbapi.model.MovieList
- getPosterPath() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
-
- getPosterPath() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
+getPosterPath() -
+Method in class com.omertron.themoviedbapi.model.PersonCredit
getPosters() -
Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
@@ -994,17 +913,20 @@ Method in class com.omertron.themoviedbapi.wrapper.getPosterSizes() -
Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
- getProductionCode() -
-Method in class com.omertron.themoviedbapi.model.tv.TVEpisode
+getProductionCompanies() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- getProductionCompanies() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+getProductionCountries() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- getProductionCountries() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+getProfilePath() -
+Method in class com.omertron.themoviedbapi.model.Person
- getProfilePath() -
-Method in class com.omertron.themoviedbapi.model.person.PersonBasic
+getProfilePath() -
+Method in class com.omertron.themoviedbapi.model.PersonCast
+
+ getProfilePath() -
+Method in class com.omertron.themoviedbapi.model.PersonCrew
getProfiles() -
Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
@@ -1033,17 +955,20 @@ Method in class com.omertron.themoviedbapi.getReleaseDate() -
Method in class com.omertron.themoviedbapi.model.Collection
- getReleaseDate() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
+getReleaseDate() -
+Method in class com.omertron.themoviedbapi.model.KeywordMovie
- getReleaseDate() -
-Method in class com.omertron.themoviedbapi.model.person.PersonCredit
+getReleaseDate() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
+
+ getReleaseDate() -
+Method in class com.omertron.themoviedbapi.model.PersonCredit
getReleaseDate() -
Method in class com.omertron.themoviedbapi.model.ReleaseInfo
- getReleases() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+getReleases() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
getRequestToken() -
Method in class com.omertron.themoviedbapi.model.TokenAuthorisation
@@ -1057,12 +982,6 @@ Method in class com.omertron.themoviedbapi.results.getResults() -
Method in class com.omertron.themoviedbapi.results.TmdbResultsMap
- getResults() -
-Method in class com.omertron.themoviedbapi.wrapper.movie.WrapperMovieChanges
-
- getResults() -
-Method in class com.omertron.themoviedbapi.wrapper.person.WrapperPerson
-
getResults() -
Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection
@@ -1078,11 +997,17 @@ Method in class com.omertron.themoviedbapi.wrapper.getResults() -
Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords
- getRevenue() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+getResults() -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieChanges
- getReviews() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+getResults() -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperPerson
+
+ getRevenue() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
+
+ getReviews() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
getReviews(int, String, int, String...) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -1090,26 +1015,14 @@ Method in class com.omertron.themoviedbapi.getReviews() -
Method in class com.omertron.themoviedbapi.wrapper.WrapperReviews
- getRuntime() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
-
- getSeasonNumber() -
-Method in class com.omertron.themoviedbapi.model.tv.TVEpisode
-
- getSeasonNumber() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
-
- getSeasons() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
+getRuntime() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
getSecureBaseUrl() -
Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
- getSerialVersionUID() -
-Static method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
-
- getSeries() -
-Method in class com.omertron.themoviedbapi.wrapper.tv.WrapperTVSeries
+getSerialVersionUID() -
+Static method in class com.omertron.themoviedbapi.model.KeywordMovie
getSessionId() -
Method in class com.omertron.themoviedbapi.model.TokenSession
@@ -1117,8 +1030,8 @@ Method in class com.omertron.themoviedbapi.model.getSessionToken(TokenAuthorisation) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
This method is used to generate a session id for user based authentication.
- getSimilarMovies() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+getSimilarMovies() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
getSimilarMovies(int, String, int, String...) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -1129,20 +1042,17 @@ Method in class com.omertron.themoviedbapi.model.getSource() -
Method in class com.omertron.themoviedbapi.model.Trailer
- getSpokenLanguages() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+getSpokenLanguages() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- getStatus() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
-
- getStatus() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
+getStatus() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
getStatusCode() -
Method in class com.omertron.themoviedbapi.model.ListItemStatus
- getStatusCode() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+getStatusCode() -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
getStatusCode() -
Method in class com.omertron.themoviedbapi.model.StatusCode
@@ -1150,8 +1060,8 @@ Method in class com.omertron.themoviedbapi.model.getStatusCode() -
Method in class com.omertron.themoviedbapi.model.TokenSession
- getStatusMessage() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+getStatusMessage() -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
getStatusMessage() -
Method in class com.omertron.themoviedbapi.model.StatusCode
@@ -1159,17 +1069,14 @@ Method in class com.omertron.themoviedbapi.model.getStatusMessage() -
Method in class com.omertron.themoviedbapi.model.TokenSession
- getStillPath() -
-Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
getSuccess() -
Method in class com.omertron.themoviedbapi.model.TokenAuthorisation
getSuccess() -
Method in class com.omertron.themoviedbapi.model.TokenSession
- getTagline() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+getTagline() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
getTime() -
Method in class com.omertron.themoviedbapi.model.ChangedItem
@@ -1180,8 +1087,11 @@ Method in class com.omertron.themoviedbapi.model.getTitle() -
Method in class com.omertron.themoviedbapi.model.Collection
- getTitle() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
+getTitle() -
+Method in class com.omertron.themoviedbapi.model.KeywordMovie
+
+ getTitle() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
getTitles() -
Method in class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
@@ -1210,81 +1120,15 @@ Method in class com.omertron.themoviedbapi.wrapper.getTotalResults() -
Method in interface com.omertron.themoviedbapi.wrapper.IWrapperPages
- getTrailers() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+getTrailers() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- getTranslations() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+getTranslations() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
getTranslations() -
Method in class com.omertron.themoviedbapi.wrapper.WrapperTranslations
- getTv(int, String, String[]) -
-Method in class com.omertron.themoviedbapi.methods.TV
- Get the primary information about a TV series by id.
- getTv(int, String, String...) -
-Method in class com.omertron.themoviedbapi.TheMovieDbApi
- Get the primary information about a TV series by id.
- getTvCredits(int, String, String[]) -
-Method in class com.omertron.themoviedbapi.methods.TV
- Get the cast & crew information about a TV series.
- getTvCredits(int, String, String...) -
-Method in class com.omertron.themoviedbapi.TheMovieDbApi
- Get the cast & crew information about a TV series.
- getTvEpisode(int, int, int, String, String[]) -
-Method in class com.omertron.themoviedbapi.methods.TV
- Get the primary information about a TV episode by combination of a season and episode number.
- getTvEpisode(int, int, int, String, String...) -
-Method in class com.omertron.themoviedbapi.TheMovieDbApi
- Get the primary information about a TV episode by combination of a season and episode number.
- getTvEpisodeCredits(int, int, int, String) -
-Method in class com.omertron.themoviedbapi.methods.TV
- Get the TV episode credits by combination of season and episode number.
- getTvEpisodeCredits(int, int, int, String) -
-Method in class com.omertron.themoviedbapi.TheMovieDbApi
- Get the TV episode credits by combination of season and episode number.
- getTvEpisodeExternalIds(int, int, int, String) -
-Method in class com.omertron.themoviedbapi.methods.TV
- Get the external ids for a TV episode by combination of a season and episode number.
- getTvEpisodeExternalIds(int, int, int, String) -
-Method in class com.omertron.themoviedbapi.TheMovieDbApi
- Get the external ids for a TV episode by combination of a season and episode number.
- getTvEpisodeImages(int, int, int, String) -
-Method in class com.omertron.themoviedbapi.methods.TV
- Get the images (episode stills) for a TV episode by combination of a season and episode number.
- getTvEpisodeImages(int, int, int, String) -
-Method in class com.omertron.themoviedbapi.TheMovieDbApi
- Get the images (episode stills) for a TV episode by combination of a season and episode number.
- getTvExternalIds(int, String) -
-Method in class com.omertron.themoviedbapi.methods.TV
- Get the external ids that we have stored for a TV series.
- getTvExternalIds(int, String) -
-Method in class com.omertron.themoviedbapi.TheMovieDbApi
- Get the external ids that we have stored for a TV series.
- getTvImages(int, String) -
-Method in class com.omertron.themoviedbapi.methods.TV
- Get the images (posters and backdrops) for a TV series.
- getTvImages(int, String) -
-Method in class com.omertron.themoviedbapi.TheMovieDbApi
- Get the images (posters and backdrops) for a TV series.
- getTvSeason(int, int, String, String[]) -
-Method in class com.omertron.themoviedbapi.methods.TV
- Get the primary information about a TV season by its season number.
- getTvSeason(int, int, String, String...) -
-Method in class com.omertron.themoviedbapi.TheMovieDbApi
- Get the primary information about a TV season by its season number.
- getTvSeasonExternalIds(int, int, String) -
-Method in class com.omertron.themoviedbapi.methods.TV
- Get the external ids that we have stored for a TV season by season number.
- getTvSeasonExternalIds(int, int, String) -
-Method in class com.omertron.themoviedbapi.TheMovieDbApi
- Get the external ids that we have stored for a TV season by season number.
- getTvSeasonImages(int, int, String) -
-Method in class com.omertron.themoviedbapi.methods.TV
- Get the images (posters) that we have stored for a TV season by season number.
- getTvSeasonImages(int, int, String) -
-Method in class com.omertron.themoviedbapi.TheMovieDbApi
- Get the images (posters) that we have stored for a TV season by season number.
getTypeList(Class<E>, E[]) -
Method in class com.omertron.themoviedbapi.wrapper.AbstractWrapper
Get a list of the enums passed
@@ -1300,8 +1144,8 @@ Method in class com.omertron.themoviedbapi.getUserName() -
Method in class com.omertron.themoviedbapi.model.Account
- getUserRating() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+getUserRating() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
getValue() -
Method in class com.omertron.themoviedbapi.model.ChangedItem
@@ -1309,26 +1153,20 @@ Method in class com.omertron.themoviedbapi.model.getVoteAverage() -
Method in class com.omertron.themoviedbapi.model.Artwork
- getVoteAverage() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
+getVoteAverage() -
+Method in class com.omertron.themoviedbapi.model.KeywordMovie
- getVoteAverage() -
-Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
- getVoteAverage() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
+getVoteAverage() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
getVoteCount() -
Method in class com.omertron.themoviedbapi.model.Artwork
- getVoteCount() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
+getVoteCount() -
+Method in class com.omertron.themoviedbapi.model.KeywordMovie
- getVoteCount() -
-Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
- getVoteCount() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
+getVoteCount() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
getWatchList(String, int) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -1356,6 +1194,12 @@ Method in class com.omertron.themoviedbapi.wrapper.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.AbstractWrapper
+ Handle unknown properties and print a message
+ handleUnknown(String, Object) -
+Method in class com.omertron.themoviedbapi.wrapper.ResultDates
+ Handle unknown properties and print a message
hashCode() -
Method in class com.omertron.themoviedbapi.model.AlternativeTitle
@@ -1374,20 +1218,17 @@ Method in class com.omertron.themoviedbapi.model.hashCode() -
Method in class com.omertron.themoviedbapi.model.Language
- hashCode() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+hashCode() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- hashCode() -
-Method in class com.omertron.themoviedbapi.model.person.Person
+hashCode() -
+Method in class com.omertron.themoviedbapi.model.Person
- hashCode() -
-Method in class com.omertron.themoviedbapi.model.person.PersonBasic
+hashCode() -
+Method in class com.omertron.themoviedbapi.model.PersonCast
- hashCode() -
-Method in class com.omertron.themoviedbapi.model.person.PersonCast
-
- hashCode() -
-Method in class com.omertron.themoviedbapi.model.person.PersonCrew
+hashCode() -
+Method in class com.omertron.themoviedbapi.model.PersonCrew
hashCode() -
Method in class com.omertron.themoviedbapi.model.ProductionCompany
@@ -1404,38 +1245,29 @@ Method in class com.omertron.themoviedbapi.model.hashCode() -
Method in class com.omertron.themoviedbapi.model.Translation
- hasId(String) -
-Method in class com.omertron.themoviedbapi.model.ExternalIds
-
- httpClient -
-Variable in class com.omertron.themoviedbapi.methods.AbstractMethod
-
I
-- idList() -
-Method in class com.omertron.themoviedbapi.model.ExternalIds
-
-
- includeAdult(boolean) -
Method in class com.omertron.themoviedbapi.model.Discover
- Toggle the inclusion of adult titles
- isAdult() -
Method in class com.omertron.themoviedbapi.model.ChangedMovie
-
-
- isAdult() -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
+
- isAdult() -
+Method in class com.omertron.themoviedbapi.model.KeywordMovie
-
-
- isAdult() -
-Method in class com.omertron.themoviedbapi.model.person.Person
+
- isAdult() -
+Method in class com.omertron.themoviedbapi.model.MovieDb
+
-
+
- isAdult() -
+Method in class com.omertron.themoviedbapi.model.Person
-
- isIncludeAdult() -
Method in class com.omertron.themoviedbapi.model.Account
-
-
- isInProduction() -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
-
-
- isItemPresent() -
Method in class com.omertron.themoviedbapi.model.ListItemStatus
-
@@ -1473,6 +1305,9 @@ Constructor for class com.omertron.themoviedbapi.model.Keyword - Class in com.omertron.themoviedbapi.model
-
- Keyword() -
Constructor for class com.omertron.themoviedbapi.model.Keyword
-
+
- KeywordMovie - Class in com.omertron.themoviedbapi.model
-
- KeywordMovie() -
+Constructor for class com.omertron.themoviedbapi.model.KeywordMovie
+
-
@@ -1492,14 +1327,8 @@ Constructor for class com.omertron.themoviedbapi.model.
M
-- mapper -
-Static variable in class com.omertron.themoviedbapi.methods.AbstractMethod
-
-
-
- MovieDb - Class in com.omertron.themoviedbapi.model.movie
- Movie Bean
- MovieDb() -
-Constructor for class com.omertron.themoviedbapi.model.movie.MovieDb
-
-
-
- MovieDbBasic - Class in com.omertron.themoviedbapi.model.movie
-
- MovieDbBasic() -
-Constructor for class com.omertron.themoviedbapi.model.movie.MovieDbBasic
+
- MovieDb - Class in com.omertron.themoviedbapi.model
- Movie Bean
- MovieDb() -
+Constructor for class com.omertron.themoviedbapi.model.MovieDb
-
- MovieDbException - Exception in com.omertron.themoviedbapi
-
- MovieDbException(MovieDbException.MovieDbExceptionType, String) -
Constructor for exception com.omertron.themoviedbapi.MovieDbException
@@ -1507,19 +1336,14 @@ Constructor for exception com.omertron.themoviedbapi.MovieDbException(MovieDbException.MovieDbExceptionType, String, Throwable) -
Constructor for exception com.omertron.themoviedbapi.MovieDbException
-
-
- MovieDbException.MovieDbExceptionType - Enum in com.omertron.themoviedbapi
-
- MovieDbList - Class in com.omertron.themoviedbapi.model.movie
- Wrapper for the MovieDbList function
- MovieDbList() -
-Constructor for class com.omertron.themoviedbapi.model.movie.MovieDbList
+
- MovieDbException.MovieDbExceptionType - Enum in com.omertron.themoviedbapi
-
- MovieDbList - Class in com.omertron.themoviedbapi.model
- Wrapper for the MovieDbList function
- MovieDbList() -
+Constructor for class com.omertron.themoviedbapi.model.MovieDbList
-
-
- MovieList - Class in com.omertron.themoviedbapi.model.movie
-
- MovieList() -
-Constructor for class com.omertron.themoviedbapi.model.movie.MovieList
+
- MovieDbListStatus - Class in com.omertron.themoviedbapi.model
-
- MovieDbListStatus() -
+Constructor for class com.omertron.themoviedbapi.model.MovieDbListStatus
-
-
-
-
-N
-
-- Network - Class in com.omertron.themoviedbapi.model
-
- Network() -
-Constructor for class com.omertron.themoviedbapi.model.Network
+
- MovieList - Class in com.omertron.themoviedbapi.model
-
- MovieList() -
+Constructor for class com.omertron.themoviedbapi.model.MovieList
-
@@ -1549,15 +1373,9 @@ Static variable in class com.omertron.themoviedbapi.tools.PARAM_END_DATE -
Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
- PARAM_EPISODE_NUMBER -
-Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
-
PARAM_FAVORITE -
Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
- PARAM_FIRST_AIR_DATE_YEAR -
-Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
-
PARAM_ID -
Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
@@ -1576,12 +1394,6 @@ Static variable in class com.omertron.themoviedbapi.tools.PARAM_QUERY -
Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
- PARAM_SEARCH_TYPE -
-Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
-
- PARAM_SEASON_NUMBER -
-Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
-
PARAM_SESSION -
Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
@@ -1597,22 +1409,19 @@ Static variable in class com.omertron.themoviedbapi.tools.PARAM_YEAR -
Static variable in class com.omertron.themoviedbapi.tools.ApiUrl
- Person - Class in com.omertron.themoviedbapi.model.person Person() -
-Constructor for class com.omertron.themoviedbapi.model.person.Person
+Person - Class in com.omertron.themoviedbapi.model Person() -
+Constructor for class com.omertron.themoviedbapi.model.Person
- PersonBasic - Class in com.omertron.themoviedbapi.model.person Basic information about a person PersonBasic() -
-Constructor for class com.omertron.themoviedbapi.model.person.PersonBasic
+PersonCast - Class in com.omertron.themoviedbapi.model PersonCast() -
+Constructor for class com.omertron.themoviedbapi.model.PersonCast
- PersonCast - Class in com.omertron.themoviedbapi.model.person PersonCast() -
-Constructor for class com.omertron.themoviedbapi.model.person.PersonCast
+PersonCredit - Class in com.omertron.themoviedbapi.model PersonCredit() -
+Constructor for class com.omertron.themoviedbapi.model.PersonCredit
- PersonCredit - Class in com.omertron.themoviedbapi.model.person PersonCredit() -
-Constructor for class com.omertron.themoviedbapi.model.person.PersonCredit
+PersonCrew - Class in com.omertron.themoviedbapi.model PersonCrew() -
+Constructor for class com.omertron.themoviedbapi.model.PersonCrew
- PersonCrew - Class in com.omertron.themoviedbapi.model.person PersonCrew() -
-Constructor for class com.omertron.themoviedbapi.model.person.PersonCrew
-
- PersonType - Enum in com.omertron.themoviedbapi.model.person postMovieRating(String, Integer, Integer) -
+PersonType - Enum in com.omertron.themoviedbapi.model postMovieRating(String, Integer, Integer) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
This method lets users rate a movie.
primaryReleaseYear(int) -
@@ -1656,15 +1465,6 @@ Static method in class com.omertron.themoviedbapi.tools.request(URL, String, boolean) -
Static method in class com.omertron.themoviedbapi.tools.WebBrowser
- requestWebPage(URL) -
-Method in class com.omertron.themoviedbapi.methods.AbstractMethod
-
- requestWebPage(URL, String) -
-Method in class com.omertron.themoviedbapi.methods.AbstractMethod
-
- requestWebPage(URL, String, boolean) -
-Method in class com.omertron.themoviedbapi.methods.AbstractMethod
-
ResultDates - Class in com.omertron.themoviedbapi.wrapper ResultDates() -
Constructor for class com.omertron.themoviedbapi.wrapper.ResultDates
@@ -1694,41 +1494,29 @@ Method in class com.omertron.themoviedbapi.searchPeople(String, boolean, int) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
This is a good starting point to start finding people on TMDb.
- searchTv(String, int, String, SearchType, int) -
-Method in class com.omertron.themoviedbapi.methods.TV
- Search for TV shows by title.
- searchTv(String, int, String, SearchType, int) -
-Method in class com.omertron.themoviedbapi.TheMovieDbApi
- Search for TV shows by title.
- searchTv(String, int, String) -
-Method in class com.omertron.themoviedbapi.TheMovieDbApi
- Search for TV shows by title.
- SearchType - Enum in com.omertron.themoviedbapi.model By default, the search type is 'phrase'. setAction(String) -
+setAction(String) -
Method in class com.omertron.themoviedbapi.model.ChangedItem
setAdult(boolean) -
Method in class com.omertron.themoviedbapi.model.ChangedMovie
- setAdult(boolean) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
+setAdult(boolean) -
+Method in class com.omertron.themoviedbapi.model.KeywordMovie
- setAdult(boolean) -
-Method in class com.omertron.themoviedbapi.model.person.Person
+setAdult(boolean) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- setAdult(String) -
-Method in class com.omertron.themoviedbapi.model.person.PersonCredit
+setAdult(boolean) -
+Method in class com.omertron.themoviedbapi.model.Person
- setAirDate(String) -
-Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
+setAdult(String) -
+Method in class com.omertron.themoviedbapi.model.PersonCredit
- setAirDate(String) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
+setAka(List<String>) -
+Method in class com.omertron.themoviedbapi.model.Person
- setAka(List<String>) -
-Method in class com.omertron.themoviedbapi.model.person.Person
-
- setAlternativeTitles(WrapperAlternativeTitles) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+setAlternativeTitles(WrapperAlternativeTitles) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
setArguments(Map<String, String>) -
Method in class com.omertron.themoviedbapi.tools.ApiUrl
@@ -1742,17 +1530,17 @@ Method in class com.omertron.themoviedbapi.model.setAuthor(String) -
Method in class com.omertron.themoviedbapi.model.Reviews
- setBackdrop(String) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
-
setBackdropPath(String) -
Method in class com.omertron.themoviedbapi.model.Collection
setBackdropPath(String) -
Method in class com.omertron.themoviedbapi.model.CollectionInfo
- setBackdropPath(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
+setBackdropPath(String) -
+Method in class com.omertron.themoviedbapi.model.KeywordMovie
+
+ setBackdropPath(String) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
setBackdrops(List<Artwork>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
@@ -1763,32 +1551,32 @@ Method in class com.omertron.themoviedbapi.model.setBaseUrl(String) -
Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
- setBelongsToCollection(Collection) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+setBelongsToCollection(Collection) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- setBiography(String) -
-Method in class com.omertron.themoviedbapi.model.person.Person
+setBiography(String) -
+Method in class com.omertron.themoviedbapi.model.Person
- setBirthday(String) -
-Method in class com.omertron.themoviedbapi.model.person.Person
+setBirthday(String) -
+Method in class com.omertron.themoviedbapi.model.Person
- setBirthplace(String) -
-Method in class com.omertron.themoviedbapi.model.person.Person
+setBirthplace(String) -
+Method in class com.omertron.themoviedbapi.model.Person
- setBudget(long) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+setBudget(long) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- setCast(List<PersonCast>) -
-Method in class com.omertron.themoviedbapi.wrapper.person.WrapperCasts
+setCast(List<PersonCast>) -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
- setCast(List<PersonCredit>) -
-Method in class com.omertron.themoviedbapi.wrapper.person.WrapperPersonCredits
+setCast(List<PersonCredit>) -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits
- setCastId(int) -
-Method in class com.omertron.themoviedbapi.model.person.PersonCast
+setCastId(int) -
+Method in class com.omertron.themoviedbapi.model.PersonCast
- setCasts(WrapperCasts) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+setCasts(WrapperMovieCasts) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
setCertification(String) -
Method in class com.omertron.themoviedbapi.model.ReleaseInfo
@@ -1802,18 +1590,15 @@ Method in class com.omertron.themoviedbapi.wrapper.setChangeKeys(List<String>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperConfig
- setCharacter(String) -
-Method in class com.omertron.themoviedbapi.model.person.Person
+setCharacter(String) -
+Method in class com.omertron.themoviedbapi.model.Person
- setCharacter(String) -
-Method in class com.omertron.themoviedbapi.model.person.PersonCast
+setCharacter(String) -
+Method in class com.omertron.themoviedbapi.model.PersonCast
- setCharacter(String) -
-Method in class com.omertron.themoviedbapi.model.person.PersonCredit
+setCharacter(String) -
+Method in class com.omertron.themoviedbapi.model.PersonCredit
- setCharacterName(String) -
-Method in class com.omertron.themoviedbapi.model.person.PersonCast
- Set the character name.
setCompanyId(int) -
Method in class com.omertron.themoviedbapi.model.Company
@@ -1832,20 +1617,14 @@ Method in class com.omertron.themoviedbapi.model.setCountry(String) -
Method in class com.omertron.themoviedbapi.model.ReleaseInfo
- setCreatedBy(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+setCreatedBy(String) -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
- setCreatedBy(List<PersonCrew>) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
+setCrew(List<PersonCrew>) -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
- setCreditId(String) -
-Method in class com.omertron.themoviedbapi.model.person.PersonCast
-
- setCrew(List<PersonCrew>) -
-Method in class com.omertron.themoviedbapi.wrapper.person.WrapperCasts
-
- setCrew(List<PersonCredit>) -
-Method in class com.omertron.themoviedbapi.wrapper.person.WrapperPersonCredits
+setCrew(List<PersonCredit>) -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits
setDates(ResultDates) -
Method in class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
@@ -1853,68 +1632,53 @@ Method in class com.omertron.themoviedbapi.wrapper.setDates(ResultDates) -
Method in interface com.omertron.themoviedbapi.wrapper.IWrapperDates
- setDeathday(String) -
-Method in class com.omertron.themoviedbapi.model.person.Person
+setDeathday(String) -
+Method in class com.omertron.themoviedbapi.model.Person
setDepartment(String) -
Method in class com.omertron.themoviedbapi.model.JobDepartment
- setDepartment(String) -
-Method in class com.omertron.themoviedbapi.model.person.Person
+setDepartment(String) -
+Method in class com.omertron.themoviedbapi.model.Person
- setDepartment(String) -
-Method in class com.omertron.themoviedbapi.model.person.PersonCredit
+setDepartment(String) -
+Method in class com.omertron.themoviedbapi.model.PersonCredit
- setDepartment(String) -
-Method in class com.omertron.themoviedbapi.model.person.PersonCrew
+setDepartment(String) -
+Method in class com.omertron.themoviedbapi.model.PersonCrew
setDescription(String) -
Method in class com.omertron.themoviedbapi.model.Company
- setDescription(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+setDescription(String) -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
- setDescription(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieList
+setDescription(String) -
+Method in class com.omertron.themoviedbapi.model.MovieList
setEnglishName(String) -
Method in class com.omertron.themoviedbapi.model.Translation
- setEpisodeNumber(int) -
-Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
- setEpisodeRuntime(List<Integer>) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
-
- setEpisodes(List<TVEpisodeBasic>) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeason
-
setExpires(String) -
Method in class com.omertron.themoviedbapi.model.TokenAuthorisation
setExpiresAt(String) -
Method in class com.omertron.themoviedbapi.model.TokenSession
- setFavoriteCount(int) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+setFavoriteCount(int) -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
- setFavoriteCount(int) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieList
+setFavoriteCount(int) -
+Method in class com.omertron.themoviedbapi.model.MovieList
setFilePath(String) -
Method in class com.omertron.themoviedbapi.model.Artwork
- setFirstAirDate(String) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
-
setFlag(String) -
Method in class com.omertron.themoviedbapi.model.Artwork
- setGenres(List<Genre>) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
-
- setGenres(List<Genre>) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
+setGenres(List<Genre>) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
setGenres(List<Genre>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperGenres
@@ -1931,14 +1695,11 @@ Method in class com.omertron.themoviedbapi.model.setHomepage(String) -
Method in class com.omertron.themoviedbapi.model.Company
- setHomepage(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+setHomepage(String) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- setHomepage(String) -
-Method in class com.omertron.themoviedbapi.model.person.Person
-
- setHomepage(String) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
+setHomepage(String) -
+Method in class com.omertron.themoviedbapi.model.Person
setId(int) -
Method in class com.omertron.themoviedbapi.model.Account
@@ -1961,20 +1722,26 @@ Method in class com.omertron.themoviedbapi.model.setId(int) -
Method in class com.omertron.themoviedbapi.model.Keyword
- setId(int) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
+setId(String) -
+Method in class com.omertron.themoviedbapi.model.KeywordMovie
- setId(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+setId(int) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- setId(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieList
+setId(String) -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
- setId(int) -
-Method in class com.omertron.themoviedbapi.model.Network
+setId(String) -
+Method in class com.omertron.themoviedbapi.model.MovieList
- setId(int) -
-Method in class com.omertron.themoviedbapi.model.person.PersonBasic
+setId(int) -
+Method in class com.omertron.themoviedbapi.model.Person
+
+ setId(int) -
+Method in class com.omertron.themoviedbapi.model.PersonCast
+
+ setId(int) -
+Method in class com.omertron.themoviedbapi.model.PersonCrew
setId(int) -
Method in class com.omertron.themoviedbapi.model.ProductionCompany
@@ -1982,15 +1749,6 @@ Method in class com.omertron.themoviedbapi.model.setId(String) -
Method in class com.omertron.themoviedbapi.model.Reviews
- setId(int) -
-Method in class com.omertron.themoviedbapi.model.tv.TVEpisode
-
- setId(int) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeason
-
- setId(int) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
-
setId(int) -
Method in class com.omertron.themoviedbapi.results.TmdbResults
@@ -2000,24 +1758,18 @@ Method in class com.omertron.themoviedbapi.wrapper.setId(int) -
Method in interface com.omertron.themoviedbapi.wrapper.IWrapperId
- setIds(String, Object) -
-Method in class com.omertron.themoviedbapi.model.ExternalIds
+setImages(WrapperImages) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- setImages(WrapperImages) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+setImdbID(String) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- setImdbID(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
-
- setImdbId(String) -
-Method in class com.omertron.themoviedbapi.model.person.Person
+setImdbId(String) -
+Method in class com.omertron.themoviedbapi.model.Person
setIncludeAdult(boolean) -
Method in class com.omertron.themoviedbapi.model.Account
- setInProduction(boolean) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
-
setIsoCode(String) -
Method in class com.omertron.themoviedbapi.model.Language
@@ -2027,26 +1779,26 @@ Method in class com.omertron.themoviedbapi.model.setIsoCode(String) -
Method in class com.omertron.themoviedbapi.model.Translation
- setItemCount(int) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+setItemCount(int) -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
- setItemCount(int) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieList
+setItemCount(int) -
+Method in class com.omertron.themoviedbapi.model.MovieList
setItemPresent(boolean) -
Method in class com.omertron.themoviedbapi.model.ListItemStatus
- setItems(List<MovieDb>) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+setItems(List<MovieDb>) -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
- setJob(String) -
-Method in class com.omertron.themoviedbapi.model.person.Person
+setJob(String) -
+Method in class com.omertron.themoviedbapi.model.Person
- setJob(String) -
-Method in class com.omertron.themoviedbapi.model.person.PersonCredit
+setJob(String) -
+Method in class com.omertron.themoviedbapi.model.PersonCredit
- setJob(String) -
-Method in class com.omertron.themoviedbapi.model.person.PersonCrew
+setJob(String) -
+Method in class com.omertron.themoviedbapi.model.PersonCrew
setJobs(List<String>) -
Method in class com.omertron.themoviedbapi.model.JobDepartment
@@ -2057,8 +1809,11 @@ Method in class com.omertron.themoviedbapi.wrapper.setKey(String) -
Method in class com.omertron.themoviedbapi.model.ChangeKeyItem
- setKeywords(WrapperKeywords) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+setKeywords(WrapperMovieKeywords) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
+
+ setKeywords(List<Keyword>) -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords
setLanguage(String) -
Method in class com.omertron.themoviedbapi.model.Account
@@ -2069,29 +1824,23 @@ Method in class com.omertron.themoviedbapi.model.setLanguage(String) -
Method in class com.omertron.themoviedbapi.model.ChangedItem
- setLanguage(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+setLanguage(String) -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
- setLanguage(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieList
+setLanguage(String) -
+Method in class com.omertron.themoviedbapi.model.MovieList
- setLanguages(List<String>) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
+setListId(String) -
+Method in class com.omertron.themoviedbapi.model.MovieDbListStatus
- setLastAirDate(String) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
+setLists(WrapperMovieList) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- setListId(String) -
-Method in class com.omertron.themoviedbapi.model.StatusCodeList
+setLists(List<MovieDbList>) -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieDbList
- setLists(WrapperMovieList) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
-
- setLists(List<MovieDbList>) -
-Method in class com.omertron.themoviedbapi.wrapper.movie.WrapperMovieDbList
-
- setListType(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieList
+setListType(String) -
+Method in class com.omertron.themoviedbapi.model.MovieList
setLogoPath(String) -
Method in class com.omertron.themoviedbapi.model.Company
@@ -2105,20 +1854,20 @@ Method in class com.omertron.themoviedbapi.wrapper.setMinimum(String) -
Method in class com.omertron.themoviedbapi.wrapper.ResultDates
- setMovieId(int) -
-Method in class com.omertron.themoviedbapi.model.person.PersonCredit
+setMovieId(int) -
+Method in class com.omertron.themoviedbapi.model.PersonCredit
- setMovieList(List<MovieList>) -
-Method in class com.omertron.themoviedbapi.wrapper.movie.WrapperMovieList
+setMovieList(List<MovieList>) -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList
- setMovieOriginalTitle(String) -
-Method in class com.omertron.themoviedbapi.model.person.PersonCredit
+setMovieOriginalTitle(String) -
+Method in class com.omertron.themoviedbapi.model.PersonCredit
- setMovies(List<MovieDb>) -
-Method in class com.omertron.themoviedbapi.wrapper.movie.WrapperMovie
+setMovies(List<MovieDb>) -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie
- setMovieTitle(String) -
-Method in class com.omertron.themoviedbapi.model.person.PersonCredit
+setMovieTitle(String) -
+Method in class com.omertron.themoviedbapi.model.PersonCredit
setName(String) -
Method in class com.omertron.themoviedbapi.model.Account
@@ -2141,17 +1890,20 @@ Method in class com.omertron.themoviedbapi.model.setName(String) -
Method in class com.omertron.themoviedbapi.model.Language
- setName(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+setName(String) -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
- setName(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieList
+setName(String) -
+Method in class com.omertron.themoviedbapi.model.MovieList
- setName(String) -
-Method in class com.omertron.themoviedbapi.model.Network
+setName(String) -
+Method in class com.omertron.themoviedbapi.model.Person
- setName(String) -
-Method in class com.omertron.themoviedbapi.model.person.PersonBasic
+setName(String) -
+Method in class com.omertron.themoviedbapi.model.PersonCast
+
+ setName(String) -
+Method in class com.omertron.themoviedbapi.model.PersonCrew
setName(String) -
Method in class com.omertron.themoviedbapi.model.ProductionCompany
@@ -2165,18 +1917,6 @@ Method in class com.omertron.themoviedbapi.model.setName(String) -
Method in class com.omertron.themoviedbapi.model.Translation
- setName(String) -
-Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
- setName(String) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeason
-
- setName(String) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
-
- setNetworks(List<Network>) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
-
setNewItems(String, Object) -
Method in class com.omertron.themoviedbapi.model.ChangedItem
@@ -2186,41 +1926,23 @@ Method in class com.omertron.themoviedbapi.model.setNewItems(String, Object) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperChanges
- setNumberEpisodes(int) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
+setOrder(int) -
+Method in class com.omertron.themoviedbapi.model.Person
- setNumberSeasons(int) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
+setOrder(int) -
+Method in class com.omertron.themoviedbapi.model.PersonCast
- setOrder(int) -
-Method in class com.omertron.themoviedbapi.model.person.Person
+setOriginalTitle(String) -
+Method in class com.omertron.themoviedbapi.model.KeywordMovie
- setOrder(int) -
-Method in class com.omertron.themoviedbapi.model.person.PersonCast
-
- setOriginalName(String) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
-
- setOriginalTitle(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
-
- setOriginCountry(List<String>) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
+setOriginalTitle(String) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
setOverview(String) -
Method in class com.omertron.themoviedbapi.model.CollectionInfo
- setOverview(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
-
- setOverview(String) -
-Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
- setOverview(String) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeason
-
- setOverview(String) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
+setOverview(String) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
setPage(int) -
Method in class com.omertron.themoviedbapi.results.TmdbResults
@@ -2240,23 +1962,23 @@ Method in class com.omertron.themoviedbapi.model.setParts(List<Collection>) -
Method in class com.omertron.themoviedbapi.model.CollectionInfo
- setPersonList(List<Person>) -
-Method in class com.omertron.themoviedbapi.wrapper.person.WrapperPersonList
+setPersonList(List<Person>) -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonList
- setPersonType(PersonType) -
-Method in class com.omertron.themoviedbapi.model.person.Person
+setPersonType(PersonType) -
+Method in class com.omertron.themoviedbapi.model.Person
- setPersonType(PersonType) -
-Method in class com.omertron.themoviedbapi.model.person.PersonCredit
+setPersonType(PersonType) -
+Method in class com.omertron.themoviedbapi.model.PersonCredit
- setPopularity(float) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
+setPopularity(float) -
+Method in class com.omertron.themoviedbapi.model.KeywordMovie
- setPopularity(float) -
-Method in class com.omertron.themoviedbapi.model.person.Person
+setPopularity(float) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- setPopularity(float) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
+setPopularity(float) -
+Method in class com.omertron.themoviedbapi.model.Person
setPosterPath(String) -
Method in class com.omertron.themoviedbapi.model.Collection
@@ -2264,23 +1986,20 @@ Method in class com.omertron.themoviedbapi.model.setPosterPath(String) -
Method in class com.omertron.themoviedbapi.model.CollectionInfo
- setPosterPath(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
+setPosterPath(String) -
+Method in class com.omertron.themoviedbapi.model.KeywordMovie
- setPosterPath(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+setPosterPath(String) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- setPosterPath(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieList
+setPosterPath(String) -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
- setPosterPath(String) -
-Method in class com.omertron.themoviedbapi.model.person.PersonCredit
+setPosterPath(String) -
+Method in class com.omertron.themoviedbapi.model.MovieList
- setPosterPath(String) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
-
- setPosterPath(String) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
+setPosterPath(String) -
+Method in class com.omertron.themoviedbapi.model.PersonCredit
setPosters(List<Artwork>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
@@ -2288,17 +2007,20 @@ Method in class com.omertron.themoviedbapi.wrapper.setPosterSizes(List<String>) -
Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
- setProductionCode(String) -
-Method in class com.omertron.themoviedbapi.model.tv.TVEpisode
+setProductionCompanies(List<ProductionCompany>) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- setProductionCompanies(List<ProductionCompany>) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+setProductionCountries(List<ProductionCountry>) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- setProductionCountries(List<ProductionCountry>) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+setProfilePath(String) -
+Method in class com.omertron.themoviedbapi.model.Person
- setProfilePath(String) -
-Method in class com.omertron.themoviedbapi.model.person.PersonBasic
+setProfilePath(String) -
+Method in class com.omertron.themoviedbapi.model.PersonCast
+
+ setProfilePath(String) -
+Method in class com.omertron.themoviedbapi.model.PersonCrew
setProfiles(List<Artwork>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
@@ -2327,17 +2049,20 @@ Method in class com.omertron.themoviedbapi.wrapper.setReleaseDate(String) -
Method in class com.omertron.themoviedbapi.model.Collection
- setReleaseDate(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
+setReleaseDate(String) -
+Method in class com.omertron.themoviedbapi.model.KeywordMovie
- setReleaseDate(String) -
-Method in class com.omertron.themoviedbapi.model.person.PersonCredit
+setReleaseDate(String) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
+
+ setReleaseDate(String) -
+Method in class com.omertron.themoviedbapi.model.PersonCredit
setReleaseDate(String) -
Method in class com.omertron.themoviedbapi.model.ReleaseInfo
- setReleases(WrapperReleaseInfo) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+setReleases(WrapperReleaseInfo) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
setRequestToken(String) -
Method in class com.omertron.themoviedbapi.model.TokenAuthorisation
@@ -2348,12 +2073,6 @@ Method in class com.omertron.themoviedbapi.results.setResults(Map<K, V>) -
Method in class com.omertron.themoviedbapi.results.TmdbResultsMap
- setResults(List<ChangedMovie>) -
-Method in class com.omertron.themoviedbapi.wrapper.movie.WrapperMovieChanges
-
- setResults(List<Person>) -
-Method in class com.omertron.themoviedbapi.wrapper.person.WrapperPerson
-
setResults(List<Collection>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection
@@ -2363,68 +2082,56 @@ Method in class com.omertron.themoviedbapi.wrapper.setResults(List<MovieDb>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies
- setResults(List<MovieDbBasic>) -
+setResults(List<KeywordMovie>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies
setResults(List<Keyword>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords
- setRevenue(long) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+setResults(List<ChangedMovie>) -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieChanges
- setReviews(WrapperReviews) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+setResults(List<Person>) -
+Method in class com.omertron.themoviedbapi.wrapper.WrapperPerson
+
+ setRevenue(long) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
+
+ setReviews(WrapperReviews) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
setReviews(List<Reviews>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperReviews
- setRuntime(int) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
-
- setSeasonNumber(int) -
-Method in class com.omertron.themoviedbapi.model.tv.TVEpisode
-
- setSeasonNumber(int) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
-
- setSeasons(List<TVSeasonBasic>) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
+setRuntime(int) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
setSecureBaseUrl(String) -
Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
- setSeries(List<TVSeriesBasic>) -
-Method in class com.omertron.themoviedbapi.wrapper.tv.WrapperTVSeries
-
setSessionId(String) -
Method in class com.omertron.themoviedbapi.model.TokenSession
- setSimilarMovies(WrapperMovie) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+setSimilarMovies(WrapperMovie) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
setSize(String) -
Method in class com.omertron.themoviedbapi.model.Trailer
- setSortOrder(int) -
-Method in class com.omertron.themoviedbapi.model.person.PersonCast
- Set the sort order.
setSource(String) -
Method in class com.omertron.themoviedbapi.model.Trailer
- setSpokenLanguages(List<Language>) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+setSpokenLanguages(List<Language>) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- setStatus(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
-
- setStatus(String) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeries
+setStatus(String) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
setStatusCode(int) -
Method in class com.omertron.themoviedbapi.model.ListItemStatus
- setStatusCode(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+setStatusCode(String) -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
setStatusCode(int) -
Method in class com.omertron.themoviedbapi.model.StatusCode
@@ -2432,8 +2139,8 @@ Method in class com.omertron.themoviedbapi.model.setStatusCode(String) -
Method in class com.omertron.themoviedbapi.model.TokenSession
- setStatusMessage(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
+setStatusMessage(String) -
+Method in class com.omertron.themoviedbapi.model.MovieDbList
setStatusMessage(String) -
Method in class com.omertron.themoviedbapi.model.StatusCode
@@ -2441,17 +2148,14 @@ Method in class com.omertron.themoviedbapi.model.setStatusMessage(String) -
Method in class com.omertron.themoviedbapi.model.TokenSession
- setStillPath(String) -
-Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
setSuccess(Boolean) -
Method in class com.omertron.themoviedbapi.model.TokenAuthorisation
setSuccess(Boolean) -
Method in class com.omertron.themoviedbapi.model.TokenSession
- setTagline(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+setTagline(String) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
setTime(String) -
Method in class com.omertron.themoviedbapi.model.ChangedItem
@@ -2465,8 +2169,11 @@ Method in class com.omertron.themoviedbapi.model.setTitle(String) -
Method in class com.omertron.themoviedbapi.model.Collection
- setTitle(String) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
+setTitle(String) -
+Method in class com.omertron.themoviedbapi.model.KeywordMovie
+
+ setTitle(String) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
setTitles(List<AlternativeTitle>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
@@ -2492,11 +2199,11 @@ Method in class com.omertron.themoviedbapi.wrapper.setTotalResults(int) -
Method in interface com.omertron.themoviedbapi.wrapper.IWrapperPages
- setTrailers(WrapperTrailers) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+setTrailers(WrapperTrailers) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
- setTranslations(WrapperTranslations) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+setTranslations(WrapperTranslations) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
setTranslations(List<Translation>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperTranslations
@@ -2507,8 +2214,8 @@ Method in class com.omertron.themoviedbapi.model.setUserName(String) -
Method in class com.omertron.themoviedbapi.model.Account
- setUserRating(float) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+setUserRating(float) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
setValue(Object) -
Method in class com.omertron.themoviedbapi.model.ChangedItem
@@ -2516,26 +2223,20 @@ Method in class com.omertron.themoviedbapi.model.setVoteAverage(float) -
Method in class com.omertron.themoviedbapi.model.Artwork
- setVoteAverage(float) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
+setVoteAverage(float) -
+Method in class com.omertron.themoviedbapi.model.KeywordMovie
- setVoteAverage(float) -
-Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
- setVoteAverage(float) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
+setVoteAverage(float) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
setVoteCount(int) -
Method in class com.omertron.themoviedbapi.model.Artwork
- setVoteCount(double) -
-Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
+setVoteCount(double) -
+Method in class com.omertron.themoviedbapi.model.KeywordMovie
- setVoteCount(double) -
-Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
- setVoteCount(double) -
-Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
+setVoteCount(int) -
+Method in class com.omertron.themoviedbapi.model.MovieDb
setWebsite(String) -
Method in class com.omertron.themoviedbapi.model.Trailer
@@ -2564,9 +2265,6 @@ Method in class com.omertron.themoviedbapi.model.StatusCode - Class in com.omertron.themoviedbapi.model StatusCode() -
Constructor for class com.omertron.themoviedbapi.model.StatusCode
- StatusCodeList - Class in com.omertron.themoviedbapi.model StatusCodeList() -
-Constructor for class com.omertron.themoviedbapi.model.StatusCodeList
-
@@ -2599,15 +2297,18 @@ Constructor for class com.omertron.themoviedbapi.model.toString() -
Method in class com.omertron.themoviedbapi.model.AbstractJsonMapping
- toString() -
-Method in class com.omertron.themoviedbapi.model.ExternalIds
-
toString() -
Method in class com.omertron.themoviedbapi.model.Translation
toString() -
Method in class com.omertron.themoviedbapi.results.TmdbResults
+ toString() -
+Method in class com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
+ toString() -
+Method in class com.omertron.themoviedbapi.wrapper.ResultDates
+
toString() -
Method in class com.omertron.themoviedbapi.wrapper.WrapperChanges
@@ -2617,31 +2318,6 @@ Constructor for class com.omertron.themoviedbapi.model.Translation - Class in com.omertron.themoviedbapi.model Translation() -
Constructor for class com.omertron.themoviedbapi.model.Translation
- TV - Class in com.omertron.themoviedbapi.methods Class to hold the TV methods TV(String, CommonHttpClient) -
-Constructor for class com.omertron.themoviedbapi.methods.TV
-
- TVEpisode - Class in com.omertron.themoviedbapi.model.tv Information on an Episode for a TV Series
- Extends the information provided by TVEpisodeBasic TVEpisode() -
-Constructor for class com.omertron.themoviedbapi.model.tv.TVEpisode
-
- TVEpisodeBasic - Class in com.omertron.themoviedbapi.model.tv Basic information on an Episode for a TV Series
TVEpisodeBasic() -
-Constructor for class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
- TVSeason - Class in com.omertron.themoviedbapi.model.tv Information on the Season for a TV Series
- Extends the information provided by TVSeasonBasic TVSeason() -
-Constructor for class com.omertron.themoviedbapi.model.tv.TVSeason
-
- TVSeasonBasic - Class in com.omertron.themoviedbapi.model.tv Basic information on the Season for a TV Series
TVSeasonBasic() -
-Constructor for class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
-
- TVSeries - Class in com.omertron.themoviedbapi.model.tv TV Series information
- Represents all the information returned. TVSeries() -
-Constructor for class com.omertron.themoviedbapi.model.tv.TVSeries
-
- TVSeriesBasic - Class in com.omertron.themoviedbapi.model.tv TV Series information
- Represents the basic set of information returned TVSeriesBasic() -
-Constructor for class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
-
@@ -2650,11 +2326,8 @@ Constructor for class com.omertron.themoviedbapi.model.tv.valueOf(String) -
Static method in enum com.omertron.themoviedbapi.model.ArtworkType
Returns the enum constant of this type with the specified name.
- valueOf(String) -
-Static method in enum com.omertron.themoviedbapi.model.person.PersonType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
-Static method in enum com.omertron.themoviedbapi.model.SearchType
+valueOf(String) -
+Static method in enum com.omertron.themoviedbapi.model.PersonType
Returns the enum constant of this type with the specified name.
valueOf(String) -
Static method in enum com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType
@@ -2663,12 +2336,8 @@ Static method in enum com.omertron.themoviedbapi.ArtworkType
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() -
-Static method in enum com.omertron.themoviedbapi.model.person.PersonType
- Returns an array containing the constants of this enum type, in
-the order they are declared.
- values() -
-Static method in enum com.omertron.themoviedbapi.model.SearchType
+values() -
+Static method in enum com.omertron.themoviedbapi.model.PersonType
Returns an array containing the constants of this enum type, in
the order they are declared.
values() -
@@ -2704,9 +2373,6 @@ Method in class com.omertron.themoviedbapi.model.WrapperAlternativeTitles - Class in com.omertron.themoviedbapi.wrapper WrapperAlternativeTitles() -
Constructor for class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
- WrapperCasts - Class in com.omertron.themoviedbapi.wrapper.person WrapperCasts() -
-Constructor for class com.omertron.themoviedbapi.wrapper.person.WrapperCasts
-
WrapperChanges - Class in com.omertron.themoviedbapi.wrapper WrapperChanges() -
Constructor for class com.omertron.themoviedbapi.wrapper.WrapperChanges
@@ -2722,9 +2388,6 @@ Constructor for class com.omertron.themoviedbapi.wrapper.WrapperConfig - Class in com.omertron.themoviedbapi.wrapper WrapperConfig() -
Constructor for class com.omertron.themoviedbapi.wrapper.WrapperConfig
- WrapperCredits - Class in com.omertron.themoviedbapi.wrapper.person WrapperCredits() -
-Constructor for class com.omertron.themoviedbapi.wrapper.person.WrapperCredits
-
WrapperGenres - Class in com.omertron.themoviedbapi.wrapper Wrapper class for the Genres searches WrapperGenres() -
Constructor for class com.omertron.themoviedbapi.wrapper.WrapperGenres
@@ -2740,26 +2403,32 @@ Constructor for class com.omertron.themoviedbapi.wrapper.WrapperKeywords - Class in com.omertron.themoviedbapi.wrapper WrapperKeywords() -
Constructor for class com.omertron.themoviedbapi.wrapper.WrapperKeywords
- WrapperMovie - Class in com.omertron.themoviedbapi.wrapper.movie WrapperMovie() -
-Constructor for class com.omertron.themoviedbapi.wrapper.movie.WrapperMovie
+WrapperMovie - Class in com.omertron.themoviedbapi.wrapper WrapperMovie() -
+Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovie
- WrapperMovieChanges - Class in com.omertron.themoviedbapi.wrapper.movie WrapperMovieChanges() -
-Constructor for class com.omertron.themoviedbapi.wrapper.movie.WrapperMovieChanges
+WrapperMovieCasts - Class in com.omertron.themoviedbapi.wrapper WrapperMovieCasts() -
+Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
- WrapperMovieDbList - Class in com.omertron.themoviedbapi.wrapper.movie WrapperMovieDbList() -
-Constructor for class com.omertron.themoviedbapi.wrapper.movie.WrapperMovieDbList
+WrapperMovieChanges - Class in com.omertron.themoviedbapi.wrapper WrapperMovieChanges() -
+Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovieChanges
- WrapperMovieList - Class in com.omertron.themoviedbapi.wrapper.movie WrapperMovieList() -
-Constructor for class com.omertron.themoviedbapi.wrapper.movie.WrapperMovieList
+WrapperMovieDbList - Class in com.omertron.themoviedbapi.wrapper WrapperMovieDbList() -
+Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovieDbList
- WrapperPerson - Class in com.omertron.themoviedbapi.wrapper.person WrapperPerson() -
-Constructor for class com.omertron.themoviedbapi.wrapper.person.WrapperPerson
+WrapperMovieKeywords - Class in com.omertron.themoviedbapi.wrapper WrapperMovieKeywords() -
+Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords
- WrapperPersonCredits - Class in com.omertron.themoviedbapi.wrapper.person WrapperPersonCredits() -
-Constructor for class com.omertron.themoviedbapi.wrapper.person.WrapperPersonCredits
+WrapperMovieList - Class in com.omertron.themoviedbapi.wrapper WrapperMovieList() -
+Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovieList
- WrapperPersonList - Class in com.omertron.themoviedbapi.wrapper.person WrapperPersonList() -
-Constructor for class com.omertron.themoviedbapi.wrapper.person.WrapperPersonList
+WrapperPerson - Class in com.omertron.themoviedbapi.wrapper WrapperPerson() -
+Constructor for class com.omertron.themoviedbapi.wrapper.WrapperPerson
+
+ WrapperPersonCredits - Class in com.omertron.themoviedbapi.wrapper WrapperPersonCredits() -
+Constructor for class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits
+
+ WrapperPersonList - Class in com.omertron.themoviedbapi.wrapper WrapperPersonList() -
+Constructor for class com.omertron.themoviedbapi.wrapper.WrapperPersonList
WrapperReleaseInfo - Class in com.omertron.themoviedbapi.wrapper WrapperReleaseInfo() -
Constructor for class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo
@@ -2773,9 +2442,6 @@ Constructor for class com.omertron.themoviedbapi.wrapper.WrapperTranslations - Class in com.omertron.themoviedbapi.wrapper WrapperTranslations() -
Constructor for class com.omertron.themoviedbapi.wrapper.WrapperTranslations
- WrapperTVSeries - Class in com.omertron.themoviedbapi.wrapper.tv WrapperTVSeries() -
-Constructor for class com.omertron.themoviedbapi.wrapper.tv.WrapperTVSeries
-
@@ -2786,7 +2452,7 @@ Method in class com.omertron.themoviedbapi.model.A B C D E G H I J K L M N O P R S T V W Y
+A B C D E G H I J K L M O P R S T V W Y
diff --git a/apidocs/index.html b/apidocs/index.html
index ce33c5907..50f567911 100644
--- a/apidocs/index.html
+++ b/apidocs/index.html
@@ -2,7 +2,7 @@
-
+
API-The MovieDB 3.8-SNAPSHOT API
diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html
index 97d407ff1..7efd04d5a 100644
--- a/apidocs/overview-frame.html
+++ b/apidocs/overview-frame.html
@@ -2,7 +2,7 @@
-
+
Overview List (API-The MovieDB 3.8-SNAPSHOT API)
@@ -33,28 +33,14 @@ Packages
com.omertron.themoviedbapi
-com.omertron.themoviedbapi.methods
-
com.omertron.themoviedbapi.model
-com.omertron.themoviedbapi.model.movie
-
-com.omertron.themoviedbapi.model.person
-
-com.omertron.themoviedbapi.model.tv
-
com.omertron.themoviedbapi.results
com.omertron.themoviedbapi.tools
com.omertron.themoviedbapi.wrapper
-com.omertron.themoviedbapi.wrapper.movie
-
-com.omertron.themoviedbapi.wrapper.person
-
-com.omertron.themoviedbapi.wrapper.tv
-
diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html
index d56ee8a2d..7f2ad25c2 100644
--- a/apidocs/overview-summary.html
+++ b/apidocs/overview-summary.html
@@ -2,7 +2,7 @@
-
+
Overview (API-The MovieDB 3.8-SNAPSHOT API)
@@ -96,26 +96,10 @@ API-The MovieDB 3.8-SNAPSHOT API
-com.omertron.themoviedbapi.methods
-
-
-
com.omertron.themoviedbapi.model
-com.omertron.themoviedbapi.model.movie
-
-
-
-com.omertron.themoviedbapi.model.person
-
-
-
-com.omertron.themoviedbapi.model.tv
-
-
-
com.omertron.themoviedbapi.results
@@ -127,18 +111,6 @@ API-The MovieDB 3.8-SNAPSHOT API
com.omertron.themoviedbapi.wrapper
-
-com.omertron.themoviedbapi.wrapper.movie
-
-
-
-com.omertron.themoviedbapi.wrapper.person
-
-
-
-com.omertron.themoviedbapi.wrapper.tv
-
-
diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html
index 6e1e72659..e9a41a531 100644
--- a/apidocs/overview-tree.html
+++ b/apidocs/overview-tree.html
@@ -2,7 +2,7 @@
-
+
Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT API)
@@ -85,7 +85,7 @@ function windowTitle()
Hierarchy For All Packages
-- Package Hierarchies:
- com.omertron.themoviedbapi, com.omertron.themoviedbapi.methods, com.omertron.themoviedbapi.model, com.omertron.themoviedbapi.model.movie, com.omertron.themoviedbapi.model.person, com.omertron.themoviedbapi.model.tv, com.omertron.themoviedbapi.results, com.omertron.themoviedbapi.tools, com.omertron.themoviedbapi.wrapper, com.omertron.themoviedbapi.wrapper.movie, com.omertron.themoviedbapi.wrapper.person, com.omertron.themoviedbapi.wrapper.tv
+Package Hierarchies: com.omertron.themoviedbapi, com.omertron.themoviedbapi.model, com.omertron.themoviedbapi.results, com.omertron.themoviedbapi.tools, com.omertron.themoviedbapi.wrapper
Class Hierarchy
@@ -94,51 +94,37 @@ Class Hierarchy
java.lang.Object
- com.omertron.themoviedbapi.model.AbstractJsonMapping (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.Account
- com.omertron.themoviedbapi.model.Artwork
- com.omertron.themoviedbapi.model.ChangedItem
- com.omertron.themoviedbapi.model.ChangedMovie
- com.omertron.themoviedbapi.model.Collection
- com.omertron.themoviedbapi.model.CollectionInfo
- com.omertron.themoviedbapi.model.Company
- com.omertron.themoviedbapi.model.Genre
- com.omertron.themoviedbapi.model.Keyword
- com.omertron.themoviedbapi.model.KeywordMovie
- com.omertron.themoviedbapi.model.Language
- com.omertron.themoviedbapi.model.ListItemStatus
- com.omertron.themoviedbapi.model.MovieDb
- com.omertron.themoviedbapi.model.MovieDbList
- com.omertron.themoviedbapi.model.MovieList
- com.omertron.themoviedbapi.model.Person
- com.omertron.themoviedbapi.model.PersonCast
- com.omertron.themoviedbapi.model.PersonCredit
- com.omertron.themoviedbapi.model.PersonCrew
- com.omertron.themoviedbapi.model.ProductionCompany
- com.omertron.themoviedbapi.model.ProductionCountry
- com.omertron.themoviedbapi.model.ReleaseInfo
- com.omertron.themoviedbapi.model.Reviews
- com.omertron.themoviedbapi.model.StatusCode
+- com.omertron.themoviedbapi.model.MovieDbListStatus
+ - com.omertron.themoviedbapi.model.TmdbConfiguration
- com.omertron.themoviedbapi.model.TokenAuthorisation
- com.omertron.themoviedbapi.model.TokenSession
- com.omertron.themoviedbapi.model.Trailer
- com.omertron.themoviedbapi.model.Translation
- com.omertron.themoviedbapi.wrapper.AbstractWrapper
- com.omertron.themoviedbapi.wrapper.AbstractWrapperId (implements com.omertron.themoviedbapi.wrapper.IWrapperId)
- com.omertron.themoviedbapi.wrapper.AbstractWrapperAll (implements com.omertron.themoviedbapi.wrapper.IWrapperDates, com.omertron.themoviedbapi.wrapper.IWrapperId, com.omertron.themoviedbapi.wrapper.IWrapperPages)
- com.omertron.themoviedbapi.wrapper.WrapperCollection
- com.omertron.themoviedbapi.wrapper.WrapperCompany
- com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies
- com.omertron.themoviedbapi.wrapper.WrapperImages (implements java.io.Serializable)
-
- com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies
- com.omertron.themoviedbapi.wrapper.WrapperKeywords (implements java.io.Serializable)
-
- com.omertron.themoviedbapi.wrapper.movie.WrapperMovie (implements java.io.Serializable)
-
- com.omertron.themoviedbapi.wrapper.movie.WrapperMovieChanges
- com.omertron.themoviedbapi.wrapper.movie.WrapperMovieDbList
- com.omertron.themoviedbapi.wrapper.movie.WrapperMovieList (implements java.io.Serializable)
-
- com.omertron.themoviedbapi.wrapper.person.WrapperPerson
- com.omertron.themoviedbapi.wrapper.person.WrapperPersonCredits
- com.omertron.themoviedbapi.wrapper.person.WrapperPersonList
- com.omertron.themoviedbapi.wrapper.WrapperReviews (implements java.io.Serializable)
-
- com.omertron.themoviedbapi.wrapper.tv.WrapperTVSeries (implements java.io.Serializable)
+
- com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies
- com.omertron.themoviedbapi.wrapper.WrapperKeywords
- com.omertron.themoviedbapi.wrapper.WrapperMovie (implements java.io.Serializable)
+
- com.omertron.themoviedbapi.wrapper.WrapperMovieChanges
- com.omertron.themoviedbapi.wrapper.WrapperMovieDbList
- com.omertron.themoviedbapi.wrapper.WrapperMovieList (implements java.io.Serializable)
+
- com.omertron.themoviedbapi.wrapper.WrapperPerson
- com.omertron.themoviedbapi.wrapper.WrapperPersonCredits
- com.omertron.themoviedbapi.wrapper.WrapperPersonList
- com.omertron.themoviedbapi.wrapper.WrapperReviews (implements java.io.Serializable)
- com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (implements java.io.Serializable)
-
- com.omertron.themoviedbapi.wrapper.person.WrapperCasts (implements java.io.Serializable)
+
- com.omertron.themoviedbapi.wrapper.WrapperMovieCasts (implements java.io.Serializable)
+
- com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords (implements java.io.Serializable)
- com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (implements java.io.Serializable)
- com.omertron.themoviedbapi.wrapper.WrapperTrailers (implements java.io.Serializable)
- com.omertron.themoviedbapi.wrapper.WrapperTranslations (implements java.io.Serializable)
- com.omertron.themoviedbapi.wrapper.WrapperConfig
- com.omertron.themoviedbapi.wrapper.WrapperGenres
- com.omertron.themoviedbapi.wrapper.WrapperJobList
- - com.omertron.themoviedbapi.model.Account
- com.omertron.themoviedbapi.model.Artwork
- com.omertron.themoviedbapi.model.ChangedItem
- com.omertron.themoviedbapi.model.ChangedMovie
- com.omertron.themoviedbapi.model.Collection
- com.omertron.themoviedbapi.model.CollectionInfo
- com.omertron.themoviedbapi.model.Company
- com.omertron.themoviedbapi.model.Genre
- com.omertron.themoviedbapi.model.Keyword
- com.omertron.themoviedbapi.model.Language
- com.omertron.themoviedbapi.model.ListItemStatus
- com.omertron.themoviedbapi.model.movie.MovieDbBasic
-- com.omertron.themoviedbapi.model.movie.MovieDb
- - com.omertron.themoviedbapi.model.movie.MovieDbList
- com.omertron.themoviedbapi.model.movie.MovieList
- com.omertron.themoviedbapi.model.Network
- com.omertron.themoviedbapi.model.person.PersonBasic (implements java.io.Serializable)
-
-- com.omertron.themoviedbapi.model.person.Person
- com.omertron.themoviedbapi.model.person.PersonCast
- com.omertron.themoviedbapi.model.person.PersonCrew
- - com.omertron.themoviedbapi.model.person.PersonCredit
- com.omertron.themoviedbapi.model.ProductionCompany
- com.omertron.themoviedbapi.model.ProductionCountry
- com.omertron.themoviedbapi.model.ReleaseInfo
- com.omertron.themoviedbapi.wrapper.ResultDates (implements java.io.Serializable)
-
- com.omertron.themoviedbapi.model.Reviews
- com.omertron.themoviedbapi.model.StatusCode
-- com.omertron.themoviedbapi.model.StatusCodeList
- - com.omertron.themoviedbapi.model.TmdbConfiguration
- com.omertron.themoviedbapi.model.TokenAuthorisation
- com.omertron.themoviedbapi.model.TokenSession
- com.omertron.themoviedbapi.model.Trailer
- com.omertron.themoviedbapi.model.Translation
- com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-- com.omertron.themoviedbapi.model.tv.TVEpisode
- - com.omertron.themoviedbapi.model.tv.TVSeasonBasic
-- com.omertron.themoviedbapi.model.tv.TVSeason
- - com.omertron.themoviedbapi.model.tv.TVSeriesBasic
-- com.omertron.themoviedbapi.model.tv.TVSeries
-
- com.omertron.themoviedbapi.methods.AbstractMethod
-- com.omertron.themoviedbapi.methods.TV
com.omertron.themoviedbapi.model.AlternativeTitle (implements java.io.Serializable)
- com.omertron.themoviedbapi.tools.ApiUrl com.omertron.themoviedbapi.model.ChangeKeyItem com.omertron.themoviedbapi.model.Discover com.omertron.themoviedbapi.model.ExternalIds com.omertron.themoviedbapi.model.JobDepartment com.omertron.themoviedbapi.TheMovieDbApi java.lang.Throwable (implements java.io.Serializable)
+ com.omertron.themoviedbapi.tools.ApiUrl com.omertron.themoviedbapi.model.ChangeKeyItem com.omertron.themoviedbapi.model.Discover com.omertron.themoviedbapi.model.JobDepartment com.omertron.themoviedbapi.wrapper.ResultDates (implements java.io.Serializable)
+ com.omertron.themoviedbapi.TheMovieDbApi java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- com.omertron.themoviedbapi.MovieDbException
com.omertron.themoviedbapi.results.TmdbResults
- com.omertron.themoviedbapi.results.TmdbResultsList<T>
- com.omertron.themoviedbapi.results.TmdbResultsMap<K,V>
- com.omertron.themoviedbapi.tools.WebBrowser com.omertron.themoviedbapi.wrapper.WrapperChanges com.omertron.themoviedbapi.wrapper.person.WrapperCredits
+ com.omertron.themoviedbapi.tools.WebBrowser com.omertron.themoviedbapi.wrapper.WrapperChanges
Interface Hierarchy
@@ -152,7 +138,7 @@ Enum Hierarchy
java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-- com.omertron.themoviedbapi.model.ArtworkType
- com.omertron.themoviedbapi.model.SearchType
- com.omertron.themoviedbapi.model.person.PersonType
- com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType
+ - com.omertron.themoviedbapi.model.PersonType
- com.omertron.themoviedbapi.model.ArtworkType
- com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType
diff --git a/apidocs/package-list b/apidocs/package-list
index 207bf9c60..80d140a67 100644
--- a/apidocs/package-list
+++ b/apidocs/package-list
@@ -1,12 +1,5 @@
com.omertron.themoviedbapi
-com.omertron.themoviedbapi.methods
com.omertron.themoviedbapi.model
-com.omertron.themoviedbapi.model.movie
-com.omertron.themoviedbapi.model.person
-com.omertron.themoviedbapi.model.tv
com.omertron.themoviedbapi.results
com.omertron.themoviedbapi.tools
com.omertron.themoviedbapi.wrapper
-com.omertron.themoviedbapi.wrapper.movie
-com.omertron.themoviedbapi.wrapper.person
-com.omertron.themoviedbapi.wrapper.tv
diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html
index c5417b58a..1e5d057cd 100644
--- a/apidocs/serialized-form.html
+++ b/apidocs/serialized-form.html
@@ -2,7 +2,7 @@
-
+
Serialized Form (API-The MovieDB 3.8-SNAPSHOT API)
@@ -790,6 +790,117 @@ name
+
+
+
+Class com.omertron.themoviedbapi.model.KeywordMovie extends AbstractJsonMapping implements Serializable
+
+
+
+
+serialVersionUID: 1L
+
+
+
+
+Serialized Fields
+
+
+
+
+id
+
+String id
+
+
+
+
+
+
+backdropPath
+
+String backdropPath
+
+
+
+
+
+
+originalTitle
+
+String originalTitle
+
+
+
+
+
+
+releaseDate
+
+String releaseDate
+
+
+
+
+
+
+posterPath
+
+String posterPath
+
+
+
+
+
+
+title
+
+String title
+
+
+
+
+
+
+voteAverage
+
+float voteAverage
+
+
+
+
+
+
+voteCount
+
+double voteCount
+
+
+
+
+
+
+adult
+
+boolean adult
+
+
+
+
+
+
+popularity
+
+float popularity
+
+
+
+
+
@@ -869,11 +980,575 @@ boolean itemPresent
-Class com.omertron.themoviedbapi.model.Network extends AbstractJsonMapping implements Serializable
+Class com.omertron.themoviedbapi.model.MovieDb extends AbstractJsonMapping implements Serializable
+
+
+
+
+serialVersionUID: 1L
+
+
+
+
+Serialized Fields
+
+
+
+
+backdropPath
+
+String backdropPath
+
+
+
+
+
+
+id
+
+int id
+
+
+
+
+
+
+originalTitle
+
+String originalTitle
+
+
+
+
+
+
+popularity
+
+float popularity
+
+
+
+
+
+
+posterPath
+
+String posterPath
+
+
+
+
+
+
+releaseDate
+
+String releaseDate
+
+
+
+
+
+
+title
+
+String title
+
+
+
+
+
+
+adult
+
+boolean adult
+
+
+
+
+
+
+belongsToCollection
+
+Collection belongsToCollection
+
+
+
+
+
+
+budget
+
+long budget
+
+
+
+
+
+
+genres
+
+List<E> genres
+
+
+
+
+
+
+homepage
+
+String homepage
+
+
+
+
+
+
+imdbID
+
+String imdbID
+
+
+
+
+
+
+overview
+
+String overview
+
+
+
+
+
+
+productionCompanies
+
+List<E> productionCompanies
+
+
+
+
+
+
+productionCountries
+
+List<E> productionCountries
+
+
+
+
+
+
+revenue
+
+long revenue
+
+
+
+
+
+
+runtime
+
+int runtime
+
+
+
+
+
+
+spokenLanguages
+
+List<E> spokenLanguages
+
+
+
+
+
+
+tagline
+
+String tagline
+
+
+
+
+
+
+userRating
+
+float userRating
+
+
+
+
+
+
+voteAverage
+
+float voteAverage
+
+
+
+
+
+
+voteCount
+
+int voteCount
+
+
+
+
+
+
+status
+
+String status
+
+
+
+
+
+
+alternativeTitles
+
+WrapperAlternativeTitles alternativeTitles
+
+
+
+
+
+
+casts
+
+WrapperMovieCasts casts
+
+
+
+
+
+
+images
+
+WrapperImages images
+
+
+
+
+
+
+keywords
+
+WrapperMovieKeywords keywords
+
+
+
+
+
+
+releases
+
+WrapperReleaseInfo releases
+
+
+
+
+
+
+trailers
+
+WrapperTrailers trailers
+
+
+
+
+
+
+translations
+
+WrapperTranslations translations
+
+
+
+
+
+
+similarMovies
+
+WrapperMovie similarMovies
+
+
+
+
+
+
+reviews
+
+WrapperReviews reviews
+
+
+
+
+
+
+lists
+
+WrapperMovieList lists
+
+
+
+
+
+
+
+
+Class com.omertron.themoviedbapi.model.MovieDbList extends AbstractJsonMapping implements Serializable
+
+
+
+
+
+
+Serialized Fields
+
+
+
+
+id
+
+String id
+
+
+
+
+
+
+createdBy
+
+String createdBy
+
+
+
+
+
+
+description
+
+String description
+
+
+
+
+
+
+favoriteCount
+
+int favoriteCount
+
+
+
+
+
+
+items
+
+List<E> items
+
+
+
+
+
+
+itemCount
+
+int itemCount
+
+
+
+
+
+
+language
+
+String language
+
+
+
+
+
+
+name
+
+String name
+
+
+
+
+
+
+posterPath
+
+String posterPath
+
+
+
+
+
+
+statusCode
+
+String statusCode
+
+
+
+
+
+
+statusMessage
+
+String statusMessage
+
+
+
+
+
+
+
+
+Class com.omertron.themoviedbapi.model.MovieDbListStatus extends StatusCode implements Serializable
+
+
+
+
+
+
+Serialized Fields
+
+
+
+
+listId
+
+String listId
+
+
+
+
+
+
+
+
+Class com.omertron.themoviedbapi.model.MovieList extends AbstractJsonMapping implements Serializable
+
+
+
+
+serialVersionUID: 1L
+
+
+
+
+Serialized Fields
+
+
+
+
+description
+
+String description
+
+
+
+
+
+
+favoriteCount
+
+int favoriteCount
+
+
+
+
+
+
+id
+
+String id
+
+
+
+
+
+
+itemCount
+
+int itemCount
+
+
+
+
+
+
+language
+
+String language
+
+
+
+
+
+
+name
+
+String name
+
+
+
+
+
+
+posterPath
+
+String posterPath
+
+
+
+
+
+
+listType
+
+String listType
+
+
+
+
+
+
+
+
+Class com.omertron.themoviedbapi.model.Person extends AbstractJsonMapping implements Serializable
@@ -906,6 +1581,393 @@ name
+
+
+profilePath
+
+String profilePath
+
+
+
+
+
+
+personType
+
+PersonType personType
+
+
+
+
+
+
+department
+
+String department
+
+
+
+
+
+
+job
+
+String job
+
+
+
+
+
+
+character
+
+String character
+
+
+
+
+
+
+order
+
+int order
+
+
+
+
+
+
+adult
+
+boolean adult
+
+
+
+
+
+
+aka
+
+List<E> aka
+
+
+
+
+
+
+biography
+
+String biography
+
+
+
+
+
+
+birthday
+
+String birthday
+
+
+
+
+
+
+deathday
+
+String deathday
+
+
+
+
+
+
+homepage
+
+String homepage
+
+
+
+
+
+
+birthplace
+
+String birthplace
+
+
+
+
+
+
+imdbId
+
+String imdbId
+
+
+
+
+
+
+popularity
+
+float popularity
+
+
+
+
+
+
+
+
+Class com.omertron.themoviedbapi.model.PersonCast extends AbstractJsonMapping implements Serializable
+
+
+
+
+serialVersionUID: 1L
+
+
+
+
+Serialized Fields
+
+
+
+
+id
+
+int id
+
+
+
+
+
+
+character
+
+String character
+
+
+
+
+
+
+name
+
+String name
+
+
+
+
+
+
+order
+
+int order
+
+
+
+
+
+
+profilePath
+
+String profilePath
+
+
+
+
+
+
+castId
+
+int castId
+
+
+
+
+
+
+
+
+Class com.omertron.themoviedbapi.model.PersonCredit extends AbstractJsonMapping implements Serializable
+
+
+
+
+serialVersionUID: 1L
+
+
+
+
+Serialized Fields
+
+
+
+
+movieId
+
+int movieId
+
+
+
+
+
+
+character
+
+String character
+
+
+
+
+
+
+movieOriginalTitle
+
+String movieOriginalTitle
+
+
+
+
+
+
+posterPath
+
+String posterPath
+
+
+
+
+
+
+releaseDate
+
+String releaseDate
+
+
+
+
+
+
+movieTitle
+
+String movieTitle
+
+
+
+
+
+
+department
+
+String department
+
+
+
+
+
+
+job
+
+String job
+
+
+
+
+
+
+adult
+
+String adult
+
+
+
+
+
+
+personType
+
+PersonType personType
+
+
+
+
+
+
+
+
+Class com.omertron.themoviedbapi.model.PersonCrew extends AbstractJsonMapping implements Serializable
+
+
+
+
+serialVersionUID: 1L
+
+
+
+
+Serialized Fields
+
+
+
+
+id
+
+int id
+
+
+
+
+
+
+department
+
+String department
+
+
+
+
+
+
+job
+
+String job
+
+
+
+
+
+
+name
+
+String name
+
+
+
+
+
+
+profilePath
+
+String profilePath
+
+
+
+
@@ -1129,33 +2191,6 @@ statusMessage
-
-
-
-Class com.omertron.themoviedbapi.model.StatusCodeList extends StatusCode implements Serializable
-
-
-
-
-
-
-Serialized Fields
-
-
-
-
-listId
-
-String listId
-
-
-
-
-
@@ -1454,1467 +2489,6 @@ name
-
-
-
-Package com.omertron.themoviedbapi.model.movie
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.model.movie.MovieDb extends MovieDbBasic implements Serializable
-
-
-
-
-serialVersionUID: 1L
-
-
-
-
-Serialized Fields
-
-
-
-
-id
-
-int id
-
-
-
-
-
-
-belongsToCollection
-
-Collection belongsToCollection
-
-
-
-
-
-
-budget
-
-long budget
-
-
-
-
-
-
-genres
-
-List<E> genres
-
-
-
-
-
-
-homepage
-
-String homepage
-
-
-
-
-
-
-imdbID
-
-String imdbID
-
-
-
-
-
-
-overview
-
-String overview
-
-
-
-
-
-
-productionCompanies
-
-List<E> productionCompanies
-
-
-
-
-
-
-productionCountries
-
-List<E> productionCountries
-
-
-
-
-
-
-revenue
-
-long revenue
-
-
-
-
-
-
-runtime
-
-int runtime
-
-
-
-
-
-
-spokenLanguages
-
-List<E> spokenLanguages
-
-
-
-
-
-
-tagline
-
-String tagline
-
-
-
-
-
-
-userRating
-
-float userRating
-
-
-
-
-
-
-status
-
-String status
-
-
-
-
-
-
-alternativeTitles
-
-WrapperAlternativeTitles alternativeTitles
-
-
-
-
-
-
-casts
-
-WrapperCasts casts
-
-
-
-
-
-
-images
-
-WrapperImages images
-
-
-
-
-
-
-keywords
-
-WrapperKeywords keywords
-
-
-
-
-
-
-releases
-
-WrapperReleaseInfo releases
-
-
-
-
-
-
-trailers
-
-WrapperTrailers trailers
-
-
-
-
-
-
-translations
-
-WrapperTranslations translations
-
-
-
-
-
-
-similarMovies
-
-WrapperMovie similarMovies
-
-
-
-
-
-
-reviews
-
-WrapperReviews reviews
-
-
-
-
-
-
-lists
-
-WrapperMovieList lists
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.model.movie.MovieDbBasic extends AbstractJsonMapping implements Serializable
-
-
-
-
-serialVersionUID: 1L
-
-
-
-
-Serialized Fields
-
-
-
-
-id
-
-int id
-
-
-
-
-
-
-backdropPath
-
-String backdropPath
-
-
-
-
-
-
-originalTitle
-
-String originalTitle
-
-
-
-
-
-
-releaseDate
-
-String releaseDate
-
-
-
-
-
-
-posterPath
-
-String posterPath
-
-
-
-
-
-
-title
-
-String title
-
-
-
-
-
-
-voteAverage
-
-float voteAverage
-
-
-
-
-
-
-voteCount
-
-double voteCount
-
-
-
-
-
-
-adult
-
-boolean adult
-
-
-
-
-
-
-popularity
-
-float popularity
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.model.movie.MovieDbList extends AbstractJsonMapping implements Serializable
-
-
-
-
-
-
-Serialized Fields
-
-
-
-
-id
-
-String id
-
-
-
-
-
-
-createdBy
-
-String createdBy
-
-
-
-
-
-
-description
-
-String description
-
-
-
-
-
-
-favoriteCount
-
-int favoriteCount
-
-
-
-
-
-
-items
-
-List<E> items
-
-
-
-
-
-
-itemCount
-
-int itemCount
-
-
-
-
-
-
-language
-
-String language
-
-
-
-
-
-
-name
-
-String name
-
-
-
-
-
-
-posterPath
-
-String posterPath
-
-
-
-
-
-
-statusCode
-
-String statusCode
-
-
-
-
-
-
-statusMessage
-
-String statusMessage
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.model.movie.MovieList extends AbstractJsonMapping implements Serializable
-
-
-
-
-serialVersionUID: 1L
-
-
-
-
-Serialized Fields
-
-
-
-
-description
-
-String description
-
-
-
-
-
-
-favoriteCount
-
-int favoriteCount
-
-
-
-
-
-
-id
-
-String id
-
-
-
-
-
-
-itemCount
-
-int itemCount
-
-
-
-
-
-
-language
-
-String language
-
-
-
-
-
-
-name
-
-String name
-
-
-
-
-
-
-posterPath
-
-String posterPath
-
-
-
-
-
-
-listType
-
-String listType
-
-
-
-
-
-
-
-
-
-Package com.omertron.themoviedbapi.model.person
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.model.person.Person extends PersonBasic implements Serializable
-
-
-
-
-serialVersionUID: 1L
-
-
-
-
-Serialized Fields
-
-
-
-
-personType
-
-PersonType personType
-
-
-
-
-
-
-department
-
-String department
-
-
-
-
-
-
-job
-
-String job
-
-
-
-
-
-
-character
-
-String character
-
-
-
-
-
-
-order
-
-int order
-
-
-
-
-
-
-adult
-
-boolean adult
-
-
-
-
-
-
-aka
-
-List<E> aka
-
-
-
-
-
-
-biography
-
-String biography
-
-
-
-
-
-
-birthday
-
-String birthday
-
-
-
-
-
-
-deathday
-
-String deathday
-
-
-
-
-
-
-homepage
-
-String homepage
-
-
-
-
-
-
-birthplace
-
-String birthplace
-
-
-
-
-
-
-imdbId
-
-String imdbId
-
-
-
-
-
-
-popularity
-
-float popularity
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.model.person.PersonBasic extends AbstractJsonMapping implements Serializable
-
-
-
-
-serialVersionUID: 1L
-
-
-
-
-Serialized Fields
-
-
-
-
-id
-
-int id
-
-
-
-
-
-
-name
-
-String name
-
-
-
-
-
-
-profilePath
-
-String profilePath
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.model.person.PersonCast extends PersonBasic implements Serializable
-
-
-
-
-serialVersionUID: 2L
-
-
-
-
-Serialized Fields
-
-
-
-
-character
-
-String character
-
-
-
-
-
-
-order
-
-int order
-
-
-
-
-
-
-castId
-
-int castId
-
-
-
-
-
-
-creditId
-
-String creditId
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.model.person.PersonCredit extends AbstractJsonMapping implements Serializable
-
-
-
-
-serialVersionUID: 1L
-
-
-
-
-Serialized Fields
-
-
-
-
-movieId
-
-int movieId
-
-
-
-
-
-
-character
-
-String character
-
-
-
-
-
-
-movieOriginalTitle
-
-String movieOriginalTitle
-
-
-
-
-
-
-posterPath
-
-String posterPath
-
-
-
-
-
-
-releaseDate
-
-String releaseDate
-
-
-
-
-
-
-movieTitle
-
-String movieTitle
-
-
-
-
-
-
-department
-
-String department
-
-
-
-
-
-
-job
-
-String job
-
-
-
-
-
-
-adult
-
-String adult
-
-
-
-
-
-
-personType
-
-PersonType personType
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.model.person.PersonCrew extends PersonBasic implements Serializable
-
-
-
-
-serialVersionUID: 2L
-
-
-
-
-Serialized Fields
-
-
-
-
-department
-
-String department
-
-
-
-
-
-
-job
-
-String job
-
-
-
-
-
-
-
-
-
-Package com.omertron.themoviedbapi.model.tv
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.model.tv.TVEpisode extends TVEpisodeBasic implements Serializable
-
-
-
-
-
-
-Serialized Fields
-
-
-
-
-id
-
-int id
-
-
-
-
-
-
-productionCode
-
-String productionCode
-
-
-
-
-
-
-seasonNumber
-
-int seasonNumber
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic extends AbstractJsonMapping implements Serializable
-
-
-
-
-
-
-Serialized Fields
-
-
-
-
-airDate
-
-String airDate
-
-
-
-
-
-
-episodeNumber
-
-int episodeNumber
-
-
-
-
-
-
-name
-
-String name
-
-
-
-
-
-
-overview
-
-String overview
-
-
-
-
-
-
-stillPath
-
-String stillPath
-
-
-
-
-
-
-voteAverage
-
-float voteAverage
-
-
-
-
-
-
-voteCount
-
-double voteCount
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.model.tv.TVSeason extends TVSeasonBasic implements Serializable
-
-
-
-
-
-
-Serialized Fields
-
-
-
-
-id
-
-int id
-
-
-
-
-
-
-name
-
-String name
-
-
-
-
-
-
-overview
-
-String overview
-
-
-
-
-
-
-episodes
-
-List<E> episodes
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.model.tv.TVSeasonBasic extends AbstractJsonMapping implements Serializable
-
-
-
-
-
-
-Serialized Fields
-
-
-
-
-airDate
-
-String airDate
-
-
-
-
-
-
-seasonNumber
-
-int seasonNumber
-
-
-
-
-
-
-posterPath
-
-String posterPath
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.model.tv.TVSeries extends TVSeriesBasic implements Serializable
-
-
-
-
-
-
-Serialized Fields
-
-
-
-
-overview
-
-String overview
-
-
-
-
-
-
-lastAirDate
-
-String lastAirDate
-
-
-
-
-
-
-createdBy
-
-List<E> createdBy
-
-
-
-
-
-
-episodeRuntime
-
-List<E> episodeRuntime
-
-
-
-
-
-
-genres
-
-List<E> genres
-
-
-
-
-
-
-homepage
-
-String homepage
-
-
-
-
-
-
-inProduction
-
-boolean inProduction
-
-
-
-
-
-
-languages
-
-List<E> languages
-
-
-
-
-
-
-networks
-
-List<E> networks
-
-
-
-
-
-
-numberEpisodes
-
-int numberEpisodes
-
-
-
-
-
-
-numberSeasons
-
-int numberSeasons
-
-
-
-
-
-
-originCountry
-
-List<E> originCountry
-
-
-
-
-
-
-status
-
-String status
-
-
-
-
-
-
-seasons
-
-List<E> seasons
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.model.tv.TVSeriesBasic extends AbstractJsonMapping implements Serializable
-
-
-
-
-
-
-Serialized Fields
-
-
-
-
-id
-
-int id
-
-
-
-
-
-
-name
-
-String name
-
-
-
-
-
-
-originalName
-
-String originalName
-
-
-
-
-
-
-posterPath
-
-String posterPath
-
-
-
-
-
-
-backdrop
-
-String backdrop
-
-
-
-
-
-
-firstAirDate
-
-String firstAirDate
-
-
-
-
-
-
-popularity
-
-float popularity
-
-
-
-
-
-
-voteAverage
-
-float voteAverage
-
-
-
-
-
-
-voteCount
-
-double voteCount
-
-
-
-
-
-
@@ -2922,110 +2496,12 @@ double voteCount
-
-
-
-Class com.omertron.themoviedbapi.wrapper.AbstractWrapper extends AbstractJsonMapping implements Serializable
-
-
-
-
-serialVersionUID: 1L
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll extends AbstractWrapperId implements Serializable
-
-
-
-
-
-
-Serialized Fields
-
-
-
-
-page
-
-int page
-
-
-
-
-
-
-totalPages
-
-int totalPages
-
-
-
-
-
-
-totalResults
-
-int totalResults
-
-
-
-
-
-
-dates
-
-ResultDates dates
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.wrapper.AbstractWrapperId extends AbstractWrapper implements Serializable
-
-
-
-
-serialVersionUID: 1L
-
-
-
-
-Serialized Fields
-
-
-
-
-id
-
-int id
-
-
-
-
-
-Class com.omertron.themoviedbapi.wrapper.ResultDates extends AbstractJsonMapping implements Serializable
+Class com.omertron.themoviedbapi.wrapper.ResultDates extends Object implements Serializable
@@ -3089,150 +2565,6 @@ titles
-
-
-
-Class com.omertron.themoviedbapi.wrapper.WrapperCollection extends AbstractWrapperAll implements Serializable
-
-
-
-
-
-
-Serialized Fields
-
-
-
-
-results
-
-List<E> results
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.wrapper.WrapperCompany extends AbstractWrapperAll implements Serializable
-
-
-
-
-
-
-Serialized Fields
-
-
-
-
-results
-
-List<E> results
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies extends AbstractWrapperAll implements Serializable
-
-
-
-
-
-
-Serialized Fields
-
-
-
-
-results
-
-List<E> results
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.wrapper.WrapperConfig extends AbstractWrapper implements Serializable
-
-
-
-
-
-
-Serialized Fields
-
-
-
-
-tmdbConfiguration
-
-TmdbConfiguration tmdbConfiguration
-
-
-
-
-
-
-changeKeys
-
-List<E> changeKeys
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.wrapper.WrapperGenres extends AbstractWrapper implements Serializable
-
-
-
-
-
-
-Serialized Fields
-
-
-
-
-genres
-
-List<E> genres
-
-
-
-
-
@@ -3282,65 +2614,11 @@ profiles
-Class com.omertron.themoviedbapi.wrapper.WrapperJobList extends AbstractWrapper implements Serializable
-
-
-
-
-
-
-Serialized Fields
-
-
-
-
-jobs
-
-List<E> jobs
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies extends AbstractWrapperAll implements Serializable
-
-
-
-
-
-
-Serialized Fields
-
-
-
-
-results
-
-List<E> results
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.wrapper.WrapperKeywords extends AbstractWrapperAll implements Serializable
+Class com.omertron.themoviedbapi.wrapper.WrapperMovie extends AbstractWrapperAll implements Serializable
@@ -3357,9 +2635,108 @@ results
-results
+movies
-List<E> results
+List<E> movies
+
+
+
+
+
+
+
+
+Class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts extends AbstractWrapperId implements Serializable
+
+
+
+
+serialVersionUID: 1L
+
+
+
+
+Serialized Fields
+
+
+
+
+cast
+
+List<E> cast
+
+
+
+
+
+
+crew
+
+List<E> crew
+
+
+
+
+
+
+
+
+Class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords extends AbstractWrapperId implements Serializable
+
+
+
+
+serialVersionUID: 1L
+
+
+
+
+Serialized Fields
+
+
+
+
+keywords
+
+List<E> keywords
+
+
+
+
+
+
+
+
+Class com.omertron.themoviedbapi.wrapper.WrapperMovieList extends AbstractWrapperAll implements Serializable
+
+
+
+
+serialVersionUID: 1L
+
+
+
+
+Serialized Fields
+
+
+
+
+movieList
+
+List<E> movieList
@@ -3493,303 +2870,6 @@ translations
-
-
-
-
-
-Package com.omertron.themoviedbapi.wrapper.movie
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.wrapper.movie.WrapperMovie extends AbstractWrapperAll implements Serializable
-
-
-
-
-serialVersionUID: 1L
-
-
-
-
-Serialized Fields
-
-
-
-
-movies
-
-List<E> movies
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.wrapper.movie.WrapperMovieChanges extends AbstractWrapperAll implements Serializable
-
-
-
-
-
-
-Serialized Fields
-
-
-
-
-results
-
-List<E> results
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.wrapper.movie.WrapperMovieDbList extends AbstractWrapperAll implements Serializable
-
-
-
-
-
-
-Serialized Fields
-
-
-
-
-lists
-
-List<E> lists
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.wrapper.movie.WrapperMovieList extends AbstractWrapperAll implements Serializable
-
-
-
-
-serialVersionUID: 1L
-
-
-
-
-Serialized Fields
-
-
-
-
-movieList
-
-List<E> movieList
-
-
-
-
-
-
-
-
-
-Package com.omertron.themoviedbapi.wrapper.person
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.wrapper.person.WrapperCasts extends AbstractWrapperId implements Serializable
-
-
-
-
-serialVersionUID: 1L
-
-
-
-
-Serialized Fields
-
-
-
-
-cast
-
-List<E> cast
-
-
-
-
-
-
-crew
-
-List<E> crew
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.wrapper.person.WrapperPerson extends AbstractWrapperAll implements Serializable
-
-
-
-
-
-
-Serialized Fields
-
-
-
-
-results
-
-List<E> results
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.wrapper.person.WrapperPersonCredits extends AbstractWrapperAll implements Serializable
-
-
-
-
-
-
-Serialized Fields
-
-
-
-
-cast
-
-List<E> cast
-
-
-
-
-
-
-crew
-
-List<E> crew
-
-
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.wrapper.person.WrapperPersonList extends AbstractWrapperAll implements Serializable
-
-
-
-
-
-
-Serialized Fields
-
-
-
-
-personList
-
-List<E> personList
-
-
-
-
-
-
-
-
-
-Package com.omertron.themoviedbapi.wrapper.tv
-
-
-
-
-
-
-Class com.omertron.themoviedbapi.wrapper.tv.WrapperTVSeries extends AbstractWrapperAll implements Serializable
-
-
-
-
-serialVersionUID: 1L
-
-
-
-
-Serialized Fields
-
-
-
-
-series
-
-List<E> series
-
-
-
-
diff --git a/dependencies.html b/dependencies.html
index 5e65c67d1..4e4feb777 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -219,7 +219,7 @@