diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index b855c397a..37c0e5bb5 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,7 +2,7 @@
- +static booleanmovies(MovieDb moviedb,
+movies(MovieInfo moviedb,
String title,
String year)
Compare the MovieDB object with a title & year
@@ -132,7 +132,7 @@ extends
static boolean
-movies(MovieDb moviedb,
+movies(MovieInfo moviedb,
String title,
String year,
int maxDistance)
@@ -141,7 +141,7 @@ extends
static boolean
-movies(MovieDb moviedb,
+movies(MovieInfo moviedb,
String title,
String year,
int maxDistance,
@@ -171,13 +171,13 @@ extends
+
-
movies
-public static boolean movies(MovieDb moviedb,
+public static boolean movies(MovieInfo moviedb,
String title,
String year)
Compare the MovieDB object with a title & year
@@ -185,13 +185,13 @@ extends Returns:- True if there is a match, False otherwise.
-
+
-
movies
-public static boolean movies(MovieDb moviedb,
+public static boolean movies(MovieInfo moviedb,
String title,
String year,
int maxDistance,
@@ -202,13 +202,13 @@ extends Returns:- True if there is a match, False otherwise.
-
+
-
movies
-public static boolean movies(MovieDb moviedb,
+public static boolean movies(MovieInfo moviedb,
String title,
String year,
int maxDistance)
diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.html
index 9762de2e5..79436eb35 100644
--- a/apidocs/com/omertron/themoviedbapi/MovieDbException.html
+++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.html
@@ -2,7 +2,7 @@
-
+
MovieDbException (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html
index d798987e1..3fb4740e7 100644
--- a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html
+++ b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html
@@ -2,7 +2,7 @@
-
+
TheMovieDbApi (API-The MovieDB 4.0-SNAPSHOT API)
@@ -99,7 +99,7 @@
public class TheMovieDbApi
extends Object
-The MovieDb API
+The MovieInfo API
This is for version 3 of the API as specified here:
http://help.themoviedb.org/kb/api/about-3
@@ -217,7 +217,7 @@ extends
-TmdbResultsList<Artwork>
+ResultList<Artwork>
getCollectionImages(int collectionId,
String language)
Get all of the images for a particular collection by collection id.
@@ -274,21 +274,21 @@ extends
-List<MovieBasic>
+ResultList<MovieBasic>
getFavoriteMovies(String sessionId,
int accountId)
Get the account favourite movies
-List
+ResultList<TVBasic>
getFavoriteTv(String sessionId,
int accountId)
Get the list of favorite TV series for an account.
-TmdbResultsList<Genre>
+ResultList<Genre>
getGenreMovieList(String language)
Get the list of Movie genres.
@@ -304,13 +304,13 @@ extends
-TmdbResultsList<Genre>
+ResultList<Genre>
getGenreTVList(String language)
Get the list of TV genres..
-List<MovieBasic>
+ResultList<MovieBasic>
getGuestRatedMovies(String guestSessionId,
String language,
Integer page,
@@ -325,7 +325,7 @@ extends
-TmdbResultsList<JobDepartment>
+ResultList<JobDepartment>
getJobs()
Get a list of valid jobs
@@ -337,7 +337,7 @@ extends
-TmdbResultsList<MovieBasic>
+ResultList<MovieBasic>
getKeywordMovies(String keywordId,
String language,
Integer page)
@@ -345,7 +345,7 @@ extends
-MovieDb
+MovieInfo
getLatestMovie()
This method is used to retrieve the newest movie that was added to TMDb.
@@ -357,7 +357,7 @@ extends
-ListItem<MovieDb>
+ListItem<MovieInfo>
getList(String listId)
Get a list by its ID
@@ -371,7 +371,7 @@ extends
-TmdbResultsList<AlternativeTitle>
+ResultList<AlternativeTitle>
getMovieAlternativeTitles(int movieId,
String country,
String... appendToResponse)
@@ -380,7 +380,7 @@ extends
-List<ChangeListItem>
+ResultList<ChangeListItem>
getMovieChangeList(Integer page,
String startDate,
String endDate)
@@ -403,7 +403,7 @@ extends
-TmdbResultsList<Artwork>
+ResultList<Artwork>
getMovieImages(int movieId,
String language,
String... appendToResponse)
@@ -412,7 +412,7 @@ extends
-MovieDb
+MovieInfo
getMovieInfo(int movieId,
String language,
String... appendToResponse)
@@ -420,7 +420,7 @@ extends
-MovieDb
+MovieInfo
getMovieInfoImdb(String imdbId,
String language,
String... appendToResponse)
@@ -428,7 +428,7 @@ extends
-TmdbResultsList<Keyword>
+ResultList<Keyword>
getMovieKeywords(int movieId,
String... appendToResponse)
This method is used to retrieve all of the keywords that have been added
@@ -436,7 +436,7 @@ extends
-TmdbResultsList<UserList>
+ResultList<UserList>
getMovieLists(int movieId,
Integer page,
String language,
@@ -445,7 +445,7 @@ extends
-TmdbResultsList<ReleaseInfo>
+ResultList<ReleaseInfo>
getMovieReleaseInfo(int movieId,
String language,
String... appendToResponse)
@@ -454,7 +454,7 @@ extends
-TmdbResultsList<Review>
+ResultList<Review>
getMovieReviews(int movieId,
Integer page,
String language,
@@ -469,7 +469,7 @@ extends
-TmdbResultsList<Translation>
+ResultList<Translation>
getMovieTranslations(int movieId,
String... appendToResponse)
This method is used to retrieve a list of the available translations for
@@ -477,7 +477,7 @@ extends
-TmdbResultsList<Video>
+ResultList<Video>
getMovieVideos(int movieId,
String language,
String... appendToResponse)
@@ -492,14 +492,14 @@ extends
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
getNowPlayingMovies(Integer page,
String language)
This method is used to retrieve the movies currently in theatres.
-List<ChangeListItem>
+ResultList<ChangeListItem>
getPersonChangeList(Integer page,
String startDate,
String endDate)
@@ -529,7 +529,7 @@ extends
-TmdbResultsList<Artwork>
+ResultList<Artwork>
getPersonImages(int personId)
Get the images for a specific person id.
@@ -556,13 +556,13 @@ extends
-TmdbResultsList<PersonFind>
+ResultList<PersonFind>
getPersonPopular(Integer page)
Get the list of popular people on The Movie Database.
-TmdbResultsList<ArtworkMedia>
+ResultList<ArtworkMedia>
getPersonTaggedImages(int personId,
Integer page,
String language)
@@ -578,14 +578,14 @@ extends
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
getPopularMovieList(Integer page,
String language)
This method is used to retrieve the daily movie popularity list.
-List<MovieBasic>
+ResultList<MovieBasic>
getRatedMovies(String sessionId,
int accountId,
Integer page,
@@ -595,7 +595,7 @@ extends
-List<TVBasic>
+ResultList<TVBasic>
getRatedTV(String sessionId,
int accountId,
Integer page,
@@ -625,7 +625,7 @@ extends
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
getSimilarMovies(int movieId,
Integer page,
String language,
@@ -642,7 +642,7 @@ extends
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
getTopRatedMovies(Integer page,
String language)
This method is used to retrieve the top rated movies that have over 10
@@ -658,7 +658,7 @@ extends
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
getTVAiringToday(Integer page,
String language,
String timezone)
@@ -666,7 +666,7 @@ extends
-TmdbResultsList<AlternativeTitle>
+ResultList<AlternativeTitle>
getTVAlternativeTitles(int tvID)
Get the alternative titles for a specific show ID.
@@ -678,7 +678,7 @@ extends
-List<ChangeListItem>
+ResultList<ChangeListItem>
getTvChangeList(Integer page,
String startDate,
String endDate)
@@ -694,7 +694,7 @@ extends
-TmdbResultsList<ContentRating>
+ResultList<ContentRating>
getTVContentRatings(int tvID)
Get the content ratings for a specific TV show id.
@@ -715,7 +715,7 @@ extends
-TmdbResultsList<Artwork>
+ResultList<Artwork>
getTVImages(int tvID,
String language,
String... includeImageLanguage)
@@ -731,28 +731,28 @@ extends
-TmdbResultsList<Keyword>
+ResultList<Keyword>
getTVKeywords(int tvID,
String... appendToResponse)
Get the plot keywords for a specific TV show id.
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
getTVOnTheAir(Integer page,
String language)
Get the list of TV shows that are currently on the air.
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
getTVPopular(Integer page,
String language)
Get the list of popular TV shows.
-TmdbResultsList<TVInfo>
+ResultList<TVInfo>
getTVSimilar(int tvID,
Integer page,
String language,
@@ -761,20 +761,20 @@ extends
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
getTVTopRated(Integer page,
String language)
Get the list of top rated TV shows.
-TmdbResultsList<Translation>
+ResultList<Translation>
getTVTranslations(int tvID)
Get the list of translations that exist for a TV series.
-TmdbResultsList<Video>
+ResultList<Video>
getTVVideos(int tvID,
String language)
Get the videos that have been added to a TV series (trailers, opening
@@ -782,7 +782,7 @@ extends
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
getUpcoming(Integer page,
String language)
Get the list of upcoming movies.
@@ -796,7 +796,7 @@ extends
-List<MovieBasic>
+ResultList<MovieBasic>
getWatchListMovie(String sessionId,
int accountId,
Integer page,
@@ -806,7 +806,7 @@ extends
-List<TVBasic>
+ResultList<TVBasic>
getWatchListTV(String sessionId,
int accountId,
Integer page,
@@ -861,7 +861,7 @@ extends
-TmdbResultsList<Collection>
+ResultList<Collection>
searchCollection(String query,
Integer page,
String language)
@@ -869,21 +869,21 @@ extends
-TmdbResultsList<Company>
+ResultList<Company>
searchCompanies(String query,
Integer page)
Search Companies.
-TmdbResultsList<Keyword>
+ResultList<Keyword>
searchKeyword(String query,
Integer page)
Search for keywords by name
-TmdbResultsList<UserList>
+ResultList<UserList>
searchList(String query,
Integer page,
Boolean includeAdult)
@@ -891,7 +891,7 @@ extends
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
searchMovie(String query,
Integer page,
String language,
@@ -904,7 +904,7 @@ extends
-TmdbResultsList<MediaBasic>
+ResultList<MediaBasic>
searchMulti(String query,
Integer page,
String language,
@@ -913,7 +913,7 @@ extends
-TmdbResultsList<PersonFind>
+ResultList<PersonFind>
searchPeople(String query,
Integer page,
Boolean includeAdult,
@@ -922,7 +922,7 @@ extends
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
searchTV(String query,
Integer page,
String language,
@@ -1028,9 +1028,9 @@ extends
-
getFavoriteMovies
-public List<MovieBasic> getFavoriteMovies(String sessionId,
- int accountId)
- throws MovieDbException
+public ResultList<MovieBasic> getFavoriteMovies(String sessionId,
+ int accountId)
+ throws MovieDbException
Get the account favourite movies
- Parameters:
sessionId - accountId -
- Returns:
@@ -1063,12 +1063,12 @@ extends
-
getRatedMovies
-public List<MovieBasic> getRatedMovies(String sessionId,
- int accountId,
- Integer page,
- String sortBy,
- String language)
- throws MovieDbException
+public ResultList<MovieBasic> getRatedMovies(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+ throws MovieDbException
Get the list of rated movies (and associated rating) for an account.
- Parameters:
sessionId - accountId - page - sortBy - language -
- Returns:
@@ -1082,12 +1082,12 @@ extends
-
getRatedTV
-public List<TVBasic> getRatedTV(String sessionId,
- int accountId,
- Integer page,
- String sortBy,
- String language)
- throws MovieDbException
+public ResultList<TVBasic> getRatedTV(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+ throws MovieDbException
Get the list of rated TV shows (and associated rating) for an account.
- Parameters:
sessionId - accountId - page - sortBy - language -
- Returns:
@@ -1101,12 +1101,12 @@ extends
-
getWatchListMovie
-public List<MovieBasic> getWatchListMovie(String sessionId,
- int accountId,
- Integer page,
- String sortBy,
- String language)
- throws MovieDbException
+public ResultList<MovieBasic> getWatchListMovie(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+ throws MovieDbException
Get the list of movies on an accounts watchlist.
- Parameters:
sessionId - accountId - page - sortBy - language -
- Returns:
- The watchlist of the user
@@ -1120,12 +1120,12 @@ extends
-
getWatchListTV
-public List<TVBasic> getWatchListTV(String sessionId,
- int accountId,
- Integer page,
- String sortBy,
- String language)
- throws MovieDbException
+public ResultList<TVBasic> getWatchListTV(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+ throws MovieDbException
Get the list of movies on an accounts watchlist.
- Parameters:
sessionId - accountId - page - sortBy - language -
- Returns:
- The watchlist of the user
@@ -1175,9 +1175,9 @@ extends
-
getFavoriteTv
-public List getFavoriteTv(String sessionId,
- int accountId)
- throws MovieDbException
+public ResultList<TVBasic> getFavoriteTv(String sessionId,
+ int accountId)
+ throws MovieDbException
Get the list of favorite TV series for an account.
- Parameters:
sessionId - accountId -
- Returns:
@@ -1191,11 +1191,11 @@ extends
-
getGuestRatedMovies
-public List<MovieBasic> getGuestRatedMovies(String guestSessionId,
- String language,
- Integer page,
- SortBy sortBy)
- throws MovieDbException
+public ResultList<MovieBasic> getGuestRatedMovies(String guestSessionId,
+ String language,
+ Integer page,
+ SortBy sortBy)
+ throws MovieDbException
Get a list of rated movies for a specific guest session id.
- Parameters:
guestSessionId - language - page - sortBy - only CREATED_AT_ASC or CREATED_AT_DESC is supported
- Returns:
@@ -1325,10 +1325,10 @@ extends
-
getMovieChangeList
-public List<ChangeListItem> getMovieChangeList(Integer page,
- String startDate,
- String endDate)
- throws MovieDbException
+public ResultList<ChangeListItem> getMovieChangeList(Integer page,
+ String startDate,
+ String endDate)
+ throws MovieDbException
Get a list of Movie IDs that have been edited.
You can then use the movie changes API to get the actual data that has
@@ -1345,10 +1345,10 @@ extends
-
getTvChangeList
-public List<ChangeListItem> getTvChangeList(Integer page,
- String startDate,
- String endDate)
- throws MovieDbException
+public ResultList<ChangeListItem> getTvChangeList(Integer page,
+ String startDate,
+ String endDate)
+ throws MovieDbException
Get a list of TV IDs that have been edited.
You can then use the TV changes API to get the actual data that has been
@@ -1365,10 +1365,10 @@ extends
-
getPersonChangeList
-public List<ChangeListItem> getPersonChangeList(Integer page,
- String startDate,
- String endDate)
- throws MovieDbException
+public ResultList<ChangeListItem> getPersonChangeList(Integer page,
+ String startDate,
+ String endDate)
+ throws MovieDbException
Get a list of Person IDs that have been edited.
You can then use the person changes API to get the actual data that has
@@ -1405,9 +1405,9 @@ extends
-
getCollectionImages
-public TmdbResultsList<Artwork> getCollectionImages(int collectionId,
- String language)
- throws MovieDbException
+public ResultList<Artwork> getCollectionImages(int collectionId,
+ String language)
+ throws MovieDbException
Get all of the images for a particular collection by collection id.
- Parameters:
collectionId - language -
- Returns:
@@ -1487,8 +1487,8 @@ extends
-
getJobs
-public TmdbResultsList<JobDepartment> getJobs()
- throws MovieDbException
+public ResultList<JobDepartment> getJobs()
+ throws MovieDbException
Get a list of valid jobs
- Returns:
- Throws:
@@ -1606,8 +1606,8 @@ extends
-
getGenreMovieList
-public TmdbResultsList<Genre> getGenreMovieList(String language)
- throws MovieDbException
+public ResultList<Genre> getGenreMovieList(String language)
+ throws MovieDbException
Get the list of Movie genres.
- Parameters:
language -
- Returns:
@@ -1621,8 +1621,8 @@ extends
-
getGenreTVList
-public TmdbResultsList<Genre> getGenreTVList(String language)
- throws MovieDbException
+public ResultList<Genre> getGenreTVList(String language)
+ throws MovieDbException
Get the list of TV genres..
- Parameters:
language -
- Returns:
@@ -1676,10 +1676,10 @@ extends
-
getKeywordMovies
-public TmdbResultsList<MovieBasic> getKeywordMovies(String keywordId,
- String language,
- Integer page)
- throws MovieDbException
+public ResultList<MovieBasic> getKeywordMovies(String keywordId,
+ String language,
+ Integer page)
+ throws MovieDbException
Get the list of movies for a particular keyword by id.
- Parameters:
keywordId - language - page -
- Returns:
- List of movies with the keyword
@@ -1693,8 +1693,8 @@ extends
-
getList
-public ListItem<MovieDb> getList(String listId)
- throws MovieDbException
+public ListItem<MovieInfo> getList(String listId)
+ throws MovieDbException
Get a list by its ID
- Parameters:
listId -
- Returns:
- The list and its items
@@ -1796,10 +1796,10 @@ extends
-
getMovieInfo
-public MovieDb getMovieInfo(int movieId,
- String language,
- String... appendToResponse)
- throws MovieDbException
+public MovieInfo getMovieInfo(int movieId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
This method is used to retrieve all of the basic movie information.
It will return the single highest rated poster and backdrop.
@@ -1818,10 +1818,10 @@ extends
-
getMovieInfoImdb
-public MovieDb getMovieInfoImdb(String imdbId,
- String language,
- String... appendToResponse)
- throws MovieDbException
+public MovieInfo getMovieInfoImdb(String imdbId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
This method is used to retrieve all of the basic movie information.
It will return the single highest rated poster and backdrop.
@@ -1859,10 +1859,10 @@ extends
-
getMovieAlternativeTitles
-public TmdbResultsList<AlternativeTitle> getMovieAlternativeTitles(int movieId,
- String country,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<AlternativeTitle> getMovieAlternativeTitles(int movieId,
+ String country,
+ String... appendToResponse)
+ throws MovieDbException
This method is used to retrieve all of the alternative titles we have for
a particular movie.
- Parameters:
movieId - country - appendToResponse -
@@ -1893,10 +1893,10 @@ extends
-
getMovieImages
-public TmdbResultsList<Artwork> getMovieImages(int movieId,
- String language,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<Artwork> getMovieImages(int movieId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
This method should be used when you’re wanting to retrieve all of the
images for a particular movie.
- Parameters:
movieId - language - appendToResponse -
@@ -1911,9 +1911,9 @@ extends
-
getMovieKeywords
-public TmdbResultsList<Keyword> getMovieKeywords(int movieId,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<Keyword> getMovieKeywords(int movieId,
+ String... appendToResponse)
+ throws MovieDbException
This method is used to retrieve all of the keywords that have been added
to a particular movie.
@@ -1930,10 +1930,10 @@ extends
-
getMovieReleaseInfo
-public TmdbResultsList<ReleaseInfo> getMovieReleaseInfo(int movieId,
- String language,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<ReleaseInfo> getMovieReleaseInfo(int movieId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
This method is used to retrieve all of the release and certification data
we have for a specific movie.
- Parameters:
movieId - language - appendToResponse -
@@ -1948,10 +1948,10 @@ extends
-
getMovieVideos
-public TmdbResultsList<Video> getMovieVideos(int movieId,
- String language,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<Video> getMovieVideos(int movieId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
This method is used to retrieve all of the trailers for a particular
movie.
@@ -1968,9 +1968,9 @@ extends
-
getMovieTranslations
-public TmdbResultsList<Translation> getMovieTranslations(int movieId,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<Translation> getMovieTranslations(int movieId,
+ String... appendToResponse)
+ throws MovieDbException
This method is used to retrieve a list of the available translations for
a specific movie.
- Parameters:
movieId - appendToResponse -
@@ -1985,11 +1985,11 @@ extends
-
getSimilarMovies
-public TmdbResultsList<MovieDb> getSimilarMovies(int movieId,
- Integer page,
- String language,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<MovieInfo> getSimilarMovies(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
The similar movies method will let you retrieve the similar movies for a
particular movie.
@@ -2009,11 +2009,11 @@ extends
-
getMovieReviews
-public TmdbResultsList<Review> getMovieReviews(int movieId,
- Integer page,
- String language,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<Review> getMovieReviews(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
Get the reviews for a particular movie id.
- Parameters:
movieId - page - language - appendToResponse -
- Returns:
@@ -2027,11 +2027,11 @@ extends
-
getMovieLists
-public TmdbResultsList<UserList> getMovieLists(int movieId,
- Integer page,
- String language,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<UserList> getMovieLists(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
Get the lists that the movie belongs to
- Parameters:
movieId - language - page - appendToResponse -
- Returns:
@@ -2091,8 +2091,8 @@ extends
-
getLatestMovie
-public MovieDb getLatestMovie()
- throws MovieDbException
+public MovieInfo getLatestMovie()
+ throws MovieDbException
This method is used to retrieve the newest movie that was added to TMDb.
- Returns:
- Throws:
@@ -2105,9 +2105,9 @@ extends
-
getUpcoming
-public TmdbResultsList<MovieDb> getUpcoming(Integer page,
- String language)
- throws MovieDbException
+public ResultList<MovieInfo> getUpcoming(Integer page,
+ String language)
+ throws MovieDbException
Get the list of upcoming movies.
This list refreshes every day.
@@ -2125,9 +2125,9 @@ extends
-
getNowPlayingMovies
-public TmdbResultsList<MovieDb> getNowPlayingMovies(Integer page,
- String language)
- throws MovieDbException
+public ResultList<MovieInfo> getNowPlayingMovies(Integer page,
+ String language)
+ throws MovieDbException
This method is used to retrieve the movies currently in theatres.
This is a curated list that will normally contain 100 movies. The default
@@ -2144,9 +2144,9 @@ extends
-
getPopularMovieList
-public TmdbResultsList<MovieDb> getPopularMovieList(Integer page,
- String language)
- throws MovieDbException
+public ResultList<MovieInfo> getPopularMovieList(Integer page,
+ String language)
+ throws MovieDbException
This method is used to retrieve the daily movie popularity list.
This list is updated daily. The default response will return 20 movies.
@@ -2162,9 +2162,9 @@ extends
-
getTopRatedMovies
-public TmdbResultsList<MovieDb> getTopRatedMovies(Integer page,
- String language)
- throws MovieDbException
+public ResultList<MovieInfo> getTopRatedMovies(Integer page,
+ String language)
+ throws MovieDbException
This method is used to retrieve the top rated movies that have over 10
votes on TMDb.
@@ -2292,8 +2292,8 @@ extends
-
getPersonImages
-public TmdbResultsList<Artwork> getPersonImages(int personId)
- throws MovieDbException
+public ResultList<Artwork> getPersonImages(int personId)
+ throws MovieDbException
Get the images for a specific person id.
- Parameters:
personId -
- Returns:
@@ -2307,10 +2307,10 @@ extends
-
getPersonTaggedImages
-public TmdbResultsList<ArtworkMedia> getPersonTaggedImages(int personId,
- Integer page,
- String language)
- throws MovieDbException
+public ResultList<ArtworkMedia> getPersonTaggedImages(int personId,
+ Integer page,
+ String language)
+ throws MovieDbException
Get the images that have been tagged with a specific person id.
We return all of the image results with a media object mapped for each
@@ -2353,8 +2353,8 @@ extends
-
getPersonPopular
-public TmdbResultsList<PersonFind> getPersonPopular(Integer page)
- throws MovieDbException
+public ResultList<PersonFind> getPersonPopular(Integer page)
+ throws MovieDbException
Get the list of popular people on The Movie Database.
This list refreshes every day.
@@ -2398,9 +2398,9 @@ extends
-
searchCompanies
-public TmdbResultsList<Company> searchCompanies(String query,
- Integer page)
- throws MovieDbException
+public ResultList<Company> searchCompanies(String query,
+ Integer page)
+ throws MovieDbException
Search Companies.
You can use this method to search for production companies that are part
@@ -2419,10 +2419,10 @@ extends
-
searchCollection
-public TmdbResultsList<Collection> searchCollection(String query,
- Integer page,
- String language)
- throws MovieDbException
+public ResultList<Collection> searchCollection(String query,
+ Integer page,
+ String language)
+ throws MovieDbException
Search for collections by name.
- Parameters:
query - language - page -
- Returns:
@@ -2436,9 +2436,9 @@ extends
-
searchKeyword
-public TmdbResultsList<Keyword> searchKeyword(String query,
- Integer page)
- throws MovieDbException
+public ResultList<Keyword> searchKeyword(String query,
+ Integer page)
+ throws MovieDbException
Search for keywords by name
- Parameters:
query - page -
- Returns:
@@ -2452,10 +2452,10 @@ extends
-
searchList
-public TmdbResultsList<UserList> searchList(String query,
- Integer page,
- Boolean includeAdult)
- throws MovieDbException
+public ResultList<UserList> searchList(String query,
+ Integer page,
+ Boolean includeAdult)
+ throws MovieDbException
Search for lists by name and description.
- Parameters:
query - includeAdult - page -
- Returns:
@@ -2469,14 +2469,14 @@ extends
-
searchMovie
-public TmdbResultsList<MovieDb> searchMovie(String query,
- Integer page,
- String language,
- Boolean includeAdult,
- Integer searchYear,
- Integer primaryReleaseYear,
- SearchType searchType)
- throws MovieDbException
+public ResultList<MovieInfo> searchMovie(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult,
+ Integer searchYear,
+ Integer primaryReleaseYear,
+ SearchType searchType)
+ throws MovieDbException
Search Movies This is a good starting point to start finding movies on
TMDb.
- Parameters:
query - searchYear - Limit the search to the provided year. Zero (0) will
@@ -2493,11 +2493,11 @@ extends
-
searchMulti
-public TmdbResultsList<MediaBasic> searchMulti(String query,
- Integer page,
- String language,
- Boolean includeAdult)
- throws MovieDbException
+public ResultList<MediaBasic> searchMulti(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult)
+ throws MovieDbException
Search the movie, tv show and person collections with a single query.
Each item returned in the result array has a media_type field that maps
@@ -2517,11 +2517,11 @@ extends
-
searchPeople
-public TmdbResultsList<PersonFind> searchPeople(String query,
- Integer page,
- Boolean includeAdult,
- SearchType searchType)
- throws MovieDbException
+public ResultList<PersonFind> searchPeople(String query,
+ Integer page,
+ Boolean includeAdult,
+ SearchType searchType)
+ throws MovieDbException
This is a good starting point to start finding people on TMDb.
The idea is to be a quick and light method so you can iterate through
@@ -2538,12 +2538,12 @@ extends
-
searchTV
-public TmdbResultsList<TVBasic> searchTV(String query,
- Integer page,
- String language,
- Integer firstAirDateYear,
- SearchType searchType)
- throws MovieDbException
+public ResultList<TVBasic> searchTV(String query,
+ Integer page,
+ String language,
+ Integer firstAirDateYear,
+ SearchType searchType)
+ throws MovieDbException
Search for TV shows by title.
- Parameters:
query - page - language - firstAirDateYear - searchType -
- Returns:
@@ -2593,8 +2593,8 @@ extends
-
getTVAlternativeTitles
-public TmdbResultsList<AlternativeTitle> getTVAlternativeTitles(int tvID)
- throws MovieDbException
+public ResultList<AlternativeTitle> getTVAlternativeTitles(int tvID)
+ throws MovieDbException
Get the alternative titles for a specific show ID.
- Parameters:
tvID -
- Returns:
@@ -2625,8 +2625,8 @@ extends
-
getTVContentRatings
-public TmdbResultsList<ContentRating> getTVContentRatings(int tvID)
- throws MovieDbException
+public ResultList<ContentRating> getTVContentRatings(int tvID)
+ throws MovieDbException
Get the content ratings for a specific TV show id.
- Parameters:
tvID -
- Returns:
@@ -2673,10 +2673,10 @@ extends
-
getTVImages
-public TmdbResultsList<Artwork> getTVImages(int tvID,
- String language,
- String... includeImageLanguage)
- throws MovieDbException
+public ResultList<Artwork> getTVImages(int tvID,
+ String language,
+ String... includeImageLanguage)
+ throws MovieDbException
Get the images (posters and backdrops) for a TV series.
- Parameters:
tvID - language - includeImageLanguage -
- Returns:
@@ -2690,9 +2690,9 @@ extends
-
getTVKeywords
-public TmdbResultsList<Keyword> getTVKeywords(int tvID,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<Keyword> getTVKeywords(int tvID,
+ String... appendToResponse)
+ throws MovieDbException
Get the plot keywords for a specific TV show id.
- Parameters:
tvID - appendToResponse -
- Returns:
@@ -2726,11 +2726,11 @@ extends
-
getTVSimilar
-public TmdbResultsList<TVInfo> getTVSimilar(int tvID,
- Integer page,
- String language,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<TVInfo> getTVSimilar(int tvID,
+ Integer page,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
Get the similar TV shows for a specific tv id.
- Parameters:
tvID - page - language - appendToResponse -
- Returns:
@@ -2744,8 +2744,8 @@ extends
-
getTVTranslations
-public TmdbResultsList<Translation> getTVTranslations(int tvID)
- throws MovieDbException
+public ResultList<Translation> getTVTranslations(int tvID)
+ throws MovieDbException
Get the list of translations that exist for a TV series. These
translations cascade down to the episode level.
- Parameters:
tvID -
@@ -2760,9 +2760,9 @@ extends
-
getTVVideos
-public TmdbResultsList<Video> getTVVideos(int tvID,
- String language)
- throws MovieDbException
+public ResultList<Video> getTVVideos(int tvID,
+ String language)
+ throws MovieDbException
Get the videos that have been added to a TV series (trailers, opening
credits, etc...)
- Parameters:
tvID - language -
@@ -2791,9 +2791,9 @@ extends
-
getTVOnTheAir
-public TmdbResultsList<TVBasic> getTVOnTheAir(Integer page,
- String language)
- throws MovieDbException
+public ResultList<TVBasic> getTVOnTheAir(Integer page,
+ String language)
+ throws MovieDbException
Get the list of TV shows that are currently on the air.
This query looks for any TV show that has an episode with an air date in
@@ -2810,10 +2810,10 @@ extends
-
getTVAiringToday
-public TmdbResultsList<TVBasic> getTVAiringToday(Integer page,
- String language,
- String timezone)
- throws MovieDbException
+public ResultList<TVBasic> getTVAiringToday(Integer page,
+ String language,
+ String timezone)
+ throws MovieDbException
Get the list of TV shows that air today.
Without a specified timezone, this query defaults to EST
@@ -2829,9 +2829,9 @@ extends
-
getTVTopRated
-public TmdbResultsList<TVBasic> getTVTopRated(Integer page,
- String language)
- throws MovieDbException
+public ResultList<TVBasic> getTVTopRated(Integer page,
+ String language)
+ throws MovieDbException
Get the list of top rated TV shows.
By default, this list will only include TV shows that have 2 or more
@@ -2850,9 +2850,9 @@ extends
-
getTVPopular
-public TmdbResultsList<TVBasic> getTVPopular(Integer page,
- String language)
- throws MovieDbException
+public ResultList<TVBasic> getTVPopular(Integer page,
+ String language)
+ throws MovieDbException
Get the list of popular TV shows. This list refreshes every day.
- Parameters:
page - language -
- Returns:
diff --git a/apidocs/com/omertron/themoviedbapi/class-use/Compare.html b/apidocs/com/omertron/themoviedbapi/class-use/Compare.html
index 8a4e655ec..c40ad3c8a 100644
--- a/apidocs/com/omertron/themoviedbapi/class-use/Compare.html
+++ b/apidocs/com/omertron/themoviedbapi/class-use/Compare.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.Compare (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 33ba4b8a1..292d61013 100644
--- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html
+++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 4.0-SNAPSHOT API)
@@ -177,7 +177,7 @@
-TmdbResultsList<Artwork>
+ResultList<Artwork>
TheMovieDbApi.getCollectionImages(int collectionId,
String language)
Get all of the images for a particular collection by collection id.
@@ -234,21 +234,21 @@
-List<MovieBasic>
+ResultList<MovieBasic>
TheMovieDbApi.getFavoriteMovies(String sessionId,
int accountId)
Get the account favourite movies
-List
+ResultList<TVBasic>
TheMovieDbApi.getFavoriteTv(String sessionId,
int accountId)
Get the list of favorite TV series for an account.
-TmdbResultsList<Genre>
+ResultList<Genre>
TheMovieDbApi.getGenreMovieList(String language)
Get the list of Movie genres.
@@ -264,13 +264,13 @@
-TmdbResultsList<Genre>
+ResultList<Genre>
TheMovieDbApi.getGenreTVList(String language)
Get the list of TV genres..
-List<MovieBasic>
+ResultList<MovieBasic>
TheMovieDbApi.getGuestRatedMovies(String guestSessionId,
String language,
Integer page,
@@ -285,7 +285,7 @@
-TmdbResultsList<JobDepartment>
+ResultList<JobDepartment>
TheMovieDbApi.getJobs()
Get a list of valid jobs
@@ -297,7 +297,7 @@
-TmdbResultsList<MovieBasic>
+ResultList<MovieBasic>
TheMovieDbApi.getKeywordMovies(String keywordId,
String language,
Integer page)
@@ -305,7 +305,7 @@
-MovieDb
+MovieInfo
TheMovieDbApi.getLatestMovie()
This method is used to retrieve the newest movie that was added to TMDb.
@@ -317,7 +317,7 @@
-ListItem<MovieDb>
+ListItem<MovieInfo>
TheMovieDbApi.getList(String listId)
Get a list by its ID
@@ -331,7 +331,7 @@
-TmdbResultsList<AlternativeTitle>
+ResultList<AlternativeTitle>
TheMovieDbApi.getMovieAlternativeTitles(int movieId,
String country,
String... appendToResponse)
@@ -340,7 +340,7 @@
-List<ChangeListItem>
+ResultList<ChangeListItem>
TheMovieDbApi.getMovieChangeList(Integer page,
String startDate,
String endDate)
@@ -363,7 +363,7 @@
-TmdbResultsList<Artwork>
+ResultList<Artwork>
TheMovieDbApi.getMovieImages(int movieId,
String language,
String... appendToResponse)
@@ -372,7 +372,7 @@
-MovieDb
+MovieInfo
TheMovieDbApi.getMovieInfo(int movieId,
String language,
String... appendToResponse)
@@ -380,7 +380,7 @@
-MovieDb
+MovieInfo
TheMovieDbApi.getMovieInfoImdb(String imdbId,
String language,
String... appendToResponse)
@@ -388,7 +388,7 @@
-TmdbResultsList<Keyword>
+ResultList<Keyword>
TheMovieDbApi.getMovieKeywords(int movieId,
String... appendToResponse)
This method is used to retrieve all of the keywords that have been added
@@ -396,7 +396,7 @@
-TmdbResultsList<UserList>
+ResultList<UserList>
TheMovieDbApi.getMovieLists(int movieId,
Integer page,
String language,
@@ -405,7 +405,7 @@
-TmdbResultsList<ReleaseInfo>
+ResultList<ReleaseInfo>
TheMovieDbApi.getMovieReleaseInfo(int movieId,
String language,
String... appendToResponse)
@@ -414,7 +414,7 @@
-TmdbResultsList<Review>
+ResultList<Review>
TheMovieDbApi.getMovieReviews(int movieId,
Integer page,
String language,
@@ -429,7 +429,7 @@
-TmdbResultsList<Translation>
+ResultList<Translation>
TheMovieDbApi.getMovieTranslations(int movieId,
String... appendToResponse)
This method is used to retrieve a list of the available translations for
@@ -437,7 +437,7 @@
-TmdbResultsList<Video>
+ResultList<Video>
TheMovieDbApi.getMovieVideos(int movieId,
String language,
String... appendToResponse)
@@ -452,14 +452,14 @@
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
TheMovieDbApi.getNowPlayingMovies(Integer page,
String language)
This method is used to retrieve the movies currently in theatres.
-List<ChangeListItem>
+ResultList<ChangeListItem>
TheMovieDbApi.getPersonChangeList(Integer page,
String startDate,
String endDate)
@@ -489,7 +489,7 @@
-TmdbResultsList<Artwork>
+ResultList<Artwork>
TheMovieDbApi.getPersonImages(int personId)
Get the images for a specific person id.
@@ -516,13 +516,13 @@
-TmdbResultsList<PersonFind>
+ResultList<PersonFind>
TheMovieDbApi.getPersonPopular(Integer page)
Get the list of popular people on The Movie Database.
-TmdbResultsList<ArtworkMedia>
+ResultList<ArtworkMedia>
TheMovieDbApi.getPersonTaggedImages(int personId,
Integer page,
String language)
@@ -538,14 +538,14 @@
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
TheMovieDbApi.getPopularMovieList(Integer page,
String language)
This method is used to retrieve the daily movie popularity list.
-List<MovieBasic>
+ResultList<MovieBasic>
TheMovieDbApi.getRatedMovies(String sessionId,
int accountId,
Integer page,
@@ -555,7 +555,7 @@
-List<TVBasic>
+ResultList<TVBasic>
TheMovieDbApi.getRatedTV(String sessionId,
int accountId,
Integer page,
@@ -585,7 +585,7 @@
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
TheMovieDbApi.getSimilarMovies(int movieId,
Integer page,
String language,
@@ -602,7 +602,7 @@
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
TheMovieDbApi.getTopRatedMovies(Integer page,
String language)
This method is used to retrieve the top rated movies that have over 10
@@ -618,7 +618,7 @@
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
TheMovieDbApi.getTVAiringToday(Integer page,
String language,
String timezone)
@@ -626,7 +626,7 @@
-TmdbResultsList<AlternativeTitle>
+ResultList<AlternativeTitle>
TheMovieDbApi.getTVAlternativeTitles(int tvID)
Get the alternative titles for a specific show ID.
@@ -638,7 +638,7 @@
-List<ChangeListItem>
+ResultList<ChangeListItem>
TheMovieDbApi.getTvChangeList(Integer page,
String startDate,
String endDate)
@@ -654,7 +654,7 @@
-TmdbResultsList<ContentRating>
+ResultList<ContentRating>
TheMovieDbApi.getTVContentRatings(int tvID)
Get the content ratings for a specific TV show id.
@@ -675,7 +675,7 @@
-TmdbResultsList<Artwork>
+ResultList<Artwork>
TheMovieDbApi.getTVImages(int tvID,
String language,
String... includeImageLanguage)
@@ -691,28 +691,28 @@
-TmdbResultsList<Keyword>
+ResultList<Keyword>
TheMovieDbApi.getTVKeywords(int tvID,
String... appendToResponse)
Get the plot keywords for a specific TV show id.
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
TheMovieDbApi.getTVOnTheAir(Integer page,
String language)
Get the list of TV shows that are currently on the air.
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
TheMovieDbApi.getTVPopular(Integer page,
String language)
Get the list of popular TV shows.
-TmdbResultsList<TVInfo>
+ResultList<TVInfo>
TheMovieDbApi.getTVSimilar(int tvID,
Integer page,
String language,
@@ -721,20 +721,20 @@
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
TheMovieDbApi.getTVTopRated(Integer page,
String language)
Get the list of top rated TV shows.
-TmdbResultsList<Translation>
+ResultList<Translation>
TheMovieDbApi.getTVTranslations(int tvID)
Get the list of translations that exist for a TV series.
-TmdbResultsList<Video>
+ResultList<Video>
TheMovieDbApi.getTVVideos(int tvID,
String language)
Get the videos that have been added to a TV series (trailers, opening
@@ -742,7 +742,7 @@
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
TheMovieDbApi.getUpcoming(Integer page,
String language)
Get the list of upcoming movies.
@@ -756,7 +756,7 @@
-List<MovieBasic>
+ResultList<MovieBasic>
TheMovieDbApi.getWatchListMovie(String sessionId,
int accountId,
Integer page,
@@ -766,7 +766,7 @@
-List<TVBasic>
+ResultList<TVBasic>
TheMovieDbApi.getWatchListTV(String sessionId,
int accountId,
Integer page,
@@ -821,7 +821,7 @@
-TmdbResultsList<Collection>
+ResultList<Collection>
TheMovieDbApi.searchCollection(String query,
Integer page,
String language)
@@ -829,21 +829,21 @@
-TmdbResultsList<Company>
+ResultList<Company>
TheMovieDbApi.searchCompanies(String query,
Integer page)
Search Companies.
-TmdbResultsList<Keyword>
+ResultList<Keyword>
TheMovieDbApi.searchKeyword(String query,
Integer page)
Search for keywords by name
-TmdbResultsList<UserList>
+ResultList<UserList>
TheMovieDbApi.searchList(String query,
Integer page,
Boolean includeAdult)
@@ -851,7 +851,7 @@
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
TheMovieDbApi.searchMovie(String query,
Integer page,
String language,
@@ -864,7 +864,7 @@
-TmdbResultsList<MediaBasic>
+ResultList<MediaBasic>
TheMovieDbApi.searchMulti(String query,
Integer page,
String language,
@@ -873,7 +873,7 @@
-TmdbResultsList<PersonFind>
+ResultList<PersonFind>
TheMovieDbApi.searchPeople(String query,
Integer page,
Boolean includeAdult,
@@ -882,7 +882,7 @@
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
TheMovieDbApi.searchTV(String query,
Integer page,
String language,
@@ -983,7 +983,7 @@
-List<ChangeListItem>
+ResultList<ChangeListItem>
TmdbChanges.getChangeList(MethodBase method,
Integer page,
String startDate,
@@ -992,7 +992,7 @@
-TmdbResultsList<Artwork>
+ResultList<Artwork>
TmdbCollections.getCollectionImages(int collectionId,
String language)
Get all of the images for a particular collection by collection id.
@@ -1083,7 +1083,7 @@
-TmdbResultsList<Artwork>
+ResultList<Artwork>
TmdbTVEpisodes.getEpisodeImages(int tvID,
int seasonNumber,
int episodeNumber)
@@ -1103,7 +1103,7 @@
-TmdbResultsList<Video>
+ResultList<Video>
TmdbTVEpisodes.getEpisodeVideos(int tvID,
int seasonNumber,
int episodeNumber,
@@ -1113,21 +1113,21 @@
-List<MovieBasic>
+ResultList<MovieBasic>
TmdbAccount.getFavoriteMovies(String sessionId,
int accountId)
Get the list of favorite movies for an account.
-List<TVBasic>
+ResultList<TVBasic>
TmdbAccount.getFavoriteTv(String sessionId,
int accountId)
Get the list of favorite TV series for an account.
-TmdbResultsList<Genre>
+ResultList<Genre>
TmdbGenres.getGenreMovieList(String language)
Get the list of movie genres.
@@ -1143,13 +1143,13 @@
-TmdbResultsList<Genre>
+ResultList<Genre>
TmdbGenres.getGenreTVList(String language)
Get the list of TV genres.
-List<MovieBasic>
+ResultList<MovieBasic>
TmdbAccount.getGuestRatedMovies(String guestSessionId,
String language,
Integer page,
@@ -1164,7 +1164,7 @@
-TmdbResultsList<JobDepartment>
+ResultList<JobDepartment>
TmdbConfiguration.getJobs()
Get a list of valid jobs
@@ -1176,7 +1176,7 @@
-TmdbResultsList<MovieBasic>
+ResultList<MovieBasic>
TmdbKeywords.getKeywordMovies(String keywordId,
String language,
Integer page)
@@ -1184,7 +1184,7 @@
-MovieDb
+MovieInfo
TmdbMovies.getLatestMovie()
This method is used to retrieve the newest movie that was added to TMDb.
@@ -1196,7 +1196,7 @@
-ListItem<MovieDb>
+ListItem<MovieInfo>
TmdbLists.getList(String listId)
Get a list by its ID
@@ -1210,7 +1210,7 @@
-TmdbResultsList<AlternativeTitle>
+ResultList<AlternativeTitle>
TmdbMovies.getMovieAlternativeTitles(int movieId,
String country,
String... appendToResponse)
@@ -1234,7 +1234,7 @@
-TmdbResultsList<Artwork>
+ResultList<Artwork>
TmdbMovies.getMovieImages(int movieId,
String language,
String... appendToResponse)
@@ -1243,7 +1243,7 @@
-MovieDb
+MovieInfo
TmdbMovies.getMovieInfo(int movieId,
String language,
String... appendToResponse)
@@ -1251,7 +1251,7 @@
-MovieDb
+MovieInfo
TmdbMovies.getMovieInfoImdb(String imdbId,
String language,
String... appendToResponse)
@@ -1259,7 +1259,7 @@
-TmdbResultsList<Keyword>
+ResultList<Keyword>
TmdbMovies.getMovieKeywords(int movieId,
String... appendToResponse)
This method is used to retrieve all of the keywords that have been added
@@ -1267,7 +1267,7 @@
-TmdbResultsList<UserList>
+ResultList<UserList>
TmdbMovies.getMovieLists(int movieId,
Integer page,
String language,
@@ -1276,7 +1276,7 @@
-TmdbResultsList<ReleaseInfo>
+ResultList<ReleaseInfo>
TmdbMovies.getMovieReleaseInfo(int movieId,
String language,
String... appendToResponse)
@@ -1285,7 +1285,7 @@
-TmdbResultsList<Review>
+ResultList<Review>
TmdbMovies.getMovieReviews(int movieId,
Integer page,
String language,
@@ -1300,7 +1300,7 @@
-TmdbResultsList<Translation>
+ResultList<Translation>
TmdbMovies.getMovieTranslations(int movieId,
String... appendToResponse)
This method is used to retrieve a list of the available translations for
@@ -1308,7 +1308,7 @@
-TmdbResultsList<Video>
+ResultList<Video>
TmdbMovies.getMovieVideos(int movieId,
String language,
String... appendToResponse)
@@ -1323,7 +1323,7 @@
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
TmdbMovies.getNowPlayingMovies(Integer page,
String language)
This method is used to retrieve the movies currently in theatres.
@@ -1352,7 +1352,7 @@
-TmdbResultsList<Artwork>
+ResultList<Artwork>
TmdbPeople.getPersonImages(int personId)
Get the images for a specific person id.
@@ -1379,13 +1379,13 @@
-TmdbResultsList<PersonFind>
+ResultList<PersonFind>
TmdbPeople.getPersonPopular(Integer page)
Get the list of popular people on The Movie Database.
-TmdbResultsList<ArtworkMedia>
+ResultList<ArtworkMedia>
TmdbPeople.getPersonTaggedImages(int personId,
Integer page,
String language)
@@ -1401,14 +1401,14 @@
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
TmdbMovies.getPopularMovieList(Integer page,
String language)
This method is used to retrieve the daily movie popularity list.
-List<MovieBasic>
+ResultList<MovieBasic>
TmdbAccount.getRatedMovies(String sessionId,
int accountId,
Integer page,
@@ -1418,7 +1418,7 @@
-List<TVBasic>
+ResultList<TVBasic>
TmdbAccount.getRatedTV(String sessionId,
int accountId,
Integer page,
@@ -1466,7 +1466,7 @@
-TmdbResultsList<Artwork>
+ResultList<Artwork>
TmdbTVSeasons.getSeasonImages(int tvID,
int seasonNumber,
String language,
@@ -1484,7 +1484,7 @@
-TmdbResultsList<Video>
+ResultList<Video>
TmdbTVSeasons.getSeasonVideos(int tvID,
int seasonNumber,
String language)
@@ -1507,7 +1507,7 @@
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
TmdbMovies.getSimilarMovies(int movieId,
Integer page,
String language,
@@ -1523,7 +1523,7 @@
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
TmdbMovies.getTopRatedMovies(Integer page,
String language)
This method is used to retrieve the top rated movies that have over 10
@@ -1539,7 +1539,7 @@
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
TmdbTV.getTVAiringToday(Integer page,
String language,
String timezone)
@@ -1547,7 +1547,7 @@
-TmdbResultsList<AlternativeTitle>
+ResultList<AlternativeTitle>
TmdbTV.getTVAlternativeTitles(int tvID)
Get the alternative titles for a specific show ID.
@@ -1567,7 +1567,7 @@
-TmdbResultsList<ContentRating>
+ResultList<ContentRating>
TmdbTV.getTVContentRatings(int tvID)
Get the content ratings for a specific TV show id.
@@ -1588,7 +1588,7 @@
-TmdbResultsList<Artwork>
+ResultList<Artwork>
TmdbTV.getTVImages(int tvID,
String language,
String... includeImageLanguage)
@@ -1604,28 +1604,28 @@
-TmdbResultsList<Keyword>
+ResultList<Keyword>
TmdbTV.getTVKeywords(int tvID,
String... appendToResponse)
Get the plot keywords for a specific TV show id.
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
TmdbTV.getTVOnTheAir(Integer page,
String language)
Get the list of TV shows that are currently on the air.
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
TmdbTV.getTVPopular(Integer page,
String language)
Get the list of popular TV shows.
-TmdbResultsList<TVInfo>
+ResultList<TVInfo>
TmdbTV.getTVSimilar(int tvID,
Integer page,
String language,
@@ -1634,20 +1634,20 @@
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
TmdbTV.getTVTopRated(Integer page,
String language)
Get the list of top rated TV shows.
-TmdbResultsList<Translation>
+ResultList<Translation>
TmdbTV.getTVTranslations(int tvID)
Get the list of translations that exist for a TV series.
-TmdbResultsList<Video>
+ResultList<Video>
TmdbTV.getTVVideos(int tvID,
String language)
Get the videos that have been added to a TV series (trailers, opening
@@ -1661,7 +1661,7 @@
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
TmdbMovies.getUpcoming(Integer page,
String language)
Get the list of upcoming movies.
@@ -1675,7 +1675,7 @@
-List<MovieBasic>
+ResultList<MovieBasic>
TmdbAccount.getWatchListMovie(String sessionId,
int accountId,
Integer page,
@@ -1685,7 +1685,7 @@
-List<TVBasic>
+ResultList<TVBasic>
TmdbAccount.getWatchListTV(String sessionId,
int accountId,
Integer page,
@@ -1768,7 +1768,7 @@
-TmdbResultsList<Collection>
+ResultList<Collection>
TmdbSearch.searchCollection(String query,
Integer page,
String language)
@@ -1776,21 +1776,21 @@
-TmdbResultsList<Company>
+ResultList<Company>
TmdbSearch.searchCompanies(String query,
Integer page)
Search Companies.
-TmdbResultsList<Keyword>
+ResultList<Keyword>
TmdbSearch.searchKeyword(String query,
Integer page)
Search for keywords by name
-TmdbResultsList<UserList>
+ResultList<UserList>
TmdbSearch.searchList(String query,
Integer page,
Boolean includeAdult)
@@ -1798,7 +1798,7 @@
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
TmdbSearch.searchMovie(String query,
Integer page,
String language,
@@ -1810,7 +1810,7 @@
-TmdbResultsList<MediaBasic>
+ResultList<MediaBasic>
TmdbSearch.searchMulti(String query,
Integer page,
String language,
@@ -1819,7 +1819,7 @@
-TmdbResultsList<PersonFind>
+ResultList<PersonFind>
TmdbSearch.searchPeople(String query,
Integer page,
Boolean includeAdult,
@@ -1828,7 +1828,7 @@
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
TmdbSearch.searchTV(String query,
Integer page,
String language,
diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html
index 337522b19..7e23c1568 100644
--- a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html
+++ b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html
index 06065edfb..ba455ddc1 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html
@@ -2,7 +2,7 @@
-
+
ArtworkType (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html b/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html
index e632cb4f6..c1da1d59e 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html
@@ -2,7 +2,7 @@
-
+
CreditType (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html b/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html
index 93fd94c5b..79c3fa9ec 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html
@@ -2,7 +2,7 @@
-
+
ExternalSource (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html b/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html
index b4dbd683a..9ba3c83b5 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html
@@ -2,7 +2,7 @@
-
+
MediaType (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html b/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html
index f9945a9d8..c806b8c28 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html
@@ -2,7 +2,7 @@
-
+
SearchType (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html b/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html
index 1faa6feb9..19b583e86 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html
@@ -2,7 +2,7 @@
-
+
SortBy (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html
index d1d2631cd..2f252e517 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.enumeration.ArtworkType (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html
index 555dc769a..c49974705 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.enumeration.CreditType (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html
index ba709fdcb..737f9a150 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.enumeration.ExternalSource (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MediaType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MediaType.html
index b7c7a792e..d21321c91 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MediaType.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MediaType.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.enumeration.MediaType (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html
index a4f251a73..4f53ecffb 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.enumeration.SearchType (API-The MovieDB 4.0-SNAPSHOT API)
@@ -105,7 +105,7 @@
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
TheMovieDbApi.searchMovie(String query,
Integer page,
String language,
@@ -118,7 +118,7 @@
-TmdbResultsList<PersonFind>
+ResultList<PersonFind>
TheMovieDbApi.searchPeople(String query,
Integer page,
Boolean includeAdult,
@@ -127,7 +127,7 @@
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
TheMovieDbApi.searchTV(String query,
Integer page,
String language,
@@ -178,7 +178,7 @@ the order they are declared.
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
TmdbSearch.searchMovie(String query,
Integer page,
String language,
@@ -190,7 +190,7 @@ the order they are declared.
-TmdbResultsList<PersonFind>
+ResultList<PersonFind>
TmdbSearch.searchPeople(String query,
Integer page,
Boolean includeAdult,
@@ -199,7 +199,7 @@ the order they are declared.
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
TmdbSearch.searchTV(String query,
Integer page,
String language,
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SortBy.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SortBy.html
index 5c32d712a..9c6f48d37 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SortBy.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SortBy.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.enumeration.SortBy (API-The MovieDB 4.0-SNAPSHOT API)
@@ -109,7 +109,7 @@
-List<MovieBasic>
+ResultList<MovieBasic>
TheMovieDbApi.getGuestRatedMovies(String guestSessionId,
String language,
Integer page,
@@ -159,7 +159,7 @@ the order they are declared.
-List<MovieBasic>
+ResultList<MovieBasic>
TmdbAccount.getGuestRatedMovies(String guestSessionId,
String language,
Integer page,
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html
index ed964de43..91bf2299e 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html
index 952908fb3..dfe4c1b0f 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-tree.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-tree.html
index fddd11158..e096a4a95 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.enumeration Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-use.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-use.html
index 71f04711e..614681536 100644
--- a/apidocs/com/omertron/themoviedbapi/enumeration/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.enumeration (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
index 6165ff579..36bebfe91 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/AbstractMethod.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/AbstractMethod.html
@@ -2,7 +2,7 @@
-
+
AbstractMethod (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbAccount.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbAccount.html
index d193299bb..b2a449e6c 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbAccount.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbAccount.html
@@ -2,7 +2,7 @@
-
+
TmdbAccount (API-The MovieDB 4.0-SNAPSHOT API)
@@ -167,21 +167,21 @@ extends
-List<MovieBasic>
+ResultList<MovieBasic>
getFavoriteMovies(String sessionId,
int accountId)
Get the list of favorite movies for an account.
-List<TVBasic>
+ResultList<TVBasic>
getFavoriteTv(String sessionId,
int accountId)
Get the list of favorite TV series for an account.
-List<MovieBasic>
+ResultList<MovieBasic>
getGuestRatedMovies(String guestSessionId,
String language,
Integer page,
@@ -190,7 +190,7 @@ extends
-List<MovieBasic>
+ResultList<MovieBasic>
getRatedMovies(String sessionId,
int accountId,
Integer page,
@@ -200,7 +200,7 @@ extends
-List<TVBasic>
+ResultList<TVBasic>
getRatedTV(String sessionId,
int accountId,
Integer page,
@@ -217,7 +217,7 @@ extends
-List<MovieBasic>
+ResultList<MovieBasic>
getWatchListMovie(String sessionId,
int accountId,
Integer page,
@@ -227,7 +227,7 @@ extends
-List<TVBasic>
+ResultList<TVBasic>
getWatchListTV(String sessionId,
int accountId,
Integer page,
@@ -313,8 +313,7 @@ extends Account getAccount(String sessionId)
throws MovieDbException
-Get the basic information for an account. You will need to have a valid
- session id.
+Get the basic information for an account. You will need to have a valid session id.
- Parameters:
sessionId -
- Returns:
- Throws:
@@ -343,9 +342,9 @@ extends
-
getFavoriteMovies
-public List<MovieBasic> getFavoriteMovies(String sessionId,
- int accountId)
- throws MovieDbException
+public ResultList<MovieBasic> getFavoriteMovies(String sessionId,
+ int accountId)
+ throws MovieDbException
Get the list of favorite movies for an account.
- Parameters:
sessionId - accountId -
- Returns:
@@ -359,9 +358,9 @@ extends
-
getFavoriteTv
-public List<TVBasic> getFavoriteTv(String sessionId,
- int accountId)
- throws MovieDbException
+public ResultList<TVBasic> getFavoriteTv(String sessionId,
+ int accountId)
+ throws MovieDbException
Get the list of favorite TV series for an account.
- Parameters:
sessionId - accountId -
- Returns:
@@ -394,12 +393,12 @@ extends
-
getRatedMovies
-public List<MovieBasic> getRatedMovies(String sessionId,
- int accountId,
- Integer page,
- String sortBy,
- String language)
- throws MovieDbException
+public ResultList<MovieBasic> getRatedMovies(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+ throws MovieDbException
Get the list of rated movies (and associated rating) for an account.
- Parameters:
sessionId - accountId - page - sortBy - language -
- Returns:
@@ -413,12 +412,12 @@ extends
-
getRatedTV
-public List<TVBasic> getRatedTV(String sessionId,
- int accountId,
- Integer page,
- String sortBy,
- String language)
- throws MovieDbException
+public ResultList<TVBasic> getRatedTV(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+ throws MovieDbException
Get the list of rated TV shows (and associated rating) for an account.
- Parameters:
sessionId - accountId - page - sortBy - language -
- Returns:
@@ -432,12 +431,12 @@ extends
-
getWatchListMovie
-public List<MovieBasic> getWatchListMovie(String sessionId,
- int accountId,
- Integer page,
- String sortBy,
- String language)
- throws MovieDbException
+public ResultList<MovieBasic> getWatchListMovie(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+ throws MovieDbException
Get the list of movies on an accounts watch list.
- Parameters:
sessionId - accountId - page - sortBy - language -
- Returns:
- The watch list of the user
@@ -451,12 +450,12 @@ extends
-
getWatchListTV
-public List<TVBasic> getWatchListTV(String sessionId,
- int accountId,
- Integer page,
- String sortBy,
- String language)
- throws MovieDbException
+public ResultList<TVBasic> getWatchListTV(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+ throws MovieDbException
Get the list of movies on an accounts watch list.
- Parameters:
sessionId - accountId - page - sortBy - language -
- Returns:
- The watch list of the user
@@ -489,11 +488,11 @@ extends
-
getGuestRatedMovies
-public List<MovieBasic> getGuestRatedMovies(String guestSessionId,
- String language,
- Integer page,
- SortBy sortBy)
- throws MovieDbException
+public ResultList<MovieBasic> getGuestRatedMovies(String guestSessionId,
+ String language,
+ Integer page,
+ SortBy sortBy)
+ throws MovieDbException
Get a list of rated movies for a specific guest session id.
- Parameters:
guestSessionId - language - page - sortBy - only CREATED_AT_ASC or CREATED_AT_DESC is supported
- Returns:
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbAuthentication.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbAuthentication.html
index f3c5a4ce1..9cfbcd673 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbAuthentication.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbAuthentication.html
@@ -2,7 +2,7 @@
-
+
TmdbAuthentication (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbCertifications.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbCertifications.html
index 3268c7d58..942ef3def 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbCertifications.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbCertifications.html
@@ -2,7 +2,7 @@
-
+
TmdbCertifications (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbChanges.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbChanges.html
index eb60eea0c..b8dac94b7 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbChanges.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbChanges.html
@@ -2,7 +2,7 @@
-
+
TmdbChanges (API-The MovieDB 4.0-SNAPSHOT API)
@@ -161,7 +161,7 @@ extends Method and Description
-List<ChangeListItem>
+ResultList<ChangeListItem>
getChangeList(MethodBase method,
Integer page,
String startDate,
@@ -224,15 +224,14 @@ extends
-
getChangeList
-public List<ChangeListItem> getChangeList(MethodBase method,
- Integer page,
- String startDate,
- String endDate)
- throws MovieDbException
+public ResultList<ChangeListItem> getChangeList(MethodBase method,
+ Integer page,
+ String startDate,
+ String endDate)
+ throws MovieDbException
Get a list of Media IDs that have been edited.
- You can then use the movie/TV/person changes API to get the actual data
- that has been changed.
+ You can then use the movie/TV/person changes API to get the actual data that has been changed.
- Parameters:
method - The method base to getpage - startDate - the start date of the changes, optionalendDate - the end date of the changes, optional
- Returns:
- List of changed movie
- Throws:
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbCollections.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbCollections.html
index d2b2b2249..05f9f6838 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbCollections.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbCollections.html
@@ -2,7 +2,7 @@
-
+
TmdbCollections (API-The MovieDB 4.0-SNAPSHOT API)
@@ -161,7 +161,7 @@ extends Method and Description
-TmdbResultsList<Artwork>
+ResultList<Artwork>
getCollectionImages(int collectionId,
String language)
Get all of the images for a particular collection by collection id.
@@ -250,9 +250,9 @@ extends
-
getCollectionImages
-public TmdbResultsList<Artwork> getCollectionImages(int collectionId,
- String language)
- throws MovieDbException
+public ResultList<Artwork> getCollectionImages(int collectionId,
+ String language)
+ throws MovieDbException
Get all of the images for a particular collection by collection id.
- Parameters:
collectionId - language -
- Returns:
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbCompanies.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbCompanies.html
index 7fec67d4c..105b297ed 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbCompanies.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbCompanies.html
@@ -2,7 +2,7 @@
-
+
TmdbCompanies (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbConfiguration.html
index adf712eaa..22aabb9f5 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbConfiguration.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbConfiguration.html
@@ -2,7 +2,7 @@
-
+
TmdbConfiguration (API-The MovieDB 4.0-SNAPSHOT API)
@@ -168,7 +168,7 @@ extends
-TmdbResultsList<JobDepartment>
+ResultList<JobDepartment>
getJobs()
Get a list of valid jobs
@@ -249,8 +249,8 @@ extends
-
getJobs
-public TmdbResultsList<JobDepartment> getJobs()
- throws MovieDbException
+public ResultList<JobDepartment> getJobs()
+ throws MovieDbException
Get a list of valid jobs
- Returns:
- Throws:
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbCredits.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbCredits.html
index 90d418b14..9bab9daf8 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbCredits.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbCredits.html
@@ -2,7 +2,7 @@
-
+
TmdbCredits (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbDiscover.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbDiscover.html
index 7ef5bf950..3d909d31e 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbDiscover.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbDiscover.html
@@ -2,7 +2,7 @@
-
+
TmdbDiscover (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbFind.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbFind.html
index 3a3a099e3..af69badce 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbFind.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbFind.html
@@ -2,7 +2,7 @@
-
+
TmdbFind (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbGenres.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbGenres.html
index 6a4834efd..1e16f9699 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbGenres.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbGenres.html
@@ -2,7 +2,7 @@
-
+
TmdbGenres (API-The MovieDB 4.0-SNAPSHOT API)
@@ -161,7 +161,7 @@ extends Method and Description
-TmdbResultsList<Genre>
+ResultList<Genre>
getGenreMovieList(String language)
Get the list of movie genres.
@@ -177,7 +177,7 @@ extends
-TmdbResultsList<Genre>
+ResultList<Genre>
getGenreTVList(String language)
Get the list of TV genres.
@@ -237,8 +237,8 @@ extends
-
getGenreMovieList
-public TmdbResultsList<Genre> getGenreMovieList(String language)
- throws MovieDbException
+public ResultList<Genre> getGenreMovieList(String language)
+ throws MovieDbException
Get the list of movie genres.
- Parameters:
language -
- Returns:
@@ -252,8 +252,8 @@ extends
-
getGenreTVList
-public TmdbResultsList<Genre> getGenreTVList(String language)
- throws MovieDbException
+public ResultList<Genre> getGenreTVList(String language)
+ throws MovieDbException
Get the list of TV genres.
- Parameters:
language -
- Returns:
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbKeywords.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbKeywords.html
index a0e274697..4aa86637d 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbKeywords.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbKeywords.html
@@ -2,7 +2,7 @@
-
+
TmdbKeywords (API-The MovieDB 4.0-SNAPSHOT API)
@@ -167,7 +167,7 @@ extends
-TmdbResultsList<MovieBasic>
+ResultList<MovieBasic>
getKeywordMovies(String keywordId,
String language,
Integer page)
@@ -244,10 +244,10 @@ extends
-
getKeywordMovies
-public TmdbResultsList<MovieBasic> getKeywordMovies(String keywordId,
- String language,
- Integer page)
- throws MovieDbException
+public ResultList<MovieBasic> getKeywordMovies(String keywordId,
+ String language,
+ Integer page)
+ throws MovieDbException
Get the list of movies for a particular keyword by id.
- Parameters:
keywordId - language - page -
- Returns:
- List of movies with the keyword
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbLists.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbLists.html
index 982c52194..6aedfa3a9 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbLists.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbLists.html
@@ -2,7 +2,7 @@
-
+
TmdbLists (API-The MovieDB 4.0-SNAPSHOT API)
@@ -199,7 +199,7 @@ extends
-ListItem<MovieDb>
+ListItem<MovieInfo>
getList(String listId)
Get a list by its ID
@@ -267,8 +267,8 @@ extends
-
getList
-public ListItem<MovieDb> getList(String listId)
- throws MovieDbException
+public ListItem<MovieInfo> getList(String listId)
+ throws MovieDbException
Get a list by its ID
- Parameters:
listId -
- Returns:
- The list and its items
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbMovies.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbMovies.html
index 8efab26f7..89aba40d1 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbMovies.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbMovies.html
@@ -2,7 +2,7 @@
-
+
TmdbMovies (API-The MovieDB 4.0-SNAPSHOT API)
@@ -161,7 +161,7 @@ extends Method and Description
-MovieDb
+MovieInfo
getLatestMovie()
This method is used to retrieve the newest movie that was added to TMDb.
@@ -175,7 +175,7 @@ extends
-TmdbResultsList<AlternativeTitle>
+ResultList<AlternativeTitle>
getMovieAlternativeTitles(int movieId,
String country,
String... appendToResponse)
@@ -199,7 +199,7 @@ extends
-TmdbResultsList<Artwork>
+ResultList<Artwork>
getMovieImages(int movieId,
String language,
String... appendToResponse)
@@ -208,7 +208,7 @@ extends
-MovieDb
+MovieInfo
getMovieInfo(int movieId,
String language,
String... appendToResponse)
@@ -216,7 +216,7 @@ extends
-MovieDb
+MovieInfo
getMovieInfoImdb(String imdbId,
String language,
String... appendToResponse)
@@ -224,7 +224,7 @@ extends
-TmdbResultsList<Keyword>
+ResultList<Keyword>
getMovieKeywords(int movieId,
String... appendToResponse)
This method is used to retrieve all of the keywords that have been added
@@ -232,7 +232,7 @@ extends
-TmdbResultsList<UserList>
+ResultList<UserList>
getMovieLists(int movieId,
Integer page,
String language,
@@ -241,7 +241,7 @@ extends
-TmdbResultsList<ReleaseInfo>
+ResultList<ReleaseInfo>
getMovieReleaseInfo(int movieId,
String language,
String... appendToResponse)
@@ -250,7 +250,7 @@ extends
-TmdbResultsList<Review>
+ResultList<Review>
getMovieReviews(int movieId,
Integer page,
String language,
@@ -259,7 +259,7 @@ extends
-TmdbResultsList<Translation>
+ResultList<Translation>
getMovieTranslations(int movieId,
String... appendToResponse)
This method is used to retrieve a list of the available translations for
@@ -267,7 +267,7 @@ extends
-TmdbResultsList<Video>
+ResultList<Video>
getMovieVideos(int movieId,
String language,
String... appendToResponse)
@@ -276,21 +276,21 @@ extends
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
getNowPlayingMovies(Integer page,
String language)
This method is used to retrieve the movies currently in theatres.
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
getPopularMovieList(Integer page,
String language)
This method is used to retrieve the daily movie popularity list.
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
getSimilarMovies(int movieId,
Integer page,
String language,
@@ -300,7 +300,7 @@ extends
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
getTopRatedMovies(Integer page,
String language)
This method is used to retrieve the top rated movies that have over 10
@@ -308,7 +308,7 @@ extends
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
getUpcoming(Integer page,
String language)
Get the list of upcoming movies.
@@ -378,10 +378,10 @@ extends
-
getMovieInfo
-public MovieDb getMovieInfo(int movieId,
- String language,
- String... appendToResponse)
- throws MovieDbException
+public MovieInfo getMovieInfo(int movieId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
This method is used to retrieve all of the basic movie information.
It will return the single highest rated poster and backdrop.
@@ -400,10 +400,10 @@ extends
-
getMovieInfoImdb
-public MovieDb getMovieInfoImdb(String imdbId,
- String language,
- String... appendToResponse)
- throws MovieDbException
+public MovieInfo getMovieInfoImdb(String imdbId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
This method is used to retrieve all of the basic movie information.
It will return the single highest rated poster and backdrop.
@@ -441,10 +441,10 @@ extends
-
getMovieAlternativeTitles
-public TmdbResultsList<AlternativeTitle> getMovieAlternativeTitles(int movieId,
- String country,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<AlternativeTitle> getMovieAlternativeTitles(int movieId,
+ String country,
+ String... appendToResponse)
+ throws MovieDbException
This method is used to retrieve all of the alternative titles we have for
a particular movie.
- Parameters:
movieId - country - appendToResponse -
@@ -475,10 +475,10 @@ extends
-
getMovieImages
-public TmdbResultsList<Artwork> getMovieImages(int movieId,
- String language,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<Artwork> getMovieImages(int movieId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
This method should be used when you’re wanting to retrieve all of the
images for a particular movie.
- Parameters:
movieId - language - appendToResponse -
@@ -493,9 +493,9 @@ extends
-
getMovieKeywords
-public TmdbResultsList<Keyword> getMovieKeywords(int movieId,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<Keyword> getMovieKeywords(int movieId,
+ String... appendToResponse)
+ throws MovieDbException
This method is used to retrieve all of the keywords that have been added
to a particular movie.
@@ -512,10 +512,10 @@ extends
-
getMovieReleaseInfo
-public TmdbResultsList<ReleaseInfo> getMovieReleaseInfo(int movieId,
- String language,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<ReleaseInfo> getMovieReleaseInfo(int movieId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
This method is used to retrieve all of the release and certification data
we have for a specific movie.
- Parameters:
movieId - language - appendToResponse -
@@ -530,10 +530,10 @@ extends
-
getMovieVideos
-public TmdbResultsList<Video> getMovieVideos(int movieId,
- String language,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<Video> getMovieVideos(int movieId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
This method is used to retrieve all of the trailers for a particular
movie.
@@ -550,9 +550,9 @@ extends
-
getMovieTranslations
-public TmdbResultsList<Translation> getMovieTranslations(int movieId,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<Translation> getMovieTranslations(int movieId,
+ String... appendToResponse)
+ throws MovieDbException
This method is used to retrieve a list of the available translations for
a specific movie.
- Parameters:
movieId - appendToResponse -
@@ -567,11 +567,11 @@ extends
-
getSimilarMovies
-public TmdbResultsList<MovieDb> getSimilarMovies(int movieId,
- Integer page,
- String language,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<MovieInfo> getSimilarMovies(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
The similar movies method will let you retrieve the similar movies for a
particular movie.
@@ -591,11 +591,11 @@ extends
-
getMovieReviews
-public TmdbResultsList<Review> getMovieReviews(int movieId,
- Integer page,
- String language,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<Review> getMovieReviews(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
Get the reviews for a particular movie id.
- Parameters:
movieId - page - language - appendToResponse -
- Returns:
@@ -609,11 +609,11 @@ extends
-
getMovieLists
-public TmdbResultsList<UserList> getMovieLists(int movieId,
- Integer page,
- String language,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<UserList> getMovieLists(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
Get the lists that the movie belongs to
- Parameters:
movieId - language - page - appendToResponse -
- Returns:
@@ -673,8 +673,8 @@ extends
-
getLatestMovie
-public MovieDb getLatestMovie()
- throws MovieDbException
+public MovieInfo getLatestMovie()
+ throws MovieDbException
This method is used to retrieve the newest movie that was added to TMDb.
- Returns:
- Throws:
@@ -687,9 +687,9 @@ extends
-
getUpcoming
-public TmdbResultsList<MovieDb> getUpcoming(Integer page,
- String language)
- throws MovieDbException
+public ResultList<MovieInfo> getUpcoming(Integer page,
+ String language)
+ throws MovieDbException
Get the list of upcoming movies.
This list refreshes every day.
@@ -707,9 +707,9 @@ extends
-
getNowPlayingMovies
-public TmdbResultsList<MovieDb> getNowPlayingMovies(Integer page,
- String language)
- throws MovieDbException
+public ResultList<MovieInfo> getNowPlayingMovies(Integer page,
+ String language)
+ throws MovieDbException
This method is used to retrieve the movies currently in theatres.
This is a curated list that will normally contain 100 movies. The default
@@ -726,9 +726,9 @@ extends
-
getPopularMovieList
-public TmdbResultsList<MovieDb> getPopularMovieList(Integer page,
- String language)
- throws MovieDbException
+public ResultList<MovieInfo> getPopularMovieList(Integer page,
+ String language)
+ throws MovieDbException
This method is used to retrieve the daily movie popularity list.
This list is updated daily. The default response will return 20 movies.
@@ -744,9 +744,9 @@ extends
-
getTopRatedMovies
-public TmdbResultsList<MovieDb> getTopRatedMovies(Integer page,
- String language)
- throws MovieDbException
+public ResultList<MovieInfo> getTopRatedMovies(Integer page,
+ String language)
+ throws MovieDbException
This method is used to retrieve the top rated movies that have over 10
votes on TMDb.
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbNetworks.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbNetworks.html
index 5fc8e8c2f..3e2f8be2c 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbNetworks.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbNetworks.html
@@ -2,7 +2,7 @@
-
+
TmdbNetworks (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbPeople.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbPeople.html
index 7e3be583e..8c95f13f6 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbPeople.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbPeople.html
@@ -2,7 +2,7 @@
-
+
TmdbPeople (API-The MovieDB 4.0-SNAPSHOT API)
@@ -183,7 +183,7 @@ extends
-TmdbResultsList<Artwork>
+ResultList<Artwork>
getPersonImages(int personId)
Get the images for a specific person id.
@@ -210,13 +210,13 @@ extends
-TmdbResultsList<PersonFind>
+ResultList<PersonFind>
getPersonPopular(Integer page)
Get the list of popular people on The Movie Database.
-TmdbResultsList<ArtworkMedia>
+ResultList<ArtworkMedia>
getPersonTaggedImages(int personId,
Integer page,
String language)
@@ -380,8 +380,8 @@ extends
-
getPersonImages
-public TmdbResultsList<Artwork> getPersonImages(int personId)
- throws MovieDbException
+public ResultList<Artwork> getPersonImages(int personId)
+ throws MovieDbException
Get the images for a specific person id.
- Parameters:
personId -
- Returns:
@@ -395,10 +395,10 @@ extends
-
getPersonTaggedImages
-public TmdbResultsList<ArtworkMedia> getPersonTaggedImages(int personId,
- Integer page,
- String language)
- throws MovieDbException
+public ResultList<ArtworkMedia> getPersonTaggedImages(int personId,
+ Integer page,
+ String language)
+ throws MovieDbException
Get the images that have been tagged with a specific person id.
We return all of the image results with a media object mapped for each
@@ -441,8 +441,8 @@ extends
-
getPersonPopular
-public TmdbResultsList<PersonFind> getPersonPopular(Integer page)
- throws MovieDbException
+public ResultList<PersonFind> getPersonPopular(Integer page)
+ throws MovieDbException
Get the list of popular people on The Movie Database.
This list refreshes every day.
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbReviews.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbReviews.html
index b1ccdeb6d..767356362 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbReviews.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbReviews.html
@@ -2,7 +2,7 @@
-
+
TmdbReviews (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html
index ba9adb399..298d71a98 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html
@@ -2,7 +2,7 @@
-
+
TmdbSearch (API-The MovieDB 4.0-SNAPSHOT API)
@@ -161,7 +161,7 @@ extends Method and Description
-TmdbResultsList<Collection>
+ResultList<Collection>
searchCollection(String query,
Integer page,
String language)
@@ -169,21 +169,21 @@ extends
-TmdbResultsList<Company>
+ResultList<Company>
searchCompanies(String query,
Integer page)
Search Companies.
-TmdbResultsList<Keyword>
+ResultList<Keyword>
searchKeyword(String query,
Integer page)
Search for keywords by name
-TmdbResultsList<UserList>
+ResultList<UserList>
searchList(String query,
Integer page,
Boolean includeAdult)
@@ -191,7 +191,7 @@ extends
-TmdbResultsList<MovieDb>
+ResultList<MovieInfo>
searchMovie(String query,
Integer page,
String language,
@@ -203,7 +203,7 @@ extends
-TmdbResultsList<MediaBasic>
+ResultList<MediaBasic>
searchMulti(String query,
Integer page,
String language,
@@ -212,7 +212,7 @@ extends
-TmdbResultsList<PersonFind>
+ResultList<PersonFind>
searchPeople(String query,
Integer page,
Boolean includeAdult,
@@ -221,7 +221,7 @@ extends
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
searchTV(String query,
Integer page,
String language,
@@ -285,9 +285,9 @@ extends
-
searchCompanies
-public TmdbResultsList<Company> searchCompanies(String query,
- Integer page)
- throws MovieDbException
+public ResultList<Company> searchCompanies(String query,
+ Integer page)
+ throws MovieDbException
Search Companies.
You can use this method to search for production companies that are part of TMDb. The company IDs will map to those returned
@@ -306,10 +306,10 @@ extends
-
searchCollection
-public TmdbResultsList<Collection> searchCollection(String query,
- Integer page,
- String language)
- throws MovieDbException
+public ResultList<Collection> searchCollection(String query,
+ Integer page,
+ String language)
+ throws MovieDbException
Search for collections by name.
- Parameters:
query - language - page -
- Returns:
@@ -323,9 +323,9 @@ extends
-
searchKeyword
-public TmdbResultsList<Keyword> searchKeyword(String query,
- Integer page)
- throws MovieDbException
+public ResultList<Keyword> searchKeyword(String query,
+ Integer page)
+ throws MovieDbException
Search for keywords by name
- Parameters:
query - page -
- Returns:
@@ -339,10 +339,10 @@ extends
-
searchList
-public TmdbResultsList<UserList> searchList(String query,
- Integer page,
- Boolean includeAdult)
- throws MovieDbException
+public ResultList<UserList> searchList(String query,
+ Integer page,
+ Boolean includeAdult)
+ throws MovieDbException
Search for lists by name and description.
- Parameters:
query - includeAdult - page -
- Returns:
@@ -356,14 +356,14 @@ extends
-
searchMovie
-public TmdbResultsList<MovieDb> searchMovie(String query,
- Integer page,
- String language,
- Boolean includeAdult,
- Integer searchYear,
- Integer primaryReleaseYear,
- SearchType searchType)
- throws MovieDbException
+public ResultList<MovieInfo> searchMovie(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult,
+ Integer searchYear,
+ Integer primaryReleaseYear,
+ SearchType searchType)
+ throws MovieDbException
Search Movies This is a good starting point to start finding movies on TMDb.
- Parameters:
query - searchYear - Limit the search to the provided year. Zero (0) will get all yearslanguage - The language to include. Can be blank/null.includeAdult - true or false to include adult titles in the searchpage - The page of results to return. 0 to get the default (first page)primaryReleaseYear - searchType -
- Returns:
@@ -377,11 +377,11 @@ extends
-
searchMulti
-public TmdbResultsList<MediaBasic> searchMulti(String query,
- Integer page,
- String language,
- Boolean includeAdult)
- throws MovieDbException
+public ResultList<MediaBasic> searchMulti(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult)
+ throws MovieDbException
Search the movie, tv show and person collections with a single query.
Each item returned in the result array has a media_type field that maps to either movie, tv or person.
@@ -399,11 +399,11 @@ extends
-
searchPeople
-public TmdbResultsList<PersonFind> searchPeople(String query,
- Integer page,
- Boolean includeAdult,
- SearchType searchType)
- throws MovieDbException
+public ResultList<PersonFind> searchPeople(String query,
+ Integer page,
+ Boolean includeAdult,
+ SearchType searchType)
+ throws MovieDbException
This is a good starting point to start finding people on TMDb.
The idea is to be a quick and light method so you can iterate through people quickly.
@@ -419,12 +419,12 @@ extends
-
searchTV
-public TmdbResultsList<TVBasic> searchTV(String query,
- Integer page,
- String language,
- Integer firstAirDateYear,
- SearchType searchType)
- throws MovieDbException
+public ResultList<TVBasic> searchTV(String query,
+ Integer page,
+ String language,
+ Integer firstAirDateYear,
+ SearchType searchType)
+ throws MovieDbException
Search for TV shows by title.
- Parameters:
query - page - language - firstAirDateYear - searchType -
- Returns:
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html
index b5696fbba..bc75e85c3 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html
@@ -2,7 +2,7 @@
-
+
TmdbTV (API-The MovieDB 4.0-SNAPSHOT API)
@@ -175,7 +175,7 @@ extends
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
getTVAiringToday(Integer page,
String language,
String timezone)
@@ -183,7 +183,7 @@ extends
-TmdbResultsList<AlternativeTitle>
+ResultList<AlternativeTitle>
getTVAlternativeTitles(int tvID)
Get the alternative titles for a specific show ID.
@@ -197,7 +197,7 @@ extends
-TmdbResultsList<ContentRating>
+ResultList<ContentRating>
getTVContentRatings(int tvID)
Get the content ratings for a specific TV show id.
@@ -218,7 +218,7 @@ extends
-TmdbResultsList<Artwork>
+ResultList<Artwork>
getTVImages(int tvID,
String language,
String... includeImageLanguage)
@@ -234,28 +234,28 @@ extends
-TmdbResultsList<Keyword>
+ResultList<Keyword>
getTVKeywords(int tvID,
String... appendToResponse)
Get the plot keywords for a specific TV show id.
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
getTVOnTheAir(Integer page,
String language)
Get the list of TV shows that are currently on the air.
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
getTVPopular(Integer page,
String language)
Get the list of popular TV shows.
-TmdbResultsList<TVInfo>
+ResultList<TVInfo>
getTVSimilar(int tvID,
Integer page,
String language,
@@ -264,20 +264,20 @@ extends
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
getTVTopRated(Integer page,
String language)
Get the list of top rated TV shows.
-TmdbResultsList<Translation>
+ResultList<Translation>
getTVTranslations(int tvID)
Get the list of translations that exist for a TV series.
-TmdbResultsList<Video>
+ResultList<Video>
getTVVideos(int tvID,
String language)
Get the videos that have been added to a TV series (trailers, opening
@@ -384,8 +384,8 @@ extends
-
getTVAlternativeTitles
-public TmdbResultsList<AlternativeTitle> getTVAlternativeTitles(int tvID)
- throws MovieDbException
+public ResultList<AlternativeTitle> getTVAlternativeTitles(int tvID)
+ throws MovieDbException
Get the alternative titles for a specific show ID.
- Parameters:
tvID -
- Returns:
@@ -416,8 +416,8 @@ extends
-
getTVContentRatings
-public TmdbResultsList<ContentRating> getTVContentRatings(int tvID)
- throws MovieDbException
+public ResultList<ContentRating> getTVContentRatings(int tvID)
+ throws MovieDbException
Get the content ratings for a specific TV show id.
- Parameters:
tvID -
- Returns:
@@ -464,10 +464,10 @@ extends
-
getTVImages
-public TmdbResultsList<Artwork> getTVImages(int tvID,
- String language,
- String... includeImageLanguage)
- throws MovieDbException
+public ResultList<Artwork> getTVImages(int tvID,
+ String language,
+ String... includeImageLanguage)
+ throws MovieDbException
Get the images (posters and backdrops) for a TV series.
- Parameters:
tvID - language - includeImageLanguage -
- Returns:
@@ -481,9 +481,9 @@ extends
-
getTVKeywords
-public TmdbResultsList<Keyword> getTVKeywords(int tvID,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<Keyword> getTVKeywords(int tvID,
+ String... appendToResponse)
+ throws MovieDbException
Get the plot keywords for a specific TV show id.
- Parameters:
tvID - appendToResponse -
- Returns:
@@ -517,11 +517,11 @@ extends
-
getTVSimilar
-public TmdbResultsList<TVInfo> getTVSimilar(int tvID,
- Integer page,
- String language,
- String... appendToResponse)
- throws MovieDbException
+public ResultList<TVInfo> getTVSimilar(int tvID,
+ Integer page,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
Get the similar TV shows for a specific tv id.
- Parameters:
tvID - page - language - appendToResponse -
- Returns:
@@ -535,8 +535,8 @@ extends
-
getTVTranslations
-public TmdbResultsList<Translation> getTVTranslations(int tvID)
- throws MovieDbException
+public ResultList<Translation> getTVTranslations(int tvID)
+ throws MovieDbException
Get the list of translations that exist for a TV series. These
translations cascade down to the episode level.
- Parameters:
tvID -
@@ -551,9 +551,9 @@ extends
-
getTVVideos
-public TmdbResultsList<Video> getTVVideos(int tvID,
- String language)
- throws MovieDbException
+public ResultList<Video> getTVVideos(int tvID,
+ String language)
+ throws MovieDbException
Get the videos that have been added to a TV series (trailers, opening
credits, etc...)
- Parameters:
tvID - language -
@@ -582,9 +582,9 @@ extends
-
getTVOnTheAir
-public TmdbResultsList<TVBasic> getTVOnTheAir(Integer page,
- String language)
- throws MovieDbException
+public ResultList<TVBasic> getTVOnTheAir(Integer page,
+ String language)
+ throws MovieDbException
Get the list of TV shows that are currently on the air.
This query looks for any TV show that has an episode with an air date in
@@ -601,10 +601,10 @@ extends
-
getTVAiringToday
-public TmdbResultsList<TVBasic> getTVAiringToday(Integer page,
- String language,
- String timezone)
- throws MovieDbException
+public ResultList<TVBasic> getTVAiringToday(Integer page,
+ String language,
+ String timezone)
+ throws MovieDbException
Get the list of TV shows that air today.
Without a specified timezone, this query defaults to EST
@@ -620,9 +620,9 @@ extends
-
getTVTopRated
-public TmdbResultsList<TVBasic> getTVTopRated(Integer page,
- String language)
- throws MovieDbException
+public ResultList<TVBasic> getTVTopRated(Integer page,
+ String language)
+ throws MovieDbException
Get the list of top rated TV shows.
By default, this list will only include TV shows that have 2 or more
@@ -641,9 +641,9 @@ extends
-
getTVPopular
-public TmdbResultsList<TVBasic> getTVPopular(Integer page,
- String language)
- throws MovieDbException
+public ResultList<TVBasic> getTVPopular(Integer page,
+ String language)
+ throws MovieDbException
Get the list of popular TV shows. This list refreshes every day.
- Parameters:
page - language -
- Returns:
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbTVEpisodes.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbTVEpisodes.html
index 67a8396f8..cf7f24a9f 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbTVEpisodes.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbTVEpisodes.html
@@ -2,7 +2,7 @@
-
+
TmdbTVEpisodes (API-The MovieDB 4.0-SNAPSHOT API)
@@ -197,7 +197,7 @@ extends
-TmdbResultsList<Artwork>
+ResultList<Artwork>
getEpisodeImages(int tvID,
int seasonNumber,
int episodeNumber)
@@ -217,7 +217,7 @@ extends
-TmdbResultsList<Video>
+ResultList<Video>
getEpisodeVideos(int tvID,
int seasonNumber,
int episodeNumber,
@@ -386,10 +386,10 @@ extends
-
getEpisodeImages
-public TmdbResultsList<Artwork> getEpisodeImages(int tvID,
- int seasonNumber,
- int episodeNumber)
- throws MovieDbException
+public ResultList<Artwork> getEpisodeImages(int tvID,
+ int seasonNumber,
+ int episodeNumber)
+ throws MovieDbException
Get the images (episode stills) for a TV episode by combination of a
season and episode number.
- Parameters:
tvID - seasonNumber - episodeNumber -
@@ -425,11 +425,11 @@ extends
-
getEpisodeVideos
-public TmdbResultsList<Video> getEpisodeVideos(int tvID,
- int seasonNumber,
- int episodeNumber,
- String language)
- throws MovieDbException
+public ResultList<Video> getEpisodeVideos(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language)
+ throws MovieDbException
Get the videos that have been added to a TV episode (teasers, clips,
etc...)
- Parameters:
tvID - seasonNumber - episodeNumber - language -
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbTVSeasons.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbTVSeasons.html
index 1ef26b7ad..56731c91f 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbTVSeasons.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbTVSeasons.html
@@ -2,7 +2,7 @@
-
+
TmdbTVSeasons (API-The MovieDB 4.0-SNAPSHOT API)
@@ -193,7 +193,7 @@ extends
-TmdbResultsList<Artwork>
+ResultList<Artwork>
getSeasonImages(int tvID,
int seasonNumber,
String language,
@@ -211,7 +211,7 @@ extends
-TmdbResultsList<Video>
+ResultList<Video>
getSeasonVideos(int tvID,
int seasonNumber,
String language)
@@ -362,11 +362,11 @@ extends
-
getSeasonImages
-public TmdbResultsList<Artwork> getSeasonImages(int tvID,
- int seasonNumber,
- String language,
- String... includeImageLanguage)
- throws MovieDbException
+public ResultList<Artwork> getSeasonImages(int tvID,
+ int seasonNumber,
+ String language,
+ String... includeImageLanguage)
+ throws MovieDbException
Get the images that we have stored for a TV season by season number.
- Parameters:
tvID - seasonNumber - language - includeImageLanguage -
- Returns:
@@ -380,10 +380,10 @@ extends
-
getSeasonVideos
-public TmdbResultsList<Video> getSeasonVideos(int tvID,
- int seasonNumber,
- String language)
- throws MovieDbException
+public ResultList<Video> getSeasonVideos(int tvID,
+ int seasonNumber,
+ String language)
+ throws MovieDbException
Get the videos that have been added to a TV season (trailers, teasers,
etc...)
- Parameters:
tvID - seasonNumber - language -
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html
index 7c1a6e409..4935756c8 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.AbstractMethod (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccount.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccount.html
index 9e3e6b13f..452169467 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccount.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccount.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbAccount (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthentication.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthentication.html
index f8b1b6175..0006e50e3 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthentication.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthentication.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbAuthentication (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertifications.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertifications.html
index 59c0fd4e3..a16284a46 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertifications.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertifications.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbCertifications (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChanges.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChanges.html
index fe1881b2f..5a023430d 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChanges.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChanges.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbChanges (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollections.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollections.html
index 4ba1c6823..28c9118a1 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollections.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollections.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbCollections (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompanies.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompanies.html
index 928897623..87218a4eb 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompanies.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompanies.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbCompanies (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfiguration.html
index 7ee8fe788..0c9fa565b 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfiguration.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfiguration.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbConfiguration (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCredits.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCredits.html
index 36579eeb7..612b44d40 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCredits.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCredits.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbCredits (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscover.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscover.html
index 6c911e3ca..aa8a9063b 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscover.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscover.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbDiscover (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html
index da81e094e..b04487fc4 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbFind (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenres.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenres.html
index 745e0243c..17af1f026 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenres.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenres.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbGenres (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywords.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywords.html
index 142786801..2c153cbf6 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywords.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywords.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbKeywords (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbLists.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbLists.html
index 0f49eb0c0..4d1803abe 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbLists.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbLists.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbLists (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMovies.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMovies.html
index ef9f01124..8e3bc2005 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMovies.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMovies.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbMovies (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworks.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworks.html
index 1e65d9281..044e7ed96 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworks.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworks.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbNetworks (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeople.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeople.html
index d4548bb94..5bb0544dd 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeople.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeople.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbPeople (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviews.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviews.html
index 1edac9e9b..e49dcd2c5 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviews.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviews.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbReviews (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearch.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearch.html
index a2036100b..e85297bae 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearch.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearch.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbSearch (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html
index 79372b649..d3e2022b4 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbTV (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTVEpisodes.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTVEpisodes.html
index 685871338..e01c7e326 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTVEpisodes.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTVEpisodes.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbTVEpisodes (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTVSeasons.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTVSeasons.html
index f7c3c4935..84305cc09 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTVSeasons.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTVSeasons.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbTVSeasons (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-frame.html b/apidocs/com/omertron/themoviedbapi/methods/package-frame.html
index 4465d6a38..62cbd344e 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.methods (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-summary.html b/apidocs/com/omertron/themoviedbapi/methods/package-summary.html
index 9a193ec70..f5194c9a2 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.methods (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-tree.html b/apidocs/com/omertron/themoviedbapi/methods/package-tree.html
index 63f30727e..b8c18a048 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.methods Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-use.html b/apidocs/com/omertron/themoviedbapi/methods/package-use.html
index 8b58db731..744d0a4e9 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.methods (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html
index cf7544a24..2ec228c76 100644
--- a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html
+++ b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html
@@ -2,7 +2,7 @@
-
+
AbstractIdName (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
index 82280a5d4..b84067915 100644
--- a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
+++ b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
@@ -2,7 +2,7 @@
-
+
AbstractJsonMapping (API-The MovieDB 4.0-SNAPSHOT API)
@@ -101,7 +101,7 @@
- Direct Known Subclasses:
-- AbstractIdName, AbstractWrapper, Account, Artwork, Certification, ChangedItem, ChangeKeyItem, ChangeListItem, Collection, CollectionInfo, Company, Configuration, CreditBasic, CreditInfo, ExternalID, FindResults, JobDepartment, Language, ListItem, ListItemStatus, MediaBasic, MediaCredit, MediaCreditList, MediaState, MovieDb, Network, PersonCredits, ProductionCountry, RatedValue, ReleaseInfo, Review, StatusCode, TokenAuthorisation, TokenSession, Trailer, Translation, TVSeasonBasic, UserList, Video
+- AbstractIdName, AbstractWrapper, Account, Artwork, Certification, ChangedItem, ChangeKeyItem, ChangeListItem, Collection, CollectionInfo, Company, Configuration, CreditBasic, CreditInfo, ExternalID, FindResults, JobDepartment, Language, ListItem, ListItemStatus, MediaBasic, MediaCredit, MediaCreditList, MediaState, MovieInfo, Network, PersonCredits, ProductionCountry, RatedValue, ReleaseInfo, Review, StatusCode, TokenAuthorisation, TokenSession, Trailer, Translation, TVSeasonBasic, UserList, Video
diff --git a/apidocs/com/omertron/themoviedbapi/model/Certification.html b/apidocs/com/omertron/themoviedbapi/model/Certification.html
index 09a906e67..9c9546662 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Certification.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Certification.html
@@ -2,7 +2,7 @@
-
+
Certification (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/FindResults.html b/apidocs/com/omertron/themoviedbapi/model/FindResults.html
index 7efd81684..aa4d7f0ad 100644
--- a/apidocs/com/omertron/themoviedbapi/model/FindResults.html
+++ b/apidocs/com/omertron/themoviedbapi/model/FindResults.html
@@ -2,7 +2,7 @@
-
+
FindResults (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html
index 5515fe2cb..2590285e6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Genre.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Genre.html
@@ -2,7 +2,7 @@
-
+
Genre (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html
index 4f235de44..f0f1da1fb 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Language.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Language.html
@@ -2,7 +2,7 @@
-
+
Language (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html
index e3c760587..2dbbf3418 100644
--- a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html
+++ b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html
@@ -2,7 +2,7 @@
-
+
StatusCode (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/account/Account.html b/apidocs/com/omertron/themoviedbapi/model/account/Account.html
index f3a1c3153..13621e1ec 100644
--- a/apidocs/com/omertron/themoviedbapi/model/account/Account.html
+++ b/apidocs/com/omertron/themoviedbapi/model/account/Account.html
@@ -2,7 +2,7 @@
-
+
Account (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/account/class-use/Account.html b/apidocs/com/omertron/themoviedbapi/model/account/class-use/Account.html
index 250f7024f..2bae6d754 100644
--- a/apidocs/com/omertron/themoviedbapi/model/account/class-use/Account.html
+++ b/apidocs/com/omertron/themoviedbapi/model/account/class-use/Account.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.account.Account (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/account/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/account/package-frame.html
index 85522f18b..04eb8150a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/account/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/account/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.account (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html
index 07df9e194..64b1409c6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.account (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/account/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/account/package-tree.html
index 4bff64527..b43e12d87 100644
--- a/apidocs/com/omertron/themoviedbapi/model/account/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/account/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.account Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/account/package-use.html b/apidocs/com/omertron/themoviedbapi/model/account/package-use.html
index 0094bad22..a71e8e2b7 100644
--- a/apidocs/com/omertron/themoviedbapi/model/account/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/account/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.account (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/artwork/Artwork.html
index ea323257c..bec903d43 100644
--- a/apidocs/com/omertron/themoviedbapi/model/artwork/Artwork.html
+++ b/apidocs/com/omertron/themoviedbapi/model/artwork/Artwork.html
@@ -2,7 +2,7 @@
-
+
Artwork (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.html b/apidocs/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.html
index f8c3d706d..8a881df60 100644
--- a/apidocs/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.html
+++ b/apidocs/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.html
@@ -2,7 +2,7 @@
-
+
ArtworkMedia (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/Artwork.html
index 96a4abe94..3ed38cef0 100644
--- a/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/Artwork.html
+++ b/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/Artwork.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.artwork.Artwork (API-The MovieDB 4.0-SNAPSHOT API)
@@ -113,14 +113,14 @@
-TmdbResultsList<Artwork>
+ResultList<Artwork>
TheMovieDbApi.getCollectionImages(int collectionId,
String language)
Get all of the images for a particular collection by collection id.
-TmdbResultsList<Artwork>
+ResultList<Artwork>
TheMovieDbApi.getMovieImages(int movieId,
String language,
String... appendToResponse)
@@ -129,13 +129,13 @@
-TmdbResultsList<Artwork>
+ResultList<Artwork>
TheMovieDbApi.getPersonImages(int personId)
Get the images for a specific person id.
-TmdbResultsList<Artwork>
+ResultList<Artwork>
TheMovieDbApi.getTVImages(int tvID,
String language,
String... includeImageLanguage)
@@ -157,14 +157,14 @@
-TmdbResultsList<Artwork>
+ResultList<Artwork>
TmdbCollections.getCollectionImages(int collectionId,
String language)
Get all of the images for a particular collection by collection id.
-TmdbResultsList<Artwork>
+ResultList<Artwork>
TmdbTVEpisodes.getEpisodeImages(int tvID,
int seasonNumber,
int episodeNumber)
@@ -173,7 +173,7 @@
-TmdbResultsList<Artwork>
+ResultList<Artwork>
TmdbMovies.getMovieImages(int movieId,
String language,
String... appendToResponse)
@@ -182,13 +182,13 @@
-TmdbResultsList<Artwork>
+ResultList<Artwork>
TmdbPeople.getPersonImages(int personId)
Get the images for a specific person id.
-TmdbResultsList<Artwork>
+ResultList<Artwork>
TmdbTVSeasons.getSeasonImages(int tvID,
int seasonNumber,
String language,
@@ -197,7 +197,7 @@
-TmdbResultsList<Artwork>
+ResultList<Artwork>
TmdbTV.getTVImages(int tvID,
String language,
String... includeImageLanguage)
@@ -238,7 +238,7 @@
List<Artwork>
-MovieDb.getImages()
+MovieInfo.getImages()
diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html b/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html
index f89cd5a1c..8388f26a3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html
+++ b/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.artwork.ArtworkMedia (API-The MovieDB 4.0-SNAPSHOT API)
@@ -101,7 +101,7 @@
-TmdbResultsList<ArtworkMedia>
+ResultList<ArtworkMedia>
TheMovieDbApi.getPersonTaggedImages(int personId,
Integer page,
String language)
@@ -123,7 +123,7 @@
-TmdbResultsList<ArtworkMedia>
+ResultList<ArtworkMedia>
TmdbPeople.getPersonTaggedImages(int personId,
Integer page,
String language)
diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html
index a465b9e90..a4c04148f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html
index f496a2854..3ff967100 100644
--- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html
index b9b5465b5..15909e709 100644
--- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.artwork Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html
index 8145a54cb..36f298a1d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html
index 215eef421..9a5470dc5 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html
@@ -2,7 +2,7 @@
-
+
TokenAuthorisation (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html
index 71539c264..a6a290be0 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html
@@ -2,7 +2,7 @@
-
+
TokenSession (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html
index 062240fb2..60a2185fa 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.authentication.TokenAuthorisation (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html
index 8823a81c9..02491f105 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.authentication.TokenSession (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html
index 52983d0da..8231b39b3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html
index 1687f0790..21cb0b8fc 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html
index e9e503ccb..3909b56e7 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.authentication Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html
index 4d5e5a8e0..237e98d29 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html
index e1c0b44bb..74bd3b011 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html
@@ -2,7 +2,7 @@
-
+
ChangeKeyItem (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html b/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html
index cfa076dcc..ceb015f1b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html
@@ -2,7 +2,7 @@
-
+
ChangeListItem (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/change/ChangedItem.html
index 4eb8a819c..96b709b74 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/ChangedItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/ChangedItem.html
@@ -2,7 +2,7 @@
-
+
ChangedItem (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html
index bb2fb38d0..d455d95d5 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.change.ChangeKeyItem (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeListItem.html b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeListItem.html
index 2d2fda192..bd841b3e1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeListItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeListItem.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.change.ChangeListItem (API-The MovieDB 4.0-SNAPSHOT API)
@@ -101,7 +101,7 @@
-List<ChangeListItem>
+ResultList<ChangeListItem>
TheMovieDbApi.getMovieChangeList(Integer page,
String startDate,
String endDate)
@@ -109,7 +109,7 @@
-List<ChangeListItem>
+ResultList<ChangeListItem>
TheMovieDbApi.getPersonChangeList(Integer page,
String startDate,
String endDate)
@@ -117,7 +117,7 @@
-List<ChangeListItem>
+ResultList<ChangeListItem>
TheMovieDbApi.getTvChangeList(Integer page,
String startDate,
String endDate)
@@ -139,7 +139,7 @@
-List<ChangeListItem>
+ResultList<ChangeListItem>
TmdbChanges.getChangeList(MethodBase method,
Integer page,
String startDate,
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangedItem.html
index 1af54179c..303562a2c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangedItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangedItem.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.change.ChangedItem (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/change/package-frame.html
index 667171ff4..1c149bf4a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.change (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html
index 3f960ec50..0ecacc9c7 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.change (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/change/package-tree.html
index c6c391c77..4c98ce23f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.change Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/package-use.html b/apidocs/com/omertron/themoviedbapi/model/change/package-use.html
index 92eeb404f..e92489dca 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.change (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html
index c0d0e47bf..f4d67b9f4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.AbstractIdName (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 dd376e561..27b7030cf 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 4.0-SNAPSHOT API)
@@ -472,7 +472,7 @@
class
-MovieDb
+MovieInfo
Movie Bean
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Certification.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Certification.html
index af4ab209c..e572d14ae 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Certification.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Certification.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Certification (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/FindResults.html b/apidocs/com/omertron/themoviedbapi/model/class-use/FindResults.html
index ac34f2696..1a1c0786e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/FindResults.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/FindResults.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.FindResults (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html
index bc168c1f1..53c8bc3b3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 4.0-SNAPSHOT API)
@@ -113,13 +113,13 @@
-TmdbResultsList<Genre>
+ResultList<Genre>
TheMovieDbApi.getGenreMovieList(String language)
Get the list of Movie genres.
-TmdbResultsList<Genre>
+ResultList<Genre>
TheMovieDbApi.getGenreTVList(String language)
Get the list of TV genres..
@@ -139,13 +139,13 @@
-TmdbResultsList<Genre>
+ResultList<Genre>
TmdbGenres.getGenreMovieList(String language)
Get the list of movie genres.
-TmdbResultsList<Genre>
+ResultList<Genre>
TmdbGenres.getGenreTVList(String language)
Get the list of TV genres.
@@ -166,7 +166,7 @@
List<Genre>
-MovieDb.getGenres()
+MovieInfo.getGenres()
@@ -179,7 +179,7 @@
void
-MovieDb.setGenres(List<Genre> genres)
+MovieInfo.setGenres(List<Genre> genres)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html
index c10978905..23df409c9 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 4.0-SNAPSHOT API)
@@ -98,7 +98,7 @@
List<Language>
-MovieDb.getSpokenLanguages()
+MovieInfo.getSpokenLanguages()
@@ -111,7 +111,7 @@
void
-MovieDb.setSpokenLanguages(List<Language> spokenLanguages)
+MovieInfo.setSpokenLanguages(List<Language> spokenLanguages)
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html
index c671c79bd..d4956fb31 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html b/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html
index d0506707e..0b7b2c369 100644
--- a/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html
+++ b/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html
@@ -2,7 +2,7 @@
-
+
Collection (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html
index 9be5c4bf6..01f9eaa2b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html
@@ -2,7 +2,7 @@
-
+
CollectionInfo (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html
index f0928f64c..aa75eddb6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html
+++ b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.collection.Collection (API-The MovieDB 4.0-SNAPSHOT API)
@@ -109,7 +109,7 @@
-TmdbResultsList<Collection>
+ResultList<Collection>
TheMovieDbApi.searchCollection(String query,
Integer page,
String language)
@@ -131,7 +131,7 @@
-TmdbResultsList<Collection>
+ResultList<Collection>
TmdbSearch.searchCollection(String query,
Integer page,
String language)
@@ -185,7 +185,7 @@
Collection
-MovieDb.getBelongsToCollection()
+MovieInfo.getBelongsToCollection()
@@ -198,7 +198,7 @@
void
-MovieDb.setBelongsToCollection(Collection belongsToCollection)
+MovieInfo.setBelongsToCollection(Collection belongsToCollection)
diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html
index e1794c943..b5f755f09 100644
--- a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.collection.CollectionInfo (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html
index bd7891325..64468f4f4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html
index 459f3f583..21b5b4bbc 100644
--- a/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html
index b9b1d81a2..b9a9aebf2 100644
--- a/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.collection Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-use.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-use.html
index ec8bdc167..a7220dbf6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/collection/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/company/Company.html b/apidocs/com/omertron/themoviedbapi/model/company/Company.html
index 31032f22e..0aadacb5e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/company/Company.html
+++ b/apidocs/com/omertron/themoviedbapi/model/company/Company.html
@@ -2,7 +2,7 @@
-
+
Company (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/company/class-use/Company.html b/apidocs/com/omertron/themoviedbapi/model/company/class-use/Company.html
index 0a72955df..926d91cc4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/company/class-use/Company.html
+++ b/apidocs/com/omertron/themoviedbapi/model/company/class-use/Company.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.company.Company (API-The MovieDB 4.0-SNAPSHOT API)
@@ -121,7 +121,7 @@
-TmdbResultsList<Company>
+ResultList<Company>
TheMovieDbApi.searchCompanies(String query,
Integer page)
Search Companies.
@@ -157,7 +157,7 @@
-TmdbResultsList<Company>
+ResultList<Company>
TmdbSearch.searchCompanies(String query,
Integer page)
Search Companies.
diff --git a/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html
index 394f451f6..b8966c1a4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.company (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html
index 191d0ae52..17df79160 100644
--- a/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.company (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/company/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/company/package-tree.html
index c5c705062..fce6ae685 100644
--- a/apidocs/com/omertron/themoviedbapi/model/company/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/company/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.company Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/company/package-use.html b/apidocs/com/omertron/themoviedbapi/model/company/package-use.html
index 8b0d1a946..651704d36 100644
--- a/apidocs/com/omertron/themoviedbapi/model/company/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/company/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.company (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html b/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html
index 6a1ab664c..80ee64c14 100644
--- a/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html
+++ b/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html
@@ -2,7 +2,7 @@
-
+
Configuration (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html
index a234ef28e..67b2c8aa7 100644
--- a/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html
+++ b/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html
@@ -2,7 +2,7 @@
-
+
JobDepartment (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/config/class-use/Configuration.html b/apidocs/com/omertron/themoviedbapi/model/config/class-use/Configuration.html
index 3e2ee5bdc..237f9e35e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/config/class-use/Configuration.html
+++ b/apidocs/com/omertron/themoviedbapi/model/config/class-use/Configuration.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.config.Configuration (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/config/class-use/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/config/class-use/JobDepartment.html
index 83c76936b..bb754202a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/config/class-use/JobDepartment.html
+++ b/apidocs/com/omertron/themoviedbapi/model/config/class-use/JobDepartment.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.config.JobDepartment (API-The MovieDB 4.0-SNAPSHOT API)
@@ -105,7 +105,7 @@
-TmdbResultsList<JobDepartment>
+ResultList<JobDepartment>
TheMovieDbApi.getJobs()
Get a list of valid jobs
@@ -125,7 +125,7 @@
-TmdbResultsList<JobDepartment>
+ResultList<JobDepartment>
TmdbConfiguration.getJobs()
Get a list of valid jobs
diff --git a/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html
index 9dcf3b438..67abcfaa1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.config (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html
index 1f7082d3e..65fad66d5 100644
--- a/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.config (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/config/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/config/package-tree.html
index c58bfa44d..8da2f2660 100644
--- a/apidocs/com/omertron/themoviedbapi/model/config/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/config/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.config Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/config/package-use.html b/apidocs/com/omertron/themoviedbapi/model/config/package-use.html
index 1435ffa3d..2ef03757f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/config/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/config/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.config (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html b/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html
index 5f5e23133..4e2cb8354 100644
--- a/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html
+++ b/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html
@@ -2,7 +2,7 @@
-
+
Discover (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/WithBuilder.html b/apidocs/com/omertron/themoviedbapi/model/discover/WithBuilder.html
index 40ee60bec..b19e86a76 100644
--- a/apidocs/com/omertron/themoviedbapi/model/discover/WithBuilder.html
+++ b/apidocs/com/omertron/themoviedbapi/model/discover/WithBuilder.html
@@ -2,7 +2,7 @@
-
+
WithBuilder (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/class-use/Discover.html b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/Discover.html
index 78d67c3bf..a5b1592c3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/discover/class-use/Discover.html
+++ b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/Discover.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.discover.Discover (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/class-use/WithBuilder.html b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/WithBuilder.html
index 96b06e5fb..cdce162e0 100644
--- a/apidocs/com/omertron/themoviedbapi/model/discover/class-use/WithBuilder.html
+++ b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/WithBuilder.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.discover.WithBuilder (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html
index 77463f1da..08a9c1762 100644
--- a/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html
index 20003a3bb..c74805cc7 100644
--- a/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/discover/package-tree.html
index 5f010663f..81967f93c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/discover/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.discover Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/package-use.html b/apidocs/com/omertron/themoviedbapi/model/discover/package-use.html
index 6a65910a8..bf4c03155 100644
--- a/apidocs/com/omertron/themoviedbapi/model/discover/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html
index edbdd40ec..102108147 100644
--- a/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html
+++ b/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html
@@ -2,7 +2,7 @@
-
+
Keyword (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/class-use/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/keyword/class-use/Keyword.html
index f401e6de1..351e0cdd6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/keyword/class-use/Keyword.html
+++ b/apidocs/com/omertron/themoviedbapi/model/keyword/class-use/Keyword.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.keyword.Keyword (API-The MovieDB 4.0-SNAPSHOT API)
@@ -124,7 +124,7 @@
-TmdbResultsList<Keyword>
+ResultList<Keyword>
TheMovieDbApi.getMovieKeywords(int movieId,
String... appendToResponse)
This method is used to retrieve all of the keywords that have been added
@@ -132,14 +132,14 @@
-TmdbResultsList<Keyword>
+ResultList<Keyword>
TheMovieDbApi.getTVKeywords(int tvID,
String... appendToResponse)
Get the plot keywords for a specific TV show id.
-TmdbResultsList<Keyword>
+ResultList<Keyword>
TheMovieDbApi.searchKeyword(String query,
Integer page)
Search for keywords by name
@@ -175,7 +175,7 @@
-TmdbResultsList<Keyword>
+ResultList<Keyword>
TmdbMovies.getMovieKeywords(int movieId,
String... appendToResponse)
This method is used to retrieve all of the keywords that have been added
@@ -183,14 +183,14 @@
-TmdbResultsList<Keyword>
+ResultList<Keyword>
TmdbTV.getTVKeywords(int tvID,
String... appendToResponse)
Get the plot keywords for a specific TV show id.
-TmdbResultsList<Keyword>
+ResultList<Keyword>
TmdbSearch.searchKeyword(String query,
Integer page)
Search for keywords by name
@@ -212,7 +212,7 @@
List<Keyword>
-MovieDb.getKeywords()
+MovieInfo.getKeywords()
diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html
index cabbe3c87..1a65bce63 100644
--- a/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html
index 6491d5441..e4f65f022 100644
--- a/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-tree.html
index baacac22d..18b04528a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/keyword/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.keyword Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-use.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-use.html
index f1a37e5f6..cbe98362f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/keyword/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html b/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html
index bc378d506..832ffce25 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html
@@ -2,7 +2,7 @@
-
+
ListItem (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html
index c28eb680c..4f22811c1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html
@@ -2,7 +2,7 @@
-
+
ListItemStatus (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html b/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html
index 14863eb8e..841ca0e2f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html
@@ -2,7 +2,7 @@
-
+
ListStatusCode (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/UserList.html b/apidocs/com/omertron/themoviedbapi/model/list/UserList.html
index f8360381d..b678a9b2a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/UserList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/UserList.html
@@ -2,7 +2,7 @@
-
+
UserList (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItem.html b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItem.html
index ff4346519..6a10e4db4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItem.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.list.ListItem (API-The MovieDB 4.0-SNAPSHOT API)
@@ -101,7 +101,7 @@
-ListItem<MovieDb>
+ListItem<MovieInfo>
TheMovieDbApi.getList(String listId)
Get a list by its ID
@@ -121,7 +121,7 @@
-ListItem<MovieDb>
+ListItem<MovieInfo>
TmdbLists.getList(String listId)
Get a list by its ID
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItemStatus.html
index 29009f116..657ccbd22 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItemStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItemStatus.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.list.ListItemStatus (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListStatusCode.html b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListStatusCode.html
index 5f1d9524a..26564afb4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListStatusCode.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListStatusCode.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.list.ListStatusCode (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/class-use/UserList.html b/apidocs/com/omertron/themoviedbapi/model/list/class-use/UserList.html
index 31acc6339..1bfb7b141 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/class-use/UserList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/UserList.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.list.UserList (API-The MovieDB 4.0-SNAPSHOT API)
@@ -105,7 +105,7 @@
-TmdbResultsList<UserList>
+ResultList<UserList>
TheMovieDbApi.getMovieLists(int movieId,
Integer page,
String language,
@@ -121,7 +121,7 @@
-TmdbResultsList<UserList>
+ResultList<UserList>
TheMovieDbApi.searchList(String query,
Integer page,
Boolean includeAdult)
@@ -143,7 +143,7 @@
-TmdbResultsList<UserList>
+ResultList<UserList>
TmdbMovies.getMovieLists(int movieId,
Integer page,
String language,
@@ -159,7 +159,7 @@
-TmdbResultsList<UserList>
+ResultList<UserList>
TmdbSearch.searchList(String query,
Integer page,
Boolean includeAdult)
@@ -182,7 +182,7 @@
List<UserList>
-MovieDb.getLists()
+MovieInfo.getLists()
@@ -195,7 +195,7 @@
void
-MovieDb.setLists(WrapperGenericList<UserList> lists)
+MovieInfo.setLists(WrapperGenericList<UserList> lists)
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html
index e4d634588..24498d5e1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.list (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html
index 14d984c06..2fc32df08 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.list (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/list/package-tree.html
index d346aa795..5c306f718 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.list Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-use.html b/apidocs/com/omertron/themoviedbapi/model/list/package-use.html
index cc5f15e66..db9d00913 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.list (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html
index b3001dc33..e0f8d6b1f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html
@@ -2,7 +2,7 @@
-
+
AlternativeTitle (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html
index 5bf3b491f..90cf021fb 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html
@@ -2,7 +2,7 @@
-
+
MediaBasic (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaCredit.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaCredit.html
index 84a840ade..9ffdc8ad8 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/MediaCredit.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaCredit.html
@@ -2,7 +2,7 @@
-
+
MediaCredit (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditCast.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditCast.html
index 9f4309c6c..b28624dc2 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditCast.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditCast.html
@@ -2,7 +2,7 @@
-
+
MediaCreditCast (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditCrew.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditCrew.html
index 9fd8ded94..168637ebc 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditCrew.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditCrew.html
@@ -2,7 +2,7 @@
-
+
MediaCreditCrew (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html
index e5d698fe1..6d83e5efe 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html
@@ -2,7 +2,7 @@
-
+
MediaCreditList (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html
index a871f1888..a0bb06825 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html
@@ -2,7 +2,7 @@
-
+
MediaState (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/RatedValue.html b/apidocs/com/omertron/themoviedbapi/model/media/RatedValue.html
index 72e302593..e2ba3a491 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/RatedValue.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/RatedValue.html
@@ -2,7 +2,7 @@
-
+
RatedValue (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/media/Trailer.html
index 164eed811..44c2940f2 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/Trailer.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/Trailer.html
@@ -2,7 +2,7 @@
-
+
Trailer (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/Translation.html b/apidocs/com/omertron/themoviedbapi/model/media/Translation.html
index e88e6eb2b..ab9dd9afe 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/Translation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/Translation.html
@@ -2,7 +2,7 @@
-
+
Translation (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/Video.html b/apidocs/com/omertron/themoviedbapi/model/media/Video.html
index e06ebad29..d42fcfceb 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/Video.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/Video.html
@@ -2,7 +2,7 @@
-
+
Video (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/AlternativeTitle.html
index 410dc7f2b..759c001b6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/AlternativeTitle.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/AlternativeTitle.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.AlternativeTitle (API-The MovieDB 4.0-SNAPSHOT API)
@@ -109,7 +109,7 @@
-TmdbResultsList<AlternativeTitle>
+ResultList<AlternativeTitle>
TheMovieDbApi.getMovieAlternativeTitles(int movieId,
String country,
String... appendToResponse)
@@ -118,7 +118,7 @@
-TmdbResultsList<AlternativeTitle>
+ResultList<AlternativeTitle>
TheMovieDbApi.getTVAlternativeTitles(int tvID)
Get the alternative titles for a specific show ID.
@@ -138,7 +138,7 @@
-TmdbResultsList<AlternativeTitle>
+ResultList<AlternativeTitle>
TmdbMovies.getMovieAlternativeTitles(int movieId,
String country,
String... appendToResponse)
@@ -147,7 +147,7 @@
-TmdbResultsList<AlternativeTitle>
+ResultList<AlternativeTitle>
TmdbTV.getTVAlternativeTitles(int tvID)
Get the alternative titles for a specific show ID.
@@ -168,7 +168,7 @@
List<AlternativeTitle>
-MovieDb.getAlternativeTitles()
+MovieInfo.getAlternativeTitles()
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaBasic.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaBasic.html
index f9ed25890..6d1076954 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaBasic.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.MediaBasic (API-The MovieDB 4.0-SNAPSHOT API)
@@ -121,7 +121,7 @@
-TmdbResultsList<MediaBasic>
+ResultList<MediaBasic>
TheMovieDbApi.searchMulti(String query,
Integer page,
String language,
@@ -144,7 +144,7 @@
-TmdbResultsList<MediaBasic>
+ResultList<MediaBasic>
TmdbSearch.searchMulti(String query,
Integer page,
String language,
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCredit.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCredit.html
index 3466afc46..fe23bf0f5 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCredit.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCredit.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.MediaCredit (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditCast.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditCast.html
index 5592b26ee..e1dfaca5d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditCast.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditCast.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.MediaCreditCast (API-The MovieDB 4.0-SNAPSHOT API)
@@ -145,7 +145,7 @@
List<MediaCreditCast>
-MovieDb.getCast()
+MovieInfo.getCast()
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditCrew.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditCrew.html
index c3fba9d92..5a6d433e2 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditCrew.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditCrew.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.MediaCreditCrew (API-The MovieDB 4.0-SNAPSHOT API)
@@ -137,7 +137,7 @@
List<MediaCreditCrew>
-MovieDb.getCrew()
+MovieInfo.getCrew()
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditList.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditList.html
index de98c942d..02cde323e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditList.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.MediaCreditList (API-The MovieDB 4.0-SNAPSHOT API)
@@ -179,7 +179,7 @@
void
-MovieDb.setCasts(MediaCreditList credits)
+MovieInfo.setCasts(MediaCreditList credits)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html
index 7e2d300df..03a564cda 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.MediaState (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html
index 5fb94afc7..792348d3b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.RatedValue (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html
index 8103efb65..c1c4e8308 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.Trailer (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html
index 7f991951f..2355c4ef6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.Translation (API-The MovieDB 4.0-SNAPSHOT API)
@@ -109,7 +109,7 @@
-TmdbResultsList<Translation>
+ResultList<Translation>
TheMovieDbApi.getMovieTranslations(int movieId,
String... appendToResponse)
This method is used to retrieve a list of the available translations for
@@ -117,7 +117,7 @@
-TmdbResultsList<Translation>
+ResultList<Translation>
TheMovieDbApi.getTVTranslations(int tvID)
Get the list of translations that exist for a TV series.
@@ -137,7 +137,7 @@
-TmdbResultsList<Translation>
+ResultList<Translation>
TmdbMovies.getMovieTranslations(int movieId,
String... appendToResponse)
This method is used to retrieve a list of the available translations for
@@ -145,7 +145,7 @@
-TmdbResultsList<Translation>
+ResultList<Translation>
TmdbTV.getTVTranslations(int tvID)
Get the list of translations that exist for a TV series.
@@ -166,7 +166,7 @@
List<Translation>
-MovieDb.getTranslations()
+MovieInfo.getTranslations()
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html
index 7ab72e66d..d34943b39 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.Video (API-The MovieDB 4.0-SNAPSHOT API)
@@ -109,7 +109,7 @@
-TmdbResultsList<Video>
+ResultList<Video>
TheMovieDbApi.getMovieVideos(int movieId,
String language,
String... appendToResponse)
@@ -118,7 +118,7 @@
-TmdbResultsList<Video>
+ResultList<Video>
TheMovieDbApi.getTVVideos(int tvID,
String language)
Get the videos that have been added to a TV series (trailers, opening
@@ -140,7 +140,7 @@
-TmdbResultsList<Video>
+ResultList<Video>
TmdbTVEpisodes.getEpisodeVideos(int tvID,
int seasonNumber,
int episodeNumber,
@@ -150,7 +150,7 @@
-TmdbResultsList<Video>
+ResultList<Video>
TmdbMovies.getMovieVideos(int movieId,
String language,
String... appendToResponse)
@@ -159,7 +159,7 @@
-TmdbResultsList<Video>
+ResultList<Video>
TmdbTVSeasons.getSeasonVideos(int tvID,
int seasonNumber,
String language)
@@ -168,7 +168,7 @@
-TmdbResultsList<Video>
+ResultList<Video>
TmdbTV.getTVVideos(int tvID,
String language)
Get the videos that have been added to a TV series (trailers, opening
@@ -191,7 +191,7 @@
List<Video>
-MovieDb.getVideos()
+MovieInfo.getVideos()
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html
index e73d521bf..cc3d978cd 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.media (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html
index f0578a92a..3bb4ffb67 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.media (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html
index 81b0dd2f1..a53c86ed2 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.media Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-use.html b/apidocs/com/omertron/themoviedbapi/model/media/package-use.html
index 957d2f9f5..e0d9181d5 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.media (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html
index 21f2d6a58..cd379aa02 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html
@@ -2,7 +2,7 @@
-
+
MovieBasic (API-The MovieDB 4.0-SNAPSHOT API)
@@ -38,7 +38,7 @@
-List<MovieBasic>
+ResultList<MovieBasic>
TheMovieDbApi.getFavoriteMovies(String sessionId,
int accountId)
Get the account favourite movies
@@ -137,7 +137,7 @@
-List<MovieBasic>
+ResultList<MovieBasic>
TheMovieDbApi.getGuestRatedMovies(String guestSessionId,
String language,
Integer page,
@@ -146,7 +146,7 @@
-TmdbResultsList<MovieBasic>
+ResultList<MovieBasic>
TheMovieDbApi.getKeywordMovies(String keywordId,
String language,
Integer page)
@@ -154,7 +154,7 @@
-List<MovieBasic>
+ResultList<MovieBasic>
TheMovieDbApi.getRatedMovies(String sessionId,
int accountId,
Integer page,
@@ -164,7 +164,7 @@
-List<MovieBasic>
+ResultList<MovieBasic>
TheMovieDbApi.getWatchListMovie(String sessionId,
int accountId,
Integer page,
@@ -202,7 +202,7 @@
-List<MovieBasic>
+ResultList<MovieBasic>
TmdbAccount.getFavoriteMovies(String sessionId,
int accountId)
Get the list of favorite movies for an account.
@@ -219,7 +219,7 @@
-List<MovieBasic>
+ResultList<MovieBasic>
TmdbAccount.getGuestRatedMovies(String guestSessionId,
String language,
Integer page,
@@ -228,7 +228,7 @@
-TmdbResultsList<MovieBasic>
+ResultList<MovieBasic>
TmdbKeywords.getKeywordMovies(String keywordId,
String language,
Integer page)
@@ -236,7 +236,7 @@
-List<MovieBasic>
+ResultList<MovieBasic>
TmdbAccount.getRatedMovies(String sessionId,
int accountId,
Integer page,
@@ -246,7 +246,7 @@
-List<MovieBasic>
+ResultList<MovieBasic>
TmdbAccount.getWatchListMovie(String sessionId,
int accountId,
Integer page,
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieInfo.html
new file mode 100644
index 000000000..6ef7c41dd
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieInfo.html
@@ -0,0 +1,419 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.movie.MovieInfo (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.model.movie.MovieInfo
+
+
+
+-
+
+Packages that use MovieInfo
+
+Package
+Description
+
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.methods
+
+
+
+com.omertron.themoviedbapi.model.movie
+
+
+
+
+
+-
+
+-
+
+
+
Uses of MovieInfo in com.omertron.themoviedbapi
+
+Methods in com.omertron.themoviedbapi that return MovieInfo
+
+Modifier and Type
+Method and Description
+
+
+
+MovieInfo
+TheMovieDbApi.getLatestMovie()
+This method is used to retrieve the newest movie that was added to TMDb.
+
+
+
+MovieInfo
+TheMovieDbApi.getMovieInfo(int movieId,
+ String language,
+ String... appendToResponse)
+This method is used to retrieve all of the basic movie information.
+
+
+
+MovieInfo
+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 MovieInfo
+
+Modifier and Type
+Method and Description
+
+
+
+ListItem<MovieInfo>
+TheMovieDbApi.getList(String listId)
+Get a list by its ID
+
+
+
+ResultList<MovieInfo>
+TheMovieDbApi.getNowPlayingMovies(Integer page,
+ String language)
+This method is used to retrieve the movies currently in theatres.
+
+
+
+ResultList<MovieInfo>
+TheMovieDbApi.getPopularMovieList(Integer page,
+ String language)
+This method is used to retrieve the daily movie popularity list.
+
+
+
+ResultList<MovieInfo>
+TheMovieDbApi.getSimilarMovies(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+The similar movies method will let you retrieve the similar movies for a
+ particular movie.
+
+
+
+ResultList<MovieInfo>
+TheMovieDbApi.getTopRatedMovies(Integer page,
+ String language)
+This method is used to retrieve the top rated movies that have over 10
+ votes on TMDb.
+
+
+
+ResultList<MovieInfo>
+TheMovieDbApi.getUpcoming(Integer page,
+ String language)
+Get the list of upcoming movies.
+
+
+
+ResultList<MovieInfo>
+TheMovieDbApi.searchMovie(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult,
+ Integer searchYear,
+ Integer primaryReleaseYear,
+ SearchType searchType)
+Search Movies This is a good starting point to start finding movies on
+ TMDb.
+
+
+
+
+
+Methods in com.omertron.themoviedbapi with parameters of type MovieInfo
+
+Modifier and Type
+Method and Description
+
+
+
+static boolean
+Compare.movies(MovieInfo moviedb,
+ String title,
+ String year)
+Compare the MovieDB object with a title & year
+
+
+
+static boolean
+Compare.movies(MovieInfo moviedb,
+ String title,
+ String year,
+ int maxDistance)
+Compare the MovieDB object with a title & year, case sensitive
+
+
+
+static boolean
+Compare.movies(MovieInfo moviedb,
+ String title,
+ String year,
+ int maxDistance,
+ boolean caseSensitive)
+Compare the MovieDB object with a title & year
+
+
+
+
+
+-
+
+
+
Uses of MovieInfo in com.omertron.themoviedbapi.methods
+
+Methods in com.omertron.themoviedbapi.methods that return MovieInfo
+
+Modifier and Type
+Method and Description
+
+
+
+MovieInfo
+TmdbMovies.getLatestMovie()
+This method is used to retrieve the newest movie that was added to TMDb.
+
+
+
+MovieInfo
+TmdbMovies.getMovieInfo(int movieId,
+ String language,
+ String... appendToResponse)
+This method is used to retrieve all of the basic movie information.
+
+
+
+MovieInfo
+TmdbMovies.getMovieInfoImdb(String imdbId,
+ String language,
+ String... appendToResponse)
+This method is used to retrieve all of the basic movie information.
+
+
+
+
+
+Methods in com.omertron.themoviedbapi.methods that return types with arguments of type MovieInfo
+
+Modifier and Type
+Method and Description
+
+
+
+ListItem<MovieInfo>
+TmdbLists.getList(String listId)
+Get a list by its ID
+
+
+
+ResultList<MovieInfo>
+TmdbMovies.getNowPlayingMovies(Integer page,
+ String language)
+This method is used to retrieve the movies currently in theatres.
+
+
+
+ResultList<MovieInfo>
+TmdbMovies.getPopularMovieList(Integer page,
+ String language)
+This method is used to retrieve the daily movie popularity list.
+
+
+
+ResultList<MovieInfo>
+TmdbMovies.getSimilarMovies(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+The similar movies method will let you retrieve the similar movies for a
+ particular movie.
+
+
+
+ResultList<MovieInfo>
+TmdbMovies.getTopRatedMovies(Integer page,
+ String language)
+This method is used to retrieve the top rated movies that have over 10
+ votes on TMDb.
+
+
+
+ResultList<MovieInfo>
+TmdbMovies.getUpcoming(Integer page,
+ String language)
+Get the list of upcoming movies.
+
+
+
+ResultList<MovieInfo>
+TmdbSearch.searchMovie(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult,
+ Integer searchYear,
+ Integer primaryReleaseYear,
+ SearchType searchType)
+Search Movies This is a good starting point to start finding movies on TMDb.
+
+
+
+
+
+-
+
+
+
Uses of MovieInfo in com.omertron.themoviedbapi.model.movie
+
+Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type MovieInfo
+
+Modifier and Type
+Method and Description
+
+
+
+List<MovieInfo>
+MovieInfo.getSimilarMovies()
+
+
+
+
+Method parameters in com.omertron.themoviedbapi.model.movie with type arguments of type MovieInfo
+
+Modifier and Type
+Method and Description
+
+
+
+void
+MovieInfo.setSimilarMovies(WrapperGenericList<MovieInfo> similarMovies)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html
index 1395eedfc..9d91c061d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.movie.ProductionCompany (API-The MovieDB 4.0-SNAPSHOT API)
@@ -102,7 +102,7 @@
List<ProductionCompany>
-MovieDb.getProductionCompanies()
+MovieInfo.getProductionCompanies()
@@ -115,7 +115,7 @@
void
-MovieDb.setProductionCompanies(List<ProductionCompany> productionCompanies)
+MovieInfo.setProductionCompanies(List<ProductionCompany> productionCompanies)
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html
index 17f2a02c0..d4df25a19 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.movie.ProductionCountry (API-The MovieDB 4.0-SNAPSHOT API)
@@ -98,7 +98,7 @@
List<ProductionCountry>
-MovieDb.getProductionCountries()
+MovieInfo.getProductionCountries()
@@ -111,7 +111,7 @@
void
-MovieDb.setProductionCountries(List<ProductionCountry> productionCountries)
+MovieInfo.setProductionCountries(List<ProductionCountry> productionCountries)
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html
index 3b4b89bb0..632d6aa01 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.movie.ReleaseInfo (API-The MovieDB 4.0-SNAPSHOT API)
@@ -109,7 +109,7 @@
-TmdbResultsList<ReleaseInfo>
+ResultList<ReleaseInfo>
TheMovieDbApi.getMovieReleaseInfo(int movieId,
String language,
String... appendToResponse)
@@ -132,7 +132,7 @@
-TmdbResultsList<ReleaseInfo>
+ResultList<ReleaseInfo>
TmdbMovies.getMovieReleaseInfo(int movieId,
String language,
String... appendToResponse)
@@ -156,7 +156,7 @@
List<ReleaseInfo>
-MovieDb.getReleases()
+MovieInfo.getReleases()
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html
index 8956bf276..7e55adfff 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.0-SNAPSHOT API)
@@ -14,7 +14,7 @@
Classes
- MovieBasic
-- MovieDb
+- MovieInfo
- ProductionCompany
- ProductionCountry
- ReleaseInfo
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html
index 8b6006439..c46a42bcf 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.0-SNAPSHOT API)
@@ -83,7 +83,7 @@
-MovieDb
+MovieInfo
Movie Bean
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html
index 1d288d9ee..9cd31ffe8 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.movie Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
@@ -87,7 +87,7 @@
com.omertron.themoviedbapi.model.movie.MovieBasic
-com.omertron.themoviedbapi.model.movie.MovieDb
+com.omertron.themoviedbapi.model.movie.MovieInfo
com.omertron.themoviedbapi.model.movie.ProductionCountry
com.omertron.themoviedbapi.model.movie.ReleaseInfo
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html
index 4d9a70819..9a6092317 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.0-SNAPSHOT API)
@@ -118,7 +118,7 @@
-MovieDb
+ MovieInfo
Movie Bean
@@ -143,7 +143,7 @@
-MovieDb
+ MovieInfo
Movie Bean
@@ -180,7 +180,7 @@
-MovieDb
+ MovieInfo
Movie Bean
diff --git a/apidocs/com/omertron/themoviedbapi/model/network/Network.html b/apidocs/com/omertron/themoviedbapi/model/network/Network.html
index 0b235b6de..2f5064b61 100644
--- a/apidocs/com/omertron/themoviedbapi/model/network/Network.html
+++ b/apidocs/com/omertron/themoviedbapi/model/network/Network.html
@@ -2,7 +2,7 @@
-
+
Network (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/network/class-use/Network.html b/apidocs/com/omertron/themoviedbapi/model/network/class-use/Network.html
index 148530036..8abdc89f5 100644
--- a/apidocs/com/omertron/themoviedbapi/model/network/class-use/Network.html
+++ b/apidocs/com/omertron/themoviedbapi/model/network/class-use/Network.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.network.Network (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html
index 0fcff8188..414b1b605 100644
--- a/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.network (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html
index 285dd43c2..2710a7708 100644
--- a/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.network (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/network/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/network/package-tree.html
index 6f02956d1..136fa07bd 100644
--- a/apidocs/com/omertron/themoviedbapi/model/network/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/network/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.network Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/network/package-use.html b/apidocs/com/omertron/themoviedbapi/model/network/package-use.html
index eef1abed3..17fe54877 100644
--- a/apidocs/com/omertron/themoviedbapi/model/network/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/network/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.network (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html
index dafe7bfbc..e05a451fe 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html
index 6bc6d2fd2..1024e75e8 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/package-tree.html
index 355989115..64964ab97 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-use.html b/apidocs/com/omertron/themoviedbapi/model/package-use.html
index 7213011d1..a5852547b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/ContentRating.html b/apidocs/com/omertron/themoviedbapi/model/person/ContentRating.html
index ef74a6614..75d12d2c1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/ContentRating.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/ContentRating.html
@@ -2,7 +2,7 @@
-
+
ContentRating (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/CreditBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/CreditBasic.html
index ae78dcbcd..b47a97669 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/CreditBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/CreditBasic.html
@@ -2,7 +2,7 @@
-
+
CreditBasic (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/CreditInfo.html b/apidocs/com/omertron/themoviedbapi/model/person/CreditInfo.html
index 2332a3139..bcd79063c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/CreditInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/CreditInfo.html
@@ -2,7 +2,7 @@
-
+
CreditInfo (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/CreditMovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/CreditMovieBasic.html
index 5c51d8fc1..bb616da8c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/CreditMovieBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/CreditMovieBasic.html
@@ -2,7 +2,7 @@
-
+
CreditMovieBasic (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/CreditTVBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/CreditTVBasic.html
index cae659b0e..e8a5fe721 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/CreditTVBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/CreditTVBasic.html
@@ -2,7 +2,7 @@
-
+
CreditTVBasic (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/ExternalID.html b/apidocs/com/omertron/themoviedbapi/model/person/ExternalID.html
index af89d0f05..534f8f7b0 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/ExternalID.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/ExternalID.html
@@ -2,7 +2,7 @@
-
+
ExternalID (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/Person.html b/apidocs/com/omertron/themoviedbapi/model/person/Person.html
index 0139e471e..604b6437c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/Person.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/Person.html
@@ -2,7 +2,7 @@
-
+
Person (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html
index 751768e3b..b40f6d01f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html
@@ -2,7 +2,7 @@
-
+
PersonBasic (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonCredits.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonCredits.html
index 8bda18408..98157a707 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/PersonCredits.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonCredits.html
@@ -2,7 +2,7 @@
-
+
PersonCredits (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html
index 2b7235756..d7071053f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html
@@ -2,7 +2,7 @@
-
+
PersonCreditsMixIn (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html
index e8950d2e0..796ecf58b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html
@@ -2,7 +2,7 @@
-
+
PersonFind (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/ContentRating.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ContentRating.html
index 59cacffd8..5656f77c4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/ContentRating.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ContentRating.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.ContentRating (API-The MovieDB 4.0-SNAPSHOT API)
@@ -101,7 +101,7 @@
-TmdbResultsList<ContentRating>
+ResultList<ContentRating>
TheMovieDbApi.getTVContentRatings(int tvID)
Get the content ratings for a specific TV show id.
@@ -121,7 +121,7 @@
-TmdbResultsList<ContentRating>
+ResultList<ContentRating>
TmdbTV.getTVContentRatings(int tvID)
Get the content ratings for a specific TV show id.
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditBasic.html
index b1ba0f7df..5acf3295f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditBasic.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.CreditBasic (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditInfo.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditInfo.html
index 4e8bae181..9f1c94617 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditInfo.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.CreditInfo (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditMovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditMovieBasic.html
index 11eeeb147..67a2a9a3f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditMovieBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditMovieBasic.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.CreditMovieBasic (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditTVBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditTVBasic.html
index 9f71d14c6..ad5102567 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditTVBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditTVBasic.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.CreditTVBasic (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/ExternalID.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ExternalID.html
index cb89b0874..e6daa46a3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/ExternalID.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ExternalID.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.ExternalID (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/Person.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/Person.html
index 7d9166148..52d70bbf4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/Person.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/Person.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.Person (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html
index 6ae74b0f9..4373f0f86 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.PersonBasic (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCredits.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCredits.html
index 8396fdfc5..7b01bfe65 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCredits.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCredits.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.PersonCredits (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html
index 2385ca32b..3287fc30c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.PersonCreditsMixIn (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html
index b0d7d8aa5..07a38823c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.PersonFind (API-The MovieDB 4.0-SNAPSHOT API)
@@ -105,13 +105,13 @@
-TmdbResultsList<PersonFind>
+ResultList<PersonFind>
TheMovieDbApi.getPersonPopular(Integer page)
Get the list of popular people on The Movie Database.
-TmdbResultsList<PersonFind>
+ResultList<PersonFind>
TheMovieDbApi.searchPeople(String query,
Integer page,
Boolean includeAdult,
@@ -134,13 +134,13 @@
-TmdbResultsList<PersonFind>
+ResultList<PersonFind>
TmdbPeople.getPersonPopular(Integer page)
Get the list of popular people on The Movie Database.
-TmdbResultsList<PersonFind>
+ResultList<PersonFind>
TmdbSearch.searchPeople(String query,
Integer page,
Boolean includeAdult,
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html
index 39682f116..c3067afea 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.person (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html
index 74a8272c4..6a2166aeb 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.person (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html
index 951144ad6..3af36513c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.person Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-use.html b/apidocs/com/omertron/themoviedbapi/model/person/package-use.html
index 545137d58..3a038fb31 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.person (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/review/Review.html b/apidocs/com/omertron/themoviedbapi/model/review/Review.html
index 32f065f95..945f47969 100644
--- a/apidocs/com/omertron/themoviedbapi/model/review/Review.html
+++ b/apidocs/com/omertron/themoviedbapi/model/review/Review.html
@@ -2,7 +2,7 @@
-
+
Review (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html b/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html
index 4aa44507e..c72be4e4e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html
+++ b/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.review.Review (API-The MovieDB 4.0-SNAPSHOT API)
@@ -118,7 +118,7 @@
-TmdbResultsList<Review>
+ResultList<Review>
TheMovieDbApi.getMovieReviews(int movieId,
Integer page,
String language,
@@ -156,7 +156,7 @@
-TmdbResultsList<Review>
+ResultList<Review>
TmdbMovies.getMovieReviews(int movieId,
Integer page,
String language,
@@ -180,7 +180,7 @@
List<Review>
-MovieDb.getReviews()
+MovieInfo.getReviews()
@@ -193,7 +193,7 @@
void
-MovieDb.setReviews(WrapperGenericList<Review> reviews)
+MovieInfo.setReviews(WrapperGenericList<Review> reviews)
diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html
index 4bf46b4ff..3e3d23493 100644
--- a/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.review (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html
index 0a1088f21..9935a1832 100644
--- a/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.review (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html
index 3dcbf42d5..a5185292c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.review Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-use.html b/apidocs/com/omertron/themoviedbapi/model/review/package-use.html
index c3561ba8f..4af3e9572 100644
--- a/apidocs/com/omertron/themoviedbapi/model/review/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/review/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.review (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html
index 0a728880b..fafd30589 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html
@@ -2,7 +2,7 @@
-
+
TVBasic (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html
index 66a098a17..5a844bd74 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html
@@ -2,7 +2,7 @@
-
+
TVCredit (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html
index b2aee914b..196cab98e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html
@@ -2,7 +2,7 @@
-
+
TVEpisodeBasic (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html
index c5a5f9877..cb783eecc 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html
@@ -2,7 +2,7 @@
-
+
TVEpisodeInfo (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html
index 426933881..558c1b1df 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html
@@ -2,7 +2,7 @@
-
+
TVInfo (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html
index 402840b52..5d998b240 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html
@@ -2,7 +2,7 @@
-
+
TVSeasonBasic (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html
index a1002d781..869ea77c1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html
@@ -2,7 +2,7 @@
-
+
TVSeasonInfo (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html
index 7ee398eb9..b04f2a502 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.tv.TVBasic (API-The MovieDB 4.0-SNAPSHOT API)
@@ -116,7 +116,14 @@
-List<TVBasic>
+ResultList<TVBasic>
+TheMovieDbApi.getFavoriteTv(String sessionId,
+ int accountId)
+Get the list of favorite TV series for an account.
+
+
+
+ResultList<TVBasic>
TheMovieDbApi.getRatedTV(String sessionId,
int accountId,
Integer page,
@@ -125,37 +132,37 @@
Get the list of rated TV shows (and associated rating) for an account.
-
-TmdbResultsList<TVBasic>
+
+ResultList<TVBasic>
TheMovieDbApi.getTVAiringToday(Integer page,
String language,
String timezone)
Get the list of TV shows that air today.
-
-TmdbResultsList<TVBasic>
+
+ResultList<TVBasic>
TheMovieDbApi.getTVOnTheAir(Integer page,
String language)
Get the list of TV shows that are currently on the air.
-
-TmdbResultsList<TVBasic>
+
+ResultList<TVBasic>
TheMovieDbApi.getTVPopular(Integer page,
String language)
Get the list of popular TV shows.
-
-TmdbResultsList<TVBasic>
+
+ResultList<TVBasic>
TheMovieDbApi.getTVTopRated(Integer page,
String language)
Get the list of top rated TV shows.
-
-List<TVBasic>
+
+ResultList<TVBasic>
TheMovieDbApi.getWatchListTV(String sessionId,
int accountId,
Integer page,
@@ -164,8 +171,8 @@
Get the list of movies on an accounts watchlist.
-
-TmdbResultsList<TVBasic>
+
+ResultList<TVBasic>
TheMovieDbApi.searchTV(String query,
Integer page,
String language,
@@ -195,14 +202,14 @@
-List<TVBasic>
+ResultList<TVBasic>
TmdbAccount.getFavoriteTv(String sessionId,
int accountId)
Get the list of favorite TV series for an account.
-List<TVBasic>
+ResultList<TVBasic>
TmdbAccount.getRatedTV(String sessionId,
int accountId,
Integer page,
@@ -212,7 +219,7 @@
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
TmdbTV.getTVAiringToday(Integer page,
String language,
String timezone)
@@ -220,28 +227,28 @@
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
TmdbTV.getTVOnTheAir(Integer page,
String language)
Get the list of TV shows that are currently on the air.
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
TmdbTV.getTVPopular(Integer page,
String language)
Get the list of popular TV shows.
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
TmdbTV.getTVTopRated(Integer page,
String language)
Get the list of top rated TV shows.
-List<TVBasic>
+ResultList<TVBasic>
TmdbAccount.getWatchListTV(String sessionId,
int accountId,
Integer page,
@@ -251,7 +258,7 @@
-TmdbResultsList<TVBasic>
+ResultList<TVBasic>
TmdbSearch.searchTV(String query,
Integer page,
String language,
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html
index fec44c8f9..dc5ece45c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.tv.TVCredit (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html
index a757f3b79..681ab0a4d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html
index b0a904efa..1339084a4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html
index 2513d081c..4a6a8a05c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.tv.TVInfo (API-The MovieDB 4.0-SNAPSHOT API)
@@ -124,7 +124,7 @@
-TmdbResultsList<TVInfo>
+ResultList<TVInfo>
TheMovieDbApi.getTVSimilar(int tvID,
Integer page,
String language,
@@ -170,7 +170,7 @@
-TmdbResultsList<TVInfo>
+ResultList<TVInfo>
TmdbTV.getTVSimilar(int tvID,
Integer page,
String language,
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html
index 9a362cada..ad180398a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.tv.TVSeasonBasic (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html
index d43399033..79befa52d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.tv.TVSeasonInfo (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html
index 067cb35c6..fcfe67804 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html
index 041bed518..f2748f242 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html
index 9112407b0..1e18b11b7 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.model.tv Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html
index 730d28b34..2375ec4c9 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/package-frame.html b/apidocs/com/omertron/themoviedbapi/package-frame.html
index ae694934f..d17076942 100644
--- a/apidocs/com/omertron/themoviedbapi/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html
index 3fdf14e8b..06583715c 100644
--- a/apidocs/com/omertron/themoviedbapi/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi (API-The MovieDB 4.0-SNAPSHOT API)
@@ -85,7 +85,7 @@
TheMovieDbApi
-The MovieDb API
+The MovieInfo API
diff --git a/apidocs/com/omertron/themoviedbapi/package-tree.html b/apidocs/com/omertron/themoviedbapi/package-tree.html
index 83b79f9c0..53e55f525 100644
--- a/apidocs/com/omertron/themoviedbapi/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/package-use.html b/apidocs/com/omertron/themoviedbapi/package-use.html
index 47acb2444..bbebb91d7 100644
--- a/apidocs/com/omertron/themoviedbapi/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html b/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html
index 00543dede..5565a7c1b 100644
--- a/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html
+++ b/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html
@@ -2,7 +2,7 @@
-
+
AbstractResults (API-The MovieDB 4.0-SNAPSHOT API)
@@ -38,7 +38,7 @@
diff --git a/testapidocs/com/omertron/themoviedbapi/package-use.html b/testapidocs/com/omertron/themoviedbapi/package-use.html
index 642189d83..5d6317b21 100644
--- a/testapidocs/com/omertron/themoviedbapi/package-use.html
+++ b/testapidocs/com/omertron/themoviedbapi/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi (API-The MovieDB 4.0-SNAPSHOT Test API)
diff --git a/testapidocs/com/omertron/themoviedbapi/tools/ApiUrlTest.html b/testapidocs/com/omertron/themoviedbapi/tools/ApiUrlTest.html
index 6ea0d2881..fe7346a50 100644
--- a/testapidocs/com/omertron/themoviedbapi/tools/ApiUrlTest.html
+++ b/testapidocs/com/omertron/themoviedbapi/tools/ApiUrlTest.html
@@ -2,7 +2,7 @@
-
+
ApiUrlTest (API-The MovieDB 4.0-SNAPSHOT Test API)
diff --git a/testapidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrlTest.html b/testapidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrlTest.html
index 0ff630cf0..b724287fd 100644
--- a/testapidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrlTest.html
+++ b/testapidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrlTest.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.tools.ApiUrlTest (API-The MovieDB 4.0-SNAPSHOT Test API)
diff --git a/testapidocs/com/omertron/themoviedbapi/tools/package-frame.html b/testapidocs/com/omertron/themoviedbapi/tools/package-frame.html
index ab2f32042..cd95423f2 100644
--- a/testapidocs/com/omertron/themoviedbapi/tools/package-frame.html
+++ b/testapidocs/com/omertron/themoviedbapi/tools/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.tools (API-The MovieDB 4.0-SNAPSHOT Test API)
diff --git a/testapidocs/com/omertron/themoviedbapi/tools/package-summary.html b/testapidocs/com/omertron/themoviedbapi/tools/package-summary.html
index 6286d335f..715b3c33c 100644
--- a/testapidocs/com/omertron/themoviedbapi/tools/package-summary.html
+++ b/testapidocs/com/omertron/themoviedbapi/tools/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.tools (API-The MovieDB 4.0-SNAPSHOT Test API)
diff --git a/testapidocs/com/omertron/themoviedbapi/tools/package-tree.html b/testapidocs/com/omertron/themoviedbapi/tools/package-tree.html
index 3a6165d5a..71f85ba38 100644
--- a/testapidocs/com/omertron/themoviedbapi/tools/package-tree.html
+++ b/testapidocs/com/omertron/themoviedbapi/tools/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT Test API)
diff --git a/testapidocs/com/omertron/themoviedbapi/tools/package-use.html b/testapidocs/com/omertron/themoviedbapi/tools/package-use.html
index c3fb4cd92..d960d5d9c 100644
--- a/testapidocs/com/omertron/themoviedbapi/tools/package-use.html
+++ b/testapidocs/com/omertron/themoviedbapi/tools/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 4.0-SNAPSHOT Test API)
diff --git a/testapidocs/constant-values.html b/testapidocs/constant-values.html
index c3b9e9db7..2cccffec4 100644
--- a/testapidocs/constant-values.html
+++ b/testapidocs/constant-values.html
@@ -2,7 +2,7 @@
-
+
Constant Field Values (API-The MovieDB 4.0-SNAPSHOT Test API)
diff --git a/testapidocs/deprecated-list.html b/testapidocs/deprecated-list.html
index bdf490725..2d427eb4c 100644
--- a/testapidocs/deprecated-list.html
+++ b/testapidocs/deprecated-list.html
@@ -2,7 +2,7 @@
-
+
Deprecated List (API-The MovieDB 4.0-SNAPSHOT Test API)
diff --git a/testapidocs/help-doc.html b/testapidocs/help-doc.html
index b57c1768c..2c7d52aab 100644
--- a/testapidocs/help-doc.html
+++ b/testapidocs/help-doc.html
@@ -2,7 +2,7 @@
-
+
API Help (API-The MovieDB 4.0-SNAPSHOT Test API)
diff --git a/testapidocs/index-all.html b/testapidocs/index-all.html
index 61a4cdc70..4826416dd 100644
--- a/testapidocs/index-all.html
+++ b/testapidocs/index-all.html
@@ -2,7 +2,7 @@
-
+
Index (API-The MovieDB 4.0-SNAPSHOT Test API)
@@ -380,6 +380,18 @@
tearDownClass() - Static method in class com.omertron.themoviedbapi.tools.ApiUrlTest
+test(MovieBasic) - Static method in class com.omertron.themoviedbapi.TestSuite
+
+test(UserList) - Static method in class com.omertron.themoviedbapi.TestSuite
+
+test(TVBasic) - Static method in class com.omertron.themoviedbapi.TestSuite
+
+test(int) - Static method in class com.omertron.themoviedbapi.TestSuite
+
+test(float) - Static method in class com.omertron.themoviedbapi.TestSuite
+
+test(boolean) - Static method in class com.omertron.themoviedbapi.TestSuite
+
testCloseMatch() - Method in class com.omertron.themoviedbapi.CompareTest
Close match
@@ -862,6 +874,8 @@
testSuite() - Method in class com.omertron.themoviedbapi.methods.TmdbListsTest
+TestSuite - Class in com.omertron.themoviedbapi
+
testTV() - Method in class com.omertron.themoviedbapi.tools.ApiUrlTest
testTVEpsiode() - Method in class com.omertron.themoviedbapi.tools.ApiUrlTest
diff --git a/testapidocs/index.html b/testapidocs/index.html
index 7e9063fbb..ba4cc3410 100644
--- a/testapidocs/index.html
+++ b/testapidocs/index.html
@@ -2,7 +2,7 @@
-
+
API-The MovieDB 4.0-SNAPSHOT Test API