diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 26f0b569e..b855c397a 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,9 +2,9 @@ - + -All Classes (API-The MovieDB 3.12-SNAPSHOT API) +All Classes (API-The MovieDB 4.0-SNAPSHOT API) @@ -14,84 +14,126 @@ diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index acdaf2d27..6de0d9e6d 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,9 +2,9 @@ - + -All Classes (API-The MovieDB 3.12-SNAPSHOT API) +All Classes (API-The MovieDB 4.0-SNAPSHOT API) @@ -14,84 +14,126 @@ diff --git a/apidocs/com/omertron/themoviedbapi/Compare.html b/apidocs/com/omertron/themoviedbapi/Compare.html new file mode 100644 index 000000000..7599baf9a --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/Compare.html @@ -0,0 +1,289 @@ + + + + + + +Compare (API-The MovieDB 4.0-SNAPSHOT API) + + + + + + + +
+ + + + + +
+ + + +
+
com.omertron.themoviedbapi
+

Class Compare

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + +

Copyright © 2012-2015. All Rights Reserved.

+ + diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.html index 445e0f023..9762de2e5 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.html @@ -2,16 +2,16 @@ - + -MovieDbException (API-The MovieDB 3.12-SNAPSHOT API) +MovieDbException (API-The MovieDB 4.0-SNAPSHOT API) @@ -37,7 +37,7 @@
Author:
stuart.boston
@@ -149,58 +150,26 @@ extends StatusCode -addMovieToList(String sessionId, - String listId, - Integer movieId) -
This method lets users add new movies to a list that they created.
+addItemToList(String sessionId, + String listId, + Integer mediaId) +
This method lets users add new items to a list that they created.
StatusCode -addToWatchList(String sessionId, +addToWatchList(String sessionId, int accountId, - Integer movieId) + MediaType mediaType, + Integer mediaId)
Add a movie to an accounts watch list.
-StatusCode -changeFavoriteStatus(String sessionId, - int accountId, - Integer movieId, - boolean isFavorite)  - - -static boolean -compareMovies(MovieDb moviedb, - String title, - String year) -
Compare the MovieDB object with a title & year
- - - -static boolean -compareMovies(MovieDb moviedb, - String title, - String year, - int maxDistance) -
Compare the MovieDB object with a title & year, case sensitive
- - - -static boolean -compareMovies(MovieDb moviedb, - String title, - String year, - int maxDistance, - boolean caseSensitive) -
Compare the MovieDB object with a title & year
- - - -static String -convertToJson(Map<String,?> map) -
Use Jackson to convert Map to JSON string.
+boolean +checkItemStatus(String listId, + Integer mediaId) +
Check to see if an item is already on a list.
@@ -220,444 +189,748 @@ extends StatusCode -deleteMovieList(String sessionId, - String listId) +deleteList(String sessionId, + String listId)
This method lets users delete a list that they created.
-Account +FindResults +find(String id, + ExternalSource externalSource, + String language) +
You con use this method to find movies, tv series or persons using + external ids.
+ + + +Account getAccount(String sessionId)
Get the basic information for an account.
- -TokenAuthorisation + +TokenAuthorisation getAuthorisationToken() -
This method is used to generate a valid request token for user based authentication.
+
This method is used to generate a valid request token for user based + authentication.
- -TmdbResultsList<Artwork> + +TmdbResultsList<Artwork> getCollectionImages(int collectionId, String language)
Get all of the images for a particular collection by collection id.
- -CollectionInfo + +CollectionInfo getCollectionInfo(int collectionId, String language) -
This method is used to retrieve all of the basic information about a movie collection.
+
This method is used to retrieve all of the basic information about a + movie collection.
+ + + +Company +getCompanyInfo(int companyId) +
This method is used to retrieve the basic information about a production + company on TMDb.
-Company -getCompanyInfo(int companyId) -
This method is used to retrieve the basic information about a production company on TMDb.
- - - -TmdbResultsList<MovieDb> -getCompanyMovies(int companyId, +List<MovieBasic> +getCompanyMovies(int companyId, String language, - int page) + Integer page)
This method is used to retrieve the movies associated with a company.
- -TmdbConfiguration + +Configuration getConfiguration()
Get the configuration information
+ +CreditInfo +getCreditInfo(String creditId, + String language) +
Get the detailed information about a particular credit record.
+ + -TmdbResultsList<MovieDb> -getDiscover(Discover discover) -
Discover movies by different types of data like average rating, number of votes, genres and certifications.
+List<MovieBasic> +getDiscoverMovies(Discover discover) +
Discover movies by different types of data like average rating, number of + votes, genres and certifications.
-TmdbResultsList<MovieDb> -getDiscover(int page, - String language, - String sortBy, - boolean includeAdult, - int year, - int primaryReleaseYear, - int voteCountGte, - float voteAverageGte, - String withGenres, - String releaseDateGte, - String releaseDateLte, - String certificationCountry, - String certificationLte, - String withCompanies) -
Discover movies by different types of data like average rating, number of votes, genres and certifications.
+List<TVBasic> +getDiscoverTV(Discover discover) +
Discover movies by different types of data like average rating, number of + votes, genres and certifications.
-List<MovieDb> +List<MovieBasic> getFavoriteMovies(String sessionId, int accountId)
Get the account favourite movies
-TmdbResultsList<Genre> -getGenreList(String language) -
You can use this method to retrieve the list of genres used on TMDb.
+List +getFavoriteTv(String sessionId, + int accountId) +
Get the list of favorite TV series for an account.
-TmdbResultsList<MovieDb> -getGenreMovies(int genreId, - String language, - int page, - boolean includeAllMovies) -
Get a list of movies per genre.
+TmdbResultsList<Genre> +getGenreMovieList(String language) +
Get the list of Movie genres.
-TokenSession +List<MovieBasic> +getGenreMovies(int genreId, + String language, + Integer page, + Boolean includeAllMovies, + Boolean includeAdult) +
Get a list of movies per genre.
+ + + +TmdbResultsList<Genre> +getGenreTVList(String language) +
Get the list of TV genres..
+ + + +List<MovieBasic> +getGuestRatedMovies(String guestSessionId, + String language, + Integer page, + SortBy sortBy) +
Get a list of rated movies for a specific guest session id.
+ + + +TokenSession getGuestSessionToken()
This method is used to generate a guest session id.
- -TmdbResultsList<JobDepartment> -getJobs()  - -Keyword +TmdbResultsList<JobDepartment> +getJobs() +
Get a list of valid jobs
+ + + +Keyword getKeyword(String keywordId)
Get the basic information for a specific keyword id.
- -TmdbResultsList<KeywordMovie> -getKeywordMovies(String keywordId, + +TmdbResultsList<MovieBasic> +getKeywordMovies(String keywordId, String language, - int page) + Integer page)
Get the list of movies for a particular keyword by id.
- -MovieDb + +MovieDb getLatestMovie()
This method is used to retrieve the newest movie that was added to TMDb.
+ +TVInfo +getLatestTV() +
Get the latest TV show id.
+ + -MovieDbList +ListItem<MovieDb> getList(String listId)
Get a list by its ID
-TmdbResultsList<AlternativeTitle> +MediaState +getMovieAccountState(int movieId, + String sessionId) +
This method lets a user get the status of whether or not the movie has + been rated or added to their favourite or movie watch list.
+ + + +TmdbResultsList<AlternativeTitle> getMovieAlternativeTitles(int movieId, String country, String... appendToResponse) -
This method is used to retrieve all of the alternative titles we have for a particular movie.
- - - -TmdbResultsList<Person> -getMovieCasts(int movieId, - String... appendToResponse) -
Get the cast information for a specific movie id.
+
This method is used to retrieve all of the alternative titles we have for + a particular movie.
-TmdbResultsMap<String,List<ChangedItem>> +List<ChangeListItem> +getMovieChangeList(Integer page, + String startDate, + String endDate) +
Get a list of Movie IDs that have been edited.
+ + + +WrapperChanges getMovieChanges(int movieId, String startDate, String endDate) -
Get the changes for a specific movie id.
- - - -TmdbResultsList<ChangedMovie> -getMovieChangesList(int page, - String startDate, - String endDate) -
Get a list of movie ids that have been edited.
+
Get the changes for a specific movie ID.
-TmdbResultsList<Artwork> -getMovieImages(int movieId, - String language, - String... appendToResponse) -
This method should be used when you’re wanting to retrieve all of the images for a particular movie.
+MediaCreditList +getMovieCredits(int movieId, + String... appendToResponse) +
Get the cast and crew information for a specific movie id.
-MovieDb +TmdbResultsList<Artwork> +getMovieImages(int movieId, + String language, + String... appendToResponse) +
This method should be used when you’re wanting to retrieve all of the + images for a particular movie.
+ + + +MovieDb getMovieInfo(int movieId, String language, String... appendToResponse)
This method is used to retrieve all of the basic movie information.
- -MovieDb + +MovieDb getMovieInfoImdb(String imdbId, String language, String... appendToResponse)
This method is used to retrieve all of the basic movie information.
- -TmdbResultsList<Keyword> + +TmdbResultsList<Keyword> getMovieKeywords(int movieId, String... appendToResponse) -
This method is used to retrieve all of the keywords that have been added to a particular movie.
+
This method is used to retrieve all of the keywords that have been added + to a particular movie.
- -TmdbResultsList<MovieList> -getMovieLists(int movieId, + +TmdbResultsList<UserList> +getMovieLists(int movieId, + Integer page, String language, - int page, String... appendToResponse)
Get the lists that the movie belongs to
- -TmdbResultsList<ReleaseInfo> + +TmdbResultsList<ReleaseInfo> getMovieReleaseInfo(int movieId, String language, String... appendToResponse) -
This method is used to retrieve all of the release and certification data we have for a specific movie.
- - - -TmdbResultsList<Video> -getMovieTrailers(int movieId, - String language, - String... appendToResponse) -
This method is used to retrieve all of the trailers for a particular movie.
+
This method is used to retrieve all of the release and certification data + we have for a specific movie.
-TmdbResultsList<Translation> -getMovieTranslations(int movieId, - String... appendToResponse) -
This method is used to retrieve a list of the available translations for a specific movie.
+TmdbResultsList<Review> +getMovieReviews(int movieId, + Integer page, + String language, + String... appendToResponse) +
Get the reviews for a particular movie id.
-TmdbResultsList<MovieDb> -getNowPlayingMovies(String language, - int page) +TmdbResultsMap<String,List<Certification>> +getMoviesCertification() +
Get a list of movies certification.
+ + + +TmdbResultsList<Translation> +getMovieTranslations(int movieId, + String... appendToResponse) +
This method is used to retrieve a list of the available translations for + a specific movie.
+ + + +TmdbResultsList<Video> +getMovieVideos(int movieId, + String language, + String... appendToResponse) +
This method is used to retrieve all of the trailers for a particular + movie.
+ + + +Network +getNetworkInfo(int networkId) +
This method is used to retrieve the basic information about a TV network.
+ + + +TmdbResultsList<MovieDb> +getNowPlayingMovies(Integer page, + String language)
This method is used to retrieve the movies currently in theatres.
-void +List<ChangeListItem> +getPersonChangeList(Integer page, + String startDate, + String endDate) +
Get a list of Person IDs that have been edited.
+ + + +WrapperChanges getPersonChanges(int personId, String startDate, String endDate)
Get the changes for a specific person id.
- -void -getPersonChangesList(int page, - String startDate, - String endDate)  - -TmdbResultsList<PersonCredit> -getPersonCredits(int personId, - String... appendToResponse) -
This method is used to retrieve all of the cast & crew information for the person.
+PersonCredits +getPersonCombinedCredits(int personId, + String language, + String... appendToResponse) +
Get the combined (movie and TV) credits for a specific person id.
-TmdbResultsList<Artwork> +ExternalID +getPersonExternalIds(int personId) +
Get the external ids for a specific person id.
+ + + +TmdbResultsList<Artwork> getPersonImages(int personId) -
This method is used to retrieve all of the profile images for a person.
+
Get the images for a specific person id.
- -Person + +Person getPersonInfo(int personId, String... appendToResponse) -
This method is used to retrieve all of the basic person information.
+
Get the general person information for a specific id.
- -Person + +Person getPersonLatest()
Get the latest person id.
+ +PersonCredits +getPersonMovieCredits(int personId, + String language, + String... appendToResponse) +
Get the movie credits for a specific person id.
+ + -TmdbResultsList<Person> -getPersonPopular() +TmdbResultsList<PersonFind> +getPersonPopular(Integer page)
Get the list of popular people on The Movie Database.
-TmdbResultsList<Person> -getPersonPopular(int page) -
Get the list of popular people on The Movie Database.
+TmdbResultsList<ArtworkMedia> +getPersonTaggedImages(int personId, + Integer page, + String language) +
Get the images that have been tagged with a specific person id.
-TmdbResultsList<MovieDb> -getPopularMovieList(String language, - int page) +PersonCredits +getPersonTVCredits(int personId, + String language, + String... appendToResponse) +
Get the TV credits for a specific person id.
+ + + +TmdbResultsList<MovieDb> +getPopularMovieList(Integer page, + String language)
This method is used to retrieve the daily movie popularity list.
- -List<MovieDb> -getRatedMovies(String sessionId, - int accountId) + +List<MovieBasic> +getRatedMovies(String sessionId, + int accountId, + Integer page, + String sortBy, + String language)
Get the list of rated movies (and associated rating) for an account.
- -TmdbResultsList<Reviews> -getReviews(int movieId, - String language, - int page, - String... appendToResponse)  - -TokenSession -getSessionToken(TokenAuthorisation token) -
This method is used to generate a session id for user based authentication.
+List<TVBasic> +getRatedTV(String sessionId, + int accountId, + Integer page, + String sortBy, + String language) +
Get the list of rated TV shows (and associated rating) for an account.
-TokenAuthorisation -getSessionTokenLogin(TokenAuthorisation token, +Review +getReviews(String reviewId)  + + +TokenSession +getSessionToken(TokenAuthorisation token) +
This method is used to generate a session id for user based + authentication.
+ + + +TokenAuthorisation +getSessionTokenLogin(TokenAuthorisation token, String username, String password) -
This method is used to generate a session id for user based authentication.
+
This method is used to generate a session id for user based + authentication.
-TmdbResultsList<MovieDb> -getSimilarMovies(int movieId, +TmdbResultsList<MovieDb> +getSimilarMovies(int movieId, + Integer page, String language, - int page, String... appendToResponse) -
The similar movies method will let you retrieve the similar movies for a particular movie.
+
The similar movies method will let you retrieve the similar movies for a + particular movie.
-TmdbResultsList<MovieDb> -getTopRatedMovies(String language, - int page) -
This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
+Map<String,List<String>> +getTimezones() +
Get the list of supported timezones for the API methods that support + them.
-TmdbResultsList<MovieDb> -getUpcoming(String language, - int page) +TmdbResultsList<MovieDb> +getTopRatedMovies(Integer page, + String language) +
This method is used to retrieve the top rated movies that have over 10 + votes on TMDb.
+ + + +MediaState +getTVAccountState(int tvID, + String sessionID) +
This method lets users get the status of whether or not the TV show has + been rated or added to their favourite or watch lists.
+ + + +TmdbResultsList<TVBasic> +getTVAiringToday(Integer page, + String language, + String timezone) +
Get the list of TV shows that air today.
+ + + +TmdbResultsList<AlternativeTitle> +getTVAlternativeTitles(int tvID) +
Get the alternative titles for a specific show ID.
+ + + +TmdbResultsMap<String,List<Certification>> +getTvCertification() +
Get a list of tv certification.
+ + + +List<ChangeListItem> +getTvChangeList(Integer page, + String startDate, + String endDate) +
Get a list of TV IDs that have been edited.
+ + + +WrapperChanges +getTVChanges(int tvID, + String startDate, + String endDate) +
Get the changes for a specific TV show id.
+ + + +TmdbResultsList<ContentRating> +getTVContentRatings(int tvID) +
Get the content ratings for a specific TV show id.
+ + + +MediaCreditList +getTVCredits(int tvID, + String language, + String... appendToResponse) +
Get the cast & crew information about a TV series.
+ + + +ExternalID +getTVExternalIDs(int tvID, + String language) +
Get the external ids that we have stored for a TV series.
+ + + +TmdbResultsList<Artwork> +getTVImages(int tvID, + String language, + String... includeImageLanguage) +
Get the images (posters and backdrops) for a TV series.
+ + + +TVInfo +getTVInfo(int tvID, + String language, + String... appendToResponse) +
Get the primary information about a TV series by id.
+ + + +TmdbResultsList<Keyword> +getTVKeywords(int tvID, + String... appendToResponse) +
Get the plot keywords for a specific TV show id.
+ + + +TmdbResultsList<TVBasic> +getTVOnTheAir(Integer page, + String language) +
Get the list of TV shows that are currently on the air.
+ + + +TmdbResultsList<TVBasic> +getTVPopular(Integer page, + String language) +
Get the list of popular TV shows.
+ + + +TmdbResultsList<TVInfo> +getTVSimilar(int tvID, + Integer page, + String language, + String... appendToResponse) +
Get the similar TV shows for a specific tv id.
+ + + +TmdbResultsList<TVBasic> +getTVTopRated(Integer page, + String language) +
Get the list of top rated TV shows.
+ + + +TmdbResultsList<Translation> +getTVTranslations(int tvID) +
Get the list of translations that exist for a TV series.
+ + + +TmdbResultsList<Video> +getTVVideos(int tvID, + String language) +
Get the videos that have been added to a TV series (trailers, opening + credits, etc...)
+ + + +TmdbResultsList<MovieDb> +getUpcoming(Integer page, + String language)
Get the list of upcoming movies.
- -List<MovieDbList> + +List<UserList> getUserLists(String sessionId, - int accountID) + int accountId)
Get all lists of a given user
+ +List<MovieBasic> +getWatchListMovie(String sessionId, + int accountId, + Integer page, + String sortBy, + String language) +
Get the list of movies on an accounts watchlist.
+ + -List<MovieDb> -getWatchList(String sessionId, - int accountId) +List<TVBasic> +getWatchListTV(String sessionId, + int accountId, + Integer page, + String sortBy, + String language)
Get the list of movies on an accounts watchlist.
-boolean -isMovieOnList(String listId, - Integer movieId) -
Check to see if a movie ID is already added to a list.
+StatusCode +modifyFavoriteStatus(String sessionId, + int accountId, + Integer mediaId, + MediaType mediaType, + boolean isFavorite) +
Add or remove a movie to an accounts favourite list.
-boolean -postMovieRating(String sessionId, - Integer movieId, - Integer rating) +StatusCode +postMovieRating(int movieId, + int rating, + String sessionId, + String guestSessionId)
This method lets users rate a movie.
StatusCode -removeFromWatchList(String sessionId, - int accountId, - Integer movieId) -
Remove a movie from an accounts watch list.
+postTVRating(int tvID, + int rating, + String sessionID, + String guestSessionID) +
This method lets users rate a TV show.
StatusCode -removeMovieFromList(String sessionId, - String listId, - Integer movieId) -
This method lets users remove movies from a list that they created.
+removeFromWatchList(String sessionId, + int accountId, + MediaType mediaType, + Integer mediaId) +
Remove a movie from an accounts watch list.
-TmdbResultsList<Collection> -searchCollection(String query, - String language, - int page) +StatusCode +removeItemFromList(String sessionId, + String listId, + Integer mediaId) +
This method lets users remove items from a list that they created.
+ + + +TmdbResultsList<Collection> +searchCollection(String query, + Integer page, + String language)
Search for collections by name.
- -TmdbResultsList<Company> -searchCompanies(String companyName, - int page) + +TmdbResultsList<Company> +searchCompanies(String query, + Integer page)
Search Companies.
- -TmdbResultsList<Keyword> -searchKeyword(String query, - int page) + +TmdbResultsList<Keyword> +searchKeyword(String query, + Integer page)
Search for keywords by name
- -TmdbResultsList<MovieList> -searchList(String query, - String language, - int page) + +TmdbResultsList<UserList> +searchList(String query, + Integer page, + Boolean includeAdult)
Search for lists by name and description.
- -TmdbResultsList<MovieDb> -searchMovie(String movieName, - int searchYear, + +TmdbResultsList<MovieDb> +searchMovie(String query, + Integer page, String language, - boolean includeAdult, - int page) -
Search Movies This is a good starting point to start finding movies on TMDb.
+ Boolean includeAdult, + Integer searchYear, + Integer primaryReleaseYear, + SearchType searchType)
+
Search Movies This is a good starting point to start finding movies on + TMDb.
+ + + +TmdbResultsList<MediaBasic> +searchMulti(String query, + Integer page, + String language, + Boolean includeAdult) +
Search the movie, tv show and person collections with a single query.
-TmdbResultsList<Person> -searchPeople(String personName, - boolean includeAdult, - int page) +TmdbResultsList<PersonFind> +searchPeople(String query, + Integer page, + Boolean includeAdult, + SearchType searchType)
This is a good starting point to start finding people on TMDb.
+ +TmdbResultsList<TVBasic> +searchTV(String query, + Integer page, + String language, + Integer firstAirDateYear, + SearchType searchType) +
Search for TV shows by title.
+ + @@ -789,876 +1481,208 @@ extends MovieDbException
- + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - + - + - - - - - - - - - - - - - - - - - - - - @@ -1711,227 +1719,1142 @@ extends MovieDbException
- + - - - - - - - - - - - - - - - - - + - + - - - - - - - - - - - - - - - - - + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - -

Enum Hierarchy

- + + + + @@ -287,6 +335,24 @@ the order they are declared.
public static final MethodBase DISCOVER
+ + + + + + + + @@ -296,6 +362,15 @@ the order they are declared.
public static final MethodBase GENRE
+ + + + @@ -332,6 +407,15 @@ the order they are declared.
public static final MethodBase MOVIE
+ + + + @@ -341,13 +425,49 @@ the order they are declared.
public static final MethodBase PERSON
+ + + + + + + + + + + + + + + + diff --git a/apidocs/com/omertron/themoviedbapi/tools/MethodSub.html b/apidocs/com/omertron/themoviedbapi/tools/MethodSub.html index a0ddf5fd5..d684033e6 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/MethodSub.html +++ b/apidocs/com/omertron/themoviedbapi/tools/MethodSub.html @@ -2,16 +2,16 @@ - + -MethodSub (API-The MovieDB 3.12-SNAPSHOT API) +MethodSub (API-The MovieDB 4.0-SNAPSHOT API) @@ -126,8 +126,14 @@ extends Enum Constant and Description +ACCOUNT_STATES  + + ADD_ITEM  + +AIRING_TODAY  + ALT_TITLES  @@ -138,14 +144,26 @@ extends CHANGES  +CLEAR  + + COLLECTION  + +COMBINED_CREDITS  + COMPANY  +CONTENT_RATINGS  + + CREDITS  + +EXTERNAL_IDS  + FAVORITE  @@ -153,67 +171,91 @@ extends FAVORITE_MOVIES  +FAVORITE_TV  + + GUEST_SESSION  - + IMAGES  - + ITEM_STATUS  - + KEYWORD  - + KEYWORDS  - + LATEST  - + LIST  - + LISTS  - + MOVIE  + +MOVIE_CREDITS  + -MOVIE_WATCHLIST  +MOVIE_LIST  MOVIES  +MULTI  + + +NONE  + + NOW_PLAYING  +ON_THE_AIR  + + PERSON  - + POPULAR  - + RATED_MOVIES  + +RATED_MOVIES_GUEST  + +RATED_TV  + + RATING  - + RELEASES  - + REMOVE_ITEM  - + REVIEWS  - + SESSION_NEW  + +SIMILAR  + -SIMILAR_MOVIES  +TAGGED_IMAGES  TOKEN_NEW  @@ -228,11 +270,29 @@ extends TRANSLATIONS  -UPCOMING  +TV  +TV_CREDITS  + + +TV_LIST  + + +UPCOMING  + + VIDEOS  + +WATCHLIST  + + +WATCHLIST_MOVIES  + + +WATCHLIST_TV  + @@ -302,6 +362,42 @@ the order they are declared.

Enum Constant Detail

+ + + + + + + + + + + + + + + + @@ -329,6 +425,15 @@ the order they are declared.
public static final MethodSub CHANGES
+ + + + @@ -338,6 +443,24 @@ the order they are declared.
public static final MethodSub COLLECTION
+ + + + + + + + @@ -356,6 +479,15 @@ the order they are declared.
public static final MethodSub CREDITS
+ + + + @@ -374,6 +506,15 @@ the order they are declared.
public static final MethodSub FAVORITE_MOVIES
+ + + + @@ -464,13 +605,31 @@ the order they are declared.
public static final MethodSub MOVIES
- + + + + + + + + + @@ -482,6 +641,15 @@ the order they are declared.
public static final MethodSub NOW_PLAYING
+ + + + @@ -509,6 +677,24 @@ the order they are declared.
public static final MethodSub RATED_MOVIES
+ + + + + + + + @@ -527,6 +713,15 @@ the order they are declared.
public static final MethodSub RELEASES
+ + + + @@ -545,13 +740,22 @@ the order they are declared.
public static final MethodSub SESSION_NEW
- + + + + + @@ -590,6 +794,33 @@ the order they are declared.
public static final MethodSub TRANSLATIONS
+ + + + + + + + + + + + @@ -608,22 +839,31 @@ the order they are declared.
public static final MethodSub VIDEOS
- + - + + + + + diff --git a/apidocs/com/omertron/themoviedbapi/tools/Param.html b/apidocs/com/omertron/themoviedbapi/tools/Param.html index a3aeb0d17..680a540b4 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/Param.html +++ b/apidocs/com/omertron/themoviedbapi/tools/Param.html @@ -2,16 +2,16 @@ - + -Param (API-The MovieDB 3.12-SNAPSHOT API) +Param (API-The MovieDB 4.0-SNAPSHOT API) @@ -38,7 +38,7 @@
public static final Param APPEND
+ + + + + + + + + + + + + + + + @@ -329,6 +434,24 @@ the order they are declared.
public static final Param END_DATE
+ + + + + + + + @@ -338,6 +461,42 @@ the order they are declared.
public static final Param FAVORITE
+ + + + + + + + + + + + + + + + @@ -347,6 +506,15 @@ the order they are declared.
public static final Param ID
+ + + + @@ -356,6 +524,24 @@ the order they are declared.
public static final Param INCLUDE_ALL_MOVIES
+ + + + + + + + @@ -365,6 +551,15 @@ the order they are declared.
public static final Param LANGUAGE
+ + + + @@ -392,6 +587,15 @@ the order they are declared.
public static final Param PASSWORD
+ + + + @@ -401,13 +605,67 @@ the order they are declared.
public static final Param QUERY
- + + + + + + + + + + + + + + + + + + + + + + + + + @@ -419,6 +677,15 @@ the order they are declared.
public static final Param START_DATE
+ + + + @@ -446,69 +713,6 @@ the order they are declared.
public static final Param VALUE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -518,6 +722,15 @@ the order they are declared.
public static final Param VOTE_AVERAGE_GTE
+ + + + @@ -527,6 +740,24 @@ the order they are declared.
public static final Param VOTE_COUNT_GTE
+ + + + + + + + @@ -536,13 +767,58 @@ the order they are declared.
public static final Param WITH_COMPANIES
+ + + + + + + + + + + + + + + + + + + + @@ -638,7 +914,7 @@ not permitted.) void -TmdbParameters.add(Param key, - boolean value) +TmdbParameters.add(Param key, + Boolean value)
Add a boolean parameter to the collection
void -TmdbParameters.add(Param key, - float value) +TmdbParameters.add(Param key, + Float value)
Add a float parameter to the collection
void -TmdbParameters.add(Param key, - int value) +TmdbParameters.add(Param key, + Integer value)
Add an integer parameter to the collection
diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/PostBody.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/PostBody.html new file mode 100644 index 000000000..073a46646 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/PostBody.html @@ -0,0 +1,180 @@ + + + + + + +Uses of Class com.omertron.themoviedbapi.tools.PostBody (API-The MovieDB 4.0-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
com.omertron.themoviedbapi.tools.PostBody

+
+
+ +
+ + + + +

Copyright © 2012-2015. All Rights Reserved.

+ + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/PostTools.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/PostTools.html new file mode 100644 index 000000000..79df477c7 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/PostTools.html @@ -0,0 +1,163 @@ + + + + + + +Uses of Class com.omertron.themoviedbapi.tools.PostTools (API-The MovieDB 4.0-SNAPSHOT API) + + + + + + + + + + +
+

Uses of Class
com.omertron.themoviedbapi.tools.PostTools

+
+
+ +
+ + + + +

Copyright © 2012-2015. All Rights Reserved.

+ + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/TmdbParameters.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/TmdbParameters.html index 67fa003c2..77f8d8c77 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/TmdbParameters.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/TmdbParameters.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.tools.TmdbParameters (API-The MovieDB 3.12-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.tools.TmdbParameters (API-The MovieDB 4.0-SNAPSHOT API) @@ -77,7 +77,7 @@ -com.omertron.themoviedbapi.model +com.omertron.themoviedbapi.model.discover   @@ -89,12 +89,12 @@
    • -
    • +
    • -

      Uses of TmdbParameters in com.omertron.themoviedbapi.model

      +

      Uses of TmdbParameters in com.omertron.themoviedbapi.model.discover

      - + @@ -102,7 +102,7 @@ - + + + + + + + +
      Methods in com.omertron.themoviedbapi.model that return TmdbParameters Methods in com.omertron.themoviedbapi.model.discover that return TmdbParameters 
      Modifier and Type Method and Description
      TmdbParametersDiscover.getParams() +Discover.getParams()
      Get the parameters

      This will be used to construct the URL in the API

      diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html index 5b419b20b..fc00ce17f 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.tools (API-The MovieDB 3.12-SNAPSHOT API) +com.omertron.themoviedbapi.tools (API-The MovieDB 4.0-SNAPSHOT API) @@ -15,6 +15,7 @@

      Enums

      @@ -22,6 +23,7 @@
    • MethodBase
    • MethodSub
    • Param
    • +
    • PostBody
    • diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html index 8387ddea0..76546be4f 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.tools (API-The MovieDB 3.12-SNAPSHOT API) +com.omertron.themoviedbapi.tools (API-The MovieDB 4.0-SNAPSHOT API) @@ -89,6 +89,10 @@
      PostTools 
      TmdbParameters
      Parameters for the TMDB API
      @@ -119,6 +123,12 @@
      Parameters for use in the URL
      PostBody +
      List of values to use for the POST requests
      +
    • diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html index f2073cafb..98b8248b9 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 3.12-SNAPSHOT API) +com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API) @@ -77,6 +77,7 @@ @@ -90,6 +91,7 @@
    • com.omertron.themoviedbapi.tools.Param
    • com.omertron.themoviedbapi.tools.MethodSub
    • com.omertron.themoviedbapi.tools.MethodBase
    • +
    • com.omertron.themoviedbapi.tools.PostBody
  • diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-use.html b/apidocs/com/omertron/themoviedbapi/tools/package-use.html index a031e6a2b..4e5328680 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 3.12-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 4.0-SNAPSHOT API) @@ -77,27 +77,51 @@ -com.omertron.themoviedbapi.model +com.omertron.themoviedbapi.methods   +com.omertron.themoviedbapi.model.discover +  + + com.omertron.themoviedbapi.tools   -
  • +
  • - + - + + + + + +
    Classes in com.omertron.themoviedbapi.tools used by com.omertron.themoviedbapi.model Classes in com.omertron.themoviedbapi.tools used by com.omertron.themoviedbapi.methods 
    Class and Description
    TmdbParameters +HttpTools +
    HTTP tools to aid in processing web requests
    +
    MethodBase 
    +
  • +
  • + + + + + + + + + + @@ -130,6 +154,14 @@ + + + + + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html index 671a92fcc..53ce282ce 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html @@ -2,16 +2,16 @@ - + -AbstractWrapper (API-The MovieDB 3.12-SNAPSHOT API) +AbstractWrapper (API-The MovieDB 4.0-SNAPSHOT API) @@ -106,7 +106,7 @@
    Direct Known Subclasses:
    -
    AbstractWrapperId, WrapperConfig, WrapperGenres, WrapperJobList
    +
    AbstractWrapperId, WrapperChanges, WrapperConfig, WrapperGenres, WrapperJobList


    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html index b9fb3f87b..f062da10c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html @@ -2,16 +2,16 @@ - + -AbstractWrapperAll (API-The MovieDB 3.12-SNAPSHOT API) +AbstractWrapperAll (API-The MovieDB 4.0-SNAPSHOT API) @@ -116,7 +116,7 @@
    Direct Known Subclasses:
    -
    WrapperCollection, WrapperCompany, WrapperCompanyMovies, WrapperImages, WrapperKeywordMovies, WrapperKeywords, WrapperMovie, WrapperMovieChanges, WrapperMovieDbList, WrapperMovieList, WrapperPerson, WrapperPersonCredits, WrapperPersonList, WrapperReviews
    +
    WrapperGenericList, WrapperImages, WrapperMultiSearch


    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html index 2e6af1fa7..7c405d8d5 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html @@ -2,16 +2,16 @@ - + -AbstractWrapperId (API-The MovieDB 3.12-SNAPSHOT API) +AbstractWrapperId (API-The MovieDB 4.0-SNAPSHOT API) @@ -111,7 +111,7 @@
    Direct Known Subclasses:
    -
    AbstractWrapperAll, WrapperAlternativeTitles, WrapperMovieCasts, WrapperMovieKeywords, WrapperReleaseInfo, WrapperTranslations, WrapperVideos
    +
    AbstractWrapperAll, WrapperAlternativeTitles, WrapperMovieKeywords, WrapperReleaseInfo, WrapperTranslations, WrapperVideos


    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html index 531d30ff5..c9ef298c2 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html @@ -2,16 +2,16 @@ - + -IWrapperDates (API-The MovieDB 3.12-SNAPSHOT API) +IWrapperDates (API-The MovieDB 4.0-SNAPSHOT API) @@ -89,7 +89,7 @@
  • All Known Implementing Classes:
    -
    AbstractWrapperAll, WrapperCollection, WrapperCompany, WrapperCompanyMovies, WrapperImages, WrapperKeywordMovies, WrapperKeywords, WrapperMovie, WrapperMovieChanges, WrapperMovieDbList, WrapperMovieList, WrapperPerson, WrapperPersonCredits, WrapperPersonList, WrapperReviews
    +
    AbstractWrapperAll, WrapperGenericList, WrapperImages, WrapperMultiSearch


    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html index e08979f4c..2b81b3031 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html @@ -2,16 +2,16 @@ - + -IWrapperId (API-The MovieDB 3.12-SNAPSHOT API) +IWrapperId (API-The MovieDB 4.0-SNAPSHOT API) @@ -89,7 +89,7 @@
  • All Known Implementing Classes:
    -
    AbstractWrapperAll, AbstractWrapperId, WrapperAlternativeTitles, WrapperCollection, WrapperCompany, WrapperCompanyMovies, WrapperImages, WrapperKeywordMovies, WrapperKeywords, WrapperMovie, WrapperMovieCasts, WrapperMovieChanges, WrapperMovieDbList, WrapperMovieKeywords, WrapperMovieList, WrapperPerson, WrapperPersonCredits, WrapperPersonList, WrapperReleaseInfo, WrapperReviews, WrapperTranslations, WrapperVideos
    +
    AbstractWrapperAll, AbstractWrapperId, WrapperAlternativeTitles, WrapperGenericList, WrapperImages, WrapperMovieKeywords, WrapperMultiSearch, WrapperReleaseInfo, WrapperTranslations, WrapperVideos


    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html index 953a479b0..fed9a0e8e 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html @@ -2,16 +2,16 @@ - + -IWrapperPages (API-The MovieDB 3.12-SNAPSHOT API) +IWrapperPages (API-The MovieDB 4.0-SNAPSHOT API) @@ -89,7 +89,7 @@
  • All Known Implementing Classes:
    -
    AbstractWrapperAll, WrapperCollection, WrapperCompany, WrapperCompanyMovies, WrapperImages, WrapperKeywordMovies, WrapperKeywords, WrapperMovie, WrapperMovieChanges, WrapperMovieDbList, WrapperMovieList, WrapperPerson, WrapperPersonCredits, WrapperPersonList, WrapperReviews
    +
    AbstractWrapperAll, WrapperGenericList, WrapperImages, WrapperMultiSearch


    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html index 644e95ed7..3f043084d 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html @@ -2,16 +2,16 @@ - + -ResultDates (API-The MovieDB 3.12-SNAPSHOT API) +ResultDates (API-The MovieDB 4.0-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html index 94342412c..39c7ca166 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html @@ -2,16 +2,16 @@ - + -WrapperAlternativeTitles (API-The MovieDB 3.12-SNAPSHOT API) +WrapperAlternativeTitles (API-The MovieDB 4.0-SNAPSHOT API) @@ -158,12 +158,12 @@ implements Method and Description
  • - + - +
    Classes in com.omertron.themoviedbapi.tools used by com.omertron.themoviedbapi.model.discover 
    Class and Description
    TmdbParameters
    Parameters for the TMDB API
    PostBody +
    List of values to use for the POST requests
    +
    PostTools 
    TmdbParameters
    Parameters for the TMDB API
    List<AlternativeTitle>List<AlternativeTitle> getTitles() 
    voidsetTitles(List<AlternativeTitle> titles) setTitles(List<AlternativeTitle> titles) 
    @@ -240,7 +240,7 @@ implements
  • setTitles

    -
    public void setTitles(List<AlternativeTitle> titles)
    +
    public void setTitles(List<AlternativeTitle> titles)
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html index 668b71098..ead2887ca 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html @@ -2,16 +2,16 @@ - + -WrapperChanges (API-The MovieDB 3.12-SNAPSHOT API) +WrapperChanges (API-The MovieDB 4.0-SNAPSHOT API) @@ -38,7 +38,7 @@ -
    A B C D E F G H I J K L M P R S T V W Y  +
    A B C D E F G H I J K L M N O P R S T U V W Y 

    A

    @@ -78,6 +78,14 @@
    AbstractJsonMapping() - Constructor for class com.omertron.themoviedbapi.model.AbstractJsonMapping
     
    +
    AbstractMethod - Class in com.omertron.themoviedbapi.methods
    +
    +
    Abstract methods
    +
    +
    AbstractMethod(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.AbstractMethod
    +
    +
    Default constructor for the methods
    +
    AbstractResults - Class in com.omertron.themoviedbapi.results
    Abstract class to return the results and the id/page info
    @@ -100,9 +108,13 @@
    AbstractWrapperId() - Constructor for class com.omertron.themoviedbapi.wrapper.AbstractWrapperId
     
    -
    Account - Class in com.omertron.themoviedbapi.model
    +
    Account - Class in com.omertron.themoviedbapi.model.account
     
    -
    Account() - Constructor for class com.omertron.themoviedbapi.model.Account
    +
    Account() - Constructor for class com.omertron.themoviedbapi.model.account.Account
    +
     
    +
    add(PostBody, Object) - Method in class com.omertron.themoviedbapi.tools.PostTools
    +
     
    +
    add(String, Object) - Method in class com.omertron.themoviedbapi.tools.PostTools
     
    add(Param, String[]) - Method in class com.omertron.themoviedbapi.tools.TmdbParameters
    @@ -112,37 +124,43 @@
    Add a string parameter to the collection
    -
    add(Param, int) - Method in class com.omertron.themoviedbapi.tools.TmdbParameters
    +
    add(Param, Integer) - Method in class com.omertron.themoviedbapi.tools.TmdbParameters
    Add an integer parameter to the collection
    -
    add(Param, float) - Method in class com.omertron.themoviedbapi.tools.TmdbParameters
    +
    add(Param, Float) - Method in class com.omertron.themoviedbapi.tools.TmdbParameters
    Add a float parameter to the collection
    -
    add(Param, boolean) - Method in class com.omertron.themoviedbapi.tools.TmdbParameters
    +
    add(Param, Boolean) - Method in class com.omertron.themoviedbapi.tools.TmdbParameters
    Add a boolean parameter to the collection
    -
    addCast(int, String, String, String, int) - Method in class com.omertron.themoviedbapi.model.Person
    +
    addItem(String, String, int) - Method in class com.omertron.themoviedbapi.methods.TmdbLists
    -
    Add a cast member
    +
    This method lets users add new items to a list that they created.
    -
    addCrew(int, String, String, String, String) - Method in class com.omertron.themoviedbapi.model.Person
    +
    addItemToList(String, String, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    -
    Add a crew member
    +
    This method lets users add new items to a list that they created.
    -
    addMovieToList(String, String, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    -
    -
    This method lets users add new movies to a list that they created.
    -
    -
    addToWatchList(String, int, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    addToWatchList(String, int, MediaType, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Add a movie to an accounts watch list.
    -
    AlternativeTitle - Class in com.omertron.themoviedbapi.model
    +
    AlternativeTitle - Class in com.omertron.themoviedbapi.model.media
     
    -
    AlternativeTitle() - Constructor for class com.omertron.themoviedbapi.model.AlternativeTitle
    +
    AlternativeTitle() - Constructor for class com.omertron.themoviedbapi.model.media.AlternativeTitle
    +
     
    +
    and(int) - Method in class com.omertron.themoviedbapi.model.discover.WithBuilder
    +
    +
    Add an "AND ID"
    +
    +
    and(String) - Method in class com.omertron.themoviedbapi.model.discover.WithBuilder
    +
    +
    Add an "AND ID"
    +
    +
    apiKey - Variable in class com.omertron.themoviedbapi.methods.AbstractMethod
     
    ApiUrl - Class in com.omertron.themoviedbapi.tools
    @@ -152,13 +170,17 @@
    Constructor for the simple API URL method without a sub-method
    -
    Artwork - Class in com.omertron.themoviedbapi.model
    +
    Artwork - Class in com.omertron.themoviedbapi.model.artwork
    The artwork type information
    -
    Artwork() - Constructor for class com.omertron.themoviedbapi.model.Artwork
    +
    Artwork() - Constructor for class com.omertron.themoviedbapi.model.artwork.Artwork
     
    -
    ArtworkType - Enum in com.omertron.themoviedbapi.model
    +
    ArtworkMedia - Class in com.omertron.themoviedbapi.model.artwork
    +
     
    +
    ArtworkMedia() - Constructor for class com.omertron.themoviedbapi.model.artwork.ArtworkMedia
    +
     
    +
    ArtworkType - Enum in com.omertron.themoviedbapi.enumeration
    ArtworkType enum List of the artwork types that are available
    @@ -168,6 +190,12 @@

    B

    +
    build() - Method in class com.omertron.themoviedbapi.model.discover.WithBuilder
    +
    +
    Generate the string to pass to the method
    +
    +
    build() - Method in class com.omertron.themoviedbapi.tools.PostTools
    +
     
    buildUrl() - Method in class com.omertron.themoviedbapi.tools.ApiUrl
    Build the URL with the default parameters
    @@ -182,45 +210,97 @@

    C

    -
    certificationCountry(String) - Method in class com.omertron.themoviedbapi.model.Discover
    +
    Certification - Class in com.omertron.themoviedbapi.model
    +
     
    +
    Certification() - Constructor for class com.omertron.themoviedbapi.model.Certification
    +
     
    +
    certification(String) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    +
    +
    Only include movies with this certification.
    +
    +
    certificationCountry(String) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    Only include movies with certifications for a specific country.
    -
    certificationLte(String) - Method in class com.omertron.themoviedbapi.model.Discover
    +
    certificationLte(String) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    Only include movies with this certification and lower.
    -
    ChangedItem - Class in com.omertron.themoviedbapi.model
    +
    ChangedItem - Class in com.omertron.themoviedbapi.model.change
     
    -
    ChangedItem() - Constructor for class com.omertron.themoviedbapi.model.ChangedItem
    +
    ChangedItem() - Constructor for class com.omertron.themoviedbapi.model.change.ChangedItem
     
    -
    ChangedMovie - Class in com.omertron.themoviedbapi.model
    +
    ChangeKeyItem - Class in com.omertron.themoviedbapi.model.change
     
    -
    ChangedMovie() - Constructor for class com.omertron.themoviedbapi.model.ChangedMovie
    +
    ChangeKeyItem() - Constructor for class com.omertron.themoviedbapi.model.change.ChangeKeyItem
     
    -
    changeFavoriteStatus(String, int, Integer, boolean) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    ChangeListItem - Class in com.omertron.themoviedbapi.model.change
     
    -
    ChangeKeyItem - Class in com.omertron.themoviedbapi.model
    +
    ChangeListItem() - Constructor for class com.omertron.themoviedbapi.model.change.ChangeListItem
     
    -
    ChangeKeyItem() - Constructor for class com.omertron.themoviedbapi.model.ChangeKeyItem
    -
     
    -
    clone(TmdbConfiguration) - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
    +
    checkItemStatus(String, int) - Method in class com.omertron.themoviedbapi.methods.TmdbLists
    +
    +
    Check to see if an ID is already on a list.
    +
    +
    checkItemStatus(String, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Check to see if an item is already on a list.
    +
    +
    clear(String, String, boolean) - Method in class com.omertron.themoviedbapi.methods.TmdbLists
    +
    +
    Clear all of the items within a list.
    +
    +
    clone(Configuration) - Method in class com.omertron.themoviedbapi.model.config.Configuration
    Copy the data from the passed object to this one
    -
    Collection - Class in com.omertron.themoviedbapi.model
    +
    Collection - Class in com.omertron.themoviedbapi.model.collection
     
    -
    Collection() - Constructor for class com.omertron.themoviedbapi.model.Collection
    +
    Collection() - Constructor for class com.omertron.themoviedbapi.model.collection.Collection
     
    -
    CollectionInfo - Class in com.omertron.themoviedbapi.model
    +
    CollectionInfo - Class in com.omertron.themoviedbapi.model.collection
     
    -
    CollectionInfo() - Constructor for class com.omertron.themoviedbapi.model.CollectionInfo
    +
    CollectionInfo() - Constructor for class com.omertron.themoviedbapi.model.collection.CollectionInfo
     
    com.omertron.themoviedbapi - package com.omertron.themoviedbapi
     
    +
    com.omertron.themoviedbapi.enumeration - package com.omertron.themoviedbapi.enumeration
    +
     
    +
    com.omertron.themoviedbapi.methods - package com.omertron.themoviedbapi.methods
    +
     
    com.omertron.themoviedbapi.model - package com.omertron.themoviedbapi.model
     
    -
    com.omertron.themoviedbapi.model.comparator - package com.omertron.themoviedbapi.model.comparator
    +
    com.omertron.themoviedbapi.model.account - package com.omertron.themoviedbapi.model.account
    +
     
    +
    com.omertron.themoviedbapi.model.artwork - package com.omertron.themoviedbapi.model.artwork
    +
     
    +
    com.omertron.themoviedbapi.model.authentication - package com.omertron.themoviedbapi.model.authentication
    +
     
    +
    com.omertron.themoviedbapi.model.change - package com.omertron.themoviedbapi.model.change
    +
     
    +
    com.omertron.themoviedbapi.model.collection - package com.omertron.themoviedbapi.model.collection
    +
     
    +
    com.omertron.themoviedbapi.model.company - package com.omertron.themoviedbapi.model.company
    +
     
    +
    com.omertron.themoviedbapi.model.config - package com.omertron.themoviedbapi.model.config
    +
     
    +
    com.omertron.themoviedbapi.model.discover - package com.omertron.themoviedbapi.model.discover
    +
     
    +
    com.omertron.themoviedbapi.model.keyword - package com.omertron.themoviedbapi.model.keyword
    +
     
    +
    com.omertron.themoviedbapi.model.list - package com.omertron.themoviedbapi.model.list
    +
     
    +
    com.omertron.themoviedbapi.model.media - package com.omertron.themoviedbapi.model.media
    +
     
    +
    com.omertron.themoviedbapi.model.movie - package com.omertron.themoviedbapi.model.movie
    +
     
    +
    com.omertron.themoviedbapi.model.network - package com.omertron.themoviedbapi.model.network
    +
     
    +
    com.omertron.themoviedbapi.model.person - package com.omertron.themoviedbapi.model.person
    +
     
    +
    com.omertron.themoviedbapi.model.review - package com.omertron.themoviedbapi.model.review
    +
     
    +
    com.omertron.themoviedbapi.model.tv - package com.omertron.themoviedbapi.model.tv
     
    com.omertron.themoviedbapi.results - package com.omertron.themoviedbapi.results
     
    @@ -228,34 +308,24 @@
     
    com.omertron.themoviedbapi.wrapper - package com.omertron.themoviedbapi.wrapper
     
    -
    Company - Class in com.omertron.themoviedbapi.model
    +
    Company - Class in com.omertron.themoviedbapi.model.company
    Company information
    -
    Company() - Constructor for class com.omertron.themoviedbapi.model.Company
    +
    Company() - Constructor for class com.omertron.themoviedbapi.model.company.Company
     
    -
    compare(PersonCredit, PersonCredit) - Method in class com.omertron.themoviedbapi.model.comparator.PersonCreditDateComparator
    +
    Compare - Class in com.omertron.themoviedbapi
    +
    +
    Compare various objects to see if the are logically the same.
    +
    +
    Configuration - Class in com.omertron.themoviedbapi.model.config
    +
     
    +
    Configuration() - Constructor for class com.omertron.themoviedbapi.model.config.Configuration
    +
     
    +
    ContentRating - Class in com.omertron.themoviedbapi.model.person
    +
     
    +
    ContentRating() - Constructor for class com.omertron.themoviedbapi.model.person.ContentRating
     
    -
    compare(PersonCredit, PersonCredit, boolean) - Method in class com.omertron.themoviedbapi.model.comparator.PersonCreditDateComparator
    -
    -
    Compare two PersonCredits based on the respective years
    -
    -
    compareMovies(MovieDb, String, String) - Static method in class com.omertron.themoviedbapi.TheMovieDbApi
    -
    -
    Compare the MovieDB object with a title & year
    -
    -
    compareMovies(MovieDb, String, String, int, boolean) - Static method in class com.omertron.themoviedbapi.TheMovieDbApi
    -
    -
    Compare the MovieDB object with a title & year
    -
    -
    compareMovies(MovieDb, String, String, int) - Static method in class com.omertron.themoviedbapi.TheMovieDbApi
    -
    -
    Compare the MovieDB object with a title & year, case sensitive
    -
    -
    convertToJson(Map<String, ?>) - Static method in class com.omertron.themoviedbapi.TheMovieDbApi
    -
    -
    Use Jackson to convert Map to JSON string.
    -
    copyWrapper(AbstractWrapper) - Method in class com.omertron.themoviedbapi.results.AbstractResults
    This wrapper does not have anything to copy.
    @@ -268,21 +338,51 @@
    Copy the Id and pages from the wrapper
    +
    createImageUrl(String, String) - Method in class com.omertron.themoviedbapi.model.config.Configuration
    +
    +
    Generate the full image URL from the size and image path
    +
    createImageUrl(String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Generate the full image URL from the size and image path
    +
    createList(String, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbLists
    +
    +
    This method lets users create a new list.
    +
    createList(String, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    This method lets users create a new list.
    +
    CreditBasic - Class in com.omertron.themoviedbapi.model.person
    +
     
    +
    CreditBasic() - Constructor for class com.omertron.themoviedbapi.model.person.CreditBasic
    +
     
    +
    CreditInfo - Class in com.omertron.themoviedbapi.model.person
    +
     
    +
    CreditInfo() - Constructor for class com.omertron.themoviedbapi.model.person.CreditInfo
    +
     
    +
    CreditMovieBasic - Class in com.omertron.themoviedbapi.model.person
    +
     
    +
    CreditMovieBasic() - Constructor for class com.omertron.themoviedbapi.model.person.CreditMovieBasic
    +
     
    +
    CreditTVBasic - Class in com.omertron.themoviedbapi.model.person
    +
     
    +
    CreditTVBasic() - Constructor for class com.omertron.themoviedbapi.model.person.CreditTVBasic
    +
     
    +
    CreditType - Enum in com.omertron.themoviedbapi.enumeration
    +
     

    D

    -
    deleteMovieList(String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    deleteList(String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbLists
    +
    +
    This method lets users delete a list that they created.
    +
    +
    deleteList(String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    This method lets users delete a list that they created.
    @@ -290,13 +390,13 @@
    Execute a DELETE on the URL
    -
    Discover - Class in com.omertron.themoviedbapi.model
    +
    Discover - Class in com.omertron.themoviedbapi.model.discover
    Generate a discover object for use in the MovieDbApi

    This allows you to just add the search components you are concerned with

    -
    Discover() - Constructor for class com.omertron.themoviedbapi.model.Discover
    +
    Discover() - Constructor for class com.omertron.themoviedbapi.model.discover.Discover
     
    @@ -306,31 +406,33 @@
    equals(Object) - Method in class com.omertron.themoviedbapi.model.AbstractIdName
     
    -
    equals(Object) - Method in class com.omertron.themoviedbapi.model.AlternativeTitle
    +
    equals(Object) - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
     
    -
    equals(Object) - Method in class com.omertron.themoviedbapi.model.Artwork
    +
    equals(Object) - Method in class com.omertron.themoviedbapi.model.artwork.ArtworkMedia
     
    -
    equals(Object) - Method in class com.omertron.themoviedbapi.model.Collection
    +
    equals(Object) - Method in class com.omertron.themoviedbapi.model.collection.Collection
     
    equals(Object) - Method in class com.omertron.themoviedbapi.model.Language
     
    -
    equals(Object) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    equals(Object) - Method in class com.omertron.themoviedbapi.model.media.AlternativeTitle
     
    -
    equals(Object) - Method in class com.omertron.themoviedbapi.model.Person
    +
    equals(Object) - Method in class com.omertron.themoviedbapi.model.media.Trailer
     
    -
    equals(Object) - Method in class com.omertron.themoviedbapi.model.PersonCast
    +
    equals(Object) - Method in class com.omertron.themoviedbapi.model.media.Translation
     
    -
    equals(Object) - Method in class com.omertron.themoviedbapi.model.PersonCrew
    +
    equals(Object) - Method in class com.omertron.themoviedbapi.model.media.Video
     
    -
    equals(Object) - Method in class com.omertron.themoviedbapi.model.ProductionCountry
    +
    equals(Object) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    equals(Object) - Method in class com.omertron.themoviedbapi.model.ReleaseInfo
    +
    equals(Object) - Method in class com.omertron.themoviedbapi.model.movie.ProductionCountry
     
    -
    equals(Object) - Method in class com.omertron.themoviedbapi.model.Trailer
    +
    equals(Object) - Method in class com.omertron.themoviedbapi.model.movie.ReleaseInfo
     
    -
    equals(Object) - Method in class com.omertron.themoviedbapi.model.Translation
    +
    ExternalID - Class in com.omertron.themoviedbapi.model.person
     
    -
    equals(Object) - Method in class com.omertron.themoviedbapi.model.Video
    +
    ExternalID() - Constructor for class com.omertron.themoviedbapi.model.person.ExternalID
    +
     
    +
    ExternalSource - Enum in com.omertron.themoviedbapi.enumeration
     
    @@ -338,6 +440,41 @@

    F

    +
    find(String, ExternalSource, String) - Method in class com.omertron.themoviedbapi.methods.TmdbFind
    +
    +
    You con use this method to find movies, tv series or persons using external ids.
    +
    +
    find(String, ExternalSource, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    You con use this method to find movies, tv series or persons using + external ids.
    +
    +
    FindResults - Class in com.omertron.themoviedbapi.model
    +
     
    +
    FindResults() - Constructor for class com.omertron.themoviedbapi.model.FindResults
    +
     
    +
    firstAirDateYear(int) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    +
    +
    Filter the air dates that match this year + + Expected value is a year.
    +
    +
    firstAirDateYearGte(int) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    +
    +
    Filter the air dates to years that are greater than or equal to this year
    +
    +
    firstAirDateYearLte(int) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    +
    +
    Filter the air dates to years that are less than or equal to this year
    +
    +
    fromString(String) - Static method in enum com.omertron.themoviedbapi.enumeration.ArtworkType
    +
    +
    Convert a string into an Enum type
    +
    +
    fromString(String) - Static method in enum com.omertron.themoviedbapi.enumeration.MediaType
    +
    +
    Convert a string into an Enum type
    +
    fromString(String) - Static method in enum com.omertron.themoviedbapi.tools.MethodBase
    Convert a string into an Enum type
    @@ -364,241 +501,411 @@
    Get a parameter from the collection
    +
    getAccount(String) - Method in class com.omertron.themoviedbapi.methods.TmdbAccount
    +
    +
    Get the basic information for an account.
    +
    getAccount(String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Get the basic information for an account.
    -
    getAction() - Method in class com.omertron.themoviedbapi.model.ChangedItem
    +
    getAction() - Method in class com.omertron.themoviedbapi.model.change.ChangedItem
     
    -
    getAdult() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    getAdult() - Method in class com.omertron.themoviedbapi.model.person.PersonFind
     
    -
    getAka() - Method in class com.omertron.themoviedbapi.model.Person
    +
    getAirDate() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
     
    -
    getAll(ArtworkType...) - Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
    +
    getAirDate() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
    +
     
    +
    getAll(ArtworkType...) - Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
    Return a list of all the artwork with their types.
    -
    getAll() - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
    +
    getAlsoKnownAs() - Method in class com.omertron.themoviedbapi.model.person.Person
     
    -
    getAll(PersonType...) - Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits
    +
    getAlternativeTitles() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getAlternativeTitles() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getArtworkType() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
     
    -
    getArtworkType() - Method in class com.omertron.themoviedbapi.model.Artwork
    +
    getAspectRatio() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
     
    -
    getAspectRatio() - Method in class com.omertron.themoviedbapi.model.Artwork
    +
    getAuthor() - Method in class com.omertron.themoviedbapi.model.review.Review
     
    -
    getAuthor() - Method in class com.omertron.themoviedbapi.model.Reviews
    -
     
    -
    getAuthorisationToken() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getAuthorisationToken() - Method in class com.omertron.themoviedbapi.methods.TmdbAuthentication
    This method is used to generate a valid request token for user based authentication.
    -
    getBackdropPath() - Method in class com.omertron.themoviedbapi.model.Collection
    +
    getAuthorisationToken() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    This method is used to generate a valid request token for user based + authentication.
    +
    +
    getBackdropPath() - Method in class com.omertron.themoviedbapi.model.collection.Collection
     
    -
    getBackdropPath() - Method in class com.omertron.themoviedbapi.model.CollectionInfo
    +
    getBackdropPath() - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
     
    -
    getBackdropPath() - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    getBackdropPath() - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
     
    -
    getBackdropPath() - Method in class com.omertron.themoviedbapi.model.MovieDb
    -
     
    -
    getBackdropPath() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    getBackdropPath() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    getBackdrops() - Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
     
    -
    getBackdropSizes() - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
    +
    getBackdropSizes() - Method in class com.omertron.themoviedbapi.model.config.Configuration
     
    -
    getBaseUrl() - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
    +
    getBaseUrl() - Method in class com.omertron.themoviedbapi.model.config.Configuration
     
    -
    getBelongsToCollection() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getBelongsToCollection() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getBiography() - Method in class com.omertron.themoviedbapi.model.Person
    +
    getBiography() - Method in class com.omertron.themoviedbapi.model.person.Person
     
    -
    getBirthday() - Method in class com.omertron.themoviedbapi.model.Person
    +
    getBirthday() - Method in class com.omertron.themoviedbapi.model.person.Person
     
    -
    getBirthplace() - Method in class com.omertron.themoviedbapi.model.Person
    +
    getBudget() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getBudget() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getCast() - Method in class com.omertron.themoviedbapi.model.media.MediaCreditList
     
    -
    getCast() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getCast() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getCast() - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
    +
    getCast() - Method in class com.omertron.themoviedbapi.model.person.PersonCredits
     
    -
    getCast() - Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits
    +
    getCastId() - Method in class com.omertron.themoviedbapi.model.media.MediaCreditCast
     
    -
    getCastId() - Method in class com.omertron.themoviedbapi.model.PersonCast
    +
    getCertification() - Method in class com.omertron.themoviedbapi.model.movie.ReleaseInfo
     
    -
    getCertification() - Method in class com.omertron.themoviedbapi.model.ReleaseInfo
    -
     
    -
    getChangedItems() - Method in class com.omertron.themoviedbapi.model.ChangeKeyItem
    +
    getChangedItems() - Method in class com.omertron.themoviedbapi.model.change.ChangeKeyItem
     
    getChangedItems() - Method in class com.omertron.themoviedbapi.wrapper.WrapperChanges
     
    getChangeKeys() - Method in class com.omertron.themoviedbapi.wrapper.WrapperConfig
     
    -
    getCharacter() - Method in class com.omertron.themoviedbapi.model.Person
    +
    getChangeList(MethodBase, Integer, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbChanges
    +
    +
    Get a list of Media IDs that have been edited.
    +
    +
    getCharacter() - Method in class com.omertron.themoviedbapi.model.media.MediaCreditCast
     
    -
    getCharacter() - Method in class com.omertron.themoviedbapi.model.PersonCast
    +
    getCharacter() - Method in class com.omertron.themoviedbapi.model.person.CreditBasic
     
    -
    getCharacter() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    getCharacter() - Method in class com.omertron.themoviedbapi.model.tv.TVCredit
     
    +
    getCode() - Method in class com.omertron.themoviedbapi.model.StatusCode
    +
     
    +
    getCollectionImages(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbCollections
    +
    +
    Get all of the images for a particular collection by collection id.
    +
    getCollectionImages(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Get all of the images for a particular collection by collection id.
    +
    getCollectionInfo(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbCollections
    +
    +
    This method is used to retrieve all of the basic information about a + movie collection.
    +
    getCollectionInfo(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    -
    This method is used to retrieve all of the basic information about a movie collection.
    +
    This method is used to retrieve all of the basic information about a + movie collection.
    -
    getCompanyId() - Method in class com.omertron.themoviedbapi.model.Company
    +
    getCompanyId() - Method in class com.omertron.themoviedbapi.model.company.Company
     
    -
    getCompanyInfo(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getCompanyInfo(int) - Method in class com.omertron.themoviedbapi.methods.TmdbCompanies
    This method is used to retrieve the basic information about a production company on TMDb.
    -
    getCompanyMovies(int, String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getCompanyInfo(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    This method is used to retrieve the basic information about a production + company on TMDb.
    +
    +
    getCompanyMovies(int, String, Integer) - Method in class com.omertron.themoviedbapi.methods.TmdbCompanies
    This method is used to retrieve the movies associated with a company.
    +
    getCompanyMovies(int, String, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    This method is used to retrieve the movies associated with a company.
    +
    +
    getConfig() - Method in class com.omertron.themoviedbapi.methods.TmdbConfiguration
    +
    +
    Get the configuration
    + If the configuration has been previously retrieved, use that instead
    +
    getConfiguration() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Get the configuration information
    -
    getContent() - Method in class com.omertron.themoviedbapi.model.Reviews
    +
    getContent() - Method in class com.omertron.themoviedbapi.model.review.Review
     
    getCountries() - Method in class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo
     
    -
    getCountry() - Method in class com.omertron.themoviedbapi.model.Account
    +
    getCountry() - Method in class com.omertron.themoviedbapi.model.account.Account
     
    -
    getCountry() - Method in class com.omertron.themoviedbapi.model.AlternativeTitle
    +
    getCountry() - Method in class com.omertron.themoviedbapi.model.media.AlternativeTitle
     
    -
    getCountry() - Method in class com.omertron.themoviedbapi.model.ReleaseInfo
    +
    getCountry() - Method in class com.omertron.themoviedbapi.model.movie.ReleaseInfo
     
    -
    getCreatedBy() - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    getCreatedBy() - Method in class com.omertron.themoviedbapi.model.list.ListItem
     
    -
    getCreditId() - Method in class com.omertron.themoviedbapi.model.PersonCast
    +
    getCreatedBy() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    -
    getCreditId() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    getCreditId() - Method in class com.omertron.themoviedbapi.model.media.MediaCredit
     
    -
    getCreditId() - Method in class com.omertron.themoviedbapi.model.PersonCrew
    +
    getCreditId() - Method in class com.omertron.themoviedbapi.model.person.CreditBasic
     
    -
    getCrew() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getCreditInfo(String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbCredits
    +
    +
    Get the detailed information about a particular credit record.
    +
    +
    getCreditInfo(String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the detailed information about a particular credit record.
    +
    +
    getCreditType() - Method in class com.omertron.themoviedbapi.model.person.CreditBasic
     
    -
    getCrew() - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
    +
    getCreditType() - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
     
    -
    getCrew() - Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits
    +
    getCrew() - Method in class com.omertron.themoviedbapi.model.media.MediaCreditList
    +
     
    +
    getCrew() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
    +
     
    +
    getCrew() - Method in class com.omertron.themoviedbapi.model.person.PersonCredits
    +
     
    +
    getCrew() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
     
    getDates() - Method in class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
     
    getDates() - Method in interface com.omertron.themoviedbapi.wrapper.IWrapperDates
     
    -
    getDeathday() - Method in class com.omertron.themoviedbapi.model.Person
    +
    getDeathday() - Method in class com.omertron.themoviedbapi.model.person.Person
     
    -
    getDepartment() - Method in class com.omertron.themoviedbapi.model.JobDepartment
    +
    getDepartment() - Method in class com.omertron.themoviedbapi.model.config.JobDepartment
     
    -
    getDepartment() - Method in class com.omertron.themoviedbapi.model.Person
    +
    getDepartment() - Method in class com.omertron.themoviedbapi.model.media.MediaCreditCrew
     
    -
    getDepartment() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    getDepartment() - Method in class com.omertron.themoviedbapi.model.person.CreditBasic
     
    -
    getDepartment() - Method in class com.omertron.themoviedbapi.model.PersonCrew
    +
    getDepartment() - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
     
    -
    getDescription() - Method in class com.omertron.themoviedbapi.model.Company
    +
    getDescription() - Method in class com.omertron.themoviedbapi.model.company.Company
     
    -
    getDescription() - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    getDescription() - Method in class com.omertron.themoviedbapi.model.list.ListItem
     
    -
    getDescription() - Method in class com.omertron.themoviedbapi.model.MovieList
    +
    getDescription() - Method in class com.omertron.themoviedbapi.model.list.UserList
     
    -
    getDiscover(int, String, String, boolean, int, int, int, float, String, String, String, String, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getDiscoverMovies(Discover) - Method in class com.omertron.themoviedbapi.methods.TmdbDiscover
    Discover movies by different types of data like average rating, number of votes, genres and certifications.
    -
    getDiscover(Discover) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getDiscoverMovies(Discover) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Discover movies by different types of data like average rating, number of + votes, genres and certifications.
    +
    +
    getDiscoverTV(Discover) - Method in class com.omertron.themoviedbapi.methods.TmdbDiscover
    Discover movies by different types of data like average rating, number of votes, genres and certifications.
    -
    getEnglishName() - Method in class com.omertron.themoviedbapi.model.Translation
    +
    getDiscoverTV(Discover) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Discover movies by different types of data like average rating, number of + votes, genres and certifications.
    +
    +
    getEnglishName() - Method in class com.omertron.themoviedbapi.model.media.Translation
     
    getEntries() - Method in class com.omertron.themoviedbapi.tools.TmdbParameters
    Get the entry set of the parameters
    -
    getExpires() - Method in class com.omertron.themoviedbapi.model.TokenAuthorisation
    +
    getEpisodeAccountState(int, int, int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTVEpisodes
    +
    +
    This method lets users get the status of whether or not the TV episode + has been rated.
    +
    +
    getEpisodeChanges(int, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTVEpisodes
    +
    +
    Look up a TV episode's changes by episode ID
    +
    +
    getEpisodeCount() - Method in class com.omertron.themoviedbapi.model.person.CreditTVBasic
     
    -
    getExpiresAt() - Method in class com.omertron.themoviedbapi.model.TokenSession
    +
    getEpisodeCount() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
     
    -
    getFavoriteCount() - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    getEpisodeCredits(int, int, int) - Method in class com.omertron.themoviedbapi.methods.TmdbTVEpisodes
    +
    +
    Get the TV episode credits by combination of season and episode number.
    +
    +
    getEpisodeExternalID(int, int, int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTVEpisodes
    +
    +
    Get the external ids for a TV episode by comabination of a season and + episode number.
    +
    +
    getEpisodeImages(int, int, int) - Method in class com.omertron.themoviedbapi.methods.TmdbTVEpisodes
    +
    +
    Get the images (episode stills) for a TV episode by combination of a + season and episode number.
    +
    +
    getEpisodeInfo(int, int, int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbTVEpisodes
    +
    +
    Get the primary information about a TV episode by combination of a season + and episode number.
    +
    +
    getEpisodeNumber() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
     
    -
    getFavoriteCount() - Method in class com.omertron.themoviedbapi.model.MovieList
    +
    getEpisodeRunTime() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    +
    getEpisodes() - Method in class com.omertron.themoviedbapi.model.tv.TVCredit
    +
     
    +
    getEpisodes() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
    +
     
    +
    getEpisodeVideos(int, int, int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTVEpisodes
    +
    +
    Get the videos that have been added to a TV episode (teasers, clips, + etc...)
    +
    +
    getExpires() - Method in class com.omertron.themoviedbapi.model.authentication.TokenAuthorisation
    +
     
    +
    getExpiresAt() - Method in class com.omertron.themoviedbapi.model.authentication.TokenSession
    +
     
    +
    getFavoriteCount() - Method in class com.omertron.themoviedbapi.model.list.ListItem
    +
     
    +
    getFavoriteCount() - Method in class com.omertron.themoviedbapi.model.list.UserList
    +
     
    +
    getFavoriteMovies(String, int) - Method in class com.omertron.themoviedbapi.methods.TmdbAccount
    +
    +
    Get the list of favorite movies for an account.
    +
    getFavoriteMovies(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Get the account favourite movies
    -
    getFilePath() - Method in class com.omertron.themoviedbapi.model.Artwork
    -
     
    -
    getFirstAirDate() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    -
     
    -
    getFlag() - Method in class com.omertron.themoviedbapi.model.Artwork
    -
     
    -
    getGenreList(String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getFavoriteTv(String, int) - Method in class com.omertron.themoviedbapi.methods.TmdbAccount
    -
    You can use this method to retrieve the list of genres used on TMDb.
    +
    Get the list of favorite TV series for an account.
    -
    getGenreMovies(int, String, int, boolean) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getFavoriteTv(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the list of favorite TV series for an account.
    +
    +
    getFilePath() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
    +
     
    +
    getFirstAirDate() - Method in class com.omertron.themoviedbapi.model.person.CreditTVBasic
    +
     
    +
    getFirstAirDate() - Method in class com.omertron.themoviedbapi.model.tv.TVBasic
    +
     
    +
    getFlag() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
    +
     
    +
    getFreebaseId() - Method in class com.omertron.themoviedbapi.model.person.ExternalID
    +
     
    +
    getFreebaseMid() - Method in class com.omertron.themoviedbapi.model.person.ExternalID
    +
     
    +
    getGenreMovieList(String) - Method in class com.omertron.themoviedbapi.methods.TmdbGenres
    +
    +
    Get the list of movie genres.
    +
    +
    getGenreMovieList(String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the list of Movie genres.
    +
    +
    getGenreMovies(int, String, Integer, Boolean, Boolean) - Method in class com.omertron.themoviedbapi.methods.TmdbGenres
    +
    +
    Get the list of movies for a particular genre by id.
    +
    +
    getGenreMovies(int, String, Integer, Boolean, Boolean) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Get a list of movies per genre.
    -
    getGenres() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getGenres() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
    +
     
    +
    getGenres() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    getGenres() - Method in class com.omertron.themoviedbapi.wrapper.WrapperGenres
     
    -
    getGuestSessionId() - Method in class com.omertron.themoviedbapi.model.TokenSession
    +
    getGenreTVList(String) - Method in class com.omertron.themoviedbapi.methods.TmdbGenres
    +
    +
    Get the list of TV genres.
    +
    +
    getGenreTVList(String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the list of TV genres..
    +
    +
    getGuestRatedMovies(String, String, Integer, SortBy) - Method in class com.omertron.themoviedbapi.methods.TmdbAccount
    +
    +
    Get a list of rated movies for a specific guest session id.
    +
    +
    getGuestRatedMovies(String, String, Integer, SortBy) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get a list of rated movies for a specific guest session id.
    +
    +
    getGuestSessionId() - Method in class com.omertron.themoviedbapi.model.authentication.TokenSession
     
    +
    getGuestSessionToken() - Method in class com.omertron.themoviedbapi.methods.TmdbAuthentication
    +
    +
    This method is used to generate a guest session id.
    +
    getGuestSessionToken() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    This method is used to generate a guest session id.
    -
    getHeadquarters() - Method in class com.omertron.themoviedbapi.model.Company
    +
    getGuestStars() - Method in class com.omertron.themoviedbapi.model.media.MediaCreditList
     
    -
    getHeight() - Method in class com.omertron.themoviedbapi.model.Artwork
    +
    getGuestStars() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
     
    -
    getHomepage() - Method in class com.omertron.themoviedbapi.model.Company
    +
    getHeadquarters() - Method in class com.omertron.themoviedbapi.model.company.Company
     
    -
    getHomepage() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getHeight() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
     
    -
    getHomepage() - Method in class com.omertron.themoviedbapi.model.Person
    +
    getHomepage() - Method in class com.omertron.themoviedbapi.model.company.Company
    +
     
    +
    getHomepage() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
    +
     
    +
    getHomepage() - Method in class com.omertron.themoviedbapi.model.person.Person
    +
     
    +
    getHomepage() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    getId() - Method in class com.omertron.themoviedbapi.model.AbstractIdName
     
    -
    getId() - Method in class com.omertron.themoviedbapi.model.Account
    +
    getId() - Method in class com.omertron.themoviedbapi.model.account.Account
     
    -
    getId() - Method in class com.omertron.themoviedbapi.model.Artwork
    +
    getId() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
     
    -
    getId() - Method in class com.omertron.themoviedbapi.model.ChangedItem
    +
    getId() - Method in class com.omertron.themoviedbapi.model.change.ChangedItem
     
    -
    getId() - Method in class com.omertron.themoviedbapi.model.ChangedMovie
    +
    getId() - Method in class com.omertron.themoviedbapi.model.change.ChangeListItem
     
    -
    getId() - Method in class com.omertron.themoviedbapi.model.Collection
    +
    getId() - Method in class com.omertron.themoviedbapi.model.collection.Collection
     
    -
    getId() - Method in class com.omertron.themoviedbapi.model.CollectionInfo
    +
    getId() - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
     
    -
    getId() - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    getId() - Method in class com.omertron.themoviedbapi.model.list.ListItem
     
    -
    getId() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getId() - Method in class com.omertron.themoviedbapi.model.list.UserList
     
    -
    getId() - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    getId() - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
     
    -
    getId() - Method in class com.omertron.themoviedbapi.model.MovieList
    +
    getId() - Method in class com.omertron.themoviedbapi.model.media.MediaCredit
     
    -
    getId() - Method in class com.omertron.themoviedbapi.model.Person
    +
    getId() - Method in class com.omertron.themoviedbapi.model.media.MediaCreditList
     
    -
    getId() - Method in class com.omertron.themoviedbapi.model.PersonCast
    +
    getId() - Method in class com.omertron.themoviedbapi.model.media.MediaState
     
    -
    getId() - Method in class com.omertron.themoviedbapi.model.PersonCrew
    +
    getId() - Method in class com.omertron.themoviedbapi.model.media.Video
     
    -
    getId() - Method in class com.omertron.themoviedbapi.model.Reviews
    +
    getId() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getId() - Method in class com.omertron.themoviedbapi.model.Video
    +
    getId() - Method in class com.omertron.themoviedbapi.model.network.Network
    +
     
    +
    getId() - Method in class com.omertron.themoviedbapi.model.person.CreditBasic
    +
     
    +
    getId() - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
    +
     
    +
    getId() - Method in class com.omertron.themoviedbapi.model.person.ExternalID
    +
     
    +
    getId() - Method in class com.omertron.themoviedbapi.model.person.PersonCredits
    +
     
    +
    getId() - Method in class com.omertron.themoviedbapi.model.review.Review
    +
     
    +
    getId() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
     
    getId() - Method in class com.omertron.themoviedbapi.results.AbstractResults
     
    @@ -606,205 +913,373 @@
     
    getId() - Method in interface com.omertron.themoviedbapi.wrapper.IWrapperId
     
    -
    getImages() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getImages() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getImdbID() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getImdbID() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getImdbId() - Method in class com.omertron.themoviedbapi.model.Person
    +
    getImdbId() - Method in class com.omertron.themoviedbapi.model.person.ExternalID
    +
     
    +
    getImdbId() - Method in class com.omertron.themoviedbapi.model.person.Person
     
    getIsoCode() - Method in class com.omertron.themoviedbapi.model.Language
     
    -
    getIsoCode() - Method in class com.omertron.themoviedbapi.model.ProductionCountry
    +
    getIsoCode() - Method in class com.omertron.themoviedbapi.model.media.Translation
     
    -
    getIsoCode() - Method in class com.omertron.themoviedbapi.model.Translation
    +
    getIsoCode() - Method in class com.omertron.themoviedbapi.model.movie.ProductionCountry
     
    -
    getItemCount() - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    getItemCount() - Method in class com.omertron.themoviedbapi.model.list.ListItem
     
    -
    getItemCount() - Method in class com.omertron.themoviedbapi.model.MovieList
    +
    getItemCount() - Method in class com.omertron.themoviedbapi.model.list.UserList
     
    -
    getItems() - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    getItems() - Method in class com.omertron.themoviedbapi.model.list.ListItem
     
    -
    getJob() - Method in class com.omertron.themoviedbapi.model.Person
    +
    getJob() - Method in class com.omertron.themoviedbapi.model.media.MediaCreditCrew
     
    -
    getJob() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    getJob() - Method in class com.omertron.themoviedbapi.model.person.CreditBasic
     
    -
    getJob() - Method in class com.omertron.themoviedbapi.model.PersonCrew
    +
    getJob() - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
     
    -
    getJobs() - Method in class com.omertron.themoviedbapi.model.JobDepartment
    +
    getJobs() - Method in class com.omertron.themoviedbapi.methods.TmdbConfiguration
    +
    +
    Get a list of valid jobs
    +
    +
    getJobs() - Method in class com.omertron.themoviedbapi.model.config.JobDepartment
     
    getJobs() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    -
     
    +
    +
    Get a list of valid jobs
    +
    getJobs() - Method in class com.omertron.themoviedbapi.wrapper.WrapperJobList
     
    -
    getKey() - Method in class com.omertron.themoviedbapi.model.ChangeKeyItem
    +
    getKey() - Method in class com.omertron.themoviedbapi.model.change.ChangeKeyItem
     
    -
    getKey() - Method in class com.omertron.themoviedbapi.model.Video
    +
    getKey() - Method in class com.omertron.themoviedbapi.model.media.Video
     
    +
    getKeyword(String) - Method in class com.omertron.themoviedbapi.methods.TmdbKeywords
    +
    +
    Get the basic information for a specific keyword id.
    +
    getKeyword(String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Get the basic information for a specific keyword id.
    -
    getKeywordMovies(String, String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getKeywordMovies(String, String, Integer) - Method in class com.omertron.themoviedbapi.methods.TmdbKeywords
    Get the list of movies for a particular keyword by id.
    -
    getKeywords() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getKeywordMovies(String, String, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the list of movies for a particular keyword by id.
    +
    +
    getKeywords() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    getKeywords() - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords
     
    -
    getKnownFor() - Method in class com.omertron.themoviedbapi.model.Person
    +
    getKnownFor() - Method in class com.omertron.themoviedbapi.model.person.PersonFind
     
    -
    getLanguage() - Method in class com.omertron.themoviedbapi.model.Account
    +
    getLangauage() - Method in class com.omertron.themoviedbapi.model.review.Review
     
    -
    getLanguage() - Method in class com.omertron.themoviedbapi.model.Artwork
    +
    getLanguage() - Method in class com.omertron.themoviedbapi.model.account.Account
     
    -
    getLanguage() - Method in class com.omertron.themoviedbapi.model.ChangedItem
    +
    getLanguage() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
     
    -
    getLanguage() - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    getLanguage() - Method in class com.omertron.themoviedbapi.model.change.ChangedItem
     
    -
    getLanguage() - Method in class com.omertron.themoviedbapi.model.MovieList
    +
    getLanguage() - Method in class com.omertron.themoviedbapi.model.list.ListItem
     
    -
    getLanguage() - Method in class com.omertron.themoviedbapi.model.Video
    +
    getLanguage() - Method in class com.omertron.themoviedbapi.model.list.UserList
     
    +
    getLanguage() - Method in class com.omertron.themoviedbapi.model.media.Video
    +
     
    +
    getLanguage() - Method in class com.omertron.themoviedbapi.model.person.ContentRating
    +
     
    +
    getLanguages() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
    +
     
    +
    getLastAirDate() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
    +
     
    +
    getLatestMovie() - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
    +
    +
    This method is used to retrieve the newest movie that was added to TMDb.
    +
    getLatestMovie() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    This method is used to retrieve the newest movie that was added to TMDb.
    +
    getLatestTV() - Method in class com.omertron.themoviedbapi.methods.TmdbTV
    +
    +
    Get the latest TV show id.
    +
    +
    getLatestTV() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the latest TV show id.
    +
    +
    getList(String) - Method in class com.omertron.themoviedbapi.methods.TmdbLists
    +
    +
    Get a list by its ID
    +
    getList(String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Get a list by its ID
    -
    getListId() - Method in class com.omertron.themoviedbapi.model.MovieDbListStatus
    +
    getListId() - Method in class com.omertron.themoviedbapi.model.list.ListStatusCode
     
    -
    getLists() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getLists() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getLists() - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieDbList
    +
    getListType() - Method in class com.omertron.themoviedbapi.model.list.UserList
     
    -
    getListType() - Method in class com.omertron.themoviedbapi.model.MovieList
    +
    getLogoPath() - Method in class com.omertron.themoviedbapi.model.company.Company
     
    -
    getLogoPath() - Method in class com.omertron.themoviedbapi.model.Company
    -
     
    -
    getLogoSizes() - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
    +
    getLogoSizes() - Method in class com.omertron.themoviedbapi.model.config.Configuration
     
    getMaximum() - Method in class com.omertron.themoviedbapi.wrapper.ResultDates
     
    -
    getMediaType() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    getMeaning() - Method in class com.omertron.themoviedbapi.model.Certification
    +
     
    +
    getMedia() - Method in class com.omertron.themoviedbapi.model.artwork.ArtworkMedia
    +
     
    +
    getMedia() - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
    +
     
    +
    getMediaId() - Method in class com.omertron.themoviedbapi.model.review.Review
    +
     
    +
    getMediaTitle() - Method in class com.omertron.themoviedbapi.model.review.Review
    +
     
    +
    getMediaType() - Method in class com.omertron.themoviedbapi.model.artwork.ArtworkMedia
    +
     
    +
    getMediaType() - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
    +
     
    +
    getMediaType() - Method in class com.omertron.themoviedbapi.model.person.CreditBasic
    +
     
    +
    getMediaType() - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
    +
     
    +
    getMediaType() - Method in class com.omertron.themoviedbapi.model.review.Review
    +
     
    +
    getMessage() - Method in class com.omertron.themoviedbapi.model.StatusCode
     
    getMinimum() - Method in class com.omertron.themoviedbapi.wrapper.ResultDates
     
    +
    getMovieAccountState(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
    +
    +
    This method lets a user get the status of whether or not the movie has + been rated or added to their favourite or movie watch list.
    +
    +
    getMovieAccountState(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    This method lets a user get the status of whether or not the movie has + been rated or added to their favourite or movie watch list.
    +
    +
    getMovieAlternativeTitles(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
    +
    +
    This method is used to retrieve all of the alternative titles we have for + a particular movie.
    +
    getMovieAlternativeTitles(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    -
    This method is used to retrieve all of the alternative titles we have for a particular movie.
    +
    This method is used to retrieve all of the alternative titles we have for + a particular movie.
    -
    getMovieCasts(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getMovieChangeList(Integer, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    -
    Get the cast information for a specific movie id.
    +
    Get a list of Movie IDs that have been edited.
    +
    +
    getMovieChanges(int, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
    +
    +
    Get the changes for a specific movie ID.
    getMovieChanges(int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    -
    Get the changes for a specific movie id.
    +
    Get the changes for a specific movie ID.
    -
    getMovieChangesList(int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getMovieCredits(int, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
    -
    Get a list of movie ids that have been edited.
    +
    Get the cast and crew information for a specific movie id.
    +
    +
    getMovieCredits(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the cast and crew information for a specific movie id.
    +
    +
    getMovieImages(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
    +
    +
    This method should be used when you’re wanting to retrieve all of the + images for a particular movie.
    -
    getMovieId() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    -
     
    getMovieImages(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    -
    This method should be used when you’re wanting to retrieve all of the images for a particular movie.
    +
    This method should be used when you’re wanting to retrieve all of the + images for a particular movie.
    +
    +
    getMovieInfo(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
    +
    +
    This method is used to retrieve all of the basic movie information.
    getMovieInfo(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    This method is used to retrieve all of the basic movie information.
    +
    getMovieInfoImdb(String, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
    +
    +
    This method is used to retrieve all of the basic movie information.
    +
    getMovieInfoImdb(String, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    This method is used to retrieve all of the basic movie information.
    +
    getMovieKeywords(int, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
    +
    +
    This method is used to retrieve all of the keywords that have been added + to a particular movie.
    +
    getMovieKeywords(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    -
    This method is used to retrieve all of the keywords that have been added to a particular movie.
    +
    This method is used to retrieve all of the keywords that have been added + to a particular movie.
    -
    getMovieList() - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList
    -
     
    -
    getMovieLists(int, String, int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getMovieLists(int, Integer, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
    Get the lists that the movie belongs to
    -
    getMovieOriginalTitle() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    -
     
    +
    getMovieLists(int, Integer, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the lists that the movie belongs to
    +
    +
    getMovieReleaseInfo(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
    +
    +
    This method is used to retrieve all of the release and certification data + we have for a specific movie.
    +
    getMovieReleaseInfo(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    -
    This method is used to retrieve all of the release and certification data we have for a specific movie.
    +
    This method is used to retrieve all of the release and certification data + we have for a specific movie.
    -
    getMovies() - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie
    +
    getMovieResults() - Method in class com.omertron.themoviedbapi.model.FindResults
     
    -
    getMovieTitle() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    -
     
    -
    getMovieTrailers(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getMovieReviews(int, Integer, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
    -
    This method is used to retrieve all of the trailers for a particular movie.
    +
    Get the reviews for a particular movie id.
    +
    +
    getMovieReviews(int, Integer, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the reviews for a particular movie id.
    +
    +
    getMoviesCertification() - Method in class com.omertron.themoviedbapi.methods.TmdbCertifications
    +
    +
    Get a list of movies certification.
    +
    +
    getMoviesCertification() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get a list of movies certification.
    +
    +
    getMovieTranslations(int, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
    +
    +
    This method is used to retrieve a list of the available translations for + a specific movie.
    getMovieTranslations(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    -
    This method is used to retrieve a list of the available translations for a specific movie.
    +
    This method is used to retrieve a list of the available translations for + a specific movie.
    +
    +
    getMovieVideos(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
    +
    +
    This method is used to retrieve all of the trailers for a particular + movie.
    +
    +
    getMovieVideos(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    This method is used to retrieve all of the trailers for a particular + movie.
    getName() - Method in class com.omertron.themoviedbapi.model.AbstractIdName
     
    -
    getName() - Method in class com.omertron.themoviedbapi.model.Account
    +
    getName() - Method in class com.omertron.themoviedbapi.model.account.Account
     
    -
    getName() - Method in class com.omertron.themoviedbapi.model.Collection
    +
    getName() - Method in class com.omertron.themoviedbapi.model.collection.Collection
     
    -
    getName() - Method in class com.omertron.themoviedbapi.model.CollectionInfo
    +
    getName() - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
     
    -
    getName() - Method in class com.omertron.themoviedbapi.model.Company
    +
    getName() - Method in class com.omertron.themoviedbapi.model.company.Company
     
    getName() - Method in class com.omertron.themoviedbapi.model.Language
     
    -
    getName() - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    getName() - Method in class com.omertron.themoviedbapi.model.list.ListItem
     
    -
    getName() - Method in class com.omertron.themoviedbapi.model.MovieList
    +
    getName() - Method in class com.omertron.themoviedbapi.model.list.UserList
     
    -
    getName() - Method in class com.omertron.themoviedbapi.model.Person
    +
    getName() - Method in class com.omertron.themoviedbapi.model.media.MediaCredit
     
    -
    getName() - Method in class com.omertron.themoviedbapi.model.PersonCast
    +
    getName() - Method in class com.omertron.themoviedbapi.model.media.Trailer
     
    -
    getName() - Method in class com.omertron.themoviedbapi.model.PersonCrew
    +
    getName() - Method in class com.omertron.themoviedbapi.model.media.Translation
     
    -
    getName() - Method in class com.omertron.themoviedbapi.model.ProductionCountry
    +
    getName() - Method in class com.omertron.themoviedbapi.model.media.Video
     
    -
    getName() - Method in class com.omertron.themoviedbapi.model.Trailer
    +
    getName() - Method in class com.omertron.themoviedbapi.model.movie.ProductionCountry
     
    -
    getName() - Method in class com.omertron.themoviedbapi.model.Translation
    +
    getName() - Method in class com.omertron.themoviedbapi.model.network.Network
     
    -
    getName() - Method in class com.omertron.themoviedbapi.model.Video
    +
    getName() - Method in class com.omertron.themoviedbapi.model.person.CreditTVBasic
     
    -
    getNewItems() - Method in class com.omertron.themoviedbapi.model.ChangedItem
    +
    getName() - Method in class com.omertron.themoviedbapi.model.tv.TVBasic
     
    -
    getNewItems() - Method in class com.omertron.themoviedbapi.model.ChangeKeyItem
    +
    getName() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
     
    -
    getNewItems() - Method in class com.omertron.themoviedbapi.wrapper.WrapperChanges
    +
    getName() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
     
    -
    getNowPlayingMovies(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getNetworkInfo(int) - Method in class com.omertron.themoviedbapi.methods.TmdbNetworks
    +
    +
    This method is used to retrieve the basic information about a TV network.
    +
    +
    getNetworkInfo(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    This method is used to retrieve the basic information about a TV network.
    +
    +
    getNetworks() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
    +
     
    +
    getNowPlayingMovies(Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
    This method is used to retrieve the movies currently in theatres.
    -
    getOrder() - Method in class com.omertron.themoviedbapi.model.Person
    +
    getNowPlayingMovies(Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    This method is used to retrieve the movies currently in theatres.
    +
    +
    getNumberOfEpisodes() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    -
    getOrder() - Method in class com.omertron.themoviedbapi.model.PersonCast
    +
    getNumberOfSeasons() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    -
    getOriginalLanguage() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getOrder() - Method in class com.omertron.themoviedbapi.model.Certification
     
    -
    getOriginalTitle() - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    getOrder() - Method in class com.omertron.themoviedbapi.model.media.MediaCreditCast
     
    -
    getOriginalTitle() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getOriginalLanguage() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getOriginCountry() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    getOriginalLanguage() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    -
    getOverview() - Method in class com.omertron.themoviedbapi.model.CollectionInfo
    +
    getOriginalName() - Method in class com.omertron.themoviedbapi.model.person.CreditTVBasic
     
    -
    getOverview() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getOriginalName() - Method in class com.omertron.themoviedbapi.model.tv.TVBasic
    +
     
    +
    getOriginalName() - Method in class com.omertron.themoviedbapi.model.tv.TVCredit
    +
     
    +
    getOriginalTitle() - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
    +
     
    +
    getOriginalTitle() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
    +
     
    +
    getOriginalTitle() - Method in class com.omertron.themoviedbapi.model.person.CreditMovieBasic
    +
     
    +
    getOriginalValue() - Method in class com.omertron.themoviedbapi.model.change.ChangedItem
    +
     
    +
    getOriginCountry() - Method in class com.omertron.themoviedbapi.model.tv.TVBasic
    +
     
    +
    getOverview() - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
    +
     
    +
    getOverview() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
    +
     
    +
    getOverview() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
    +
     
    +
    getOverview() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
    +
     
    +
    getOverview() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
     
    getPage() - Method in class com.omertron.themoviedbapi.results.AbstractResults
     
    @@ -812,217 +1287,371 @@
     
    getPage() - Method in interface com.omertron.themoviedbapi.wrapper.IWrapperPages
     
    -
    getParams() - Method in class com.omertron.themoviedbapi.model.Discover
    +
    getParams() - Method in class com.omertron.themoviedbapi.model.discover.Discover
    Get the parameters

    This will be used to construct the URL in the API

    -
    getParentCompany() - Method in class com.omertron.themoviedbapi.model.Company
    +
    getParentCompany() - Method in class com.omertron.themoviedbapi.model.company.Company
     
    -
    getParts() - Method in class com.omertron.themoviedbapi.model.CollectionInfo
    +
    getParts() - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
     
    +
    getPerson() - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
    +
     
    +
    getPersonChangeList(Integer, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get a list of Person IDs that have been edited.
    +
    +
    getPersonChanges(int, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
    +
    +
    Get the changes for a specific person id.
    +
    getPersonChanges(int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Get the changes for a specific person id.
    -
    getPersonChangesList(int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    -
     
    -
    getPersonCredits(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getPersonCombinedCredits(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
    -
    This method is used to retrieve all of the cast & crew information for the person.
    +
    Get the combined (movie and TV) credits for a specific person id.
    +
    +
    getPersonCombinedCredits(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the combined (movie and TV) credits for a specific person id.
    +
    +
    getPersonExternalIds(int) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
    +
    +
    Get the external ids for a specific person id.
    +
    +
    getPersonExternalIds(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the external ids for a specific person id.
    +
    +
    getPersonImages(int) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
    +
    +
    Get the images for a specific person id.
    getPersonImages(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    -
    This method is used to retrieve all of the profile images for a person.
    +
    Get the images for a specific person id.
    +
    +
    getPersonInfo(int, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
    +
    +
    Get the general person information for a specific id.
    getPersonInfo(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    -
    This method is used to retrieve all of the basic person information.
    +
    Get the general person information for a specific id.
    +
    +
    getPersonLatest() - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
    +
    +
    Get the latest person id.
    getPersonLatest() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Get the latest person id.
    -
    getPersonList() - Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonList
    -
     
    -
    getPersonPopular() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getPersonMovieCredits(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
    +
    +
    Get the movie credits for a specific person id.
    +
    +
    getPersonMovieCredits(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the movie credits for a specific person id.
    +
    +
    getPersonPopular(Integer) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
    Get the list of popular people on The Movie Database.
    -
    getPersonPopular(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getPersonPopular(Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Get the list of popular people on The Movie Database.
    -
    getPersonType() - Method in class com.omertron.themoviedbapi.model.Person
    +
    getPersonResults() - Method in class com.omertron.themoviedbapi.model.FindResults
     
    -
    getPersonType() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    getPersonTaggedImages(int, Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
    +
    +
    Get the images that have been tagged with a specific person id.
    +
    +
    getPersonTaggedImages(int, Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the images that have been tagged with a specific person id.
    +
    +
    getPersonTVCredits(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
    +
    +
    Get the TV credits for a specific person id.
    +
    +
    getPersonTVCredits(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the TV credits for a specific person id.
    +
    +
    getPlaceOfBirth() - Method in class com.omertron.themoviedbapi.model.person.Person
     
    -
    getPopularity() - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    getPopularity() - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
     
    -
    getPopularity() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getPopularity() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getPopularity() - Method in class com.omertron.themoviedbapi.model.Person
    +
    getPopularity() - Method in class com.omertron.themoviedbapi.model.person.Person
     
    -
    getPopularity() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    getPopularity() - Method in class com.omertron.themoviedbapi.model.person.PersonFind
     
    -
    getPopularMovieList(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getPopularMovieList(Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
    This method is used to retrieve the daily movie popularity list.
    -
    getPosterPath() - Method in class com.omertron.themoviedbapi.model.Collection
    +
    getPopularMovieList(Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    This method is used to retrieve the daily movie popularity list.
    +
    +
    getPosterPath() - Method in class com.omertron.themoviedbapi.model.collection.Collection
     
    -
    getPosterPath() - Method in class com.omertron.themoviedbapi.model.CollectionInfo
    +
    getPosterPath() - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
     
    -
    getPosterPath() - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    getPosterPath() - Method in class com.omertron.themoviedbapi.model.list.ListItem
     
    -
    getPosterPath() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getPosterPath() - Method in class com.omertron.themoviedbapi.model.list.UserList
     
    -
    getPosterPath() - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    getPosterPath() - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
     
    -
    getPosterPath() - Method in class com.omertron.themoviedbapi.model.MovieList
    +
    getPosterPath() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getPosterPath() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    getPosterPath() - Method in class com.omertron.themoviedbapi.model.person.CreditBasic
    +
     
    +
    getPosterPath() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
     
    getPosters() - Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
     
    -
    getPosterSizes() - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
    +
    getPosterSizes() - Method in class com.omertron.themoviedbapi.model.config.Configuration
     
    -
    getProductionCompanies() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getProductionCode() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
     
    -
    getProductionCountries() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getProductionCompanies() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getProfilePath() - Method in class com.omertron.themoviedbapi.model.Person
    +
    getProductionCompanies() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    -
    getProfilePath() - Method in class com.omertron.themoviedbapi.model.PersonCast
    +
    getProductionCountries() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getProfilePath() - Method in class com.omertron.themoviedbapi.model.PersonCrew
    +
    getProfilePath() - Method in class com.omertron.themoviedbapi.model.media.MediaCredit
    +
     
    +
    getProfilePath() - Method in class com.omertron.themoviedbapi.model.person.PersonBasic
     
    getProfiles() - Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
     
    -
    getProfileSizes() - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
    +
    getProfileSizes() - Method in class com.omertron.themoviedbapi.model.config.Configuration
     
    -
    getRatedMovies(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getPropertyString() - Method in enum com.omertron.themoviedbapi.enumeration.ExternalSource
    +
     
    +
    getPropertyString() - Method in enum com.omertron.themoviedbapi.enumeration.SearchType
    +
     
    +
    getPropertyString() - Method in enum com.omertron.themoviedbapi.enumeration.SortBy
    +
     
    +
    getRated() - Method in class com.omertron.themoviedbapi.model.media.MediaState
    +
     
    +
    getRatedMovies(String, int, Integer, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbAccount
    Get the list of rated movies (and associated rating) for an account.
    -
    getReleaseDate() - Method in class com.omertron.themoviedbapi.model.Collection
    +
    getRatedMovies(String, int, Integer, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the list of rated movies (and associated rating) for an account.
    +
    +
    getRatedTV(String, int, Integer, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbAccount
    +
    +
    Get the list of rated TV shows (and associated rating) for an account.
    +
    +
    getRatedTV(String, int, Integer, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the list of rated TV shows (and associated rating) for an account.
    +
    +
    getRating() - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
     
    -
    getReleaseDate() - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    getRating() - Method in class com.omertron.themoviedbapi.model.person.ContentRating
     
    -
    getReleaseDate() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getRating() - Method in class com.omertron.themoviedbapi.model.tv.TVBasic
     
    -
    getReleaseDate() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    getReleaseDate() - Method in class com.omertron.themoviedbapi.model.collection.Collection
     
    -
    getReleaseDate() - Method in class com.omertron.themoviedbapi.model.ReleaseInfo
    +
    getReleaseDate() - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
     
    -
    getReleases() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getReleaseDate() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
    +
     
    +
    getReleaseDate() - Method in class com.omertron.themoviedbapi.model.movie.ReleaseInfo
    +
     
    +
    getReleaseDate() - Method in class com.omertron.themoviedbapi.model.person.CreditMovieBasic
    +
     
    +
    getReleases() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    getRequest(URL) - Method in class com.omertron.themoviedbapi.tools.HttpTools
    GET data from the URL
    -
    getRequestToken() - Method in class com.omertron.themoviedbapi.model.TokenAuthorisation
    +
    getRequestToken() - Method in class com.omertron.themoviedbapi.model.authentication.TokenAuthorisation
     
    getResults() - Method in class com.omertron.themoviedbapi.results.TmdbResultsList
     
    getResults() - Method in class com.omertron.themoviedbapi.results.TmdbResultsMap
     
    -
    getResults() - Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection
    +
    getResults() - Method in class com.omertron.themoviedbapi.wrapper.WrapperGenericList
     
    -
    getResults() - Method in class com.omertron.themoviedbapi.wrapper.WrapperCompany
    +
    getResults() - Method in class com.omertron.themoviedbapi.wrapper.WrapperMultiSearch
     
    -
    getResults() - Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies
    +
    getRevenue() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getResults() - Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies
    +
    getReview(String) - Method in class com.omertron.themoviedbapi.methods.TmdbReviews
    +
    +
    Get the full details of a review by ID.
    +
    +
    getReviews() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getResults() - Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords
    +
    getReviews(String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
     
    -
    getResults() - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieChanges
    +
    getRuntime() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getResults() - Method in class com.omertron.themoviedbapi.wrapper.WrapperPerson
    +
    getSeasonAccountState(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTVSeasons
    +
    +
    This method lets users get the status of whether or not the TV episodes + of a season have been rated.
    +
    +
    getSeasonChanges(int, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTVSeasons
    +
    +
    Look up a TV season's changes by season ID.
    +
    +
    getSeasonCredits(int, int) - Method in class com.omertron.themoviedbapi.methods.TmdbTVSeasons
    +
    +
    Get the cast & crew credits for a TV season by season number.
    +
    +
    getSeasonExternalID(int, int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTVSeasons
    +
    +
    Get the external ids that we have stored for a TV season by season + number.
    +
    +
    getSeasonImages(int, int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbTVSeasons
    +
    +
    Get the images that we have stored for a TV season by season number.
    +
    +
    getSeasonInfo(int, int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbTVSeasons
    +
    +
    Get the primary information about a TV season by its season number.
    +
    +
    getSeasonNumber() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
     
    -
    getRevenue() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getSeasonNumber() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
     
    -
    getReviews() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getSeasons() - Method in class com.omertron.themoviedbapi.model.tv.TVCredit
     
    -
    getReviews(int, String, int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getSeasons() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    -
    getReviews() - Method in class com.omertron.themoviedbapi.wrapper.WrapperReviews
    +
    getSeasonVideos(int, int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTVSeasons
    +
    +
    Get the videos that have been added to a TV season (trailers, teasers, + etc...)
    +
    +
    getSecureBaseUrl() - Method in class com.omertron.themoviedbapi.model.config.Configuration
     
    -
    getRuntime() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getSessionId() - Method in class com.omertron.themoviedbapi.model.authentication.TokenSession
     
    -
    getSecureBaseUrl() - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
    -
     
    -
    getSerialVersionUID() - Static method in class com.omertron.themoviedbapi.model.KeywordMovie
    -
     
    -
    getSessionId() - Method in class com.omertron.themoviedbapi.model.TokenSession
    -
     
    -
    getSessionToken(TokenAuthorisation) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getSessionToken(TokenAuthorisation) - Method in class com.omertron.themoviedbapi.methods.TmdbAuthentication
    This method is used to generate a session id for user based authentication.
    -
    getSessionTokenLogin(TokenAuthorisation, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getSessionToken(TokenAuthorisation) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    This method is used to generate a session id for user based + authentication.
    +
    +
    getSessionTokenLogin(TokenAuthorisation, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbAuthentication
    This method is used to generate a session id for user based authentication.
    -
    getSimilarMovies() - Method in class com.omertron.themoviedbapi.model.MovieDb
    -
     
    -
    getSimilarMovies(int, String, int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getSessionTokenLogin(TokenAuthorisation, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    -
    The similar movies method will let you retrieve the similar movies for a particular movie.
    +
    This method is used to generate a session id for user based + authentication.
    -
    getSite() - Method in class com.omertron.themoviedbapi.model.Video
    +
    getShowId() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
     
    -
    getSize() - Method in class com.omertron.themoviedbapi.model.Trailer
    +
    getSimilarMovies(int, Integer, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
    +
    +
    The similar movies method will let you retrieve the similar movies for a + particular movie.
    +
    +
    getSimilarMovies() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getSize() - Method in class com.omertron.themoviedbapi.model.Video
    +
    getSimilarMovies(int, Integer, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    The similar movies method will let you retrieve the similar movies for a + particular movie.
    +
    +
    getSite() - Method in class com.omertron.themoviedbapi.model.media.Video
     
    -
    getSource() - Method in class com.omertron.themoviedbapi.model.Trailer
    +
    getSize() - Method in class com.omertron.themoviedbapi.model.media.Trailer
     
    -
    getSpokenLanguages() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getSize() - Method in class com.omertron.themoviedbapi.model.media.Video
     
    -
    getStatus() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getSource() - Method in class com.omertron.themoviedbapi.model.media.Trailer
     
    -
    getStatusCode() - Method in class com.omertron.themoviedbapi.model.ListItemStatus
    +
    getSpokenLanguages() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getStatusCode() - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    getStatus() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getStatusCode() - Method in class com.omertron.themoviedbapi.model.StatusCode
    +
    getStatus() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    -
    getStatusCode() - Method in class com.omertron.themoviedbapi.model.TokenSession
    +
    getStatusCode() - Method in class com.omertron.themoviedbapi.model.authentication.TokenSession
     
    -
    getStatusMessage() - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    getStatusCode() - Method in class com.omertron.themoviedbapi.model.list.ListItem
     
    -
    getStatusMessage() - Method in class com.omertron.themoviedbapi.model.StatusCode
    +
    getStatusCode() - Method in class com.omertron.themoviedbapi.model.list.ListItemStatus
     
    -
    getStatusMessage() - Method in class com.omertron.themoviedbapi.model.TokenSession
    +
    getStatusMessage() - Method in class com.omertron.themoviedbapi.model.authentication.TokenSession
     
    -
    getStillSizes() - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
    +
    getStatusMessage() - Method in class com.omertron.themoviedbapi.model.list.ListItem
     
    -
    getSuccess() - Method in class com.omertron.themoviedbapi.model.TokenAuthorisation
    +
    getStillPath() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
     
    -
    getSuccess() - Method in class com.omertron.themoviedbapi.model.TokenSession
    +
    getStillSizes() - Method in class com.omertron.themoviedbapi.model.config.Configuration
     
    -
    getTagline() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getSuccess() - Method in class com.omertron.themoviedbapi.model.authentication.TokenAuthorisation
     
    -
    getTime() - Method in class com.omertron.themoviedbapi.model.ChangedItem
    +
    getSuccess() - Method in class com.omertron.themoviedbapi.model.authentication.TokenSession
     
    -
    getTitle() - Method in class com.omertron.themoviedbapi.model.AlternativeTitle
    +
    getTagline() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getTitle() - Method in class com.omertron.themoviedbapi.model.Collection
    +
    getTime() - Method in class com.omertron.themoviedbapi.model.change.ChangedItem
     
    -
    getTitle() - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    getTimezones() - Method in class com.omertron.themoviedbapi.methods.TmdbConfiguration
    +
    +
    Get the list of supported timezones for the API methods that support them
    +
    +
    getTimezones() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the list of supported timezones for the API methods that support + them.
    +
    +
    getTitle() - Method in class com.omertron.themoviedbapi.model.collection.Collection
     
    -
    getTitle() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getTitle() - Method in class com.omertron.themoviedbapi.model.media.AlternativeTitle
    +
     
    +
    getTitle() - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
    +
     
    +
    getTitle() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
    +
     
    +
    getTitle() - Method in class com.omertron.themoviedbapi.model.person.CreditMovieBasic
     
    getTitles() - Method in class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
     
    getTmdbConfiguration() - Method in class com.omertron.themoviedbapi.wrapper.WrapperConfig
     
    -
    getTopRatedMovies(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getTmdbResultsList() - Method in class com.omertron.themoviedbapi.wrapper.WrapperGenericList
    +
     
    +
    getTopRatedMovies(Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
    -
    This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
    +
    This method is used to retrieve the top rated movies that have over 10 + votes on TMDb.
    +
    +
    getTopRatedMovies(Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    This method is used to retrieve the top rated movies that have over 10 + votes on TMDb.
    getTotalPages() - Method in class com.omertron.themoviedbapi.results.AbstractResults
     
    @@ -1040,37 +1669,205 @@
     
    getTotalResults() - Method in interface com.omertron.themoviedbapi.wrapper.IWrapperPages
     
    -
    getTranslations() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getTranslations() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    getTranslations() - Method in class com.omertron.themoviedbapi.wrapper.WrapperTranslations
     
    -
    getTvName() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    getTVAccountState(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
    +
    +
    This method lets users get the status of whether or not the TV show has + been rated or added to their favourite or watch lists.
    +
    +
    getTVAccountState(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    This method lets users get the status of whether or not the TV show has + been rated or added to their favourite or watch lists.
    +
    +
    getTVAiringToday(Integer, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
    +
    +
    Get the list of TV shows that air today.
    +
    +
    getTVAiringToday(Integer, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the list of TV shows that air today.
    +
    +
    getTVAlternativeTitles(int) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
    +
    +
    Get the alternative titles for a specific show ID.
    +
    +
    getTVAlternativeTitles(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the alternative titles for a specific show ID.
    +
    +
    getTvCertification() - Method in class com.omertron.themoviedbapi.methods.TmdbCertifications
    +
    +
    Get a list of tv certification.
    +
    +
    getTvCertification() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get a list of tv certification.
    +
    +
    getTvChangeList(Integer, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get a list of TV IDs that have been edited.
    +
    +
    getTVChanges(int, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
    +
    +
    Get the changes for a specific TV show id.
    +
    +
    getTVChanges(int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the changes for a specific TV show id.
    +
    +
    getTVContentRatings(int) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
    +
    +
    Get the content ratings for a specific TV show id.
    +
    +
    getTVContentRatings(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the content ratings for a specific TV show id.
    +
    +
    getTVCredits(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
    +
    +
    Get the cast & crew information about a TV series.
    +
    +
    getTVCredits(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the cast & crew information about a TV series.
    +
    +
    getTvdbId() - Method in class com.omertron.themoviedbapi.model.person.ExternalID
     
    -
    getTvOriginalName() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    getTvEpisodeResults() - Method in class com.omertron.themoviedbapi.model.FindResults
     
    -
    getType() - Method in class com.omertron.themoviedbapi.model.Trailer
    +
    getTVExternalIDs(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
    +
    +
    Get the external ids that we have stored for a TV series.
    +
    +
    getTVExternalIDs(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the external ids that we have stored for a TV series.
    +
    +
    getTVImages(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
    +
    +
    Get the images (posters and backdrops) for a TV series.
    +
    +
    getTVImages(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the images (posters and backdrops) for a TV series.
    +
    +
    getTVInfo(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
    +
    +
    Get the primary information about a TV series by id.
    +
    +
    getTVInfo(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the primary information about a TV series by id.
    +
    +
    getTVKeywords(int, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
    +
    +
    Get the plot keywords for a specific TV show id.
    +
    +
    getTVKeywords(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the plot keywords for a specific TV show id.
    +
    +
    getTVOnTheAir(Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
    +
    +
    Get the list of TV shows that are currently on the air.
    +
    +
    getTVOnTheAir(Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the list of TV shows that are currently on the air.
    +
    +
    getTVPopular(Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
    +
    +
    Get the list of popular TV shows.
    +
    +
    getTVPopular(Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the list of popular TV shows.
    +
    +
    getTvrageId() - Method in class com.omertron.themoviedbapi.model.person.ExternalID
     
    -
    getType() - Method in class com.omertron.themoviedbapi.model.Video
    +
    getTvResults() - Method in class com.omertron.themoviedbapi.model.FindResults
    +
     
    +
    getTvSeasonResults() - Method in class com.omertron.themoviedbapi.model.FindResults
    +
     
    +
    getTVSimilar(int, Integer, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
    +
    +
    Get the similar TV shows for a specific tv id.
    +
    +
    getTVSimilar(int, Integer, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the similar TV shows for a specific tv id.
    +
    +
    getTVTopRated(Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
    +
    +
    Get the list of top rated TV shows.
    +
    +
    getTVTopRated(Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the list of top rated TV shows.
    +
    +
    getTVTranslations(int) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
    +
    +
    Get the list of translations that exist for a TV series.
    +
    +
    getTVTranslations(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the list of translations that exist for a TV series.
    +
    +
    getTVVideos(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
    +
    +
    Get the videos that have been added to a TV series (trailers, opening + credits, etc...)
    +
    +
    getTVVideos(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the videos that have been added to a TV series (trailers, opening + credits, etc...)
    +
    +
    getType() - Method in class com.omertron.themoviedbapi.model.media.Trailer
    +
     
    +
    getType() - Method in class com.omertron.themoviedbapi.model.media.Video
    +
     
    +
    getType() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    getTypeList(Class<E>, E[]) - Method in class com.omertron.themoviedbapi.wrapper.AbstractWrapper
    Get a list of the enums passed
    -
    getUpcoming(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getTypeReference(Class) - Static method in class com.omertron.themoviedbapi.methods.AbstractMethod
    +
    +
    Helper function to get a pre-generated TypeReference for a class
    +
    +
    getUpcoming(Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
    Get the list of upcoming movies.
    -
    getUrl() - Method in class com.omertron.themoviedbapi.model.Reviews
    +
    getUpcoming(Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the list of upcoming movies.
    +
    +
    getUrl() - Method in class com.omertron.themoviedbapi.model.review.Review
     
    +
    getUserLists(String, int) - Method in class com.omertron.themoviedbapi.methods.TmdbAccount
    +
    +
    Get all lists of a given user
    +
    getUserLists(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Get all lists of a given user
    -
    getUserName() - Method in class com.omertron.themoviedbapi.model.Account
    +
    getUserName() - Method in class com.omertron.themoviedbapi.model.account.Account
     
    -
    getUserRating() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getUserRating() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getValue() - Method in class com.omertron.themoviedbapi.model.ChangedItem
    +
    getValue() - Method in class com.omertron.themoviedbapi.model.Certification
    +
     
    +
    getValue() - Method in class com.omertron.themoviedbapi.model.change.ChangedItem
    +
     
    +
    getValue() - Method in class com.omertron.themoviedbapi.model.media.RatedValue
     
    getValue() - Method in enum com.omertron.themoviedbapi.tools.MethodBase
    @@ -1084,35 +1881,45 @@
    Get the URL parameter to use
    -
    getVideo() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getValue() - Method in enum com.omertron.themoviedbapi.tools.PostBody
    +
    +
    Get the URL parameter to use
    +
    +
    getVideo() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getVideo() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    -
     
    -
    getVideos() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getVideos() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    getVideos() - Method in class com.omertron.themoviedbapi.wrapper.WrapperVideos
     
    -
    getVoteAverage() - Method in class com.omertron.themoviedbapi.model.Artwork
    +
    getVoteAverage() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
     
    -
    getVoteAverage() - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    getVoteAverage() - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
     
    -
    getVoteAverage() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    getVoteAverage() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getVoteAverage() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    getVoteCount() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
     
    -
    getVoteCount() - Method in class com.omertron.themoviedbapi.model.Artwork
    +
    getVoteCount() - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
     
    -
    getVoteCount() - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    getVoteCount() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    getVoteCount() - Method in class com.omertron.themoviedbapi.model.MovieDb
    -
     
    -
    getVoteCount() - Method in class com.omertron.themoviedbapi.model.PersonCredit
    -
     
    -
    getWatchList(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    getWatchListMovie(String, int, Integer, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbAccount
    +
    +
    Get the list of movies on an accounts watch list.
    +
    +
    getWatchListMovie(String, int, Integer, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Get the list of movies on an accounts watchlist.
    -
    getWidth() - Method in class com.omertron.themoviedbapi.model.Artwork
    +
    getWatchListTV(String, int, Integer, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbAccount
    +
    +
    Get the list of movies on an accounts watch list.
    +
    +
    getWatchListTV(String, int, Integer, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Get the list of movies on an accounts watchlist.
    +
    +
    getWidth() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
     
    @@ -1134,31 +1941,29 @@
    hashCode() - Method in class com.omertron.themoviedbapi.model.AbstractIdName
     
    -
    hashCode() - Method in class com.omertron.themoviedbapi.model.AlternativeTitle
    +
    hashCode() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
     
    -
    hashCode() - Method in class com.omertron.themoviedbapi.model.Artwork
    +
    hashCode() - Method in class com.omertron.themoviedbapi.model.artwork.ArtworkMedia
     
    -
    hashCode() - Method in class com.omertron.themoviedbapi.model.Collection
    +
    hashCode() - Method in class com.omertron.themoviedbapi.model.collection.Collection
     
    hashCode() - Method in class com.omertron.themoviedbapi.model.Language
     
    -
    hashCode() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    hashCode() - Method in class com.omertron.themoviedbapi.model.media.AlternativeTitle
     
    -
    hashCode() - Method in class com.omertron.themoviedbapi.model.Person
    +
    hashCode() - Method in class com.omertron.themoviedbapi.model.media.Trailer
     
    -
    hashCode() - Method in class com.omertron.themoviedbapi.model.PersonCast
    +
    hashCode() - Method in class com.omertron.themoviedbapi.model.media.Translation
     
    -
    hashCode() - Method in class com.omertron.themoviedbapi.model.PersonCrew
    +
    hashCode() - Method in class com.omertron.themoviedbapi.model.media.Video
     
    -
    hashCode() - Method in class com.omertron.themoviedbapi.model.ProductionCountry
    +
    hashCode() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    hashCode() - Method in class com.omertron.themoviedbapi.model.ReleaseInfo
    +
    hashCode() - Method in class com.omertron.themoviedbapi.model.movie.ProductionCountry
     
    -
    hashCode() - Method in class com.omertron.themoviedbapi.model.Trailer
    +
    hashCode() - Method in class com.omertron.themoviedbapi.model.movie.ReleaseInfo
     
    -
    hashCode() - Method in class com.omertron.themoviedbapi.model.Translation
    -
     
    -
    hashCode() - Method in class com.omertron.themoviedbapi.model.Video
    +
    httpTools - Variable in class com.omertron.themoviedbapi.methods.AbstractMethod
     
    HttpTools - Class in com.omertron.themoviedbapi.tools
    @@ -1172,55 +1977,67 @@

    I

    -
    includeAdult(boolean) - Method in class com.omertron.themoviedbapi.model.Discover
    +
    includeAdult(boolean) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    Toggle the inclusion of adult titles
    -
    isAdult() - Method in class com.omertron.themoviedbapi.model.ChangedMovie
    +
    includeVideo(boolean) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    +
    +
    Toggle the inclusion of items marked as a video.
    +
    +
    isAdult() - Method in class com.omertron.themoviedbapi.model.change.ChangeListItem
     
    -
    isAdult() - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    isAdult() - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
     
    -
    isAdult() - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    isAdult() - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    isAdult() - Method in class com.omertron.themoviedbapi.model.Person
    +
    isAdult() - Method in class com.omertron.themoviedbapi.model.person.CreditMovieBasic
    +
     
    +
    isAdult() - Method in class com.omertron.themoviedbapi.model.person.Person
    +
     
    +
    isEmpty() - Method in class com.omertron.themoviedbapi.results.TmdbResultsList
     
    isEmpty() - Method in class com.omertron.themoviedbapi.tools.TmdbParameters
    Check to see if the collection has no items
    -
    isIncludeAdult() - Method in class com.omertron.themoviedbapi.model.Account
    +
    isFavorite() - Method in class com.omertron.themoviedbapi.model.media.MediaState
     
    -
    isItemPresent() - Method in class com.omertron.themoviedbapi.model.ListItemStatus
    +
    isIncludeAdult() - Method in class com.omertron.themoviedbapi.model.account.Account
    +
     
    +
    isInProduction() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
    +
     
    +
    isItemPresent() - Method in class com.omertron.themoviedbapi.model.list.ListItemStatus
     
    -
    isMovieOnList(String, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    -
    -
    Check to see if a movie ID is already added to a list.
    -
    isNotEmpty() - Method in class com.omertron.themoviedbapi.tools.TmdbParameters
    Check to see if the collection has items
    -
    isValidBackdropSize(String) - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
    +
    isPrimary() - Method in class com.omertron.themoviedbapi.model.movie.ReleaseInfo
    +
     
    +
    isValidBackdropSize(String) - Method in class com.omertron.themoviedbapi.model.config.Configuration
    Check that the backdrop size is valid
    -
    isValidLogoSize(String) - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
    +
    isValidLogoSize(String) - Method in class com.omertron.themoviedbapi.model.config.Configuration
    Check that the logo size is valid
    -
    isValidPosterSize(String) - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
    +
    isValidPosterSize(String) - Method in class com.omertron.themoviedbapi.model.config.Configuration
    Check that the poster size is valid
    -
    isValidProfileSize(String) - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
    +
    isValidProfileSize(String) - Method in class com.omertron.themoviedbapi.model.config.Configuration
    Check that the profile size is valid
    -
    isValidSize(String) - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
    +
    isValidSize(String) - Method in class com.omertron.themoviedbapi.model.config.Configuration
    Check to see if the size is valid for any of the images types
    -
    isVideo() - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    isVideo() - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
    +
     
    +
    isWatchlist() - Method in class com.omertron.themoviedbapi.model.media.MediaState
     
    IWrapperDates - Interface in com.omertron.themoviedbapi.wrapper
     
    @@ -1234,9 +2051,9 @@

    J

    -
    JobDepartment - Class in com.omertron.themoviedbapi.model
    +
    JobDepartment - Class in com.omertron.themoviedbapi.model.config
     
    -
    JobDepartment() - Constructor for class com.omertron.themoviedbapi.model.JobDepartment
    +
    JobDepartment() - Constructor for class com.omertron.themoviedbapi.model.config.JobDepartment
     
    @@ -1244,13 +2061,9 @@

    K

    -
    Keyword - Class in com.omertron.themoviedbapi.model
    +
    Keyword - Class in com.omertron.themoviedbapi.model.keyword
     
    -
    Keyword() - Constructor for class com.omertron.themoviedbapi.model.Keyword
    -
     
    -
    KeywordMovie - Class in com.omertron.themoviedbapi.model
    -
     
    -
    KeywordMovie() - Constructor for class com.omertron.themoviedbapi.model.KeywordMovie
    +
    Keyword() - Constructor for class com.omertron.themoviedbapi.model.keyword.Keyword
     
    @@ -1258,7 +2071,7 @@

    L

    -
    language(String) - Method in class com.omertron.themoviedbapi.model.Discover
    +
    language(String) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    ISO 639-1 code
    @@ -1266,9 +2079,19 @@
     
    Language() - Constructor for class com.omertron.themoviedbapi.model.Language
     
    -
    ListItemStatus - Class in com.omertron.themoviedbapi.model
    +
    ListItem<T> - Class in com.omertron.themoviedbapi.model.list
    +
    +
    Wrapper for the ListItem function
    +
    +
    ListItem() - Constructor for class com.omertron.themoviedbapi.model.list.ListItem
     
    -
    ListItemStatus() - Constructor for class com.omertron.themoviedbapi.model.ListItemStatus
    +
    ListItemStatus - Class in com.omertron.themoviedbapi.model.list
    +
     
    +
    ListItemStatus() - Constructor for class com.omertron.themoviedbapi.model.list.ListItemStatus
    +
     
    +
    ListStatusCode - Class in com.omertron.themoviedbapi.model.list
    +
     
    +
    ListStatusCode() - Constructor for class com.omertron.themoviedbapi.model.list.ListStatusCode
     
    @@ -1276,15 +2099,67 @@

    M

    +
    MAPPER - Static variable in class com.omertron.themoviedbapi.methods.AbstractMethod
    +
     
    +
    MAPPER - Static variable in class com.omertron.themoviedbapi.tools.PostTools
    +
     
    +
    MediaBasic - Class in com.omertron.themoviedbapi.model.media
    +
    +
    Basic media information
    +
    +
    MediaBasic() - Constructor for class com.omertron.themoviedbapi.model.media.MediaBasic
    +
     
    +
    MediaCredit - Class in com.omertron.themoviedbapi.model.media
    +
     
    +
    MediaCredit() - Constructor for class com.omertron.themoviedbapi.model.media.MediaCredit
    +
     
    +
    MediaCreditCast - Class in com.omertron.themoviedbapi.model.media
    +
     
    +
    MediaCreditCast() - Constructor for class com.omertron.themoviedbapi.model.media.MediaCreditCast
    +
     
    +
    MediaCreditCrew - Class in com.omertron.themoviedbapi.model.media
    +
     
    +
    MediaCreditCrew() - Constructor for class com.omertron.themoviedbapi.model.media.MediaCreditCrew
    +
     
    +
    MediaCreditList - Class in com.omertron.themoviedbapi.model.media
    +
     
    +
    MediaCreditList() - Constructor for class com.omertron.themoviedbapi.model.media.MediaCreditList
    +
     
    +
    MediaState - Class in com.omertron.themoviedbapi.model.media
    +
     
    +
    MediaState() - Constructor for class com.omertron.themoviedbapi.model.media.MediaState
    +
     
    +
    MediaType - Enum in com.omertron.themoviedbapi.enumeration
    +
    +
    Media type options
    +
    MethodBase - Enum in com.omertron.themoviedbapi.tools
     
    MethodSub - Enum in com.omertron.themoviedbapi.tools
     
    -
    MovieDb - Class in com.omertron.themoviedbapi.model
    +
    modifyFavoriteStatus(String, int, MediaType, int, boolean) - Method in class com.omertron.themoviedbapi.methods.TmdbAccount
    +
    +
    Add or remove a movie to an accounts favorite list.
    +
    +
    modifyFavoriteStatus(String, int, Integer, MediaType, boolean) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Add or remove a movie to an accounts favourite list.
    +
    +
    modifyWatchList(String, int, MediaType, Integer, boolean) - Method in class com.omertron.themoviedbapi.methods.TmdbAccount
    +
    +
    Add or remove a movie to an accounts watch list.
    +
    +
    MovieBasic - Class in com.omertron.themoviedbapi.model.movie
    +
    +
    Basic Movie information
    +
    +
    MovieBasic() - Constructor for class com.omertron.themoviedbapi.model.movie.MovieBasic
    +
     
    +
    MovieDb - Class in com.omertron.themoviedbapi.model.movie
    Movie Bean
    -
    MovieDb() - Constructor for class com.omertron.themoviedbapi.model.MovieDb
    +
    MovieDb() - Constructor for class com.omertron.themoviedbapi.model.movie.MovieDb
     
    MovieDbException - Exception in com.omertron.themoviedbapi
     
    @@ -1306,27 +2181,49 @@
     
    MovieDbException(ApiExceptionType, String, int, String, Throwable) - Constructor for exception com.omertron.themoviedbapi.MovieDbException
     
    -
    MovieDbList - Class in com.omertron.themoviedbapi.model
    +
    movies(MovieDb, String, String) - Static method in class com.omertron.themoviedbapi.Compare
    -
    Wrapper for the MovieDbList function
    +
    Compare the MovieDB object with a title & year
    -
    MovieDbList() - Constructor for class com.omertron.themoviedbapi.model.MovieDbList
    +
    movies(MovieDb, String, String, int, boolean) - Static method in class com.omertron.themoviedbapi.Compare
    +
    +
    Compare the MovieDB object with a title & year
    +
    +
    movies(MovieDb, String, String, int) - Static method in class com.omertron.themoviedbapi.Compare
    +
    +
    Compare the MovieDB object with a title & year, case sensitive
    +
    +
    + + + +

    N

    +
    +
    Network - Class in com.omertron.themoviedbapi.model.network
     
    -
    MovieDbListStatus - Class in com.omertron.themoviedbapi.model
    -
     
    -
    MovieDbListStatus() - Constructor for class com.omertron.themoviedbapi.model.MovieDbListStatus
    -
     
    -
    MovieList - Class in com.omertron.themoviedbapi.model
    -
     
    -
    MovieList() - Constructor for class com.omertron.themoviedbapi.model.MovieList
    +
    Network() - Constructor for class com.omertron.themoviedbapi.model.network.Network
     
    + + + +

    O

    +
    +
    or(int) - Method in class com.omertron.themoviedbapi.model.discover.WithBuilder
    +
    +
    Add an "OR ID"
    +
    +
    or(String) - Method in class com.omertron.themoviedbapi.model.discover.WithBuilder
    +
    +
    Add an "OR ID"
    +
    +

    P

    -
    page(int) - Method in class com.omertron.themoviedbapi.model.Discover
    +
    page(int) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    Minimum value is 1 if included.
    @@ -1334,33 +2231,41 @@
    Parameters for use in the URL
    -
    Person - Class in com.omertron.themoviedbapi.model
    +
    Person - Class in com.omertron.themoviedbapi.model.person
     
    -
    Person() - Constructor for class com.omertron.themoviedbapi.model.Person
    +
    Person() - Constructor for class com.omertron.themoviedbapi.model.person.Person
     
    -
    PersonCast - Class in com.omertron.themoviedbapi.model
    +
    PersonBasic - Class in com.omertron.themoviedbapi.model.person
     
    -
    PersonCast() - Constructor for class com.omertron.themoviedbapi.model.PersonCast
    +
    PersonBasic() - Constructor for class com.omertron.themoviedbapi.model.person.PersonBasic
     
    -
    PersonCredit - Class in com.omertron.themoviedbapi.model
    +
    PersonCredits<T extends CreditBasic> - Class in com.omertron.themoviedbapi.model.person
     
    -
    PersonCredit() - Constructor for class com.omertron.themoviedbapi.model.PersonCredit
    +
    PersonCredits() - Constructor for class com.omertron.themoviedbapi.model.person.PersonCredits
     
    -
    PersonCreditDateComparator - Class in com.omertron.themoviedbapi.model.comparator
    +
    PersonCreditsMixIn - Class in com.omertron.themoviedbapi.model.person
    -
    Compare two PersonCredits by date
    +
    Jackson mixin class to deserialize the combined credits
    -
    PersonCreditDateComparator() - Constructor for class com.omertron.themoviedbapi.model.comparator.PersonCreditDateComparator
    +
    PersonCreditsMixIn() - Constructor for class com.omertron.themoviedbapi.model.person.PersonCreditsMixIn
     
    -
    PersonCreditDateComparator(boolean) - Constructor for class com.omertron.themoviedbapi.model.comparator.PersonCreditDateComparator
    +
    PersonFind - Class in com.omertron.themoviedbapi.model.person
     
    -
    PersonCrew - Class in com.omertron.themoviedbapi.model
    +
    PersonFind() - Constructor for class com.omertron.themoviedbapi.model.person.PersonFind
     
    -
    PersonCrew() - Constructor for class com.omertron.themoviedbapi.model.PersonCrew
    -
     
    -
    PersonType - Enum in com.omertron.themoviedbapi.model
    -
     
    -
    postMovieRating(String, Integer, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    PostBody - Enum in com.omertron.themoviedbapi.tools
    +
    +
    List of values to use for the POST requests
    +
    +
    postEpisodeRating(int, int, int, int, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTVEpisodes
    +
    +
    This method lets users rate a TV episode.
    +
    +
    postMovieRating(int, int, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
    +
    +
    This method lets users rate a movie.
    +
    +
    postMovieRating(int, int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    This method lets users rate a movie.
    @@ -1368,18 +2273,37 @@
    POST content to the URL with the specified body
    -
    primaryReleaseYear(int) - Method in class com.omertron.themoviedbapi.model.Discover
    +
    PostTools - Class in com.omertron.themoviedbapi.tools
    +
     
    +
    PostTools() - Constructor for class com.omertron.themoviedbapi.tools.PostTools
    +
     
    +
    postTVRating(int, int, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
    -
    Filter the results so that only the primary release date year has this - value
    +
    This method lets users rate a TV show.
    -
    ProductionCompany - Class in com.omertron.themoviedbapi.model
    +
    postTVRating(int, int, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    This method lets users rate a TV show.
    +
    +
    primaryReleaseYear(int) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    +
    +
    Filter the results so that only the primary release date year has this value
    +
    +
    processWrapper(TypeReference, URL, String) - Method in class com.omertron.themoviedbapi.methods.AbstractMethod
    +
    +
    Process the wrapper list and return the whole wrapper
    +
    +
    processWrapperList(TypeReference, URL, String) - Method in class com.omertron.themoviedbapi.methods.AbstractMethod
    +
    +
    Process the wrapper list and return the results
    +
    +
    ProductionCompany - Class in com.omertron.themoviedbapi.model.movie
     
    -
    ProductionCompany() - Constructor for class com.omertron.themoviedbapi.model.ProductionCompany
    +
    ProductionCompany() - Constructor for class com.omertron.themoviedbapi.model.movie.ProductionCompany
     
    -
    ProductionCountry - Class in com.omertron.themoviedbapi.model
    +
    ProductionCountry - Class in com.omertron.themoviedbapi.model.movie
     
    -
    ProductionCountry() - Constructor for class com.omertron.themoviedbapi.model.ProductionCountry
    +
    ProductionCountry() - Constructor for class com.omertron.themoviedbapi.model.movie.ProductionCountry
     
    @@ -1387,37 +2311,45 @@

    R

    -
    releaseDateGte(String) - Method in class com.omertron.themoviedbapi.model.Discover
    +
    RatedValue - Class in com.omertron.themoviedbapi.model.media
    +
     
    +
    RatedValue() - Constructor for class com.omertron.themoviedbapi.model.media.RatedValue
    +
     
    +
    releaseDateGte(String) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    The minimum release to include.
    -
    releaseDateLte(String) - Method in class com.omertron.themoviedbapi.model.Discover
    +
    releaseDateLte(String) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    The maximum release to include.
    -
    ReleaseInfo - Class in com.omertron.themoviedbapi.model
    +
    ReleaseInfo - Class in com.omertron.themoviedbapi.model.movie
     
    -
    ReleaseInfo() - Constructor for class com.omertron.themoviedbapi.model.ReleaseInfo
    +
    ReleaseInfo() - Constructor for class com.omertron.themoviedbapi.model.movie.ReleaseInfo
     
    remove(Param) - Method in class com.omertron.themoviedbapi.tools.TmdbParameters
    Remove a parameter from the collection
    -
    removeFromWatchList(String, int, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    removeFromWatchList(String, int, MediaType, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Remove a movie from an accounts watch list.
    -
    removeMovieFromList(String, String, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    removeItem(String, String, int) - Method in class com.omertron.themoviedbapi.methods.TmdbLists
    -
    This method lets users remove movies from a list that they created.
    +
    This method lets users delete items from a list that they created.
    +
    +
    removeItemFromList(String, String, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    This method lets users remove items from a list that they created.
    ResultDates - Class in com.omertron.themoviedbapi.wrapper
     
    ResultDates() - Constructor for class com.omertron.themoviedbapi.wrapper.ResultDates
     
    -
    Reviews - Class in com.omertron.themoviedbapi.model
    +
    Review - Class in com.omertron.themoviedbapi.model.review
     
    -
    Reviews() - Constructor for class com.omertron.themoviedbapi.model.Reviews
    +
    Review() - Constructor for class com.omertron.themoviedbapi.model.review.Review
     
    @@ -1425,207 +2357,306 @@

    S

    -
    searchCollection(String, String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    searchCollection(String, Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbSearch
    Search for collections by name.
    -
    searchCompanies(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    searchCollection(String, Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Search for collections by name.
    +
    +
    searchCompanies(String, Integer) - Method in class com.omertron.themoviedbapi.methods.TmdbSearch
    Search Companies.
    -
    searchKeyword(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    searchCompanies(String, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Search Companies.
    +
    +
    searchKeyword(String, Integer) - Method in class com.omertron.themoviedbapi.methods.TmdbSearch
    Search for keywords by name
    -
    searchList(String, String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    searchKeyword(String, Integer) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Search for keywords by name
    +
    +
    searchList(String, Integer, Boolean) - Method in class com.omertron.themoviedbapi.methods.TmdbSearch
    Search for lists by name and description.
    -
    searchMovie(String, int, String, boolean, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    searchList(String, Integer, Boolean) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Search for lists by name and description.
    +
    +
    searchMovie(String, Integer, String, Boolean, Integer, Integer, SearchType) - Method in class com.omertron.themoviedbapi.methods.TmdbSearch
    Search Movies This is a good starting point to start finding movies on TMDb.
    -
    searchPeople(String, boolean, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    searchMovie(String, Integer, String, Boolean, Integer, Integer, SearchType) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Search Movies This is a good starting point to start finding movies on + TMDb.
    +
    +
    searchMulti(String, Integer, String, Boolean) - Method in class com.omertron.themoviedbapi.methods.TmdbSearch
    +
    +
    Search the movie, tv show and person collections with a single query.
    +
    +
    searchMulti(String, Integer, String, Boolean) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Search the movie, tv show and person collections with a single query.
    +
    +
    searchPeople(String, Integer, Boolean, SearchType) - Method in class com.omertron.themoviedbapi.methods.TmdbSearch
    This is a good starting point to start finding people on TMDb.
    -
    setAction(String) - Method in class com.omertron.themoviedbapi.model.ChangedItem
    +
    searchPeople(String, Integer, Boolean, SearchType) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    This is a good starting point to start finding people on TMDb.
    +
    +
    searchTV(String, Integer, String, Integer, SearchType) - Method in class com.omertron.themoviedbapi.methods.TmdbSearch
    +
    +
    Search for TV shows by title.
    +
    +
    searchTV(String, Integer, String, Integer, SearchType) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    +
    +
    Search for TV shows by title.
    +
    +
    SearchType - Enum in com.omertron.themoviedbapi.enumeration
     
    -
    setAdult(boolean) - Method in class com.omertron.themoviedbapi.model.ChangedMovie
    +
    setAction(String) - Method in class com.omertron.themoviedbapi.model.change.ChangedItem
     
    -
    setAdult(boolean) - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    setAdult(boolean) - Method in class com.omertron.themoviedbapi.model.change.ChangeListItem
     
    -
    setAdult(boolean) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setAdult(boolean) - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
     
    -
    setAdult(boolean) - Method in class com.omertron.themoviedbapi.model.Person
    +
    setAdult(boolean) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setAdult(String) - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    setAdult(boolean) - Method in class com.omertron.themoviedbapi.model.person.CreditMovieBasic
     
    -
    setAka(List<String>) - Method in class com.omertron.themoviedbapi.model.Person
    +
    setAdult(boolean) - Method in class com.omertron.themoviedbapi.model.person.Person
     
    -
    setAlternativeTitles(WrapperAlternativeTitles) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setAdult(Boolean) - Method in class com.omertron.themoviedbapi.model.person.PersonFind
     
    -
    setArtworkType(ArtworkType) - Method in class com.omertron.themoviedbapi.model.Artwork
    +
    setAirDate(String) - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
     
    -
    setAspectRatio(float) - Method in class com.omertron.themoviedbapi.model.Artwork
    +
    setAirDate(String) - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
     
    -
    setAuthor(String) - Method in class com.omertron.themoviedbapi.model.Reviews
    +
    setAlsoKnownAs(List<String>) - Method in class com.omertron.themoviedbapi.model.person.Person
     
    -
    setBackdropPath(String) - Method in class com.omertron.themoviedbapi.model.Collection
    +
    setAlternativeTitles(WrapperAlternativeTitles) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setBackdropPath(String) - Method in class com.omertron.themoviedbapi.model.CollectionInfo
    +
    setArtworkType(ArtworkType) - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
     
    -
    setBackdropPath(String) - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    setArtworkType(String) - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
     
    -
    setBackdropPath(String) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setAspectRatio(float) - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
     
    -
    setBackdropPath(String) - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    setAuthor(String) - Method in class com.omertron.themoviedbapi.model.review.Review
    +
     
    +
    setBackdropPath(String) - Method in class com.omertron.themoviedbapi.model.collection.Collection
    +
     
    +
    setBackdropPath(String) - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
    +
     
    +
    setBackdropPath(String) - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
    +
     
    +
    setBackdropPath(String) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    setBackdrops(List<Artwork>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
     
    -
    setBackdropSizes(List<String>) - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
    +
    setBackdropSizes(List<String>) - Method in class com.omertron.themoviedbapi.model.config.Configuration
     
    -
    setBaseUrl(String) - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
    +
    setBaseUrl(String) - Method in class com.omertron.themoviedbapi.model.config.Configuration
     
    -
    setBelongsToCollection(Collection) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setBelongsToCollection(Collection) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setBiography(String) - Method in class com.omertron.themoviedbapi.model.Person
    +
    setBiography(String) - Method in class com.omertron.themoviedbapi.model.person.Person
     
    -
    setBirthday(String) - Method in class com.omertron.themoviedbapi.model.Person
    +
    setBirthday(String) - Method in class com.omertron.themoviedbapi.model.person.Person
     
    -
    setBirthplace(String) - Method in class com.omertron.themoviedbapi.model.Person
    +
    setBudget(long) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setBudget(long) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setCast(List<MediaCreditCast>) - Method in class com.omertron.themoviedbapi.model.media.MediaCreditList
     
    -
    setCast(List<PersonCast>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
    +
    setCast(List<T>) - Method in class com.omertron.themoviedbapi.model.person.PersonCredits
     
    -
    setCast(List<PersonCredit>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits
    +
    setCast(List<CreditBasic>) - Method in class com.omertron.themoviedbapi.model.person.PersonCreditsMixIn
     
    -
    setCastId(int) - Method in class com.omertron.themoviedbapi.model.PersonCast
    +
    setCastId(int) - Method in class com.omertron.themoviedbapi.model.media.MediaCreditCast
     
    -
    setCasts(WrapperMovieCasts) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setCasts(MediaCreditList) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setCertification(String) - Method in class com.omertron.themoviedbapi.model.ReleaseInfo
    +
    setCertification(String) - Method in class com.omertron.themoviedbapi.model.movie.ReleaseInfo
     
    -
    setChangedItems(List<ChangedItem>) - Method in class com.omertron.themoviedbapi.model.ChangeKeyItem
    +
    setChangedItems(List<ChangedItem>) - Method in class com.omertron.themoviedbapi.model.change.ChangeKeyItem
     
    setChangedItems(List<ChangeKeyItem>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperChanges
     
    setChangeKeys(List<String>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperConfig
     
    -
    setCharacter(String) - Method in class com.omertron.themoviedbapi.model.Person
    +
    setCharacter(String) - Method in class com.omertron.themoviedbapi.model.media.MediaCreditCast
     
    -
    setCharacter(String) - Method in class com.omertron.themoviedbapi.model.PersonCast
    +
    setCharacter(String) - Method in class com.omertron.themoviedbapi.model.person.CreditBasic
     
    -
    setCharacter(String) - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    setCharacter(String) - Method in class com.omertron.themoviedbapi.model.tv.TVCredit
     
    -
    setCompanyId(int) - Method in class com.omertron.themoviedbapi.model.Company
    +
    setCode(int) - Method in class com.omertron.themoviedbapi.model.StatusCode
     
    -
    setContent(String) - Method in class com.omertron.themoviedbapi.model.Reviews
    +
    setCompanyId(int) - Method in class com.omertron.themoviedbapi.model.company.Company
    +
     
    +
    setContent(String) - Method in class com.omertron.themoviedbapi.model.review.Review
     
    setCountries(List<ReleaseInfo>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo
     
    -
    setCountry(String) - Method in class com.omertron.themoviedbapi.model.Account
    +
    setCountry(String) - Method in class com.omertron.themoviedbapi.model.account.Account
     
    -
    setCountry(String) - Method in class com.omertron.themoviedbapi.model.AlternativeTitle
    +
    setCountry(String) - Method in class com.omertron.themoviedbapi.model.media.AlternativeTitle
     
    -
    setCountry(String) - Method in class com.omertron.themoviedbapi.model.ReleaseInfo
    +
    setCountry(String) - Method in class com.omertron.themoviedbapi.model.movie.ReleaseInfo
     
    -
    setCreatedBy(String) - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    setCreatedBy(String) - Method in class com.omertron.themoviedbapi.model.list.ListItem
     
    -
    setCreditId(String) - Method in class com.omertron.themoviedbapi.model.PersonCast
    +
    setCreatedBy(List<PersonBasic>) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    -
    setCreditId(String) - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    setCreditId(String) - Method in class com.omertron.themoviedbapi.model.media.MediaCredit
     
    -
    setCreditId(String) - Method in class com.omertron.themoviedbapi.model.PersonCrew
    +
    setCreditId(String) - Method in class com.omertron.themoviedbapi.model.person.CreditBasic
     
    -
    setCrew(List<PersonCrew>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
    +
    setCreditType(CreditType) - Method in class com.omertron.themoviedbapi.model.person.CreditBasic
     
    -
    setCrew(List<PersonCredit>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits
    +
    setCreditType(String) - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
    +
     
    +
    setCrew(List<MediaCreditCrew>) - Method in class com.omertron.themoviedbapi.model.media.MediaCreditList
    +
     
    +
    setCrew(List<T>) - Method in class com.omertron.themoviedbapi.model.person.PersonCredits
    +
     
    +
    setCrew(List<CreditBasic>) - Method in class com.omertron.themoviedbapi.model.person.PersonCreditsMixIn
    +
     
    +
    setCrew(List<MediaCreditCrew>) - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
     
    setDates(ResultDates) - Method in class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
     
    setDates(ResultDates) - Method in interface com.omertron.themoviedbapi.wrapper.IWrapperDates
     
    -
    setDeathday(String) - Method in class com.omertron.themoviedbapi.model.Person
    +
    setDeathday(String) - Method in class com.omertron.themoviedbapi.model.person.Person
     
    -
    setDepartment(String) - Method in class com.omertron.themoviedbapi.model.JobDepartment
    +
    setDepartment(String) - Method in class com.omertron.themoviedbapi.model.config.JobDepartment
     
    -
    setDepartment(String) - Method in class com.omertron.themoviedbapi.model.Person
    +
    setDepartment(String) - Method in class com.omertron.themoviedbapi.model.media.MediaCreditCrew
     
    -
    setDepartment(String) - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    setDepartment(String) - Method in class com.omertron.themoviedbapi.model.person.CreditBasic
     
    -
    setDepartment(String) - Method in class com.omertron.themoviedbapi.model.PersonCrew
    +
    setDepartment(String) - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
     
    -
    setDescription(String) - Method in class com.omertron.themoviedbapi.model.Company
    +
    setDescription(String) - Method in class com.omertron.themoviedbapi.model.company.Company
     
    -
    setDescription(String) - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    setDescription(String) - Method in class com.omertron.themoviedbapi.model.list.ListItem
     
    -
    setDescription(String) - Method in class com.omertron.themoviedbapi.model.MovieList
    +
    setDescription(String) - Method in class com.omertron.themoviedbapi.model.list.UserList
     
    -
    setEnglishName(String) - Method in class com.omertron.themoviedbapi.model.Translation
    +
    setEnglishName(String) - Method in class com.omertron.themoviedbapi.model.media.Translation
     
    -
    setExpires(String) - Method in class com.omertron.themoviedbapi.model.TokenAuthorisation
    +
    setEpisodeCount(int) - Method in class com.omertron.themoviedbapi.model.person.CreditTVBasic
     
    -
    setExpiresAt(String) - Method in class com.omertron.themoviedbapi.model.TokenSession
    +
    setEpisodeCount(int) - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
     
    -
    setFavoriteCount(int) - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    setEpisodeNumber(int) - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
     
    -
    setFavoriteCount(int) - Method in class com.omertron.themoviedbapi.model.MovieList
    +
    setEpisodeRunTime(List<Integer>) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    -
    setFilePath(String) - Method in class com.omertron.themoviedbapi.model.Artwork
    +
    setEpisodes(List<TVEpisodeBasic>) - Method in class com.omertron.themoviedbapi.model.tv.TVCredit
     
    -
    setFirstAirDate(String) - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    setEpisodes(List<TVEpisodeInfo>) - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
     
    -
    setFlag(String) - Method in class com.omertron.themoviedbapi.model.Artwork
    +
    setExpires(String) - Method in class com.omertron.themoviedbapi.model.authentication.TokenAuthorisation
     
    -
    setGenres(List<Genre>) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setExpiresAt(String) - Method in class com.omertron.themoviedbapi.model.authentication.TokenSession
    +
     
    +
    setFavorite(boolean) - Method in class com.omertron.themoviedbapi.model.media.MediaState
    +
     
    +
    setFavoriteCount(int) - Method in class com.omertron.themoviedbapi.model.list.ListItem
    +
     
    +
    setFavoriteCount(int) - Method in class com.omertron.themoviedbapi.model.list.UserList
    +
     
    +
    setFilePath(String) - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
    +
     
    +
    setFirstAirDate(String) - Method in class com.omertron.themoviedbapi.model.person.CreditTVBasic
    +
     
    +
    setFirstAirDate(String) - Method in class com.omertron.themoviedbapi.model.tv.TVBasic
    +
     
    +
    setFlag(String) - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
    +
     
    +
    setFreebaseId(String) - Method in class com.omertron.themoviedbapi.model.person.ExternalID
    +
     
    +
    setFreebaseMid(String) - Method in class com.omertron.themoviedbapi.model.person.ExternalID
    +
     
    +
    setGenres(List<Genre>) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
    +
     
    +
    setGenres(List<Genre>) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    setGenres(List<Genre>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperGenres
     
    -
    setGuestSessionId(String) - Method in class com.omertron.themoviedbapi.model.TokenSession
    +
    setGuestSessionId(String) - Method in class com.omertron.themoviedbapi.model.authentication.TokenSession
     
    -
    setHeadquarters(String) - Method in class com.omertron.themoviedbapi.model.Company
    +
    setGuestStars(List<MediaCreditCast>) - Method in class com.omertron.themoviedbapi.model.media.MediaCreditList
     
    -
    setHeight(int) - Method in class com.omertron.themoviedbapi.model.Artwork
    +
    setGuestStars(List<MediaCreditCast>) - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
     
    -
    setHomepage(String) - Method in class com.omertron.themoviedbapi.model.Company
    +
    setHeadquarters(String) - Method in class com.omertron.themoviedbapi.model.company.Company
     
    -
    setHomepage(String) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setHeight(int) - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
     
    -
    setHomepage(String) - Method in class com.omertron.themoviedbapi.model.Person
    +
    setHomepage(String) - Method in class com.omertron.themoviedbapi.model.company.Company
    +
     
    +
    setHomepage(String) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
    +
     
    +
    setHomepage(String) - Method in class com.omertron.themoviedbapi.model.person.Person
    +
     
    +
    setHomepage(String) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    setId(int) - Method in class com.omertron.themoviedbapi.model.AbstractIdName
     
    -
    setId(int) - Method in class com.omertron.themoviedbapi.model.Account
    +
    setId(int) - Method in class com.omertron.themoviedbapi.model.account.Account
     
    -
    setId(String) - Method in class com.omertron.themoviedbapi.model.Artwork
    +
    setId(String) - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
     
    -
    setId(String) - Method in class com.omertron.themoviedbapi.model.ChangedItem
    +
    setId(String) - Method in class com.omertron.themoviedbapi.model.change.ChangedItem
     
    -
    setId(String) - Method in class com.omertron.themoviedbapi.model.ChangedMovie
    +
    setId(int) - Method in class com.omertron.themoviedbapi.model.change.ChangeListItem
     
    -
    setId(int) - Method in class com.omertron.themoviedbapi.model.Collection
    +
    setId(int) - Method in class com.omertron.themoviedbapi.model.collection.Collection
     
    -
    setId(int) - Method in class com.omertron.themoviedbapi.model.CollectionInfo
    +
    setId(int) - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
     
    -
    setId(String) - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    setId(String) - Method in class com.omertron.themoviedbapi.model.list.ListItem
     
    -
    setId(int) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setId(String) - Method in class com.omertron.themoviedbapi.model.list.UserList
     
    -
    setId(String) - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    setId(int) - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
     
    -
    setId(String) - Method in class com.omertron.themoviedbapi.model.MovieList
    +
    setId(int) - Method in class com.omertron.themoviedbapi.model.media.MediaCredit
     
    -
    setId(int) - Method in class com.omertron.themoviedbapi.model.Person
    +
    setId(int) - Method in class com.omertron.themoviedbapi.model.media.MediaCreditList
     
    -
    setId(int) - Method in class com.omertron.themoviedbapi.model.PersonCast
    +
    setId(int) - Method in class com.omertron.themoviedbapi.model.media.MediaState
     
    -
    setId(int) - Method in class com.omertron.themoviedbapi.model.PersonCrew
    +
    setId(String) - Method in class com.omertron.themoviedbapi.model.media.Video
     
    -
    setId(String) - Method in class com.omertron.themoviedbapi.model.Reviews
    +
    setId(int) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setId(String) - Method in class com.omertron.themoviedbapi.model.Video
    +
    setId(int) - Method in class com.omertron.themoviedbapi.model.network.Network
    +
     
    +
    setId(int) - Method in class com.omertron.themoviedbapi.model.person.CreditBasic
    +
     
    +
    setId(String) - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
    +
     
    +
    setId(String) - Method in class com.omertron.themoviedbapi.model.person.ExternalID
    +
     
    +
    setId(int) - Method in class com.omertron.themoviedbapi.model.person.PersonCredits
    +
     
    +
    setId(String) - Method in class com.omertron.themoviedbapi.model.review.Review
    +
     
    +
    setId(int) - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
     
    setId(int) - Method in class com.omertron.themoviedbapi.results.AbstractResults
     
    @@ -1633,139 +2664,189 @@
     
    setId(int) - Method in interface com.omertron.themoviedbapi.wrapper.IWrapperId
     
    -
    setImages(WrapperImages) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setImages(WrapperImages) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setImdbID(String) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setImdbID(String) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setImdbId(String) - Method in class com.omertron.themoviedbapi.model.Person
    +
    setImdbId(String) - Method in class com.omertron.themoviedbapi.model.person.ExternalID
     
    -
    setIncludeAdult(boolean) - Method in class com.omertron.themoviedbapi.model.Account
    +
    setImdbId(String) - Method in class com.omertron.themoviedbapi.model.person.Person
    +
     
    +
    setIncludeAdult(boolean) - Method in class com.omertron.themoviedbapi.model.account.Account
    +
     
    +
    setInProduction(boolean) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    setIsoCode(String) - Method in class com.omertron.themoviedbapi.model.Language
     
    -
    setIsoCode(String) - Method in class com.omertron.themoviedbapi.model.ProductionCountry
    +
    setIsoCode(String) - Method in class com.omertron.themoviedbapi.model.media.Translation
     
    -
    setIsoCode(String) - Method in class com.omertron.themoviedbapi.model.Translation
    +
    setIsoCode(String) - Method in class com.omertron.themoviedbapi.model.movie.ProductionCountry
     
    -
    setItemCount(int) - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    setItemCount(int) - Method in class com.omertron.themoviedbapi.model.list.ListItem
     
    -
    setItemCount(int) - Method in class com.omertron.themoviedbapi.model.MovieList
    +
    setItemCount(int) - Method in class com.omertron.themoviedbapi.model.list.UserList
     
    -
    setItemPresent(boolean) - Method in class com.omertron.themoviedbapi.model.ListItemStatus
    +
    setItemPresent(boolean) - Method in class com.omertron.themoviedbapi.model.list.ListItemStatus
     
    -
    setItems(List<MovieDb>) - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    setItems(List<T>) - Method in class com.omertron.themoviedbapi.model.list.ListItem
     
    -
    setJob(String) - Method in class com.omertron.themoviedbapi.model.Person
    +
    setJob(String) - Method in class com.omertron.themoviedbapi.model.media.MediaCreditCrew
     
    -
    setJob(String) - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    setJob(String) - Method in class com.omertron.themoviedbapi.model.person.CreditBasic
     
    -
    setJob(String) - Method in class com.omertron.themoviedbapi.model.PersonCrew
    +
    setJob(String) - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
     
    -
    setJobs(List<String>) - Method in class com.omertron.themoviedbapi.model.JobDepartment
    +
    setJobs(List<String>) - Method in class com.omertron.themoviedbapi.model.config.JobDepartment
     
    setJobs(List<JobDepartment>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperJobList
     
    -
    setKey(String) - Method in class com.omertron.themoviedbapi.model.ChangeKeyItem
    +
    setKey(String) - Method in class com.omertron.themoviedbapi.model.change.ChangeKeyItem
     
    -
    setKey(String) - Method in class com.omertron.themoviedbapi.model.Video
    +
    setKey(String) - Method in class com.omertron.themoviedbapi.model.media.Video
     
    -
    setKeywords(WrapperMovieKeywords) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setKeywords(WrapperMovieKeywords) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    setKeywords(List<Keyword>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords
     
    -
    setKnownFor(List<PersonCredit>) - Method in class com.omertron.themoviedbapi.model.Person
    +
    setKnownFor(List<? extends MediaBasic>) - Method in class com.omertron.themoviedbapi.model.person.PersonFind
     
    -
    setLanguage(String) - Method in class com.omertron.themoviedbapi.model.Account
    +
    setLangauage(String) - Method in class com.omertron.themoviedbapi.model.review.Review
     
    -
    setLanguage(String) - Method in class com.omertron.themoviedbapi.model.Artwork
    +
    setLanguage(String) - Method in class com.omertron.themoviedbapi.model.account.Account
     
    -
    setLanguage(String) - Method in class com.omertron.themoviedbapi.model.ChangedItem
    +
    setLanguage(String) - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
     
    -
    setLanguage(String) - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    setLanguage(String) - Method in class com.omertron.themoviedbapi.model.change.ChangedItem
     
    -
    setLanguage(String) - Method in class com.omertron.themoviedbapi.model.MovieList
    +
    setLanguage(String) - Method in class com.omertron.themoviedbapi.model.list.ListItem
     
    -
    setLanguage(String) - Method in class com.omertron.themoviedbapi.model.Video
    +
    setLanguage(String) - Method in class com.omertron.themoviedbapi.model.list.UserList
     
    -
    setListId(String) - Method in class com.omertron.themoviedbapi.model.MovieDbListStatus
    +
    setLanguage(String) - Method in class com.omertron.themoviedbapi.model.media.Video
     
    -
    setLists(WrapperMovieList) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setLanguage(String) - Method in class com.omertron.themoviedbapi.model.person.ContentRating
     
    -
    setLists(List<MovieDbList>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieDbList
    +
    setLanguages(List<String>) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    -
    setListType(String) - Method in class com.omertron.themoviedbapi.model.MovieList
    +
    setLastAirDate(String) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    -
    setLogoPath(String) - Method in class com.omertron.themoviedbapi.model.Company
    +
    setListId(String) - Method in class com.omertron.themoviedbapi.model.list.ListStatusCode
     
    -
    setLogoSizes(List<String>) - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
    +
    setLists(WrapperGenericList<UserList>) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
    +
     
    +
    setListType(String) - Method in class com.omertron.themoviedbapi.model.list.UserList
    +
     
    +
    setLogoPath(String) - Method in class com.omertron.themoviedbapi.model.company.Company
    +
     
    +
    setLogoSizes(List<String>) - Method in class com.omertron.themoviedbapi.model.config.Configuration
     
    setMaximum(String) - Method in class com.omertron.themoviedbapi.wrapper.ResultDates
     
    -
    setMediaType(String) - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    setMeaning(String) - Method in class com.omertron.themoviedbapi.model.Certification
    +
     
    +
    setMedia(MediaBasic) - Method in class com.omertron.themoviedbapi.model.artwork.ArtworkMedia
    +
     
    +
    setMedia(TVCredit) - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
    +
     
    +
    setMediaId(String) - Method in class com.omertron.themoviedbapi.model.review.Review
    +
     
    +
    setMediaTitle(String) - Method in class com.omertron.themoviedbapi.model.review.Review
    +
     
    +
    setMediaType(MediaType) - Method in class com.omertron.themoviedbapi.model.artwork.ArtworkMedia
    +
     
    +
    setMediaType(String) - Method in class com.omertron.themoviedbapi.model.artwork.ArtworkMedia
    +
     
    +
    setMediaType(String) - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
    +
     
    +
    setMediaType(String) - Method in class com.omertron.themoviedbapi.model.person.CreditBasic
    +
     
    +
    setMediaType(MediaType) - Method in class com.omertron.themoviedbapi.model.person.CreditBasic
    +
     
    +
    setMediaType(String) - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
    +
     
    +
    setMediaType(String) - Method in class com.omertron.themoviedbapi.model.review.Review
    +
     
    +
    setMessage(String) - Method in class com.omertron.themoviedbapi.model.StatusCode
     
    setMinimum(String) - Method in class com.omertron.themoviedbapi.wrapper.ResultDates
     
    -
    setMovieId(int) - Method in class com.omertron.themoviedbapi.model.PersonCredit
    -
     
    -
    setMovieList(List<MovieList>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList
    -
     
    -
    setMovieOriginalTitle(String) - Method in class com.omertron.themoviedbapi.model.PersonCredit
    -
     
    -
    setMovies(List<MovieDb>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie
    -
     
    -
    setMovieTitle(String) - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    setMovieResults(List<MovieBasic>) - Method in class com.omertron.themoviedbapi.model.FindResults
     
    setName(String) - Method in class com.omertron.themoviedbapi.model.AbstractIdName
     
    -
    setName(String) - Method in class com.omertron.themoviedbapi.model.Account
    +
    setName(String) - Method in class com.omertron.themoviedbapi.model.account.Account
     
    -
    setName(String) - Method in class com.omertron.themoviedbapi.model.Collection
    +
    setName(String) - Method in class com.omertron.themoviedbapi.model.collection.Collection
     
    -
    setName(String) - Method in class com.omertron.themoviedbapi.model.CollectionInfo
    +
    setName(String) - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
     
    -
    setName(String) - Method in class com.omertron.themoviedbapi.model.Company
    +
    setName(String) - Method in class com.omertron.themoviedbapi.model.company.Company
     
    setName(String) - Method in class com.omertron.themoviedbapi.model.Language
     
    -
    setName(String) - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    setName(String) - Method in class com.omertron.themoviedbapi.model.list.ListItem
     
    -
    setName(String) - Method in class com.omertron.themoviedbapi.model.MovieList
    +
    setName(String) - Method in class com.omertron.themoviedbapi.model.list.UserList
     
    -
    setName(String) - Method in class com.omertron.themoviedbapi.model.Person
    +
    setName(String) - Method in class com.omertron.themoviedbapi.model.media.MediaCredit
     
    -
    setName(String) - Method in class com.omertron.themoviedbapi.model.PersonCast
    +
    setName(String) - Method in class com.omertron.themoviedbapi.model.media.Trailer
     
    -
    setName(String) - Method in class com.omertron.themoviedbapi.model.PersonCrew
    +
    setName(String) - Method in class com.omertron.themoviedbapi.model.media.Translation
     
    -
    setName(String) - Method in class com.omertron.themoviedbapi.model.ProductionCountry
    +
    setName(String) - Method in class com.omertron.themoviedbapi.model.media.Video
     
    -
    setName(String) - Method in class com.omertron.themoviedbapi.model.Trailer
    +
    setName(String) - Method in class com.omertron.themoviedbapi.model.movie.ProductionCountry
     
    -
    setName(String) - Method in class com.omertron.themoviedbapi.model.Translation
    +
    setName(String) - Method in class com.omertron.themoviedbapi.model.network.Network
     
    -
    setName(String) - Method in class com.omertron.themoviedbapi.model.Video
    +
    setName(String) - Method in class com.omertron.themoviedbapi.model.person.CreditTVBasic
     
    -
    setNewItems(String, Object) - Method in class com.omertron.themoviedbapi.model.ChangedItem
    +
    setName(String) - Method in class com.omertron.themoviedbapi.model.tv.TVBasic
     
    -
    setNewItems(String, Object) - Method in class com.omertron.themoviedbapi.model.ChangeKeyItem
    +
    setName(String) - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
     
    -
    setNewItems(String, Object) - Method in class com.omertron.themoviedbapi.wrapper.WrapperChanges
    +
    setName(String) - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
     
    -
    setOrder(int) - Method in class com.omertron.themoviedbapi.model.Person
    +
    setNetworks(List<Network>) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    -
    setOrder(int) - Method in class com.omertron.themoviedbapi.model.PersonCast
    +
    setNumberOfEpisodes(int) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    -
    setOriginalLanguage(String) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setNumberOfSeasons(int) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    -
    setOriginalTitle(String) - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    setOrder(int) - Method in class com.omertron.themoviedbapi.model.Certification
     
    -
    setOriginalTitle(String) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setOrder(int) - Method in class com.omertron.themoviedbapi.model.media.MediaCreditCast
     
    -
    setOriginCountry(List<String>) - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    setOriginalLanguage(String) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setOverview(String) - Method in class com.omertron.themoviedbapi.model.CollectionInfo
    +
    setOriginalLanguage(String) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    -
    setOverview(String) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setOriginalName(String) - Method in class com.omertron.themoviedbapi.model.person.CreditTVBasic
    +
     
    +
    setOriginalName(String) - Method in class com.omertron.themoviedbapi.model.tv.TVBasic
    +
     
    +
    setOriginalName(String) - Method in class com.omertron.themoviedbapi.model.tv.TVCredit
    +
     
    +
    setOriginalTitle(String) - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
    +
     
    +
    setOriginalTitle(String) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
    +
     
    +
    setOriginalTitle(String) - Method in class com.omertron.themoviedbapi.model.person.CreditMovieBasic
    +
     
    +
    setOriginalValue(Object) - Method in class com.omertron.themoviedbapi.model.change.ChangedItem
    +
     
    +
    setOriginCountry(List<String>) - Method in class com.omertron.themoviedbapi.model.tv.TVBasic
    +
     
    +
    setOverview(String) - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
    +
     
    +
    setOverview(String) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
    +
     
    +
    setOverview(String) - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
    +
     
    +
    setOverview(String) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
    +
     
    +
    setOverview(String) - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
     
    setPage(int) - Method in class com.omertron.themoviedbapi.results.AbstractResults
     
    @@ -1773,165 +2854,169 @@
     
    setPage(int) - Method in interface com.omertron.themoviedbapi.wrapper.IWrapperPages
     
    -
    setParentCompany(Company) - Method in class com.omertron.themoviedbapi.model.Company
    +
    setParentCompany(Company) - Method in class com.omertron.themoviedbapi.model.company.Company
     
    -
    setParentCompany(int, String, String) - Method in class com.omertron.themoviedbapi.model.Company
    +
    setParentCompany(int, String, String) - Method in class com.omertron.themoviedbapi.model.company.Company
     
    -
    setParts(List<Collection>) - Method in class com.omertron.themoviedbapi.model.CollectionInfo
    +
    setParts(List<Collection>) - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
     
    -
    setPersonList(List<Person>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonList
    +
    setPerson(PersonBasic) - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
     
    -
    setPersonType(PersonType) - Method in class com.omertron.themoviedbapi.model.Person
    +
    setPersonResults(List<PersonFind>) - Method in class com.omertron.themoviedbapi.model.FindResults
     
    -
    setPersonType(PersonType) - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    setPlaceOfBirth(String) - Method in class com.omertron.themoviedbapi.model.person.Person
     
    -
    setPopularity(float) - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    setPopularity(float) - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
     
    -
    setPopularity(float) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setPopularity(float) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setPopularity(float) - Method in class com.omertron.themoviedbapi.model.Person
    +
    setPopularity(float) - Method in class com.omertron.themoviedbapi.model.person.Person
     
    -
    setPopularity(float) - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    setPopularity(Float) - Method in class com.omertron.themoviedbapi.model.person.PersonFind
     
    -
    setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.Collection
    +
    setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.collection.Collection
     
    -
    setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.CollectionInfo
    +
    setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.collection.CollectionInfo
     
    -
    setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.list.ListItem
     
    -
    setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.list.UserList
     
    -
    setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
     
    -
    setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.MovieList
    +
    setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.person.CreditBasic
    +
     
    +
    setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
     
    setPosters(List<Artwork>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
     
    -
    setPosterSizes(List<String>) - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
    +
    setPosterSizes(List<String>) - Method in class com.omertron.themoviedbapi.model.config.Configuration
     
    -
    setProductionCompanies(List<ProductionCompany>) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setPrimary(boolean) - Method in class com.omertron.themoviedbapi.model.movie.ReleaseInfo
     
    -
    setProductionCountries(List<ProductionCountry>) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setProductionCode(String) - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
     
    -
    setProfilePath(String) - Method in class com.omertron.themoviedbapi.model.Person
    +
    setProductionCompanies(List<ProductionCompany>) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setProfilePath(String) - Method in class com.omertron.themoviedbapi.model.PersonCast
    +
    setProductionCompanies(List<ProductionCompany>) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    -
    setProfilePath(String) - Method in class com.omertron.themoviedbapi.model.PersonCrew
    +
    setProductionCountries(List<ProductionCountry>) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
    +
     
    +
    setProfilePath(String) - Method in class com.omertron.themoviedbapi.model.media.MediaCredit
    +
     
    +
    setProfilePath(String) - Method in class com.omertron.themoviedbapi.model.person.PersonBasic
     
    setProfiles(List<Artwork>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
     
    -
    setProfileSizes(List<String>) - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
    +
    setProfileSizes(List<String>) - Method in class com.omertron.themoviedbapi.model.config.Configuration
     
    setQuickTime(List<Trailer>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperVideos
     
    -
    setReleaseDate(String) - Method in class com.omertron.themoviedbapi.model.Collection
    +
    setRated(RatedValue) - Method in class com.omertron.themoviedbapi.model.media.MediaState
     
    -
    setReleaseDate(String) - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    setRating(float) - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
     
    -
    setReleaseDate(String) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setRating(String) - Method in class com.omertron.themoviedbapi.model.person.ContentRating
     
    -
    setReleaseDate(String) - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    setRating(float) - Method in class com.omertron.themoviedbapi.model.tv.TVBasic
     
    -
    setReleaseDate(String) - Method in class com.omertron.themoviedbapi.model.ReleaseInfo
    +
    setReleaseDate(String) - Method in class com.omertron.themoviedbapi.model.collection.Collection
     
    -
    setReleases(WrapperReleaseInfo) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setReleaseDate(String) - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
     
    -
    setRequestToken(String) - Method in class com.omertron.themoviedbapi.model.TokenAuthorisation
    +
    setReleaseDate(String) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
    +
     
    +
    setReleaseDate(String) - Method in class com.omertron.themoviedbapi.model.movie.ReleaseInfo
    +
     
    +
    setReleaseDate(String) - Method in class com.omertron.themoviedbapi.model.person.CreditMovieBasic
    +
     
    +
    setReleases(WrapperReleaseInfo) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
    +
     
    +
    setRequestToken(String) - Method in class com.omertron.themoviedbapi.model.authentication.TokenAuthorisation
     
    setResults(List<T>) - Method in class com.omertron.themoviedbapi.results.TmdbResultsList
     
    setResults(Map<K, V>) - Method in class com.omertron.themoviedbapi.results.TmdbResultsMap
     
    -
    setResults(List<Collection>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection
    +
    setResults(List<T>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperGenericList
     
    -
    setResults(List<Company>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperCompany
    +
    setResults(List<? extends MediaBasic>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperMultiSearch
     
    -
    setResults(List<MovieDb>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies
    +
    setRevenue(long) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setResults(List<KeywordMovie>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies
    +
    setReviews(WrapperGenericList<Review>) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setResults(List<Keyword>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords
    +
    setRuntime(int) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setResults(List<ChangedMovie>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieChanges
    +
    setSeasonNumber(int) - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
     
    -
    setResults(List<Person>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperPerson
    +
    setSeasonNumber(int) - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
     
    -
    setRevenue(long) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setSeasons(List<TVSeasonBasic>) - Method in class com.omertron.themoviedbapi.model.tv.TVCredit
     
    -
    setReviews(WrapperReviews) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setSeasons(List<TVSeasonBasic>) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    -
    setReviews(List<Reviews>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperReviews
    +
    setSecureBaseUrl(String) - Method in class com.omertron.themoviedbapi.model.config.Configuration
     
    -
    setRuntime(int) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setSessionId(String) - Method in class com.omertron.themoviedbapi.model.authentication.TokenSession
     
    -
    setSecureBaseUrl(String) - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
    +
    setShowId(String) - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
     
    -
    setSessionId(String) - Method in class com.omertron.themoviedbapi.model.TokenSession
    +
    setSimilarMovies(WrapperGenericList<MovieDb>) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setSimilarMovies(WrapperMovie) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setSite(String) - Method in class com.omertron.themoviedbapi.model.media.Video
     
    -
    setSite(String) - Method in class com.omertron.themoviedbapi.model.Video
    +
    setSize(String) - Method in class com.omertron.themoviedbapi.model.media.Trailer
     
    -
    setSize(String) - Method in class com.omertron.themoviedbapi.model.Trailer
    +
    setSize(int) - Method in class com.omertron.themoviedbapi.model.media.Video
     
    -
    setSize(String) - Method in class com.omertron.themoviedbapi.model.Video
    +
    setSource(String) - Method in class com.omertron.themoviedbapi.model.media.Trailer
     
    -
    setSource(String) - Method in class com.omertron.themoviedbapi.model.Trailer
    +
    setSpokenLanguages(List<Language>) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setSpokenLanguages(List<Language>) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setStatus(String) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setStatus(String) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setStatus(String) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    -
    setStatusCode(int) - Method in class com.omertron.themoviedbapi.model.ListItemStatus
    +
    setStatusCode(String) - Method in class com.omertron.themoviedbapi.model.authentication.TokenSession
     
    -
    setStatusCode(String) - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    setStatusCode(String) - Method in class com.omertron.themoviedbapi.model.list.ListItem
     
    -
    setStatusCode(int) - Method in class com.omertron.themoviedbapi.model.StatusCode
    +
    setStatusCode(int) - Method in class com.omertron.themoviedbapi.model.list.ListItemStatus
     
    -
    setStatusCode(String) - Method in class com.omertron.themoviedbapi.model.TokenSession
    +
    setStatusMessage(String) - Method in class com.omertron.themoviedbapi.model.authentication.TokenSession
     
    -
    setStatusMessage(String) - Method in class com.omertron.themoviedbapi.model.MovieDbList
    +
    setStatusMessage(String) - Method in class com.omertron.themoviedbapi.model.list.ListItem
     
    -
    setStatusMessage(String) - Method in class com.omertron.themoviedbapi.model.StatusCode
    +
    setStillPath(String) - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
     
    -
    setStatusMessage(String) - Method in class com.omertron.themoviedbapi.model.TokenSession
    +
    setStills(List<Artwork>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperImages
     
    -
    setStillSizes(List<String>) - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
    +
    setStillSizes(List<String>) - Method in class com.omertron.themoviedbapi.model.config.Configuration
     
    -
    setSubMethod(MethodSub) - Method in class com.omertron.themoviedbapi.tools.ApiUrl
    -
    -
    Add a sub-methods
    -
    -
    setSubMethod(int, MethodSub) - Method in class com.omertron.themoviedbapi.tools.ApiUrl
    -
    -
    Add a sub-method that has an ID at the start
    -
    -
    setSubMethod(String, MethodSub) - Method in class com.omertron.themoviedbapi.tools.ApiUrl
    -
    -
    Add a sub-method that has an ID at the start
    -
    -
    setSuccess(Boolean) - Method in class com.omertron.themoviedbapi.model.TokenAuthorisation
    +
    setSuccess(Boolean) - Method in class com.omertron.themoviedbapi.model.authentication.TokenAuthorisation
     
    -
    setSuccess(Boolean) - Method in class com.omertron.themoviedbapi.model.TokenSession
    +
    setSuccess(Boolean) - Method in class com.omertron.themoviedbapi.model.authentication.TokenSession
     
    -
    setTagline(String) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setTagline(String) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setTime(String) - Method in class com.omertron.themoviedbapi.model.ChangedItem
    +
    setTime(String) - Method in class com.omertron.themoviedbapi.model.change.ChangedItem
     
    -
    setTitle(String) - Method in class com.omertron.themoviedbapi.model.AlternativeTitle
    +
    setTitle(String) - Method in class com.omertron.themoviedbapi.model.collection.Collection
     
    -
    setTitle(String) - Method in class com.omertron.themoviedbapi.model.Collection
    +
    setTitle(String) - Method in class com.omertron.themoviedbapi.model.media.AlternativeTitle
     
    -
    setTitle(String) - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    setTitle(String) - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
     
    -
    setTitle(String) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setTitle(String) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
    +
     
    +
    setTitle(String) - Method in class com.omertron.themoviedbapi.model.person.CreditMovieBasic
     
    setTitles(List<AlternativeTitle>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
     
    -
    setTmdbConfiguration(TmdbConfiguration) - Method in class com.omertron.themoviedbapi.wrapper.WrapperConfig
    +
    setTmdbConfiguration(Configuration) - Method in class com.omertron.themoviedbapi.wrapper.WrapperConfig
     
    setTotalPages(int) - Method in class com.omertron.themoviedbapi.results.AbstractResults
     
    @@ -1945,57 +3030,67 @@
     
    setTotalResults(int) - Method in interface com.omertron.themoviedbapi.wrapper.IWrapperPages
     
    -
    setTrailers(WrapperVideos) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setTrailers(WrapperVideos) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setTranslations(WrapperTranslations) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setTranslations(WrapperTranslations) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    setTranslations(List<Translation>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperTranslations
     
    -
    setTvName(String) - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    setTvdbId(String) - Method in class com.omertron.themoviedbapi.model.person.ExternalID
     
    -
    setTvOriginalName(String) - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    setTvEpisodeResults(List<TVEpisodeBasic>) - Method in class com.omertron.themoviedbapi.model.FindResults
     
    -
    setType(String) - Method in class com.omertron.themoviedbapi.model.Trailer
    +
    setTvrageId(String) - Method in class com.omertron.themoviedbapi.model.person.ExternalID
     
    -
    setType(String) - Method in class com.omertron.themoviedbapi.model.Video
    +
    setTvResults(List<TVBasic>) - Method in class com.omertron.themoviedbapi.model.FindResults
     
    -
    setUrl(String) - Method in class com.omertron.themoviedbapi.model.Reviews
    +
    setTvSeasonResults(List<TVSeasonBasic>) - Method in class com.omertron.themoviedbapi.model.FindResults
     
    -
    setUserName(String) - Method in class com.omertron.themoviedbapi.model.Account
    +
    setType(String) - Method in class com.omertron.themoviedbapi.model.media.Trailer
     
    -
    setUserRating(float) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setType(String) - Method in class com.omertron.themoviedbapi.model.media.Video
     
    -
    setValue(Object) - Method in class com.omertron.themoviedbapi.model.ChangedItem
    +
    setType(String) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
     
    -
    setVideo(boolean) - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    setUrl(String) - Method in class com.omertron.themoviedbapi.model.review.Review
     
    -
    setVideo(Boolean) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setUserName(String) - Method in class com.omertron.themoviedbapi.model.account.Account
     
    -
    setVideo(boolean) - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    setUserRating(float) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
    +
     
    +
    setValue(String) - Method in class com.omertron.themoviedbapi.model.Certification
    +
     
    +
    setValue(Object) - Method in class com.omertron.themoviedbapi.model.change.ChangedItem
    +
     
    +
    setValue(float) - Method in class com.omertron.themoviedbapi.model.media.RatedValue
    +
     
    +
    setVideo(boolean) - Method in class com.omertron.themoviedbapi.model.movie.MovieBasic
    +
     
    +
    setVideo(Boolean) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    setVideos(List<Video>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperVideos
     
    -
    setVoteAverage(float) - Method in class com.omertron.themoviedbapi.model.Artwork
    +
    setVoteAverage(float) - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
     
    -
    setVoteAverage(float) - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    setVoteAverage(float) - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
     
    -
    setVoteAverage(float) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setVoteAverage(float) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setVoteAverage(float) - Method in class com.omertron.themoviedbapi.model.PersonCredit
    +
    setVoteCount(int) - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
     
    -
    setVoteCount(int) - Method in class com.omertron.themoviedbapi.model.Artwork
    +
    setVoteCount(int) - Method in class com.omertron.themoviedbapi.model.media.MediaBasic
     
    -
    setVoteCount(double) - Method in class com.omertron.themoviedbapi.model.KeywordMovie
    +
    setVoteCount(int) - Method in class com.omertron.themoviedbapi.model.movie.MovieDb
     
    -
    setVoteCount(int) - Method in class com.omertron.themoviedbapi.model.MovieDb
    +
    setWatchlist(boolean) - Method in class com.omertron.themoviedbapi.model.media.MediaState
     
    -
    setVoteCount(int) - Method in class com.omertron.themoviedbapi.model.PersonCredit
    -
     
    -
    setWidth(int) - Method in class com.omertron.themoviedbapi.model.Artwork
    +
    setWidth(int) - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
     
    setYouTube(List<Trailer>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperVideos
     
    -
    sortBy(String) - Method in class com.omertron.themoviedbapi.model.Discover
    +
    SortBy - Enum in com.omertron.themoviedbapi.enumeration
    +
     
    +
    sortBy(SortBy) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    Available options are
    vote_average.desc
    @@ -2009,6 +3104,10 @@
     
    StatusCode() - Constructor for class com.omertron.themoviedbapi.model.StatusCode
     
    +
    subMethod(MethodSub) - Method in class com.omertron.themoviedbapi.tools.ApiUrl
    +
    +
    Add a sub-methods
    +
    @@ -2027,10 +3126,126 @@
    API for The Movie Db.
    -
    TmdbConfiguration - Class in com.omertron.themoviedbapi.model
    -
     
    -
    TmdbConfiguration() - Constructor for class com.omertron.themoviedbapi.model.TmdbConfiguration
    -
     
    +
    TmdbAccount - Class in com.omertron.themoviedbapi.methods
    +
    +
    Class to hold the Account Methods
    +
    +
    TmdbAccount(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.TmdbAccount
    +
    +
    Constructor
    +
    +
    TmdbAuthentication - Class in com.omertron.themoviedbapi.methods
    +
    +
    Class to hold the Authentication Methods
    +
    +
    TmdbAuthentication(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.TmdbAuthentication
    +
    +
    Constructor
    +
    +
    TmdbCertifications - Class in com.omertron.themoviedbapi.methods
    +
    +
    Class to hold the Certification Methods
    +
    +
    TmdbCertifications(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.TmdbCertifications
    +
    +
    Constructor
    +
    +
    TmdbChanges - Class in com.omertron.themoviedbapi.methods
    +
    +
    Class to hold the Change Methods
    +
    +
    TmdbChanges(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.TmdbChanges
    +
    +
    Constructor
    +
    +
    TmdbCollections - Class in com.omertron.themoviedbapi.methods
    +
    +
    Class to hold the Collections Methods
    +
    +
    TmdbCollections(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.TmdbCollections
    +
    +
    Constructor
    +
    +
    TmdbCompanies - Class in com.omertron.themoviedbapi.methods
    +
    +
    Class to hold the Company Methods
    +
    +
    TmdbCompanies(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.TmdbCompanies
    +
    +
    Constructor
    +
    +
    TmdbConfiguration - Class in com.omertron.themoviedbapi.methods
    +
    +
    Class to hold the Configuration Methods
    +
    +
    TmdbConfiguration(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.TmdbConfiguration
    +
    +
    Constructor
    +
    +
    TmdbCredits - Class in com.omertron.themoviedbapi.methods
    +
    +
    Class to hold the Credit Methods
    +
    +
    TmdbCredits(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.TmdbCredits
    +
    +
    Constructor
    +
    +
    TmdbDiscover - Class in com.omertron.themoviedbapi.methods
    +
    +
    Class to hold the Discover Methods
    +
    +
    TmdbDiscover(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.TmdbDiscover
    +
    +
    Constructor
    +
    +
    TmdbFind - Class in com.omertron.themoviedbapi.methods
    +
    +
    Class to hold the Find Methods
    +
    +
    TmdbFind(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.TmdbFind
    +
    +
    Constructor
    +
    +
    TmdbGenres - Class in com.omertron.themoviedbapi.methods
    +
    +
    Class to hold the Genre Methods
    +
    +
    TmdbGenres(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.TmdbGenres
    +
    +
    Constructor
    +
    +
    TmdbKeywords - Class in com.omertron.themoviedbapi.methods
    +
    +
    Class to hold the Keyword Methods
    +
    +
    TmdbKeywords(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.TmdbKeywords
    +
    +
    Constructor
    +
    +
    TmdbLists - Class in com.omertron.themoviedbapi.methods
    +
    +
    Class to hold the List Methods
    +
    +
    TmdbLists(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.TmdbLists
    +
    +
    Constructor
    +
    +
    TmdbMovies - Class in com.omertron.themoviedbapi.methods
    +
    +
    Class to hold the Movie Methods
    +
    +
    TmdbMovies(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.TmdbMovies
    +
    +
    Constructor
    +
    +
    TmdbNetworks - Class in com.omertron.themoviedbapi.methods
    +
    +
    Class to hold the Network Methods
    +
    +
    TmdbNetworks(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.TmdbNetworks
    +
    +
    Constructor
    +
    TmdbParameters - Class in com.omertron.themoviedbapi.tools
    Parameters for the TMDB API
    @@ -2039,6 +3254,14 @@
    Construct an empty set of parameters
    +
    TmdbPeople - Class in com.omertron.themoviedbapi.methods
    +
    +
    Class to hold the People Methods
    +
    +
    TmdbPeople(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.TmdbPeople
    +
    +
    Constructor
    +
    TmdbResultsList<T> - Class in com.omertron.themoviedbapi.results
    List of the results from TheMovieDb
    @@ -2051,13 +3274,53 @@
    TmdbResultsMap(Map<K, V>) - Constructor for class com.omertron.themoviedbapi.results.TmdbResultsMap
     
    -
    TokenAuthorisation - Class in com.omertron.themoviedbapi.model
    +
    TmdbReviews - Class in com.omertron.themoviedbapi.methods
    +
    +
    Class to hold the Review Methods
    +
    +
    TmdbReviews(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.TmdbReviews
    +
    +
    Constructor
    +
    +
    TmdbSearch - Class in com.omertron.themoviedbapi.methods
    +
    +
    Class to hold the Search Methods
    +
    +
    TmdbSearch(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.TmdbSearch
    +
    +
    Constructor
    +
    +
    TmdbTV - Class in com.omertron.themoviedbapi.methods
    +
    +
    Class to hold the TV Methods
    +
    +
    TmdbTV(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.TmdbTV
    +
    +
    Constructor
    +
    +
    TmdbTVEpisodes - Class in com.omertron.themoviedbapi.methods
    +
    +
    Class to hold the TV Methods
    +
    +
    TmdbTVEpisodes(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.TmdbTVEpisodes
    +
    +
    Constructor
    +
    +
    TmdbTVSeasons - Class in com.omertron.themoviedbapi.methods
    +
    +
    Class to hold the TV Methods
    +
    +
    TmdbTVSeasons(String, HttpTools) - Constructor for class com.omertron.themoviedbapi.methods.TmdbTVSeasons
    +
    +
    Constructor
    +
    +
    TokenAuthorisation - Class in com.omertron.themoviedbapi.model.authentication
     
    -
    TokenAuthorisation() - Constructor for class com.omertron.themoviedbapi.model.TokenAuthorisation
    +
    TokenAuthorisation() - Constructor for class com.omertron.themoviedbapi.model.authentication.TokenAuthorisation
     
    -
    TokenSession - Class in com.omertron.themoviedbapi.model
    +
    TokenSession - Class in com.omertron.themoviedbapi.model.authentication
     
    -
    TokenSession() - Constructor for class com.omertron.themoviedbapi.model.TokenSession
    +
    TokenSession() - Constructor for class com.omertron.themoviedbapi.model.authentication.TokenSession
     
    toList(String[]) - Method in class com.omertron.themoviedbapi.tools.TmdbParameters
    @@ -2065,7 +3328,11 @@
    toString() - Method in class com.omertron.themoviedbapi.model.AbstractJsonMapping
     
    -
    toString() - Method in class com.omertron.themoviedbapi.model.Translation
    +
    toString() - Method in class com.omertron.themoviedbapi.model.discover.WithBuilder
    +
    +
    Generate the string to pass to the method
    +
    +
    toString() - Method in class com.omertron.themoviedbapi.model.media.Translation
     
    toString() - Method in class com.omertron.themoviedbapi.results.AbstractResults
     
    @@ -2073,17 +3340,67 @@
     
    toString() - Method in class com.omertron.themoviedbapi.wrapper.ResultDates
     
    -
    toString() - Method in class com.omertron.themoviedbapi.wrapper.WrapperChanges
    -
     
    -
    Trailer - Class in com.omertron.themoviedbapi.model
    +
    Trailer - Class in com.omertron.themoviedbapi.model.media
    Trailer specific information from the "Append to Response" method
    -
    Trailer() - Constructor for class com.omertron.themoviedbapi.model.Trailer
    +
    Trailer() - Constructor for class com.omertron.themoviedbapi.model.media.Trailer
     
    -
    Translation - Class in com.omertron.themoviedbapi.model
    +
    Translation - Class in com.omertron.themoviedbapi.model.media
     
    -
    Translation() - Constructor for class com.omertron.themoviedbapi.model.Translation
    +
    Translation() - Constructor for class com.omertron.themoviedbapi.model.media.Translation
    +
     
    +
    TVBasic - Class in com.omertron.themoviedbapi.model.tv
    +
    +
    Basic TV information
    +
    +
    TVBasic() - Constructor for class com.omertron.themoviedbapi.model.tv.TVBasic
    +
     
    +
    TVCredit - Class in com.omertron.themoviedbapi.model.tv
    +
    +
    TV Favorite information
    +
    +
    TVCredit() - Constructor for class com.omertron.themoviedbapi.model.tv.TVCredit
    +
     
    +
    TVEpisodeBasic - Class in com.omertron.themoviedbapi.model.tv
    +
    +
    TV Favorite information
    +
    +
    TVEpisodeBasic() - Constructor for class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
    +
     
    +
    TVEpisodeInfo - Class in com.omertron.themoviedbapi.model.tv
    +
    +
    TV Episode information
    +
    +
    TVEpisodeInfo() - Constructor for class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
    +
     
    +
    TVInfo - Class in com.omertron.themoviedbapi.model.tv
    +
     
    +
    TVInfo() - Constructor for class com.omertron.themoviedbapi.model.tv.TVInfo
    +
     
    +
    TVSeasonBasic - Class in com.omertron.themoviedbapi.model.tv
    +
    +
    TV Favorite information
    +
    +
    TVSeasonBasic() - Constructor for class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
    +
     
    +
    TVSeasonInfo - Class in com.omertron.themoviedbapi.model.tv
    +
    +
    TV Season information
    +
    +
    TVSeasonInfo() - Constructor for class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
    +
     
    +
    + + + +

    U

    +
    +
    UserList - Class in com.omertron.themoviedbapi.model.list
    +
    +
    Wrapper for the MovieDbList function
    +
    +
    UserList() - Constructor for class com.omertron.themoviedbapi.model.list.UserList
     
    @@ -2091,11 +3408,27 @@

    V

    -
    valueOf(String) - Static method in enum com.omertron.themoviedbapi.model.ArtworkType
    +
    valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.ArtworkType
    Returns the enum constant of this type with the specified name.
    -
    valueOf(String) - Static method in enum com.omertron.themoviedbapi.model.PersonType
    +
    valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.CreditType
    +
    +
    Returns the enum constant of this type with the specified name.
    +
    +
    valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.ExternalSource
    +
    +
    Returns the enum constant of this type with the specified name.
    +
    +
    valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.MediaType
    +
    +
    Returns the enum constant of this type with the specified name.
    +
    +
    valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.SearchType
    +
    +
    Returns the enum constant of this type with the specified name.
    +
    +
    valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.SortBy
    Returns the enum constant of this type with the specified name.
    @@ -2111,12 +3444,36 @@
    Returns the enum constant of this type with the specified name.
    -
    values() - Static method in enum com.omertron.themoviedbapi.model.ArtworkType
    +
    valueOf(String) - Static method in enum com.omertron.themoviedbapi.tools.PostBody
    +
    +
    Returns the enum constant of this type with the specified name.
    +
    +
    values() - Static method in enum com.omertron.themoviedbapi.enumeration.ArtworkType
    Returns an array containing the constants of this enum type, in the order they are declared.
    -
    values() - Static method in enum com.omertron.themoviedbapi.model.PersonType
    +
    values() - Static method in enum com.omertron.themoviedbapi.enumeration.CreditType
    +
    +
    Returns an array containing the constants of this enum type, in +the order they are declared.
    +
    +
    values() - Static method in enum com.omertron.themoviedbapi.enumeration.ExternalSource
    +
    +
    Returns an array containing the constants of this enum type, in +the order they are declared.
    +
    +
    values() - Static method in enum com.omertron.themoviedbapi.enumeration.MediaType
    +
    +
    Returns an array containing the constants of this enum type, in +the order they are declared.
    +
    +
    values() - Static method in enum com.omertron.themoviedbapi.enumeration.SearchType
    +
    +
    Returns an array containing the constants of this enum type, in +the order they are declared.
    +
    +
    values() - Static method in enum com.omertron.themoviedbapi.enumeration.SortBy
    Returns an array containing the constants of this enum type, in the order they are declared.
    @@ -2136,21 +3493,32 @@ the order they are declared.
    Returns an array containing the constants of this enum type, in the order they are declared.
    -
    Video - Class in com.omertron.themoviedbapi.model
    +
    values() - Static method in enum com.omertron.themoviedbapi.tools.PostBody
    +
    +
    Returns an array containing the constants of this enum type, in +the order they are declared.
    +
    +
    Video - Class in com.omertron.themoviedbapi.model.media
    Video specific information
    -
    Video() - Constructor for class com.omertron.themoviedbapi.model.Video
    +
    Video() - Constructor for class com.omertron.themoviedbapi.model.media.Video
     
    -
    voteAverageGte(float) - Method in class com.omertron.themoviedbapi.model.Discover
    +
    voteAverageGte(float) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    -
    Only include movies that are equal to, or have a higher average rating - than this value
    +
    Only include movies that are equal to, or have a higher average rating than this value
    -
    voteCountGte(int) - Method in class com.omertron.themoviedbapi.model.Discover
    +
    voteAverageLte(float) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    -
    Only include movies that are equal to, or have a vote count higher than - this value
    +
    Only include movies that are less than or equal to this value
    +
    +
    voteCountGte(int) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    +
    +
    Only include movies that are equal to, or have a vote count higher than this value
    +
    +
    voteCountLte(int) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    +
    +
    Only include movies that are equal to, or have a vote count higher than this value
    @@ -2158,14 +3526,74 @@ the order they are declared.

    W

    -
    withCompanies(String) - Method in class com.omertron.themoviedbapi.model.Discover
    +
    WithBuilder - Class in com.omertron.themoviedbapi.model.discover
    +
    +
    Class to create a String for the "with???" parameters of the Discover method
    +
    +
    WithBuilder(int) - Constructor for class com.omertron.themoviedbapi.model.discover.WithBuilder
    +
    +
    Create the first ID in the string
    +
    +
    WithBuilder(String) - Constructor for class com.omertron.themoviedbapi.model.discover.WithBuilder
    +
    +
    Create the first ID in the string
    +
    +
    withCast(String) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    +
    +
    Only include movies that have this person id added as a cast member.
    +
    +
    withCast(WithBuilder) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    +
    +
    Only include media that have these person IDs added as cast members.
    +
    +
    withCompanies(String) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    Filter movies to include a specific company.
    -
    withGenres(String) - Method in class com.omertron.themoviedbapi.model.Discover
    +
    withCompanies(WithBuilder) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    +
    +
    Filter movies to include a specific company.
    +
    +
    withCrew(String) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    +
    +
    Only include movies that have this person id added as a crew member.
    +
    +
    withCrew(WithBuilder) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    +
    +
    Only include media that have these person IDs added as crew members.
    +
    +
    withGenres(String) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    Only include movies with the specified genres.
    +
    withGenres(WithBuilder) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    +
    +
    Only include movies with the specified genres.
    +
    +
    withKeywords(String) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    +
    +
    Only include movies with the specified genres.
    +
    +
    withKeywords(WithBuilder) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    +
    +
    Only include movies with the specified genres.
    +
    +
    withNetworks(String) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    +
    +
    Filter TV shows to include a specific network.
    +
    +
    withNetworks(WithBuilder) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    +
    +
    Filter TV shows to include a specific network.
    +
    +
    withPeople(String) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    +
    +
    Only include movies that have these person id's added as a cast or crew member.
    +
    +
    withPeople(WithBuilder) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    +
    +
    Only include movies that have these person id's added as a cast or crew member.
    +
    WrapperAlternativeTitles - Class in com.omertron.themoviedbapi.wrapper
     
    WrapperAlternativeTitles() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
    @@ -2174,22 +3602,16 @@ the order they are declared.
     
    WrapperChanges() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperChanges
     
    -
    WrapperCollection - Class in com.omertron.themoviedbapi.wrapper
    -
     
    -
    WrapperCollection() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperCollection
    -
     
    -
    WrapperCompany - Class in com.omertron.themoviedbapi.wrapper
    -
     
    -
    WrapperCompany() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperCompany
    -
     
    -
    WrapperCompanyMovies - Class in com.omertron.themoviedbapi.wrapper
    -
     
    -
    WrapperCompanyMovies() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies
    -
     
    WrapperConfig - Class in com.omertron.themoviedbapi.wrapper
     
    WrapperConfig() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperConfig
     
    +
    WrapperGenericList<T> - Class in com.omertron.themoviedbapi.wrapper
    +
    +
    Generic wrapper for result lists
    +
    +
    WrapperGenericList() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperGenericList
    +
     
    WrapperGenres - Class in com.omertron.themoviedbapi.wrapper
    Wrapper class for the Genres searches
    @@ -2204,58 +3626,18 @@ the order they are declared.
     
    WrapperJobList() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperJobList
     
    -
    WrapperKeywordMovies - Class in com.omertron.themoviedbapi.wrapper
    -
     
    -
    WrapperKeywordMovies() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies
    -
     
    -
    WrapperKeywords - Class in com.omertron.themoviedbapi.wrapper
    -
     
    -
    WrapperKeywords() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperKeywords
    -
     
    -
    WrapperMovie - Class in com.omertron.themoviedbapi.wrapper
    -
     
    -
    WrapperMovie() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovie
    -
     
    -
    WrapperMovieCasts - Class in com.omertron.themoviedbapi.wrapper
    -
     
    -
    WrapperMovieCasts() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
    -
     
    -
    WrapperMovieChanges - Class in com.omertron.themoviedbapi.wrapper
    -
     
    -
    WrapperMovieChanges() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovieChanges
    -
     
    -
    WrapperMovieDbList - Class in com.omertron.themoviedbapi.wrapper
    -
     
    -
    WrapperMovieDbList() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovieDbList
    -
     
    WrapperMovieKeywords - Class in com.omertron.themoviedbapi.wrapper
     
    WrapperMovieKeywords() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords
     
    -
    WrapperMovieList - Class in com.omertron.themoviedbapi.wrapper
    +
    WrapperMultiSearch - Class in com.omertron.themoviedbapi.wrapper
     
    -
    WrapperMovieList() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovieList
    -
     
    -
    WrapperPerson - Class in com.omertron.themoviedbapi.wrapper
    -
     
    -
    WrapperPerson() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperPerson
    -
     
    -
    WrapperPersonCredits - Class in com.omertron.themoviedbapi.wrapper
    -
     
    -
    WrapperPersonCredits() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits
    -
     
    -
    WrapperPersonList - Class in com.omertron.themoviedbapi.wrapper
    -
     
    -
    WrapperPersonList() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperPersonList
    +
    WrapperMultiSearch() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMultiSearch
     
    WrapperReleaseInfo - Class in com.omertron.themoviedbapi.wrapper
     
    WrapperReleaseInfo() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo
     
    -
    WrapperReviews - Class in com.omertron.themoviedbapi.wrapper
    -
     
    -
    WrapperReviews() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperReviews
    -
     
    WrapperTranslations - Class in com.omertron.themoviedbapi.wrapper
     
    WrapperTranslations() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperTranslations
    @@ -2270,12 +3652,12 @@ the order they are declared.

    Y

    -
    year(int) - Method in class com.omertron.themoviedbapi.model.Discover
    +
    year(int) - Method in class com.omertron.themoviedbapi.model.discover.Discover
    Filter the results release dates to matches that include this value.
    -A B C D E F G H I J K L M P R S T V W Y  +A B C D E F G H I J K L M N O P R S T U V W Y 
    diff --git a/apidocs/index.html b/apidocs/index.html index 4ef5a318d..4d8f6003c 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,9 +2,9 @@ - + -API-The MovieDB 3.12-SNAPSHOT API +API-The MovieDB 4.0-SNAPSHOT API @@ -64,7 +64,7 @@
    -

    API-The MovieDB 3.12-SNAPSHOT API

    +

    API-The MovieDB 4.0-SNAPSHOT API

    @@ -79,22 +79,90 @@ + + + + + + + + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index df4ff727f..e71824446 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,16 +2,16 @@ - + -Class Hierarchy (API-The MovieDB 3.12-SNAPSHOT API) +Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API) @@ -68,8 +68,25 @@ Package Hierarchies: -
  • com.omertron.themoviedbapi.model.Account
  • -
  • com.omertron.themoviedbapi.model.Artwork
  • -
  • com.omertron.themoviedbapi.model.ChangedItem
  • -
  • com.omertron.themoviedbapi.model.ChangedMovie
  • -
  • com.omertron.themoviedbapi.model.Collection
  • -
  • com.omertron.themoviedbapi.model.CollectionInfo
  • -
  • com.omertron.themoviedbapi.model.Company
  • -
  • com.omertron.themoviedbapi.model.JobDepartment
  • -
  • com.omertron.themoviedbapi.model.KeywordMovie
  • -
  • com.omertron.themoviedbapi.model.Language
  • -
  • com.omertron.themoviedbapi.model.ListItemStatus
  • -
  • com.omertron.themoviedbapi.model.MovieDb
  • -
  • com.omertron.themoviedbapi.model.MovieDbList
  • -
  • com.omertron.themoviedbapi.model.MovieList
  • -
  • com.omertron.themoviedbapi.model.Person
  • -
  • com.omertron.themoviedbapi.model.PersonCast
  • -
  • com.omertron.themoviedbapi.model.PersonCredit
  • -
  • com.omertron.themoviedbapi.model.PersonCrew
  • -
  • com.omertron.themoviedbapi.model.ProductionCountry
  • -
  • com.omertron.themoviedbapi.model.ReleaseInfo
  • -
  • com.omertron.themoviedbapi.model.Reviews
  • -
  • com.omertron.themoviedbapi.model.StatusCode +
  • com.omertron.themoviedbapi.model.account.Account
  • +
  • com.omertron.themoviedbapi.model.artwork.Artwork
  • -
  • com.omertron.themoviedbapi.model.TmdbConfiguration
  • -
  • com.omertron.themoviedbapi.model.TokenAuthorisation
  • -
  • com.omertron.themoviedbapi.model.TokenSession
  • -
  • com.omertron.themoviedbapi.model.Trailer
  • -
  • com.omertron.themoviedbapi.model.Translation
  • -
  • com.omertron.themoviedbapi.model.Video
  • +
  • com.omertron.themoviedbapi.model.Certification
  • +
  • com.omertron.themoviedbapi.model.change.ChangedItem
  • +
  • com.omertron.themoviedbapi.model.change.ChangeKeyItem
  • +
  • com.omertron.themoviedbapi.model.change.ChangeListItem
  • +
  • com.omertron.themoviedbapi.model.collection.Collection
  • +
  • com.omertron.themoviedbapi.model.collection.CollectionInfo
  • +
  • com.omertron.themoviedbapi.model.company.Company
  • +
  • com.omertron.themoviedbapi.model.config.Configuration
  • +
  • com.omertron.themoviedbapi.model.person.CreditBasic + +
  • +
  • com.omertron.themoviedbapi.model.person.CreditInfo
  • +
  • com.omertron.themoviedbapi.model.person.ExternalID
  • +
  • com.omertron.themoviedbapi.model.FindResults
  • +
  • com.omertron.themoviedbapi.model.config.JobDepartment
  • +
  • com.omertron.themoviedbapi.model.Language
  • +
  • com.omertron.themoviedbapi.model.list.ListItem<T>
  • +
  • com.omertron.themoviedbapi.model.list.ListItemStatus
  • +
  • com.omertron.themoviedbapi.model.media.MediaBasic +
      +
    • com.omertron.themoviedbapi.model.movie.MovieBasic
    • +
    • com.omertron.themoviedbapi.model.tv.TVBasic +
        +
      • com.omertron.themoviedbapi.model.tv.TVInfo
      • +
      +
    • +
    • com.omertron.themoviedbapi.model.tv.TVEpisodeBasic + +
    • +
    +
  • +
  • com.omertron.themoviedbapi.model.media.MediaCredit + +
  • +
  • com.omertron.themoviedbapi.model.media.MediaCreditList
  • +
  • com.omertron.themoviedbapi.model.media.MediaState
  • +
  • com.omertron.themoviedbapi.model.movie.MovieDb
  • +
  • com.omertron.themoviedbapi.model.network.Network
  • +
  • com.omertron.themoviedbapi.model.person.PersonCredits<T>
  • +
  • com.omertron.themoviedbapi.model.movie.ProductionCountry
  • +
  • com.omertron.themoviedbapi.model.media.RatedValue
  • +
  • com.omertron.themoviedbapi.model.movie.ReleaseInfo
  • +
  • com.omertron.themoviedbapi.model.review.Review
  • +
  • com.omertron.themoviedbapi.model.StatusCode + +
  • +
  • com.omertron.themoviedbapi.model.authentication.TokenAuthorisation
  • +
  • com.omertron.themoviedbapi.model.authentication.TokenSession
  • +
  • com.omertron.themoviedbapi.model.media.Trailer
  • +
  • com.omertron.themoviedbapi.model.media.Translation
  • +
  • com.omertron.themoviedbapi.model.tv.TVSeasonBasic + +
  • +
  • com.omertron.themoviedbapi.model.list.UserList
  • +
  • com.omertron.themoviedbapi.model.media.Video
  • + + +
  • com.omertron.themoviedbapi.methods.AbstractMethod +
  • com.omertron.themoviedbapi.results.AbstractResults @@ -164,12 +243,14 @@
  • com.omertron.themoviedbapi.results.TmdbResultsMap<K,V>
  • -
  • com.omertron.themoviedbapi.model.AlternativeTitle (implements java.io.Serializable)
  • +
  • com.omertron.themoviedbapi.model.media.AlternativeTitle (implements java.io.Serializable)
  • com.omertron.themoviedbapi.tools.ApiUrl
  • -
  • com.omertron.themoviedbapi.model.ChangeKeyItem
  • -
  • com.omertron.themoviedbapi.model.Discover
  • +
  • com.omertron.themoviedbapi.Compare
  • +
  • com.omertron.themoviedbapi.model.person.ContentRating
  • +
  • com.omertron.themoviedbapi.model.discover.Discover
  • com.omertron.themoviedbapi.tools.HttpTools
  • -
  • com.omertron.themoviedbapi.model.comparator.PersonCreditDateComparator (implements java.util.Comparator<T>, java.io.Serializable)
  • +
  • com.omertron.themoviedbapi.model.person.PersonCreditsMixIn
  • +
  • com.omertron.themoviedbapi.tools.PostTools
  • com.omertron.themoviedbapi.wrapper.ResultDates (implements java.io.Serializable)
  • com.omertron.themoviedbapi.TheMovieDbApi
  • java.lang.Throwable (implements java.io.Serializable) @@ -186,7 +267,7 @@
  • com.omertron.themoviedbapi.tools.TmdbParameters
  • -
  • com.omertron.themoviedbapi.wrapper.WrapperChanges
  • +
  • com.omertron.themoviedbapi.model.discover.WithBuilder
  • @@ -205,8 +286,13 @@
  • com.omertron.themoviedbapi.tools.Param
  • com.omertron.themoviedbapi.tools.MethodSub
  • com.omertron.themoviedbapi.tools.MethodBase
  • -
  • com.omertron.themoviedbapi.model.PersonType
  • -
  • com.omertron.themoviedbapi.model.ArtworkType
  • +
  • com.omertron.themoviedbapi.tools.PostBody
  • +
  • com.omertron.themoviedbapi.enumeration.SortBy
  • +
  • com.omertron.themoviedbapi.enumeration.CreditType
  • +
  • com.omertron.themoviedbapi.enumeration.SearchType
  • +
  • com.omertron.themoviedbapi.enumeration.ArtworkType
  • +
  • com.omertron.themoviedbapi.enumeration.ExternalSource
  • +
  • com.omertron.themoviedbapi.enumeration.MediaType
  • diff --git a/apidocs/package-list b/apidocs/package-list index abaa696aa..5c91a9a36 100644 --- a/apidocs/package-list +++ b/apidocs/package-list @@ -1,6 +1,23 @@ com.omertron.themoviedbapi +com.omertron.themoviedbapi.enumeration +com.omertron.themoviedbapi.methods com.omertron.themoviedbapi.model -com.omertron.themoviedbapi.model.comparator +com.omertron.themoviedbapi.model.account +com.omertron.themoviedbapi.model.artwork +com.omertron.themoviedbapi.model.authentication +com.omertron.themoviedbapi.model.change +com.omertron.themoviedbapi.model.collection +com.omertron.themoviedbapi.model.company +com.omertron.themoviedbapi.model.config +com.omertron.themoviedbapi.model.discover +com.omertron.themoviedbapi.model.keyword +com.omertron.themoviedbapi.model.list +com.omertron.themoviedbapi.model.media +com.omertron.themoviedbapi.model.movie +com.omertron.themoviedbapi.model.network +com.omertron.themoviedbapi.model.person +com.omertron.themoviedbapi.model.review +com.omertron.themoviedbapi.model.tv com.omertron.themoviedbapi.results com.omertron.themoviedbapi.tools com.omertron.themoviedbapi.wrapper diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index ba2224e33..86874e69a 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,16 +2,16 @@ - + -Serialized Form (API-The MovieDB 3.12-SNAPSHOT API) +Serialized Form (API-The MovieDB 4.0-SNAPSHOT API) @@ -112,10 +112,140 @@

    Class com.omertron.themoviedbapi.model.AbstractJsonMapping extends Object implements Serializable

    -
  • +
  • -

    Class com.omertron.themoviedbapi.model.Account extends AbstractJsonMapping implements Serializable

    +

    Class com.omertron.themoviedbapi.model.Certification extends AbstractJsonMapping implements Serializable

    +
    +
    serialVersionUID:
    +
    1L
    +
    +
      +
    • + + +

      Serialized Fields

      +
        +
      • +

        value

        +
        String value
        +
      • +
      • +

        meaning

        +
        String meaning
        +
      • +
      • +

        order

        +
        int order
        +
      • +
      +
    • +
    +
  • +
  • + + +

    Class com.omertron.themoviedbapi.model.FindResults extends AbstractJsonMapping implements Serializable

    +
    +
    serialVersionUID:
    +
    1L
    +
    +
      +
    • + + +

      Serialized Fields

      +
        +
      • +

        movieResults

        +
        List<E> movieResults
        +
      • +
      • +

        personResults

        +
        List<E> personResults
        +
      • +
      • +

        tvResults

        +
        List<E> tvResults
        +
      • +
      • +

        tvSeasonResults

        +
        List<E> tvSeasonResults
        +
      • +
      • +

        tvEpisodeResults

        +
        List<E> tvEpisodeResults
        +
      • +
      +
    • +
    +
  • +
  • + + +

    Class com.omertron.themoviedbapi.model.Genre extends AbstractIdName implements Serializable

    +
  • +
  • + + +

    Class com.omertron.themoviedbapi.model.Language extends AbstractJsonMapping implements Serializable

    +
    +
    serialVersionUID:
    +
    1L
    +
    +
      +
    • + + +

      Serialized Fields

      + +
    • +
    +
  • +
  • + + +

    Class com.omertron.themoviedbapi.model.StatusCode extends AbstractJsonMapping implements Serializable

    +
    +
    serialVersionUID:
    +
    1L
    +
    +
      +
    • + + +

      Serialized Fields

      +
        +
      • +

        code

        +
        int code
        +
      • +
      • +

        message

        +
        String message
        +
      • +
      +
    • +
    +
  • + + +
  • +

    Package com.omertron.themoviedbapi.model.account

    + -
  • -
  • +

    Package com.omertron.themoviedbapi.model.artwork

    +
  • -
  • +
  • -

    Class com.omertron.themoviedbapi.model.ChangedItem extends AbstractJsonMapping implements Serializable

    +

    Class com.omertron.themoviedbapi.model.artwork.ArtworkMedia extends Artwork implements Serializable

    + +
  • + + +
  • +

    Package com.omertron.themoviedbapi.model.authentication

    + +
  • +
  • +

    Package com.omertron.themoviedbapi.model.change

    +
  • -
  • +
  • -

    Class com.omertron.themoviedbapi.model.ChangedMovie extends AbstractJsonMapping implements Serializable

    +

    Class com.omertron.themoviedbapi.model.change.ChangeKeyItem extends AbstractJsonMapping implements Serializable

    +
    +
    serialVersionUID:
    +
    1L
    +
    +
      +
    • + + +

      Serialized Fields

      +
        +
      • +

        key

        +
        String key
        +
      • +
      • +

        changedItems

        +
        List<E> changedItems
        +
      • +
      +
    • +
    +
  • +
  • + + +

    Class com.omertron.themoviedbapi.model.change.ChangeListItem extends AbstractJsonMapping implements Serializable

    serialVersionUID:
    1L
    @@ -292,7 +531,7 @@
    • id

      -
      String id
      +
      int id
    • adult

      @@ -302,10 +541,15 @@
  • -
  • + +
  • +
  • +

    Package com.omertron.themoviedbapi.model.collection

    +
  • -
  • +
  • -

    Class com.omertron.themoviedbapi.model.CollectionInfo extends AbstractJsonMapping implements Serializable

    +

    Class com.omertron.themoviedbapi.model.collection.CollectionInfo extends AbstractJsonMapping implements Serializable

    serialVersionUID:
    1L
    @@ -386,10 +630,15 @@
  • -
  • + +
  • +
  • +

    Package com.omertron.themoviedbapi.model.company

    +
  • -
  • - - -

    Class com.omertron.themoviedbapi.model.Genre extends AbstractIdName implements Serializable

    +
  • -
  • +
  • +

    Package com.omertron.themoviedbapi.model.config

    +
  • -
  • - - -

    Class com.omertron.themoviedbapi.model.Keyword extends AbstractIdName implements Serializable

    +
  • -
  • +
  • +

    Package com.omertron.themoviedbapi.model.keyword

    +
    +
  • +
  • +

    Package com.omertron.themoviedbapi.model.list

    +
  • -
  • +
  • -

    Class com.omertron.themoviedbapi.model.Language extends AbstractJsonMapping implements Serializable

    -
    -
    serialVersionUID:
    -
    1L
    -
    -
      -
    • - - -

      Serialized Fields

      - -
    • -
    -
  • -
  • - - -

    Class com.omertron.themoviedbapi.model.ListItemStatus extends AbstractJsonMapping implements Serializable

    +

    Class com.omertron.themoviedbapi.model.list.ListItemStatus extends AbstractJsonMapping implements Serializable

    serialVersionUID:
    1L
    @@ -582,10 +857,460 @@
  • -
  • +
  • -

    Class com.omertron.themoviedbapi.model.MovieDb extends AbstractJsonMapping implements Serializable

    +

    Class com.omertron.themoviedbapi.model.list.ListStatusCode extends StatusCode implements Serializable

    +
      +
    • + + +

      Serialized Fields

      + +
    • +
    +
  • +
  • + + +

    Class com.omertron.themoviedbapi.model.list.UserList extends AbstractJsonMapping implements Serializable

    +
      +
    • + + +

      Serialized Fields

      +
        +
      • +

        id

        +
        String id
        +
      • +
      • +

        description

        +
        String description
        +
      • +
      • +

        favoriteCount

        +
        int favoriteCount
        +
      • +
      • +

        itemCount

        +
        int itemCount
        +
      • +
      • +

        language

        +
        String language
        +
      • +
      • +

        listType

        +
        String listType
        +
      • +
      • +

        name

        +
        String name
        +
      • +
      • +

        posterPath

        +
        String posterPath
        +
      • +
      +
    • +
    +
  • + + +
  • +

    Package com.omertron.themoviedbapi.model.media

    + +
  • +
  • +

    Package com.omertron.themoviedbapi.model.movie

    +
  • -
  • +
  • -

    Class com.omertron.themoviedbapi.model.MovieDbList extends AbstractJsonMapping implements Serializable

    - -
  • -
  • - - -

    Class com.omertron.themoviedbapi.model.MovieDbListStatus extends StatusCode implements Serializable

    -
      -
    • - - -

      Serialized Fields

      - -
    • -
    -
  • -
  • - - -

    Class com.omertron.themoviedbapi.model.MovieList extends AbstractJsonMapping implements Serializable

    -
    -
    serialVersionUID:
    -
    1L
    -
    -
      -
    • - - -

      Serialized Fields

      -
        -
      • -

        description

        -
        String description
        -
      • -
      • -

        favoriteCount

        -
        int favoriteCount
        -
      • -
      • -

        id

        -
        String id
        -
      • -
      • -

        itemCount

        -
        int itemCount
        -
      • -
      • -

        language

        -
        String language
        -
      • -
      • -

        name

        -
        String name
        -
      • -
      • -

        posterPath

        -
        String posterPath
        -
      • -
      • -

        listType

        -
        String listType
        -
      • -
      -
    • -
    -
  • -
  • - - -

    Class com.omertron.themoviedbapi.model.Person extends AbstractJsonMapping implements Serializable

    -
    -
    serialVersionUID:
    -
    1L
    -
    -
      -
    • - - -

      Serialized Fields

      -
        -
      • -

        id

        -
        int id
        -
      • -
      • -

        name

        -
        String name
        -
      • -
      • -

        profilePath

        -
        String profilePath
        -
      • -
      • -

        personType

        -
        PersonType personType
        -
      • -
      • -

        department

        -
        String department
        -
      • -
      • -

        job

        -
        String job
        -
      • -
      • -

        character

        -
        String character
        -
      • -
      • -

        order

        -
        int order
        -
      • -
      • -

        adult

        -
        boolean adult
        -
      • -
      • -

        aka

        -
        List<E> aka
        -
      • -
      • -

        biography

        -
        String biography
        -
      • -
      • -

        birthday

        -
        String birthday
        -
      • -
      • -

        deathday

        -
        String deathday
        -
      • -
      • -

        homepage

        -
        String homepage
        -
      • -
      • -

        birthplace

        -
        String birthplace
        -
      • -
      • -

        imdbId

        -
        String imdbId
        -
      • -
      • -

        popularity

        -
        float popularity
        -
      • -
      • -

        knownFor

        -
        List<E> knownFor
        -
      • -
      -
    • -
    -
  • -
  • - - -

    Class com.omertron.themoviedbapi.model.PersonCast extends AbstractJsonMapping implements Serializable

    -
    -
    serialVersionUID:
    -
    1L
    -
    -
      -
    • - - -

      Serialized Fields

      -
        -
      • -

        id

        -
        int id
        -
      • -
      • -

        character

        -
        String character
        -
      • -
      • -

        name

        -
        String name
        -
      • -
      • -

        order

        -
        int order
        -
      • -
      • -

        profilePath

        -
        String profilePath
        -
      • -
      • -

        castId

        -
        int castId
        -
      • -
      • -

        creditId

        -
        String creditId
        -
      • -
      -
    • -
    -
  • -
  • - - -

    Class com.omertron.themoviedbapi.model.PersonCredit extends AbstractJsonMapping implements Serializable

    -
    -
    serialVersionUID:
    -
    1L
    -
    -
      -
    • - - -

      Serialized Fields

      -
        -
      • -

        movieId

        -
        int movieId
        -
      • -
      • -

        character

        -
        String character
        -
      • -
      • -

        movieOriginalTitle

        -
        String movieOriginalTitle
        -
      • -
      • -

        posterPath

        -
        String posterPath
        -
      • -
      • -

        backdropPath

        -
        String backdropPath
        -
      • -
      • -

        releaseDate

        -
        String releaseDate
        -
      • -
      • -

        movieTitle

        -
        String movieTitle
        -
      • -
      • -

        department

        -
        String department
        -
      • -
      • -

        job

        -
        String job
        -
      • -
      • -

        adult

        -
        String adult
        -
      • -
      • -

        creditId

        -
        String creditId
        -
      • -
      • -

        personType

        -
        PersonType personType
        -
      • -
      • -

        popularity

        -
        float popularity
        -
      • -
      • -

        voteAverage

        -
        float voteAverage
        -
      • -
      • -

        voteCount

        -
        int voteCount
        -
      • -
      • -

        mediaType

        -
        String mediaType
        -
      • -
      • -

        video

        -
        boolean video
        -
      • -
      • -

        tvOriginalName

        -
        String tvOriginalName
        -
      • -
      • -

        tvName

        -
        String tvName
        -
      • -
      • -

        firstAirDate

        -
        String firstAirDate
        -
      • -
      • -

        originCountry

        -
        List<E> originCountry
        -
      • -
      -
    • -
    -
  • -
  • - - -

    Class com.omertron.themoviedbapi.model.PersonCrew extends AbstractJsonMapping implements Serializable

    -
    -
    serialVersionUID:
    -
    1L
    -
    -
      -
    • - - -

      Serialized Fields

      -
        -
      • -

        id

        -
        int id
        -
      • -
      • -

        department

        -
        String department
        -
      • -
      • -

        job

        -
        String job
        -
      • -
      • -

        name

        -
        String name
        -
      • -
      • -

        profilePath

        -
        String profilePath
        -
      • -
      • -

        creditId

        -
        String creditId
        -
      • -
      -
    • -
    -
  • -
  • - - -

    Class com.omertron.themoviedbapi.model.ProductionCompany extends AbstractIdName implements Serializable

    -
  • -
  • - - -

    Class com.omertron.themoviedbapi.model.ProductionCountry extends AbstractJsonMapping implements Serializable

    +

    Class com.omertron.themoviedbapi.model.movie.ProductionCountry extends AbstractJsonMapping implements Serializable

    serialVersionUID:
    1L
    @@ -1181,10 +1500,10 @@
  • -
  • +
  • -

    Class com.omertron.themoviedbapi.model.ReleaseInfo extends AbstractJsonMapping implements Serializable

    +

    Class com.omertron.themoviedbapi.model.movie.ReleaseInfo extends AbstractJsonMapping implements Serializable

    serialVersionUID:
    1L
    @@ -1203,18 +1522,401 @@

    certification

    String certification
  • -
  • +
  • releaseDate

    String releaseDate
  • +
  • +

    primary

    +
    boolean primary
    +
  • + + -
  • +
  • +

    Package com.omertron.themoviedbapi.model.network

    +
    +
  • +
  • +

    Package com.omertron.themoviedbapi.model.person

    + +
  • +
  • +

    Package com.omertron.themoviedbapi.model.review

    +
  • -
  • - - -

    Class com.omertron.themoviedbapi.model.StatusCode extends AbstractJsonMapping implements Serializable

    -
    -
    serialVersionUID:
    -
    1L
    -
    -
      -
    • - - -

      Serialized Fields

      -
        -
      • -

        statusCode

        -
        int statusCode
        -
      • -
      • -

        statusMessage

        -
        String statusMessage
        -
    • -
    -
  • -
  • - - -

    Class com.omertron.themoviedbapi.model.TmdbConfiguration extends AbstractJsonMapping implements Serializable

    -
    -
    serialVersionUID:
    -
    1L
    -
    +
  • +

    Package com.omertron.themoviedbapi.model.tv

      -
    • +
    • -

      Serialized Fields

      -
        -
      • -

        baseUrl

        -
        String baseUrl
        -
      • -
      • -

        secureBaseUrl

        -
        String secureBaseUrl
        -
      • -
      • -

        posterSizes

        -
        List<E> posterSizes
        -
      • -
      • -

        backdropSizes

        -
        List<E> backdropSizes
        -
      • -
      • -

        profileSizes

        -
        List<E> profileSizes
        -
      • -
      • -

        logoSizes

        -
        List<E> logoSizes
        -
      • -
      • -

        stillSizes

        -
        List<E> stillSizes
        -
      • -
      -
    • -
    -
  • -
  • - - -

    Class com.omertron.themoviedbapi.model.TokenAuthorisation extends AbstractJsonMapping implements Serializable

    -
      -
    • - - -

      Serialized Fields

      -
        -
      • -

        expires

        -
        String expires
        -
      • -
      • -

        requestToken

        -
        String requestToken
        -
      • -
      • -

        success

        -
        Boolean success
        -
      • -
      -
    • -
    -
  • -
  • - - -

    Class com.omertron.themoviedbapi.model.TokenSession extends AbstractJsonMapping implements Serializable

    -
      -
    • - - -

      Serialized Fields

      -
        -
      • -

        sessionId

        -
        String sessionId
        -
      • -
      • -

        success

        -
        Boolean success
        -
      • -
      • -

        statusCode

        -
        String statusCode
        -
      • -
      • -

        statusMessage

        -
        String statusMessage
        -
      • -
      • -

        guestSessionId

        -
        String guestSessionId
        -
      • -
      • -

        expiresAt

        -
        String expiresAt
        -
      • -
      -
    • -
    -
  • -
  • - - -

    Class com.omertron.themoviedbapi.model.Trailer extends AbstractJsonMapping implements Serializable

    -
    -
    serialVersionUID:
    -
    1L
    -
    +

    Class com.omertron.themoviedbapi.model.tv.TVBasic extends MediaBasic implements Serializable

    +
  • + + +
  • + + +

    Class com.omertron.themoviedbapi.model.tv.TVCredit extends AbstractIdName implements Serializable

    +
      +
    • + + +

      Serialized Fields

      +
        +
      • +

        originalName

        +
        String originalName
        +
      • +
      • +

        character

        +
        String character
        +
      • +
      • +

        seasons

        +
        List<E> seasons
        +
      • +
      • +

        episodes

        +
        List<E> episodes
        +
      • +
      +
    • +
    +
  • +
  • + + +

    Class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic extends MediaBasic implements Serializable

    +
      +
    • + + +

      Serialized Fields

      +
        +
      • +

        airDate

        +
        String airDate
        +
      • +
      • +

        seasonNumber

        +
        int seasonNumber
        +
      • +
      • +

        episodeNumber

        +
        int episodeNumber
        +
      • +
      • +

        name

        +
        String name
        +
      • +
      • +

        overview

        +
        String overview
        +
      • +
      • +

        stillPath

        +
        String stillPath
        +
      • +
      • +

        showId

        +
        String showId
        +
      • +
      +
    • +
    +
  • +
  • + + +

    Class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo extends TVEpisodeBasic implements Serializable

    +
      +
    • + + +

      Serialized Fields

      +
        +
      • +

        crew

        +
        List<E> crew
        +
      • +
      • +

        guestStars

        +
        List<E> guestStars
        +
      • +
      • +

        productionCode

        +
        String productionCode
        +
      • +
      +
    • +
    +
  • +
  • + + +

    Class com.omertron.themoviedbapi.model.tv.TVInfo extends TVBasic implements Serializable

    + -
  • -
  • -

    Package com.omertron.themoviedbapi.model.comparator

    - @@ -1774,126 +2480,6 @@
  • -
  • - - -

    Class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies extends AbstractWrapperAll implements Serializable

    -
      -
    • - - -

      Serialized Fields

      -
        -
      • -

        results

        -
        List<E> results
        -
      • -
      -
    • -
    -
  • -
  • - - -

    Class com.omertron.themoviedbapi.wrapper.WrapperKeywords extends AbstractWrapperAll implements Serializable

    -
      -
    • - - -

      Serialized Fields

      -
        -
      • -

        results

        -
        List<E> results
        -
      • -
      -
    • -
    -
  • -
  • - - -

    Class com.omertron.themoviedbapi.wrapper.WrapperMovie extends AbstractWrapperAll implements Serializable

    -
    -
    serialVersionUID:
    -
    1L
    -
    -
      -
    • - - -

      Serialized Fields

      -
        -
      • -

        movies

        -
        List<E> movies
        -
      • -
      -
    • -
    -
  • -
  • - - -

    Class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts extends AbstractWrapperId implements Serializable

    -
    -
    serialVersionUID:
    -
    1L
    -
    -
      -
    • - - -

      Serialized Fields

      -
        -
      • -

        cast

        -
        List<E> cast
        -
      • -
      • -

        crew

        -
        List<E> crew
        -
      • -
      -
    • -
    -
  • -
  • - - -

    Class com.omertron.themoviedbapi.wrapper.WrapperMovieChanges extends AbstractWrapperAll implements Serializable

    -
      -
    • - - -

      Serialized Fields

      -
        -
      • -

        results

        -
        List<E> results
        -
      • -
      -
    • -
    -
  • -
  • - - -

    Class com.omertron.themoviedbapi.wrapper.WrapperMovieDbList extends AbstractWrapperAll implements Serializable

    -
      -
    • - - -

      Serialized Fields

      -
        -
      • -

        lists

        -
        List<E> lists
        -
      • -
      -
    • -
    -
  • @@ -1916,32 +2502,10 @@
  • -
  • +
  • -

    Class com.omertron.themoviedbapi.wrapper.WrapperMovieList extends AbstractWrapperAll implements Serializable

    -
    -
    serialVersionUID:
    -
    1L
    -
    -
      -
    • - - -

      Serialized Fields

      -
        -
      • -

        movieList

        -
        List<E> movieList
        -
      • -
      -
    • -
    -
  • -
  • - - -

    Class com.omertron.themoviedbapi.wrapper.WrapperPerson extends AbstractWrapperAll implements Serializable

    +

    Class com.omertron.themoviedbapi.wrapper.WrapperMultiSearch extends AbstractWrapperAll implements Serializable

  • -
  • - - -

    Class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits extends AbstractWrapperAll implements Serializable

    -
      -
    • - - -

      Serialized Fields

      -
        -
      • -

        cast

        -
        List<E> cast
        -
      • -
      • -

        crew

        -
        List<E> crew
        -
      • -
      -
    • -
    -
  • -
  • - - -

    Class com.omertron.themoviedbapi.wrapper.WrapperPersonList extends AbstractWrapperAll implements Serializable

    -
      -
    • - - -

      Serialized Fields

      -
        -
      • -

        personList

        -
        List<E> personList
        -
      • -
      -
    • -
    -
  • @@ -2018,28 +2542,6 @@
  • -
  • - - -

    Class com.omertron.themoviedbapi.wrapper.WrapperReviews extends AbstractWrapperAll implements Serializable

    -
    -
    serialVersionUID:
    -
    1L
    -
    -
      -
    • - - -

      Serialized Fields

      -
        -
      • -

        reviews

        -
        List<E> reviews
        -
      • -
      -
    • -
    -
  • diff --git a/dependencies.html b/dependencies.html index 39f71b2e2..7fefe00c0 100644 --- a/dependencies.html +++ b/dependencies.html @@ -28,7 +28,7 @@
    Last Published: 2015-03-05 -  | Version: 3.12-SNAPSHOT +  | Version: 4.0-SNAPSHOT
    API-The MovieDB @@ -127,11 +127,16 @@
  • + + + + + - + @@ -219,7 +224,7 @@

    Dependency Tree

      -
    • com.omertron:themoviedbapi:jar:3.12-SNAPSHOT Information
    • com.omertron:themoviedbapi:jar:4.0-SNAPSHOT Information
     
    com.omertron.themoviedbapi.enumeration 
    com.omertron.themoviedbapi.methods 
    com.omertron.themoviedbapi.model  
    com.omertron.themoviedbapi.model.comparatorcom.omertron.themoviedbapi.model.account  
    com.omertron.themoviedbapi.resultscom.omertron.themoviedbapi.model.artwork  
    com.omertron.themoviedbapi.toolscom.omertron.themoviedbapi.model.authentication  
    com.omertron.themoviedbapi.model.change 
    com.omertron.themoviedbapi.model.collection 
    com.omertron.themoviedbapi.model.company 
    com.omertron.themoviedbapi.model.config 
    com.omertron.themoviedbapi.model.discover 
    com.omertron.themoviedbapi.model.keyword 
    com.omertron.themoviedbapi.model.list 
    com.omertron.themoviedbapi.model.media 
    com.omertron.themoviedbapi.model.movie 
    com.omertron.themoviedbapi.model.network 
    com.omertron.themoviedbapi.model.person 
    com.omertron.themoviedbapi.model.review 
    com.omertron.themoviedbapi.model.tv 
    com.omertron.themoviedbapi.results 
    com.omertron.themoviedbapi.tools 
    com.omertron.themoviedbapi.wrapper  
    Version Type
    commons-iocommons-io2.4jar
    junit junit 4.12 jar
    org.slf4j slf4j-jdk14 1.7.10
    @@ -229,7 +234,7 @@

    URL: https://github.com/Omertron/api-themoviedb

    Project License: GNU General Public License v3+

    API-The MovieDB
    +

    Project License: MIT License

    +
  • commons-io:commons-io:jar:2.4 (test) Information
  • Licenses

    New BSD License: Hamcrest Core

    @@ -409,7 +424,7 @@

    Apache License, Version 2.0: Apache Commons Codec, Apache HttpClient, Apache HttpCore

    Eclipse Public License 1.0: JUnit

    MIT License: SLF4J API Module, SLF4J JDK14 Binding

    -

    The Apache Software License, Version 2.0: Apache Commons Lang, Apache Commons Logging, Commons DBCP, Commons Pool, Jackson-annotations, Jackson-core, jackson-databind

    +

    The Apache Software License, Version 2.0: Apache Commons Lang, Apache Commons Logging, Commons DBCP, Commons IO, Commons Pool, Jackson-annotations, Jackson-core, jackson-databind

    Dependency File Details

    @@ -462,6 +477,14 @@ + + + + + + + + @@ -469,7 +492,7 @@ - + @@ -477,7 +500,7 @@ - + @@ -485,7 +508,7 @@ - + @@ -493,7 +516,7 @@ - + @@ -501,7 +524,7 @@ - + @@ -509,7 +532,7 @@ - + @@ -517,7 +540,7 @@ - + @@ -525,7 +548,7 @@ - + @@ -533,7 +556,7 @@ - + @@ -541,7 +564,7 @@ - + @@ -549,15 +572,15 @@ - - - - - - - - + + + + + + + + @@ -565,14 +588,14 @@ - - - - - - + + + + + + -
    1.6 debug
    commons-io-2.4.jar180.80 kB12811061.6debug
    commons-logging-1.2.jar 60.38 kB 422 1.2 debug
    commons-pool-1.6.jar 108.51 kB 692 1.5 debug
    junit-4.12.jar 307.55 kB 32330 1.5 debug
    commons-lang3-3.3.2.jar 403.07 kB 24112 1.6 debug
    httpclient-4.4.jar 702.45 kB 49924 1.6 debug
    httpcore-4.4.jar 314.10 kB 28417 1.6 debug
    hamcrest-core-1.3.jar 43.97 kB 523 1.5 debug
    slf4j-api-1.7.10.jar 31.37 kB 393 1.5 debug
    slf4j-jdk14-1.7.10.jar 7.71 kB 151 1.5 debug
    api-common-1.4.jar 23.09 kB 242 1.6 debug
    Total Size EntriesPackages JDK Rev Debug
    153.72 MB2,6812,2481361.615
    163.90 MB2,8092,3581421.616
    compile: 12 compile: 3.37 MB compile: 2,291compile: 102 - compile: 12
    test: 3test: 359.23 kBtest: 390test: 336test: 34
    test: 4test: 540.03 kBtest: 518test: 446test: 40 -test: 3
    +test: 4

    Dependency Repository Locations

    @@ -629,65 +652,70 @@ + + + + + - + - + - + - + - + - + - + - + - + - + - - + + -
    - Found at https://repo.maven.apache.org/maven2
    commons-io:commons-io:jar:2.4--Found at https://repo.maven.apache.org/maven2
    commons-logging:commons-logging:jar:1.2 - - Found at https://repo.maven.apache.org/maven2
    commons-pool:commons-pool:jar:1.6 - - Found at https://repo.maven.apache.org/maven2
    junit:junit:jar:4.12 - - Found at https://repo.maven.apache.org/maven2
    org.apache.commons:commons-lang3:jar:3.3.2 - - Found at https://repo.maven.apache.org/maven2
    org.apache.httpcomponents:httpclient:jar:4.4 - - Found at https://repo.maven.apache.org/maven2
    org.apache.httpcomponents:httpcore:jar:4.4 - - Found at https://repo.maven.apache.org/maven2
    org.hamcrest:hamcrest-core:jar:1.3 - - Found at https://repo.maven.apache.org/maven2
    org.slf4j:slf4j-api:jar:1.7.10 - - Found at https://repo.maven.apache.org/maven2
    org.slf4j:slf4j-jdk14:jar:1.7.10 - - Found at https://repo.maven.apache.org/maven2
    org.yamj:api-common:jar:1.4 - - Found at https://repo.maven.apache.org/maven2
    Total apache.snapshots sonatype-nexus-snapshots central
    15 (compile: 12, test: 3)
    16 (compile: 12, test: 4) 0 015
    +16
    diff --git a/index.html b/index.html index 0e259786a..177662c2e 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@
    Last Published: 2015-03-05 -  | Version: 3.12-SNAPSHOT +  | Version: 4.0-SNAPSHOT
    API-The MovieDB diff --git a/issue-tracking.html b/issue-tracking.html index 08103a9bf..749fa5da6 100644 --- a/issue-tracking.html +++ b/issue-tracking.html @@ -28,7 +28,7 @@
    Last Published: 2015-03-05 -  | Version: 3.12-SNAPSHOT +  | Version: 4.0-SNAPSHOT
    API-The MovieDB diff --git a/license.html b/license.html index a840b9581..ee2dc4a25 100644 --- a/license.html +++ b/license.html @@ -28,7 +28,7 @@
    Last Published: 2015-03-05 -  | Version: 3.12-SNAPSHOT +  | Version: 4.0-SNAPSHOT
    API-The MovieDB diff --git a/project-info.html b/project-info.html index 4a7160e85..cacb3e1fd 100644 --- a/project-info.html +++ b/project-info.html @@ -28,7 +28,7 @@
    Last Published: 2015-03-05 -  | Version: 3.12-SNAPSHOT +  | Version: 4.0-SNAPSHOT
    API-The MovieDB diff --git a/project-reports.html b/project-reports.html index 8bcb90953..be3c75f4a 100644 --- a/project-reports.html +++ b/project-reports.html @@ -28,7 +28,7 @@
    Last Published: 2015-03-05 -  | Version: 3.12-SNAPSHOT +  | Version: 4.0-SNAPSHOT
    API-The MovieDB diff --git a/project-summary.html b/project-summary.html index ed4ac0a19..e60fbf9a0 100644 --- a/project-summary.html +++ b/project-summary.html @@ -28,7 +28,7 @@
    Last Published: 2015-03-05 -  | Version: 3.12-SNAPSHOT +  | Version: 4.0-SNAPSHOT
    API-The MovieDB @@ -114,7 +114,7 @@ themoviedbapi Version -3.12-SNAPSHOT +4.0-SNAPSHOT Type jar
    diff --git a/source-repository.html b/source-repository.html index ac7426e8f..15280fffc 100644 --- a/source-repository.html +++ b/source-repository.html @@ -28,7 +28,7 @@
    Last Published: 2015-03-05 -  | Version: 3.12-SNAPSHOT +  | Version: 4.0-SNAPSHOT
    API-The MovieDB diff --git a/testapidocs/allclasses-frame.html b/testapidocs/allclasses-frame.html index d0febd73a..82590c06c 100644 --- a/testapidocs/allclasses-frame.html +++ b/testapidocs/allclasses-frame.html @@ -2,9 +2,9 @@ - + -All Classes (API-The MovieDB 3.12-SNAPSHOT Test API) +All Classes (API-The MovieDB 4.0-SNAPSHOT Test API) @@ -12,10 +12,33 @@

    All Classes

    diff --git a/testapidocs/allclasses-noframe.html b/testapidocs/allclasses-noframe.html index 9fd25bf3c..8da69e151 100644 --- a/testapidocs/allclasses-noframe.html +++ b/testapidocs/allclasses-noframe.html @@ -2,9 +2,9 @@ - + -All Classes (API-The MovieDB 3.12-SNAPSHOT Test API) +All Classes (API-The MovieDB 4.0-SNAPSHOT Test API) @@ -12,10 +12,33 @@

    All Classes

    diff --git a/testapidocs/com/omertron/themoviedbapi/AbstractTests.html b/testapidocs/com/omertron/themoviedbapi/AbstractTests.html new file mode 100644 index 000000000..ca9b10454 --- /dev/null +++ b/testapidocs/com/omertron/themoviedbapi/AbstractTests.html @@ -0,0 +1,506 @@ + + + + + + +AbstractTests (API-The MovieDB 4.0-SNAPSHOT Test API) + + + + + + + + + + + +
    +
    com.omertron.themoviedbapi
    +

    Class AbstractTests

    +
    +
    + + +
    + +
    +
    +
      +
    • + + + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          AbstractTests

          +
          public AbstractTests()
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          doConfiguration

          +
          public static final void doConfiguration()
          +                                  throws MovieDbException
          +
          Do the initial configuration for the test cases
          +
          Throws:
          +
          MovieDbException
          +
        • +
        + + + +
          +
        • +

          getSessionId

          +
          public static final String getSessionId()
          +                                 throws MovieDbException
          +
          get the Session ID
          +
          Returns:
          +
          Throws:
          +
          MovieDbException
          +
        • +
        + + + +
          +
        • +

          getAccountId

          +
          public static final int getAccountId()
          +                              throws MovieDbException
          +
          Get the Account information
          +
          Returns:
          +
          Throws:
          +
          MovieDbException
          +
        • +
        + + + +
          +
        • +

          getHttpClient

          +
          public static org.apache.http.client.HttpClient getHttpClient()
          +
          get the Http Client
          +
          Returns:
          +
        • +
        + + + +
          +
        • +

          getHttpTools

          +
          public static HttpTools getHttpTools()
          +
          Get the Http Tools
          +
          Returns:
          +
        • +
        + + + +
          +
        • +

          getApiKey

          +
          public static String getApiKey()
          +
          Get the API Key
          +
          Returns:
          +
        • +
        + + + +
          +
        • +

          getUsername

          +
          public static String getUsername()
          +
          Get the Account username
          +
          Returns:
          +
        • +
        + + + +
          +
        • +

          getPassword

          +
          public static String getPassword()
          +
          Get the Account password
          +
          Returns:
          +
        • +
        + + + +
          +
        • +

          getGuestSession

          +
          public static String getGuestSession()
          +
          Get the Guest Session ID
          +
          Returns:
          +
        • +
        + + + +
          +
        • +

          getProperty

          +
          public static String getProperty(String property)
          +
          Get the named property
          +
          Parameters:
          property -
          +
          Returns:
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2012-2015. All Rights Reserved.

    + + diff --git a/testapidocs/com/omertron/themoviedbapi/ArtworkResults.html b/testapidocs/com/omertron/themoviedbapi/ArtworkResults.html new file mode 100644 index 000000000..0ac1ecacc --- /dev/null +++ b/testapidocs/com/omertron/themoviedbapi/ArtworkResults.html @@ -0,0 +1,299 @@ + + + + + + +ArtworkResults (API-The MovieDB 4.0-SNAPSHOT Test API) + + + + + + + + + + + +
    +
    com.omertron.themoviedbapi
    +

    Class ArtworkResults

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class ArtworkResults
      +extends Object
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          ArtworkResults

          +
          public ArtworkResults()
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          found

          +
          public void found(ArtworkType artworkType)
          +
        • +
        + + + +
          +
        • +

          validateResults

          +
          public void validateResults(ArtworkType expectedType)
          +
        • +
        + + + +
          +
        • +

          validateResults

          +
          public void validateResults(ArtworkType expectedType1,
          +                   ArtworkType expectedType2)
          +
        • +
        + + + +
          +
        • +

          validateResults

          +
          public void validateResults(ArtworkType[] expectedTypes)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2012-2015. All Rights Reserved.

    + + diff --git a/testapidocs/com/omertron/themoviedbapi/CompareTest.html b/testapidocs/com/omertron/themoviedbapi/CompareTest.html new file mode 100644 index 000000000..7afba64fa --- /dev/null +++ b/testapidocs/com/omertron/themoviedbapi/CompareTest.html @@ -0,0 +1,340 @@ + + + + + + +CompareTest (API-The MovieDB 4.0-SNAPSHOT Test API) + + + + + + + + + + + +
    +
    com.omertron.themoviedbapi
    +

    Class CompareTest

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class CompareTest
      +extends Object
      +
      Author:
      +
      Stuart.Boston
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          CompareTest

          +
          public CompareTest()
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          setUpClass

          +
          public static void setUpClass()
          +
        • +
        + + + +
          +
        • +

          tearDownClass

          +
          public static void tearDownClass()
          +                          throws Exception
          +
          Throws:
          +
          Exception
          +
        • +
        + + + + + + + + + + + +
          +
        • +

          testExactMatch

          +
          public void testExactMatch()
          +
          Exact match
          +
        • +
        + + + +
          +
        • +

          testCloseMatch

          +
          public void testCloseMatch()
          +
          Close match
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2012-2015. All Rights Reserved.

    + + diff --git a/testapidocs/com/omertron/themoviedbapi/TestID.html b/testapidocs/com/omertron/themoviedbapi/TestID.html new file mode 100644 index 000000000..cd7e39e3e --- /dev/null +++ b/testapidocs/com/omertron/themoviedbapi/TestID.html @@ -0,0 +1,383 @@ + + + + + + +TestID (API-The MovieDB 4.0-SNAPSHOT Test API) + + + + + + + + + + + +
    +
    com.omertron.themoviedbapi
    +

    Class TestID

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class TestID
      +extends Object
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          TestID

          +
          public TestID()
          +
        • +
        + + + +
          +
        • +

          TestID

          +
          public TestID(String name,
          +      String imdb,
          +      int tmdb)
          +
        • +
        + + + +
          +
        • +

          TestID

          +
          public TestID(String name,
          +      String imdb,
          +      int tmdb,
          +      String other)
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getName

          +
          public String getName()
          +
        • +
        + + + +
          +
        • +

          setName

          +
          public void setName(String name)
          +
        • +
        + + + +
          +
        • +

          getImdb

          +
          public String getImdb()
          +
        • +
        + + + +
          +
        • +

          setImdb

          +
          public void setImdb(String imdb)
          +
        • +
        + + + +
          +
        • +

          getTmdb

          +
          public int getTmdb()
          +
        • +
        + + + +
          +
        • +

          setTmdb

          +
          public void setTmdb(int tmdb)
          +
        • +
        + + + +
          +
        • +

          getOther

          +
          public String getOther()
          +
        • +
        + + + +
          +
        • +

          setOther

          +
          public void setOther(String other)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + + + + +

    Copyright © 2012-2015. All Rights Reserved.

    + + diff --git a/testapidocs/com/omertron/themoviedbapi/TestLogger.html b/testapidocs/com/omertron/themoviedbapi/TestLogger.html index 7d30a8bd3..9e88bbd7d 100644 --- a/testapidocs/com/omertron/themoviedbapi/TestLogger.html +++ b/testapidocs/com/omertron/themoviedbapi/TestLogger.html @@ -2,16 +2,16 @@ - + -TestLogger (API-The MovieDB 3.12-SNAPSHOT Test API) +TestLogger (API-The MovieDB 4.0-SNAPSHOT Test API) @@ -37,8 +37,8 @@