diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index b5487ad7b..8148e77d0 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@
- +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,14 +245,6 @@ The MovieDb API
- String
-getApiKey()
-
-
- Get the API key that is to be used
-
-
-
TokenAuthorisation
getAuthorisationToken()
@@ -287,7 +279,7 @@ The MovieDb API
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
getCompanyMovies(int companyId,
String language,
int page)
@@ -305,7 +297,7 @@ The MovieDb API
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
getDiscover(Discover discover)
@@ -313,7 +305,7 @@ The MovieDb API
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
getDiscover(int page,
String language,
String sortBy,
@@ -334,7 +326,7 @@ The MovieDb API
- List<MovieDb>
+ List<MovieDb>
getFavoriteMovies(String sessionId,
int accountId)
@@ -351,7 +343,7 @@ The MovieDb API
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
getGenreMovies(int genreId,
String language,
int page,
@@ -386,7 +378,7 @@ The MovieDb API
- TmdbResultsList<KeywordMovie>
+ TmdbResultsList<MovieDbBasic>
getKeywordMovies(String keywordId,
String language,
int page)
@@ -396,7 +388,7 @@ The MovieDb API
- MovieDb
+ MovieDb
getLatestMovie()
@@ -404,7 +396,7 @@ The MovieDb API
- MovieDbList
+ MovieDbList
getList(String listId)
@@ -422,7 +414,7 @@ The MovieDb API
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
getMovieCasts(int movieId,
String... appendToResponse)
@@ -461,7 +453,7 @@ The MovieDb API
- MovieDb
+ MovieDb
getMovieInfo(int movieId,
String language,
String... appendToResponse)
@@ -471,7 +463,7 @@ The MovieDb API
- MovieDb
+ MovieDb
getMovieInfoImdb(String imdbId,
String language,
String... appendToResponse)
@@ -490,7 +482,7 @@ The MovieDb API
- TmdbResultsList<MovieList>
+ TmdbResultsList<MovieList>
getMovieLists(int movieId,
String language,
int page,
@@ -530,7 +522,7 @@ The MovieDb API
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
getNowPlayingMovies(String language,
int page)
@@ -559,7 +551,7 @@ The MovieDb API
- TmdbResultsList<PersonCredit>
+ TmdbResultsList<PersonCredit>
getPersonCredits(int personId,
String... appendToResponse)
@@ -576,7 +568,7 @@ The MovieDb API
- Person
+ Person
getPersonInfo(int personId,
String... appendToResponse)
@@ -585,7 +577,7 @@ The MovieDb API
- Person
+ Person
getPersonLatest()
@@ -593,7 +585,7 @@ The MovieDb API
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
getPersonPopular()
@@ -601,7 +593,7 @@ The MovieDb API
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
getPersonPopular(int page)
@@ -609,7 +601,7 @@ The MovieDb API
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
getPopularMovieList(String language,
int page)
@@ -618,7 +610,7 @@ The MovieDb API
- List<MovieDb>
+ List<MovieDb>
getRatedMovies(String sessionId,
int accountId)
@@ -646,7 +638,7 @@ The MovieDb API
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
getSimilarMovies(int movieId,
String language,
int page,
@@ -657,7 +649,7 @@ The MovieDb API
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
getTopRatedMovies(String language,
int page)
@@ -666,7 +658,121 @@ The MovieDb API
- TmdbResultsList<MovieDb>
+ 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>
getUpcoming(String language,
int page)
@@ -675,7 +781,7 @@ The MovieDb API
- List<MovieDbList>
+ List<MovieDbList>
getUserLists(String sessionId,
int accountID)
@@ -684,7 +790,7 @@ The MovieDb API
- List<MovieDb>
+ List<MovieDb>
getWatchList(String sessionId,
int accountId)
@@ -760,7 +866,7 @@ The MovieDb API
- TmdbResultsList<MovieList>
+ TmdbResultsList<MovieList>
searchList(String query,
String language,
int page)
@@ -770,7 +876,7 @@ The MovieDb API
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
searchMovie(String movieName,
int searchYear,
String language,
@@ -782,7 +888,7 @@ The MovieDb API
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
searchPeople(String personName,
boolean includeAdult,
int page)
@@ -792,6 +898,28 @@ 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,
@@ -873,54 +1001,10 @@ 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)
@@ -933,10 +1017,10 @@ public static boolean compareMovies(
+
compareMovies
-public static boolean compareMovies(MovieDb moviedb,
+public static boolean compareMovies(MovieDb moviedb,
String title,
String year,
int maxDistance)
@@ -1070,7 +1154,7 @@ public
getFavoriteMovies
-public List<MovieDb> getFavoriteMovies(String sessionId,
+public List<MovieDb> getFavoriteMovies(String sessionId,
int accountId)
throws MovieDbException
@@ -1140,7 +1224,7 @@ public
getMovieInfo
-public MovieDb getMovieInfo(int movieId,
+public MovieDb getMovieInfo(int movieId,
String language,
String... appendToResponse)
throws MovieDbException
@@ -1163,7 +1247,7 @@ public
getMovieInfoImdb
-public MovieDb getMovieInfoImdb(String imdbId,
+public MovieDb getMovieInfoImdb(String imdbId,
String language,
String... appendToResponse)
throws MovieDbException
@@ -1205,7 +1289,7 @@ public
getMovieCasts
-public TmdbResultsList<Person> getMovieCasts(int movieId,
+public TmdbResultsList<Person> getMovieCasts(int movieId,
String... appendToResponse)
throws MovieDbException
@@ -1322,7 +1406,7 @@ public
getSimilarMovies
-public TmdbResultsList<MovieDb> getSimilarMovies(int movieId,
+public TmdbResultsList<MovieDb> getSimilarMovies(int movieId,
String language,
int page,
String... appendToResponse)
@@ -1363,7 +1447,7 @@ public
getMovieLists
-public TmdbResultsList<MovieList> getMovieLists(int movieId,
+public TmdbResultsList<MovieList> getMovieLists(int movieId,
String language,
int page,
String... appendToResponse)
@@ -1412,7 +1496,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.
@@ -1429,7 +1513,7 @@ public
getUpcoming
-public TmdbResultsList<MovieDb> getUpcoming(String language,
+public TmdbResultsList<MovieDb> getUpcoming(String language,
int page)
throws MovieDbException
@@ -1451,7 +1535,7 @@ public
getNowPlayingMovies
-public TmdbResultsList<MovieDb> getNowPlayingMovies(String language,
+public TmdbResultsList<MovieDb> getNowPlayingMovies(String language,
int page)
throws MovieDbException
@@ -1473,7 +1557,7 @@ public
getPopularMovieList
-public TmdbResultsList<MovieDb> getPopularMovieList(String language,
+public TmdbResultsList<MovieDb> getPopularMovieList(String language,
int page)
throws MovieDbException
@@ -1495,7 +1579,7 @@ public
getTopRatedMovies
-public TmdbResultsList<MovieDb> getTopRatedMovies(String language,
+public TmdbResultsList<MovieDb> getTopRatedMovies(String language,
int page)
throws MovieDbException
@@ -1517,7 +1601,7 @@ public
getRatedMovies
-public List<MovieDb> getRatedMovies(String sessionId,
+public List<MovieDb> getRatedMovies(String sessionId,
int accountId)
throws MovieDbException
@@ -1594,7 +1678,7 @@ public
getPersonInfo
-public Person getPersonInfo(int personId,
+public Person getPersonInfo(int personId,
String... appendToResponse)
throws MovieDbException
@@ -1614,7 +1698,7 @@ public
getPersonCredits
-public TmdbResultsList<PersonCredit> getPersonCredits(int personId,
+public TmdbResultsList<PersonCredit> getPersonCredits(int personId,
String... appendToResponse)
throws MovieDbException
@@ -1677,7 +1761,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.
@@ -1696,7 +1780,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.
@@ -1715,7 +1799,7 @@ public
getPersonLatest
-public Person getPersonLatest()
+public Person getPersonLatest()
throws MovieDbException
- Get the latest person id.
@@ -1749,7 +1833,7 @@ public
getCompanyMovies
-public TmdbResultsList<MovieDb> getCompanyMovies(int companyId,
+public TmdbResultsList<MovieDb> getCompanyMovies(int companyId,
String language,
int page)
throws MovieDbException
@@ -1791,7 +1875,7 @@ public
getGenreMovies
-public TmdbResultsList<MovieDb> getGenreMovies(int genreId,
+public TmdbResultsList<MovieDb> getGenreMovies(int genreId,
String language,
int page,
boolean includeAllMovies)
@@ -1815,7 +1899,7 @@ public
searchMovie
-public TmdbResultsList<MovieDb> searchMovie(String movieName,
+public TmdbResultsList<MovieDb> searchMovie(String movieName,
int searchYear,
String language,
boolean includeAdult,
@@ -1833,6 +1917,46 @@ 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
@@ -1855,7 +1979,7 @@ public
searchPeople
-public TmdbResultsList<Person> searchPeople(String personName,
+public TmdbResultsList<Person> searchPeople(String personName,
boolean includeAdult,
int page)
throws MovieDbException
@@ -1876,7 +2000,7 @@ public
searchList
-public TmdbResultsList<MovieList> searchList(String query,
+public TmdbResultsList<MovieList> searchList(String query,
String language,
int page)
throws MovieDbException
@@ -1936,7 +2060,7 @@ public
getList
-public MovieDbList getList(String listId)
+public MovieDbList getList(String listId)
throws MovieDbException
- Get a list by its ID
@@ -1953,7 +2077,7 @@ public
getUserLists
-public List<MovieDbList> getUserLists(String sessionId,
+public List<MovieDbList> getUserLists(String sessionId,
int accountID)
throws MovieDbException
@@ -2046,7 +2170,7 @@ public
getWatchList
-public List<MovieDb> getWatchList(String sessionId,
+public List<MovieDb> getWatchList(String sessionId,
int accountId)
throws MovieDbException
@@ -2099,7 +2223,7 @@ public
getKeywordMovies
-public TmdbResultsList<KeywordMovie> getKeywordMovies(String keywordId,
+public TmdbResultsList<MovieDbBasic> getKeywordMovies(String keywordId,
String language,
int page)
throws MovieDbException
@@ -2170,7 +2294,7 @@ public
getDiscover
-public TmdbResultsList<MovieDb> getDiscover(int page,
+public TmdbResultsList<MovieDb> getDiscover(int page,
String language,
String sortBy,
boolean includeAdult,
@@ -2208,7 +2332,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.
@@ -2222,6 +2346,220 @@ 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
@@ -2237,6 +2575,36 @@ 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 c0edad341..1a176029a 100644
--- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html
+++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html
index 55ed0824f..5dad912ab 100644
--- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html
+++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 3.8-S
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -95,6 +95,10 @@ Packages that use
+com.omertron.themoviedbapi.methods
+
+
+
com.omertron.themoviedbapi.tools
@@ -226,7 +230,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getCompanyMovies(int companyId,
String language,
int page)
@@ -236,7 +240,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getDiscover(Discover discover)
@@ -244,7 +248,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getDiscover(int page,
String language,
String sortBy,
@@ -265,7 +269,7 @@ Uses of
- List<MovieDb>
+ List<MovieDb>
TheMovieDbApi.getFavoriteMovies(String sessionId,
int accountId)
@@ -282,7 +286,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getGenreMovies(int genreId,
String language,
int page,
@@ -317,7 +321,7 @@ Uses of
- TmdbResultsList<KeywordMovie>
+ TmdbResultsList<MovieDbBasic>
TheMovieDbApi.getKeywordMovies(String keywordId,
String language,
int page)
@@ -327,7 +331,7 @@ Uses of
- MovieDb
+ MovieDb
TheMovieDbApi.getLatestMovie()
@@ -335,7 +339,7 @@ Uses of
- MovieDbList
+ MovieDbList
TheMovieDbApi.getList(String listId)
@@ -353,7 +357,7 @@ Uses of
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
TheMovieDbApi.getMovieCasts(int movieId,
String... appendToResponse)
@@ -392,7 +396,7 @@ Uses of
- MovieDb
+ MovieDb
TheMovieDbApi.getMovieInfo(int movieId,
String language,
String... appendToResponse)
@@ -402,7 +406,7 @@ Uses of
- MovieDb
+ MovieDb
TheMovieDbApi.getMovieInfoImdb(String imdbId,
String language,
String... appendToResponse)
@@ -421,7 +425,7 @@ Uses of
- TmdbResultsList<MovieList>
+ TmdbResultsList<MovieList>
TheMovieDbApi.getMovieLists(int movieId,
String language,
int page,
@@ -461,7 +465,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getNowPlayingMovies(String language,
int page)
@@ -490,7 +494,7 @@ Uses of
- TmdbResultsList<PersonCredit>
+ TmdbResultsList<PersonCredit>
TheMovieDbApi.getPersonCredits(int personId,
String... appendToResponse)
@@ -507,7 +511,7 @@ Uses of
- Person
+ Person
TheMovieDbApi.getPersonInfo(int personId,
String... appendToResponse)
@@ -516,7 +520,7 @@ Uses of
- Person
+ Person
TheMovieDbApi.getPersonLatest()
@@ -524,7 +528,7 @@ Uses of
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
TheMovieDbApi.getPersonPopular()
@@ -532,7 +536,7 @@ Uses of
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
TheMovieDbApi.getPersonPopular(int page)
@@ -540,7 +544,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getPopularMovieList(String language,
int page)
@@ -549,7 +553,7 @@ Uses of
- List<MovieDb>
+ List<MovieDb>
TheMovieDbApi.getRatedMovies(String sessionId,
int accountId)
@@ -577,7 +581,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getSimilarMovies(int movieId,
String language,
int page,
@@ -588,7 +592,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getTopRatedMovies(String language,
int page)
@@ -597,7 +601,121 @@ Uses of
- TmdbResultsList<MovieDb>
+ 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>
TheMovieDbApi.getUpcoming(String language,
int page)
@@ -606,7 +724,7 @@ Uses of
- List<MovieDbList>
+ List<MovieDbList>
TheMovieDbApi.getUserLists(String sessionId,
int accountID)
@@ -615,7 +733,7 @@ Uses of
- List<MovieDb>
+ List<MovieDb>
TheMovieDbApi.getWatchList(String sessionId,
int accountId)
@@ -691,7 +809,7 @@ Uses of
- TmdbResultsList<MovieList>
+ TmdbResultsList<MovieList>
TheMovieDbApi.searchList(String query,
String language,
int page)
@@ -701,7 +819,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.searchMovie(String movieName,
int searchYear,
String language,
@@ -713,7 +831,7 @@ Uses of
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
TheMovieDbApi.searchPeople(String personName,
boolean includeAdult,
int page)
@@ -721,6 +839,28 @@ 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 a2c74ce7c..2096cc7c9 100644
--- a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html
+++ b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 3.8-SNAP
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/methods/AbstractMethod.html b/apidocs/com/omertron/themoviedbapi/methods/AbstractMethod.html
new file mode 100644
index 000000000..c3481bde1
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/AbstractMethod.html
@@ -0,0 +1,391 @@
+
+
+
+
+
+
+
+AbstractMethod (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+
+Class AbstractMethod
+
+java.lang.Object
+
com.omertron.themoviedbapi.methods.AbstractMethod
+
+
+- Direct Known Subclasses:
- TV
+
+
+
+public class AbstractMethod
- extends Object
+
+
+
+Abstract methods
+
+
+
+
+- Author:
+ - Stuart
+
+
+
+
+
+
+Field Summary
+
+
+
+protected String
+apiKey
+
+
+
+
+
+
+protected org.yamj.api.common.http.CommonHttpClient
+httpClient
+
+
+
+
+
+
+protected static com.fasterxml.jackson.databind.ObjectMapper
+mapper
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+AbstractMethod(String apiKey,
+ org.yamj.api.common.http.CommonHttpClient httpClient)
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+protected String
+requestWebPage(URL url)
+
+
+
+
+
+
+protected String
+requestWebPage(URL url,
+ String jsonBody)
+
+
+
+
+
+
+protected String
+requestWebPage(URL url,
+ String jsonBody,
+ boolean isDeleteRequest)
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+Field Detail
+
+
+
+
+apiKey
+
+protected final String apiKey
+
+
+
+
+
+
+
+httpClient
+
+protected final org.yamj.api.common.http.CommonHttpClient httpClient
+
+
+
+
+
+
+
+mapper
+
+protected static com.fasterxml.jackson.databind.ObjectMapper mapper
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+AbstractMethod
+
+public AbstractMethod(String apiKey,
+ org.yamj.api.common.http.CommonHttpClient httpClient)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+requestWebPage
+
+protected String requestWebPage(URL url)
+ throws MovieDbException
+
+
+
+- Throws:
+
MovieDbException
+
+
+
+
+
+requestWebPage
+
+protected String requestWebPage(URL url,
+ String jsonBody)
+ throws MovieDbException
+
+
+
+- Throws:
+
MovieDbException
+
+
+
+
+
+requestWebPage
+
+protected String requestWebPage(URL url,
+ String jsonBody,
+ boolean isDeleteRequest)
+ throws MovieDbException
+
+
+
+- Throws:
+
MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TV.html b/apidocs/com/omertron/themoviedbapi/methods/TV.html
new file mode 100644
index 000000000..70c6fc1c9
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TV.html
@@ -0,0 +1,633 @@
+
+
+
+
+
+
+
+TV (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+
+Class TV
+
+java.lang.Object
+
com.omertron.themoviedbapi.methods.AbstractMethod
+
com.omertron.themoviedbapi.methods.TV
+
+
+
+public class TV
- extends AbstractMethod
+
+
+
+Class to hold the TV methods
+
+
+
+
+- Author:
+ - stuart.boston
+
+
+
+
+
+
+Field Summary
+
+
+
+
+
+Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+
+
+apiKey, httpClient, mapper
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+TV(String apiKey,
+ org.yamj.api.common.http.CommonHttpClient httpClient)
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ 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<TVSeriesBasic>
+searchTv(String name,
+ int searchYear,
+ String language,
+ SearchType searchType,
+ int page)
+
+
+ Search for TV shows by title.
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+
+
+requestWebPage, requestWebPage, requestWebPage
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+TV
+
+public TV(String apiKey,
+ org.yamj.api.common.http.CommonHttpClient httpClient)
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+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
+
+
+
+
+
+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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html
new file mode 100644
index 000000000..e9b407732
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.AbstractMethod (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.AbstractMethod
+
+
+
+
+
+Packages that use AbstractMethod
+
+
+com.omertron.themoviedbapi.methods
+
+
+
+
+
+
+
+Uses of AbstractMethod in com.omertron.themoviedbapi.methods
+
+
+
+
+
+
+
+Subclasses of AbstractMethod in com.omertron.themoviedbapi.methods
+
+
+
+ class
+TV
+
+
+ Class to hold the TV methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TV.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TV.html
new file mode 100644
index 000000000..1412c4895
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TV.html
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TV (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TV
+
+No usage of com.omertron.themoviedbapi.methods.TV
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-frame.html b/apidocs/com/omertron/themoviedbapi/methods/package-frame.html
new file mode 100644
index 000000000..05d54ff94
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/package-frame.html
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+
+
+
+Classes
+
+
+AbstractMethod
+
+TV
+
+
+
+
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-summary.html b/apidocs/com/omertron/themoviedbapi/methods/package-summary.html
new file mode 100644
index 000000000..206995b8e
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/package-summary.html
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV PACKAGE
+ NEXT PACKAGE
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+Package com.omertron.themoviedbapi.methods
+
+
+
+
+
+Class Summary
+
+
+AbstractMethod
+Abstract methods
+
+
+TV
+Class to hold the TV methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV PACKAGE
+ NEXT PACKAGE
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-tree.html b/apidocs/com/omertron/themoviedbapi/methods/package-tree.html
new file mode 100644
index 000000000..17a5ca5a9
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/package-tree.html
@@ -0,0 +1,156 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package com.omertron.themoviedbapi.methods
+
+
+
+- Package Hierarchies:
- All Packages
+
+
+Class Hierarchy
+
+
+- java.lang.Object
+- com.omertron.themoviedbapi.methods.AbstractMethod
+- com.omertron.themoviedbapi.methods.TV
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-use.html b/apidocs/com/omertron/themoviedbapi/methods/package-use.html
new file mode 100644
index 000000000..78a5fbf23
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/package-use.html
@@ -0,0 +1,171 @@
+
+
+
+
+
+
+
+Uses of Package com.omertron.themoviedbapi.methods (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package
com.omertron.themoviedbapi.methods
+
+
+
+
+
+Packages that use com.omertron.themoviedbapi.methods
+
+
+com.omertron.themoviedbapi.methods
+
+
+
+
+
+
+
+Classes in com.omertron.themoviedbapi.methods used by com.omertron.themoviedbapi.methods
+
+
+AbstractMethod
+
+
+ Abstract methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
index dece76ee4..66593a933 100644
--- a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
+++ b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
@@ -2,10 +2,10 @@
-
+
-AbstractJsonMapping (API-The MovieDB 3.8-SNAPSHOT API)
+AbstractJsonMapping (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ AbstractJsonMapping (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="AbstractJsonMapping (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="AbstractJsonMapping (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -100,7 +100,7 @@ Class AbstractJsonMapping
All Implemented Interfaces: Serializable
-- 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
+- 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
diff --git a/apidocs/com/omertron/themoviedbapi/model/Account.html b/apidocs/com/omertron/themoviedbapi/model/Account.html
index 89d3efde4..57bd373e8 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Account.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Account.html
@@ -2,10 +2,10 @@
-
+
-Account (API-The MovieDB 3.8-SNAPSHOT API)
+Account (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Account (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Account (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Account (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html
index 570cd1e11..7ed26f9cf 100644
--- a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html
+++ b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html
@@ -2,10 +2,10 @@
-
+
-AlternativeTitle (API-The MovieDB 3.8-SNAPSHOT API)
+AlternativeTitle (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ AlternativeTitle (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="AlternativeTitle (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="AlternativeTitle (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/model/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/Artwork.html
index bc66aff16..f938c2b21 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Artwork.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Artwork.html
@@ -2,10 +2,10 @@
-
+
-Artwork (API-The MovieDB 3.8-SNAPSHOT API)
+Artwork (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Artwork (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Artwork (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Artwork (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html
index aff8c34a3..340dedbf1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html
@@ -2,10 +2,10 @@
-
+
-ArtworkType (API-The MovieDB 3.8-SNAPSHOT API)
+ArtworkType (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ ArtworkType (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="ArtworkType (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="ArtworkType (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html
index 45935764d..6687f8b68 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html
@@ -2,10 +2,10 @@
-
+
-ChangeKeyItem (API-The MovieDB 3.8-SNAPSHOT API)
+ChangeKeyItem (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ ChangeKeyItem (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="ChangeKeyItem (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="ChangeKeyItem (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html
index 785858ee7..406152456 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html
@@ -2,10 +2,10 @@
-
+
-ChangedItem (API-The MovieDB 3.8-SNAPSHOT API)
+ChangedItem (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ ChangedItem (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="ChangedItem (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="ChangedItem (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html
index f97a861d8..14a58be14 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html
@@ -2,10 +2,10 @@
-
+
-ChangedMovie (API-The MovieDB 3.8-SNAPSHOT API)
+ChangedMovie (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ ChangedMovie (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="ChangedMovie (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="ChangedMovie (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/model/Collection.html b/apidocs/com/omertron/themoviedbapi/model/Collection.html
index 619e7fd48..a5a6568db 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Collection.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Collection.html
@@ -2,10 +2,10 @@
-
+
-Collection (API-The MovieDB 3.8-SNAPSHOT API)
+Collection (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Collection (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Collection (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Collection (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html
index 95aeb51a9..e4977e909 100644
--- a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html
@@ -2,10 +2,10 @@
-
+
-CollectionInfo (API-The MovieDB 3.8-SNAPSHOT API)
+CollectionInfo (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ CollectionInfo (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="CollectionInfo (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="CollectionInfo (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/model/Company.html b/apidocs/com/omertron/themoviedbapi/model/Company.html
index 65343d412..0107313d9 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Company.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Company.html
@@ -2,10 +2,10 @@
-
+
-Company (API-The MovieDB 3.8-SNAPSHOT API)
+Company (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Company (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Company (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Company (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/model/Discover.html b/apidocs/com/omertron/themoviedbapi/model/Discover.html
index 9f629a3df..4ecbfcd96 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Discover.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Discover.html
@@ -2,10 +2,10 @@
-
+
-Discover (API-The MovieDB 3.8-SNAPSHOT API)
+Discover (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Discover (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Discover (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Discover (API-The MovieDB 4.0-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/ExternalIds.html b/apidocs/com/omertron/themoviedbapi/model/ExternalIds.html
new file mode 100644
index 000000000..d2c09e72b
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/ExternalIds.html
@@ -0,0 +1,353 @@
+
+
+
+
+
+
+
+ExternalIds (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model
+
+Class ExternalIds
+
+java.lang.Object
+
com.omertron.themoviedbapi.model.ExternalIds
+
+
+
+public class ExternalIds
- extends Object
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+ExternalIds()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ Object
+getId(String id)
+
+
+
+
+
+
+ Map<String,String>
+getIds()
+
+
+
+
+
+
+ boolean
+hasId(String id)
+
+
+
+
+
+
+ Set<String>
+idList()
+
+
+
+
+
+
+ void
+setIds(String id,
+ Object value)
+
+
+
+
+
+
+ String
+toString()
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+ExternalIds
+
+public ExternalIds()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getIds
+
+public Map<String,String> getIds()
+
+
+
+
+
+
+
+
+setIds
+
+public void setIds(String id,
+ Object value)
+
+
+
+
+
+
+
+
+hasId
+
+public boolean hasId(String id)
+
+
+
+
+
+
+
+
+getId
+
+public Object getId(String id)
+
+
+
+
+
+
+
+
+idList
+
+public Set<String> idList()
+
+
+
+
+
+
+
+
+toString
+
+public String toString()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html
index 890ae521d..8dbbf3b9b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Genre.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Genre.html
@@ -2,10 +2,10 @@
-
+
-Genre (API-The MovieDB 3.8-SNAPSHOT API)
+Genre (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Genre (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Genre (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Genre (API-The MovieDB 4.0-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 955befaa3..04ed2775c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html
+++ b/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html
@@ -2,10 +2,10 @@
-
+
-JobDepartment (API-The MovieDB 3.8-SNAPSHOT API)
+JobDepartment (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ JobDepartment (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="JobDepartment (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="JobDepartment (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/model/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/Keyword.html
index 0123f208c..355c6f0b0 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Keyword.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Keyword.html
@@ -2,10 +2,10 @@
-
+
-Keyword (API-The MovieDB 3.8-SNAPSHOT API)
+Keyword (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Keyword (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Keyword (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Keyword (API-The MovieDB 4.0-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/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html
index ebcec7b8e..8010aa8f5 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Language.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Language.html
@@ -2,10 +2,10 @@
-
+
-Language (API-The MovieDB 3.8-SNAPSHOT API)
+Language (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Language (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Language (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Language (API-The MovieDB 4.0-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 e978b8c46..2eeab2c43 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html
@@ -2,10 +2,10 @@
-
+
-ListItemStatus (API-The MovieDB 3.8-SNAPSHOT API)
+ListItemStatus (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ ListItemStatus (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="ListItemStatus (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="ListItemStatus (API-The MovieDB 4.0-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/Network.html b/apidocs/com/omertron/themoviedbapi/model/Network.html
new file mode 100644
index 000000000..e5fdd1b21
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/Network.html
@@ -0,0 +1,327 @@
+
+
+
+
+
+
+
+Network (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model
+
+Class Network
+
+java.lang.Object
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.model.Network
+
+
+- All Implemented Interfaces:
- Serializable
+
+
+
+public class Network
- extends AbstractJsonMapping
+
+
+
+
+- Author:
+ - stuart.boston
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+Network()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ int
+getId()
+
+
+
+
+
+
+ String
+getName()
+
+
+
+
+
+
+ void
+setId(int id)
+
+
+
+
+
+
+ void
+setName(String name)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Network
+
+public Network()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getId
+
+public int getId()
+
+
+
+
+
+
+
+
+getName
+
+public String getName()
+
+
+
+
+
+
+
+
+setId
+
+public void setId(int id)
+
+
+
+
+
+
+
+
+setName
+
+public void setName(String name)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html
index 094c30333..53a8df3f6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html
@@ -2,10 +2,10 @@
-
+
-ProductionCompany (API-The MovieDB 3.8-SNAPSHOT API)
+ProductionCompany (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ ProductionCompany (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="ProductionCompany (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="ProductionCompany (API-The MovieDB 4.0-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 9fe06c976..5c3a90678 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html
@@ -2,10 +2,10 @@
-
+
-ProductionCountry (API-The MovieDB 3.8-SNAPSHOT API)
+ProductionCountry (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ ProductionCountry (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="ProductionCountry (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="ProductionCountry (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html
index e980146cf..22507ffb1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html
@@ -2,10 +2,10 @@
-
+
-ReleaseInfo (API-The MovieDB 3.8-SNAPSHOT API)
+ReleaseInfo (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ ReleaseInfo (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="ReleaseInfo (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="ReleaseInfo (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/model/Reviews.html b/apidocs/com/omertron/themoviedbapi/model/Reviews.html
index 234711cdb..a6351f22d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Reviews.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Reviews.html
@@ -2,10 +2,10 @@
-
+
-Reviews (API-The MovieDB 3.8-SNAPSHOT API)
+Reviews (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Reviews (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Reviews (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Reviews (API-The MovieDB 4.0-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/SearchType.html b/apidocs/com/omertron/themoviedbapi/model/SearchType.html
new file mode 100644
index 000000000..bab214e3b
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/SearchType.html
@@ -0,0 +1,334 @@
+
+
+
+
+
+
+
+SearchType (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD
+
+DETAIL: ENUM CONSTANTS | FIELD | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model
+
+Enum SearchType
+
+java.lang.Object
+
java.lang.Enum<SearchType>
+
com.omertron.themoviedbapi.model.SearchType
+
+
+- All Implemented Interfaces:
- Serializable, Comparable<SearchType>
+
+
+
+public enum SearchType
- extends Enum<SearchType>
+
+
+
+By default, the search type is 'phrase'.
+ This is almost guaranteed the option you will want.
+ It's a great all purpose search type and by far the most tuned for every day querying.
+ For those wanting more of an "autocomplete" type search, set this option to 'ngram'
+
+
+
+
+- Author:
+ - stuart.boston
+
+
+
+
+
+
+Enum Constant Summary
+
+
+ngram
+
+
+
+
+
+phrase
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static SearchType
+valueOf(String name)
+
+
+ Returns the enum constant of this type with the specified name.
+
+
+
+static SearchType[]
+values()
+
+
+ Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+Methods inherited from class java.lang.Enum
+
+
+clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+phrase
+
+public static final SearchType phrase
+
+
+
+
+
+
+
+ngram
+
+public static final SearchType ngram
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+values
+
+public static SearchType[] values()
+
+- Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (SearchType c : SearchType.values())
+ System.out.println(c);
+
+
+
+
+- Returns:
- an array containing the constants of this enum type, in
+the order they are declared
+
+
+
+
+
+valueOf
+
+public static SearchType valueOf(String name)
+
+- Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
+- Parameters:
name - the name of the enum constant to be returned.
+- Returns:
- the enum constant with the specified name
+
- Throws:
+
IllegalArgumentException - if this enum type has no constant
+with the specified name
+NullPointerException - if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD
+
+DETAIL: ENUM CONSTANTS | FIELD | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html
index c9e157e8f..d2a9e1129 100644
--- a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html
+++ b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html
@@ -2,10 +2,10 @@
-
+
-StatusCode (API-The MovieDB 3.8-SNAPSHOT API)
+StatusCode (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ StatusCode (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="StatusCode (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="StatusCode (API-The MovieDB 4.0-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:
- MovieDbListStatus
+- Direct Known Subclasses:
- StatusCodeList
@@ -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/StatusCodeList.html b/apidocs/com/omertron/themoviedbapi/model/StatusCodeList.html
new file mode 100644
index 000000000..0aedcdf9e
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/StatusCodeList.html
@@ -0,0 +1,297 @@
+
+
+
+
+
+
+
+StatusCodeList (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model
+
+Class StatusCodeList
+
+java.lang.Object
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.model.StatusCode
+
com.omertron.themoviedbapi.model.StatusCodeList
+
+
+- All Implemented Interfaces:
- Serializable
+
+
+
+public class StatusCodeList
- extends StatusCode
+
+
+
+
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+StatusCodeList()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ String
+getListId()
+
+
+
+
+
+
+ void
+setListId(String listId)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.StatusCode
+
+
+getStatusCode, getStatusMessage, setStatusCode, setStatusMessage
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+StatusCodeList
+
+public StatusCodeList()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getListId
+
+public String getListId()
+
+
+
+
+
+
+
+
+setListId
+
+public void setListId(String listId)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html
index 1065966a5..00f6857c7 100644
--- a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html
+++ b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html
@@ -2,10 +2,10 @@
-
+
-TmdbConfiguration (API-The MovieDB 3.8-SNAPSHOT API)
+TmdbConfiguration (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ TmdbConfiguration (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="TmdbConfiguration (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="TmdbConfiguration (API-The MovieDB 4.0-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 d71aa4863..ad7ef937b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html
@@ -2,10 +2,10 @@
-
+
-TokenAuthorisation (API-The MovieDB 3.8-SNAPSHOT API)
+TokenAuthorisation (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ TokenAuthorisation (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="TokenAuthorisation (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="TokenAuthorisation (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html
index 44a2466d6..48550b7c1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html
+++ b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html
@@ -2,10 +2,10 @@
-
+
-TokenSession (API-The MovieDB 3.8-SNAPSHOT API)
+TokenSession (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ TokenSession (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="TokenSession (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="TokenSession (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/model/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/Trailer.html
index 19afd2322..1c8ac39a6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Trailer.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Trailer.html
@@ -2,10 +2,10 @@
-
+
-Trailer (API-The MovieDB 3.8-SNAPSHOT API)
+Trailer (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Trailer (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Trailer (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Trailer (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/model/Translation.html b/apidocs/com/omertron/themoviedbapi/model/Translation.html
index e228b2db0..0fb8f20e4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Translation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Translation.html
@@ -2,10 +2,10 @@
-
+
-Translation (API-The MovieDB 3.8-SNAPSHOT API)
+Translation (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Translation (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Translation (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Translation (API-The MovieDB 4.0-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 a867cc8a6..4f70d630b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The Movi
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -94,6 +94,34 @@ 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
+
+
@@ -180,14 +208,6 @@ Uses of Keyword
-
-
-
-
-
- class
-KeywordMovie
-
@@ -210,63 +230,7 @@ Uses of
class
-MovieDb
-
-
- Movie Bean
-
-
-
- class
-MovieDbList
-
-
- Wrapper for the MovieDbList function
-
-
-
- class
-MovieDbListStatus
-
-
-
-
-
-
- class
-MovieList
-
-
-
-
-
-
- class
-Person
-
-
-
-
-
-
- class
-PersonCast
-
-
-
-
-
-
- class
-PersonCredit
-
-
-
-
-
-
- class
-PersonCrew
+Network
@@ -308,6 +272,14 @@ Uses of StatusCode
+
+
+
+
+
+ class
+StatusCodeList
+
@@ -348,6 +320,465 @@ 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.model
+Uses of Artwork in com.omertron.themoviedbapi.methods
@@ -161,12 +184,48 @@ Uses of
-Methods in com.omertron.themoviedbapi.model that return types with arguments of type Artwork
+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
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 d075c78c1..1fd5024b3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.ArtworkType (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.ArtworkType (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.ArtworkType (API-The MovieDB 3.8-
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.ArtworkType (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.ArtworkType (API-The MovieDB 4.0-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 713c674cd..c6f93bcd0 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.ChangeKeyItem (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.ChangeKeyItem (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.ChangeKeyItem (API-The MovieDB 3.
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.ChangeKeyItem (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.ChangeKeyItem (API-The MovieDB 4.0-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 ee9dda7a7..9c7231712 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.ChangedItem (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.ChangedItem (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.ChangedItem (API-The MovieDB 3.8-
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.ChangedItem (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.ChangedItem (API-The MovieDB 4.0-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 79c228358..c6fc15006 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.ChangedMovie (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.ChangedMovie (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.ChangedMovie (API-The MovieDB 3.8
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.ChangedMovie (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.ChangedMovie (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -95,7 +95,7 @@ Packages that use
-com.omertron.themoviedbapi.wrapper
+com.omertron.themoviedbapi.wrapper.movie
@@ -128,11 +128,11 @@ Uses of
+
-Uses of ChangedMovie in com.omertron.themoviedbapi.wrapper
+Uses of ChangedMovie in com.omertron.themoviedbapi.wrapper.movie
@@ -140,12 +140,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type ChangedMovie
+Methods in com.omertron.themoviedbapi.wrapper.movie 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 with type arguments of type ChangedMovie
+Method parameters in com.omertron.themoviedbapi.wrapper.movie 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 5237d7589..479e3016f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.Collection (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.Collection (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.Collection (API-The MovieDB 3.8-S
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.Collection (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.Collection (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -99,6 +99,10 @@ Packages that use
+com.omertron.themoviedbapi.model.movie
+
+
+
com.omertron.themoviedbapi.wrapper
@@ -142,22 +146,6 @@ 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
@@ -176,12 +164,37 @@ Uses of
-Methods in com.omertron.themoviedbapi.model with parameters of type Collection
+Method parameters in com.omertron.themoviedbapi.model with type arguments of type Collection
void
-MovieDb.setBelongsToCollection(Collection belongsToCollection)
+CollectionInfo.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()
@@ -192,12 +205,12 @@ Uses of
-Method parameters in com.omertron.themoviedbapi.model with type arguments of type Collection
+Methods in com.omertron.themoviedbapi.model.movie with parameters of type Collection
void
-CollectionInfo.setParts(List<Collection> parts)
+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 ee8078faf..5c8710c9d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.CollectionInfo (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.CollectionInfo (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.CollectionInfo (API-The MovieDB 3
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.CollectionInfo (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.CollectionInfo (API-The MovieDB 4.0-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 007bdec3b..c8e00d371 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.Company (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.Company (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.Company (API-The MovieDB 3.8-SNAP
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.Company (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.Company (API-The MovieDB 4.0-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 66c7f9781..9adbb01a7 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.Discover (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.Discover (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.Discover (API-The MovieDB 3.8-SNA
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.Discover (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.Discover (API-The MovieDB 4.0-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/ExternalIds.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ExternalIds.html
new file mode 100644
index 000000000..4a363e99e
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ExternalIds.html
@@ -0,0 +1,254 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.ExternalIds (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.model.ExternalIds
+
+
+
+
+
+Packages that use ExternalIds
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.methods
+
+
+
+
+
+
+
+Uses of ExternalIds in com.omertron.themoviedbapi
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi that return ExternalIds
+
+
+
+ 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.
+
+
+
+ ExternalIds
+TheMovieDbApi.getTvExternalIds(int id,
+ String language)
+
+
+ Get the external ids that we have stored for a TV series.
+
+
+
+ ExternalIds
+TheMovieDbApi.getTvSeasonExternalIds(int id,
+ int seasonNumber,
+ String language)
+
+
+ Get the external ids that we have stored for a TV season by season number.
+
+
+
+
+
+
+Uses of ExternalIds in com.omertron.themoviedbapi.methods
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.methods that return ExternalIds
+
+
+
+ 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.
+
+
+
+ ExternalIds
+TV.getTvExternalIds(int id,
+ String language)
+
+
+ Get the external ids that we have stored for a TV series.
+
+
+
+ ExternalIds
+TV.getTvSeasonExternalIds(int id,
+ int seasonNumber,
+ String language)
+
+
+ Get the external ids that we have stored for a TV season by season number.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html
index 4a3bf1829..f9dc5d688 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 3.8-SNAPSH
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -95,7 +95,11 @@ Packages that use
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model.movie
+
+
+
+com.omertron.themoviedbapi.model.tv
@@ -130,11 +134,11 @@ Uses of
-Uses of Genre in com.omertron.themoviedbapi.model
+Uses of Genre in com.omertron.themoviedbapi.model.movie
@@ -142,12 +146,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model that return types with arguments of type Genre
+Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type Genre
List<Genre>
-MovieDb.getGenres()
+MovieDb.getGenres()
@@ -158,12 +162,53 @@ Uses of
-Method parameters in com.omertron.themoviedbapi.model with type arguments of type Genre
+Method parameters in com.omertron.themoviedbapi.model.movie with type arguments of type Genre
void
-MovieDb.setGenres(List<Genre> genres)
+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)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html
index 7d9d6d6ff..22e80f434 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.JobDepartment (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.JobDepartment (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.JobDepartment (API-The MovieDB 3.
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.JobDepartment (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.JobDepartment (API-The MovieDB 4.0-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 4662e7036..18ff8c529 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.Keyword (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.Keyword (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.Keyword (API-The MovieDB 3.8-SNAP
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.Keyword (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.Keyword (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -95,7 +95,7 @@ Packages that use
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model.movie
@@ -156,11 +156,11 @@ Uses of
-Uses of Keyword in com.omertron.themoviedbapi.model
+Uses of Keyword in com.omertron.themoviedbapi.model.movie
@@ -168,12 +168,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model that return types with arguments of type Keyword
+Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type Keyword
List<Keyword>
-MovieDb.getKeywords()
+MovieDb.getKeywords()
@@ -198,14 +198,6 @@ Uses of
List<Keyword>
-WrapperMovieKeywords.getKeywords()
-
-
-
-
-
-
- List<Keyword>
WrapperKeywords.getResults()
@@ -222,14 +214,6 @@ Uses of
void
-WrapperMovieKeywords.setKeywords(List<Keyword> keywords)
-
-
-
-
-
-
- void
WrapperKeywords.setResults(List<Keyword> results)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html
index 704ec6752..08b1b9c92 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 3.8-SNA
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -91,17 +91,17 @@ function windowTitle()
Packages that use Language
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model.movie
-Uses of Language in com.omertron.themoviedbapi.model
+Uses of Language in com.omertron.themoviedbapi.model.movie
@@ -109,12 +109,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model that return types with arguments of type Language
+Methods in com.omertron.themoviedbapi.model.movie 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 with type arguments of type Language
+Method parameters in com.omertron.themoviedbapi.model.movie 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 b0982b057..9552a992f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.ListItemStatus (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.ListItemStatus (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.ListItemStatus (API-The MovieDB 3
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.ListItemStatus (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.ListItemStatus (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Network.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Network.html
new file mode 100644
index 000000000..5da114266
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Network.html
@@ -0,0 +1,197 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.Network (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.model.Network
+
+
+
+
+
+Packages that use Network
+
+
+com.omertron.themoviedbapi.model.tv
+
+
+
+
+
+
+
+Uses of Network in com.omertron.themoviedbapi.model.tv
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.model.tv that return types with arguments of type Network
+
+
+
+ List<Network>
+TVSeries.getNetworks()
+
+
+
+
+
+
+
+
+
+
+Method parameters in com.omertron.themoviedbapi.model.tv with type arguments of type Network
+
+
+
+ void
+TVSeries.setNetworks(List<Network> networks)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html
index c734cc29d..6cd6b267c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.ProductionCompany (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.ProductionCompany (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.ProductionCompany (API-The MovieD
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.ProductionCompany (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.ProductionCompany (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -91,17 +91,17 @@ function windowTitle()
Packages that use ProductionCompany
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model.movie
-Uses of ProductionCompany in com.omertron.themoviedbapi.model
+Uses of ProductionCompany in com.omertron.themoviedbapi.model.movie
@@ -109,12 +109,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model that return types with arguments of type ProductionCompany
+Methods in com.omertron.themoviedbapi.model.movie 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 with type arguments of type ProductionCompany
+Method parameters in com.omertron.themoviedbapi.model.movie 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 23d468334..a73b11c24 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.ProductionCountry (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.ProductionCountry (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.ProductionCountry (API-The MovieD
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.ProductionCountry (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.ProductionCountry (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -91,17 +91,17 @@ function windowTitle()
Packages that use ProductionCountry
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model.movie
-Uses of ProductionCountry in com.omertron.themoviedbapi.model
+Uses of ProductionCountry in com.omertron.themoviedbapi.model.movie
@@ -109,12 +109,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model that return types with arguments of type ProductionCountry
+Methods in com.omertron.themoviedbapi.model.movie 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 with type arguments of type ProductionCountry
+Method parameters in com.omertron.themoviedbapi.model.movie 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 30b379da1..a25150097 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.ReleaseInfo (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.ReleaseInfo (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.ReleaseInfo (API-The MovieDB 3.8-
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.ReleaseInfo (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.ReleaseInfo (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -95,7 +95,7 @@ Packages that use
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model.movie
@@ -132,11 +132,11 @@ Uses of
+
-Uses of ReleaseInfo in com.omertron.themoviedbapi.model
+Uses of ReleaseInfo in com.omertron.themoviedbapi.model.movie
@@ -144,12 +144,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model that return types with arguments of type ReleaseInfo
+Methods in com.omertron.themoviedbapi.model.movie 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 b564a2581..b4d429a29 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.Reviews (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.Reviews (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.Reviews (API-The MovieDB 3.8-SNAP
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.Reviews (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.Reviews (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -95,7 +95,7 @@ Packages that use
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model.movie
@@ -133,11 +133,11 @@ Uses of
-Uses of Reviews in com.omertron.themoviedbapi.model
+Uses of Reviews in com.omertron.themoviedbapi.model.movie
@@ -145,12 +145,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model that return types with arguments of type Reviews
+Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type Reviews
List<Reviews>
-MovieDb.getReviews()
+MovieDb.getReviews()
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/SearchType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/SearchType.html
new file mode 100644
index 000000000..f43d950b8
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/SearchType.html
@@ -0,0 +1,256 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.SearchType (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.model.SearchType
+
+
+
+
+
+Packages that use SearchType
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.methods
+
+
+
+com.omertron.themoviedbapi.model
+
+
+
+
+
+
+
+Uses of SearchType in com.omertron.themoviedbapi
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi with parameters of type SearchType
+
+
+
+ TmdbResultsList<TVSeriesBasic>
+TheMovieDbApi.searchTv(String name,
+ int searchYear,
+ String language,
+ SearchType searchType,
+ int page)
+
+
+ Search for TV shows by title.
+
+
+
+
+
+
+Uses of SearchType in com.omertron.themoviedbapi.methods
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.methods with parameters of type SearchType
+
+
+
+ TmdbResultsList<TVSeriesBasic>
+TV.searchTv(String name,
+ int searchYear,
+ String language,
+ SearchType searchType,
+ int page)
+
+
+ Search for TV shows by title.
+
+
+
+
+
+
+Uses of SearchType in com.omertron.themoviedbapi.model
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.model that return SearchType
+
+
+
+static SearchType
+SearchType.valueOf(String name)
+
+
+ Returns the enum constant of this type with the specified name.
+
+
+
+static SearchType[]
+SearchType.values()
+
+
+ Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html
index 4185b17c6..a81cf43bb 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 3.8-S
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -195,7 +195,7 @@ Uses of
class
-MovieDbListStatus
+StatusCodeList
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCodeList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCodeList.html
new file mode 100644
index 000000000..3f15a99b1
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCodeList.html
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.StatusCodeList (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.model.StatusCodeList
+
+No usage of com.omertron.themoviedbapi.model.StatusCodeList
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html
index e68b1b007..8d6f5a7b0 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.TmdbConfiguration (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.TmdbConfiguration (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.TmdbConfiguration (API-The MovieD
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.TmdbConfiguration (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.TmdbConfiguration (API-The MovieDB 4.0-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 ce1dcbb0a..cdee04847 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The Movie
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The MovieDB 4.0-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 5577bd81b..0c88a271c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.TokenSession (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.TokenSession (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.TokenSession (API-The MovieDB 3.8
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.TokenSession (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.TokenSession (API-The MovieDB 4.0-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 ebd7a712e..43e164de2 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.Trailer (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.Trailer (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.Trailer (API-The MovieDB 3.8-SNAP
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.Trailer (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.Trailer (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -95,7 +95,7 @@ Packages that use
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model.movie
@@ -132,11 +132,11 @@ Uses of
-Uses of Trailer in com.omertron.themoviedbapi.model
+Uses of Trailer in com.omertron.themoviedbapi.model.movie
@@ -144,12 +144,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model that return types with arguments of type Trailer
+Methods in com.omertron.themoviedbapi.model.movie 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 a002c738c..fa5a1cc86 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.Translation (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.Translation (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.model.Translation (API-The MovieDB 3.8-
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.model.Translation (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.model.Translation (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -95,7 +95,7 @@ Packages that use
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model.movie
@@ -131,11 +131,11 @@ Uses of
+
-Uses of Translation in com.omertron.themoviedbapi.model
+Uses of Translation in com.omertron.themoviedbapi.model.movie
@@ -143,12 +143,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model that return types with arguments of type Translation
+Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type Translation
List<Translation>
-MovieDb.getTranslations()
+MovieDb.getTranslations()
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/movie/MovieDb.html
new file mode 100644
index 000000000..2f82f5bd7
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/MovieDb.html
@@ -0,0 +1,1240 @@
+
+
+
+
+
+
+
+MovieDb (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.movie
+
+Class MovieDb
+
+java.lang.Object
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.model.movie.MovieDbBasic
+
com.omertron.themoviedbapi.model.movie.MovieDb
+
+
+- All Implemented Interfaces:
- Serializable
+
+
+
+public class MovieDb
- extends MovieDbBasic
+
+
+
+Movie Bean
+
+
+
+
+- Author:
+ - stuart.boston
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+MovieDb()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ boolean
+equals(Object obj)
+
+
+
+
+
+
+ List<AlternativeTitle>
+getAlternativeTitles()
+
+
+
+
+
+
+ Collection
+getBelongsToCollection()
+
+
+
+
+
+
+ long
+getBudget()
+
+
+
+
+
+
+ List<PersonCast>
+getCast()
+
+
+
+
+
+
+ List<PersonCrew>
+getCrew()
+
+
+
+
+
+
+ List<Genre>
+getGenres()
+
+
+
+
+
+
+ String
+getHomepage()
+
+
+
+
+
+
+ List<Artwork>
+getImages()
+
+
+
+
+
+
+ String
+getImdbID()
+
+
+
+
+
+
+ List<Keyword>
+getKeywords()
+
+
+
+
+
+
+ List<MovieList>
+getLists()
+
+
+
+
+
+
+ String
+getOverview()
+
+
+
+
+
+
+ List<ProductionCompany>
+getProductionCompanies()
+
+
+
+
+
+
+ List<ProductionCountry>
+getProductionCountries()
+
+
+
+
+
+
+ List<ReleaseInfo>
+getReleases()
+
+
+
+
+
+
+ long
+getRevenue()
+
+
+
+
+
+
+ List<Reviews>
+getReviews()
+
+
+
+
+
+
+ int
+getRuntime()
+
+
+
+
+
+
+ List<MovieDb>
+getSimilarMovies()
+
+
+
+
+
+
+ List<Language>
+getSpokenLanguages()
+
+
+
+
+
+
+ String
+getStatus()
+
+
+
+
+
+
+ String
+getTagline()
+
+
+
+
+
+
+ List<Trailer>
+getTrailers()
+
+
+
+
+
+
+ List<Translation>
+getTranslations()
+
+
+
+
+
+
+ float
+getUserRating()
+
+
+
+
+
+
+ int
+hashCode()
+
+
+
+
+
+
+ void
+setAlternativeTitles(WrapperAlternativeTitles alternativeTitles)
+
+
+
+
+
+
+ void
+setBelongsToCollection(Collection belongsToCollection)
+
+
+
+
+
+
+ void
+setBudget(long budget)
+
+
+
+
+
+
+ void
+setCasts(WrapperCasts casts)
+
+
+
+
+
+
+ void
+setGenres(List<Genre> genres)
+
+
+
+
+
+
+ void
+setHomepage(String homepage)
+
+
+
+
+
+
+ void
+setImages(WrapperImages images)
+
+
+
+
+
+
+ void
+setImdbID(String imdbID)
+
+
+
+
+
+
+ void
+setKeywords(WrapperKeywords keywords)
+
+
+
+
+
+
+ void
+setLists(WrapperMovieList lists)
+
+
+
+
+
+
+ void
+setOverview(String overview)
+
+
+
+
+
+
+ void
+setProductionCompanies(List<ProductionCompany> productionCompanies)
+
+
+
+
+
+
+ void
+setProductionCountries(List<ProductionCountry> productionCountries)
+
+
+
+
+
+
+ void
+setReleases(WrapperReleaseInfo releases)
+
+
+
+
+
+
+ void
+setRevenue(long revenue)
+
+
+
+
+
+
+ void
+setReviews(WrapperReviews reviews)
+
+
+
+
+
+
+ void
+setRuntime(int runtime)
+
+
+
+
+
+
+ void
+setSimilarMovies(WrapperMovie similarMovies)
+
+
+
+
+
+
+ void
+setSpokenLanguages(List<Language> spokenLanguages)
+
+
+
+
+
+
+ void
+setStatus(String status)
+
+
+
+
+
+
+ void
+setTagline(String tagline)
+
+
+
+
+
+
+ void
+setTrailers(WrapperTrailers trailers)
+
+
+
+
+
+
+ void
+setTranslations(WrapperTranslations translations)
+
+
+
+
+
+
+ void
+setUserRating(float userRating)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.movie.MovieDbBasic
+
+
+getBackdropPath, getId, getOriginalTitle, getPopularity, getPosterPath, getReleaseDate, getSerialVersionUID, getTitle, getVoteAverage, getVoteCount, isAdult, setAdult, setBackdropPath, setId, setOriginalTitle, setPopularity, setPosterPath, setReleaseDate, setTitle, setVoteAverage, setVoteCount
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+MovieDb
+
+public MovieDb()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getBelongsToCollection
+
+public Collection getBelongsToCollection()
+
+
+
+
+
+
+
+
+getBudget
+
+public long getBudget()
+
+
+
+
+
+
+
+
+getGenres
+
+public List<Genre> getGenres()
+
+
+
+
+
+
+
+
+getHomepage
+
+public String getHomepage()
+
+
+
+
+
+
+
+
+getImdbID
+
+public String getImdbID()
+
+
+
+
+
+
+
+
+getOverview
+
+public String getOverview()
+
+
+
+
+
+
+
+
+getProductionCompanies
+
+public List<ProductionCompany> getProductionCompanies()
+
+
+
+
+
+
+
+
+getProductionCountries
+
+public List<ProductionCountry> getProductionCountries()
+
+
+
+
+
+
+
+
+getRevenue
+
+public long getRevenue()
+
+
+
+
+
+
+
+
+getRuntime
+
+public int getRuntime()
+
+
+
+
+
+
+
+
+getSpokenLanguages
+
+public List<Language> getSpokenLanguages()
+
+
+
+
+
+
+
+
+getTagline
+
+public String getTagline()
+
+
+
+
+
+
+
+
+getStatus
+
+public String getStatus()
+
+
+
+
+
+
+
+
+getUserRating
+
+public float getUserRating()
+
+
+
+
+
+
+
+
+setBelongsToCollection
+
+public void setBelongsToCollection(Collection belongsToCollection)
+
+
+
+
+
+
+
+
+setBudget
+
+public void setBudget(long budget)
+
+
+
+
+
+
+
+
+setGenres
+
+public void setGenres(List<Genre> genres)
+
+
+
+
+
+
+
+
+setHomepage
+
+public void setHomepage(String homepage)
+
+
+
+
+
+
+
+
+setImdbID
+
+public void setImdbID(String imdbID)
+
+
+
+
+
+
+
+
+setOverview
+
+public void setOverview(String overview)
+
+
+
+
+
+
+
+
+setProductionCompanies
+
+public void setProductionCompanies(List<ProductionCompany> productionCompanies)
+
+
+
+
+
+
+
+
+setProductionCountries
+
+public void setProductionCountries(List<ProductionCountry> productionCountries)
+
+
+
+
+
+
+
+
+setRevenue
+
+public void setRevenue(long revenue)
+
+
+
+
+
+
+
+
+setRuntime
+
+public void setRuntime(int runtime)
+
+
+
+
+
+
+
+
+setSpokenLanguages
+
+public void setSpokenLanguages(List<Language> spokenLanguages)
+
+
+
+
+
+
+
+
+setTagline
+
+public void setTagline(String tagline)
+
+
+
+
+
+
+
+
+setStatus
+
+public void setStatus(String status)
+
+
+
+
+
+
+
+
+setUserRating
+
+public void setUserRating(float userRating)
+
+
+
+
+
+
+
+
+getAlternativeTitles
+
+public List<AlternativeTitle> getAlternativeTitles()
+
+
+
+
+
+
+
+
+getCast
+
+public List<PersonCast> getCast()
+
+
+
+
+
+
+
+
+getCrew
+
+public List<PersonCrew> getCrew()
+
+
+
+
+
+
+
+
+getImages
+
+public List<Artwork> getImages()
+
+
+
+
+
+
+
+
+getKeywords
+
+public List<Keyword> getKeywords()
+
+
+
+
+
+
+
+
+getReleases
+
+public List<ReleaseInfo> getReleases()
+
+
+
+
+
+
+
+
+getTrailers
+
+public List<Trailer> getTrailers()
+
+
+
+
+
+
+
+
+getTranslations
+
+public List<Translation> getTranslations()
+
+
+
+
+
+
+
+
+getSimilarMovies
+
+public List<MovieDb> getSimilarMovies()
+
+
+
+
+
+
+
+
+getLists
+
+public List<MovieList> getLists()
+
+
+
+
+
+
+
+
+getReviews
+
+public List<Reviews> getReviews()
+
+
+
+
+
+
+
+
+setAlternativeTitles
+
+public void setAlternativeTitles(WrapperAlternativeTitles alternativeTitles)
+
+
+
+
+
+
+
+
+setCasts
+
+public void setCasts(WrapperCasts casts)
+
+
+
+
+
+
+
+
+setImages
+
+public void setImages(WrapperImages images)
+
+
+
+
+
+
+
+
+setKeywords
+
+public void setKeywords(WrapperKeywords keywords)
+
+
+
+
+
+
+
+
+setReleases
+
+public void setReleases(WrapperReleaseInfo releases)
+
+
+
+
+
+
+
+
+setTrailers
+
+public void setTrailers(WrapperTrailers trailers)
+
+
+
+
+
+
+
+
+setTranslations
+
+public void setTranslations(WrapperTranslations translations)
+
+
+
+
+
+
+
+
+setSimilarMovies
+
+public void setSimilarMovies(WrapperMovie similarMovies)
+
+
+
+
+
+
+
+
+setLists
+
+public void setLists(WrapperMovieList lists)
+
+
+
+
+
+
+
+
+setReviews
+
+public void setReviews(WrapperReviews reviews)
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals(Object obj)
+
+
+- Overrides:
equals in class Object
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode()
+
+
+- Overrides:
hashCode in class Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/MovieDbBasic.html b/apidocs/com/omertron/themoviedbapi/model/movie/MovieDbBasic.html
new file mode 100644
index 000000000..ecaf451e3
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/MovieDbBasic.html
@@ -0,0 +1,653 @@
+
+
+
+
+
+
+
+MovieDbBasic (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.movie
+
+Class MovieDbBasic
+
+java.lang.Object
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.model.movie.MovieDbBasic
+
+
+- All Implemented Interfaces:
- Serializable
+
+
+- Direct Known Subclasses:
- MovieDb
+
+
+
+public class MovieDbBasic
- extends AbstractJsonMapping
+
+
+
+
+- Author:
+ - Stuart
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+MovieDbBasic()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ String
+getBackdropPath()
+
+
+
+
+
+
+ int
+getId()
+
+
+
+
+
+
+ String
+getOriginalTitle()
+
+
+
+
+
+
+ float
+getPopularity()
+
+
+
+
+
+
+ String
+getPosterPath()
+
+
+
+
+
+
+ String
+getReleaseDate()
+
+
+
+
+
+
+static long
+getSerialVersionUID()
+
+
+
+
+
+
+ String
+getTitle()
+
+
+
+
+
+
+ float
+getVoteAverage()
+
+
+
+
+
+
+ double
+getVoteCount()
+
+
+
+
+
+
+ boolean
+isAdult()
+
+
+
+
+
+
+ void
+setAdult(boolean adult)
+
+
+
+
+
+
+ void
+setBackdropPath(String backdropPath)
+
+
+
+
+
+
+ void
+setId(int id)
+
+
+
+
+
+
+ void
+setOriginalTitle(String originalTitle)
+
+
+
+
+
+
+ void
+setPopularity(float popularity)
+
+
+
+
+
+
+ void
+setPosterPath(String posterPath)
+
+
+
+
+
+
+ void
+setReleaseDate(String releaseDate)
+
+
+
+
+
+
+ void
+setTitle(String title)
+
+
+
+
+
+
+ void
+setVoteAverage(float voteAverage)
+
+
+
+
+
+
+ void
+setVoteCount(double voteCount)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+MovieDbBasic
+
+public MovieDbBasic()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getSerialVersionUID
+
+public static long getSerialVersionUID()
+
+
+
+
+
+
+
+
+getBackdropPath
+
+public String getBackdropPath()
+
+
+
+
+
+
+
+
+getId
+
+public int getId()
+
+
+
+
+
+
+
+
+getOriginalTitle
+
+public String getOriginalTitle()
+
+
+
+
+
+
+
+
+getReleaseDate
+
+public String getReleaseDate()
+
+
+
+
+
+
+
+
+getPosterPath
+
+public String getPosterPath()
+
+
+
+
+
+
+
+
+getTitle
+
+public String getTitle()
+
+
+
+
+
+
+
+
+getVoteAverage
+
+public float getVoteAverage()
+
+
+
+
+
+
+
+
+getVoteCount
+
+public double getVoteCount()
+
+
+
+
+
+
+
+
+isAdult
+
+public boolean isAdult()
+
+
+
+
+
+
+
+
+getPopularity
+
+public float getPopularity()
+
+
+
+
+
+
+
+
+setBackdropPath
+
+public void setBackdropPath(String backdropPath)
+
+
+
+
+
+
+
+
+setId
+
+public void setId(int id)
+
+
+
+
+
+
+
+
+setOriginalTitle
+
+public void setOriginalTitle(String originalTitle)
+
+
+
+
+
+
+
+
+setReleaseDate
+
+public void setReleaseDate(String releaseDate)
+
+
+
+
+
+
+
+
+setPosterPath
+
+public void setPosterPath(String posterPath)
+
+
+
+
+
+
+
+
+setTitle
+
+public void setTitle(String title)
+
+
+
+
+
+
+
+
+setVoteAverage
+
+public void setVoteAverage(float voteAverage)
+
+
+
+
+
+
+
+
+setVoteCount
+
+public void setVoteCount(double voteCount)
+
+
+
+
+
+
+
+
+setAdult
+
+public void setAdult(boolean adult)
+
+
+
+
+
+
+
+
+setPopularity
+
+public void setPopularity(float popularity)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/movie/MovieDbList.html
new file mode 100644
index 000000000..167e298ea
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/MovieDbList.html
@@ -0,0 +1,673 @@
+
+
+
+
+
+
+
+MovieDbList (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.movie
+
+Class MovieDbList
+
+java.lang.Object
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.model.movie.MovieDbList
+
+
+- All Implemented Interfaces:
- Serializable
+
+
+
+public class MovieDbList
- extends AbstractJsonMapping
+
+
+
+Wrapper for the MovieDbList function
+
+
+
+
+- Author:
+ - stuart.boston
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+MovieDbList()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ String
+getCreatedBy()
+
+
+
+
+
+
+ String
+getDescription()
+
+
+
+
+
+
+ int
+getFavoriteCount()
+
+
+
+
+
+
+ String
+getId()
+
+
+
+
+
+
+ int
+getItemCount()
+
+
+
+
+
+
+ List<MovieDb>
+getItems()
+
+
+
+
+
+
+ String
+getLanguage()
+
+
+
+
+
+
+ String
+getName()
+
+
+
+
+
+
+ String
+getPosterPath()
+
+
+
+
+
+
+ String
+getStatusCode()
+
+
+
+
+
+
+ String
+getStatusMessage()
+
+
+
+
+
+
+ void
+setCreatedBy(String createdBy)
+
+
+
+
+
+
+ void
+setDescription(String description)
+
+
+
+
+
+
+ void
+setFavoriteCount(int favoriteCount)
+
+
+
+
+
+
+ void
+setId(String id)
+
+
+
+
+
+
+ void
+setItemCount(int itemCount)
+
+
+
+
+
+
+ void
+setItems(List<MovieDb> items)
+
+
+
+
+
+
+ void
+setLanguage(String language)
+
+
+
+
+
+
+ void
+setName(String name)
+
+
+
+
+
+
+ void
+setPosterPath(String posterPath)
+
+
+
+
+
+
+ void
+setStatusCode(String statusCode)
+
+
+
+
+
+
+ void
+setStatusMessage(String statusMessage)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+MovieDbList
+
+public MovieDbList()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getId
+
+public String getId()
+
+
+
+
+
+
+
+
+getCreatedBy
+
+public String getCreatedBy()
+
+
+
+
+
+
+
+
+getDescription
+
+public String getDescription()
+
+
+
+
+
+
+
+
+getFavoriteCount
+
+public int getFavoriteCount()
+
+
+
+
+
+
+
+
+getItems
+
+public List<MovieDb> getItems()
+
+
+
+
+
+
+
+
+getItemCount
+
+public int getItemCount()
+
+
+
+
+
+
+
+
+getLanguage
+
+public String getLanguage()
+
+
+
+
+
+
+
+
+getName
+
+public String getName()
+
+
+
+
+
+
+
+
+getPosterPath
+
+public String getPosterPath()
+
+
+
+
+
+
+
+
+getStatusCode
+
+public String getStatusCode()
+
+
+
+
+
+
+
+
+getStatusMessage
+
+public String getStatusMessage()
+
+
+
+
+
+
+
+
+setId
+
+public void setId(String id)
+
+
+
+
+
+
+
+
+setCreatedBy
+
+public void setCreatedBy(String createdBy)
+
+
+
+
+
+
+
+
+setDescription
+
+public void setDescription(String description)
+
+
+
+
+
+
+
+
+setFavoriteCount
+
+public void setFavoriteCount(int favoriteCount)
+
+
+
+
+
+
+
+
+setItems
+
+public void setItems(List<MovieDb> items)
+
+
+
+
+
+
+
+
+setItemCount
+
+public void setItemCount(int itemCount)
+
+
+
+
+
+
+
+
+setLanguage
+
+public void setLanguage(String language)
+
+
+
+
+
+
+
+
+setName
+
+public void setName(String name)
+
+
+
+
+
+
+
+
+setPosterPath
+
+public void setPosterPath(String posterPath)
+
+
+
+
+
+
+
+
+setStatusCode
+
+public void setStatusCode(String statusCode)
+
+
+
+
+
+
+
+
+setStatusMessage
+
+public void setStatusMessage(String statusMessage)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/movie/MovieList.html
new file mode 100644
index 000000000..21e0b37bb
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/MovieList.html
@@ -0,0 +1,555 @@
+
+
+
+
+
+
+
+MovieList (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.movie
+
+Class MovieList
+
+java.lang.Object
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.model.movie.MovieList
+
+
+- All Implemented Interfaces:
- Serializable
+
+
+
+public class MovieList
- extends AbstractJsonMapping
+
+
+
+
+- Author:
+ - Stuart
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+MovieList()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ String
+getDescription()
+
+
+
+
+
+
+ int
+getFavoriteCount()
+
+
+
+
+
+
+ String
+getId()
+
+
+
+
+
+
+ int
+getItemCount()
+
+
+
+
+
+
+ String
+getLanguage()
+
+
+
+
+
+
+ String
+getListType()
+
+
+
+
+
+
+ String
+getName()
+
+
+
+
+
+
+ String
+getPosterPath()
+
+
+
+
+
+
+ void
+setDescription(String description)
+
+
+
+
+
+
+ void
+setFavoriteCount(int favoriteCount)
+
+
+
+
+
+
+ void
+setId(String id)
+
+
+
+
+
+
+ void
+setItemCount(int itemCount)
+
+
+
+
+
+
+ void
+setLanguage(String language)
+
+
+
+
+
+
+ void
+setListType(String listType)
+
+
+
+
+
+
+ void
+setName(String name)
+
+
+
+
+
+
+ void
+setPosterPath(String posterPath)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+MovieList
+
+public MovieList()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getDescription
+
+public String getDescription()
+
+
+
+
+
+
+
+
+getFavoriteCount
+
+public int getFavoriteCount()
+
+
+
+
+
+
+
+
+getId
+
+public String getId()
+
+
+
+
+
+
+
+
+getItemCount
+
+public int getItemCount()
+
+
+
+
+
+
+
+
+getLanguage
+
+public String getLanguage()
+
+
+
+
+
+
+
+
+getName
+
+public String getName()
+
+
+
+
+
+
+
+
+getPosterPath
+
+public String getPosterPath()
+
+
+
+
+
+
+
+
+getListType
+
+public String getListType()
+
+
+
+
+
+
+
+
+setDescription
+
+public void setDescription(String description)
+
+
+
+
+
+
+
+
+setFavoriteCount
+
+public void setFavoriteCount(int favoriteCount)
+
+
+
+
+
+
+
+
+setId
+
+public void setId(String id)
+
+
+
+
+
+
+
+
+setItemCount
+
+public void setItemCount(int itemCount)
+
+
+
+
+
+
+
+
+setLanguage
+
+public void setLanguage(String language)
+
+
+
+
+
+
+
+
+setName
+
+public void setName(String name)
+
+
+
+
+
+
+
+
+setPosterPath
+
+public void setPosterPath(String posterPath)
+
+
+
+
+
+
+
+
+setListType
+
+public void setListType(String listType)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieDb.html
new file mode 100644
index 000000000..1a603bc32
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieDb.html
@@ -0,0 +1,517 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.movie.MovieDb (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.model.movie.MovieDb
+
+
+
+
+
+Packages that use MovieDb
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.model.movie
+
+
+
+com.omertron.themoviedbapi.wrapper
+
+
+
+com.omertron.themoviedbapi.wrapper.movie
+
+
+
+
+
+
+
+Uses of MovieDb in com.omertron.themoviedbapi
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi that return MovieDb
+
+
+
+ MovieDb
+TheMovieDbApi.getLatestMovie()
+
+
+ This method is used to retrieve the newest movie that was added to TMDb.
+
+
+
+ MovieDb
+TheMovieDbApi.getMovieInfo(int movieId,
+ String language,
+ String... appendToResponse)
+
+
+ This method is used to retrieve all of the basic movie information.
+
+
+
+ MovieDb
+TheMovieDbApi.getMovieInfoImdb(String imdbId,
+ String language,
+ String... appendToResponse)
+
+
+ This method is used to retrieve all of the basic movie information.
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi that return types with arguments of type MovieDb
+
+
+
+ TmdbResultsList<MovieDb>
+TheMovieDbApi.getCompanyMovies(int companyId,
+ String language,
+ int page)
+
+
+ This method is used to retrieve the movies associated with a company.
+
+
+
+ TmdbResultsList<MovieDb>
+TheMovieDbApi.getDiscover(Discover discover)
+
+
+ Discover movies by different types of data like average rating, number of votes, genres and certifications.
+
+
+
+ TmdbResultsList<MovieDb>
+TheMovieDbApi.getDiscover(int page,
+ String language,
+ String sortBy,
+ boolean includeAdult,
+ int year,
+ int primaryReleaseYear,
+ int voteCountGte,
+ float voteAverageGte,
+ String withGenres,
+ String releaseDateGte,
+ String releaseDateLte,
+ String certificationCountry,
+ String certificationLte,
+ String withCompanies)
+
+
+ Discover movies by different types of data like average rating, number of votes, genres and certifications.
+
+
+
+ List<MovieDb>
+TheMovieDbApi.getFavoriteMovies(String sessionId,
+ int accountId)
+
+
+
+
+
+
+ TmdbResultsList<MovieDb>
+TheMovieDbApi.getGenreMovies(int genreId,
+ String language,
+ int page,
+ boolean includeAllMovies)
+
+
+ Get a list of movies per genre.
+
+
+
+ TmdbResultsList<MovieDb>
+TheMovieDbApi.getNowPlayingMovies(String language,
+ int page)
+
+
+ This method is used to retrieve the movies currently in theatres.
+
+
+
+ TmdbResultsList<MovieDb>
+TheMovieDbApi.getPopularMovieList(String language,
+ int page)
+
+
+ This method is used to retrieve the daily movie popularity list.
+
+
+
+ List<MovieDb>
+TheMovieDbApi.getRatedMovies(String sessionId,
+ int accountId)
+
+
+ Get the list of rated movies (and associated rating) for an account.
+
+
+
+ TmdbResultsList<MovieDb>
+TheMovieDbApi.getSimilarMovies(int movieId,
+ String language,
+ int page,
+ String... appendToResponse)
+
+
+ The similar movies method will let you retrieve the similar movies for a particular movie.
+
+
+
+ TmdbResultsList<MovieDb>
+TheMovieDbApi.getTopRatedMovies(String language,
+ int page)
+
+
+ This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
+
+
+
+ TmdbResultsList<MovieDb>
+TheMovieDbApi.getUpcoming(String language,
+ int page)
+
+
+ Get the list of upcoming movies.
+
+
+
+ List<MovieDb>
+TheMovieDbApi.getWatchList(String sessionId,
+ int accountId)
+
+
+ Get the list of movies on an accounts watchlist.
+
+
+
+ TmdbResultsList<MovieDb>
+TheMovieDbApi.searchMovie(String movieName,
+ int searchYear,
+ String language,
+ boolean includeAdult,
+ int page)
+
+
+ Search Movies This is a good starting point to start finding movies on TMDb.
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi with parameters of type MovieDb
+
+
+
+static boolean
+TheMovieDbApi.compareMovies(MovieDb moviedb,
+ String title,
+ String year)
+
+
+ Compare the MovieDB object with a title & year
+
+
+
+static boolean
+TheMovieDbApi.compareMovies(MovieDb moviedb,
+ String title,
+ String year,
+ int maxDistance)
+
+
+ Compare the MovieDB object with a title & year
+
+
+
+
+
+
+Uses of MovieDb in com.omertron.themoviedbapi.model.movie
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type MovieDb
+
+
+
+ List<MovieDb>
+MovieDbList.getItems()
+
+
+
+
+
+
+ List<MovieDb>
+MovieDb.getSimilarMovies()
+
+
+
+
+
+
+
+
+
+
+Method parameters in com.omertron.themoviedbapi.model.movie with type arguments of type MovieDb
+
+
+
+ void
+MovieDbList.setItems(List<MovieDb> items)
+
+
+
+
+
+
+
+
+
+Uses of MovieDb in com.omertron.themoviedbapi.wrapper
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type MovieDb
+
+
+
+ List<MovieDb>
+WrapperCompanyMovies.getResults()
+
+
+
+
+
+
+
+
+
+
+Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type MovieDb
+
+
+
+ void
+WrapperCompanyMovies.setResults(List<MovieDb> results)
+
+
+
+
+
+
+
+
+
+Uses of MovieDb in com.omertron.themoviedbapi.wrapper.movie
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.wrapper.movie that return types with arguments of type MovieDb
+
+
+
+ List<MovieDb>
+WrapperMovie.getMovies()
+
+
+
+
+
+
+
+
+
+
+Method parameters in com.omertron.themoviedbapi.wrapper.movie with type arguments of type MovieDb
+
+
+
+ void
+WrapperMovie.setMovies(List<MovieDb> movies)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieDbBasic.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieDbBasic.html
new file mode 100644
index 000000000..a789feb36
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieDbBasic.html
@@ -0,0 +1,257 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.movie.MovieDbBasic (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.model.movie.MovieDbBasic
+
+
+
+
+
+Packages that use MovieDbBasic
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.model.movie
+
+
+
+com.omertron.themoviedbapi.wrapper
+
+
+
+
+
+
+
+Uses of MovieDbBasic in com.omertron.themoviedbapi
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi that return types with arguments of type MovieDbBasic
+
+
+
+ TmdbResultsList<MovieDbBasic>
+TheMovieDbApi.getKeywordMovies(String keywordId,
+ String language,
+ int page)
+
+
+ Get the list of movies for a particular keyword by id.
+
+
+
+
+
+
+Uses of MovieDbBasic in com.omertron.themoviedbapi.model.movie
+
+
+
+
+
+
+
+Subclasses of MovieDbBasic in com.omertron.themoviedbapi.model.movie
+
+
+
+ class
+MovieDb
+
+
+ Movie Bean
+
+
+
+
+
+
+Uses of MovieDbBasic in com.omertron.themoviedbapi.wrapper
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type MovieDbBasic
+
+
+
+ List<MovieDbBasic>
+WrapperKeywordMovies.getResults()
+
+
+
+
+
+
+
+
+
+
+Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type MovieDbBasic
+
+
+
+ void
+WrapperKeywordMovies.setResults(List<MovieDbBasic> results)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieDbList.html
new file mode 100644
index 000000000..39eb79bf3
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieDbList.html
@@ -0,0 +1,243 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.movie.MovieDbList (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.model.movie.MovieDbList
+
+
+
+
+
+Packages that use MovieDbList
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.wrapper.movie
+
+
+
+
+
+
+
+Uses of MovieDbList in com.omertron.themoviedbapi
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi that return MovieDbList
+
+
+
+ MovieDbList
+TheMovieDbApi.getList(String listId)
+
+
+ Get a list by its ID
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi that return types with arguments of type MovieDbList
+
+
+
+ List<MovieDbList>
+TheMovieDbApi.getUserLists(String sessionId,
+ int accountID)
+
+
+ Get all lists of a given user
+
+
+
+
+
+
+Uses of MovieDbList in com.omertron.themoviedbapi.wrapper.movie
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.wrapper.movie that return types with arguments of type MovieDbList
+
+
+
+ List<MovieDbList>
+WrapperMovieDbList.getLists()
+
+
+
+
+
+
+
+
+
+
+Method parameters in com.omertron.themoviedbapi.wrapper.movie with type arguments of type MovieDbList
+
+
+
+ void
+WrapperMovieDbList.setLists(List<MovieDbList> lists)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieList.html
new file mode 100644
index 000000000..2d15ba0b1
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieList.html
@@ -0,0 +1,268 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.movie.MovieList (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.model.movie.MovieList
+
+
+
+
+
+Packages that use MovieList
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.model.movie
+
+
+
+com.omertron.themoviedbapi.wrapper.movie
+
+
+
+
+
+
+
+Uses of MovieList in com.omertron.themoviedbapi
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi that return types with arguments of type MovieList
+
+
+
+ TmdbResultsList<MovieList>
+TheMovieDbApi.getMovieLists(int movieId,
+ String language,
+ int page,
+ String... appendToResponse)
+
+
+ Get the lists that the movie belongs to
+
+
+
+ TmdbResultsList<MovieList>
+TheMovieDbApi.searchList(String query,
+ String language,
+ int page)
+
+
+ Search for lists by name and description.
+
+
+
+
+
+
+Uses of MovieList in com.omertron.themoviedbapi.model.movie
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type MovieList
+
+
+
+ List<MovieList>
+MovieDb.getLists()
+
+
+
+
+
+
+
+
+
+Uses of MovieList in com.omertron.themoviedbapi.wrapper.movie
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.wrapper.movie that return types with arguments of type MovieList
+
+
+
+ List<MovieList>
+WrapperMovieList.getMovieList()
+
+
+
+
+
+
+
+
+
+
+Method parameters in com.omertron.themoviedbapi.wrapper.movie with type arguments of type MovieList
+
+
+
+ void
+WrapperMovieList.setMovieList(List<MovieList> movieList)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html
new file mode 100644
index 000000000..48f73c6b4
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.movie
+
+
+
+Classes
+
+
+MovieDb
+
+MovieDbBasic
+
+MovieDbList
+
+MovieList
+
+
+
+
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html
new file mode 100644
index 000000000..6abcffc1e
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV PACKAGE
+ NEXT PACKAGE
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+Package com.omertron.themoviedbapi.model.movie
+
+
+
+
+
+Class Summary
+
+
+MovieDb
+Movie Bean
+
+
+MovieDbBasic
+
+
+
+MovieDbList
+Wrapper for the MovieDbList function
+
+
+MovieList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV PACKAGE
+ NEXT PACKAGE
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html
new file mode 100644
index 000000000..0bd534fe0
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.movie Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package com.omertron.themoviedbapi.model.movie
+
+
+
+- Package Hierarchies:
- All Packages
+
+
+Class Hierarchy
+
+
+- java.lang.Object
+- com.omertron.themoviedbapi.model.AbstractJsonMapping (implements java.io.Serializable)
+
+- com.omertron.themoviedbapi.model.movie.MovieDbBasic
+- com.omertron.themoviedbapi.model.movie.MovieDb
+ - com.omertron.themoviedbapi.model.movie.MovieDbList
- com.omertron.themoviedbapi.model.movie.MovieList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html
new file mode 100644
index 000000000..72d963722
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html
@@ -0,0 +1,276 @@
+
+
+
+
+
+
+
+Uses of Package com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package
com.omertron.themoviedbapi.model.movie
+
+
+
+
+
+Packages that use com.omertron.themoviedbapi.model.movie
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.model.movie
+
+
+
+com.omertron.themoviedbapi.wrapper
+
+
+
+com.omertron.themoviedbapi.wrapper.movie
+
+
+
+
+
+
+
+Classes in com.omertron.themoviedbapi.model.movie used by com.omertron.themoviedbapi
+
+
+MovieDb
+
+
+ Movie Bean
+
+
+MovieDbBasic
+
+
+
+
+
+MovieDbList
+
+
+ Wrapper for the MovieDbList function
+
+
+MovieList
+
+
+
+
+
+
+
+
+
+Classes in com.omertron.themoviedbapi.model.movie used by com.omertron.themoviedbapi.model.movie
+
+
+MovieDb
+
+
+ Movie Bean
+
+
+MovieDbBasic
+
+
+
+
+
+MovieList
+
+
+
+
+
+
+
+
+
+Classes in com.omertron.themoviedbapi.model.movie used by com.omertron.themoviedbapi.wrapper
+
+
+MovieDb
+
+
+ Movie Bean
+
+
+MovieDbBasic
+
+
+
+
+
+
+
+
+
+Classes in com.omertron.themoviedbapi.model.movie used by com.omertron.themoviedbapi.wrapper.movie
+
+
+MovieDb
+
+
+ Movie Bean
+
+
+MovieDbList
+
+
+ Wrapper for the MovieDbList function
+
+
+MovieList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html
index 179d36652..bc3eb16a8 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-frame.html
@@ -2,10 +2,10 @@
-
+
-com.omertron.themoviedbapi.model (API-The MovieDB 3.8-SNAPSHOT API)
+com.omertron.themoviedbapi.model (API-The MovieDB 4.0-SNAPSHOT API)
@@ -46,33 +46,19 @@ Classes
Discover
+ExternalIds
+
Genre
JobDepartment
Keyword
-KeywordMovie
-
Language
ListItemStatus
-MovieDb
-
-MovieDbList
-
-MovieDbListStatus
-
-MovieList
-
-Person
-
-PersonCast
-
-PersonCredit
-
-PersonCrew
+Network
ProductionCompany
@@ -84,6 +70,8 @@ Classes
StatusCode
+StatusCodeList
+
TmdbConfiguration
TokenAuthorisation
@@ -105,7 +93,7 @@ Enums
ArtworkType
-PersonType
+SearchType
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html
index 8b6f33dfb..6228d91ee 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-summary.html
@@ -2,10 +2,10 @@
-
+
-com.omertron.themoviedbapi.model (API-The MovieDB 3.8-SNAPSHOT API)
+com.omertron.themoviedbapi.model (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ com.omertron.themoviedbapi.model (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="com.omertron.themoviedbapi.model (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="com.omertron.themoviedbapi.model (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -56,8 +56,8 @@ function windowTitle()
- PREV PACKAGE
- NEXT PACKAGE
+ PREV PACKAGE
+ NEXT PACKAGE
FRAMES
NO FRAMES
@@ -136,6 +136,10 @@ Package com.omertron.themoviedbapi.model
This allows you to just add the search components you are concerned with
+ExternalIds
+
+
+
Genre
@@ -148,10 +152,6 @@ Package com.omertron.themoviedbapi.model
-KeywordMovie
-
-
-
Language
@@ -160,35 +160,7 @@ Package com.omertron.themoviedbapi.model
-MovieDb
-Movie Bean
-
-
-MovieDbList
-Wrapper for the MovieDbList function
-
-
-MovieDbListStatus
-
-
-
-MovieList
-
-
-
-Person
-
-
-
-PersonCast
-
-
-
-PersonCredit
-
-
-
-PersonCrew
+Network
@@ -212,6 +184,10 @@ Package com.omertron.themoviedbapi.model
+StatusCodeList
+
+
+
TmdbConfiguration
@@ -246,8 +222,8 @@ Package com.omertron.themoviedbapi.model
ArtworkType enum List of the artwork types that are available
-PersonType
-
+SearchType
+By default, the search type is 'phrase'.
@@ -285,8 +261,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 54441d943..68c66c592 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-tree.html
@@ -2,10 +2,10 @@
-
+
-com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT API)
+com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT A
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 4.0-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.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.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.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.JobDepartment
+ com.omertron.themoviedbapi.model.ChangeKeyItem com.omertron.themoviedbapi.model.Discover com.omertron.themoviedbapi.model.ExternalIds 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.PersonType
- com.omertron.themoviedbapi.model.ArtworkType
+ - com.omertron.themoviedbapi.model.ArtworkType
- com.omertron.themoviedbapi.model.SearchType
@@ -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 9d0619da0..26e39abfd 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-use.html
@@ -2,10 +2,10 @@
-
+
-Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 3.8-SNAPSHOT A
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -95,13 +95,41 @@ 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
+
+
@@ -168,6 +196,12 @@ Classes in
+
ExternalIds
+
+
+
+
+
Genre
@@ -182,42 +216,6 @@ Classes in
Keyword
-
-
-
-
-KeywordMovie
-
-
-
-
-
-MovieDb
-
-
- Movie Bean
-
-
-MovieDbList
-
-
- Wrapper for the MovieDbList function
-
-
-MovieList
-
-
-
-
-
-Person
-
-
-
-
-
-PersonCredit
-
@@ -234,6 +232,12 @@ Classes in
+ SearchType
+
+
+ By default, the search type is 'phrase'.
+
+
StatusCode
@@ -272,6 +276,33 @@ 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'.
+
+
+
+
@@ -285,18 +316,6 @@ Classes in
-AlternativeTitle
-
-
-
-
-
-Artwork
-
-
- The artwork type information
-
-
ArtworkType
@@ -329,76 +348,10 @@ Classes in
- Genre
+ SearchType
-
-
-
-Keyword
-
-
-
-
-
-Language
-
-
-
-
-
-MovieDb
-
-
- Movie Bean
-
-
-MovieList
-
-
-
-
-
-PersonCast
-
-
-
-
-
-PersonCrew
-
-
-
-
-
-PersonType
-
-
-
-
-
-ProductionCompany
-
-
-
-
-
-ProductionCountry
-
-
-
-
-
-ReleaseInfo
-
-
-
-
-
-Reviews
-
-
-
+ By default, the search type is 'phrase'.
StatusCode
@@ -412,14 +365,131 @@ Classes in
+
+
+
+Classes in com.omertron.themoviedbapi.model used by com.omertron.themoviedbapi.model.movie
+
-Trailer
+ AbstractJsonMapping
+
+
+ Abstract class to handle any unknown properties by outputting a log message
+
+
+AlternativeTitle
-Translation
+ 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
+
+
+ Abstract class to handle any unknown properties by outputting a log message
+
+
+
+
+
+
+Classes in com.omertron.themoviedbapi.model used by com.omertron.themoviedbapi.model.tv
+
+
+AbstractJsonMapping
+
+
+ Abstract class to handle any unknown properties by outputting a log message
+
+
+Genre
+
+
+
+
+
+Network
@@ -434,6 +504,12 @@ Classes in com.omertron.themoviedbapi.model used by com.omertron.themoviedbapi.wrapper
+AbstractJsonMapping
+
+
+ Abstract class to handle any unknown properties by outputting a log message
+
+
AlternativeTitle
@@ -452,12 +528,6 @@ Classes in
- ChangedMovie
-
-
-
-
-
ChangeKeyItem
@@ -490,60 +560,6 @@ Classes in
Keyword
-
-
-
-
-KeywordMovie
-
-
-
-
-
-MovieDb
-
-
- Movie Bean
-
-
-MovieDbList
-
-
- Wrapper for the MovieDbList function
-
-
-MovieList
-
-
-
-
-
-Person
-
-
-
-
-
-PersonCast
-
-
-
-
-
-PersonCredit
-
-
-
-
-
-PersonCrew
-
-
-
-
-
-PersonType
-
@@ -580,6 +596,57 @@ Classes in
+
+
+
+Classes in com.omertron.themoviedbapi.model used by com.omertron.themoviedbapi.wrapper.movie
+
+
+AbstractJsonMapping
+
+
+ Abstract class to handle any unknown properties by outputting a log message
+
+
+ChangedMovie
+
+
+
+
+
+
+
+
+
+Classes in com.omertron.themoviedbapi.model used by com.omertron.themoviedbapi.wrapper.person
+
+
+AbstractJsonMapping
+
+
+ Abstract class to handle any unknown properties by outputting a log message
+
+
+
+
+
+
+Classes in com.omertron.themoviedbapi.model used by com.omertron.themoviedbapi.wrapper.tv
+
+
+AbstractJsonMapping
+
+
+ Abstract class to handle any unknown properties by outputting a log message
+
+
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/Person.html b/apidocs/com/omertron/themoviedbapi/model/person/Person.html
new file mode 100644
index 000000000..e2ba61ffe
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/person/Person.html
@@ -0,0 +1,895 @@
+
+
+
+
+
+
+
+Person (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.person
+
+Class Person
+
+java.lang.Object
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.model.person.PersonBasic
+
com.omertron.themoviedbapi.model.person.Person
+
+
+- All Implemented Interfaces:
- Serializable
+
+
+
+public class Person
- extends PersonBasic
+
+
+
+
+- Author:
+ - stuart.boston
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+Person()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ void
+addCast(int id,
+ String name,
+ String profilePath,
+ String character,
+ int order)
+
+
+ Add a cast member
+
+
+
+ void
+addCrew(int id,
+ String name,
+ String profilePath,
+ String department,
+ String job)
+
+
+ Add a crew member
+
+
+
+ boolean
+equals(Object obj)
+
+
+
+
+
+
+ List<String>
+getAka()
+
+
+
+
+
+
+ String
+getBiography()
+
+
+
+
+
+
+ String
+getBirthday()
+
+
+
+
+
+
+ String
+getBirthplace()
+
+
+
+
+
+
+ String
+getCharacter()
+
+
+
+
+
+
+ String
+getDeathday()
+
+
+
+
+
+
+ String
+getDepartment()
+
+
+
+
+
+
+ String
+getHomepage()
+
+
+
+
+
+
+ String
+getImdbId()
+
+
+
+
+
+
+ String
+getJob()
+
+
+
+
+
+
+ int
+getOrder()
+
+
+
+
+
+
+ PersonType
+getPersonType()
+
+
+
+
+
+
+ float
+getPopularity()
+
+
+
+
+
+
+ int
+hashCode()
+
+
+
+
+
+
+ boolean
+isAdult()
+
+
+
+
+
+
+ void
+setAdult(boolean adult)
+
+
+
+
+
+
+ void
+setAka(List<String> aka)
+
+
+
+
+
+
+ void
+setBiography(String biography)
+
+
+
+
+
+
+ void
+setBirthday(String birthday)
+
+
+
+
+
+
+ void
+setBirthplace(String birthplace)
+
+
+
+
+
+
+ void
+setCharacter(String character)
+
+
+
+
+
+
+ void
+setDeathday(String deathday)
+
+
+
+
+
+
+ void
+setDepartment(String department)
+
+
+
+
+
+
+ void
+setHomepage(String homepage)
+
+
+
+
+
+
+ void
+setImdbId(String imdbId)
+
+
+
+
+
+
+ void
+setJob(String job)
+
+
+
+
+
+
+ void
+setOrder(int order)
+
+
+
+
+
+
+ void
+setPersonType(PersonType personType)
+
+
+
+
+
+
+ void
+setPopularity(float popularity)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.person.PersonBasic
+
+
+getId, getName, getProfilePath, setId, setName, setProfilePath
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+Person
+
+public Person()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+addCrew
+
+public void addCrew(int id,
+ String name,
+ String profilePath,
+ String department,
+ String job)
+
+- Add a crew member
+
+
+- Parameters:
id - name - profilePath - department - job -
+
+
+
+
+
+addCast
+
+public void addCast(int id,
+ String name,
+ String profilePath,
+ String character,
+ int order)
+
+- Add a cast member
+
+
+- Parameters:
id - name - profilePath - character - order -
+
+
+
+
+
+getCharacter
+
+public String getCharacter()
+
+
+
+
+
+
+
+
+getDepartment
+
+public String getDepartment()
+
+
+
+
+
+
+
+
+getJob
+
+public String getJob()
+
+
+
+
+
+
+
+
+getOrder
+
+public int getOrder()
+
+
+
+
+
+
+
+
+getPersonType
+
+public PersonType getPersonType()
+
+
+
+
+
+
+
+
+isAdult
+
+public boolean isAdult()
+
+
+
+
+
+
+
+
+getAka
+
+public List<String> getAka()
+
+
+
+
+
+
+
+
+getBiography
+
+public String getBiography()
+
+
+
+
+
+
+
+
+getBirthday
+
+public String getBirthday()
+
+
+
+
+
+
+
+
+getBirthplace
+
+public String getBirthplace()
+
+
+
+
+
+
+
+
+getDeathday
+
+public String getDeathday()
+
+
+
+
+
+
+
+
+getHomepage
+
+public String getHomepage()
+
+
+
+
+
+
+
+
+getImdbId
+
+public String getImdbId()
+
+
+
+
+
+
+
+
+getPopularity
+
+public float getPopularity()
+
+
+
+
+
+
+
+
+setCharacter
+
+public void setCharacter(String character)
+
+
+
+
+
+
+
+
+setDepartment
+
+public void setDepartment(String department)
+
+
+
+
+
+
+
+
+setJob
+
+public void setJob(String job)
+
+
+
+
+
+
+
+
+setOrder
+
+public void setOrder(int order)
+
+
+
+
+
+
+
+
+setPersonType
+
+public void setPersonType(PersonType personType)
+
+
+
+
+
+
+
+
+setAdult
+
+public void setAdult(boolean adult)
+
+
+
+
+
+
+
+
+setAka
+
+public void setAka(List<String> aka)
+
+
+
+
+
+
+
+
+setBiography
+
+public void setBiography(String biography)
+
+
+
+
+
+
+
+
+setBirthday
+
+public void setBirthday(String birthday)
+
+
+
+
+
+
+
+
+setBirthplace
+
+public void setBirthplace(String birthplace)
+
+
+
+
+
+
+
+
+setDeathday
+
+public void setDeathday(String deathday)
+
+
+
+
+
+
+
+
+setHomepage
+
+public void setHomepage(String homepage)
+
+
+
+
+
+
+
+
+setImdbId
+
+public void setImdbId(String imdbId)
+
+
+
+
+
+
+
+
+setPopularity
+
+public void setPopularity(float popularity)
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals(Object obj)
+
+
+- Overrides:
equals in class PersonBasic
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode()
+
+
+- Overrides:
hashCode in class PersonBasic
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html
new file mode 100644
index 000000000..aff6830ad
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html
@@ -0,0 +1,434 @@
+
+
+
+
+
+
+
+PersonBasic (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.person
+
+Class PersonBasic
+
+java.lang.Object
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.model.person.PersonBasic
+
+
+- All Implemented Interfaces:
- Serializable
+
+
+- Direct Known Subclasses:
- Person, PersonCast, PersonCrew
+
+
+
+public class PersonBasic
- extends AbstractJsonMapping
- implements Serializable
+
+
+
+Basic information about a person
+
+
+
+
+- Author:
+ - stuart.boston
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+PersonBasic()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ boolean
+equals(Object obj)
+
+
+
+
+
+
+ int
+getId()
+
+
+
+
+
+
+ String
+getName()
+
+
+
+
+
+
+ String
+getProfilePath()
+
+
+
+
+
+
+ int
+hashCode()
+
+
+
+
+
+
+ void
+setId(int id)
+
+
+
+
+
+
+ void
+setName(String name)
+
+
+
+
+
+
+ void
+setProfilePath(String profilePath)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PersonBasic
+
+public PersonBasic()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getId
+
+public int getId()
+
+
+
+
+
+
+
+
+
+
+
+getName
+
+public String getName()
+
+
+
+
+
+
+
+
+
+
+
+getProfilePath
+
+public String getProfilePath()
+
+
+
+
+
+
+
+
+
+
+
+setId
+
+public void setId(int id)
+
+
+
+
+
+
+
+
+
+
+
+setName
+
+public void setName(String name)
+
+
+
+
+
+
+
+
+
+
+
+setProfilePath
+
+public void setProfilePath(String profilePath)
+
+
+
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode()
+
+
+
+
+equals
+
+public boolean equals(Object obj)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonCast.html
new file mode 100644
index 000000000..4163d1d08
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonCast.html
@@ -0,0 +1,499 @@
+
+
+
+
+
+
+
+PersonCast (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.person
+
+Class PersonCast
+
+java.lang.Object
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.model.person.PersonBasic
+
com.omertron.themoviedbapi.model.person.PersonCast
+
+
+- All Implemented Interfaces:
- Serializable
+
+
+
+public class PersonCast
- extends PersonBasic
+
+
+
+
+- Author:
+ - Stuart
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+PersonCast()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ boolean
+equals(Object obj)
+
+
+
+
+
+
+ int
+getCastId()
+
+
+
+
+
+
+ String
+getCharacter()
+
+
+
+
+
+
+ String
+getCreditId()
+
+
+
+
+
+
+ int
+getOrder()
+
+
+
+
+
+
+ int
+hashCode()
+
+
+
+
+
+
+ void
+setCastId(int castId)
+
+
+
+
+
+
+ void
+setCharacter(String character)
+
+
+
+
+
+
+ void
+setCharacterName(String character)
+
+
+ Set the character name.
+
+
+
+ void
+setCreditId(String creditId)
+
+
+
+
+
+
+ void
+setOrder(int order)
+
+
+
+
+
+
+ void
+setSortOrder(int order)
+
+
+ Set the sort order.
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.person.PersonBasic
+
+
+getId, getName, getProfilePath, setId, setName, setProfilePath
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PersonCast
+
+public PersonCast()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getCharacter
+
+public String getCharacter()
+
+
+
+
+
+
+
+
+getOrder
+
+public int getOrder()
+
+
+
+
+
+
+
+
+getCastId
+
+public int getCastId()
+
+
+
+
+
+
+
+
+getCreditId
+
+public String getCreditId()
+
+
+
+
+
+
+
+
+setCharacter
+
+public void setCharacter(String character)
+
+
+
+
+
+
+
+
+setCharacterName
+
+public void setCharacterName(String character)
+
+- Set the character name. Used by TV cast
+
+
+- Parameters:
character -
+
+
+
+
+
+setOrder
+
+public void setOrder(int order)
+
+
+
+
+
+
+
+
+setSortOrder
+
+public void setSortOrder(int order)
+
+- Set the sort order. Used by TV cast
+
+
+- Parameters:
order -
+
+
+
+
+
+setCastId
+
+public void setCastId(int castId)
+
+
+
+
+
+
+
+
+setCreditId
+
+public void setCreditId(String creditId)
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals(Object obj)
+
+
+- Overrides:
equals in class PersonBasic
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode()
+
+
+- Overrides:
hashCode in class PersonBasic
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonCredit.html
new file mode 100644
index 000000000..15876f6be
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonCredit.html
@@ -0,0 +1,631 @@
+
+
+
+
+
+
+
+PersonCredit (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.person
+
+Class PersonCredit
+
+java.lang.Object
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.model.person.PersonCredit
+
+
+- All Implemented Interfaces:
- Serializable
+
+
+
+public class PersonCredit
- extends AbstractJsonMapping
+
+
+
+
+- Author:
+ - stuart.boston
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+PersonCredit()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ String
+getAdult()
+
+
+
+
+
+
+ String
+getCharacter()
+
+
+
+
+
+
+ String
+getDepartment()
+
+
+
+
+
+
+ String
+getJob()
+
+
+
+
+
+
+ int
+getMovieId()
+
+
+
+
+
+
+ String
+getMovieOriginalTitle()
+
+
+
+
+
+
+ String
+getMovieTitle()
+
+
+
+
+
+
+ PersonType
+getPersonType()
+
+
+
+
+
+
+ String
+getPosterPath()
+
+
+
+
+
+
+ String
+getReleaseDate()
+
+
+
+
+
+
+ void
+setAdult(String adult)
+
+
+
+
+
+
+ void
+setCharacter(String character)
+
+
+
+
+
+
+ void
+setDepartment(String department)
+
+
+
+
+
+
+ void
+setJob(String job)
+
+
+
+
+
+
+ void
+setMovieId(int movieId)
+
+
+
+
+
+
+ void
+setMovieOriginalTitle(String movieOriginalTitle)
+
+
+
+
+
+
+ void
+setMovieTitle(String movieTitle)
+
+
+
+
+
+
+ void
+setPersonType(PersonType personType)
+
+
+
+
+
+
+ void
+setPosterPath(String posterPath)
+
+
+
+
+
+
+ void
+setReleaseDate(String releaseDate)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PersonCredit
+
+public PersonCredit()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getCharacter
+
+public String getCharacter()
+
+
+
+
+
+
+
+
+getDepartment
+
+public String getDepartment()
+
+
+
+
+
+
+
+
+getJob
+
+public String getJob()
+
+
+
+
+
+
+
+
+getMovieId
+
+public int getMovieId()
+
+
+
+
+
+
+
+
+getMovieOriginalTitle
+
+public String getMovieOriginalTitle()
+
+
+
+
+
+
+
+
+getMovieTitle
+
+public String getMovieTitle()
+
+
+
+
+
+
+
+
+getPersonType
+
+public PersonType getPersonType()
+
+
+
+
+
+
+
+
+getPosterPath
+
+public String getPosterPath()
+
+
+
+
+
+
+
+
+getReleaseDate
+
+public String getReleaseDate()
+
+
+
+
+
+
+
+
+getAdult
+
+public String getAdult()
+
+
+
+
+
+
+
+
+setCharacter
+
+public void setCharacter(String character)
+
+
+
+
+
+
+
+
+setDepartment
+
+public void setDepartment(String department)
+
+
+
+
+
+
+
+
+setJob
+
+public void setJob(String job)
+
+
+
+
+
+
+
+
+setMovieId
+
+public void setMovieId(int movieId)
+
+
+
+
+
+
+
+
+setMovieOriginalTitle
+
+public void setMovieOriginalTitle(String movieOriginalTitle)
+
+
+
+
+
+
+
+
+setMovieTitle
+
+public void setMovieTitle(String movieTitle)
+
+
+
+
+
+
+
+
+setPersonType
+
+public void setPersonType(PersonType personType)
+
+
+
+
+
+
+
+
+setPosterPath
+
+public void setPosterPath(String posterPath)
+
+
+
+
+
+
+
+
+setReleaseDate
+
+public void setReleaseDate(String releaseDate)
+
+
+
+
+
+
+
+
+setAdult
+
+public void setAdult(String adult)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonCrew.html
new file mode 100644
index 000000000..b10066735
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonCrew.html
@@ -0,0 +1,381 @@
+
+
+
+
+
+
+
+PersonCrew (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.person
+
+Class PersonCrew
+
+java.lang.Object
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.model.person.PersonBasic
+
com.omertron.themoviedbapi.model.person.PersonCrew
+
+
+- All Implemented Interfaces:
- Serializable
+
+
+
+public class PersonCrew
- extends PersonBasic
+
+
+
+
+- Author:
+ - Stuart
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+PersonCrew()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ boolean
+equals(Object obj)
+
+
+
+
+
+
+ String
+getDepartment()
+
+
+
+
+
+
+ String
+getJob()
+
+
+
+
+
+
+ int
+hashCode()
+
+
+
+
+
+
+ void
+setDepartment(String department)
+
+
+
+
+
+
+ void
+setJob(String job)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.person.PersonBasic
+
+
+getId, getName, getProfilePath, setId, setName, setProfilePath
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+PersonCrew
+
+public PersonCrew()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getDepartment
+
+public String getDepartment()
+
+
+
+
+
+
+
+
+getJob
+
+public String getJob()
+
+
+
+
+
+
+
+
+setDepartment
+
+public void setDepartment(String department)
+
+
+
+
+
+
+
+
+setJob
+
+public void setJob(String job)
+
+
+
+
+
+
+
+
+equals
+
+public boolean equals(Object obj)
+
+
+- Overrides:
equals in class PersonBasic
+
+
+
+
+
+
+
+
+hashCode
+
+public int hashCode()
+
+
+- Overrides:
hashCode in class PersonBasic
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonType.html
new file mode 100644
index 000000000..4a025733e
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonType.html
@@ -0,0 +1,343 @@
+
+
+
+
+
+
+
+PersonType (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD
+
+DETAIL: ENUM CONSTANTS | FIELD | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.person
+
+Enum PersonType
+
+java.lang.Object
+
java.lang.Enum<PersonType>
+
com.omertron.themoviedbapi.model.person.PersonType
+
+
+- All Implemented Interfaces:
- Serializable, Comparable<PersonType>
+
+
+
+public enum PersonType
- extends Enum<PersonType>
+
+
+
+
+- Author:
+ - stuart.boston
+
+
+
+
+
+
+Enum Constant Summary
+
+
+CAST
+
+
+
+
+
+CREW
+
+
+
+
+
+PERSON
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+static PersonType
+valueOf(String name)
+
+
+ Returns the enum constant of this type with the specified name.
+
+
+
+static PersonType[]
+values()
+
+
+ Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+Methods inherited from class java.lang.Enum
+
+
+clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+Enum Constant Detail
+
+
+
+
+CAST
+
+public static final PersonType CAST
+
+
+
+
+
+
+
+CREW
+
+public static final PersonType CREW
+
+
+
+
+
+
+
+PERSON
+
+public static final PersonType PERSON
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+values
+
+public static PersonType[] values()
+
+- Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (PersonType c : PersonType.values())
+ System.out.println(c);
+
+
+
+
+- Returns:
- an array containing the constants of this enum type, in
+the order they are declared
+
+
+
+
+
+valueOf
+
+public static PersonType valueOf(String name)
+
+- Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+
+- Parameters:
name - the name of the enum constant to be returned.
+- Returns:
- the enum constant with the specified name
+
- Throws:
+
IllegalArgumentException - if this enum type has no constant
+with the specified name
+NullPointerException - if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD
+
+DETAIL: ENUM CONSTANTS | FIELD | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/Person.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/Person.html
new file mode 100644
index 000000000..c36deff5d
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/Person.html
@@ -0,0 +1,365 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.person.Person (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.model.person.Person
+
+
+
+
+
+Packages that use Person
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.methods
+
+
+
+com.omertron.themoviedbapi.wrapper.person
+
+
+
+
+
+
+
+Uses of Person in com.omertron.themoviedbapi
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi that return Person
+
+
+
+ Person
+TheMovieDbApi.getPersonInfo(int personId,
+ String... appendToResponse)
+
+
+ This method is used to retrieve all of the basic person information.
+
+
+
+ Person
+TheMovieDbApi.getPersonLatest()
+
+
+ Get the latest person id.
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi that return types with arguments of type Person
+
+
+
+ TmdbResultsList<Person>
+TheMovieDbApi.getMovieCasts(int movieId,
+ String... appendToResponse)
+
+
+ Get the cast information for a specific movie id.
+
+
+
+ TmdbResultsList<Person>
+TheMovieDbApi.getPersonPopular()
+
+
+ Get the list of popular people on The Movie Database.
+
+
+
+ TmdbResultsList<Person>
+TheMovieDbApi.getPersonPopular(int page)
+
+
+ Get the list of popular people on The Movie Database.
+
+
+
+ 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<Person>
+TheMovieDbApi.searchPeople(String personName,
+ boolean includeAdult,
+ int page)
+
+
+ This is a good starting point to start finding people on TMDb.
+
+
+
+
+
+
+Uses of Person in com.omertron.themoviedbapi.methods
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.methods that return types with arguments of type Person
+
+
+
+ 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.
+
+
+
+
+
+
+Uses of Person in com.omertron.themoviedbapi.wrapper.person
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.wrapper.person that return types with arguments of type Person
+
+
+
+ List<Person>
+WrapperCasts.getAll()
+
+
+
+
+
+
+ List<Person>
+WrapperPersonList.getPersonList()
+
+
+
+
+
+
+ List<Person>
+WrapperPerson.getResults()
+
+
+
+
+
+
+
+
+
+
+Method parameters in com.omertron.themoviedbapi.wrapper.person with type arguments of type Person
+
+
+
+ void
+WrapperPersonList.setPersonList(List<Person> personList)
+
+
+
+
+
+
+ void
+WrapperPerson.setResults(List<Person> results)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html
new file mode 100644
index 000000000..22d812092
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html
@@ -0,0 +1,197 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.person.PersonBasic (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.model.person.PersonBasic
+
+
+
+
+
+Packages that use PersonBasic
+
+
+com.omertron.themoviedbapi.model.person
+
+
+
+
+
+
+
+Uses of PersonBasic in com.omertron.themoviedbapi.model.person
+
+
+
+
+
+
+
+Subclasses of PersonBasic in com.omertron.themoviedbapi.model.person
+
+
+
+ class
+Person
+
+
+
+
+
+
+ class
+PersonCast
+
+
+
+
+
+
+ class
+PersonCrew
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCast.html
new file mode 100644
index 000000000..b655453df
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCast.html
@@ -0,0 +1,226 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.person.PersonCast (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.model.person.PersonCast
+
+
+
+
+
+Packages that use PersonCast
+
+
+com.omertron.themoviedbapi.model.movie
+
+
+
+com.omertron.themoviedbapi.wrapper.person
+
+
+
+
+
+
+
+Uses of PersonCast in com.omertron.themoviedbapi.model.movie
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type PersonCast
+
+
+
+ List<PersonCast>
+MovieDb.getCast()
+
+
+
+
+
+
+
+
+
+Uses of PersonCast in com.omertron.themoviedbapi.wrapper.person
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.wrapper.person that return types with arguments of type PersonCast
+
+
+
+ List<PersonCast>
+WrapperCasts.getCast()
+
+
+
+
+
+
+
+
+
+
+Method parameters in com.omertron.themoviedbapi.wrapper.person with type arguments of type PersonCast
+
+
+
+ void
+WrapperCasts.setCast(List<PersonCast> cast)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCredit.html
new file mode 100644
index 000000000..4e6f37926
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCredit.html
@@ -0,0 +1,251 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.person.PersonCredit (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.model.person.PersonCredit
+
+
+
+
+
+Packages that use PersonCredit
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.wrapper.person
+
+
+
+
+
+
+
+Uses of PersonCredit in com.omertron.themoviedbapi
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi that return types with arguments of type PersonCredit
+
+
+
+ TmdbResultsList<PersonCredit>
+TheMovieDbApi.getPersonCredits(int personId,
+ String... appendToResponse)
+
+
+ This method is used to retrieve all of the cast & crew information for the person.
+
+
+
+
+
+
+Uses of PersonCredit in com.omertron.themoviedbapi.wrapper.person
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.wrapper.person that return types with arguments of type PersonCredit
+
+
+
+ List<PersonCredit>
+WrapperPersonCredits.getAll(PersonType... typeList)
+
+
+
+
+
+
+ List<PersonCredit>
+WrapperPersonCredits.getCast()
+
+
+
+
+
+
+ List<PersonCredit>
+WrapperPersonCredits.getCrew()
+
+
+
+
+
+
+
+
+
+
+Method parameters in com.omertron.themoviedbapi.wrapper.person with type arguments of type PersonCredit
+
+
+
+ void
+WrapperPersonCredits.setCast(List<PersonCredit> cast)
+
+
+
+
+
+
+ void
+WrapperPersonCredits.setCrew(List<PersonCredit> crew)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCrew.html
new file mode 100644
index 000000000..16b0e447f
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCrew.html
@@ -0,0 +1,271 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.person.PersonCrew (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.model.person.PersonCrew
+
+
+
+
+
+Packages that use PersonCrew
+
+
+com.omertron.themoviedbapi.model.movie
+
+
+
+com.omertron.themoviedbapi.model.tv
+
+
+
+com.omertron.themoviedbapi.wrapper.person
+
+
+
+
+
+
+
+Uses of PersonCrew in com.omertron.themoviedbapi.model.movie
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type PersonCrew
+
+
+
+ List<PersonCrew>
+MovieDb.getCrew()
+
+
+
+
+
+
+
+
+
+Uses of PersonCrew in com.omertron.themoviedbapi.model.tv
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.model.tv that return types with arguments of type PersonCrew
+
+
+
+ List<PersonCrew>
+TVSeries.getCreatedBy()
+
+
+
+
+
+
+
+
+
+
+Method parameters in com.omertron.themoviedbapi.model.tv with type arguments of type PersonCrew
+
+
+
+ void
+TVSeries.setCreatedBy(List<PersonCrew> createdBy)
+
+
+
+
+
+
+
+
+
+Uses of PersonCrew in com.omertron.themoviedbapi.wrapper.person
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.wrapper.person that return types with arguments of type PersonCrew
+
+
+
+ List<PersonCrew>
+WrapperCasts.getCrew()
+
+
+
+
+
+
+
+
+
+
+Method parameters in com.omertron.themoviedbapi.wrapper.person with type arguments of type PersonCrew
+
+
+
+ void
+WrapperCasts.setCrew(List<PersonCrew> crew)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonType.html
new file mode 100644
index 000000000..bb1de8bc0
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonType.html
@@ -0,0 +1,259 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.person.PersonType (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.model.person.PersonType
+
+
+
+
+
+Packages that use PersonType
+
+
+com.omertron.themoviedbapi.model.person
+
+
+
+com.omertron.themoviedbapi.wrapper.person
+
+
+
+
+
+
+
+Uses of PersonType in com.omertron.themoviedbapi.model.person
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.model.person that return PersonType
+
+
+
+ PersonType
+PersonCredit.getPersonType()
+
+
+
+
+
+
+ PersonType
+Person.getPersonType()
+
+
+
+
+
+
+static PersonType
+PersonType.valueOf(String name)
+
+
+ Returns the enum constant of this type with the specified name.
+
+
+
+static PersonType[]
+PersonType.values()
+
+
+ Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.model.person with parameters of type PersonType
+
+
+
+ void
+PersonCredit.setPersonType(PersonType personType)
+
+
+
+
+
+
+ void
+Person.setPersonType(PersonType personType)
+
+
+
+
+
+
+
+
+
+Uses of PersonType in com.omertron.themoviedbapi.wrapper.person
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.wrapper.person with parameters of type PersonType
+
+
+
+ List<PersonCredit>
+WrapperPersonCredits.getAll(PersonType... typeList)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html
new file mode 100644
index 000000000..9414dbe8d
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.person (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.person
+
+
+
+Classes
+
+
+Person
+
+PersonBasic
+
+PersonCast
+
+PersonCredit
+
+PersonCrew
+
+
+
+
+
+
+
+Enums
+
+
+PersonType
+
+
+
+
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html
new file mode 100644
index 000000000..a53fc1484
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html
@@ -0,0 +1,188 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.person (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV PACKAGE
+ NEXT PACKAGE
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+Package com.omertron.themoviedbapi.model.person
+
+
+
+
+
+Class Summary
+
+
+Person
+
+
+
+PersonBasic
+Basic information about a person
+
+
+PersonCast
+
+
+
+PersonCredit
+
+
+
+PersonCrew
+
+
+
+
+
+
+
+
+
+
+Enum Summary
+
+
+PersonType
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV PACKAGE
+ NEXT PACKAGE
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html
new file mode 100644
index 000000000..a46fe37b6
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.person Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package com.omertron.themoviedbapi.model.person
+
+
+
+- Package Hierarchies:
- All Packages
+
+
+Class Hierarchy
+
+
+- java.lang.Object
+- com.omertron.themoviedbapi.model.AbstractJsonMapping (implements java.io.Serializable)
+
+- 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
+
+
+
+Enum Hierarchy
+
+
+- java.lang.Object
+- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
+
+- com.omertron.themoviedbapi.model.person.PersonType
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-use.html b/apidocs/com/omertron/themoviedbapi/model/person/package-use.html
new file mode 100644
index 000000000..b474d6130
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/person/package-use.html
@@ -0,0 +1,308 @@
+
+
+
+
+
+
+
+Uses of Package com.omertron.themoviedbapi.model.person (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package
com.omertron.themoviedbapi.model.person
+
+
+
+
+
+Packages that use com.omertron.themoviedbapi.model.person
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.methods
+
+
+
+com.omertron.themoviedbapi.model.movie
+
+
+
+com.omertron.themoviedbapi.model.person
+
+
+
+com.omertron.themoviedbapi.model.tv
+
+
+
+com.omertron.themoviedbapi.wrapper.person
+
+
+
+
+
+
+
+Classes in com.omertron.themoviedbapi.model.person used by com.omertron.themoviedbapi
+
+
+Person
+
+
+
+
+
+PersonCredit
+
+
+
+
+
+
+
+
+
+Classes in com.omertron.themoviedbapi.model.person used by com.omertron.themoviedbapi.methods
+
+
+Person
+
+
+
+
+
+
+
+
+
+Classes in com.omertron.themoviedbapi.model.person used by com.omertron.themoviedbapi.model.movie
+
+
+PersonCast
+
+
+
+
+
+PersonCrew
+
+
+
+
+
+
+
+
+
+Classes in com.omertron.themoviedbapi.model.person used by com.omertron.themoviedbapi.model.person
+
+
+PersonBasic
+
+
+ Basic information about a person
+
+
+PersonType
+
+
+
+
+
+
+
+
+
+Classes in com.omertron.themoviedbapi.model.person used by com.omertron.themoviedbapi.model.tv
+
+
+PersonCrew
+
+
+
+
+
+
+
+
+
+Classes in com.omertron.themoviedbapi.model.person used by com.omertron.themoviedbapi.wrapper.person
+
+
+Person
+
+
+
+
+
+PersonCast
+
+
+
+
+
+PersonCredit
+
+
+
+
+
+PersonCrew
+
+
+
+
+
+PersonType
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisode.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisode.html
new file mode 100644
index 000000000..6353fd22c
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisode.html
@@ -0,0 +1,380 @@
+
+
+
+
+
+
+
+TVEpisode (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.tv
+
+Class TVEpisode
+
+java.lang.Object
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
+
com.omertron.themoviedbapi.model.tv.TVEpisode
+
+
+- All Implemented Interfaces:
- Serializable
+
+
+
+public class TVEpisode
- extends TVEpisodeBasic
+
+
+
+Information on an Episode for a TV Series
+ Extends the information provided by TVEpisodeBasic
+
+
+
+
+- Author:
+ - stuart.boston
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+TVEpisode()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ int
+getId()
+
+
+
+
+
+
+ String
+getProductionCode()
+
+
+
+
+
+
+ int
+getSeasonNumber()
+
+
+
+
+
+
+ void
+setId(int id)
+
+
+
+
+
+
+ void
+setProductionCode(String productionCode)
+
+
+
+
+
+
+ void
+setSeasonNumber(int seasonNumber)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
+
+
+getAirDate, getEpisodeNumber, getName, getOverview, getStillPath, getVoteAverage, getVoteCount, setAirDate, setEpisodeNumber, setName, setOverview, setStillPath, setVoteAverage, setVoteCount
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+TVEpisode
+
+public TVEpisode()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getId
+
+public int getId()
+
+
+
+
+
+
+
+
+setId
+
+public void setId(int id)
+
+
+
+
+
+
+
+
+getProductionCode
+
+public String getProductionCode()
+
+
+
+
+
+
+
+
+setProductionCode
+
+public void setProductionCode(String productionCode)
+
+
+
+
+
+
+
+
+getSeasonNumber
+
+public int getSeasonNumber()
+
+
+
+
+
+
+
+
+setSeasonNumber
+
+public void setSeasonNumber(int seasonNumber)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html
new file mode 100644
index 000000000..7759dbd61
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html
@@ -0,0 +1,524 @@
+
+
+
+
+
+
+
+TVEpisodeBasic (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.tv
+
+Class TVEpisodeBasic
+
+java.lang.Object
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
+
+
+- All Implemented Interfaces:
- Serializable
+
+
+- Direct Known Subclasses:
- TVEpisode
+
+
+
+public class TVEpisodeBasic
- extends AbstractJsonMapping
+
+
+
+Basic information on an Episode for a TV Series
+
+
+
+
+- Author:
+ - stuart.boston
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+TVEpisodeBasic()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ String
+getAirDate()
+
+
+
+
+
+
+ int
+getEpisodeNumber()
+
+
+
+
+
+
+ String
+getName()
+
+
+
+
+
+
+ String
+getOverview()
+
+
+
+
+
+
+ String
+getStillPath()
+
+
+
+
+
+
+ float
+getVoteAverage()
+
+
+
+
+
+
+ double
+getVoteCount()
+
+
+
+
+
+
+ void
+setAirDate(String airDate)
+
+
+
+
+
+
+ void
+setEpisodeNumber(int episodeNumber)
+
+
+
+
+
+
+ void
+setName(String name)
+
+
+
+
+
+
+ void
+setOverview(String overview)
+
+
+
+
+
+
+ void
+setStillPath(String stillPath)
+
+
+
+
+
+
+ void
+setVoteAverage(float voteAverage)
+
+
+
+
+
+
+ void
+setVoteCount(double voteCount)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+TVEpisodeBasic
+
+public TVEpisodeBasic()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getAirDate
+
+public String getAirDate()
+
+
+
+
+
+
+
+
+setAirDate
+
+public void setAirDate(String airDate)
+
+
+
+
+
+
+
+
+getEpisodeNumber
+
+public int getEpisodeNumber()
+
+
+
+
+
+
+
+
+setEpisodeNumber
+
+public void setEpisodeNumber(int episodeNumber)
+
+
+
+
+
+
+
+
+getName
+
+public String getName()
+
+
+
+
+
+
+
+
+setName
+
+public void setName(String name)
+
+
+
+
+
+
+
+
+getOverview
+
+public String getOverview()
+
+
+
+
+
+
+
+
+setOverview
+
+public void setOverview(String overview)
+
+
+
+
+
+
+
+
+getStillPath
+
+public String getStillPath()
+
+
+
+
+
+
+
+
+setStillPath
+
+public void setStillPath(String stillPath)
+
+
+
+
+
+
+
+
+getVoteAverage
+
+public float getVoteAverage()
+
+
+
+
+
+
+
+
+setVoteAverage
+
+public void setVoteAverage(float voteAverage)
+
+
+
+
+
+
+
+
+getVoteCount
+
+public double getVoteCount()
+
+
+
+
+
+
+
+
+setVoteCount
+
+public void setVoteCount(double voteCount)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeason.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeason.html
new file mode 100644
index 000000000..2b733204f
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeason.html
@@ -0,0 +1,418 @@
+
+
+
+
+
+
+
+TVSeason (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.tv
+
+Class TVSeason
+
+java.lang.Object
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.model.tv.TVSeasonBasic
+
com.omertron.themoviedbapi.model.tv.TVSeason
+
+
+- All Implemented Interfaces:
- Serializable
+
+
+
+public class TVSeason
- extends TVSeasonBasic
+
+
+
+Information on the Season for a TV Series
+ Extends the information provided by TVSeasonBasic
+
+
+
+
+- Author:
+ - stuart.boston
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+TVSeason()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ List<TVEpisodeBasic>
+getEpisodes()
+
+
+
+
+
+
+ int
+getId()
+
+
+
+
+
+
+ String
+getName()
+
+
+
+
+
+
+ String
+getOverview()
+
+
+
+
+
+
+ void
+setEpisodes(List<TVEpisodeBasic> episodes)
+
+
+
+
+
+
+ void
+setId(int id)
+
+
+
+
+
+
+ void
+setName(String name)
+
+
+
+
+
+
+ void
+setOverview(String overview)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
+
+
+getAirDate, getPosterPath, getSeasonNumber, setAirDate, setPosterPath, setSeasonNumber
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+TVSeason
+
+public TVSeason()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getId
+
+public int getId()
+
+
+
+
+
+
+
+
+setId
+
+public void setId(int id)
+
+
+
+
+
+
+
+
+getName
+
+public String getName()
+
+
+
+
+
+
+
+
+setName
+
+public void setName(String name)
+
+
+
+
+
+
+
+
+getOverview
+
+public String getOverview()
+
+
+
+
+
+
+
+
+setOverview
+
+public void setOverview(String overview)
+
+
+
+
+
+
+
+
+getEpisodes
+
+public List<TVEpisodeBasic> getEpisodes()
+
+
+
+
+
+
+
+
+setEpisodes
+
+public void setEpisodes(List<TVEpisodeBasic> episodes)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html
new file mode 100644
index 000000000..754490808
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html
@@ -0,0 +1,372 @@
+
+
+
+
+
+
+
+TVSeasonBasic (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.tv
+
+Class TVSeasonBasic
+
+java.lang.Object
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.model.tv.TVSeasonBasic
+
+
+- All Implemented Interfaces:
- Serializable
+
+
+- Direct Known Subclasses:
- TVSeason
+
+
+
+public class TVSeasonBasic
- extends AbstractJsonMapping
+
+
+
+Basic information on the Season for a TV Series
+
+
+
+
+- Author:
+ - Stuart
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+TVSeasonBasic()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ String
+getAirDate()
+
+
+
+
+
+
+ String
+getPosterPath()
+
+
+
+
+
+
+ int
+getSeasonNumber()
+
+
+
+
+
+
+ void
+setAirDate(String airDate)
+
+
+
+
+
+
+ void
+setPosterPath(String posterPath)
+
+
+
+
+
+
+ void
+setSeasonNumber(int seasonNumber)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+TVSeasonBasic
+
+public TVSeasonBasic()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getAirDate
+
+public String getAirDate()
+
+
+
+
+
+
+
+
+setAirDate
+
+public void setAirDate(String airDate)
+
+
+
+
+
+
+
+
+getSeasonNumber
+
+public int getSeasonNumber()
+
+
+
+
+
+
+
+
+setSeasonNumber
+
+public void setSeasonNumber(int seasonNumber)
+
+
+
+
+
+
+
+
+getPosterPath
+
+public String getPosterPath()
+
+
+
+
+
+
+
+
+setPosterPath
+
+public void setPosterPath(String posterPath)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeries.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeries.html
new file mode 100644
index 000000000..3fa1efe58
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeries.html
@@ -0,0 +1,798 @@
+
+
+
+
+
+
+
+TVSeries (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.tv
+
+Class TVSeries
+
+java.lang.Object
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.model.tv.TVSeriesBasic
+
com.omertron.themoviedbapi.model.tv.TVSeries
+
+
+- All Implemented Interfaces:
- Serializable
+
+
+
+public class TVSeries
- extends TVSeriesBasic
+
+
+
+TV Series information
+ Represents all the information returned.
+
+
+
+
+- Author:
+ - Stuart
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+TVSeries()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ List<PersonCrew>
+getCreatedBy()
+
+
+
+
+
+
+ List<Integer>
+getEpisodeRuntime()
+
+
+
+
+
+
+ List<Genre>
+getGenres()
+
+
+
+
+
+
+ String
+getHomepage()
+
+
+
+
+
+
+ List<String>
+getLanguages()
+
+
+
+
+
+
+ String
+getLastAirDate()
+
+
+
+
+
+
+ List<Network>
+getNetworks()
+
+
+
+
+
+
+ int
+getNumberEpisodes()
+
+
+
+
+
+
+ int
+getNumberSeasons()
+
+
+
+
+
+
+ List<String>
+getOriginCountry()
+
+
+
+
+
+
+ String
+getOverview()
+
+
+
+
+
+
+ List<TVSeasonBasic>
+getSeasons()
+
+
+
+
+
+
+ String
+getStatus()
+
+
+
+
+
+
+ boolean
+isInProduction()
+
+
+
+
+
+
+ void
+setCreatedBy(List<PersonCrew> createdBy)
+
+
+
+
+
+
+ void
+setEpisodeRuntime(List<Integer> episodeRuntime)
+
+
+
+
+
+
+ void
+setGenres(List<Genre> genres)
+
+
+
+
+
+
+ void
+setHomepage(String homepage)
+
+
+
+
+
+
+ void
+setInProduction(boolean inProduction)
+
+
+
+
+
+
+ void
+setLanguages(List<String> languages)
+
+
+
+
+
+
+ void
+setLastAirDate(String lastAirDate)
+
+
+
+
+
+
+ void
+setNetworks(List<Network> networks)
+
+
+
+
+
+
+ void
+setNumberEpisodes(int numberEpisodes)
+
+
+
+
+
+
+ void
+setNumberSeasons(int numberSeasons)
+
+
+
+
+
+
+ void
+setOriginCountry(List<String> originCountry)
+
+
+
+
+
+
+ void
+setOverview(String overview)
+
+
+
+
+
+
+ void
+setSeasons(List<TVSeasonBasic> seasons)
+
+
+
+
+
+
+ void
+setStatus(String status)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
+
+
+getBackdrop, getFirstAirDate, getId, getName, getOriginalName, getPopularity, getPosterPath, getVoteAverage, getVoteCount, setBackdrop, setFirstAirDate, setId, setName, setOriginalName, setPopularity, setPosterPath, setVoteAverage, setVoteCount
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+TVSeries
+
+public TVSeries()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getOverview
+
+public String getOverview()
+
+
+
+
+
+
+
+
+setOverview
+
+public void setOverview(String overview)
+
+
+
+
+
+
+
+
+getLastAirDate
+
+public String getLastAirDate()
+
+
+
+
+
+
+
+
+setLastAirDate
+
+public void setLastAirDate(String lastAirDate)
+
+
+
+
+
+
+
+
+getCreatedBy
+
+public List<PersonCrew> getCreatedBy()
+
+
+
+
+
+
+
+
+setCreatedBy
+
+public void setCreatedBy(List<PersonCrew> createdBy)
+
+
+
+
+
+
+
+
+getEpisodeRuntime
+
+public List<Integer> getEpisodeRuntime()
+
+
+
+
+
+
+
+
+setEpisodeRuntime
+
+public void setEpisodeRuntime(List<Integer> episodeRuntime)
+
+
+
+
+
+
+
+
+getGenres
+
+public List<Genre> getGenres()
+
+
+
+
+
+
+
+
+setGenres
+
+public void setGenres(List<Genre> genres)
+
+
+
+
+
+
+
+
+getHomepage
+
+public String getHomepage()
+
+
+
+
+
+
+
+
+setHomepage
+
+public void setHomepage(String homepage)
+
+
+
+
+
+
+
+
+isInProduction
+
+public boolean isInProduction()
+
+
+
+
+
+
+
+
+setInProduction
+
+public void setInProduction(boolean inProduction)
+
+
+
+
+
+
+
+
+getLanguages
+
+public List<String> getLanguages()
+
+
+
+
+
+
+
+
+setLanguages
+
+public void setLanguages(List<String> languages)
+
+
+
+
+
+
+
+
+getNetworks
+
+public List<Network> getNetworks()
+
+
+
+
+
+
+
+
+setNetworks
+
+public void setNetworks(List<Network> networks)
+
+
+
+
+
+
+
+
+getNumberEpisodes
+
+public int getNumberEpisodes()
+
+
+
+
+
+
+
+
+setNumberEpisodes
+
+public void setNumberEpisodes(int numberEpisodes)
+
+
+
+
+
+
+
+
+getNumberSeasons
+
+public int getNumberSeasons()
+
+
+
+
+
+
+
+
+setNumberSeasons
+
+public void setNumberSeasons(int numberSeasons)
+
+
+
+
+
+
+
+
+getOriginCountry
+
+public List<String> getOriginCountry()
+
+
+
+
+
+
+
+
+setOriginCountry
+
+public void setOriginCountry(List<String> originCountry)
+
+
+
+
+
+
+
+
+getStatus
+
+public String getStatus()
+
+
+
+
+
+
+
+
+setStatus
+
+public void setStatus(String status)
+
+
+
+
+
+
+
+
+getSeasons
+
+public List<TVSeasonBasic> getSeasons()
+
+
+
+
+
+
+
+
+setSeasons
+
+public void setSeasons(List<TVSeasonBasic> seasons)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeriesBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeriesBasic.html
new file mode 100644
index 000000000..485f389b1
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeriesBasic.html
@@ -0,0 +1,601 @@
+
+
+
+
+
+
+
+TVSeriesBasic (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.tv
+
+Class TVSeriesBasic
+
+java.lang.Object
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.model.tv.TVSeriesBasic
+
+
+- All Implemented Interfaces:
- Serializable
+
+
+- Direct Known Subclasses:
- TVSeries
+
+
+
+public class TVSeriesBasic
- extends AbstractJsonMapping
+
+
+
+TV Series information
+ Represents the basic set of information returned
+
+
+
+
+- Author:
+ - Stuart
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+TVSeriesBasic()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ String
+getBackdrop()
+
+
+
+
+
+
+ String
+getFirstAirDate()
+
+
+
+
+
+
+ int
+getId()
+
+
+
+
+
+
+ String
+getName()
+
+
+
+
+
+
+ String
+getOriginalName()
+
+
+
+
+
+
+ float
+getPopularity()
+
+
+
+
+
+
+ String
+getPosterPath()
+
+
+
+
+
+
+ float
+getVoteAverage()
+
+
+
+
+
+
+ double
+getVoteCount()
+
+
+
+
+
+
+ void
+setBackdrop(String backdrop)
+
+
+
+
+
+
+ void
+setFirstAirDate(String firstAirDate)
+
+
+
+
+
+
+ void
+setId(int id)
+
+
+
+
+
+
+ void
+setName(String name)
+
+
+
+
+
+
+ void
+setOriginalName(String originalName)
+
+
+
+
+
+
+ void
+setPopularity(float popularity)
+
+
+
+
+
+
+ void
+setPosterPath(String posterPath)
+
+
+
+
+
+
+ void
+setVoteAverage(float voteAverage)
+
+
+
+
+
+
+ void
+setVoteCount(double voteCount)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+TVSeriesBasic
+
+public TVSeriesBasic()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getId
+
+public int getId()
+
+
+
+
+
+
+
+
+setId
+
+public void setId(int id)
+
+
+
+
+
+
+
+
+getName
+
+public String getName()
+
+
+
+
+
+
+
+
+setName
+
+public void setName(String name)
+
+
+
+
+
+
+
+
+getOriginalName
+
+public String getOriginalName()
+
+
+
+
+
+
+
+
+setOriginalName
+
+public void setOriginalName(String originalName)
+
+
+
+
+
+
+
+
+getPosterPath
+
+public String getPosterPath()
+
+
+
+
+
+
+
+
+setPosterPath
+
+public void setPosterPath(String posterPath)
+
+
+
+
+
+
+
+
+getBackdrop
+
+public String getBackdrop()
+
+
+
+
+
+
+
+
+setBackdrop
+
+public void setBackdrop(String backdrop)
+
+
+
+
+
+
+
+
+getFirstAirDate
+
+public String getFirstAirDate()
+
+
+
+
+
+
+
+
+setFirstAirDate
+
+public void setFirstAirDate(String firstAirDate)
+
+
+
+
+
+
+
+
+getPopularity
+
+public float getPopularity()
+
+
+
+
+
+
+
+
+setPopularity
+
+public void setPopularity(float popularity)
+
+
+
+
+
+
+
+
+getVoteAverage
+
+public float getVoteAverage()
+
+
+
+
+
+
+
+
+setVoteAverage
+
+public void setVoteAverage(float voteAverage)
+
+
+
+
+
+
+
+
+getVoteCount
+
+public double getVoteCount()
+
+
+
+
+
+
+
+
+setVoteCount
+
+public void setVoteCount(double voteCount)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisode.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisode.html
new file mode 100644
index 000000000..1881ca3b4
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisode.html
@@ -0,0 +1,218 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.tv.TVEpisode (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.model.tv.TVEpisode
+
+
+
+
+
+Packages that use TVEpisode
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.methods
+
+
+
+
+
+
+
+Uses of TVEpisode in com.omertron.themoviedbapi
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi that return TVEpisode
+
+
+
+ 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.
+
+
+
+
+
+
+Uses of TVEpisode in com.omertron.themoviedbapi.methods
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.methods that return TVEpisode
+
+
+
+ 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.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html
new file mode 100644
index 000000000..8d76ed409
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html
@@ -0,0 +1,214 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
+
+
+
+
+
+Packages that use TVEpisodeBasic
+
+
+com.omertron.themoviedbapi.model.tv
+
+
+
+
+
+
+
+Uses of TVEpisodeBasic in com.omertron.themoviedbapi.model.tv
+
+
+
+
+
+
+
+Subclasses of TVEpisodeBasic in com.omertron.themoviedbapi.model.tv
+
+
+
+ class
+TVEpisode
+
+
+ Information on an Episode for a TV Series
+ Extends the information provided by TVEpisodeBasic
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.model.tv that return types with arguments of type TVEpisodeBasic
+
+
+
+ List<TVEpisodeBasic>
+TVSeason.getEpisodes()
+
+
+
+
+
+
+
+
+
+
+Method parameters in com.omertron.themoviedbapi.model.tv with type arguments of type TVEpisodeBasic
+
+
+
+ void
+TVSeason.setEpisodes(List<TVEpisodeBasic> episodes)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeason.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeason.html
new file mode 100644
index 000000000..a2954673d
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeason.html
@@ -0,0 +1,216 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.tv.TVSeason (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.model.tv.TVSeason
+
+
+
+
+
+Packages that use TVSeason
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.methods
+
+
+
+
+
+
+
+Uses of TVSeason in com.omertron.themoviedbapi
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi that return TVSeason
+
+
+
+ TVSeason
+TheMovieDbApi.getTvSeason(int id,
+ int seasonNumber,
+ String language,
+ String... appendToResponse)
+
+
+ Get the primary information about a TV season by its season number.
+
+
+
+
+
+
+Uses of TVSeason in com.omertron.themoviedbapi.methods
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.methods that return TVSeason
+
+
+
+ TVSeason
+TV.getTvSeason(int id,
+ int seasonNumber,
+ String language,
+ String[] appendToResponse)
+
+
+ Get the primary information about a TV season by its season number.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html
new file mode 100644
index 000000000..7b707d250
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html
@@ -0,0 +1,214 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.tv.TVSeasonBasic (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.model.tv.TVSeasonBasic
+
+
+
+
+
+Packages that use TVSeasonBasic
+
+
+com.omertron.themoviedbapi.model.tv
+
+
+
+
+
+
+
+Uses of TVSeasonBasic in com.omertron.themoviedbapi.model.tv
+
+
+
+
+
+
+
+Subclasses of TVSeasonBasic in com.omertron.themoviedbapi.model.tv
+
+
+
+ class
+TVSeason
+
+
+ Information on the Season for a TV Series
+ Extends the information provided by TVSeasonBasic
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.model.tv that return types with arguments of type TVSeasonBasic
+
+
+
+ List<TVSeasonBasic>
+TVSeries.getSeasons()
+
+
+
+
+
+
+
+
+
+
+Method parameters in com.omertron.themoviedbapi.model.tv with type arguments of type TVSeasonBasic
+
+
+
+ void
+TVSeries.setSeasons(List<TVSeasonBasic> seasons)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeries.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeries.html
new file mode 100644
index 000000000..5337eec16
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeries.html
@@ -0,0 +1,214 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.tv.TVSeries (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.model.tv.TVSeries
+
+
+
+
+
+Packages that use TVSeries
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.methods
+
+
+
+
+
+
+
+Uses of TVSeries in com.omertron.themoviedbapi
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi that return TVSeries
+
+
+
+ TVSeries
+TheMovieDbApi.getTv(int id,
+ String language,
+ String... appendToResponse)
+
+
+ Get the primary information about a TV series by id.
+
+
+
+
+
+
+Uses of TVSeries in com.omertron.themoviedbapi.methods
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.methods that return TVSeries
+
+
+
+ TVSeries
+TV.getTv(int id,
+ String language,
+ String[] appendToResponse)
+
+
+ Get the primary information about a TV series by id.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeriesBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeriesBasic.html
new file mode 100644
index 000000000..a36c5086b
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeriesBasic.html
@@ -0,0 +1,303 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.tv.TVSeriesBasic (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.model.tv.TVSeriesBasic
+
+
+
+
+
+Packages that use TVSeriesBasic
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.methods
+
+
+
+com.omertron.themoviedbapi.model.tv
+
+
+
+com.omertron.themoviedbapi.wrapper.tv
+
+
+
+
+
+
+
+Uses of TVSeriesBasic in com.omertron.themoviedbapi
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi that return types with arguments of type TVSeriesBasic
+
+
+
+ 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 TVSeriesBasic in com.omertron.themoviedbapi.methods
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.methods that return types with arguments of type TVSeriesBasic
+
+
+
+ TmdbResultsList<TVSeriesBasic>
+TV.searchTv(String name,
+ int searchYear,
+ String language,
+ SearchType searchType,
+ int page)
+
+
+ Search for TV shows by title.
+
+
+
+
+
+
+Uses of TVSeriesBasic in com.omertron.themoviedbapi.model.tv
+
+
+
+
+
+
+
+Subclasses of TVSeriesBasic in com.omertron.themoviedbapi.model.tv
+
+
+
+ class
+TVSeries
+
+
+ TV Series information
+ Represents all the information returned.
+
+
+
+
+
+
+Uses of TVSeriesBasic in com.omertron.themoviedbapi.wrapper.tv
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.wrapper.tv that return types with arguments of type TVSeriesBasic
+
+
+
+ List<TVSeriesBasic>
+WrapperTVSeries.getSeries()
+
+
+
+
+
+
+
+
+
+
+Method parameters in com.omertron.themoviedbapi.wrapper.tv with type arguments of type TVSeriesBasic
+
+
+
+ void
+WrapperTVSeries.setSeries(List<TVSeriesBasic> series)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html
new file mode 100644
index 000000000..9df163d50
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.tv
+
+
+
+Classes
+
+
+TVEpisode
+
+TVEpisodeBasic
+
+TVSeason
+
+TVSeasonBasic
+
+TVSeries
+
+TVSeriesBasic
+
+
+
+
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html
new file mode 100644
index 000000000..50d54ca1c
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html
@@ -0,0 +1,182 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV PACKAGE
+ NEXT PACKAGE
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+Package com.omertron.themoviedbapi.model.tv
+
+
+
+
+
+Class Summary
+
+
+TVEpisode
+Information on an Episode for a TV Series
+ Extends the information provided by TVEpisodeBasic
+
+
+TVEpisodeBasic
+Basic information on an Episode for a TV Series
+
+
+TVSeason
+Information on the Season for a TV Series
+ Extends the information provided by TVSeasonBasic
+
+
+TVSeasonBasic
+Basic information on the Season for a TV Series
+
+
+TVSeries
+TV Series information
+ Represents all the information returned.
+
+
+TVSeriesBasic
+TV Series information
+ Represents the basic set of information returned
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV PACKAGE
+ NEXT PACKAGE
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html
new file mode 100644
index 000000000..8f2ce0ce9
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.model.tv Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package com.omertron.themoviedbapi.model.tv
+
+
+
+- Package Hierarchies:
- All Packages
+
+
+Class Hierarchy
+
+
+- java.lang.Object
+- com.omertron.themoviedbapi.model.AbstractJsonMapping (implements java.io.Serializable)
+
+- 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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html
new file mode 100644
index 000000000..c06d05933
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html
@@ -0,0 +1,286 @@
+
+
+
+
+
+
+
+Uses of Package com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package
com.omertron.themoviedbapi.model.tv
+
+
+
+
+
+Packages that use com.omertron.themoviedbapi.model.tv
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.methods
+
+
+
+com.omertron.themoviedbapi.model.tv
+
+
+
+com.omertron.themoviedbapi.wrapper.tv
+
+
+
+
+
+
+
+Classes in com.omertron.themoviedbapi.model.tv used by com.omertron.themoviedbapi
+
+
+TVEpisode
+
+
+ Information on an Episode for a TV Series
+ Extends the information provided by TVEpisodeBasic
+
+
+TVSeason
+
+
+ Information on the Season for a TV Series
+ Extends the information provided by TVSeasonBasic
+
+
+TVSeries
+
+
+ TV Series information
+ Represents all the information returned.
+
+
+TVSeriesBasic
+
+
+ TV Series information
+ Represents the basic set of information returned
+
+
+
+
+
+
+Classes in com.omertron.themoviedbapi.model.tv used by com.omertron.themoviedbapi.methods
+
+
+TVEpisode
+
+
+ Information on an Episode for a TV Series
+ Extends the information provided by TVEpisodeBasic
+
+
+TVSeason
+
+
+ Information on the Season for a TV Series
+ Extends the information provided by TVSeasonBasic
+
+
+TVSeries
+
+
+ TV Series information
+ Represents all the information returned.
+
+
+TVSeriesBasic
+
+
+ TV Series information
+ Represents the basic set of information returned
+
+
+
+
+
+
+Classes in com.omertron.themoviedbapi.model.tv used by com.omertron.themoviedbapi.model.tv
+
+
+TVEpisodeBasic
+
+
+ Basic information on an Episode for a TV Series
+
+
+TVSeasonBasic
+
+
+ Basic information on the Season for a TV Series
+
+
+TVSeriesBasic
+
+
+ TV Series information
+ Represents the basic set of information returned
+
+
+
+
+
+
+Classes in com.omertron.themoviedbapi.model.tv used by com.omertron.themoviedbapi.wrapper.tv
+
+
+TVSeriesBasic
+
+
+ TV Series information
+ Represents the basic set of information returned
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/package-frame.html b/apidocs/com/omertron/themoviedbapi/package-frame.html
index 795e90151..db0fe2268 100644
--- a/apidocs/com/omertron/themoviedbapi/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/package-frame.html
@@ -2,10 +2,10 @@
-
+
-com.omertron.themoviedbapi (API-The MovieDB 3.8-SNAPSHOT API)
+com.omertron.themoviedbapi (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html
index 0b02d6fe0..2329695da 100644
--- a/apidocs/com/omertron/themoviedbapi/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/package-summary.html
@@ -2,10 +2,10 @@
-
+
-com.omertron.themoviedbapi (API-The MovieDB 3.8-SNAPSHOT API)
+com.omertron.themoviedbapi (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ com.omertron.themoviedbapi (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="com.omertron.themoviedbapi (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="com.omertron.themoviedbapi (API-The MovieDB 4.0-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 c6f37a603..fe255ca08 100644
--- a/apidocs/com/omertron/themoviedbapi/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/package-tree.html
@@ -2,10 +2,10 @@
-
+
-com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT API)
+com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 4.0-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 dfd99ba43..1b41363e9 100644
--- a/apidocs/com/omertron/themoviedbapi/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/package-use.html
@@ -2,10 +2,10 @@
-
+
-Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Package com.omertron.themoviedbapi (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Package com.omertron.themoviedbapi (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -95,6 +95,10 @@ Packages that use
+ com.omertron.themoviedbapi.methods
+
+
+
com.omertron.themoviedbapi.tools
@@ -116,6 +120,21 @@ 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 b4094cf7e..56a637819 100644
--- a/apidocs/com/omertron/themoviedbapi/results/TmdbResults.html
+++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResults.html
@@ -2,10 +2,10 @@
-
+
-TmdbResults (API-The MovieDB 3.8-SNAPSHOT API)
+TmdbResults (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ TmdbResults (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="TmdbResults (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="TmdbResults (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html
index 0faa4f3ee..e1e1c103e 100644
--- a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html
+++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html
@@ -2,10 +2,10 @@
-
+
-TmdbResultsList (API-The MovieDB 3.8-SNAPSHOT API)
+TmdbResultsList (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ TmdbResultsList (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="TmdbResultsList (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="TmdbResultsList (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html
index 178102027..59bad5849 100644
--- a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html
+++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html
@@ -2,10 +2,10 @@
-
+
-TmdbResultsMap (API-The MovieDB 3.8-SNAPSHOT API)
+TmdbResultsMap (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ TmdbResultsMap (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="TmdbResultsMap (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="TmdbResultsMap (API-The MovieDB 4.0-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 61fe6025d..615557188 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResults.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResults.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.results.TmdbResults (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.results.TmdbResults (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.results.TmdbResults (API-The MovieDB 3.
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.results.TmdbResults (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.results.TmdbResults (API-The MovieDB 4.0-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 04f5e6aae..8709a65a9 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.results.TmdbResultsList (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.results.TmdbResultsList (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.results.TmdbResultsList (API-The MovieD
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.results.TmdbResultsList (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.results.TmdbResultsList (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -94,6 +94,10 @@ Packages that use com.omertron.themoviedbapi
+
+com.omertron.themoviedbapi.methods
+
+
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getCompanyMovies(int companyId,
String language,
int page)
@@ -132,7 +136,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getDiscover(Discover discover)
@@ -140,7 +144,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getDiscover(int page,
String language,
String sortBy,
@@ -169,7 +173,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getGenreMovies(int genreId,
String language,
int page,
@@ -188,7 +192,7 @@ Uses of
- TmdbResultsList<KeywordMovie>
+ TmdbResultsList<MovieDbBasic>
TheMovieDbApi.getKeywordMovies(String keywordId,
String language,
int page)
@@ -208,7 +212,7 @@ Uses of
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
TheMovieDbApi.getMovieCasts(int movieId,
String... appendToResponse)
@@ -246,7 +250,7 @@ Uses of
- TmdbResultsList<MovieList>
+ TmdbResultsList<MovieList>
TheMovieDbApi.getMovieLists(int movieId,
String language,
int page,
@@ -286,7 +290,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getNowPlayingMovies(String language,
int page)
@@ -295,7 +299,7 @@ Uses of
- TmdbResultsList<PersonCredit>
+ TmdbResultsList<PersonCredit>
TheMovieDbApi.getPersonCredits(int personId,
String... appendToResponse)
@@ -312,7 +316,7 @@ Uses of
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
TheMovieDbApi.getPersonPopular()
@@ -320,7 +324,7 @@ Uses of
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
TheMovieDbApi.getPersonPopular(int page)
@@ -328,7 +332,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getPopularMovieList(String language,
int page)
@@ -348,7 +352,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getSimilarMovies(int movieId,
String language,
int page,
@@ -359,7 +363,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.getTopRatedMovies(String language,
int page)
@@ -368,7 +372,47 @@ Uses of
- TmdbResultsList<MovieDb>
+ 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>
TheMovieDbApi.getUpcoming(String language,
int page)
@@ -405,7 +449,7 @@ Uses of
- TmdbResultsList<MovieList>
+ TmdbResultsList<MovieList>
TheMovieDbApi.searchList(String query,
String language,
int page)
@@ -415,7 +459,7 @@ Uses of
- TmdbResultsList<MovieDb>
+ TmdbResultsList<MovieDb>
TheMovieDbApi.searchMovie(String movieName,
int searchYear,
String language,
@@ -427,7 +471,7 @@ Uses of
- TmdbResultsList<Person>
+ TmdbResultsList<Person>
TheMovieDbApi.searchPeople(String personName,
boolean includeAdult,
int page)
@@ -435,6 +479,97 @@ 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 34f719a13..ddc7b1f11 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.results.TmdbResultsMap (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.results.TmdbResultsMap (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.results.TmdbResultsMap (API-The MovieDB
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.results.TmdbResultsMap (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.results.TmdbResultsMap (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-frame.html b/apidocs/com/omertron/themoviedbapi/results/package-frame.html
index bf40a8079..0adcedce2 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-frame.html
@@ -2,10 +2,10 @@
-
+
-com.omertron.themoviedbapi.results (API-The MovieDB 3.8-SNAPSHOT API)
+com.omertron.themoviedbapi.results (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-summary.html b/apidocs/com/omertron/themoviedbapi/results/package-summary.html
index 239119394..958e2b3e9 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-summary.html
@@ -2,10 +2,10 @@
-
+
-com.omertron.themoviedbapi.results (API-The MovieDB 3.8-SNAPSHOT API)
+com.omertron.themoviedbapi.results (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ com.omertron.themoviedbapi.results (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="com.omertron.themoviedbapi.results (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="com.omertron.themoviedbapi.results (API-The MovieDB 4.0-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 72794af65..d63ec3e64 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-tree.html
@@ -2,10 +2,10 @@
-
+
-com.omertron.themoviedbapi.results Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT API)
+com.omertron.themoviedbapi.results Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ com.omertron.themoviedbapi.results Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="com.omertron.themoviedbapi.results Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="com.omertron.themoviedbapi.results Class Hierarchy (API-The MovieDB 4.0-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 13f506981..352abc044 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-use.html
@@ -2,10 +2,10 @@
-
+
-Uses of Package com.omertron.themoviedbapi.results (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Package com.omertron.themoviedbapi.results (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Package com.omertron.themoviedbapi.results (API-The MovieDB 3.8-SNAPSHOT
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Package com.omertron.themoviedbapi.results (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Package com.omertron.themoviedbapi.results (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -95,6 +95,10 @@ Packages that use
+ com.omertron.themoviedbapi.methods
+
+
+
com.omertron.themoviedbapi.results
@@ -122,6 +126,21 @@ 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 fc8a42ea1..3d270b13c 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html
@@ -2,10 +2,10 @@
-
+
-ApiUrl (API-The MovieDB 3.8-SNAPSHOT API)
+ApiUrl (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ ApiUrl (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="ApiUrl (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="ApiUrl (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -150,6 +150,14 @@ The API URL that is used to construct the API call
static String
PARAM_END_DATE
+
+
+
+
+
+static String
+PARAM_EPISODE_NUMBER
+
@@ -158,6 +166,14 @@ The API URL that is used to construct the API call
static String
PARAM_FAVORITE
+
+
+
+
+
+static String
+PARAM_FIRST_AIR_DATE_YEAR
+
@@ -206,6 +222,22 @@ 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
+
@@ -425,6 +457,26 @@ 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
@@ -533,6 +585,26 @@ 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 7f2448670..6e9f7a0ff 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html
@@ -2,10 +2,10 @@
-
+
-WebBrowser (API-The MovieDB 3.8-SNAPSHOT API)
+WebBrowser (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ WebBrowser (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="WebBrowser (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="WebBrowser (API-The MovieDB 4.0-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 8607b3b81..d7debde83 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.8-SNAPS
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 4.0-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 e3d508714..907b12dbc 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.tools.WebBrowser (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.tools.WebBrowser (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.tools.WebBrowser (API-The MovieDB 3.8-S
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.tools.WebBrowser (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.tools.WebBrowser (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html
index a961c1a08..7f4b92e44 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html
@@ -2,10 +2,10 @@
-
+
-com.omertron.themoviedbapi.tools (API-The MovieDB 3.8-SNAPSHOT API)
+com.omertron.themoviedbapi.tools (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html
index abd01701b..5ecc4b25d 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html
@@ -2,10 +2,10 @@
-
+
-com.omertron.themoviedbapi.tools (API-The MovieDB 3.8-SNAPSHOT API)
+com.omertron.themoviedbapi.tools (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ com.omertron.themoviedbapi.tools (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="com.omertron.themoviedbapi.tools (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="com.omertron.themoviedbapi.tools (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html
index 3020968ef..07d1d5b8e 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html
@@ -2,10 +2,10 @@
-
+
-com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT API)
+com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT A
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-use.html b/apidocs/com/omertron/themoviedbapi/tools/package-use.html
index 46b9d1cc6..87aad1af3 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/package-use.html
@@ -2,10 +2,10 @@
-
+
-Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 3.8-SNAPSHOT A
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html
index 51397043c..ba58d40e0 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html
@@ -2,10 +2,10 @@
-
+
-AbstractWrapper (API-The MovieDB 3.8-SNAPSHOT API)
+AbstractWrapper (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ AbstractWrapper (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="AbstractWrapper (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="AbstractWrapper (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -94,17 +94,23 @@ com.omertron.themoviedbapi.wrapper
Class AbstractWrapper
java.lang.Object
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+- All Implemented Interfaces:
- Serializable
+
+
- Direct Known Subclasses:
- AbstractWrapperId, WrapperConfig, WrapperGenres, WrapperJobList
-public abstract class AbstractWrapper
- extends Object
+public abstract class AbstractWrapper
extends AbstractJsonMapping
+
+- See Also:
- Serialized Form
@@ -151,22 +157,14 @@ Class AbstractWrapper
Get a list of the enums passed
-
-
- void
-handleUnknown(String key,
- Object value)
-
-
- Handle unknown properties and print a message
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
-
- String
-toString()
-
-
-
+handleUnknown, toString
@@ -221,34 +219,6 @@ 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 7dfb9fe6d..d40bcd88b 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html
@@ -2,10 +2,10 @@
-
+
-AbstractWrapperAll (API-The MovieDB 3.8-SNAPSHOT API)
+AbstractWrapperAll (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ AbstractWrapperAll (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="AbstractWrapperAll (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="AbstractWrapperAll (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -94,15 +94,16 @@ com.omertron.themoviedbapi.wrapper
Class AbstractWrapperAll
java.lang.Object
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
-- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages
+- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
-- Direct Known Subclasses:
- WrapperCollection, WrapperCompany, WrapperCompanyMovies, WrapperImages, WrapperKeywordMovies, WrapperKeywords, WrapperMovie, WrapperMovieChanges, WrapperMovieDbList, WrapperMovieList, WrapperPerson, WrapperPersonCredits, WrapperPersonList, WrapperReviews
+- Direct Known Subclasses:
- WrapperCollection, WrapperCompany, WrapperCompanyMovies, WrapperImages, WrapperKeywordMovies, WrapperKeywords, WrapperMovie, WrapperMovieChanges, WrapperMovieDbList, WrapperMovieList, WrapperPerson, WrapperPersonCredits, WrapperPersonList, WrapperReviews, WrapperTVSeries
@@ -117,7 +118,7 @@ Base class for the wrappers
- Author:
- Stuart
-
+- See Also:
- Serialized Form
@@ -226,7 +227,16 @@ Base class for the wrappers
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList, handleUnknown, toString
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html
index 996341703..8ba28ee33 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html
@@ -2,10 +2,10 @@
-
+
-AbstractWrapperId (API-The MovieDB 3.8-SNAPSHOT API)
+AbstractWrapperId (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ AbstractWrapperId (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="AbstractWrapperId (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="AbstractWrapperId (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -94,14 +94,15 @@ com.omertron.themoviedbapi.wrapper
Class AbstractWrapperId
java.lang.Object
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-- All Implemented Interfaces:
- IWrapperId
+- All Implemented Interfaces:
- IWrapperId, Serializable
-- Direct Known Subclasses:
- AbstractWrapperAll, WrapperAlternativeTitles, WrapperMovieCasts, WrapperMovieKeywords, WrapperReleaseInfo, WrapperTrailers, WrapperTranslations
+- Direct Known Subclasses:
- AbstractWrapperAll, WrapperAlternativeTitles, WrapperCasts, WrapperReleaseInfo, WrapperTrailers, WrapperTranslations
@@ -116,7 +117,7 @@ Base class for the wrappers
- Author:
- Stuart
-
+- See Also:
- Serialized Form
@@ -168,7 +169,16 @@ Base class for the wrappers
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList, handleUnknown, toString
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html
index 86f07c78e..4a15d16db 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html
@@ -2,10 +2,10 @@
-
+
-IWrapperDates (API-The MovieDB 3.8-SNAPSHOT API)
+IWrapperDates (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ IWrapperDates (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="IWrapperDates (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="IWrapperDates (API-The MovieDB 4.0-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
+- All Known Implementing Classes:
- AbstractWrapperAll, WrapperCollection, WrapperCompany, WrapperCompanyMovies, WrapperImages, WrapperKeywordMovies, WrapperKeywords, WrapperMovie, WrapperMovieChanges, WrapperMovieDbList, WrapperMovieList, WrapperPerson, WrapperPersonCredits, WrapperPersonList, WrapperReviews, WrapperTVSeries
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html
index ba6540798..a0d90493f 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html
@@ -2,10 +2,10 @@
-
+
-IWrapperId (API-The MovieDB 3.8-SNAPSHOT API)
+IWrapperId (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ IWrapperId (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="IWrapperId (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="IWrapperId (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -93,7 +93,7 @@ com.omertron.themoviedbapi.wrapper
Interface IWrapperId
-- 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
+- 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
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html
index 264617e94..17460bcc3 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html
@@ -2,10 +2,10 @@
-
+
-IWrapperPages (API-The MovieDB 3.8-SNAPSHOT API)
+IWrapperPages (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ IWrapperPages (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="IWrapperPages (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="IWrapperPages (API-The MovieDB 4.0-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
+- All Known Implementing Classes:
- AbstractWrapperAll, WrapperCollection, WrapperCompany, WrapperCompanyMovies, WrapperImages, WrapperKeywordMovies, WrapperKeywords, WrapperMovie, WrapperMovieChanges, WrapperMovieDbList, WrapperMovieList, WrapperPerson, WrapperPersonCredits, WrapperPersonList, WrapperReviews, WrapperTVSeries
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html
index eb321aadd..7273cd60f 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html
@@ -2,10 +2,10 @@
-
+
-ResultDates (API-The MovieDB 3.8-SNAPSHOT API)
+ResultDates (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ ResultDates (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="ResultDates (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="ResultDates (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -94,14 +94,15 @@ com.omertron.themoviedbapi.wrapper
Class ResultDates
java.lang.Object
-
com.omertron.themoviedbapi.wrapper.ResultDates
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.wrapper.ResultDates
- All Implemented Interfaces:
- Serializable
-public class ResultDates
- extends Object
- implements Serializable
+public class ResultDates
- extends AbstractJsonMapping
- implements Serializable
@@ -156,15 +157,6 @@ Class ResultDates
void
-handleUnknown(String key,
- Object value)
-
-
- Handle unknown properties and print a message
-
-
-
- void
setMaximum(String maximum)
@@ -178,13 +170,14 @@ Class ResultDates
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
-
- String
-toString()
-
-
-
+handleUnknown, toString
@@ -280,37 +273,6 @@ 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 4e5358049..40ee184b3 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html
@@ -2,10 +2,10 @@
-
+
-WrapperAlternativeTitles (API-The MovieDB 3.8-SNAPSHOT API)
+WrapperAlternativeTitles (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ WrapperAlternativeTitles (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="WrapperAlternativeTitles (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="WrapperAlternativeTitles (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -94,9 +94,10 @@ com.omertron.themoviedbapi.wrapper
Class WrapperAlternativeTitles
java.lang.Object
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
- All Implemented Interfaces:
- IWrapperId, Serializable
@@ -171,7 +172,16 @@ Class WrapperAlternativeTitles
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList, handleUnknown, toString
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html
index 598c6f16c..11148d710 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html
@@ -2,10 +2,10 @@
-
+
-WrapperChanges (API-The MovieDB 3.8-SNAPSHOT API)
+WrapperChanges (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ WrapperChanges (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="WrapperChanges (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="WrapperChanges (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html
index 3077123fa..9289f19de 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html
@@ -2,10 +2,10 @@
-
+
-WrapperCollection (API-The MovieDB 3.8-SNAPSHOT API)
+WrapperCollection (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ WrapperCollection (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="WrapperCollection (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="WrapperCollection (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -94,13 +94,14 @@ com.omertron.themoviedbapi.wrapper
Class WrapperCollection
java.lang.Object
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
-
com.omertron.themoviedbapi.wrapper.WrapperCollection
+
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
-- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages
+- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
@@ -111,7 +112,7 @@ Class WrapperCollection
- Author:
- stuart.boston
-
+- See Also:
- Serialized Form
@@ -181,7 +182,16 @@ Class WrapperCollection
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList, handleUnknown, toString
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html
index e9f7fb71f..3eb65baa4 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html
@@ -2,10 +2,10 @@
-
+
-WrapperCompany (API-The MovieDB 3.8-SNAPSHOT API)
+WrapperCompany (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ WrapperCompany (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="WrapperCompany (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="WrapperCompany (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -94,13 +94,14 @@ com.omertron.themoviedbapi.wrapper
Class WrapperCompany
java.lang.Object
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
-
com.omertron.themoviedbapi.wrapper.WrapperCompany
+
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
-- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages
+- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
@@ -111,7 +112,7 @@ Class WrapperCompany
- Author:
- stuart.boston
-
+- See Also:
- Serialized Form
@@ -181,7 +182,16 @@ Class WrapperCompany
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList, handleUnknown, toString
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html
index 76bf44c89..d7f99dabc 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html
@@ -2,10 +2,10 @@
-
+
-WrapperCompanyMovies (API-The MovieDB 3.8-SNAPSHOT API)
+WrapperCompanyMovies (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ WrapperCompanyMovies (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="WrapperCompanyMovies (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="WrapperCompanyMovies (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -94,13 +94,14 @@ com.omertron.themoviedbapi.wrapper
Class WrapperCompanyMovies
java.lang.Object
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
-
com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies
+
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
-- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages
+- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
@@ -111,7 +112,7 @@ Class WrapperCompanyMovies
- Author:
- stuart.boston
-
+- See Also:
- Serialized Form
@@ -142,7 +143,7 @@ Class WrapperCompanyMovies
- List<MovieDb>
+ List<MovieDb>
getResults()
@@ -151,7 +152,7 @@ Class WrapperCompanyMovies
void
-setResults(List<MovieDb> results)
+setResults(List<MovieDb> results)
@@ -181,7 +182,16 @@ Class WrapperCompanyMovies
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList, handleUnknown, toString
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
@@ -235,7 +245,7 @@ public WrapperCompanyMovies()
getResults
-public List<MovieDb> getResults()
+public List<MovieDb> getResults()
@@ -246,7 +256,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 567a4887e..807917dd7 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html
@@ -2,10 +2,10 @@
-
+
-WrapperConfig (API-The MovieDB 3.8-SNAPSHOT API)
+WrapperConfig (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ WrapperConfig (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="WrapperConfig (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="WrapperConfig (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -94,9 +94,13 @@ com.omertron.themoviedbapi.wrapper
Class WrapperConfig
java.lang.Object
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.WrapperConfig
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.WrapperConfig
+
+- All Implemented Interfaces:
- Serializable
+
public class WrapperConfig
- extends AbstractWrapper
@@ -106,7 +110,7 @@ Class WrapperConfig
- Author:
- Stuart
-
+- See Also:
- Serialized Form
@@ -174,7 +178,16 @@ Class WrapperConfig
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList, handleUnknown, toString
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html
index de2f4ecff..8d6652e01 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html
@@ -2,10 +2,10 @@
-
+
-WrapperGenres (API-The MovieDB 3.8-SNAPSHOT API)
+WrapperGenres (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ WrapperGenres (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="WrapperGenres (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="WrapperGenres (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -94,9 +94,13 @@ com.omertron.themoviedbapi.wrapper
Class WrapperGenres
java.lang.Object
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.WrapperGenres
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.WrapperGenres
+
+- All Implemented Interfaces:
- Serializable
+
public class WrapperGenres
- extends AbstractWrapper
@@ -110,7 +114,7 @@ Wrapper class for the Genres searches
- Author:
- Stuart
-
+See Also: Serialized Form
@@ -162,7 +166,16 @@ Wrapper class for the Genres searches
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList, handleUnknown, toString
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html
index f9ec51e53..081d471e6 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html
@@ -2,10 +2,10 @@
-
+
-WrapperImages (API-The MovieDB 3.8-SNAPSHOT API)
+WrapperImages (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ WrapperImages (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="WrapperImages (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="WrapperImages (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -94,10 +94,11 @@ com.omertron.themoviedbapi.wrapper
Class WrapperImages
java.lang.Object
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
-
com.omertron.themoviedbapi.wrapper.WrapperImages
+
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
- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
@@ -221,7 +222,16 @@ Class WrapperImages
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList, handleUnknown, toString
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html
index 411846d6c..d52aa78a4 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html
@@ -2,10 +2,10 @@
-
+
-WrapperJobList (API-The MovieDB 3.8-SNAPSHOT API)
+WrapperJobList (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ WrapperJobList (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="WrapperJobList (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="WrapperJobList (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -94,9 +94,13 @@ com.omertron.themoviedbapi.wrapper
Class WrapperJobList
java.lang.Object
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.WrapperJobList
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.WrapperJobList
+
+- All Implemented Interfaces:
- Serializable
+
public class WrapperJobList
- extends AbstractWrapper
@@ -106,7 +110,7 @@ Class WrapperJobList
- Author:
- Stuart
-
+See Also: Serialized Form
@@ -158,7 +162,16 @@ Class WrapperJobList
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList, handleUnknown, toString
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html
index d91762ea3..13bb87882 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html
@@ -2,10 +2,10 @@
-
+
-WrapperKeywordMovies (API-The MovieDB 3.8-SNAPSHOT API)
+WrapperKeywordMovies (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ WrapperKeywordMovies (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="WrapperKeywordMovies (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="WrapperKeywordMovies (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -94,13 +94,14 @@ com.omertron.themoviedbapi.wrapper
Class WrapperKeywordMovies
java.lang.Object
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
-
com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies
+
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
-- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages
+- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
@@ -111,7 +112,7 @@ Class WrapperKeywordMovies
- Author:
- stuart.boston
-
+- See Also:
- Serialized Form
@@ -142,7 +143,7 @@ Class WrapperKeywordMovies
- List<KeywordMovie>
+ List<MovieDbBasic>
getResults()
@@ -151,7 +152,7 @@ Class WrapperKeywordMovies
void
-setResults(List<KeywordMovie> results)
+setResults(List<MovieDbBasic> results)
@@ -181,7 +182,16 @@ Class WrapperKeywordMovies
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList, handleUnknown, toString
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
@@ -235,7 +245,7 @@ public WrapperKeywordMovies()
getResults
-public List<KeywordMovie> getResults()
+public List<MovieDbBasic> getResults()
@@ -246,7 +256,7 @@ public
setResults
-public void setResults(List<KeywordMovie> results)
+public void setResults(List<MovieDbBasic> results)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html
index e2788fa88..7e78598c5 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html
@@ -2,10 +2,10 @@
-
+
-WrapperKeywords (API-The MovieDB 3.8-SNAPSHOT API)
+WrapperKeywords (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ WrapperKeywords (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="WrapperKeywords (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="WrapperKeywords (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -57,7 +57,7 @@ function windowTitle()
PREV CLASS
- NEXT CLASS
+ NEXT CLASS
FRAMES
NO FRAMES
@@ -94,24 +94,25 @@ com.omertron.themoviedbapi.wrapper
Class WrapperKeywords
java.lang.Object
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
-
com.omertron.themoviedbapi.wrapper.WrapperKeywords
+
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
-- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages
+- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
-public class WrapperKeywords
- extends AbstractWrapperAll
+public class WrapperKeywords
- extends AbstractWrapperAll
- implements Serializable
- Author:
- stuart.boston
-
+- See Also:
- Serialized Form
@@ -181,7 +182,16 @@ Class WrapperKeywords
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList, handleUnknown, toString
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
@@ -240,6 +250,9 @@ public
+
+
+
@@ -284,7 +300,7 @@ public void setResults(
PREV CLASS
- NEXT CLASS
+ NEXT CLASS
FRAMES
NO FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html
index 4efc04fec..7ef81abed 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html
@@ -2,10 +2,10 @@
-
+
-WrapperReleaseInfo (API-The MovieDB 3.8-SNAPSHOT API)
+WrapperReleaseInfo (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ WrapperReleaseInfo (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="WrapperReleaseInfo (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="WrapperReleaseInfo (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -56,7 +56,7 @@ function windowTitle()
- PREV CLASS
+ PREV CLASS
NEXT CLASS
FRAMES
@@ -94,9 +94,10 @@ com.omertron.themoviedbapi.wrapper
Class WrapperReleaseInfo
java.lang.Object
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo
- All Implemented Interfaces:
- IWrapperId, Serializable
@@ -171,7 +172,16 @@ Class WrapperReleaseInfo
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList, handleUnknown, toString
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
@@ -270,7 +280,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 21ff12787..2e999f8d8 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html
@@ -2,10 +2,10 @@
-
+
-WrapperReviews (API-The MovieDB 3.8-SNAPSHOT API)
+WrapperReviews (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ WrapperReviews (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="WrapperReviews (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="WrapperReviews (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -94,10 +94,11 @@ com.omertron.themoviedbapi.wrapper
Class WrapperReviews
java.lang.Object
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
-
com.omertron.themoviedbapi.wrapper.WrapperReviews
+
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
- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
@@ -181,7 +182,16 @@ Class WrapperReviews
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList, handleUnknown, toString
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html
index aa37ecd30..bc627751f 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html
@@ -2,10 +2,10 @@
-
+
-WrapperTrailers (API-The MovieDB 3.8-SNAPSHOT API)
+WrapperTrailers (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ WrapperTrailers (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="WrapperTrailers (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="WrapperTrailers (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -94,9 +94,10 @@ com.omertron.themoviedbapi.wrapper
Class WrapperTrailers
java.lang.Object
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.WrapperTrailers
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
com.omertron.themoviedbapi.wrapper.WrapperTrailers
- All Implemented Interfaces:
- IWrapperId, Serializable
@@ -195,7 +196,16 @@ Class WrapperTrailers
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList, handleUnknown, toString
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html
index 1aa20467b..f51ee141b 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html
@@ -2,10 +2,10 @@
-
+
-WrapperTranslations (API-The MovieDB 3.8-SNAPSHOT API)
+WrapperTranslations (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ WrapperTranslations (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="WrapperTranslations (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="WrapperTranslations (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -94,9 +94,10 @@ com.omertron.themoviedbapi.wrapper
Class WrapperTranslations
java.lang.Object
-
com.omertron.themoviedbapi.wrapper.AbstractWrapper
-
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
-
com.omertron.themoviedbapi.wrapper.WrapperTranslations
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
com.omertron.themoviedbapi.wrapper.WrapperTranslations
- All Implemented Interfaces:
- IWrapperId, Serializable
@@ -171,7 +172,16 @@ Class WrapperTranslations
Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
-getTypeList, handleUnknown, toString
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+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 e7f780646..135c0aca3 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapper (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapper (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapper (API-The MovieD
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapper (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapper (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -98,6 +98,18 @@ Packages that use com.omertron.themoviedbapi.wrapper
+
+com.omertron.themoviedbapi.wrapper.movie
+
+
+
+com.omertron.themoviedbapi.wrapper.person
+
+
+
+com.omertron.themoviedbapi.wrapper.tv
+
+
@@ -233,78 +245,6 @@ Uses of WrapperKeywords
-
-
-
-
-
- class
-WrapperMovie
-
-
-
-
-
-
- class
-WrapperMovieCasts
-
-
-
-
-
-
- class
-WrapperMovieChanges
-
-
-
-
-
-
- class
-WrapperMovieDbList
-
-
-
-
-
-
- class
-WrapperMovieKeywords
-
-
-
-
-
-
- class
-WrapperMovieList
-
-
-
-
-
-
- class
-WrapperPerson
-
-
-
-
-
-
- class
-WrapperPersonCredits
-
-
-
-
-
-
- class
-WrapperPersonList
-
@@ -337,6 +277,129 @@ 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 d00aded5e..a1d71d096 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll (API-The Mov
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -98,6 +98,18 @@ Packages that use com.omertron.themoviedbapi.wrapper
+
+com.omertron.themoviedbapi.wrapper.movie
+
+
+
+com.omertron.themoviedbapi.wrapper.person
+
+
+
+com.omertron.themoviedbapi.wrapper.tv
+
+
@@ -185,62 +197,6 @@ Uses of WrapperKeywords
-
-
-
-
-
- class
-WrapperMovie
-
-
-
-
-
-
- class
-WrapperMovieChanges
-
-
-
-
-
-
- class
-WrapperMovieDbList
-
-
-
-
-
-
- class
-WrapperMovieList
-
-
-
-
-
-
- class
-WrapperPerson
-
-
-
-
-
-
- class
-WrapperPersonCredits
-
-
-
-
-
-
- class
-WrapperPersonList
-
@@ -249,6 +205,121 @@ 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 8cdf4bf17..ecd66ce96 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperId (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperId (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperId (API-The Movi
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperId (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperId (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -98,6 +98,18 @@ Packages that use com.omertron.themoviedbapi.wrapper
+
+com.omertron.themoviedbapi.wrapper.movie
+
+
+
+com.omertron.themoviedbapi.wrapper.person
+
+
+
+com.omertron.themoviedbapi.wrapper.tv
+
+
@@ -201,78 +213,6 @@ Uses of WrapperKeywords
-
-
-
-
-
- class
-WrapperMovie
-
-
-
-
-
-
- class
-WrapperMovieCasts
-
-
-
-
-
-
- class
-WrapperMovieChanges
-
-
-
-
-
-
- class
-WrapperMovieDbList
-
-
-
-
-
-
- class
-WrapperMovieKeywords
-
-
-
-
-
-
- class
-WrapperMovieList
-
-
-
-
-
-
- class
-WrapperPerson
-
-
-
-
-
-
- class
-WrapperPersonCredits
-
-
-
-
-
-
- class
-WrapperPersonList
-
@@ -305,6 +245,129 @@ 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 6f8522af9..0ca0ff1a0 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html
@@ -2,10 +2,10 @@
-
+
-Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperDates (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperDates (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperDates (API-The Movi
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperDates (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperDates (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -94,6 +94,18 @@ Packages that use com.omertron.themoviedbapi.wrapper
+
+com.omertron.themoviedbapi.wrapper.movie
+
+
+
+com.omertron.themoviedbapi.wrapper.person
+
+
+
+com.omertron.themoviedbapi.wrapper.tv
+
+
@@ -164,62 +176,6 @@ Uses of WrapperKeywords
-
-
-
-
-
- class
-WrapperMovie
-
-
-
-
-
-
- class
-WrapperMovieChanges
-
-
-
-
-
-
- class
-WrapperMovieDbList
-
-
-
-
-
-
- class
-WrapperMovieList
-
-
-
-
-
-
- class
-WrapperPerson
-
-
-
-
-
-
- class
-WrapperPersonCredits
-
-
-
-
-
-
- class
-WrapperPersonList
-
@@ -228,6 +184,121 @@ 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 2f8a8978f..6eab41d4b 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html
@@ -2,10 +2,10 @@
-
+
-Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperId (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperId (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperId (API-The MovieDB
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperId (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperId (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -94,6 +94,18 @@ Packages that use com.omertron.themoviedbapi.wrapper
+
+com.omertron.themoviedbapi.wrapper.movie
+
+
+
+com.omertron.themoviedbapi.wrapper.person
+
+
+
+com.omertron.themoviedbapi.wrapper.tv
+
+
@@ -180,78 +192,6 @@ Uses of WrapperKeywords
-
-
-
-
-
- class
-WrapperMovie
-
-
-
-
-
-
- class
-WrapperMovieCasts
-
-
-
-
-
-
- class
-WrapperMovieChanges
-
-
-
-
-
-
- class
-WrapperMovieDbList
-
-
-
-
-
-
- class
-WrapperMovieKeywords
-
-
-
-
-
-
- class
-WrapperMovieList
-
-
-
-
-
-
- class
-WrapperPerson
-
-
-
-
-
-
- class
-WrapperPersonCredits
-
-
-
-
-
-
- class
-WrapperPersonList
-
@@ -284,6 +224,129 @@ 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 1049d4e34..44d8d0717 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html
@@ -2,10 +2,10 @@
-
+
-Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperPages (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperPages (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperPages (API-The Movi
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperPages (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperPages (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -94,6 +94,18 @@ Packages that use com.omertron.themoviedbapi.wrapper
+
+com.omertron.themoviedbapi.wrapper.movie
+
+
+
+com.omertron.themoviedbapi.wrapper.person
+
+
+
+com.omertron.themoviedbapi.wrapper.tv
+
+
@@ -164,62 +176,6 @@ Uses of WrapperKeywords
-
-
-
-
-
- class
-WrapperMovie
-
-
-
-
-
-
- class
-WrapperMovieChanges
-
-
-
-
-
-
- class
-WrapperMovieDbList
-
-
-
-
-
-
- class
-WrapperMovieList
-
-
-
-
-
-
- class
-WrapperPerson
-
-
-
-
-
-
- class
-WrapperPersonCredits
-
-
-
-
-
-
- class
-WrapperPersonList
-
@@ -228,6 +184,121 @@ 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 e91f21ff9..990133f26 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.ResultDates (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.ResultDates (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.wrapper.ResultDates (API-The MovieDB 3.
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.ResultDates (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.ResultDates (API-The MovieDB 4.0-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 7dc7be4e9..4a4dce456 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (API-T
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -91,17 +91,17 @@ function windowTitle()
Packages that use WrapperAlternativeTitles
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model.movie
-Uses of WrapperAlternativeTitles in com.omertron.themoviedbapi.model
+Uses of WrapperAlternativeTitles in com.omertron.themoviedbapi.model.movie
@@ -109,12 +109,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model with parameters of type WrapperAlternativeTitles
+Methods in com.omertron.themoviedbapi.model.movie 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 5cb2e3a9f..d506909ea 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperChanges (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperChanges (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.wrapper.WrapperChanges (API-The MovieDB
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperChanges (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperChanges (API-The MovieDB 4.0-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 490ab5ad4..419c3c48b 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCollection (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCollection (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCollection (API-The Movi
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCollection (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCollection (API-The MovieDB 4.0-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 ff88111df..e550b1c8e 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompany (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompany (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompany (API-The MovieDB
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompany (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompany (API-The MovieDB 4.0-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 459b0eddf..0ca9004d8 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies (API-The M
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies (API-The MovieDB 4.0-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 f9e2224eb..82441d30e 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperConfig (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperConfig (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.wrapper.WrapperConfig (API-The MovieDB
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperConfig (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperConfig (API-The MovieDB 4.0-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 b05fed45a..2deca2a9d 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperGenres (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperGenres (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.wrapper.WrapperGenres (API-The MovieDB
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperGenres (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperGenres (API-The MovieDB 4.0-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 436bf3451..0e14df04e 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperImages (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperImages (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.wrapper.WrapperImages (API-The MovieDB
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperImages (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperImages (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -91,17 +91,17 @@ function windowTitle()
Packages that use WrapperImages
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model.movie
-Uses of WrapperImages in com.omertron.themoviedbapi.model
+Uses of WrapperImages in com.omertron.themoviedbapi.model.movie
@@ -109,12 +109,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model with parameters of type WrapperImages
+Methods in com.omertron.themoviedbapi.model.movie 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 6f93928ee..c8a224b35 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperJobList (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperJobList (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.wrapper.WrapperJobList (API-The MovieDB
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperJobList (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperJobList (API-The MovieDB 4.0-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 6305135d0..1e666a572 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies (API-The M
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies (API-The MovieDB 4.0-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 45105b0e8..10601cf1a 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywords (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywords (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywords (API-The MovieD
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywords (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywords (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -84,7 +84,43 @@ function windowTitle()
Uses of Class
com.omertron.themoviedbapi.wrapper.WrapperKeywords
-No usage of 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)
+
+
+
+
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html
index 515a2618f..e74c5805a 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (API-The Mov
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -91,17 +91,17 @@ function windowTitle()
Packages that use WrapperReleaseInfo
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model.movie
-Uses of WrapperReleaseInfo in com.omertron.themoviedbapi.model
+Uses of WrapperReleaseInfo in com.omertron.themoviedbapi.model.movie
@@ -109,12 +109,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model with parameters of type WrapperReleaseInfo
+Methods in com.omertron.themoviedbapi.model.movie 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 13ce9624e..fbcb0751f 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReviews (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReviews (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReviews (API-The MovieDB
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReviews (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReviews (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -91,17 +91,17 @@ function windowTitle()
Packages that use WrapperReviews
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model.movie
-Uses of WrapperReviews in com.omertron.themoviedbapi.model
+Uses of WrapperReviews in com.omertron.themoviedbapi.model.movie
@@ -109,12 +109,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model with parameters of type WrapperReviews
+Methods in com.omertron.themoviedbapi.model.movie 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 7b61aa7cc..96c1964a2 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTrailers (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTrailers (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTrailers (API-The MovieD
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTrailers (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTrailers (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -91,17 +91,17 @@ function windowTitle()
Packages that use WrapperTrailers
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model.movie
-Uses of WrapperTrailers in com.omertron.themoviedbapi.model
+Uses of WrapperTrailers in com.omertron.themoviedbapi.model.movie
@@ -109,12 +109,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model with parameters of type WrapperTrailers
+Methods in com.omertron.themoviedbapi.model.movie 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 8670c4be9..eadcbed66 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html
@@ -2,10 +2,10 @@
-
+
-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTranslations (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTranslations (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTranslations (API-The Mo
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTranslations (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTranslations (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -91,17 +91,17 @@ function windowTitle()
Packages that use WrapperTranslations
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model.movie
-Uses of WrapperTranslations in com.omertron.themoviedbapi.model
+Uses of WrapperTranslations in com.omertron.themoviedbapi.model.movie
@@ -109,12 +109,12 @@ Uses of
-Methods in com.omertron.themoviedbapi.model with parameters of type WrapperTranslations
+Methods in com.omertron.themoviedbapi.model.movie with parameters of type WrapperTranslations
void
-MovieDb.setTranslations(WrapperTranslations translations)
+MovieDb.setTranslations(WrapperTranslations translations)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/movie/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/movie/WrapperMovie.html
new file mode 100644
index 000000000..ed1826a70
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/movie/WrapperMovie.html
@@ -0,0 +1,334 @@
+
+
+
+
+
+
+
+WrapperMovie (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.movie
+
+Class WrapperMovie
+
+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.movie.WrapperMovie
+
+
+- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
+
+
+
+public class WrapperMovie
- extends AbstractWrapperAll
- implements Serializable
+
+
+
+
+- Author:
+ - stuart.boston
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+WrapperMovie()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ List<MovieDb>
+getMovies()
+
+
+
+
+
+
+ void
+setMovies(List<MovieDb> movies)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
+
+
+getDates, getPage, getTotalPages, getTotalResults, setDates, setPage, setTotalPages, setTotalResults
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
+
+getId, setId
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
+
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+Methods inherited from interface com.omertron.themoviedbapi.wrapper.IWrapperId
+
+
+getId, setId
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+WrapperMovie
+
+public WrapperMovie()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getMovies
+
+public List<MovieDb> getMovies()
+
+
+
+
+
+
+
+
+
+
+
+setMovies
+
+public void setMovies(List<MovieDb> movies)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/movie/WrapperMovieChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/movie/WrapperMovieChanges.html
new file mode 100644
index 000000000..bf5e88654
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/movie/WrapperMovieChanges.html
@@ -0,0 +1,326 @@
+
+
+
+
+
+
+
+WrapperMovieChanges (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.movie
+
+Class WrapperMovieChanges
+
+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.movie.WrapperMovieChanges
+
+
+- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
+
+
+
+public class WrapperMovieChanges
- extends AbstractWrapperAll
+
+
+
+
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+WrapperMovieChanges()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ List<ChangedMovie>
+getResults()
+
+
+
+
+
+
+ void
+setResults(List<ChangedMovie> results)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
+
+
+getDates, getPage, getTotalPages, getTotalResults, setDates, setPage, setTotalPages, setTotalResults
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
+
+getId, setId
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
+
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+Methods inherited from interface com.omertron.themoviedbapi.wrapper.IWrapperId
+
+
+getId, setId
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+WrapperMovieChanges
+
+public WrapperMovieChanges()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getResults
+
+public List<ChangedMovie> getResults()
+
+
+
+
+
+
+
+
+setResults
+
+public void setResults(List<ChangedMovie> results)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/movie/WrapperMovieDbList.html b/apidocs/com/omertron/themoviedbapi/wrapper/movie/WrapperMovieDbList.html
new file mode 100644
index 000000000..abae08caa
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/movie/WrapperMovieDbList.html
@@ -0,0 +1,326 @@
+
+
+
+
+
+
+
+WrapperMovieDbList (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.movie
+
+Class WrapperMovieDbList
+
+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.movie.WrapperMovieDbList
+
+
+- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
+
+
+
+public class WrapperMovieDbList
- extends AbstractWrapperAll
+
+
+
+
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+WrapperMovieDbList()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ List<MovieDbList>
+getLists()
+
+
+
+
+
+
+ void
+setLists(List<MovieDbList> lists)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
+
+
+getDates, getPage, getTotalPages, getTotalResults, setDates, setPage, setTotalPages, setTotalResults
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
+
+getId, setId
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
+
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+Methods inherited from interface com.omertron.themoviedbapi.wrapper.IWrapperId
+
+
+getId, setId
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+WrapperMovieDbList
+
+public WrapperMovieDbList()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getLists
+
+public List<MovieDbList> getLists()
+
+
+
+
+
+
+
+
+setLists
+
+public void setLists(List<MovieDbList> lists)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/movie/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/movie/WrapperMovieList.html
new file mode 100644
index 000000000..882498062
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/movie/WrapperMovieList.html
@@ -0,0 +1,334 @@
+
+
+
+
+
+
+
+WrapperMovieList (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.movie
+
+Class WrapperMovieList
+
+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.movie.WrapperMovieList
+
+
+- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
+
+
+
+public class WrapperMovieList
- extends AbstractWrapperAll
- implements Serializable
+
+
+
+
+- Author:
+ - Stuart
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+WrapperMovieList()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ List<MovieList>
+getMovieList()
+
+
+
+
+
+
+ void
+setMovieList(List<MovieList> movieList)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
+
+
+getDates, getPage, getTotalPages, getTotalResults, setDates, setPage, setTotalPages, setTotalResults
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
+
+getId, setId
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
+
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+Methods inherited from interface com.omertron.themoviedbapi.wrapper.IWrapperId
+
+
+getId, setId
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+WrapperMovieList
+
+public WrapperMovieList()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getMovieList
+
+public List<MovieList> getMovieList()
+
+
+
+
+
+
+
+
+
+
+
+setMovieList
+
+public void setMovieList(List<MovieList> movieList)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/movie/class-use/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/movie/class-use/WrapperMovie.html
new file mode 100644
index 000000000..1f059b3d3
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/movie/class-use/WrapperMovie.html
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.wrapper.movie.WrapperMovie (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.wrapper.movie.WrapperMovie
+
+
+
+
+
+Packages that use WrapperMovie
+
+
+com.omertron.themoviedbapi.model.movie
+
+
+
+
+
+
+
+Uses of WrapperMovie in com.omertron.themoviedbapi.model.movie
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.model.movie with parameters of type WrapperMovie
+
+
+
+ void
+MovieDb.setSimilarMovies(WrapperMovie similarMovies)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/movie/class-use/WrapperMovieChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/movie/class-use/WrapperMovieChanges.html
new file mode 100644
index 000000000..7ce6cf195
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/movie/class-use/WrapperMovieChanges.html
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.wrapper.movie.WrapperMovieChanges (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.wrapper.movie.WrapperMovieChanges
+
+No usage of com.omertron.themoviedbapi.wrapper.movie.WrapperMovieChanges
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/movie/class-use/WrapperMovieDbList.html b/apidocs/com/omertron/themoviedbapi/wrapper/movie/class-use/WrapperMovieDbList.html
new file mode 100644
index 000000000..cc6367aac
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/movie/class-use/WrapperMovieDbList.html
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.wrapper.movie.WrapperMovieDbList (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.wrapper.movie.WrapperMovieDbList
+
+No usage of com.omertron.themoviedbapi.wrapper.movie.WrapperMovieDbList
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/movie/class-use/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/movie/class-use/WrapperMovieList.html
new file mode 100644
index 000000000..580513068
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/movie/class-use/WrapperMovieList.html
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.wrapper.movie.WrapperMovieList (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.wrapper.movie.WrapperMovieList
+
+
+
+
+
+Packages that use WrapperMovieList
+
+
+com.omertron.themoviedbapi.model.movie
+
+
+
+
+
+
+
+Uses of WrapperMovieList in com.omertron.themoviedbapi.model.movie
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.model.movie with parameters of type WrapperMovieList
+
+
+
+ void
+MovieDb.setLists(WrapperMovieList lists)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/movie/package-frame.html b/apidocs/com/omertron/themoviedbapi/wrapper/movie/package-frame.html
new file mode 100644
index 000000000..3523f0b6f
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/movie/package-frame.html
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.movie (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.movie
+
+
+
+Classes
+
+
+WrapperMovie
+
+WrapperMovieChanges
+
+WrapperMovieDbList
+
+WrapperMovieList
+
+
+
+
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/movie/package-summary.html b/apidocs/com/omertron/themoviedbapi/wrapper/movie/package-summary.html
new file mode 100644
index 000000000..0fd4ecca4
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/movie/package-summary.html
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.movie (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV PACKAGE
+ NEXT PACKAGE
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+Package com.omertron.themoviedbapi.wrapper.movie
+
+
+
+
+
+Class Summary
+
+
+WrapperMovie
+
+
+
+WrapperMovieChanges
+
+
+
+WrapperMovieDbList
+
+
+
+WrapperMovieList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV PACKAGE
+ NEXT PACKAGE
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/movie/package-tree.html b/apidocs/com/omertron/themoviedbapi/wrapper/movie/package-tree.html
new file mode 100644
index 000000000..dcc03c0c3
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/movie/package-tree.html
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.movie Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package com.omertron.themoviedbapi.wrapper.movie
+
+
+
+- Package Hierarchies:
- All Packages
+
+
+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.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)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/movie/package-use.html b/apidocs/com/omertron/themoviedbapi/wrapper/movie/package-use.html
new file mode 100644
index 000000000..bfc620a7e
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/movie/package-use.html
@@ -0,0 +1,177 @@
+
+
+
+
+
+
+
+Uses of Package com.omertron.themoviedbapi.wrapper.movie (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package
com.omertron.themoviedbapi.wrapper.movie
+
+
+
+
+
+Packages that use com.omertron.themoviedbapi.wrapper.movie
+
+
+com.omertron.themoviedbapi.model.movie
+
+
+
+
+
+
+
+Classes in com.omertron.themoviedbapi.wrapper.movie used by com.omertron.themoviedbapi.model.movie
+
+
+WrapperMovie
+
+
+
+
+
+WrapperMovieList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html
index 0ee22c3f8..a363aeff2 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html
@@ -2,10 +2,10 @@
-
+
-com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.8-SNAPSHOT API)
+com.omertron.themoviedbapi.wrapper (API-The MovieDB 4.0-SNAPSHOT API)
@@ -69,24 +69,6 @@ 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 c2f760e78..ea61eb4e2 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html
@@ -2,10 +2,10 @@
-
+
-com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.8-SNAPSHOT API)
+com.omertron.themoviedbapi.wrapper (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="com.omertron.themoviedbapi.wrapper (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -57,7 +57,7 @@ function windowTitle()
PREV PACKAGE
- NEXT PACKAGE
+ NEXT PACKAGE
FRAMES
NO FRAMES
@@ -172,42 +172,6 @@ Package com.omertron.themoviedbapi.wrapper
-WrapperMovie
-
-
-
-WrapperMovieCasts
-
-
-
-WrapperMovieChanges
-
-
-
-WrapperMovieDbList
-
-
-
-WrapperMovieKeywords
-
-
-
-WrapperMovieList
-
-
-
-WrapperPerson
-
-
-
-WrapperPersonCredits
-
-
-
-WrapperPersonList
-
-
-
WrapperReleaseInfo
@@ -260,7 +224,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 1b5f87dec..201390b8d 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html
@@ -2,10 +2,10 @@
-
+
-com.omertron.themoviedbapi.wrapper Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT API)
+com.omertron.themoviedbapi.wrapper Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ com.omertron.themoviedbapi.wrapper Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="com.omertron.themoviedbapi.wrapper Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="com.omertron.themoviedbapi.wrapper Class Hierarchy (API-The MovieDB 4.0-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
- 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.WrapperKeywordMovies
- com.omertron.themoviedbapi.wrapper.WrapperKeywords (implements java.io.Serializable)
+
- 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 321e15698..baeaf0a7c 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html
@@ -2,10 +2,10 @@
-
+
-Uses of Package com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.8-SNAPSHOT API)
+Uses of Package com.omertron.themoviedbapi.wrapper (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Uses of Package com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.8-SNAPSHOT
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Package com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Uses of Package com.omertron.themoviedbapi.wrapper (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -91,7 +91,7 @@ function windowTitle()
Packages that use com.omertron.themoviedbapi.wrapper
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model.movie
@@ -102,71 +102,65 @@ 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
+Classes in com.omertron.themoviedbapi.wrapper used by com.omertron.themoviedbapi.model.movie
-WrapperAlternativeTitles
+ WrapperAlternativeTitles
-WrapperImages
+ WrapperImages
-WrapperMovie
+ WrapperKeywords
-WrapperMovieCasts
+ WrapperReleaseInfo
-WrapperMovieKeywords
+ WrapperReviews
-WrapperMovieList
+ WrapperTrailers
-WrapperReleaseInfo
-
-
-
-
-
-WrapperReviews
-
-
-
-
-
-WrapperTrailers
-
-
-
-
-
-WrapperTranslations
+ WrapperTranslations
@@ -246,6 +240,141 @@ 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/com/omertron/themoviedbapi/wrapper/person/WrapperCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/person/WrapperCasts.html
new file mode 100644
index 000000000..7973760d4
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/person/WrapperCasts.html
@@ -0,0 +1,381 @@
+
+
+
+
+
+
+
+WrapperCasts (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.person
+
+Class WrapperCasts
+
+java.lang.Object
+
com.omertron.themoviedbapi.model.AbstractJsonMapping
+
com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
com.omertron.themoviedbapi.wrapper.person.WrapperCasts
+
+
+- All Implemented Interfaces:
- IWrapperId, Serializable
+
+
+
+public class WrapperCasts
- extends AbstractWrapperId
- implements Serializable
+
+
+
+
+- Author:
+ - Stuart
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+WrapperCasts()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ List<Person>
+getAll()
+
+
+
+
+
+
+ List<PersonCast>
+getCast()
+
+
+
+
+
+
+ List<PersonCrew>
+getCrew()
+
+
+
+
+
+
+ void
+setCast(List<PersonCast> cast)
+
+
+
+
+
+
+ void
+setCrew(List<PersonCrew> crew)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
+
+getId, setId
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
+
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+WrapperCasts
+
+public WrapperCasts()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getCast
+
+public List<PersonCast> getCast()
+
+
+
+
+
+
+
+
+
+
+
+getCrew
+
+public List<PersonCrew> getCrew()
+
+
+
+
+
+
+
+
+
+
+
+setCast
+
+public void setCast(List<PersonCast> cast)
+
+
+
+
+
+
+
+
+
+
+
+setCrew
+
+public void setCrew(List<PersonCrew> crew)
+
+
+
+
+
+
+
+
+
+
+
+getAll
+
+public List<Person> getAll()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/person/WrapperCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/person/WrapperCredits.html
new file mode 100644
index 000000000..69dadc8fd
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/person/WrapperCredits.html
@@ -0,0 +1,229 @@
+
+
+
+
+
+
+
+WrapperCredits (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.person
+
+Class WrapperCredits
+
+java.lang.Object
+
com.omertron.themoviedbapi.wrapper.person.WrapperCredits
+
+
+
+public class WrapperCredits
- extends Object
+
+
+
+
+- Author:
+ - Stuart
+
+
+
+
+
+
+Constructor Summary
+
+
+WrapperCredits()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+WrapperCredits
+
+public WrapperCredits()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/person/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/person/WrapperPerson.html
new file mode 100644
index 000000000..807de04e6
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/person/WrapperPerson.html
@@ -0,0 +1,328 @@
+
+
+
+
+
+
+
+WrapperPerson (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.person
+
+Class WrapperPerson
+
+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.person.WrapperPerson
+
+
+- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
+
+
+
+public class WrapperPerson
- extends AbstractWrapperAll
+
+
+
+
+- Author:
+ - stuart.boston
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+WrapperPerson()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ List<Person>
+getResults()
+
+
+
+
+
+
+ void
+setResults(List<Person> results)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
+
+
+getDates, getPage, getTotalPages, getTotalResults, setDates, setPage, setTotalPages, setTotalResults
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
+
+getId, setId
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
+
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+Methods inherited from interface com.omertron.themoviedbapi.wrapper.IWrapperId
+
+
+getId, setId
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+WrapperPerson
+
+public WrapperPerson()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getResults
+
+public List<Person> getResults()
+
+
+
+
+
+
+
+
+setResults
+
+public void setResults(List<Person> results)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/person/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/person/WrapperPersonCredits.html
new file mode 100644
index 000000000..5caf72490
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/person/WrapperPersonCredits.html
@@ -0,0 +1,385 @@
+
+
+
+
+
+
+
+WrapperPersonCredits (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.person
+
+Class WrapperPersonCredits
+
+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.person.WrapperPersonCredits
+
+
+- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
+
+
+
+public class WrapperPersonCredits
- extends AbstractWrapperAll
+
+
+
+
+- Author:
+ - stuart.boston
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+WrapperPersonCredits()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ List<PersonCredit>
+getAll(PersonType... typeList)
+
+
+
+
+
+
+ List<PersonCredit>
+getCast()
+
+
+
+
+
+
+ List<PersonCredit>
+getCrew()
+
+
+
+
+
+
+ void
+setCast(List<PersonCredit> cast)
+
+
+
+
+
+
+ void
+setCrew(List<PersonCredit> crew)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
+
+
+getDates, getPage, getTotalPages, getTotalResults, setDates, setPage, setTotalPages, setTotalResults
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
+
+getId, setId
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
+
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+Methods inherited from interface com.omertron.themoviedbapi.wrapper.IWrapperId
+
+
+getId, setId
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+WrapperPersonCredits
+
+public WrapperPersonCredits()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getCast
+
+public List<PersonCredit> getCast()
+
+
+
+
+
+
+
+
+setCast
+
+public void setCast(List<PersonCredit> cast)
+
+
+
+
+
+
+
+
+getCrew
+
+public List<PersonCredit> getCrew()
+
+
+
+
+
+
+
+
+setCrew
+
+public void setCrew(List<PersonCredit> crew)
+
+
+
+
+
+
+
+
+getAll
+
+public List<PersonCredit> getAll(PersonType... typeList)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/person/WrapperPersonList.html b/apidocs/com/omertron/themoviedbapi/wrapper/person/WrapperPersonList.html
new file mode 100644
index 000000000..9539efd0b
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/person/WrapperPersonList.html
@@ -0,0 +1,328 @@
+
+
+
+
+
+
+
+WrapperPersonList (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.person
+
+Class WrapperPersonList
+
+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.person.WrapperPersonList
+
+
+- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
+
+
+
+public class WrapperPersonList
- extends AbstractWrapperAll
+
+
+
+
+- Author:
+ - Stuart
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+WrapperPersonList()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ List<Person>
+getPersonList()
+
+
+
+
+
+
+ void
+setPersonList(List<Person> personList)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
+
+
+getDates, getPage, getTotalPages, getTotalResults, setDates, setPage, setTotalPages, setTotalResults
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
+
+getId, setId
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
+
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+Methods inherited from interface com.omertron.themoviedbapi.wrapper.IWrapperId
+
+
+getId, setId
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+WrapperPersonList
+
+public WrapperPersonList()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getPersonList
+
+public List<Person> getPersonList()
+
+
+
+
+
+
+
+
+setPersonList
+
+public void setPersonList(List<Person> personList)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/person/class-use/WrapperCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/person/class-use/WrapperCasts.html
new file mode 100644
index 000000000..1a6b57c27
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/person/class-use/WrapperCasts.html
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.wrapper.person.WrapperCasts (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.wrapper.person.WrapperCasts
+
+
+
+
+
+Packages that use WrapperCasts
+
+
+com.omertron.themoviedbapi.model.movie
+
+
+
+
+
+
+
+Uses of WrapperCasts in com.omertron.themoviedbapi.model.movie
+
+
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.model.movie with parameters of type WrapperCasts
+
+
+
+ void
+MovieDb.setCasts(WrapperCasts casts)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/person/class-use/WrapperCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/person/class-use/WrapperCredits.html
new file mode 100644
index 000000000..b5f118611
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/person/class-use/WrapperCredits.html
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.wrapper.person.WrapperCredits (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.wrapper.person.WrapperCredits
+
+No usage of com.omertron.themoviedbapi.wrapper.person.WrapperCredits
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/person/class-use/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/person/class-use/WrapperPerson.html
new file mode 100644
index 000000000..f66477615
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/person/class-use/WrapperPerson.html
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.wrapper.person.WrapperPerson (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.wrapper.person.WrapperPerson
+
+No usage of com.omertron.themoviedbapi.wrapper.person.WrapperPerson
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/person/class-use/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/person/class-use/WrapperPersonCredits.html
new file mode 100644
index 000000000..539b2a55c
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/person/class-use/WrapperPersonCredits.html
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.wrapper.person.WrapperPersonCredits (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.wrapper.person.WrapperPersonCredits
+
+No usage of com.omertron.themoviedbapi.wrapper.person.WrapperPersonCredits
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/person/class-use/WrapperPersonList.html b/apidocs/com/omertron/themoviedbapi/wrapper/person/class-use/WrapperPersonList.html
new file mode 100644
index 000000000..38200c0e6
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/person/class-use/WrapperPersonList.html
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.wrapper.person.WrapperPersonList (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.wrapper.person.WrapperPersonList
+
+No usage of com.omertron.themoviedbapi.wrapper.person.WrapperPersonList
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/person/package-frame.html b/apidocs/com/omertron/themoviedbapi/wrapper/person/package-frame.html
new file mode 100644
index 000000000..c4cd9a2ee
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/person/package-frame.html
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.person (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.person
+
+
+
+Classes
+
+
+WrapperCasts
+
+WrapperCredits
+
+WrapperPerson
+
+WrapperPersonCredits
+
+WrapperPersonList
+
+
+
+
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/person/package-summary.html b/apidocs/com/omertron/themoviedbapi/wrapper/person/package-summary.html
new file mode 100644
index 000000000..845623d98
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/person/package-summary.html
@@ -0,0 +1,174 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.person (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV PACKAGE
+ NEXT PACKAGE
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+Package com.omertron.themoviedbapi.wrapper.person
+
+
+
+
+
+Class Summary
+
+
+WrapperCasts
+
+
+
+WrapperCredits
+
+
+
+WrapperPerson
+
+
+
+WrapperPersonCredits
+
+
+
+WrapperPersonList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV PACKAGE
+ NEXT PACKAGE
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/person/package-tree.html b/apidocs/com/omertron/themoviedbapi/wrapper/person/package-tree.html
new file mode 100644
index 000000000..e6912f2df
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/person/package-tree.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.person Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package com.omertron.themoviedbapi.wrapper.person
+
+
+
+- Package Hierarchies:
- All Packages
+
+
+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.person.WrapperPerson
- com.omertron.themoviedbapi.wrapper.person.WrapperPersonCredits
- com.omertron.themoviedbapi.wrapper.person.WrapperPersonList
+ - com.omertron.themoviedbapi.wrapper.person.WrapperCasts (implements java.io.Serializable)
+
+
+
+ - com.omertron.themoviedbapi.wrapper.person.WrapperCredits
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/person/package-use.html b/apidocs/com/omertron/themoviedbapi/wrapper/person/package-use.html
new file mode 100644
index 000000000..e433a72b1
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/person/package-use.html
@@ -0,0 +1,171 @@
+
+
+
+
+
+
+
+Uses of Package com.omertron.themoviedbapi.wrapper.person (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package
com.omertron.themoviedbapi.wrapper.person
+
+
+
+
+
+Packages that use com.omertron.themoviedbapi.wrapper.person
+
+
+com.omertron.themoviedbapi.model.movie
+
+
+
+
+
+
+
+Classes in com.omertron.themoviedbapi.wrapper.person used by com.omertron.themoviedbapi.model.movie
+
+
+WrapperCasts
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/tv/WrapperTVSeries.html b/apidocs/com/omertron/themoviedbapi/wrapper/tv/WrapperTVSeries.html
new file mode 100644
index 000000000..1832a8552
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/tv/WrapperTVSeries.html
@@ -0,0 +1,334 @@
+
+
+
+
+
+
+
+WrapperTVSeries (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.tv
+
+Class WrapperTVSeries
+
+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.tv.WrapperTVSeries
+
+
+- All Implemented Interfaces:
- IWrapperDates, IWrapperId, IWrapperPages, Serializable
+
+
+
+public class WrapperTVSeries
- extends AbstractWrapperAll
- implements Serializable
+
+
+
+
+- Author:
+ - stuart.boston
+- See Also:
- Serialized Form
+
+
+
+
+
+Constructor Summary
+
+
+WrapperTVSeries()
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+ List<TVSeriesBasic>
+getSeries()
+
+
+
+
+
+
+ void
+setSeries(List<TVSeriesBasic> series)
+
+
+
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
+
+
+getDates, getPage, getTotalPages, getTotalResults, setDates, setPage, setTotalPages, setTotalResults
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapperId
+
+
+getId, setId
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.wrapper.AbstractWrapper
+
+
+getTypeList
+
+
+
+
+
+Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
+
+
+handleUnknown, toString
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+Methods inherited from interface com.omertron.themoviedbapi.wrapper.IWrapperId
+
+
+getId, setId
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+WrapperTVSeries
+
+public WrapperTVSeries()
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+getSeries
+
+public List<TVSeriesBasic> getSeries()
+
+
+
+
+
+
+
+
+
+
+
+setSeries
+
+public void setSeries(List<TVSeriesBasic> series)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV CLASS
+ NEXT CLASS
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+ SUMMARY: NESTED | FIELD | CONSTR | METHOD
+
+DETAIL: FIELD | CONSTR | METHOD
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/tv/class-use/WrapperTVSeries.html b/apidocs/com/omertron/themoviedbapi/wrapper/tv/class-use/WrapperTVSeries.html
new file mode 100644
index 000000000..78a065042
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/tv/class-use/WrapperTVSeries.html
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.wrapper.tv.WrapperTVSeries (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.wrapper.tv.WrapperTVSeries
+
+No usage of com.omertron.themoviedbapi.wrapper.tv.WrapperTVSeries
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/tv/package-frame.html b/apidocs/com/omertron/themoviedbapi/wrapper/tv/package-frame.html
new file mode 100644
index 000000000..440e7b9b5
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/tv/package-frame.html
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.tv (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.tv
+
+
+
+Classes
+
+
+WrapperTVSeries
+
+
+
+
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/tv/package-summary.html b/apidocs/com/omertron/themoviedbapi/wrapper/tv/package-summary.html
new file mode 100644
index 000000000..ccdb4c92c
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/tv/package-summary.html
@@ -0,0 +1,158 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.tv (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV PACKAGE
+ NEXT PACKAGE
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+Package com.omertron.themoviedbapi.wrapper.tv
+
+
+
+
+
+Class Summary
+
+
+WrapperTVSeries
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV PACKAGE
+ NEXT PACKAGE
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/tv/package-tree.html b/apidocs/com/omertron/themoviedbapi/wrapper/tv/package-tree.html
new file mode 100644
index 000000000..0bd5ec936
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/tv/package-tree.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.wrapper.tv Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package com.omertron.themoviedbapi.wrapper.tv
+
+
+
+- Package Hierarchies:
- All Packages
+
+
+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.tv.WrapperTVSeries (implements java.io.Serializable)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/tv/package-use.html b/apidocs/com/omertron/themoviedbapi/wrapper/tv/package-use.html
new file mode 100644
index 000000000..43eade47a
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/tv/package-use.html
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+Uses of Package com.omertron.themoviedbapi.wrapper.tv (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package
com.omertron.themoviedbapi.wrapper.tv
+
+No usage of com.omertron.themoviedbapi.wrapper.tv
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Overview
+ Package
+ Class
+ Use
+ Tree
+ Deprecated
+ Index
+ Help
+
+
+
+
+
+
+
+
+
+
+ PREV
+ NEXT
+
+ FRAMES
+ NO FRAMES
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html
index 5b7e89cde..0f58dbd56 100644
--- a/apidocs/constant-values.html
+++ b/apidocs/constant-values.html
@@ -2,10 +2,10 @@
-
+
-Constant Field Values (API-The MovieDB 3.8-SNAPSHOT API)
+Constant Field Values (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Constant Field Values (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Constant Field Values (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Constant Field Values (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -152,12 +152,24 @@ 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
@@ -194,6 +206,18 @@ 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 16be57ac1..1c5a1a6e0 100644
--- a/apidocs/deprecated-list.html
+++ b/apidocs/deprecated-list.html
@@ -2,10 +2,10 @@
-
+
-Deprecated List (API-The MovieDB 3.8-SNAPSHOT API)
+Deprecated List (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Deprecated List (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Deprecated List (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Deprecated List (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html
index 48eeda3b2..4d26c225e 100644
--- a/apidocs/help-doc.html
+++ b/apidocs/help-doc.html
@@ -2,10 +2,10 @@
-
+
-API Help (API-The MovieDB 3.8-SNAPSHOT API)
+API Help (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ API Help (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="API Help (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="API Help (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
diff --git a/apidocs/index-all.html b/apidocs/index-all.html
index 5b86b32f0..8c049077d 100644
--- a/apidocs/index-all.html
+++ b/apidocs/index-all.html
@@ -2,10 +2,10 @@
-
+
-Index (API-The MovieDB 3.8-SNAPSHOT API)
+Index (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Index (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Index (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Index (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -79,13 +79,16 @@ function windowTitle()
-A B C D E G H I J K L M O P R S T V W Y
+A B C D E G H I J K L M N O P R S T V W Y
A
- AbstractJsonMapping - Class in com.omertron.themoviedbapi.model
- Abstract class to handle any unknown properties by outputting a log message
- 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
-
@@ -110,11 +113,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
+
- addCast(int, String, String, String, int) -
+Method in class com.omertron.themoviedbapi.model.person.Person
- Add a cast member
-
- addCrew(int, String, String, String, String) -
-Method in class com.omertron.themoviedbapi.model.Person
+
- addCrew(int, String, String, String, String) -
+Method in class com.omertron.themoviedbapi.model.person.Person
- Add a crew member
- addMovieToList(String, String, Integer) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -125,6 +128,9 @@ 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
@@ -180,13 +186,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.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() -
+
- 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() -
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, ?>) -
@@ -243,17 +249,20 @@ 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.MovieDb
+
- equals(Object) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
-
-
- equals(Object) -
-Method in class com.omertron.themoviedbapi.model.Person
+
- equals(Object) -
+Method in class com.omertron.themoviedbapi.model.person.Person
-
-
- equals(Object) -
-Method in class com.omertron.themoviedbapi.model.PersonCast
+
- equals(Object) -
+Method in class com.omertron.themoviedbapi.model.person.PersonBasic
-
-
- equals(Object) -
-Method in class com.omertron.themoviedbapi.model.PersonCrew
+
- 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.ProductionCompany
@@ -270,6 +279,9 @@ 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
+
-
@@ -284,30 +296,33 @@ Method in class com.omertron.themoviedbapi.getAction() -
Method in class com.omertron.themoviedbapi.model.ChangedItem
- getAdult() -
-Method in class com.omertron.themoviedbapi.model.PersonCredit
+getAdult() -
+Method in class com.omertron.themoviedbapi.model.person.PersonCredit
- getAka() -
-Method in class com.omertron.themoviedbapi.model.Person
+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
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.MovieDb
+getAlternativeTitles() -
+Method in class com.omertron.themoviedbapi.model.movie.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
@@ -320,17 +335,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.KeywordMovie
-
- getBackdropPath() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+getBackdropPath() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
getBackdrops() -
Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
@@ -341,32 +356,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.MovieDb
+getBelongsToCollection() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
- getBiography() -
-Method in class com.omertron.themoviedbapi.model.Person
+getBiography() -
+Method in class com.omertron.themoviedbapi.model.person.Person
- getBirthday() -
-Method in class com.omertron.themoviedbapi.model.Person
+getBirthday() -
+Method in class com.omertron.themoviedbapi.model.person.Person
- getBirthplace() -
-Method in class com.omertron.themoviedbapi.model.Person
+getBirthplace() -
+Method in class com.omertron.themoviedbapi.model.person.Person
- getBudget() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+getBudget() -
+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.model.movie.MovieDb
- getCast() -
-Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
+getCast() -
+Method in class com.omertron.themoviedbapi.wrapper.person.WrapperCasts
- getCast() -
-Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits
+getCast() -
+Method in class com.omertron.themoviedbapi.wrapper.person.WrapperPersonCredits
- getCastId() -
-Method in class com.omertron.themoviedbapi.model.PersonCast
+getCastId() -
+Method in class com.omertron.themoviedbapi.model.person.PersonCast
getCertification() -
Method in class com.omertron.themoviedbapi.model.ReleaseInfo
@@ -380,14 +395,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
+getCharacter() -
+Method in class com.omertron.themoviedbapi.model.person.Person
- getCharacter() -
-Method in class com.omertron.themoviedbapi.model.PersonCast
+getCharacter() -
+Method in class com.omertron.themoviedbapi.model.person.PersonCast
- getCharacter() -
-Method in class com.omertron.themoviedbapi.model.PersonCredit
+getCharacter() -
+Method in class com.omertron.themoviedbapi.model.person.PersonCredit
getCollectionImages(int, String) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -422,17 +437,23 @@ Method in class com.omertron.themoviedbapi.model.getCountry() -
Method in class com.omertron.themoviedbapi.model.ReleaseInfo
- getCreatedBy() -
-Method in class com.omertron.themoviedbapi.model.MovieDbList
+getCreatedBy() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
- getCrew() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+getCreatedBy() -
+Method in class com.omertron.themoviedbapi.model.tv.TVSeries
- getCrew() -
-Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
+getCreditId() -
+Method in class com.omertron.themoviedbapi.model.person.PersonCast
- getCrew() -
-Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits
+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
getDates() -
Method in class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
@@ -440,29 +461,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
+getDeathday() -
+Method in class com.omertron.themoviedbapi.model.person.Person
getDepartment() -
Method in class com.omertron.themoviedbapi.model.JobDepartment
- getDepartment() -
-Method in class com.omertron.themoviedbapi.model.Person
+getDepartment() -
+Method in class com.omertron.themoviedbapi.model.person.Person
- getDepartment() -
-Method in class com.omertron.themoviedbapi.model.PersonCredit
+getDepartment() -
+Method in class com.omertron.themoviedbapi.model.person.PersonCredit
- getDepartment() -
-Method in class com.omertron.themoviedbapi.model.PersonCrew
+getDepartment() -
+Method in class com.omertron.themoviedbapi.model.person.PersonCrew
getDescription() -
Method in class com.omertron.themoviedbapi.model.Company
- getDescription() -
-Method in class com.omertron.themoviedbapi.model.MovieDbList
+getDescription() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
- getDescription() -
-Method in class com.omertron.themoviedbapi.model.MovieList
+getDescription() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieList
getDiscover(int, String, String, boolean, int, int, int, float, String, String, String, String, String, String) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -473,6 +494,15 @@ 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
@@ -482,11 +512,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.MovieDbList
+getFavoriteCount() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
- getFavoriteCount() -
-Method in class com.omertron.themoviedbapi.model.MovieList
+getFavoriteCount() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieList
getFavoriteMovies(String, int) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -494,6 +524,9 @@ 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
@@ -503,8 +536,11 @@ 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.MovieDb
+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.wrapper.WrapperGenres
@@ -524,11 +560,14 @@ Method in class com.omertron.themoviedbapi.model.getHomepage() -
Method in class com.omertron.themoviedbapi.model.Company
- getHomepage() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+getHomepage() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
- getHomepage() -
-Method in class com.omertron.themoviedbapi.model.Person
+getHomepage() -
+Method in class com.omertron.themoviedbapi.model.person.Person
+
+ getHomepage() -
+Method in class com.omertron.themoviedbapi.model.tv.TVSeries
getId() -
Method in class com.omertron.themoviedbapi.model.Account
@@ -545,32 +584,29 @@ 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.KeywordMovie
+getId() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
- getId() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+getId() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
- getId() -
-Method in class com.omertron.themoviedbapi.model.MovieDbList
+getId() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieList
- getId() -
-Method in class com.omertron.themoviedbapi.model.MovieList
+getId() -
+Method in class com.omertron.themoviedbapi.model.Network
- 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.person.PersonBasic
getId() -
Method in class com.omertron.themoviedbapi.model.ProductionCompany
@@ -578,6 +614,15 @@ 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
@@ -587,14 +632,17 @@ Method in class com.omertron.themoviedbapi.wrapper.getId() -
Method in interface com.omertron.themoviedbapi.wrapper.IWrapperId
- getImages() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+getIds() -
+Method in class com.omertron.themoviedbapi.model.ExternalIds
- getImdbID() -
-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.Person
+getImdbID() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+
+ getImdbId() -
+Method in class com.omertron.themoviedbapi.model.person.Person
getIsoCode() -
Method in class com.omertron.themoviedbapi.model.Language
@@ -605,23 +653,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.MovieDbList
+getItemCount() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
- getItemCount() -
-Method in class com.omertron.themoviedbapi.model.MovieList
+getItemCount() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieList
- getItems() -
-Method in class com.omertron.themoviedbapi.model.MovieDbList
+getItems() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
- getJob() -
-Method in class com.omertron.themoviedbapi.model.Person
+getJob() -
+Method in class com.omertron.themoviedbapi.model.person.Person
- getJob() -
-Method in class com.omertron.themoviedbapi.model.PersonCredit
+getJob() -
+Method in class com.omertron.themoviedbapi.model.person.PersonCredit
- getJob() -
-Method in class com.omertron.themoviedbapi.model.PersonCrew
+getJob() -
+Method in class com.omertron.themoviedbapi.model.person.PersonCrew
getJobs() -
Method in class com.omertron.themoviedbapi.model.JobDepartment
@@ -641,11 +689,8 @@ 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.MovieDb
-
- getKeywords() -
-Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords
+getKeywords() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
getLanguage() -
Method in class com.omertron.themoviedbapi.model.Account
@@ -656,11 +701,17 @@ Method in class com.omertron.themoviedbapi.model.getLanguage() -
Method in class com.omertron.themoviedbapi.model.ChangedItem
- getLanguage() -
-Method in class com.omertron.themoviedbapi.model.MovieDbList
+getLanguage() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
- getLanguage() -
-Method in class com.omertron.themoviedbapi.model.MovieList
+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
getLatestMovie() -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -668,17 +719,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.MovieDbListStatus
+getListId() -
+Method in class com.omertron.themoviedbapi.model.StatusCodeList
- getLists() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+getLists() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
- getLists() -
-Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieDbList
+getLists() -
+Method in class com.omertron.themoviedbapi.wrapper.movie.WrapperMovieDbList
- getListType() -
-Method in class com.omertron.themoviedbapi.model.MovieList
+getListType() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieList
getLogoPath() -
Method in class com.omertron.themoviedbapi.model.Company
@@ -704,8 +755,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.PersonCredit
+getMovieId() -
+Method in class com.omertron.themoviedbapi.model.person.PersonCredit
getMovieImages(int, String, String...) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -719,23 +770,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.WrapperMovieList
+getMovieList() -
+Method in class com.omertron.themoviedbapi.wrapper.movie.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.PersonCredit
+getMovieOriginalTitle() -
+Method in class com.omertron.themoviedbapi.model.person.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.WrapperMovie
+getMovies() -
+Method in class com.omertron.themoviedbapi.wrapper.movie.WrapperMovie
- getMovieTitle() -
-Method in class com.omertron.themoviedbapi.model.PersonCredit
+getMovieTitle() -
+Method in class com.omertron.themoviedbapi.model.person.PersonCredit
getMovieTrailers(int, String, String...) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -764,20 +815,17 @@ Method in class com.omertron.themoviedbapi.model.getName() -
Method in class com.omertron.themoviedbapi.model.Language
- getName() -
-Method in class com.omertron.themoviedbapi.model.MovieDbList
+getName() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
- getName() -
-Method in class com.omertron.themoviedbapi.model.MovieList
+getName() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieList
- getName() -
-Method in class com.omertron.themoviedbapi.model.Person
+getName() -
+Method in class com.omertron.themoviedbapi.model.Network
- 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.person.PersonBasic
getName() -
Method in class com.omertron.themoviedbapi.model.ProductionCompany
@@ -791,6 +839,18 @@ 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
@@ -803,23 +863,41 @@ 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.
- getOrder() -
-Method in class com.omertron.themoviedbapi.model.Person
+getNumberEpisodes() -
+Method in class com.omertron.themoviedbapi.model.tv.TVSeries
- getOrder() -
-Method in class com.omertron.themoviedbapi.model.PersonCast
+getNumberSeasons() -
+Method in class com.omertron.themoviedbapi.model.tv.TVSeries
- getOriginalTitle() -
-Method in class com.omertron.themoviedbapi.model.KeywordMovie
+getOrder() -
+Method in class com.omertron.themoviedbapi.model.person.Person
- getOriginalTitle() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+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
getOverview() -
Method in class com.omertron.themoviedbapi.model.CollectionInfo
- getOverview() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+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
getPage() -
Method in class com.omertron.themoviedbapi.results.TmdbResults
@@ -859,8 +937,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.WrapperPersonList
+getPersonList() -
+Method in class com.omertron.themoviedbapi.wrapper.person.WrapperPersonList
getPersonPopular() -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -868,20 +946,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
+getPersonType() -
+Method in class com.omertron.themoviedbapi.model.person.Person
- getPersonType() -
-Method in class com.omertron.themoviedbapi.model.PersonCredit
+getPersonType() -
+Method in class com.omertron.themoviedbapi.model.person.PersonCredit
- getPopularity() -
-Method in class com.omertron.themoviedbapi.model.KeywordMovie
+getPopularity() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
- getPopularity() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+getPopularity() -
+Method in class com.omertron.themoviedbapi.model.person.Person
- getPopularity() -
-Method in class com.omertron.themoviedbapi.model.Person
+getPopularity() -
+Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
getPopularMovieList(String, int) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -892,20 +970,23 @@ Method in class com.omertron.themoviedbapi.model.getPosterPath() -
Method in class com.omertron.themoviedbapi.model.CollectionInfo
- getPosterPath() -
-Method in class com.omertron.themoviedbapi.model.KeywordMovie
+getPosterPath() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
- getPosterPath() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+getPosterPath() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
- getPosterPath() -
-Method in class com.omertron.themoviedbapi.model.MovieDbList
+getPosterPath() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieList
- getPosterPath() -
-Method in class com.omertron.themoviedbapi.model.MovieList
+getPosterPath() -
+Method in class com.omertron.themoviedbapi.model.person.PersonCredit
- getPosterPath() -
-Method in class com.omertron.themoviedbapi.model.PersonCredit
+getPosterPath() -
+Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
+
+ getPosterPath() -
+Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
getPosters() -
Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
@@ -913,20 +994,17 @@ Method in class com.omertron.themoviedbapi.wrapper.getPosterSizes() -
Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
- getProductionCompanies() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+getProductionCode() -
+Method in class com.omertron.themoviedbapi.model.tv.TVEpisode
- getProductionCountries() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+getProductionCompanies() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
- getProfilePath() -
-Method in class com.omertron.themoviedbapi.model.Person
+getProductionCountries() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
- getProfilePath() -
-Method in class com.omertron.themoviedbapi.model.PersonCast
-
- getProfilePath() -
-Method in class com.omertron.themoviedbapi.model.PersonCrew
+getProfilePath() -
+Method in class com.omertron.themoviedbapi.model.person.PersonBasic
getProfiles() -
Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
@@ -955,20 +1033,17 @@ Method in class com.omertron.themoviedbapi.getReleaseDate() -
Method in class com.omertron.themoviedbapi.model.Collection
- getReleaseDate() -
-Method in class com.omertron.themoviedbapi.model.KeywordMovie
+getReleaseDate() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
- 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.person.PersonCredit
getReleaseDate() -
Method in class com.omertron.themoviedbapi.model.ReleaseInfo
- getReleases() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+getReleases() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
getRequestToken() -
Method in class com.omertron.themoviedbapi.model.TokenAuthorisation
@@ -982,6 +1057,12 @@ 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
@@ -997,17 +1078,11 @@ Method in class com.omertron.themoviedbapi.wrapper.getResults() -
Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords
- getResults() -
-Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieChanges
+getRevenue() -
+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() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
getReviews(int, String, int, String...) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -1015,14 +1090,26 @@ Method in class com.omertron.themoviedbapi.getReviews() -
Method in class com.omertron.themoviedbapi.wrapper.WrapperReviews
- getRuntime() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+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
getSecureBaseUrl() -
Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
- getSerialVersionUID() -
-Static method in class com.omertron.themoviedbapi.model.KeywordMovie
+getSerialVersionUID() -
+Static method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
+
+ getSeries() -
+Method in class com.omertron.themoviedbapi.wrapper.tv.WrapperTVSeries
getSessionId() -
Method in class com.omertron.themoviedbapi.model.TokenSession
@@ -1030,8 +1117,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.MovieDb
+getSimilarMovies() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
getSimilarMovies(int, String, int, String...) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -1042,17 +1129,20 @@ Method in class com.omertron.themoviedbapi.model.getSource() -
Method in class com.omertron.themoviedbapi.model.Trailer
- getSpokenLanguages() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+getSpokenLanguages() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
- getStatus() -
-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
getStatusCode() -
Method in class com.omertron.themoviedbapi.model.ListItemStatus
- getStatusCode() -
-Method in class com.omertron.themoviedbapi.model.MovieDbList
+getStatusCode() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
getStatusCode() -
Method in class com.omertron.themoviedbapi.model.StatusCode
@@ -1060,8 +1150,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.MovieDbList
+getStatusMessage() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
getStatusMessage() -
Method in class com.omertron.themoviedbapi.model.StatusCode
@@ -1069,14 +1159,17 @@ 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.MovieDb
+getTagline() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
getTime() -
Method in class com.omertron.themoviedbapi.model.ChangedItem
@@ -1087,11 +1180,8 @@ Method in class com.omertron.themoviedbapi.model.getTitle() -
Method in class com.omertron.themoviedbapi.model.Collection
- getTitle() -
-Method in class com.omertron.themoviedbapi.model.KeywordMovie
-
- getTitle() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+getTitle() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
getTitles() -
Method in class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
@@ -1120,15 +1210,81 @@ Method in class com.omertron.themoviedbapi.wrapper.getTotalResults() -
Method in interface com.omertron.themoviedbapi.wrapper.IWrapperPages
- getTrailers() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+getTrailers() -
+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.model.movie.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.
getType() -
Method in class com.omertron.themoviedbapi.model.Trailer
@@ -1147,8 +1303,8 @@ Method in class com.omertron.themoviedbapi.getUserName() -
Method in class com.omertron.themoviedbapi.model.Account
- getUserRating() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+getUserRating() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
getValue() -
Method in class com.omertron.themoviedbapi.model.ChangedItem
@@ -1156,20 +1312,26 @@ Method in class com.omertron.themoviedbapi.model.getVoteAverage() -
Method in class com.omertron.themoviedbapi.model.Artwork
- getVoteAverage() -
-Method in class com.omertron.themoviedbapi.model.KeywordMovie
+getVoteAverage() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
- getVoteAverage() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+getVoteAverage() -
+Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
+
+ getVoteAverage() -
+Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
getVoteCount() -
Method in class com.omertron.themoviedbapi.model.Artwork
- getVoteCount() -
-Method in class com.omertron.themoviedbapi.model.KeywordMovie
+getVoteCount() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
- getVoteCount() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+getVoteCount() -
+Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
+
+ getVoteCount() -
+Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
getWatchList(String, int) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -1197,12 +1359,6 @@ 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
@@ -1221,17 +1377,20 @@ Method in class com.omertron.themoviedbapi.model.hashCode() -
Method in class com.omertron.themoviedbapi.model.Language
- hashCode() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+hashCode() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
- hashCode() -
-Method in class com.omertron.themoviedbapi.model.Person
+hashCode() -
+Method in class com.omertron.themoviedbapi.model.person.Person
- hashCode() -
-Method in class com.omertron.themoviedbapi.model.PersonCast
+hashCode() -
+Method in class com.omertron.themoviedbapi.model.person.PersonBasic
- hashCode() -
-Method in class com.omertron.themoviedbapi.model.PersonCrew
+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.ProductionCompany
@@ -1248,29 +1407,38 @@ 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.KeywordMovie
+
- isAdult() -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
-
-
- isAdult() -
-Method in class com.omertron.themoviedbapi.model.MovieDb
-
-
-
- isAdult() -
-Method in class com.omertron.themoviedbapi.model.Person
+
- isAdult() -
+Method in class com.omertron.themoviedbapi.model.person.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
-
@@ -1308,9 +1476,6 @@ 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
-
-
@@ -1330,8 +1495,14 @@ Constructor for class com.omertron.themoviedbapi.model.
M
-- MovieDb - Class in com.omertron.themoviedbapi.model
- Movie Bean
- MovieDb() -
-Constructor for class com.omertron.themoviedbapi.model.MovieDb
+
- 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
-
- MovieDbException - Exception in com.omertron.themoviedbapi
-
- MovieDbException(MovieDbException.MovieDbExceptionType, String) -
Constructor for exception com.omertron.themoviedbapi.MovieDbException
@@ -1339,14 +1510,19 @@ 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
- Wrapper for the MovieDbList function
- MovieDbList() -
-Constructor for class com.omertron.themoviedbapi.model.MovieDbList
+
- 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
-
-
- MovieDbListStatus - Class in com.omertron.themoviedbapi.model
-
- MovieDbListStatus() -
-Constructor for class com.omertron.themoviedbapi.model.MovieDbListStatus
+
- MovieList - Class in com.omertron.themoviedbapi.model.movie
-
- MovieList() -
+Constructor for class com.omertron.themoviedbapi.model.movie.MovieList
-
-
- MovieList - Class in com.omertron.themoviedbapi.model
-
- MovieList() -
-Constructor for class com.omertron.themoviedbapi.model.MovieList
+
+
+
+N
+
+- Network - Class in com.omertron.themoviedbapi.model
-
- Network() -
+Constructor for class com.omertron.themoviedbapi.model.Network
-
@@ -1376,9 +1552,15 @@ 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
@@ -1397,6 +1579,12 @@ 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
@@ -1412,19 +1600,22 @@ 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() -
-Constructor for class com.omertron.themoviedbapi.model.Person
+Person - Class in com.omertron.themoviedbapi.model.person Person() -
+Constructor for class com.omertron.themoviedbapi.model.person.Person
- PersonCast - Class in com.omertron.themoviedbapi.model PersonCast() -
-Constructor for class com.omertron.themoviedbapi.model.PersonCast
+PersonBasic - Class in com.omertron.themoviedbapi.model.person Basic information about a person PersonBasic() -
+Constructor for class com.omertron.themoviedbapi.model.person.PersonBasic
- PersonCredit - Class in com.omertron.themoviedbapi.model PersonCredit() -
-Constructor for class com.omertron.themoviedbapi.model.PersonCredit
+PersonCast - Class in com.omertron.themoviedbapi.model.person PersonCast() -
+Constructor for class com.omertron.themoviedbapi.model.person.PersonCast
- PersonCrew - Class in com.omertron.themoviedbapi.model PersonCrew() -
-Constructor for class com.omertron.themoviedbapi.model.PersonCrew
+PersonCredit - Class in com.omertron.themoviedbapi.model.person PersonCredit() -
+Constructor for class com.omertron.themoviedbapi.model.person.PersonCredit
- PersonType - Enum in com.omertron.themoviedbapi.model postMovieRating(String, Integer, Integer) -
+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) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
This method lets users rate a movie.
primaryReleaseYear(int) -
@@ -1468,6 +1659,15 @@ 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
@@ -1497,29 +1697,41 @@ 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.
- setAction(String) -
+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) -
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.KeywordMovie
+setAdult(boolean) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
- setAdult(boolean) -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+setAdult(boolean) -
+Method in class com.omertron.themoviedbapi.model.person.Person
- setAdult(boolean) -
-Method in class com.omertron.themoviedbapi.model.Person
+setAdult(String) -
+Method in class com.omertron.themoviedbapi.model.person.PersonCredit
- setAdult(String) -
-Method in class com.omertron.themoviedbapi.model.PersonCredit
+setAirDate(String) -
+Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
- setAka(List<String>) -
-Method in class com.omertron.themoviedbapi.model.Person
+setAirDate(String) -
+Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
- setAlternativeTitles(WrapperAlternativeTitles) -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+setAka(List<String>) -
+Method in class com.omertron.themoviedbapi.model.person.Person
+
+ setAlternativeTitles(WrapperAlternativeTitles) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
setArguments(Map<String, String>) -
Method in class com.omertron.themoviedbapi.tools.ApiUrl
@@ -1533,17 +1745,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.KeywordMovie
-
- setBackdropPath(String) -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+setBackdropPath(String) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
setBackdrops(List<Artwork>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
@@ -1554,32 +1766,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.MovieDb
+setBelongsToCollection(Collection) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
- setBiography(String) -
-Method in class com.omertron.themoviedbapi.model.Person
+setBiography(String) -
+Method in class com.omertron.themoviedbapi.model.person.Person
- setBirthday(String) -
-Method in class com.omertron.themoviedbapi.model.Person
+setBirthday(String) -
+Method in class com.omertron.themoviedbapi.model.person.Person
- setBirthplace(String) -
-Method in class com.omertron.themoviedbapi.model.Person
+setBirthplace(String) -
+Method in class com.omertron.themoviedbapi.model.person.Person
- setBudget(long) -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+setBudget(long) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
- setCast(List<PersonCast>) -
-Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
+setCast(List<PersonCast>) -
+Method in class com.omertron.themoviedbapi.wrapper.person.WrapperCasts
- setCast(List<PersonCredit>) -
-Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits
+setCast(List<PersonCredit>) -
+Method in class com.omertron.themoviedbapi.wrapper.person.WrapperPersonCredits
- setCastId(int) -
-Method in class com.omertron.themoviedbapi.model.PersonCast
+setCastId(int) -
+Method in class com.omertron.themoviedbapi.model.person.PersonCast
- setCasts(WrapperMovieCasts) -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+setCasts(WrapperCasts) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
setCertification(String) -
Method in class com.omertron.themoviedbapi.model.ReleaseInfo
@@ -1593,15 +1805,18 @@ 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
+setCharacter(String) -
+Method in class com.omertron.themoviedbapi.model.person.Person
- setCharacter(String) -
-Method in class com.omertron.themoviedbapi.model.PersonCast
+setCharacter(String) -
+Method in class com.omertron.themoviedbapi.model.person.PersonCast
- setCharacter(String) -
-Method in class com.omertron.themoviedbapi.model.PersonCredit
+setCharacter(String) -
+Method in class com.omertron.themoviedbapi.model.person.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
@@ -1620,14 +1835,20 @@ 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.MovieDbList
+setCreatedBy(String) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
- setCrew(List<PersonCrew>) -
-Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
+setCreatedBy(List<PersonCrew>) -
+Method in class com.omertron.themoviedbapi.model.tv.TVSeries
- setCrew(List<PersonCredit>) -
-Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits
+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
setDates(ResultDates) -
Method in class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
@@ -1635,53 +1856,68 @@ 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
+setDeathday(String) -
+Method in class com.omertron.themoviedbapi.model.person.Person
setDepartment(String) -
Method in class com.omertron.themoviedbapi.model.JobDepartment
- setDepartment(String) -
-Method in class com.omertron.themoviedbapi.model.Person
+setDepartment(String) -
+Method in class com.omertron.themoviedbapi.model.person.Person
- setDepartment(String) -
-Method in class com.omertron.themoviedbapi.model.PersonCredit
+setDepartment(String) -
+Method in class com.omertron.themoviedbapi.model.person.PersonCredit
- setDepartment(String) -
-Method in class com.omertron.themoviedbapi.model.PersonCrew
+setDepartment(String) -
+Method in class com.omertron.themoviedbapi.model.person.PersonCrew
setDescription(String) -
Method in class com.omertron.themoviedbapi.model.Company
- setDescription(String) -
-Method in class com.omertron.themoviedbapi.model.MovieDbList
+setDescription(String) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
- setDescription(String) -
-Method in class com.omertron.themoviedbapi.model.MovieList
+setDescription(String) -
+Method in class com.omertron.themoviedbapi.model.movie.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.MovieDbList
+setFavoriteCount(int) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
- setFavoriteCount(int) -
-Method in class com.omertron.themoviedbapi.model.MovieList
+setFavoriteCount(int) -
+Method in class com.omertron.themoviedbapi.model.movie.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.MovieDb
+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.wrapper.WrapperGenres
@@ -1698,11 +1934,14 @@ 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.MovieDb
+setHomepage(String) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
- setHomepage(String) -
-Method in class com.omertron.themoviedbapi.model.Person
+setHomepage(String) -
+Method in class com.omertron.themoviedbapi.model.person.Person
+
+ setHomepage(String) -
+Method in class com.omertron.themoviedbapi.model.tv.TVSeries
setId(int) -
Method in class com.omertron.themoviedbapi.model.Account
@@ -1725,26 +1964,20 @@ Method in class com.omertron.themoviedbapi.model.setId(int) -
Method in class com.omertron.themoviedbapi.model.Keyword
- setId(String) -
-Method in class com.omertron.themoviedbapi.model.KeywordMovie
+setId(int) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
- setId(int) -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+setId(String) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
- setId(String) -
-Method in class com.omertron.themoviedbapi.model.MovieDbList
+setId(String) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieList
- setId(String) -
-Method in class com.omertron.themoviedbapi.model.MovieList
+setId(int) -
+Method in class com.omertron.themoviedbapi.model.Network
- 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.person.PersonBasic
setId(int) -
Method in class com.omertron.themoviedbapi.model.ProductionCompany
@@ -1752,6 +1985,15 @@ 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
@@ -1761,18 +2003,24 @@ Method in class com.omertron.themoviedbapi.wrapper.setId(int) -
Method in interface com.omertron.themoviedbapi.wrapper.IWrapperId
- setImages(WrapperImages) -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+setIds(String, Object) -
+Method in class com.omertron.themoviedbapi.model.ExternalIds
- setImdbID(String) -
-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.Person
+setImdbID(String) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
+
+ setImdbId(String) -
+Method in class com.omertron.themoviedbapi.model.person.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
@@ -1782,26 +2030,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.MovieDbList
+setItemCount(int) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
- setItemCount(int) -
-Method in class com.omertron.themoviedbapi.model.MovieList
+setItemCount(int) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieList
setItemPresent(boolean) -
Method in class com.omertron.themoviedbapi.model.ListItemStatus
- setItems(List<MovieDb>) -
-Method in class com.omertron.themoviedbapi.model.MovieDbList
+setItems(List<MovieDb>) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
- setJob(String) -
-Method in class com.omertron.themoviedbapi.model.Person
+setJob(String) -
+Method in class com.omertron.themoviedbapi.model.person.Person
- setJob(String) -
-Method in class com.omertron.themoviedbapi.model.PersonCredit
+setJob(String) -
+Method in class com.omertron.themoviedbapi.model.person.PersonCredit
- setJob(String) -
-Method in class com.omertron.themoviedbapi.model.PersonCrew
+setJob(String) -
+Method in class com.omertron.themoviedbapi.model.person.PersonCrew
setJobs(List<String>) -
Method in class com.omertron.themoviedbapi.model.JobDepartment
@@ -1812,11 +2060,8 @@ Method in class com.omertron.themoviedbapi.wrapper.setKey(String) -
Method in class com.omertron.themoviedbapi.model.ChangeKeyItem
- setKeywords(WrapperMovieKeywords) -
-Method in class com.omertron.themoviedbapi.model.MovieDb
-
- setKeywords(List<Keyword>) -
-Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords
+setKeywords(WrapperKeywords) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
setLanguage(String) -
Method in class com.omertron.themoviedbapi.model.Account
@@ -1827,23 +2072,29 @@ 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.MovieDbList
+setLanguage(String) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
- setLanguage(String) -
-Method in class com.omertron.themoviedbapi.model.MovieList
+setLanguage(String) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieList
- setListId(String) -
-Method in class com.omertron.themoviedbapi.model.MovieDbListStatus
+setLanguages(List<String>) -
+Method in class com.omertron.themoviedbapi.model.tv.TVSeries
- setLists(WrapperMovieList) -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+setLastAirDate(String) -
+Method in class com.omertron.themoviedbapi.model.tv.TVSeries
- setLists(List<MovieDbList>) -
-Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieDbList
+setListId(String) -
+Method in class com.omertron.themoviedbapi.model.StatusCodeList
- setListType(String) -
-Method in class com.omertron.themoviedbapi.model.MovieList
+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
setLogoPath(String) -
Method in class com.omertron.themoviedbapi.model.Company
@@ -1857,20 +2108,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.PersonCredit
+setMovieId(int) -
+Method in class com.omertron.themoviedbapi.model.person.PersonCredit
- setMovieList(List<MovieList>) -
-Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList
+setMovieList(List<MovieList>) -
+Method in class com.omertron.themoviedbapi.wrapper.movie.WrapperMovieList
- setMovieOriginalTitle(String) -
-Method in class com.omertron.themoviedbapi.model.PersonCredit
+setMovieOriginalTitle(String) -
+Method in class com.omertron.themoviedbapi.model.person.PersonCredit
- setMovies(List<MovieDb>) -
-Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie
+setMovies(List<MovieDb>) -
+Method in class com.omertron.themoviedbapi.wrapper.movie.WrapperMovie
- setMovieTitle(String) -
-Method in class com.omertron.themoviedbapi.model.PersonCredit
+setMovieTitle(String) -
+Method in class com.omertron.themoviedbapi.model.person.PersonCredit
setName(String) -
Method in class com.omertron.themoviedbapi.model.Account
@@ -1893,20 +2144,17 @@ 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.MovieDbList
+setName(String) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
- setName(String) -
-Method in class com.omertron.themoviedbapi.model.MovieList
+setName(String) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieList
- setName(String) -
-Method in class com.omertron.themoviedbapi.model.Person
+setName(String) -
+Method in class com.omertron.themoviedbapi.model.Network
- 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.person.PersonBasic
setName(String) -
Method in class com.omertron.themoviedbapi.model.ProductionCompany
@@ -1920,6 +2168,18 @@ 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
@@ -1929,23 +2189,41 @@ Method in class com.omertron.themoviedbapi.model.setNewItems(String, Object) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperChanges
- setOrder(int) -
-Method in class com.omertron.themoviedbapi.model.Person
+setNumberEpisodes(int) -
+Method in class com.omertron.themoviedbapi.model.tv.TVSeries
- setOrder(int) -
-Method in class com.omertron.themoviedbapi.model.PersonCast
+setNumberSeasons(int) -
+Method in class com.omertron.themoviedbapi.model.tv.TVSeries
- setOriginalTitle(String) -
-Method in class com.omertron.themoviedbapi.model.KeywordMovie
+setOrder(int) -
+Method in class com.omertron.themoviedbapi.model.person.Person
- setOriginalTitle(String) -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+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
setOverview(String) -
Method in class com.omertron.themoviedbapi.model.CollectionInfo
- setOverview(String) -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+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
setPage(int) -
Method in class com.omertron.themoviedbapi.results.TmdbResults
@@ -1965,23 +2243,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.WrapperPersonList
+setPersonList(List<Person>) -
+Method in class com.omertron.themoviedbapi.wrapper.person.WrapperPersonList
- setPersonType(PersonType) -
-Method in class com.omertron.themoviedbapi.model.Person
+setPersonType(PersonType) -
+Method in class com.omertron.themoviedbapi.model.person.Person
- setPersonType(PersonType) -
-Method in class com.omertron.themoviedbapi.model.PersonCredit
+setPersonType(PersonType) -
+Method in class com.omertron.themoviedbapi.model.person.PersonCredit
- setPopularity(float) -
-Method in class com.omertron.themoviedbapi.model.KeywordMovie
+setPopularity(float) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
- setPopularity(float) -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+setPopularity(float) -
+Method in class com.omertron.themoviedbapi.model.person.Person
- setPopularity(float) -
-Method in class com.omertron.themoviedbapi.model.Person
+setPopularity(float) -
+Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
setPosterPath(String) -
Method in class com.omertron.themoviedbapi.model.Collection
@@ -1989,20 +2267,23 @@ 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.KeywordMovie
+setPosterPath(String) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
- setPosterPath(String) -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+setPosterPath(String) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
- setPosterPath(String) -
-Method in class com.omertron.themoviedbapi.model.MovieDbList
+setPosterPath(String) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieList
- setPosterPath(String) -
-Method in class com.omertron.themoviedbapi.model.MovieList
+setPosterPath(String) -
+Method in class com.omertron.themoviedbapi.model.person.PersonCredit
- setPosterPath(String) -
-Method in class com.omertron.themoviedbapi.model.PersonCredit
+setPosterPath(String) -
+Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
+
+ setPosterPath(String) -
+Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
setPosters(List<Artwork>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
@@ -2010,20 +2291,17 @@ Method in class com.omertron.themoviedbapi.wrapper.setPosterSizes(List<String>) -
Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
- setProductionCompanies(List<ProductionCompany>) -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+setProductionCode(String) -
+Method in class com.omertron.themoviedbapi.model.tv.TVEpisode
- setProductionCountries(List<ProductionCountry>) -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+setProductionCompanies(List<ProductionCompany>) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
- setProfilePath(String) -
-Method in class com.omertron.themoviedbapi.model.Person
+setProductionCountries(List<ProductionCountry>) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
- setProfilePath(String) -
-Method in class com.omertron.themoviedbapi.model.PersonCast
-
- setProfilePath(String) -
-Method in class com.omertron.themoviedbapi.model.PersonCrew
+setProfilePath(String) -
+Method in class com.omertron.themoviedbapi.model.person.PersonBasic
setProfiles(List<Artwork>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
@@ -2052,20 +2330,17 @@ 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.KeywordMovie
+setReleaseDate(String) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
- 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.person.PersonCredit
setReleaseDate(String) -
Method in class com.omertron.themoviedbapi.model.ReleaseInfo
- setReleases(WrapperReleaseInfo) -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+setReleases(WrapperReleaseInfo) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
setRequestToken(String) -
Method in class com.omertron.themoviedbapi.model.TokenAuthorisation
@@ -2076,6 +2351,12 @@ 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
@@ -2085,56 +2366,68 @@ Method in class com.omertron.themoviedbapi.wrapper.setResults(List<MovieDb>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies
- setResults(List<KeywordMovie>) -
+setResults(List<MovieDbBasic>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies
setResults(List<Keyword>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords
- setResults(List<ChangedMovie>) -
-Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieChanges
+setRevenue(long) -
+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(WrapperReviews) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
setReviews(List<Reviews>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperReviews
- setRuntime(int) -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+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
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.MovieDb
+setSimilarMovies(WrapperMovie) -
+Method in class com.omertron.themoviedbapi.model.movie.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.MovieDb
+setSpokenLanguages(List<Language>) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
- setStatus(String) -
-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
setStatusCode(int) -
Method in class com.omertron.themoviedbapi.model.ListItemStatus
- setStatusCode(String) -
-Method in class com.omertron.themoviedbapi.model.MovieDbList
+setStatusCode(String) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
setStatusCode(int) -
Method in class com.omertron.themoviedbapi.model.StatusCode
@@ -2142,8 +2435,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.MovieDbList
+setStatusMessage(String) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbList
setStatusMessage(String) -
Method in class com.omertron.themoviedbapi.model.StatusCode
@@ -2151,14 +2444,17 @@ 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.MovieDb
+setTagline(String) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
setTime(String) -
Method in class com.omertron.themoviedbapi.model.ChangedItem
@@ -2172,11 +2468,8 @@ 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.KeywordMovie
-
- setTitle(String) -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+setTitle(String) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
setTitles(List<AlternativeTitle>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
@@ -2202,11 +2495,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.MovieDb
+setTrailers(WrapperTrailers) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
- setTranslations(WrapperTranslations) -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+setTranslations(WrapperTranslations) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
setTranslations(List<Translation>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperTranslations
@@ -2220,8 +2513,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.MovieDb
+setUserRating(float) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDb
setValue(Object) -
Method in class com.omertron.themoviedbapi.model.ChangedItem
@@ -2229,20 +2522,26 @@ 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.KeywordMovie
+setVoteAverage(float) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
- setVoteAverage(float) -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+setVoteAverage(float) -
+Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
+
+ setVoteAverage(float) -
+Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
setVoteCount(int) -
Method in class com.omertron.themoviedbapi.model.Artwork
- setVoteCount(double) -
-Method in class com.omertron.themoviedbapi.model.KeywordMovie
+setVoteCount(double) -
+Method in class com.omertron.themoviedbapi.model.movie.MovieDbBasic
- setVoteCount(int) -
-Method in class com.omertron.themoviedbapi.model.MovieDb
+setVoteCount(double) -
+Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
+
+ setVoteCount(double) -
+Method in class com.omertron.themoviedbapi.model.tv.TVSeriesBasic
setWebsite(String) -
Method in class com.omertron.themoviedbapi.model.Trailer
@@ -2271,6 +2570,9 @@ 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
+
@@ -2303,18 +2605,15 @@ 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
@@ -2324,6 +2623,31 @@ 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
+
@@ -2332,8 +2656,11 @@ Constructor for class com.omertron.themoviedbapi.model.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.PersonType
+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
Returns the enum constant of this type with the specified name.
valueOf(String) -
Static method in enum com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType
@@ -2342,8 +2669,12 @@ 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.PersonType
+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
Returns an array containing the constants of this enum type, in
the order they are declared.
values() -
@@ -2379,6 +2710,9 @@ 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
@@ -2394,6 +2728,9 @@ 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
@@ -2409,32 +2746,26 @@ 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 WrapperMovie() -
-Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovie
+WrapperMovie - Class in com.omertron.themoviedbapi.wrapper.movie WrapperMovie() -
+Constructor for class com.omertron.themoviedbapi.wrapper.movie.WrapperMovie
- WrapperMovieCasts - Class in com.omertron.themoviedbapi.wrapper WrapperMovieCasts() -
-Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
+WrapperMovieChanges - Class in com.omertron.themoviedbapi.wrapper.movie WrapperMovieChanges() -
+Constructor for class com.omertron.themoviedbapi.wrapper.movie.WrapperMovieChanges
- WrapperMovieChanges - Class in com.omertron.themoviedbapi.wrapper WrapperMovieChanges() -
-Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovieChanges
+WrapperMovieDbList - Class in com.omertron.themoviedbapi.wrapper.movie WrapperMovieDbList() -
+Constructor for class com.omertron.themoviedbapi.wrapper.movie.WrapperMovieDbList
- WrapperMovieDbList - Class in com.omertron.themoviedbapi.wrapper WrapperMovieDbList() -
-Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovieDbList
+WrapperMovieList - Class in com.omertron.themoviedbapi.wrapper.movie WrapperMovieList() -
+Constructor for class com.omertron.themoviedbapi.wrapper.movie.WrapperMovieList
- WrapperMovieKeywords - Class in com.omertron.themoviedbapi.wrapper WrapperMovieKeywords() -
-Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords
+WrapperPerson - Class in com.omertron.themoviedbapi.wrapper.person WrapperPerson() -
+Constructor for class com.omertron.themoviedbapi.wrapper.person.WrapperPerson
- WrapperMovieList - Class in com.omertron.themoviedbapi.wrapper WrapperMovieList() -
-Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovieList
+WrapperPersonCredits - Class in com.omertron.themoviedbapi.wrapper.person WrapperPersonCredits() -
+Constructor for class com.omertron.themoviedbapi.wrapper.person.WrapperPersonCredits
- 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
+WrapperPersonList - Class in com.omertron.themoviedbapi.wrapper.person WrapperPersonList() -
+Constructor for class com.omertron.themoviedbapi.wrapper.person.WrapperPersonList
WrapperReleaseInfo - Class in com.omertron.themoviedbapi.wrapper WrapperReleaseInfo() -
Constructor for class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo
@@ -2448,6 +2779,9 @@ 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
+
@@ -2458,7 +2792,7 @@ Method in class com.omertron.themoviedbapi.model.A B C D E G H I J K L M O P R S T V W Y
+A B C D E G H I J K L M N O P R S T V W Y
diff --git a/apidocs/index.html b/apidocs/index.html
index 664bf0aa7..69f3e35c8 100644
--- a/apidocs/index.html
+++ b/apidocs/index.html
@@ -2,10 +2,10 @@
-
+
-API-The MovieDB 3.8-SNAPSHOT API
+API-The MovieDB 4.0-SNAPSHOT API
@@ -82,7 +82,7 @@ function windowTitle()
-API-The MovieDB 3.8-SNAPSHOT API
+API-The MovieDB 4.0-SNAPSHOT API
@@ -96,10 +96,26 @@ 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
@@ -111,6 +127,18 @@ 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 2f0f90239..be8e5b926 100644
--- a/apidocs/overview-tree.html
+++ b/apidocs/overview-tree.html
@@ -2,10 +2,10 @@
-
+
-Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT API)
+Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -85,7 +85,7 @@ function windowTitle()
Hierarchy For All Packages
-- Package Hierarchies:
- com.omertron.themoviedbapi, com.omertron.themoviedbapi.model, com.omertron.themoviedbapi.results, com.omertron.themoviedbapi.tools, com.omertron.themoviedbapi.wrapper
+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
Class Hierarchy
@@ -94,37 +94,51 @@ 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
- 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.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.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.person.WrapperCasts (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.JobDepartment com.omertron.themoviedbapi.wrapper.ResultDates (implements java.io.Serializable)
- 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.ExternalIds com.omertron.themoviedbapi.model.JobDepartment 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.tools.WebBrowser com.omertron.themoviedbapi.wrapper.WrapperChanges com.omertron.themoviedbapi.wrapper.person.WrapperCredits
Interface Hierarchy
@@ -138,7 +152,7 @@ Enum Hierarchy
java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
-- com.omertron.themoviedbapi.model.PersonType
- com.omertron.themoviedbapi.model.ArtworkType
- com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType
+ - com.omertron.themoviedbapi.model.ArtworkType
- com.omertron.themoviedbapi.model.SearchType
- com.omertron.themoviedbapi.model.person.PersonType
- com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType
diff --git a/apidocs/package-list b/apidocs/package-list
index 80d140a67..207bf9c60 100644
--- a/apidocs/package-list
+++ b/apidocs/package-list
@@ -1,5 +1,12 @@
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 2c2a19333..e18c8f4cc 100644
--- a/apidocs/serialized-form.html
+++ b/apidocs/serialized-form.html
@@ -2,10 +2,10 @@
-
+
-Serialized Form (API-The MovieDB 3.8-SNAPSHOT API)
+Serialized Form (API-The MovieDB 4.0-SNAPSHOT API)
@@ -16,7 +16,7 @@ Serialized Form (API-The MovieDB 3.8-SNAPSHOT API)
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Serialized Form (API-The MovieDB 3.8-SNAPSHOT API)";
+ parent.document.title="Serialized Form (API-The MovieDB 4.0-SNAPSHOT API)";
}
}
@@ -806,117 +806,6 @@ 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
-
-
-
-
-
@@ -996,575 +885,11 @@ boolean itemPresent
-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
+Class com.omertron.themoviedbapi.model.Network extends AbstractJsonMapping implements Serializable
@@ -1597,393 +922,6 @@ 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
-
-
-
-
@@ -2207,6 +1145,33 @@ statusMessage
+
+
+
+Class com.omertron.themoviedbapi.model.StatusCodeList extends StatusCode implements Serializable
+
+
+
+
+
+
+Serialized Fields
+
+
+
+
+listId
+
+String listId
+
+
+
+
+
@@ -2514,6 +1479,1467 @@ 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
+
+
+
+
+
+
@@ -2521,12 +2947,110 @@ name
+
+
+
+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 Object implements Serializable
+Class com.omertron.themoviedbapi.wrapper.ResultDates extends AbstractJsonMapping implements Serializable
@@ -2590,6 +3114,150 @@ 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
+
+
+
+
+
@@ -2639,11 +3307,65 @@ profiles
-Class com.omertron.themoviedbapi.wrapper.WrapperMovie extends AbstractWrapperAll implements Serializable
+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
@@ -2660,108 +3382,9 @@ profiles
-movies
+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
+List<E> results
@@ -2895,6 +3518,303 @@ 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 ea8578eb7..03d2bf4c0 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -28,7 +28,7 @@
Last Published: 2013-11-01
- | Version: 3.8-SNAPSHOT
+ | Version: 4.0-SNAPSHOT
API-The MovieDB
@@ -219,7 +219,7 @@