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 @@
- + -public class Compare +extends Object+
| Modifier and Type | +Method and Description | +
|---|---|
static boolean |
+movies(MovieDb moviedb,
+ String title,
+ String year)
+Compare the MovieDB object with a title & year
+ |
+
static boolean |
+movies(MovieDb moviedb,
+ String title,
+ String year,
+ int maxDistance)
+Compare the MovieDB object with a title & year, case sensitive
+ |
+
static boolean |
+movies(MovieDb moviedb,
+ String title,
+ String year,
+ int maxDistance,
+ boolean caseSensitive)
+Compare the MovieDB object with a title & year
+ |
+
public static boolean movies(MovieDb moviedb, + String title, + String year)+
moviedb - The moviedb object to compare tootitle - The title of the movie to compareyear - The year of the movie to compare exact matchpublic static boolean movies(MovieDb moviedb, + String title, + String year, + int maxDistance, + boolean caseSensitive)+
moviedb - The moviedb object to compare tootitle - The title of the movie to compareyear - The year of the movie to comparemaxDistance - The Levenshtein Distance between the two titles. 0 =
+ exact matchcaseSensitive - true if the comparison is to be case sensitiveCopyright © 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 @@ - + -StatusCodeaddMovieToList(String sessionId,
- String listId,
- Integer movieId)
-addItemToList(String sessionId,
+ String listId,
+ Integer mediaId)
+StatusCodeaddToWatchList(String sessionId,
+addToWatchList(String sessionId,
int accountId,
- Integer movieId)
+ MediaType mediaType,
+ Integer mediaId)
Add a movie to an accounts watch list.
StatusCodechangeFavoriteStatus(String sessionId,
- int accountId,
- Integer movieId,
- boolean isFavorite) static booleancompareMovies(MovieDb moviedb,
- String title,
- String year)
-static booleancompareMovies(MovieDb moviedb,
- String title,
- String year,
- int maxDistance)
-static booleancompareMovies(MovieDb moviedb,
- String title,
- String year,
- int maxDistance,
- boolean caseSensitive)
-static StringconvertToJson(Map<String,?> map)
-booleancheckItemStatus(String listId,
+ Integer mediaId)
+StatusCodedeleteMovieList(String sessionId,
- String listId)
+deleteList(String sessionId,
+ String listId)
AccountFindResultsfind(String id,
+ ExternalSource externalSource,
+ String language)
+AccountgetAccount(String sessionId)
TokenAuthorisationTokenAuthorisationgetAuthorisationToken()
-TmdbResultsList<Artwork>TmdbResultsList<Artwork>getCollectionImages(int collectionId,
String language)
CollectionInfoCollectionInfogetCollectionInfo(int collectionId,
String language)
-CompanygetCompanyInfo(int companyId)
+CompanygetCompanyInfo(int companyId)
-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.
TmdbConfigurationConfigurationgetConfiguration()
CreditInfogetCreditInfo(String creditId,
+ String language)
+TmdbResultsList<MovieDb>getDiscover(Discover discover)
-List<MovieBasic>getDiscoverMovies(Discover discover)
+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)
-List<TVBasic>getDiscoverTV(Discover discover)
+List<MovieDb>List<MovieBasic>getFavoriteMovies(String sessionId,
int accountId)
TmdbResultsList<Genre>getGenreList(String language)
-ListgetFavoriteTv(String sessionId,
+ int accountId)
+TmdbResultsList<MovieDb>getGenreMovies(int genreId,
- String language,
- int page,
- boolean includeAllMovies)
-TmdbResultsList<Genre>getGenreMovieList(String language)
+TokenSessionList<MovieBasic>getGenreMovies(int genreId,
+ String language,
+ Integer page,
+ Boolean includeAllMovies,
+ Boolean includeAdult)
+TmdbResultsList<Genre>getGenreTVList(String language)
+List<MovieBasic>getGuestRatedMovies(String guestSessionId,
+ String language,
+ Integer page,
+ SortBy sortBy)
+TokenSessiongetGuestSessionToken()
TmdbResultsList<JobDepartment>getJobs() KeywordTmdbResultsList<JobDepartment>getJobs()
+KeywordgetKeyword(String keywordId)
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.
+
+
-
@@ -717,49 +990,465 @@ extends
+
-
-
compareMovies
-public static boolean compareMovies(MovieDb moviedb,
- String title,
- String year)
-Compare the MovieDB object with a title & year
-- Parameters:
moviedb - The moviedb object to compare tootitle - The title of the movie to compareyear - The year of the movie to compare exact match
-- Returns:
- True if there is a match, False otherwise.
+getAccount
+public Account getAccount(String sessionId)
+ throws MovieDbException
+Get the basic information for an account. You will need to have a valid
+ session id.
+- Parameters:
sessionId -
+- Returns:
+- Throws:
+MovieDbException
-
+
-
-
compareMovies
-public static boolean compareMovies(MovieDb moviedb,
- String title,
- String year,
- int maxDistance,
- boolean caseSensitive)
-Compare the MovieDB object with a title & year
-- Parameters:
moviedb - The moviedb object to compare tootitle - The title of the movie to compareyear - The year of the movie to comparemaxDistance - The Levenshtein Distance between the two titles. 0 = exact matchcaseSensitive - true if the comparison is to be case sensitive
-- Returns:
- True if there is a match, False otherwise.
+getUserLists
+public List<UserList> getUserLists(String sessionId,
+ int accountId)
+ throws MovieDbException
+Get all lists of a given user
+- Parameters:
sessionId - accountId -
+- Returns:
- The lists
+- Throws:
+MovieDbException
-
+
-
-
compareMovies
-public static boolean compareMovies(MovieDb moviedb,
- String title,
- String year,
- int maxDistance)
-Compare the MovieDB object with a title & year, case sensitive
-- Parameters:
moviedb - title - year - maxDistance -
-- Returns:
+getFavoriteMovies
+public List<MovieBasic> getFavoriteMovies(String sessionId,
+ int accountId)
+ throws MovieDbException
+Get the account favourite movies
+- Parameters:
sessionId - accountId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
modifyFavoriteStatus
+public StatusCode modifyFavoriteStatus(String sessionId,
+ int accountId,
+ Integer mediaId,
+ MediaType mediaType,
+ boolean isFavorite)
+ throws MovieDbException
+Add or remove a movie to an accounts favourite list.
+- Parameters:
sessionId - accountId - mediaId - mediaType - isFavorite -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getRatedMovies
+public List<MovieBasic> getRatedMovies(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+ throws MovieDbException
+Get the list of rated movies (and associated rating) for an account.
+- Parameters:
sessionId - accountId - page - sortBy - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getRatedTV
+public List<TVBasic> getRatedTV(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+ throws MovieDbException
+Get the list of rated TV shows (and associated rating) for an account.
+- Parameters:
sessionId - accountId - page - sortBy - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getWatchListMovie
+public List<MovieBasic> getWatchListMovie(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+ throws MovieDbException
+Get the list of movies on an accounts watchlist.
+- Parameters:
sessionId - accountId - page - sortBy - language -
+- Returns:
- The watchlist of the user
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getWatchListTV
+public List<TVBasic> getWatchListTV(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+ throws MovieDbException
+Get the list of movies on an accounts watchlist.
+- Parameters:
sessionId - accountId - page - sortBy - language -
+- Returns:
- The watchlist of the user
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
addToWatchList
+public StatusCode addToWatchList(String sessionId,
+ int accountId,
+ MediaType mediaType,
+ Integer mediaId)
+ throws MovieDbException
+Add a movie to an accounts watch list.
+- Parameters:
sessionId - accountId - mediaId - mediaType -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
removeFromWatchList
+public StatusCode removeFromWatchList(String sessionId,
+ int accountId,
+ MediaType mediaType,
+ Integer mediaId)
+ throws MovieDbException
+Remove a movie from an accounts watch list.
+- Parameters:
sessionId - accountId - mediaId - mediaType -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getFavoriteTv
+public List getFavoriteTv(String sessionId,
+ int accountId)
+ throws MovieDbException
+Get the list of favorite TV series for an account.
+- Parameters:
sessionId - accountId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getGuestRatedMovies
+public List<MovieBasic> getGuestRatedMovies(String guestSessionId,
+ String language,
+ Integer page,
+ SortBy sortBy)
+ throws MovieDbException
+Get a list of rated movies for a specific guest session id.
+- Parameters:
guestSessionId - language - page - sortBy - only CREATED_AT_ASC or CREATED_AT_DESC is supported
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getAuthorisationToken
+public TokenAuthorisation getAuthorisationToken()
+ throws MovieDbException
+This method is used to generate a valid request token for user based
+ authentication.
+
+ A request token is required in order to request a session id.
+
+ You can generate any number of request tokens but they will expire after
+ 60 minutes.
+
+ As soon as a valid session id has been created the token will be
+ destroyed.
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getSessionToken
+public TokenSession getSessionToken(TokenAuthorisation token)
+ throws MovieDbException
+This method is used to generate a session id for user based
+ authentication.
+
+ A session id is required in order to use any of the write methods.
+- Parameters:
token -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getSessionTokenLogin
+public TokenAuthorisation getSessionTokenLogin(TokenAuthorisation token,
+ String username,
+ String password)
+ throws MovieDbException
+This method is used to generate a session id for user based
+ authentication. User must provide their username and password
+
+ A session id is required in order to use any of the write methods.
+- Parameters:
token - Session tokenusername - User's usernamepassword - User's password
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getGuestSessionToken
+public TokenSession getGuestSessionToken()
+ throws MovieDbException
+This method is used to generate a guest session id.
+
+ A guest session can be used to rate movies without having a registered
+ TMDb user account.
+
+ You should only generate a single guest session per user (or device) as
+ you will be able to attach the ratings to a TMDb user account in the
+ future.
+
+ There are also IP limits in place so you should always make sure it's the
+ end user doing the guest session actions.
+
+ If a guest session is not used for the first time within 24 hours, it
+ will be automatically discarded.
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMoviesCertification
+public TmdbResultsMap<String,List<Certification>> getMoviesCertification()
+ throws MovieDbException
+Get a list of movies certification.
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTvCertification
+public TmdbResultsMap<String,List<Certification>> getTvCertification()
+ throws MovieDbException
+Get a list of tv certification.
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieChangeList
+public List<ChangeListItem> getMovieChangeList(Integer page,
+ String startDate,
+ String endDate)
+ throws MovieDbException
+Get a list of Movie IDs that have been edited.
+
+ You can then use the movie changes API to get the actual data that has
+ been changed.
+- Parameters:
page - startDate - the start date of the changes, optionalendDate - the end date of the changes, optional
+- Returns:
- List of changed movie
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTvChangeList
+public List<ChangeListItem> getTvChangeList(Integer page,
+ String startDate,
+ String endDate)
+ throws MovieDbException
+Get a list of TV IDs that have been edited.
+
+ You can then use the TV changes API to get the actual data that has been
+ changed.
+- Parameters:
page - startDate - the start date of the changes, optionalendDate - the end date of the changes, optional
+- Returns:
- List of changed movie
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPersonChangeList
+public List<ChangeListItem> getPersonChangeList(Integer page,
+ String startDate,
+ String endDate)
+ throws MovieDbException
+Get a list of Person IDs that have been edited.
+
+ You can then use the person changes API to get the actual data that has
+ been changed.
+- Parameters:
page - startDate - the start date of the changes, optionalendDate - the end date of the changes, optional
+- Returns:
- List of changed movie
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getCollectionInfo
+public CollectionInfo getCollectionInfo(int collectionId,
+ String language)
+ throws MovieDbException
+This method is used to retrieve all of the basic information about a
+ movie collection.
+
+ You can get the ID needed for this method by making a getMovieInfo
+ request for the belongs_to_collection.
+- Parameters:
collectionId - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getCollectionImages
+public TmdbResultsList<Artwork> getCollectionImages(int collectionId,
+ String language)
+ throws MovieDbException
+Get all of the images for a particular collection by collection id.
+- Parameters:
collectionId - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getCompanyInfo
+public Company getCompanyInfo(int companyId)
+ throws MovieDbException
+This method is used to retrieve the basic information about a production
+ company on TMDb.
+- Parameters:
companyId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getCompanyMovies
+public List<MovieBasic> getCompanyMovies(int companyId,
+ String language,
+ Integer page)
+ throws MovieDbException
+This method is used to retrieve the movies associated with a company.
+
+ These movies are returned in order of most recently released to oldest.
+ The default response will return 20 movies per page.
+- Parameters:
companyId - language - page -
+- Returns:
+- Throws:
+MovieDbException
@@ -768,9 +1457,12 @@ extends
-
getConfiguration
-public TmdbConfiguration getConfiguration()
+public Configuration getConfiguration()
+ throws MovieDbException
Get the configuration information
-- Returns:
+- Returns:
+- Throws:
+MovieDbException
@@ -789,876 +1481,208 @@ extends MovieDbException
-
+
-
-
getAuthorisationToken
-public TokenAuthorisation getAuthorisationToken()
- throws MovieDbException
-This method is used to generate a valid request token for user based authentication.
-
- A request token is required in order to request a session id.
-
- You can generate any number of request tokens but they will expire after 60 minutes.
-
- As soon as a valid session id has been created the token will be destroyed.
+getJobs
+public TmdbResultsList<JobDepartment> getJobs()
+ throws MovieDbException
+Get a list of valid jobs
- Returns:
- Throws:
MovieDbException
-
+
-
-
getSessionToken
-public TokenSession getSessionToken(TokenAuthorisation token)
- throws MovieDbException
-This method is used to generate a session id for user based authentication.
-
- A session id is required in order to use any of the write methods.
-- Parameters:
token -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getSessionTokenLogin
-public TokenAuthorisation getSessionTokenLogin(TokenAuthorisation token,
- String username,
- String password)
- throws MovieDbException
-This method is used to generate a session id for user based authentication. User must provide their username and password
-
- A session id is required in order to use any of the write methods.
-- Parameters:
token - Session tokenusername - User's usernamepassword - User's password
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getGuestSessionToken
-public TokenSession getGuestSessionToken()
- throws MovieDbException
-This method is used to generate a guest session id.
-
- A guest session can be used to rate movies without having a registered TMDb user account.
-
- You should only generate a single guest session per user (or device) as you will be able to attach the ratings to a TMDb user
- account in the future.
-
- There are also IP limits in place so you should always make sure it's the end user doing the guest session actions.
-
- If a guest session is not used for the first time within 24 hours, it will be automatically discarded.
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getAccount
-public Account getAccount(String sessionId)
- throws MovieDbException
-Get the basic information for an account. You will need to have a valid session id.
-- Parameters:
sessionId -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getFavoriteMovies
-public List<MovieDb> getFavoriteMovies(String sessionId,
- int accountId)
- throws MovieDbException
-Get the account favourite movies
-- Parameters:
sessionId - accountId -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
changeFavoriteStatus
-public StatusCode changeFavoriteStatus(String sessionId,
- int accountId,
- Integer movieId,
- boolean isFavorite)
- throws MovieDbException
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
addToWatchList
-public StatusCode addToWatchList(String sessionId,
- int accountId,
- Integer movieId)
- throws MovieDbException
-Add a movie to an accounts watch list.
-- Parameters:
sessionId - accountId - movieId -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
removeFromWatchList
-public StatusCode removeFromWatchList(String sessionId,
- int accountId,
- Integer movieId)
- throws MovieDbException
-Remove a movie from an accounts watch list.
-- Parameters:
sessionId - accountId - movieId -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getMovieInfo
-public MovieDb getMovieInfo(int movieId,
- String language,
- String... appendToResponse)
- throws MovieDbException
-This method is used to retrieve all of the basic movie information.
-
- It will return the single highest rated poster and backdrop.
-
- ApiExceptionType.MOVIE_ID_NOT_FOUND will be thrown if there are no movies found.
-- Parameters:
movieId - language - appendToResponse -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getMovieInfoImdb
-public MovieDb getMovieInfoImdb(String imdbId,
- String language,
- String... appendToResponse)
- throws MovieDbException
-This method is used to retrieve all of the basic movie information.
-
- It will return the single highest rated poster and backdrop.
-
- ApiExceptionType.MOVIE_ID_NOT_FOUND will be thrown if there are no movies found.
-- Parameters:
imdbId - language - appendToResponse -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getMovieAlternativeTitles
-public TmdbResultsList<AlternativeTitle> getMovieAlternativeTitles(int movieId,
- String country,
- String... appendToResponse)
- throws MovieDbException
-This method is used to retrieve all of the alternative titles we have for a particular movie.
-- Parameters:
movieId - country - appendToResponse -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getMovieCasts
-public TmdbResultsList<Person> getMovieCasts(int movieId,
- String... appendToResponse)
+getTimezones
+public Map<String,List<String>> getTimezones()
throws MovieDbException
-Get the cast information for a specific movie id.
+Get the list of supported timezones for the API methods that support
+ them.
+- Returns:
- @throws MovieDbException
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getCreditInfo
+public CreditInfo getCreditInfo(String creditId,
+ String language)
+ throws MovieDbException
+Get the detailed information about a particular credit record.
+
+ This is currently only supported with the new credit model found in TV.
+
+ These IDs can be found from any TV credit response as well as the
+ TV_credits and combined_credits methods for people.
+ The episodes object returns a list of episodes and are generally going to
+ be guest stars.
+ The season array will return a list of season numbers.
+ Season credits are credits that were marked with the "add to every
+ season" option in the editing interface and are assumed to be "season
+ regulars".
+- Parameters:
creditId - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getDiscoverMovies
+public List<MovieBasic> getDiscoverMovies(Discover discover)
+ throws MovieDbException
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
+- Parameters:
discover - A discover object containing the search criteria required
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getDiscoverTV
+public List<TVBasic> getDiscoverTV(Discover discover)
+ throws MovieDbException
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
+- Parameters:
discover - A discover object containing the search criteria required
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
find
+public FindResults find(String id,
+ ExternalSource externalSource,
+ String language)
+ throws MovieDbException
+You con use this method to find movies, tv series or persons using
+ external ids.
- TODO: Add a function to enrich the data with the people methods
-- Parameters:
movieId - appendToResponse -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getMovieImages
-public TmdbResultsList<Artwork> getMovieImages(int movieId,
- String language,
- String... appendToResponse)
- throws MovieDbException
-This method should be used when you’re wanting to retrieve all of the images for a particular movie.
-- Parameters:
movieId - language - appendToResponse -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getMovieKeywords
-public TmdbResultsList<Keyword> getMovieKeywords(int movieId,
- String... appendToResponse)
- throws MovieDbException
-This method is used to retrieve all of the keywords that have been added to a particular movie.
+ Supported query ids are
+
+ - Movies: imdb_id
+ - People: imdb_id, freebase_mid, freebase_id, tvrage_id
+ - TV Series: imdb_id, freebase_mid, freebase_id, tvdb_id,
+ tvrage_id
+ - TV Seasons: freebase_mid, freebase_id, tvdb_id, tvrage_id
+ - TV Episodes: imdb_id, freebase_mid, freebase_id, tvdb_id,
+ tvrage_idimdb_id, freebase_mid, freebase_id, tvrage_id, tvdb_id.
+
- Currently, only English keywords exist.
-- Parameters:
movieId - appendToResponse -
+ For details see http://docs.themoviedb.apiary.io/#find
+
- Parameters:
id - the external idexternalSource - one of ExternalSource.language - the language
- Returns:
- Throws:
MovieDbException
-
+
-
-
getMovieReleaseInfo
-public TmdbResultsList<ReleaseInfo> getMovieReleaseInfo(int movieId,
- String language,
- String... appendToResponse)
- throws MovieDbException
-This method is used to retrieve all of the release and certification data we have for a specific movie.
-- Parameters:
movieId - language - appendToResponse -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getMovieTrailers
-public TmdbResultsList<Video> getMovieTrailers(int movieId,
- String language,
- String... appendToResponse)
- throws MovieDbException
-This method is used to retrieve all of the trailers for a particular movie.
-
- Supported sites are YouTube and QuickTime.
-- Parameters:
movieId - language - appendToResponse -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getMovieTranslations
-public TmdbResultsList<Translation> getMovieTranslations(int movieId,
- String... appendToResponse)
- throws MovieDbException
-This method is used to retrieve a list of the available translations for a specific movie.
-- Parameters:
movieId - appendToResponse -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getSimilarMovies
-public TmdbResultsList<MovieDb> getSimilarMovies(int movieId,
- String language,
- int page,
- String... appendToResponse)
- throws MovieDbException
-The similar movies method will let you retrieve the similar movies for a particular movie.
-
- This data is created dynamically but with the help of users votes on TMDb.
-
- The data is much better with movies that have more keywords
-- Parameters:
movieId - language - page - appendToResponse -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getReviews
-public TmdbResultsList<Reviews> getReviews(int movieId,
- String language,
- int page,
- String... appendToResponse)
- throws MovieDbException
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getMovieLists
-public TmdbResultsList<MovieList> getMovieLists(int movieId,
- String language,
- int page,
- String... appendToResponse)
+getGenreMovieList
+public TmdbResultsList<Genre> getGenreMovieList(String language)
throws MovieDbException
-Get the lists that the movie belongs to
-
- Parameters:
movieId - language - page - appendToResponse -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getMovieChanges
-public TmdbResultsMap<String,List<ChangedItem>> getMovieChanges(int movieId,
- String startDate,
- String endDate)
- throws MovieDbException
-Get the changes for a specific movie id.
-
- Changes are grouped by key, and ordered by date in descending order.
-
- By default, only the last 24 hours of changes are returned.
-
- The maximum number of days that can be returned in a single request is 14.
-
- The language is present on fields that are translatable.
-
- TODO: DOES NOT WORK AT THE MOMENT. This is due to the "value" item changing type in the ChangeItem
-- Parameters:
movieId - startDate - the start date of the changes, optionalendDate - the end date of the changes, optional
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getLatestMovie
-public MovieDb getLatestMovie()
- throws MovieDbException
-This method is used to retrieve the newest movie that was added to TMDb.
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getUpcoming
-public TmdbResultsList<MovieDb> getUpcoming(String language,
- int page)
- throws MovieDbException
-Get the list of upcoming movies.
-
- This list refreshes every day.
-
- The maximum number of items this list will include is 100.
-- Parameters:
language - page -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getNowPlayingMovies
-public TmdbResultsList<MovieDb> getNowPlayingMovies(String language,
- int page)
- throws MovieDbException
-This method is used to retrieve the movies currently in theatres.
-
- This is a curated list that will normally contain 100 movies. The default response will return 20 movies.
-
- TODO: Implement more than 20 movies
-- Parameters:
language - page -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getPopularMovieList
-public TmdbResultsList<MovieDb> getPopularMovieList(String language,
- int page)
- throws MovieDbException
-This method is used to retrieve the daily movie popularity list.
-
- This list is updated daily. The default response will return 20 movies.
-
- TODO: Implement more than 20 movies
-- Parameters:
language - page -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getTopRatedMovies
-public TmdbResultsList<MovieDb> getTopRatedMovies(String language,
- int page)
- throws MovieDbException
-This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
-
- The default response will return 20 movies.
-
- TODO: Implement more than 20 movies
-- Parameters:
language - page -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getRatedMovies
-public List<MovieDb> getRatedMovies(String sessionId,
- int accountId)
- throws MovieDbException
-Get the list of rated movies (and associated rating) for an account.
-- Parameters:
sessionId - accountId -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
postMovieRating
-public boolean postMovieRating(String sessionId,
- Integer movieId,
- Integer rating)
- throws MovieDbException
-This method lets users rate a movie.
-
- A valid session id is required.
-- Parameters:
sessionId - movieId - rating -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getCollectionInfo
-public CollectionInfo getCollectionInfo(int collectionId,
- String language)
- throws MovieDbException
-This method is used to retrieve all of the basic information about a movie collection.
-
- You can get the ID needed for this method by making a getMovieInfo request for the belongs_to_collection.
-- Parameters:
collectionId - language -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getCollectionImages
-public TmdbResultsList<Artwork> getCollectionImages(int collectionId,
- String language)
- throws MovieDbException
-Get all of the images for a particular collection by collection id.
-- Parameters:
collectionId - language -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getPersonInfo
-public Person getPersonInfo(int personId,
- String... appendToResponse)
- throws MovieDbException
-This method is used to retrieve all of the basic person information.
-
- It will return the single highest rated profile image.
-- Parameters:
personId - appendToResponse -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getPersonCredits
-public TmdbResultsList<PersonCredit> getPersonCredits(int personId,
- String... appendToResponse)
- throws MovieDbException
-This method is used to retrieve all of the cast & crew information for the person.
-
- It will return the single highest rated poster for each movie record.
-- Parameters:
personId - appendToResponse -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getPersonImages
-public TmdbResultsList<Artwork> getPersonImages(int personId)
- throws MovieDbException
-This method is used to retrieve all of the profile images for a person.
-- Parameters:
personId -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getPersonChanges
-public void getPersonChanges(int personId,
- String startDate,
- String endDate)
- throws MovieDbException
-Get the changes for a specific person id.
-
- Changes are grouped by key, and ordered by date in descending order.
-
- By default, only the last 24 hours of changes are returned.
-
- The maximum number of days that can be returned in a single request is 14.
-
- The language is present on fields that are translatable.
-- Parameters:
personId - startDate - endDate -
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getPersonPopular
-public TmdbResultsList<Person> getPersonPopular()
- throws MovieDbException
-Get the list of popular people on The Movie Database.
-
- This list refreshes every day.
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getPersonPopular
-public TmdbResultsList<Person> getPersonPopular(int page)
- throws MovieDbException
-Get the list of popular people on The Movie Database.
-
- This list refreshes every day.
-- Parameters:
page -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getPersonLatest
-public Person getPersonLatest()
- throws MovieDbException
-Get the latest person id.
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getCompanyInfo
-public Company getCompanyInfo(int companyId)
- throws MovieDbException
-This method is used to retrieve the basic information about a production company on TMDb.
-- Parameters:
companyId -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getCompanyMovies
-public TmdbResultsList<MovieDb> getCompanyMovies(int companyId,
- String language,
- int page)
- throws MovieDbException
-This method is used to retrieve the movies associated with a company.
-
- These movies are returned in order of most recently released to oldest. The default response will return 20 movies per page.
-
- TODO: Implement more than 20 movies
-- Parameters:
companyId - language - page -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getGenreList
-public TmdbResultsList<Genre> getGenreList(String language)
- throws MovieDbException
-You can use this method to retrieve the list of genres used on TMDb.
-
- These IDs will correspond to those found in movie calls.
+Get the list of Movie genres.
- Parameters:
language -
- Returns:
- Throws:
MovieDbException
-
+
+
+
+
+-
+
getGenreTVList
+public TmdbResultsList<Genre> getGenreTVList(String language)
+ throws MovieDbException
+Get the list of TV genres..
+- Parameters:
language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
-
getGenreMovies
-public TmdbResultsList<MovieDb> getGenreMovies(int genreId,
- String language,
- int page,
- boolean includeAllMovies)
- throws MovieDbException
+public List<MovieBasic> getGenreMovies(int genreId,
+ String language,
+ Integer page,
+ Boolean includeAllMovies,
+ Boolean includeAdult)
+ throws MovieDbException
Get a list of movies per genre.
- It is important to understand that only movies with more than 10 votes get listed.
+ It is important to understand that only movies with more than 10 votes
+ get listed.
- This prevents movies from 1 10/10 rating from being listed first and for the first 5 pages.
-- Parameters:
genreId - language - page - includeAllMovies -
+ This prevents movies from 1 10/10 rating from being listed first and for
+ the first 5 pages.
+- Parameters:
genreId - language - page - includeAllMovies - includeAdult -
- Returns:
- Throws:
MovieDbException
-
+
-
-
searchMovie
-public TmdbResultsList<MovieDb> searchMovie(String movieName,
- int searchYear,
- String language,
- boolean includeAdult,
- int page)
- throws MovieDbException
-Search Movies This is a good starting point to start finding movies on TMDb.
-- Parameters:
movieName - searchYear - Limit the search to the provided year. Zero (0) will get all yearslanguage - The language to include. Can be blank/null.includeAdult - true or false to include adult titles in the searchpage - The page of results to return. 0 to get the default (first page)
+getKeyword
+public Keyword getKeyword(String keywordId)
+ throws MovieDbException
+Get the basic information for a specific keyword id.
+- Parameters:
keywordId -
- Returns:
- Throws:
MovieDbException
-
+
-
-
searchCollection
-public TmdbResultsList<Collection> searchCollection(String query,
+getKeywordMovies
+public TmdbResultsList<MovieBasic> getKeywordMovies(String keywordId,
String language,
- int page)
+ Integer page)
throws MovieDbException
-Search for collections by name.
-
- Parameters:
query - language - page -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
searchPeople
-public TmdbResultsList<Person> searchPeople(String personName,
- boolean includeAdult,
- int page)
- throws MovieDbException
-This is a good starting point to start finding people on TMDb.
-
- The idea is to be a quick and light method so you can iterate through people quickly.
-- Parameters:
personName - includeAdult - page -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
searchList
-public TmdbResultsList<MovieList> searchList(String query,
- String language,
- int page)
- throws MovieDbException
-Search for lists by name and description.
-- Parameters:
query - language - page -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
searchCompanies
-public TmdbResultsList<Company> searchCompanies(String companyName,
- int page)
- throws MovieDbException
-Search Companies.
-
- You can use this method to search for production companies that are part of TMDb. The company IDs will map to those returned
- on movie calls.
-
- http://help.themoviedb.org/kb/api/search-companies
-- Parameters:
companyName - page -
-- Returns:
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
searchKeyword
-public TmdbResultsList<Keyword> searchKeyword(String query,
- int page)
- throws MovieDbException
-Search for keywords by name
-- Parameters:
query - page -
-- Returns:
+Get the list of movies for a particular keyword by id.
+- Parameters:
keywordId - language - page -
+- Returns:
- List of movies with the keyword
- Throws:
MovieDbException
@@ -1669,8 +1693,8 @@ extends
-
getList
-public MovieDbList getList(String listId)
- throws MovieDbException
+public ListItem<MovieDb> getList(String listId)
+ throws MovieDbException
Get a list by its ID
- Parameters:
listId -
- Returns:
- The list and its items
@@ -1678,22 +1702,6 @@ extends MovieDbException
-
-
-
-
--
-
getUserLists
-public List<MovieDbList> getUserLists(String sessionId,
- int accountID)
- throws MovieDbException
-Get all lists of a given user
-- Parameters:
sessionId - accountID -
-- Returns:
- The lists
-- Throws:
-MovieDbException
-
-
@@ -1711,227 +1719,1142 @@ extends MovieDbException
-
+
-
-
isMovieOnList
-public boolean isMovieOnList(String listId,
- Integer movieId)
+deleteList
+public StatusCode deleteList(String sessionId,
+ String listId)
throws MovieDbException
-Check to see if a movie ID is already added to a list.
-
- Parameters:
listId - movieId -
-- Returns:
- true if the movie is on the list
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
addMovieToList
-public StatusCode addMovieToList(String sessionId,
- String listId,
- Integer movieId)
- throws MovieDbException
-This method lets users add new movies to a list that they created. A valid session id is required.
-- Parameters:
sessionId - listId - movieId -
-- Returns:
- true if the movie is on the list
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
removeMovieFromList
-public StatusCode removeMovieFromList(String sessionId,
- String listId,
- Integer movieId)
- throws MovieDbException
-This method lets users remove movies from a list that they created. A valid session id is required.
-- Parameters:
sessionId - listId - movieId -
-- Returns:
- true if the movie is on the list
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getWatchList
-public List<MovieDb> getWatchList(String sessionId,
- int accountId)
- throws MovieDbException
-Get the list of movies on an accounts watchlist.
-- Parameters:
sessionId - accountId -
-- Returns:
- The watchlist of the user
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
deleteMovieList
-public StatusCode deleteMovieList(String sessionId,
- String listId)
- throws MovieDbException
-This method lets users delete a list that they created. A valid session id is required.
+This method lets users delete a list that they created. A valid session
+ id is required.
- Parameters:
sessionId - listId -
- Returns:
- Throws:
MovieDbException
-
+
-
-
getKeyword
-public Keyword getKeyword(String keywordId)
- throws MovieDbException
-Get the basic information for a specific keyword id.
-- Parameters:
keywordId -
-- Returns:
+checkItemStatus
+public boolean checkItemStatus(String listId,
+ Integer mediaId)
+ throws MovieDbException
+Check to see if an item is already on a list.
+- Parameters:
listId - mediaId -
+- Returns:
- true if the item is on the list
- Throws:
MovieDbException
-
+
-
-
getKeywordMovies
-public TmdbResultsList<KeywordMovie> getKeywordMovies(String keywordId,
- String language,
- int page)
- throws MovieDbException
-Get the list of movies for a particular keyword by id.
-- Parameters:
keywordId - language - page -
-- Returns:
- List of movies with the keyword
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getMovieChangesList
-public TmdbResultsList<ChangedMovie> getMovieChangesList(int page,
- String startDate,
- String endDate)
- throws MovieDbException
-Get a list of movie ids that have been edited. By default we show the last 24 hours and only 100 items per page. The maximum
- number of days that can be returned in a single request is 14. You can then use the movie changes API to get the actual data
- that has been changed. Please note that the change log system to support this was changed on October 5, 2012 and will only
- show movies that have been edited since.
-- Parameters:
page - startDate - the start date of the changes, optionalendDate - the end date of the changes, optional
-- Returns:
- List of changed movie
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getPersonChangesList
-public void getPersonChangesList(int page,
- String startDate,
- String endDate)
- throws MovieDbException
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getJobs
-public TmdbResultsList<JobDepartment> getJobs()
- throws MovieDbException
-- Throws:
-MovieDbException
-
-
-
-
-
-
--
-
getDiscover
-public 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)
- throws MovieDbException
-Discover movies by different types of data like average rating, number of votes, genres and certifications.
+addItemToList
+public StatusCode addItemToList(String sessionId,
+ String listId,
+ Integer mediaId)
+ throws MovieDbException
+This method lets users add new items to a list that they created.
- You can alternatively create a "discover" object and pass it to this method to cut out the requirement for all of these
- parameters
-- Parameters:
page - Minimum value is 1language - ISO 639-1 code.sortBy - Available options are vote_average.desc, vote_average.asc, release_date.desc, release_date.asc,
- popularity.desc, popularity.ascincludeAdult - Toggle the inclusion of adult titlesyear - Filter the results release dates to matches that include this valueprimaryReleaseYear - Filter the results so that only the primary release date year has this valuevoteCountGte - Only include movies that are equal to, or have a vote count higher than this valuevoteAverageGte - Only include movies that are equal to, or have a higher average rating than this valuewithGenres - Only include movies with the specified genres. Expected value is an integer (the id of a genre). Multiple
- values can be specified. Comma separated indicates an 'AND' query, while a pipe (|) separated value indicates an 'OR'.releaseDateGte - The minimum release to include. Expected format is YYYY-MM-DDreleaseDateLte - The maximum release to include. Expected format is YYYY-MM-DDcertificationCountry - Only include movies with certifications for a specific country. When this value is specified,
- 'certificationLte' is required. A ISO 3166-1 is expected.certificationLte - Only include movies with this certification and lower. Expected value is a valid certification for
- the specified 'certificationCountry'.withCompanies - Filter movies to include a specific company. Expected value is an integer (the id of a company). They
- can be comma separated to indicate an 'AND' query.
-- Returns:
+ A valid session id is required.
+- Parameters:
sessionId - listId - mediaId -
+- Returns:
- true if the movie is on the list
- Throws:
MovieDbException
-
+
-
-
getDiscover
-public TmdbResultsList<MovieDb> getDiscover(Discover discover)
- throws MovieDbException
-Discover movies by different types of data like average rating, number of votes, genres and certifications.
-- Parameters:
discover - A discover object containing the search criteria required
+removeItemFromList
+public StatusCode removeItemFromList(String sessionId,
+ String listId,
+ Integer mediaId)
+ throws MovieDbException
+This method lets users remove items from a list that they created.
+
+ A valid session id is required.
+- Parameters:
sessionId - listId - mediaId -
+- Returns:
- true if the movie is on the list
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieInfo
+public MovieDb getMovieInfo(int movieId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+This method is used to retrieve all of the basic movie information.
+
+ It will return the single highest rated poster and backdrop.
+
+ ApiExceptionType.MOVIE_ID_NOT_FOUND will be thrown if there are no movies
+ found.
+- Parameters:
movieId - language - appendToResponse -
- Returns:
- Throws:
MovieDbException
-
+
+
+
+
+-
+
getMovieInfoImdb
+public MovieDb getMovieInfoImdb(String imdbId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+This method is used to retrieve all of the basic movie information.
+
+ It will return the single highest rated poster and backdrop.
+
+ ApiExceptionType.MOVIE_ID_NOT_FOUND will be thrown if there are no movies
+ found.
+- Parameters:
imdbId - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieAccountState
+public MediaState getMovieAccountState(int movieId,
+ String sessionId)
+ throws MovieDbException
+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.
+
+ A valid session id is required.
+- Parameters:
movieId - sessionId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieAlternativeTitles
+public TmdbResultsList<AlternativeTitle> getMovieAlternativeTitles(int movieId,
+ String country,
+ String... appendToResponse)
+ throws MovieDbException
+This method is used to retrieve all of the alternative titles we have for
+ a particular movie.
+- Parameters:
movieId - country - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieCredits
+public MediaCreditList getMovieCredits(int movieId,
+ String... appendToResponse)
+ throws MovieDbException
+Get the cast and crew information for a specific movie id.
+- Parameters:
movieId - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieImages
+public TmdbResultsList<Artwork> getMovieImages(int movieId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+This method should be used when you’re wanting to retrieve all of the
+ images for a particular movie.
+- Parameters:
movieId - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieKeywords
+public TmdbResultsList<Keyword> getMovieKeywords(int movieId,
+ String... appendToResponse)
+ throws MovieDbException
+This method is used to retrieve all of the keywords that have been added
+ to a particular movie.
+
+ Currently, only English keywords exist.
+- Parameters:
movieId - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieReleaseInfo
+public TmdbResultsList<ReleaseInfo> getMovieReleaseInfo(int movieId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+This method is used to retrieve all of the release and certification data
+ we have for a specific movie.
+- Parameters:
movieId - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieVideos
+public TmdbResultsList<Video> getMovieVideos(int movieId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+This method is used to retrieve all of the trailers for a particular
+ movie.
+
+ Supported sites are YouTube and QuickTime.
+- Parameters:
movieId - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieTranslations
+public TmdbResultsList<Translation> getMovieTranslations(int movieId,
+ String... appendToResponse)
+ throws MovieDbException
+This method is used to retrieve a list of the available translations for
+ a specific movie.
+- Parameters:
movieId - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getSimilarMovies
+public TmdbResultsList<MovieDb> getSimilarMovies(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+The similar movies method will let you retrieve the similar movies for a
+ particular movie.
+
+ This data is created dynamically but with the help of users votes on
+ TMDb.
+
+ The data is much better with movies that have more keywords
+- Parameters:
movieId - language - page - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieReviews
+public TmdbResultsList<Review> getMovieReviews(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+Get the reviews for a particular movie id.
+- Parameters:
movieId - page - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieLists
+public TmdbResultsList<UserList> getMovieLists(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+Get the lists that the movie belongs to
+- Parameters:
movieId - language - page - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieChanges
+public WrapperChanges getMovieChanges(int movieId,
+ String startDate,
+ String endDate)
+ throws MovieDbException
+Get the changes for a specific movie ID.
+
+ Changes are grouped by key, and ordered by date in descending order.
+
+ By default, only the last 24 hours of changes are returned.
+
+ The maximum number of days that can be returned in a single request is
+ 14.
+
+ The language is present on fields that are translatable.
+- Parameters:
movieId - startDate - endDate -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
postMovieRating
+public StatusCode postMovieRating(int movieId,
+ int rating,
+ String sessionId,
+ String guestSessionId)
+ throws MovieDbException
+This method lets users rate a movie.
+
+ A valid session id or guest session id is required.
+- Parameters:
sessionId - movieId - rating - guestSessionId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getLatestMovie
+public MovieDb getLatestMovie()
+ throws MovieDbException
+This method is used to retrieve the newest movie that was added to TMDb.
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getUpcoming
+public TmdbResultsList<MovieDb> getUpcoming(Integer page,
+ String language)
+ throws MovieDbException
+Get the list of upcoming movies.
+
+ This list refreshes every day.
+
+ The maximum number of items this list will include is 100.
+- Parameters:
language - page -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getNowPlayingMovies
+public TmdbResultsList<MovieDb> getNowPlayingMovies(Integer page,
+ String language)
+ throws MovieDbException
+This method is used to retrieve the movies currently in theatres.
+
+ This is a curated list that will normally contain 100 movies. The default
+ response will return 20 movies.
+- Parameters:
language - page -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPopularMovieList
+public TmdbResultsList<MovieDb> getPopularMovieList(Integer page,
+ String language)
+ throws MovieDbException
+This method is used to retrieve the daily movie popularity list.
+
+ This list is updated daily. The default response will return 20 movies.
+- Parameters:
language - page -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTopRatedMovies
+public TmdbResultsList<MovieDb> getTopRatedMovies(Integer page,
+ String language)
+ throws MovieDbException
+This method is used to retrieve the top rated movies that have over 10
+ votes on TMDb.
+
+ The default response will return 20 movies.
+- Parameters:
language - page -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getNetworkInfo
+public Network getNetworkInfo(int networkId)
+ throws MovieDbException
+This method is used to retrieve the basic information about a TV network.
+
+ You can use this ID to search for TV shows with the discover method.
+- Parameters:
networkId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPersonInfo
+public Person getPersonInfo(int personId,
+ String... appendToResponse)
+ throws MovieDbException
+Get the general person information for a specific id.
+- Parameters:
personId - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPersonMovieCredits
+public PersonCredits getPersonMovieCredits(int personId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+Get the movie credits for a specific person id.
+- Parameters:
personId - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPersonTVCredits
+public PersonCredits getPersonTVCredits(int personId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+Get the TV credits for a specific person id.
+
+ To get the expanded details for each record, call the /credit method with
+ the provided credit_id.
+
+ This will provide details about which episode and/or season the credit is
+ for.
+- Parameters:
personId - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPersonCombinedCredits
+public PersonCredits getPersonCombinedCredits(int personId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+Get the combined (movie and TV) credits for a specific person id.
+
+ To get the expanded details for each TV record, call the /credit method
+ with the provided credit_id.
+
+ This will provide details about which episode and/or season the credit is
+ for.
+- Parameters:
personId - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPersonExternalIds
+public ExternalID getPersonExternalIds(int personId)
+ throws MovieDbException
+Get the external ids for a specific person id.
+- Parameters:
personId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPersonImages
+public TmdbResultsList<Artwork> getPersonImages(int personId)
+ throws MovieDbException
+Get the images for a specific person id.
+- Parameters:
personId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPersonTaggedImages
+public TmdbResultsList<ArtworkMedia> getPersonTaggedImages(int personId,
+ Integer page,
+ String language)
+ throws MovieDbException
+Get the images that have been tagged with a specific person id.
+
+ We return all of the image results with a media object mapped for each
+ image.
+- Parameters:
personId - page - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPersonChanges
+public WrapperChanges getPersonChanges(int personId,
+ String startDate,
+ String endDate)
+ throws MovieDbException
+Get the changes for a specific person id.
+
+ Changes are grouped by key, and ordered by date in descending order.
+
+ By default, only the last 24 hours of changes are returned.
+
+ The maximum number of days that can be returned in a single request is
+ 14.
+
+ The language is present on fields that are translatable.
+- Parameters:
personId - startDate - endDate -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPersonPopular
+public TmdbResultsList<PersonFind> getPersonPopular(Integer page)
+ throws MovieDbException
+Get the list of popular people on The Movie Database.
+
+ This list refreshes every day.
+- Parameters:
page -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPersonLatest
+public Person getPersonLatest()
+ throws MovieDbException
+Get the latest person id.
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getReviews
+public Review getReviews(String reviewId)
+ throws MovieDbException
+- Parameters:
reviewId -
+- Returns:
- @throws MovieDbException
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
searchCompanies
+public TmdbResultsList<Company> searchCompanies(String query,
+ Integer page)
+ throws MovieDbException
+Search Companies.
+
+ You can use this method to search for production companies that are part
+ of TMDb. The company IDs will map to those returned on movie calls.
+
+ http://help.themoviedb.org/kb/api/search-companies
+- Parameters:
query - page -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
searchCollection
+public TmdbResultsList<Collection> searchCollection(String query,
+ Integer page,
+ String language)
+ throws MovieDbException
+Search for collections by name.
+- Parameters:
query - language - page -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
searchKeyword
+public TmdbResultsList<Keyword> searchKeyword(String query,
+ Integer page)
+ throws MovieDbException
+Search for keywords by name
+- Parameters:
query - page -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
searchList
+public TmdbResultsList<UserList> searchList(String query,
+ Integer page,
+ Boolean includeAdult)
+ throws MovieDbException
+Search for lists by name and description.
+- Parameters:
query - includeAdult - page -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
searchMovie
+public TmdbResultsList<MovieDb> searchMovie(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult,
+ Integer searchYear,
+ Integer primaryReleaseYear,
+ SearchType searchType)
+ throws MovieDbException
+Search Movies This is a good starting point to start finding movies on
+ TMDb.
+- Parameters:
query - searchYear - Limit the search to the provided year. Zero (0) will
+ get all yearslanguage - The language to include. Can be blank/null.includeAdult - true or false to include adult titles in the searchpage - The page of results to return. 0 to get the default (first
+ page)primaryReleaseYear - searchType -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
searchMulti
+public TmdbResultsList<MediaBasic> searchMulti(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult)
+ throws MovieDbException
+Search the movie, tv show and person collections with a single query.
+
+ Each item returned in the result array has a media_type field that maps
+ to either movie, tv or person.
+
+ Each mapped result is the same response you would get from each
+ independent search
+- Parameters:
query - page - language - includeAdult -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
searchPeople
+public TmdbResultsList<PersonFind> searchPeople(String query,
+ Integer page,
+ Boolean includeAdult,
+ SearchType searchType)
+ throws MovieDbException
+This is a good starting point to start finding people on TMDb.
+
+ The idea is to be a quick and light method so you can iterate through
+ people quickly.
+- Parameters:
query - includeAdult - page - searchType -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
searchTV
+public TmdbResultsList<TVBasic> searchTV(String query,
+ Integer page,
+ String language,
+ Integer firstAirDateYear,
+ SearchType searchType)
+ throws MovieDbException
+Search for TV shows by title.
+- Parameters:
query - page - language - firstAirDateYear - searchType -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVInfo
+public TVInfo getTVInfo(int tvID,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+Get the primary information about a TV series by id.
+- Parameters:
tvID - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVAccountState
+public MediaState getTVAccountState(int tvID,
+ String sessionID)
+ throws MovieDbException
+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.
+
+ A valid session id is required.
+- Parameters:
tvID - sessionID -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVAlternativeTitles
+public TmdbResultsList<AlternativeTitle> getTVAlternativeTitles(int tvID)
+ throws MovieDbException
+Get the alternative titles for a specific show ID.
+- Parameters:
tvID -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVChanges
+public WrapperChanges getTVChanges(int tvID,
+ String startDate,
+ String endDate)
+ throws MovieDbException
+Get the changes for a specific TV show id.
+- Parameters:
tvID - startDate - endDate -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVContentRatings
+public TmdbResultsList<ContentRating> getTVContentRatings(int tvID)
+ throws MovieDbException
+Get the content ratings for a specific TV show id.
+- Parameters:
tvID -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVCredits
+public MediaCreditList getTVCredits(int tvID,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+Get the cast & crew information about a TV series.
+- Parameters:
tvID - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVExternalIDs
+public ExternalID getTVExternalIDs(int tvID,
+ String language)
+ throws MovieDbException
+Get the external ids that we have stored for a TV series.
+- Parameters:
tvID - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVImages
+public TmdbResultsList<Artwork> getTVImages(int tvID,
+ String language,
+ String... includeImageLanguage)
+ throws MovieDbException
+Get the images (posters and backdrops) for a TV series.
+- Parameters:
tvID - language - includeImageLanguage -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVKeywords
+public TmdbResultsList<Keyword> getTVKeywords(int tvID,
+ String... appendToResponse)
+ throws MovieDbException
+Get the plot keywords for a specific TV show id.
+- Parameters:
tvID - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
postTVRating
+public StatusCode postTVRating(int tvID,
+ int rating,
+ String sessionID,
+ String guestSessionID)
+ throws MovieDbException
+This method lets users rate a TV show.
+
+ A valid session id or guest session id is required.
+- Parameters:
tvID - rating - sessionID - guestSessionID -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVSimilar
+public TmdbResultsList<TVInfo> getTVSimilar(int tvID,
+ Integer page,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+Get the similar TV shows for a specific tv id.
+- Parameters:
tvID - page - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVTranslations
+public TmdbResultsList<Translation> getTVTranslations(int tvID)
+ throws MovieDbException
+Get the list of translations that exist for a TV series. These
+ translations cascade down to the episode level.
+- Parameters:
tvID -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVVideos
+public TmdbResultsList<Video> getTVVideos(int tvID,
+ String language)
+ throws MovieDbException
+Get the videos that have been added to a TV series (trailers, opening
+ credits, etc...)
+- Parameters:
tvID - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getLatestTV
+public TVInfo getLatestTV()
+ throws MovieDbException
+Get the latest TV show id.
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVOnTheAir
+public TmdbResultsList<TVBasic> getTVOnTheAir(Integer page,
+ String language)
+ throws MovieDbException
+Get the list of TV shows that are currently on the air.
+
+ This query looks for any TV show that has an episode with an air date in
+ the next 7 days.
+- Parameters:
page - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVAiringToday
+public TmdbResultsList<TVBasic> getTVAiringToday(Integer page,
+ String language,
+ String timezone)
+ throws MovieDbException
+Get the list of TV shows that air today.
+
+ Without a specified timezone, this query defaults to EST
+- Parameters:
page - language - timezone -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVTopRated
+public TmdbResultsList<TVBasic> getTVTopRated(Integer page,
+ String language)
+ throws MovieDbException
+Get the list of top rated TV shows.
+
+ By default, this list will only include TV shows that have 2 or more
+ votes.
+
+ This list refreshes every day.
+- Parameters:
page - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
-
-
convertToJson
-public static String convertToJson(Map<String,?> map)
- throws MovieDbException
-Use Jackson to convert Map to JSON string.
-- Parameters:
map -
+getTVPopular
+public TmdbResultsList<TVBasic> getTVPopular(Integer page,
+ String language)
+ throws MovieDbException
+Get the list of popular TV shows. This list refreshes every day.
+- Parameters:
page - language -
- Returns:
- Throws:
MovieDbException
diff --git a/apidocs/com/omertron/themoviedbapi/class-use/Compare.html b/apidocs/com/omertron/themoviedbapi/class-use/Compare.html
new file mode 100644
index 000000000..8a4e655ec
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/class-use/Compare.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.Compare (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.Compare
+
+No usage of com.omertron.themoviedbapi.Compare
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html
index a45d07fb8..33ba4b8a1 100644
--- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html
+++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 3.12-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 4.0-SNAPSHOT API)
@@ -81,6 +81,14 @@
+com.omertron.themoviedbapi.methods
+
+
+
+com.omertron.themoviedbapi.model.config
+
+
+
com.omertron.themoviedbapi.tools
@@ -102,41 +110,36 @@
StatusCode
-TheMovieDbApi.addMovieToList(String sessionId,
- String listId,
- Integer movieId)
-This method lets users add new movies to a list that they created.
+ TheMovieDbApi.addItemToList(String sessionId,
+ String listId,
+ Integer mediaId)
+This method lets users add new items to a list that they created.
StatusCode
-TheMovieDbApi.addToWatchList(String sessionId,
+TheMovieDbApi.addToWatchList(String sessionId,
int accountId,
- Integer movieId)
+ MediaType mediaType,
+ Integer mediaId)
Add a movie to an accounts watch list.
-StatusCode
-TheMovieDbApi.changeFavoriteStatus(String sessionId,
- int accountId,
- Integer movieId,
- boolean isFavorite)
-
-
-static String
-TheMovieDbApi.convertToJson(Map<String,?> map)
-Use Jackson to convert Map to JSON string.
+ boolean
+TheMovieDbApi.checkItemStatus(String listId,
+ Integer mediaId)
+Check to see if an item is already on a list.
-
+
URL
TheMovieDbApi.createImageUrl(String imagePath,
String requiredSize)
Generate the full image URL from the size and image path
-
+
String
TheMovieDbApi.createList(String sessionId,
String name,
@@ -144,440 +147,750 @@
This method lets users create a new list.
-
+
StatusCode
-TheMovieDbApi.deleteMovieList(String sessionId,
- String listId)
+ TheMovieDbApi.deleteList(String sessionId,
+ String listId)
This method lets users delete a list that they created.
+
+FindResults
+TheMovieDbApi.find(String id,
+ ExternalSource externalSource,
+ String language)
+You con use this method to find movies, tv series or persons using
+ external ids.
+
+
-Account
+Account
TheMovieDbApi.getAccount(String sessionId)
Get the basic information for an account.
-TokenAuthorisation
+TokenAuthorisation
TheMovieDbApi.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>
TheMovieDbApi.getCollectionImages(int collectionId,
String language)
Get all of the images for a particular collection by collection id.
-CollectionInfo
+CollectionInfo
TheMovieDbApi.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
+Company
TheMovieDbApi.getCompanyInfo(int companyId)
-This method is used to retrieve the basic information about a production company on TMDb.
+This method is used to retrieve the basic information about a production
+ company on TMDb.
-TmdbResultsList<MovieDb>
-TheMovieDbApi.getCompanyMovies(int companyId,
+List<MovieBasic>
+TheMovieDbApi.getCompanyMovies(int companyId,
String language,
- int page)
+ Integer page)
This method is used to retrieve the movies associated with a company.
-TmdbResultsList<MovieDb>
-TheMovieDbApi.getDiscover(Discover discover)
-Discover movies by different types of data like average rating, number of votes, genres and certifications.
+ Configuration
+TheMovieDbApi.getConfiguration()
+Get the configuration information
-TmdbResultsList<MovieDb>
-TheMovieDbApi.getDiscover(int page,
- String language,
- String sortBy,
- boolean includeAdult,
- int year,
- int primaryReleaseYear,
- int voteCountGte,
- float voteAverageGte,
- String withGenres,
- String releaseDateGte,
- String releaseDateLte,
- String certificationCountry,
- String certificationLte,
- String withCompanies)
-Discover movies by different types of data like average rating, number of votes, genres and certifications.
+ CreditInfo
+TheMovieDbApi.getCreditInfo(String creditId,
+ String language)
+Get the detailed information about a particular credit record.
-List<MovieDb>
+List<MovieBasic>
+TheMovieDbApi.getDiscoverMovies(Discover discover)
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
+
+
+
+List<TVBasic>
+TheMovieDbApi.getDiscoverTV(Discover discover)
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
+
+
+
+List<MovieBasic>
TheMovieDbApi.getFavoriteMovies(String sessionId,
int accountId)
Get the account favourite movies
-TmdbResultsList<Genre>
-TheMovieDbApi.getGenreList(String language)
-You can use this method to retrieve the list of genres used on TMDb.
+ List
+TheMovieDbApi.getFavoriteTv(String sessionId,
+ int accountId)
+Get the list of favorite TV series for an account.
-TmdbResultsList<MovieDb>
-TheMovieDbApi.getGenreMovies(int genreId,
- String language,
- int page,
- boolean includeAllMovies)
-Get a list of movies per genre.
+ TmdbResultsList<Genre>
+TheMovieDbApi.getGenreMovieList(String language)
+Get the list of Movie genres.
-TokenSession
+List<MovieBasic>
+TheMovieDbApi.getGenreMovies(int genreId,
+ String language,
+ Integer page,
+ Boolean includeAllMovies,
+ Boolean includeAdult)
+Get a list of movies per genre.
+
+
+
+TmdbResultsList<Genre>
+TheMovieDbApi.getGenreTVList(String language)
+Get the list of TV genres..
+
+
+
+List<MovieBasic>
+TheMovieDbApi.getGuestRatedMovies(String guestSessionId,
+ String language,
+ Integer page,
+ SortBy sortBy)
+Get a list of rated movies for a specific guest session id.
+
+
+
+TokenSession
TheMovieDbApi.getGuestSessionToken()
This method is used to generate a guest session id.
-
-TmdbResultsList<JobDepartment>
-TheMovieDbApi.getJobs()
-
-Keyword
+TmdbResultsList<JobDepartment>
+TheMovieDbApi.getJobs()
+Get a list of valid jobs
+
+
+
+Keyword
TheMovieDbApi.getKeyword(String keywordId)
Get the basic information for a specific keyword id.
-
-TmdbResultsList<KeywordMovie>
-TheMovieDbApi.getKeywordMovies(String keywordId,
+
+TmdbResultsList<MovieBasic>
+TheMovieDbApi.getKeywordMovies(String keywordId,
String language,
- int page)
+ Integer page)
Get the list of movies for a particular keyword by id.
-
-MovieDb
+
+MovieDb
TheMovieDbApi.getLatestMovie()
This method is used to retrieve the newest movie that was added to TMDb.
+
+TVInfo
+TheMovieDbApi.getLatestTV()
+Get the latest TV show id.
+
+
-MovieDbList
+ListItem<MovieDb>
TheMovieDbApi.getList(String listId)
Get a list by its ID
-TmdbResultsList<AlternativeTitle>
+MediaState
+TheMovieDbApi.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>
TheMovieDbApi.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>
-TheMovieDbApi.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>
+TheMovieDbApi.getMovieChangeList(Integer page,
+ String startDate,
+ String endDate)
+Get a list of Movie IDs that have been edited.
+
+
+
+WrapperChanges
TheMovieDbApi.getMovieChanges(int movieId,
String startDate,
String endDate)
-Get the changes for a specific movie id.
-
-
-
-TmdbResultsList<ChangedMovie>
-TheMovieDbApi.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>
-TheMovieDbApi.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
+TheMovieDbApi.getMovieCredits(int movieId,
+ String... appendToResponse)
+Get the cast and crew information for a specific movie id.
-MovieDb
+TmdbResultsList<Artwork>
+TheMovieDbApi.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
TheMovieDbApi.getMovieInfo(int movieId,
String language,
String... appendToResponse)
This method is used to retrieve all of the basic movie information.
-
-MovieDb
+
+MovieDb
TheMovieDbApi.getMovieInfoImdb(String imdbId,
String language,
String... appendToResponse)
This method is used to retrieve all of the basic movie information.
-
-TmdbResultsList<Keyword>
+
+TmdbResultsList<Keyword>
TheMovieDbApi.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>
-TheMovieDbApi.getMovieLists(int movieId,
+
+TmdbResultsList<UserList>
+TheMovieDbApi.getMovieLists(int movieId,
+ Integer page,
String language,
- int page,
String... appendToResponse)
Get the lists that the movie belongs to
-
-TmdbResultsList<ReleaseInfo>
+
+TmdbResultsList<ReleaseInfo>
TheMovieDbApi.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>
-TheMovieDbApi.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>
-TheMovieDbApi.getMovieTranslations(int movieId,
- String... appendToResponse)
-This method is used to retrieve a list of the available translations for a specific movie.
+ TmdbResultsList<Review>
+TheMovieDbApi.getMovieReviews(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+Get the reviews for a particular movie id.
-TmdbResultsList<MovieDb>
-TheMovieDbApi.getNowPlayingMovies(String language,
- int page)
+ TmdbResultsMap<String,List<Certification>>
+TheMovieDbApi.getMoviesCertification()
+Get a list of movies certification.
+
+
+
+TmdbResultsList<Translation>
+TheMovieDbApi.getMovieTranslations(int movieId,
+ String... appendToResponse)
+This method is used to retrieve a list of the available translations for
+ a specific movie.
+
+
+
+TmdbResultsList<Video>
+TheMovieDbApi.getMovieVideos(int movieId,
+ String language,
+ String... appendToResponse)
+This method is used to retrieve all of the trailers for a particular
+ movie.
+
+
+
+Network
+TheMovieDbApi.getNetworkInfo(int networkId)
+This method is used to retrieve the basic information about a TV network.
+
+
+
+TmdbResultsList<MovieDb>
+TheMovieDbApi.getNowPlayingMovies(Integer page,
+ String language)
This method is used to retrieve the movies currently in theatres.
-void
+List<ChangeListItem>
+TheMovieDbApi.getPersonChangeList(Integer page,
+ String startDate,
+ String endDate)
+Get a list of Person IDs that have been edited.
+
+
+
+WrapperChanges
TheMovieDbApi.getPersonChanges(int personId,
String startDate,
String endDate)
Get the changes for a specific person id.
-
-void
-TheMovieDbApi.getPersonChangesList(int page,
- String startDate,
- String endDate)
-
-TmdbResultsList<PersonCredit>
-TheMovieDbApi.getPersonCredits(int personId,
- String... appendToResponse)
-This method is used to retrieve all of the cast & crew information for the person.
+ PersonCredits
+TheMovieDbApi.getPersonCombinedCredits(int personId,
+ String language,
+ String... appendToResponse)
+Get the combined (movie and TV) credits for a specific person id.
-TmdbResultsList<Artwork>
+ExternalID
+TheMovieDbApi.getPersonExternalIds(int personId)
+Get the external ids for a specific person id.
+
+
+
+TmdbResultsList<Artwork>
TheMovieDbApi.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
TheMovieDbApi.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
TheMovieDbApi.getPersonLatest()
Get the latest person id.
+
+PersonCredits
+TheMovieDbApi.getPersonMovieCredits(int personId,
+ String language,
+ String... appendToResponse)
+Get the movie credits for a specific person id.
+
+
-TmdbResultsList<Person>
-TheMovieDbApi.getPersonPopular()
+ TmdbResultsList<PersonFind>
+TheMovieDbApi.getPersonPopular(Integer page)
Get the list of popular people on The Movie Database.
-TmdbResultsList<Person>
-TheMovieDbApi.getPersonPopular(int page)
-Get the list of popular people on The Movie Database.
+ TmdbResultsList<ArtworkMedia>
+TheMovieDbApi.getPersonTaggedImages(int personId,
+ Integer page,
+ String language)
+Get the images that have been tagged with a specific person id.
-TmdbResultsList<MovieDb>
-TheMovieDbApi.getPopularMovieList(String language,
- int page)
+ PersonCredits
+TheMovieDbApi.getPersonTVCredits(int personId,
+ String language,
+ String... appendToResponse)
+Get the TV credits for a specific person id.
+
+
+
+TmdbResultsList<MovieDb>
+TheMovieDbApi.getPopularMovieList(Integer page,
+ String language)
This method is used to retrieve the daily movie popularity list.
-
-List<MovieDb>
-TheMovieDbApi.getRatedMovies(String sessionId,
- int accountId)
+
+List<MovieBasic>
+TheMovieDbApi.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>
-TheMovieDbApi.getReviews(int movieId,
- String language,
- int page,
- String... appendToResponse)
-
-TokenSession
-TheMovieDbApi.getSessionToken(TokenAuthorisation token)
-This method is used to generate a session id for user based authentication.
+ List<TVBasic>
+TheMovieDbApi.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
-TheMovieDbApi.getSessionTokenLogin(TokenAuthorisation token,
+Review
+TheMovieDbApi.getReviews(String reviewId)
+
+
+TokenSession
+TheMovieDbApi.getSessionToken(TokenAuthorisation token)
+This method is used to generate a session id for user based
+ authentication.
+
+
+
+TokenAuthorisation
+TheMovieDbApi.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>
-TheMovieDbApi.getSimilarMovies(int movieId,
+TmdbResultsList<MovieDb>
+TheMovieDbApi.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>
-TheMovieDbApi.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>>
+TheMovieDbApi.getTimezones()
+Get the list of supported timezones for the API methods that support
+ them.
-TmdbResultsList<MovieDb>
-TheMovieDbApi.getUpcoming(String language,
- int page)
+ TmdbResultsList<MovieDb>
+TheMovieDbApi.getTopRatedMovies(Integer page,
+ String language)
+This method is used to retrieve the top rated movies that have over 10
+ votes on TMDb.
+
+
+
+MediaState
+TheMovieDbApi.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>
+TheMovieDbApi.getTVAiringToday(Integer page,
+ String language,
+ String timezone)
+Get the list of TV shows that air today.
+
+
+
+TmdbResultsList<AlternativeTitle>
+TheMovieDbApi.getTVAlternativeTitles(int tvID)
+Get the alternative titles for a specific show ID.
+
+
+
+TmdbResultsMap<String,List<Certification>>
+TheMovieDbApi.getTvCertification()
+Get a list of tv certification.
+
+
+
+List<ChangeListItem>
+TheMovieDbApi.getTvChangeList(Integer page,
+ String startDate,
+ String endDate)
+Get a list of TV IDs that have been edited.
+
+
+
+WrapperChanges
+TheMovieDbApi.getTVChanges(int tvID,
+ String startDate,
+ String endDate)
+Get the changes for a specific TV show id.
+
+
+
+TmdbResultsList<ContentRating>
+TheMovieDbApi.getTVContentRatings(int tvID)
+Get the content ratings for a specific TV show id.
+
+
+
+MediaCreditList
+TheMovieDbApi.getTVCredits(int tvID,
+ String language,
+ String... appendToResponse)
+Get the cast & crew information about a TV series.
+
+
+
+ExternalID
+TheMovieDbApi.getTVExternalIDs(int tvID,
+ String language)
+Get the external ids that we have stored for a TV series.
+
+
+
+TmdbResultsList<Artwork>
+TheMovieDbApi.getTVImages(int tvID,
+ String language,
+ String... includeImageLanguage)
+Get the images (posters and backdrops) for a TV series.
+
+
+
+TVInfo
+TheMovieDbApi.getTVInfo(int tvID,
+ String language,
+ String... appendToResponse)
+Get the primary information about a TV series by id.
+
+
+
+TmdbResultsList<Keyword>
+TheMovieDbApi.getTVKeywords(int tvID,
+ String... appendToResponse)
+Get the plot keywords for a specific TV show id.
+
+
+
+TmdbResultsList<TVBasic>
+TheMovieDbApi.getTVOnTheAir(Integer page,
+ String language)
+Get the list of TV shows that are currently on the air.
+
+
+
+TmdbResultsList<TVBasic>
+TheMovieDbApi.getTVPopular(Integer page,
+ String language)
+Get the list of popular TV shows.
+
+
+
+TmdbResultsList<TVInfo>
+TheMovieDbApi.getTVSimilar(int tvID,
+ Integer page,
+ String language,
+ String... appendToResponse)
+Get the similar TV shows for a specific tv id.
+
+
+
+TmdbResultsList<TVBasic>
+TheMovieDbApi.getTVTopRated(Integer page,
+ String language)
+Get the list of top rated TV shows.
+
+
+
+TmdbResultsList<Translation>
+TheMovieDbApi.getTVTranslations(int tvID)
+Get the list of translations that exist for a TV series.
+
+
+
+TmdbResultsList<Video>
+TheMovieDbApi.getTVVideos(int tvID,
+ String language)
+Get the videos that have been added to a TV series (trailers, opening
+ credits, etc...)
+
+
+
+TmdbResultsList<MovieDb>
+TheMovieDbApi.getUpcoming(Integer page,
+ String language)
Get the list of upcoming movies.
-
-List<MovieDbList>
+
+List<UserList>
TheMovieDbApi.getUserLists(String sessionId,
- int accountID)
+ int accountId)
Get all lists of a given user
+
+List<MovieBasic>
+TheMovieDbApi.getWatchListMovie(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+Get the list of movies on an accounts watchlist.
+
+
-List<MovieDb>
-TheMovieDbApi.getWatchList(String sessionId,
- int accountId)
+ List<TVBasic>
+TheMovieDbApi.getWatchListTV(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
Get the list of movies on an accounts watchlist.
-boolean
-TheMovieDbApi.isMovieOnList(String listId,
- Integer movieId)
-Check to see if a movie ID is already added to a list.
+ StatusCode
+TheMovieDbApi.modifyFavoriteStatus(String sessionId,
+ int accountId,
+ Integer mediaId,
+ MediaType mediaType,
+ boolean isFavorite)
+Add or remove a movie to an accounts favourite list.
-boolean
-TheMovieDbApi.postMovieRating(String sessionId,
- Integer movieId,
- Integer rating)
+ StatusCode
+TheMovieDbApi.postMovieRating(int movieId,
+ int rating,
+ String sessionId,
+ String guestSessionId)
This method lets users rate a movie.
StatusCode
-TheMovieDbApi.removeFromWatchList(String sessionId,
- int accountId,
- Integer movieId)
-Remove a movie from an accounts watch list.
+ TheMovieDbApi.postTVRating(int tvID,
+ int rating,
+ String sessionID,
+ String guestSessionID)
+This method lets users rate a TV show.
StatusCode
-TheMovieDbApi.removeMovieFromList(String sessionId,
- String listId,
- Integer movieId)
-This method lets users remove movies from a list that they created.
+ TheMovieDbApi.removeFromWatchList(String sessionId,
+ int accountId,
+ MediaType mediaType,
+ Integer mediaId)
+Remove a movie from an accounts watch list.
-TmdbResultsList<Collection>
-TheMovieDbApi.searchCollection(String query,
- String language,
- int page)
+ StatusCode
+TheMovieDbApi.removeItemFromList(String sessionId,
+ String listId,
+ Integer mediaId)
+This method lets users remove items from a list that they created.
+
+
+
+TmdbResultsList<Collection>
+TheMovieDbApi.searchCollection(String query,
+ Integer page,
+ String language)
Search for collections by name.
-
-TmdbResultsList<Company>
-TheMovieDbApi.searchCompanies(String companyName,
- int page)
+
+TmdbResultsList<Company>
+TheMovieDbApi.searchCompanies(String query,
+ Integer page)
Search Companies.
-
-TmdbResultsList<Keyword>
-TheMovieDbApi.searchKeyword(String query,
- int page)
+
+TmdbResultsList<Keyword>
+TheMovieDbApi.searchKeyword(String query,
+ Integer page)
Search for keywords by name
-
-TmdbResultsList<MovieList>
-TheMovieDbApi.searchList(String query,
- String language,
- int page)
+
+TmdbResultsList<UserList>
+TheMovieDbApi.searchList(String query,
+ Integer page,
+ Boolean includeAdult)
Search for lists by name and description.
-
-TmdbResultsList<MovieDb>
-TheMovieDbApi.searchMovie(String movieName,
- int searchYear,
+
+TmdbResultsList<MovieDb>
+TheMovieDbApi.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>
+TheMovieDbApi.searchMulti(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult)
+Search the movie, tv show and person collections with a single query.
-TmdbResultsList<Person>
-TheMovieDbApi.searchPeople(String personName,
- boolean includeAdult,
- int page)
+ TmdbResultsList<PersonFind>
+TheMovieDbApi.searchPeople(String query,
+ Integer page,
+ Boolean includeAdult,
+ SearchType searchType)
This is a good starting point to start finding people on TMDb.
+
+TmdbResultsList<TVBasic>
+TheMovieDbApi.searchTV(String query,
+ Integer page,
+ String language,
+ Integer firstAirDateYear,
+ SearchType searchType)
+Search for TV shows by title.
+
+
@@ -600,6 +913,954 @@
+
+
+
+Uses of MovieDbException in com.omertron.themoviedbapi.methods
+
+Methods in com.omertron.themoviedbapi.methods that throw MovieDbException
+
+Modifier and Type
+Method and Description
+
+
+
+StatusCode
+TmdbLists.addItem(String sessionId,
+ String listId,
+ int mediaId)
+This method lets users add new items to a list that they created.
+
+
+
+boolean
+TmdbLists.checkItemStatus(String listId,
+ int mediaId)
+Check to see if an ID is already on a list.
+
+
+
+StatusCode
+TmdbLists.clear(String sessionId,
+ String listId,
+ boolean confirm)
+Clear all of the items within a list.
+
+
+
+String
+TmdbLists.createList(String sessionId,
+ String name,
+ String description)
+This method lets users create a new list.
+
+
+
+StatusCode
+TmdbLists.deleteList(String sessionId,
+ String listId)
+This method lets users delete a list that they created.
+
+
+
+FindResults
+TmdbFind.find(String id,
+ ExternalSource externalSource,
+ String language)
+You con use this method to find movies, tv series or persons using external ids.
+
+
+
+Account
+TmdbAccount.getAccount(String sessionId)
+Get the basic information for an account.
+
+
+
+TokenAuthorisation
+TmdbAuthentication.getAuthorisationToken()
+This method is used to generate a valid request token for user based authentication.
+
+
+
+List<ChangeListItem>
+TmdbChanges.getChangeList(MethodBase method,
+ Integer page,
+ String startDate,
+ String endDate)
+Get a list of Media IDs that have been edited.
+
+
+
+TmdbResultsList<Artwork>
+TmdbCollections.getCollectionImages(int collectionId,
+ String language)
+Get all of the images for a particular collection by collection id.
+
+
+
+CollectionInfo
+TmdbCollections.getCollectionInfo(int collectionId,
+ String language)
+This method is used to retrieve all of the basic information about a
+ movie collection.
+
+
+
+Company
+TmdbCompanies.getCompanyInfo(int companyId)
+This method is used to retrieve the basic information about a production company on TMDb.
+
+
+
+List<MovieBasic>
+TmdbCompanies.getCompanyMovies(int companyId,
+ String language,
+ Integer page)
+This method is used to retrieve the movies associated with a company.
+
+
+
+Configuration
+TmdbConfiguration.getConfig()
+Get the configuration
+ If the configuration has been previously retrieved, use that instead
+
+
+
+CreditInfo
+TmdbCredits.getCreditInfo(String creditId,
+ String language)
+Get the detailed information about a particular credit record.
+
+
+
+List<MovieBasic>
+TmdbDiscover.getDiscoverMovies(Discover discover)
+Discover movies by different types of data like average rating, number of votes, genres and certifications.
+
+
+
+List<TVBasic>
+TmdbDiscover.getDiscoverTV(Discover discover)
+Discover movies by different types of data like average rating, number of votes, genres and certifications.
+
+
+
+MediaState
+TmdbTVEpisodes.getEpisodeAccountState(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String sessionID)
+This method lets users get the status of whether or not the TV episode
+ has been rated.
+
+
+
+WrapperChanges
+TmdbTVEpisodes.getEpisodeChanges(int episodeID,
+ String startDate,
+ String endDate)
+Look up a TV episode's changes by episode ID
+
+
+
+MediaCreditList
+TmdbTVEpisodes.getEpisodeCredits(int tvID,
+ int seasonNumber,
+ int episodeNumber)
+Get the TV episode credits by combination of season and episode number.
+
+
+
+ExternalID
+TmdbTVEpisodes.getEpisodeExternalID(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language)
+Get the external ids for a TV episode by comabination of a season and
+ episode number.
+
+
+
+TmdbResultsList<Artwork>
+TmdbTVEpisodes.getEpisodeImages(int tvID,
+ int seasonNumber,
+ int episodeNumber)
+Get the images (episode stills) for a TV episode by combination of a
+ season and episode number.
+
+
+
+TVEpisodeInfo
+TmdbTVEpisodes.getEpisodeInfo(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language,
+ String... appendToResponse)
+Get the primary information about a TV episode by combination of a season
+ and episode number.
+
+
+
+TmdbResultsList<Video>
+TmdbTVEpisodes.getEpisodeVideos(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language)
+Get the videos that have been added to a TV episode (teasers, clips,
+ etc...)
+
+
+
+List<MovieBasic>
+TmdbAccount.getFavoriteMovies(String sessionId,
+ int accountId)
+Get the list of favorite movies for an account.
+
+
+
+List<TVBasic>
+TmdbAccount.getFavoriteTv(String sessionId,
+ int accountId)
+Get the list of favorite TV series for an account.
+
+
+
+TmdbResultsList<Genre>
+TmdbGenres.getGenreMovieList(String language)
+Get the list of movie genres.
+
+
+
+List<MovieBasic>
+TmdbGenres.getGenreMovies(int genreId,
+ String language,
+ Integer page,
+ Boolean includeAllMovies,
+ Boolean includeAdult)
+Get the list of movies for a particular genre by id.
+
+
+
+TmdbResultsList<Genre>
+TmdbGenres.getGenreTVList(String language)
+Get the list of TV genres.
+
+
+
+List<MovieBasic>
+TmdbAccount.getGuestRatedMovies(String guestSessionId,
+ String language,
+ Integer page,
+ SortBy sortBy)
+Get a list of rated movies for a specific guest session id.
+
+
+
+TokenSession
+TmdbAuthentication.getGuestSessionToken()
+This method is used to generate a guest session id.
+
+
+
+TmdbResultsList<JobDepartment>
+TmdbConfiguration.getJobs()
+Get a list of valid jobs
+
+
+
+Keyword
+TmdbKeywords.getKeyword(String keywordId)
+Get the basic information for a specific keyword id.
+
+
+
+TmdbResultsList<MovieBasic>
+TmdbKeywords.getKeywordMovies(String keywordId,
+ String language,
+ Integer page)
+Get the list of movies for a particular keyword by id.
+
+
+
+MovieDb
+TmdbMovies.getLatestMovie()
+This method is used to retrieve the newest movie that was added to TMDb.
+
+
+
+TVInfo
+TmdbTV.getLatestTV()
+Get the latest TV show id.
+
+
+
+ListItem<MovieDb>
+TmdbLists.getList(String listId)
+Get a list by its ID
+
+
+
+MediaState
+TmdbMovies.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>
+TmdbMovies.getMovieAlternativeTitles(int movieId,
+ String country,
+ String... appendToResponse)
+This method is used to retrieve all of the alternative titles we have for
+ a particular movie.
+
+
+
+WrapperChanges
+TmdbMovies.getMovieChanges(int movieId,
+ String startDate,
+ String endDate)
+Get the changes for a specific movie ID.
+
+
+
+MediaCreditList
+TmdbMovies.getMovieCredits(int movieId,
+ String... appendToResponse)
+Get the cast and crew information for a specific movie id.
+
+
+
+TmdbResultsList<Artwork>
+TmdbMovies.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
+TmdbMovies.getMovieInfo(int movieId,
+ String language,
+ String... appendToResponse)
+This method is used to retrieve all of the basic movie information.
+
+
+
+MovieDb
+TmdbMovies.getMovieInfoImdb(String imdbId,
+ String language,
+ String... appendToResponse)
+This method is used to retrieve all of the basic movie information.
+
+
+
+TmdbResultsList<Keyword>
+TmdbMovies.getMovieKeywords(int movieId,
+ String... appendToResponse)
+This method is used to retrieve all of the keywords that have been added
+ to a particular movie.
+
+
+
+TmdbResultsList<UserList>
+TmdbMovies.getMovieLists(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+Get the lists that the movie belongs to
+
+
+
+TmdbResultsList<ReleaseInfo>
+TmdbMovies.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<Review>
+TmdbMovies.getMovieReviews(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+Get the reviews for a particular movie id.
+
+
+
+TmdbResultsMap<String,List<Certification>>
+TmdbCertifications.getMoviesCertification()
+Get a list of movies certification.
+
+
+
+TmdbResultsList<Translation>
+TmdbMovies.getMovieTranslations(int movieId,
+ String... appendToResponse)
+This method is used to retrieve a list of the available translations for
+ a specific movie.
+
+
+
+TmdbResultsList<Video>
+TmdbMovies.getMovieVideos(int movieId,
+ String language,
+ String... appendToResponse)
+This method is used to retrieve all of the trailers for a particular
+ movie.
+
+
+
+Network
+TmdbNetworks.getNetworkInfo(int networkId)
+This method is used to retrieve the basic information about a TV network.
+
+
+
+TmdbResultsList<MovieDb>
+TmdbMovies.getNowPlayingMovies(Integer page,
+ String language)
+This method is used to retrieve the movies currently in theatres.
+
+
+
+WrapperChanges
+TmdbPeople.getPersonChanges(int personId,
+ String startDate,
+ String endDate)
+Get the changes for a specific person id.
+
+
+
+PersonCredits<CreditBasic>
+TmdbPeople.getPersonCombinedCredits(int personId,
+ String language,
+ String... appendToResponse)
+Get the combined (movie and TV) credits for a specific person id.
+
+
+
+ExternalID
+TmdbPeople.getPersonExternalIds(int personId)
+Get the external ids for a specific person id.
+
+
+
+TmdbResultsList<Artwork>
+TmdbPeople.getPersonImages(int personId)
+Get the images for a specific person id.
+
+
+
+Person
+TmdbPeople.getPersonInfo(int personId,
+ String... appendToResponse)
+Get the general person information for a specific id.
+
+
+
+Person
+TmdbPeople.getPersonLatest()
+Get the latest person id.
+
+
+
+PersonCredits<CreditMovieBasic>
+TmdbPeople.getPersonMovieCredits(int personId,
+ String language,
+ String... appendToResponse)
+Get the movie credits for a specific person id.
+
+
+
+TmdbResultsList<PersonFind>
+TmdbPeople.getPersonPopular(Integer page)
+Get the list of popular people on The Movie Database.
+
+
+
+TmdbResultsList<ArtworkMedia>
+TmdbPeople.getPersonTaggedImages(int personId,
+ Integer page,
+ String language)
+Get the images that have been tagged with a specific person id.
+
+
+
+PersonCredits<CreditTVBasic>
+TmdbPeople.getPersonTVCredits(int personId,
+ String language,
+ String... appendToResponse)
+Get the TV credits for a specific person id.
+
+
+
+TmdbResultsList<MovieDb>
+TmdbMovies.getPopularMovieList(Integer page,
+ String language)
+This method is used to retrieve the daily movie popularity list.
+
+
+
+List<MovieBasic>
+TmdbAccount.getRatedMovies(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+Get the list of rated movies (and associated rating) for an account.
+
+
+
+List<TVBasic>
+TmdbAccount.getRatedTV(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+Get the list of rated TV shows (and associated rating) for an account.
+
+
+
+Review
+TmdbReviews.getReview(String reviewId)
+Get the full details of a review by ID.
+
+
+
+MediaState
+TmdbTVSeasons.getSeasonAccountState(int tvID,
+ String sessionID)
+This method lets users get the status of whether or not the TV episodes
+ of a season have been rated.
+
+
+
+WrapperChanges
+TmdbTVSeasons.getSeasonChanges(int tvID,
+ String startDate,
+ String endDate)
+Look up a TV season's changes by season ID.
+
+
+
+MediaCreditList
+TmdbTVSeasons.getSeasonCredits(int tvID,
+ int seasonNumber)
+Get the cast & crew credits for a TV season by season number.
+
+
+
+ExternalID
+TmdbTVSeasons.getSeasonExternalID(int tvID,
+ int seasonNumber,
+ String language)
+Get the external ids that we have stored for a TV season by season
+ number.
+
+
+
+TmdbResultsList<Artwork>
+TmdbTVSeasons.getSeasonImages(int tvID,
+ int seasonNumber,
+ String language,
+ String... includeImageLanguage)
+Get the images that we have stored for a TV season by season number.
+
+
+
+TVSeasonInfo
+TmdbTVSeasons.getSeasonInfo(int tvID,
+ int seasonNumber,
+ String language,
+ String... appendToResponse)
+Get the primary information about a TV season by its season number.
+
+
+
+TmdbResultsList<Video>
+TmdbTVSeasons.getSeasonVideos(int tvID,
+ int seasonNumber,
+ String language)
+Get the videos that have been added to a TV season (trailers, teasers,
+ etc...)
+
+
+
+TokenSession
+TmdbAuthentication.getSessionToken(TokenAuthorisation token)
+This method is used to generate a session id for user based authentication.
+
+
+
+TokenAuthorisation
+TmdbAuthentication.getSessionTokenLogin(TokenAuthorisation token,
+ String username,
+ String password)
+This method is used to generate a session id for user based authentication.
+
+
+
+TmdbResultsList<MovieDb>
+TmdbMovies.getSimilarMovies(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+The similar movies method will let you retrieve the similar movies for a
+ particular movie.
+
+
+
+Map<String,List<String>>
+TmdbConfiguration.getTimezones()
+Get the list of supported timezones for the API methods that support them
+
+
+
+TmdbResultsList<MovieDb>
+TmdbMovies.getTopRatedMovies(Integer page,
+ String language)
+This method is used to retrieve the top rated movies that have over 10
+ votes on TMDb.
+
+
+
+MediaState
+TmdbTV.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>
+TmdbTV.getTVAiringToday(Integer page,
+ String language,
+ String timezone)
+Get the list of TV shows that air today.
+
+
+
+TmdbResultsList<AlternativeTitle>
+TmdbTV.getTVAlternativeTitles(int tvID)
+Get the alternative titles for a specific show ID.
+
+
+
+TmdbResultsMap<String,List<Certification>>
+TmdbCertifications.getTvCertification()
+Get a list of tv certification.
+
+
+
+WrapperChanges
+TmdbTV.getTVChanges(int tvID,
+ String startDate,
+ String endDate)
+Get the changes for a specific TV show id.
+
+
+
+TmdbResultsList<ContentRating>
+TmdbTV.getTVContentRatings(int tvID)
+Get the content ratings for a specific TV show id.
+
+
+
+MediaCreditList
+TmdbTV.getTVCredits(int tvID,
+ String language,
+ String... appendToResponse)
+Get the cast & crew information about a TV series.
+
+
+
+ExternalID
+TmdbTV.getTVExternalIDs(int tvID,
+ String language)
+Get the external ids that we have stored for a TV series.
+
+
+
+TmdbResultsList<Artwork>
+TmdbTV.getTVImages(int tvID,
+ String language,
+ String... includeImageLanguage)
+Get the images (posters and backdrops) for a TV series.
+
+
+
+TVInfo
+TmdbTV.getTVInfo(int tvID,
+ String language,
+ String... appendToResponse)
+Get the primary information about a TV series by id.
+
+
+
+TmdbResultsList<Keyword>
+TmdbTV.getTVKeywords(int tvID,
+ String... appendToResponse)
+Get the plot keywords for a specific TV show id.
+
+
+
+TmdbResultsList<TVBasic>
+TmdbTV.getTVOnTheAir(Integer page,
+ String language)
+Get the list of TV shows that are currently on the air.
+
+
+
+TmdbResultsList<TVBasic>
+TmdbTV.getTVPopular(Integer page,
+ String language)
+Get the list of popular TV shows.
+
+
+
+TmdbResultsList<TVInfo>
+TmdbTV.getTVSimilar(int tvID,
+ Integer page,
+ String language,
+ String... appendToResponse)
+Get the similar TV shows for a specific tv id.
+
+
+
+TmdbResultsList<TVBasic>
+TmdbTV.getTVTopRated(Integer page,
+ String language)
+Get the list of top rated TV shows.
+
+
+
+TmdbResultsList<Translation>
+TmdbTV.getTVTranslations(int tvID)
+Get the list of translations that exist for a TV series.
+
+
+
+TmdbResultsList<Video>
+TmdbTV.getTVVideos(int tvID,
+ String language)
+Get the videos that have been added to a TV series (trailers, opening
+ credits, etc...)
+
+
+
+protected static com.fasterxml.jackson.core.type.TypeReference
+AbstractMethod.getTypeReference(Class aClass)
+Helper function to get a pre-generated TypeReference for a class
+
+
+
+TmdbResultsList<MovieDb>
+TmdbMovies.getUpcoming(Integer page,
+ String language)
+Get the list of upcoming movies.
+
+
+
+List<UserList>
+TmdbAccount.getUserLists(String sessionId,
+ int accountId)
+Get all lists of a given user
+
+
+
+List<MovieBasic>
+TmdbAccount.getWatchListMovie(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+Get the list of movies on an accounts watch list.
+
+
+
+List<TVBasic>
+TmdbAccount.getWatchListTV(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+Get the list of movies on an accounts watch list.
+
+
+
+StatusCode
+TmdbAccount.modifyFavoriteStatus(String sessionId,
+ int accountId,
+ MediaType mediaType,
+ int mediaId,
+ boolean setFavorite)
+Add or remove a movie to an accounts favorite list.
+
+
+
+StatusCode
+TmdbAccount.modifyWatchList(String sessionId,
+ int accountId,
+ MediaType mediaType,
+ Integer movieId,
+ boolean addToWatchlist)
+Add or remove a movie to an accounts watch list.
+
+
+
+StatusCode
+TmdbTVEpisodes.postEpisodeRating(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ int rating,
+ String sessionID,
+ String guestSessionID)
+This method lets users rate a TV episode.
+
+
+
+StatusCode
+TmdbMovies.postMovieRating(int movieId,
+ int rating,
+ String sessionId,
+ String guestSessionId)
+This method lets users rate a movie.
+
+
+
+StatusCode
+TmdbTV.postTVRating(int tvID,
+ int rating,
+ String sessionID,
+ String guestSessionID)
+This method lets users rate a TV show.
+
+
+
+protected <T> WrapperGenericList<T>
+AbstractMethod.processWrapper(com.fasterxml.jackson.core.type.TypeReference typeRef,
+ URL url,
+ String errorMessageSuffix)
+Process the wrapper list and return the whole wrapper
+
+
+
+protected <T> List<T>
+AbstractMethod.processWrapperList(com.fasterxml.jackson.core.type.TypeReference typeRef,
+ URL url,
+ String errorMessageSuffix)
+Process the wrapper list and return the results
+
+
+
+StatusCode
+TmdbLists.removeItem(String sessionId,
+ String listId,
+ int mediaId)
+This method lets users delete items from a list that they created.
+
+
+
+TmdbResultsList<Collection>
+TmdbSearch.searchCollection(String query,
+ Integer page,
+ String language)
+Search for collections by name.
+
+
+
+TmdbResultsList<Company>
+TmdbSearch.searchCompanies(String query,
+ Integer page)
+Search Companies.
+
+
+
+TmdbResultsList<Keyword>
+TmdbSearch.searchKeyword(String query,
+ Integer page)
+Search for keywords by name
+
+
+
+TmdbResultsList<UserList>
+TmdbSearch.searchList(String query,
+ Integer page,
+ Boolean includeAdult)
+Search for lists by name and description.
+
+
+
+TmdbResultsList<MovieDb>
+TmdbSearch.searchMovie(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult,
+ Integer searchYear,
+ Integer primaryReleaseYear,
+ SearchType searchType)
+Search Movies This is a good starting point to start finding movies on TMDb.
+
+
+
+TmdbResultsList<MediaBasic>
+TmdbSearch.searchMulti(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult)
+Search the movie, tv show and person collections with a single query.
+
+
+
+TmdbResultsList<PersonFind>
+TmdbSearch.searchPeople(String query,
+ Integer page,
+ Boolean includeAdult,
+ SearchType searchType)
+This is a good starting point to start finding people on TMDb.
+
+
+
+TmdbResultsList<TVBasic>
+TmdbSearch.searchTV(String query,
+ Integer page,
+ String language,
+ Integer firstAirDateYear,
+ SearchType searchType)
+Search for TV shows by title.
+
+
+
+
+
+
+
+
+Uses of MovieDbException in com.omertron.themoviedbapi.model.config
+
+Methods in com.omertron.themoviedbapi.model.config that throw MovieDbException
+
+Modifier and Type
+Method and Description
+
+
+
+URL
+Configuration.createImageUrl(String imagePath,
+ String requiredSize)
+Generate the full image URL from the size and image path
+
+
+
+
+
@@ -613,17 +1874,21 @@
String
+PostTools.build()
+
+
+String
HttpTools.deleteRequest(URL url)
Execute a DELETE on the URL
-
+
String
HttpTools.getRequest(URL url)
GET data from the URL
-
+
String
HttpTools.postRequest(URL url,
String jsonBody)
diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html
index fbbcdf486..337522b19 100644
--- a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html
+++ b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 3.12-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 4.0-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html
new file mode 100644
index 000000000..06065edfb
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html
@@ -0,0 +1,378 @@
+
+
+
+
+
+
+ArtworkType (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+- Summary:
+- Nested |
+- Enum Constants |
+- Field |
+- Method
+
+
+- Detail:
+- Enum Constants |
+- Field |
+- Method
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.enumeration
+Enum ArtworkType
+
+
+
+- java.lang.Object
+-
+
+- java.lang.Enum<ArtworkType>
+-
+
+- com.omertron.themoviedbapi.enumeration.ArtworkType
+
+
+
+
+
+
+
+-
+
+- All Implemented Interfaces:
+- Serializable, Comparable<ArtworkType>
+
+
+
+public enum ArtworkType
+extends Enum<ArtworkType>
+ArtworkType enum List of the artwork types that are available
+
+
+
+
+
+-
+
+
+-
+
+
+
Enum Constant Summary
+
+Enum Constants
+
+Enum Constant and Description
+
+
+BACKDROP
+Fanart/backdrop
+
+
+
+POSTER
+Poster artwork
+
+
+
+PROFILE
+Person image
+
+
+
+STILL
+Still (Video image)
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+static ArtworkType
+fromString(String artworkType)
+Convert a string into an Enum type
+
+
+
+static ArtworkType
+valueOf(String name)
+Returns the enum constant of this type with the specified name.
+
+
+
+static ArtworkType[]
+values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+
+-
+
+
+-
+
+
+
Enum Constant Detail
+
+
+
+
+-
+
POSTER
+public static final ArtworkType POSTER
+Poster artwork
+
+
+
+
+
+
+-
+
BACKDROP
+public static final ArtworkType BACKDROP
+Fanart/backdrop
+
+
+
+
+
+
+-
+
PROFILE
+public static final ArtworkType PROFILE
+Person image
+
+
+
+
+
+
+-
+
STILL
+public static final ArtworkType STILL
+Still (Video image)
+
+
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
values
+public static ArtworkType[] values()
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (ArtworkType c : ArtworkType.values())
+ System.out.println(c);
+
+- Returns:
- an array containing the constants of this enum type, in the order they are declared
+
+
+
+
+
+
+-
+
valueOf
+public static ArtworkType valueOf(String name)
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+- Parameters:
name - the name of the enum constant to be returned.
+- Returns:
- the enum constant with the specified name
+- Throws:
+IllegalArgumentException - if this enum type has no constant with the specified name
+NullPointerException - if the argument is null
+
+
+
+
+
+
+-
+
fromString
+public static ArtworkType fromString(String artworkType)
+Convert a string into an Enum type
+- Parameters:
artworkType -
+- Returns:
+- Throws:
+IllegalArgumentException - If type is not recognised
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+- Summary:
+- Nested |
+- Enum Constants |
+- Field |
+- Method
+
+
+- Detail:
+- Enum Constants |
+- Field |
+- Method
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html b/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html
new file mode 100644
index 000000000..e632cb4f6
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+CreditType (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+- Summary:
+- Nested |
+- Enum Constants |
+- Field |
+- Method
+
+
+- Detail:
+- Enum Constants |
+- Field |
+- Method
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.enumeration
+Enum CreditType
+
+
+
+- java.lang.Object
+-
+
+- java.lang.Enum<CreditType>
+-
+
+- com.omertron.themoviedbapi.enumeration.CreditType
+
+
+
+
+
+
+
+-
+
+- All Implemented Interfaces:
+- Serializable, Comparable<CreditType>
+
+
+
+public enum CreditType
+extends Enum<CreditType>
+- Author:
+ - Stuart
+
+
+
+
+
+-
+
+
+-
+
+
+
Enum Constant Summary
+
+Enum Constants
+
+Enum Constant and Description
+
+
+CAST
+
+
+CREW
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+static CreditType
+valueOf(String name)
+Returns the enum constant of this type with the specified name.
+
+
+
+static CreditType[]
+values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+
+-
+
+
+-
+
+
+
Enum Constant Detail
+
+
+
+
+-
+
CAST
+public static final CreditType CAST
+
+
+
+
+
+
+-
+
CREW
+public static final CreditType CREW
+
+
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
values
+public static CreditType[] values()
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (CreditType c : CreditType.values())
+ System.out.println(c);
+
+- Returns:
- an array containing the constants of this enum type, in the order they are declared
+
+
+
+
+
+
+-
+
valueOf
+public static CreditType valueOf(String name)
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+- Parameters:
name - the name of the enum constant to be returned.
+- Returns:
- the enum constant with the specified name
+- Throws:
+IllegalArgumentException - if this enum type has no constant with the specified name
+NullPointerException - if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+- Summary:
+- Nested |
+- Enum Constants |
+- Field |
+- Method
+
+
+- Detail:
+- Enum Constants |
+- Field |
+- Method
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html b/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html
new file mode 100644
index 000000000..93fd94c5b
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html
@@ -0,0 +1,372 @@
+
+
+
+
+
+
+ExternalSource (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+- Summary:
+- Nested |
+- Enum Constants |
+- Field |
+- Method
+
+
+- Detail:
+- Enum Constants |
+- Field |
+- Method
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.enumeration
+Enum ExternalSource
+
+
+
+- java.lang.Object
+-
+
+- java.lang.Enum<ExternalSource>
+-
+
+- com.omertron.themoviedbapi.enumeration.ExternalSource
+
+
+
+
+
+
+
+-
+
+- All Implemented Interfaces:
+- Serializable, Comparable<ExternalSource>
+
+
+
+public enum ExternalSource
+extends Enum<ExternalSource>
+- Author:
+ - Stuart
+
+
+
+
+
+-
+
+
+-
+
+
+
Enum Constant Summary
+
+Enum Constants
+
+Enum Constant and Description
+
+
+FREEBASE_ID
+
+
+FREEBASE_MID
+
+
+IMDB_ID
+
+
+TVDB_ID
+
+
+TVRAGE_ID
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+String
+getPropertyString()
+
+
+static ExternalSource
+valueOf(String name)
+Returns the enum constant of this type with the specified name.
+
+
+
+static ExternalSource[]
+values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+
+-
+
+
+-
+
+
+
Enum Constant Detail
+
+
+
+
+-
+
FREEBASE_ID
+public static final ExternalSource FREEBASE_ID
+
+
+
+
+
+
+-
+
FREEBASE_MID
+public static final ExternalSource FREEBASE_MID
+
+
+
+
+
+
+-
+
IMDB_ID
+public static final ExternalSource IMDB_ID
+
+
+
+
+
+
+-
+
TVDB_ID
+public static final ExternalSource TVDB_ID
+
+
+
+
+
+
+-
+
TVRAGE_ID
+public static final ExternalSource TVRAGE_ID
+
+
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
values
+public static ExternalSource[] values()
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (ExternalSource c : ExternalSource.values())
+ System.out.println(c);
+
+- Returns:
- an array containing the constants of this enum type, in the order they are declared
+
+
+
+
+
+
+-
+
valueOf
+public static ExternalSource valueOf(String name)
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+- Parameters:
name - the name of the enum constant to be returned.
+- Returns:
- the enum constant with the specified name
+- Throws:
+IllegalArgumentException - if this enum type has no constant with the specified name
+NullPointerException - if the argument is null
+
+
+
+
+
+
+-
+
getPropertyString
+public String getPropertyString()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+- Summary:
+- Nested |
+- Enum Constants |
+- Field |
+- Method
+
+
+- Detail:
+- Enum Constants |
+- Field |
+- Method
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html b/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html
new file mode 100644
index 000000000..b4dbd683a
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html
@@ -0,0 +1,365 @@
+
+
+
+
+
+
+MediaType (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+- Summary:
+- Nested |
+- Enum Constants |
+- Field |
+- Method
+
+
+- Detail:
+- Enum Constants |
+- Field |
+- Method
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.enumeration
+Enum MediaType
+
+
+
+- java.lang.Object
+-
+
+- java.lang.Enum<MediaType>
+-
+
+- com.omertron.themoviedbapi.enumeration.MediaType
+
+
+
+
+
+
+
+-
+
+- All Implemented Interfaces:
+- Serializable, Comparable<MediaType>
+
+
+
+public enum MediaType
+extends Enum<MediaType>
+Media type options
+- Author:
+ - Stuart
+
+
+
+
+
+-
+
+
+-
+
+
+
Enum Constant Summary
+
+Enum Constants
+
+Enum Constant and Description
+
+
+EPISODE
+TV Episode media type
+
+
+
+MOVIE
+Movie media type
+
+
+
+TV
+TV Show media type
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+static MediaType
+fromString(String mediaType)
+Convert a string into an Enum type
+
+
+
+static MediaType
+valueOf(String name)
+Returns the enum constant of this type with the specified name.
+
+
+
+static MediaType[]
+values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+
+-
+
+
+-
+
+
+
Enum Constant Detail
+
+
+
+
+-
+
MOVIE
+public static final MediaType MOVIE
+Movie media type
+
+
+
+
+
+
+-
+
TV
+public static final MediaType TV
+TV Show media type
+
+
+
+
+
+
+-
+
EPISODE
+public static final MediaType EPISODE
+TV Episode media type
+
+
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
values
+public static MediaType[] values()
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (MediaType c : MediaType.values())
+ System.out.println(c);
+
+- Returns:
- an array containing the constants of this enum type, in the order they are declared
+
+
+
+
+
+
+-
+
valueOf
+public static MediaType valueOf(String name)
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+- Parameters:
name - the name of the enum constant to be returned.
+- Returns:
- the enum constant with the specified name
+- Throws:
+IllegalArgumentException - if this enum type has no constant with the specified name
+NullPointerException - if the argument is null
+
+
+
+
+
+
+-
+
fromString
+public static MediaType fromString(String mediaType)
+Convert a string into an Enum type
+- Parameters:
mediaType -
+- Returns:
+- Throws:
+IllegalArgumentException - If type is not recognised
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+- Summary:
+- Nested |
+- Enum Constants |
+- Field |
+- Method
+
+
+- Detail:
+- Enum Constants |
+- Field |
+- Method
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html b/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html
new file mode 100644
index 000000000..f9945a9d8
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html
@@ -0,0 +1,336 @@
+
+
+
+
+
+
+SearchType (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+- Summary:
+- Nested |
+- Enum Constants |
+- Field |
+- Method
+
+
+- Detail:
+- Enum Constants |
+- Field |
+- Method
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.enumeration
+Enum SearchType
+
+
+
+- java.lang.Object
+-
+
+- java.lang.Enum<SearchType>
+-
+
+- com.omertron.themoviedbapi.enumeration.SearchType
+
+
+
+
+
+
+
+-
+
+- All Implemented Interfaces:
+- Serializable, Comparable<SearchType>
+
+
+
+public enum SearchType
+extends Enum<SearchType>
+- Author:
+ - Stuart
+
+
+
+
+
+-
+
+
+-
+
+
+
Enum Constant Summary
+
+Enum Constants
+
+Enum Constant and Description
+
+
+NGRAM
+
+
+PHRASE
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+String
+getPropertyString()
+
+
+static SearchType
+valueOf(String name)
+Returns the enum constant of this type with the specified name.
+
+
+
+static SearchType[]
+values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+
+-
+
+
+-
+
+
+
Enum Constant Detail
+
+
+
+
+-
+
PHRASE
+public static final SearchType PHRASE
+
+
+
+
+
+
+-
+
NGRAM
+public static final SearchType NGRAM
+
+
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
values
+public static SearchType[] values()
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (SearchType c : SearchType.values())
+ System.out.println(c);
+
+- Returns:
- an array containing the constants of this enum type, in the order they are declared
+
+
+
+
+
+
+-
+
valueOf
+public static SearchType valueOf(String name)
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+- Parameters:
name - the name of the enum constant to be returned.
+- Returns:
- the enum constant with the specified name
+- Throws:
+IllegalArgumentException - if this enum type has no constant with the specified name
+NullPointerException - if the argument is null
+
+
+
+
+
+
+-
+
getPropertyString
+public String getPropertyString()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+- Summary:
+- Nested |
+- Enum Constants |
+- Field |
+- Method
+
+
+- Detail:
+- Enum Constants |
+- Field |
+- Method
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html b/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html
new file mode 100644
index 000000000..1faa6feb9
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html
@@ -0,0 +1,502 @@
+
+
+
+
+
+
+SortBy (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+- Summary:
+- Nested |
+- Enum Constants |
+- Field |
+- Method
+
+
+- Detail:
+- Enum Constants |
+- Field |
+- Method
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.enumeration
+Enum SortBy
+
+
+
+- java.lang.Object
+-
+
+- java.lang.Enum<SortBy>
+-
+
+- com.omertron.themoviedbapi.enumeration.SortBy
+
+
+
+
+
+
+
+-
+
+- All Implemented Interfaces:
+- Serializable, Comparable<SortBy>
+
+
+
+public enum SortBy
+extends Enum<SortBy>
+
+
+
+
+
+-
+
+
+-
+
+
+
Enum Constant Summary
+
+Enum Constants
+
+Enum Constant and Description
+
+
+CREATED_AT_ASC
+
+
+CREATED_AT_DESC
+
+
+ORIGINAL_TITLE_ASC
+
+
+ORIGINAL_TITLE_DESC
+
+
+POPULARITY_ASC
+
+
+POPULARITY_DESC
+
+
+PRIMARY_RELEASE_DATE_ASC
+
+
+PRIMARY_RELEASE_DATE_DESC
+
+
+RELEASE_DATE_ASC
+
+
+RELEASE_DATE_DESC
+
+
+REVENUE_ASC
+
+
+REVENUE_DESC
+
+
+VOTE_AVERAGE_ASC
+
+
+VOTE_AVERAGE_DESC
+
+
+VOTE_COUNT_ASC
+
+
+VOTE_COUNT_DESC
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+String
+getPropertyString()
+
+
+static SortBy
+valueOf(String name)
+Returns the enum constant of this type with the specified name.
+
+
+
+static SortBy[]
+values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+
+
+
+
+
+
+
+-
+
+
+-
+
+
+
Enum Constant Detail
+
+
+
+
+-
+
CREATED_AT_ASC
+public static final SortBy CREATED_AT_ASC
+
+
+
+
+
+
+-
+
CREATED_AT_DESC
+public static final SortBy CREATED_AT_DESC
+
+
+
+
+
+
+-
+
POPULARITY_ASC
+public static final SortBy POPULARITY_ASC
+
+
+
+
+
+
+-
+
POPULARITY_DESC
+public static final SortBy POPULARITY_DESC
+
+
+
+
+
+
+-
+
RELEASE_DATE_ASC
+public static final SortBy RELEASE_DATE_ASC
+
+
+
+
+
+
+-
+
RELEASE_DATE_DESC
+public static final SortBy RELEASE_DATE_DESC
+
+
+
+
+
+
+-
+
REVENUE_ASC
+public static final SortBy REVENUE_ASC
+
+
+
+
+
+
+-
+
REVENUE_DESC
+public static final SortBy REVENUE_DESC
+
+
+
+
+
+
+-
+
PRIMARY_RELEASE_DATE_ASC
+public static final SortBy PRIMARY_RELEASE_DATE_ASC
+
+
+
+
+
+
+-
+
PRIMARY_RELEASE_DATE_DESC
+public static final SortBy PRIMARY_RELEASE_DATE_DESC
+
+
+
+
+
+
+-
+
ORIGINAL_TITLE_ASC
+public static final SortBy ORIGINAL_TITLE_ASC
+
+
+
+
+
+
+-
+
ORIGINAL_TITLE_DESC
+public static final SortBy ORIGINAL_TITLE_DESC
+
+
+
+
+
+
+-
+
VOTE_AVERAGE_ASC
+public static final SortBy VOTE_AVERAGE_ASC
+
+
+
+
+
+
+-
+
VOTE_AVERAGE_DESC
+public static final SortBy VOTE_AVERAGE_DESC
+
+
+
+
+
+
+-
+
VOTE_COUNT_ASC
+public static final SortBy VOTE_COUNT_ASC
+
+
+
+
+
+
+-
+
VOTE_COUNT_DESC
+public static final SortBy VOTE_COUNT_DESC
+
+
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
values
+public static SortBy[] values()
+Returns an array containing the constants of this enum type, in
+the order they are declared. This method may be used to iterate
+over the constants as follows:
+
+for (SortBy c : SortBy.values())
+ System.out.println(c);
+
+- Returns:
- an array containing the constants of this enum type, in the order they are declared
+
+
+
+
+
+
+-
+
valueOf
+public static SortBy valueOf(String name)
+Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+- Parameters:
name - the name of the enum constant to be returned.
+- Returns:
- the enum constant with the specified name
+- Throws:
+IllegalArgumentException - if this enum type has no constant with the specified name
+NullPointerException - if the argument is null
+
+
+
+
+
+
+-
+
getPropertyString
+public String getPropertyString()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+- Summary:
+- Nested |
+- Enum Constants |
+- Field |
+- Method
+
+
+- Detail:
+- Enum Constants |
+- Field |
+- Method
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html
new file mode 100644
index 000000000..d1d2631cd
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html
@@ -0,0 +1,231 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.enumeration.ArtworkType (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.enumeration.ArtworkType
+
+
+
+-
+
+Packages that use ArtworkType
+
+Package
+Description
+
+
+
+com.omertron.themoviedbapi.enumeration
+
+
+
+com.omertron.themoviedbapi.model.artwork
+
+
+
+com.omertron.themoviedbapi.wrapper
+
+
+
+
+
+-
+
+-
+
+
+
Uses of ArtworkType in com.omertron.themoviedbapi.enumeration
+
+Methods in com.omertron.themoviedbapi.enumeration that return ArtworkType
+
+Modifier and Type
+Method and Description
+
+
+
+static ArtworkType
+ArtworkType.fromString(String artworkType)
+Convert a string into an Enum type
+
+
+
+static ArtworkType
+ArtworkType.valueOf(String name)
+Returns the enum constant of this type with the specified name.
+
+
+
+static ArtworkType[]
+ArtworkType.values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+-
+
+
+
Uses of ArtworkType in com.omertron.themoviedbapi.model.artwork
+
+Methods in com.omertron.themoviedbapi.model.artwork that return ArtworkType
+
+Modifier and Type
+Method and Description
+
+
+
+ArtworkType
+Artwork.getArtworkType()
+
+
+
+
+Methods in com.omertron.themoviedbapi.model.artwork with parameters of type ArtworkType
+
+Modifier and Type
+Method and Description
+
+
+
+void
+Artwork.setArtworkType(ArtworkType artworkType)
+
+
+
+
+-
+
+
+
Uses of ArtworkType in com.omertron.themoviedbapi.wrapper
+
+Methods in com.omertron.themoviedbapi.wrapper with parameters of type ArtworkType
+
+Modifier and Type
+Method and Description
+
+
+
+List<Artwork>
+WrapperImages.getAll(ArtworkType... artworkList)
+Return a list of all the artwork with their types.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html
new file mode 100644
index 000000000..555dc769a
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html
@@ -0,0 +1,201 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.enumeration.CreditType (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.enumeration.CreditType
+
+
+
+-
+
+Packages that use CreditType
+
+Package
+Description
+
+
+
+com.omertron.themoviedbapi.enumeration
+
+
+
+com.omertron.themoviedbapi.model.person
+
+
+
+
+
+-
+
+-
+
+
+
Uses of CreditType in com.omertron.themoviedbapi.enumeration
+
+Methods in com.omertron.themoviedbapi.enumeration that return CreditType
+
+Modifier and Type
+Method and Description
+
+
+
+static CreditType
+CreditType.valueOf(String name)
+Returns the enum constant of this type with the specified name.
+
+
+
+static CreditType[]
+CreditType.values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+-
+
+
+
Uses of CreditType in com.omertron.themoviedbapi.model.person
+
+Methods in com.omertron.themoviedbapi.model.person that return CreditType
+
+Modifier and Type
+Method and Description
+
+
+
+CreditType
+CreditBasic.getCreditType()
+
+
+
+
+Methods in com.omertron.themoviedbapi.model.person with parameters of type CreditType
+
+Modifier and Type
+Method and Description
+
+
+
+void
+CreditBasic.setCreditType(CreditType creditType)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html
new file mode 100644
index 000000000..ba709fdcb
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html
@@ -0,0 +1,219 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.enumeration.ExternalSource (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.enumeration.ExternalSource
+
+
+
+-
+
+Packages that use ExternalSource
+
+Package
+Description
+
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.enumeration
+
+
+
+com.omertron.themoviedbapi.methods
+
+
+
+
+
+-
+
+-
+
+
+
Uses of ExternalSource in com.omertron.themoviedbapi
+
+Methods in com.omertron.themoviedbapi with parameters of type ExternalSource
+
+Modifier and Type
+Method and Description
+
+
+
+FindResults
+TheMovieDbApi.find(String id,
+ ExternalSource externalSource,
+ String language)
+You con use this method to find movies, tv series or persons using
+ external ids.
+
+
+
+
+
+-
+
+
+
Uses of ExternalSource in com.omertron.themoviedbapi.enumeration
+
+Methods in com.omertron.themoviedbapi.enumeration that return ExternalSource
+
+Modifier and Type
+Method and Description
+
+
+
+static ExternalSource
+ExternalSource.valueOf(String name)
+Returns the enum constant of this type with the specified name.
+
+
+
+static ExternalSource[]
+ExternalSource.values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+-
+
+
+
Uses of ExternalSource in com.omertron.themoviedbapi.methods
+
+Methods in com.omertron.themoviedbapi.methods with parameters of type ExternalSource
+
+Modifier and Type
+Method and Description
+
+
+
+FindResults
+TmdbFind.find(String id,
+ ExternalSource externalSource,
+ String language)
+You con use this method to find movies, tv series or persons using external ids.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MediaType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MediaType.html
new file mode 100644
index 000000000..b7c7a792e
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MediaType.html
@@ -0,0 +1,326 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.enumeration.MediaType (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.enumeration.MediaType
+
+
+
+-
+
+Packages that use MediaType
+
+Package
+Description
+
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.enumeration
+
+
+
+com.omertron.themoviedbapi.methods
+
+
+
+com.omertron.themoviedbapi.model.artwork
+
+
+
+com.omertron.themoviedbapi.model.person
+
+
+
+
+
+-
+
+-
+
+
+
Uses of MediaType in com.omertron.themoviedbapi
+
+Methods in com.omertron.themoviedbapi with parameters of type MediaType
+
+Modifier and Type
+Method and Description
+
+
+
+StatusCode
+TheMovieDbApi.addToWatchList(String sessionId,
+ int accountId,
+ MediaType mediaType,
+ Integer mediaId)
+Add a movie to an accounts watch list.
+
+
+
+StatusCode
+TheMovieDbApi.modifyFavoriteStatus(String sessionId,
+ int accountId,
+ Integer mediaId,
+ MediaType mediaType,
+ boolean isFavorite)
+Add or remove a movie to an accounts favourite list.
+
+
+
+StatusCode
+TheMovieDbApi.removeFromWatchList(String sessionId,
+ int accountId,
+ MediaType mediaType,
+ Integer mediaId)
+Remove a movie from an accounts watch list.
+
+
+
+
+
+-
+
+
+
Uses of MediaType in com.omertron.themoviedbapi.enumeration
+
+Methods in com.omertron.themoviedbapi.enumeration that return MediaType
+
+Modifier and Type
+Method and Description
+
+
+
+static MediaType
+MediaType.fromString(String mediaType)
+Convert a string into an Enum type
+
+
+
+static MediaType
+MediaType.valueOf(String name)
+Returns the enum constant of this type with the specified name.
+
+
+
+static MediaType[]
+MediaType.values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+-
+
+
+
Uses of MediaType in com.omertron.themoviedbapi.methods
+
+Methods in com.omertron.themoviedbapi.methods with parameters of type MediaType
+
+Modifier and Type
+Method and Description
+
+
+
+StatusCode
+TmdbAccount.modifyFavoriteStatus(String sessionId,
+ int accountId,
+ MediaType mediaType,
+ int mediaId,
+ boolean setFavorite)
+Add or remove a movie to an accounts favorite list.
+
+
+
+StatusCode
+TmdbAccount.modifyWatchList(String sessionId,
+ int accountId,
+ MediaType mediaType,
+ Integer movieId,
+ boolean addToWatchlist)
+Add or remove a movie to an accounts watch list.
+
+
+
+
+
+-
+
+
+
Uses of MediaType in com.omertron.themoviedbapi.model.artwork
+
+Methods in com.omertron.themoviedbapi.model.artwork that return MediaType
+
+Modifier and Type
+Method and Description
+
+
+
+MediaType
+ArtworkMedia.getMediaType()
+
+
+
+
+Methods in com.omertron.themoviedbapi.model.artwork with parameters of type MediaType
+
+Modifier and Type
+Method and Description
+
+
+
+void
+ArtworkMedia.setMediaType(MediaType mediaType)
+
+
+
+
+-
+
+
+
Uses of MediaType in com.omertron.themoviedbapi.model.person
+
+Methods in com.omertron.themoviedbapi.model.person that return MediaType
+
+Modifier and Type
+Method and Description
+
+
+
+MediaType
+CreditBasic.getMediaType()
+
+
+
+
+Methods in com.omertron.themoviedbapi.model.person with parameters of type MediaType
+
+Modifier and Type
+Method and Description
+
+
+
+void
+CreditBasic.setMediaType(MediaType mediaType)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html
new file mode 100644
index 000000000..a4f251a73
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.enumeration.SearchType (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.enumeration.SearchType
+
+
+
+-
+
+Packages that use SearchType
+
+Package
+Description
+
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.enumeration
+
+
+
+com.omertron.themoviedbapi.methods
+
+
+
+
+
+-
+
+-
+
+
+
Uses of SearchType in com.omertron.themoviedbapi
+
+Methods in com.omertron.themoviedbapi with parameters of type SearchType
+
+Modifier and Type
+Method and Description
+
+
+
+TmdbResultsList<MovieDb>
+TheMovieDbApi.searchMovie(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult,
+ Integer searchYear,
+ Integer primaryReleaseYear,
+ SearchType searchType)
+Search Movies This is a good starting point to start finding movies on
+ TMDb.
+
+
+
+TmdbResultsList<PersonFind>
+TheMovieDbApi.searchPeople(String query,
+ Integer page,
+ Boolean includeAdult,
+ SearchType searchType)
+This is a good starting point to start finding people on TMDb.
+
+
+
+TmdbResultsList<TVBasic>
+TheMovieDbApi.searchTV(String query,
+ Integer page,
+ String language,
+ Integer firstAirDateYear,
+ SearchType searchType)
+Search for TV shows by title.
+
+
+
+
+
+-
+
+
+
Uses of SearchType in com.omertron.themoviedbapi.enumeration
+
+Methods in com.omertron.themoviedbapi.enumeration that return SearchType
+
+Modifier and Type
+Method and Description
+
+
+
+static SearchType
+SearchType.valueOf(String name)
+Returns the enum constant of this type with the specified name.
+
+
+
+static SearchType[]
+SearchType.values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+-
+
+
+
Uses of SearchType in com.omertron.themoviedbapi.methods
+
+Methods in com.omertron.themoviedbapi.methods with parameters of type SearchType
+
+Modifier and Type
+Method and Description
+
+
+
+TmdbResultsList<MovieDb>
+TmdbSearch.searchMovie(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult,
+ Integer searchYear,
+ Integer primaryReleaseYear,
+ SearchType searchType)
+Search Movies This is a good starting point to start finding movies on TMDb.
+
+
+
+TmdbResultsList<PersonFind>
+TmdbSearch.searchPeople(String query,
+ Integer page,
+ Boolean includeAdult,
+ SearchType searchType)
+This is a good starting point to start finding people on TMDb.
+
+
+
+TmdbResultsList<TVBasic>
+TmdbSearch.searchTV(String query,
+ Integer page,
+ String language,
+ Integer firstAirDateYear,
+ SearchType searchType)
+Search for TV shows by title.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SortBy.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SortBy.html
new file mode 100644
index 000000000..5c32d712a
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SortBy.html
@@ -0,0 +1,250 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.enumeration.SortBy (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.enumeration.SortBy
+
+
+
+-
+
+Packages that use SortBy
+
+Package
+Description
+
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.enumeration
+
+
+
+com.omertron.themoviedbapi.methods
+
+
+
+com.omertron.themoviedbapi.model.discover
+
+
+
+
+
+-
+
+-
+
+
+
Uses of SortBy in com.omertron.themoviedbapi
+
+Methods in com.omertron.themoviedbapi with parameters of type SortBy
+
+Modifier and Type
+Method and Description
+
+
+
+List<MovieBasic>
+TheMovieDbApi.getGuestRatedMovies(String guestSessionId,
+ String language,
+ Integer page,
+ SortBy sortBy)
+Get a list of rated movies for a specific guest session id.
+
+
+
+
+
+-
+
+
+
Uses of SortBy in com.omertron.themoviedbapi.enumeration
+
+Methods in com.omertron.themoviedbapi.enumeration that return SortBy
+
+Modifier and Type
+Method and Description
+
+
+
+static SortBy
+SortBy.valueOf(String name)
+Returns the enum constant of this type with the specified name.
+
+
+
+static SortBy[]
+SortBy.values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+
+
+
+
+-
+
+
+
Uses of SortBy in com.omertron.themoviedbapi.methods
+
+Methods in com.omertron.themoviedbapi.methods with parameters of type SortBy
+
+Modifier and Type
+Method and Description
+
+
+
+List<MovieBasic>
+TmdbAccount.getGuestRatedMovies(String guestSessionId,
+ String language,
+ Integer page,
+ SortBy sortBy)
+Get a list of rated movies for a specific guest session id.
+
+
+
+
+
+-
+
+
+
Uses of SortBy in com.omertron.themoviedbapi.model.discover
+
+Methods in com.omertron.themoviedbapi.model.discover with parameters of type SortBy
+
+Modifier and Type
+Method and Description
+
+
+
+Discover
+Discover.sortBy(SortBy sortBy)
+Available options are
+ vote_average.desc
+ vote_average.asc
+ release_date.desc
+ release_date.asc
+ popularity.desc
+ popularity.asc
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html
new file mode 100644
index 000000000..ed964de43
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+com.omertron.themoviedbapi.enumeration
+
+Enums
+
+
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html
new file mode 100644
index 000000000..952908fb3
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html
@@ -0,0 +1,159 @@
+
+
+
+
+
+
+com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package com.omertron.themoviedbapi.enumeration
+
+
+
+-
+
+Enum Summary
+
+Enum
+Description
+
+
+
+ArtworkType
+
+ArtworkType enum List of the artwork types that are available
+
+
+
+CreditType
+
+
+
+ExternalSource
+
+
+
+MediaType
+
+Media type options
+
+
+
+SearchType
+
+
+
+SortBy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-tree.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-tree.html
new file mode 100644
index 000000000..fddd11158
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-tree.html
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+com.omertron.themoviedbapi.enumeration Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package com.omertron.themoviedbapi.enumeration
+Package Hierarchies:
+
+- All Packages
+
+
+
+Enum Hierarchy
+
+- java.lang.Object
+
+- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
+
+- 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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-use.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-use.html
new file mode 100644
index 000000000..71f04711e
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-use.html
@@ -0,0 +1,319 @@
+
+
+
+
+
+
+Uses of Package com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package
com.omertron.themoviedbapi.enumeration
+
+
+
+-
+
+Packages that use com.omertron.themoviedbapi.enumeration
+
+Package
+Description
+
+
+
+com.omertron.themoviedbapi
+
+
+
+com.omertron.themoviedbapi.enumeration
+
+
+
+com.omertron.themoviedbapi.methods
+
+
+
+com.omertron.themoviedbapi.model.artwork
+
+
+
+com.omertron.themoviedbapi.model.discover
+
+
+
+com.omertron.themoviedbapi.model.person
+
+
+
+com.omertron.themoviedbapi.wrapper
+
+
+
+
+
+-
+
+
+
+Classes in com.omertron.themoviedbapi.enumeration used by com.omertron.themoviedbapi
+
+Class and Description
+
+
+
+ExternalSource
+
+
+MediaType
+Media type options
+
+
+
+SearchType
+
+
+SortBy
+
+
+
+
+-
+
+
+
+Classes in com.omertron.themoviedbapi.enumeration used by com.omertron.themoviedbapi.enumeration
+
+Class and Description
+
+
+
+ArtworkType
+ArtworkType enum List of the artwork types that are available
+
+
+
+CreditType
+
+
+ExternalSource
+
+
+MediaType
+Media type options
+
+
+
+SearchType
+
+
+SortBy
+
+
+
+
+-
+
+
+
+Classes in com.omertron.themoviedbapi.enumeration used by com.omertron.themoviedbapi.methods
+
+Class and Description
+
+
+
+ExternalSource
+
+
+MediaType
+Media type options
+
+
+
+SearchType
+
+
+SortBy
+
+
+
+
+-
+
+
+
+Classes in com.omertron.themoviedbapi.enumeration used by com.omertron.themoviedbapi.model.artwork
+
+Class and Description
+
+
+
+ArtworkType
+ArtworkType enum List of the artwork types that are available
+
+
+
+MediaType
+Media type options
+
+
+
+
+
+-
+
+
+
+Classes in com.omertron.themoviedbapi.enumeration used by com.omertron.themoviedbapi.model.discover
+
+Class and Description
+
+
+
+SortBy
+
+
+
+
+-
+
+
+
+Classes in com.omertron.themoviedbapi.enumeration used by com.omertron.themoviedbapi.model.person
+
+Class and Description
+
+
+
+CreditType
+
+
+MediaType
+Media type options
+
+
+
+
+
+-
+
+
+
+Classes in com.omertron.themoviedbapi.enumeration used by com.omertron.themoviedbapi.wrapper
+
+Class and Description
+
+
+
+ArtworkType
+ArtworkType enum List of the artwork types that are available
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/AbstractMethod.html b/apidocs/com/omertron/themoviedbapi/methods/AbstractMethod.html
index 33f1947dc..6165ff579 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/AbstractMethod.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/AbstractMethod.html
@@ -1,391 +1,391 @@
-
-
-
-
-
-
-AbstractMethod (API-The MovieDB 3.8-SNAPSHOT API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+//-->
+
+
-
-
-
-
-
-
-
-
- Overview
- Package
- Class
- Use
- Tree
- Deprecated
- Index
- Help
-
-
-
-
-
-
-
-
-
-
- PREV CLASS
- NEXT CLASS
-
- FRAMES
- NO FRAMES
-
-
-
-
-
-
-
-
- SUMMARY: NESTED | FIELD | CONSTR | METHOD
-
-DETAIL: FIELD | CONSTR | METHOD
-
-
-
+
+
+
+
+
+
-
-
-
-
-com.omertron.themoviedbapi.methods
-
-Class AbstractMethod
-
-java.lang.Object
-
com.omertron.themoviedbapi.methods.AbstractMethod
-
-
-- Direct Known Subclasses:
- TV
-
-
-
-public class AbstractMethod
- extends Object
-
-
-
-Abstract methods
-
-
-
-
-- Author:
- - Stuart
-
-
-
-
+
+com.omertron.themoviedbapi.methods
+Class AbstractMethod
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+
+
+
+
+
+-
+
+- Direct Known Subclasses:
+- TmdbAccount, TmdbAuthentication, TmdbCertifications, TmdbChanges, TmdbCollections, TmdbCompanies, TmdbConfiguration, TmdbCredits, TmdbDiscover, TmdbFind, TmdbGenres, TmdbKeywords, TmdbLists, TmdbMovies, TmdbNetworks, TmdbPeople, TmdbReviews, TmdbSearch, TmdbTV, TmdbTVEpisodes, TmdbTVSeasons
+
+
+
+public class AbstractMethod
+extends Object
+Abstract methods
+- Author:
+ - Stuart
+
+
+
+
+
+-
-
-
-
-
-
-Field Summary
-
-
-
-protected String
-apiKey
-
-
-
-
-
-
-protected org.yamj.api.common.http.CommonHttpClient
-httpClient
-
-
-
-
-
-
-protected static com.fasterxml.jackson.databind.ObjectMapper
-mapper
-
-
-
-
-
-
+
+-
+
+
+
Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+protected String
+apiKey
+
+
+protected HttpTools
+httpTools
+
+
+protected static com.fasterxml.jackson.databind.ObjectMapper
+MAPPER
+
+
+
+
-
-
-
-
-
-Constructor Summary
-
-
-AbstractMethod(String apiKey,
- org.yamj.api.common.http.CommonHttpClient httpClient)
-
-
-
-
-
-
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+AbstractMethod(String apiKey,
+ HttpTools httpTools)
+Default constructor for the methods
+
+
+
+
+
-
-
-
-
-
-Method Summary
-
-
-
-protected String
-requestWebPage(URL url)
-
-
-
-
-
-
-protected String
-requestWebPage(URL url,
- String jsonBody)
-
-
-
-
-
-
-protected String
-requestWebPage(URL url,
- String jsonBody,
- boolean isDeleteRequest)
-
-
-
-
-
-
-
-
-Methods inherited from class java.lang.Object
-
-
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
-
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+protected static com.fasterxml.jackson.core.type.TypeReference
+getTypeReference(Class aClass)
+Helper function to get a pre-generated TypeReference for a class
+
+
+
+protected <T> WrapperGenericList<T>
+processWrapper(com.fasterxml.jackson.core.type.TypeReference typeRef,
+ URL url,
+ String errorMessageSuffix)
+Process the wrapper list and return the whole wrapper
+
+
+
+protected <T> List<T>
+processWrapperList(com.fasterxml.jackson.core.type.TypeReference typeRef,
+ URL url,
+ String errorMessageSuffix)
+Process the wrapper list and return the results
+
+
+
+
+
+
+
+
+
+
+
+-
-
-
-
-
-
-Field Detail
-
-
-
-
-apiKey
-
-protected final String apiKey
-
-
-
-
-
-
-
-httpClient
-
-protected final org.yamj.api.common.http.CommonHttpClient httpClient
-
-
-
-
-
-
-
-mapper
-
-protected static com.fasterxml.jackson.databind.ObjectMapper mapper
-
-
-
-
-
+
+-
+
+
+
Field Detail
+
+
+
+
+-
+
apiKey
+protected final String apiKey
+
+
+
+
+
+
+-
+
httpTools
+protected final HttpTools httpTools
+
+
+
+
+
+
+-
+
MAPPER
+protected static final com.fasterxml.jackson.databind.ObjectMapper MAPPER
+
+
+
+
-
-
-
-
-
-Constructor Detail
-
-
-
-
-AbstractMethod
-
-public AbstractMethod(String apiKey,
- org.yamj.api.common.http.CommonHttpClient httpClient)
-
-
-
+
-
-
-
-
-
-Method Detail
-
-
-
-
-requestWebPage
-
-protected String requestWebPage(URL url)
- throws MovieDbException
-
-
-
-- Throws:
-
MovieDbException
-
-
-
-
-
-requestWebPage
-
-protected String requestWebPage(URL url,
- String jsonBody)
- throws MovieDbException
-
-
-
-- Throws:
-
MovieDbException
-
-
-
-
-
-requestWebPage
-
-protected String requestWebPage(URL url,
- String jsonBody,
- boolean isDeleteRequest)
- throws MovieDbException
-
-
-
-- Throws:
-
MovieDbException
-
-
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
getTypeReference
+protected static com.fasterxml.jackson.core.type.TypeReference getTypeReference(Class aClass)
+ throws MovieDbException
+Helper function to get a pre-generated TypeReference for a class
+- Parameters:
aClass -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
processWrapperList
+protected <T> List<T> processWrapperList(com.fasterxml.jackson.core.type.TypeReference typeRef,
+ URL url,
+ String errorMessageSuffix)
+ throws MovieDbException
+Process the wrapper list and return the results
+- Type Parameters:
T - Type of list to process- Parameters:
typeRef - url - URL of the page (Error output only)errorMessageSuffix - Error message to output (Error output only)
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
processWrapper
+protected <T> WrapperGenericList<T> processWrapper(com.fasterxml.jackson.core.type.TypeReference typeRef,
+ URL url,
+ String errorMessageSuffix)
+ throws MovieDbException
+Process the wrapper list and return the whole wrapper
+- Type Parameters:
T - Type of list to process- Parameters:
typeRef - url - URL of the page (Error output only)errorMessageSuffix - Error message to output (Error output only)
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
- Overview
- Package
- Class
- Use
- Tree
- Deprecated
- Index
- Help
-
-
-
-
-
-
-
-
-
-
- PREV CLASS
- NEXT CLASS
-
- FRAMES
- NO FRAMES
-
-
-
-
-
-
-
-
- SUMMARY: NESTED | FIELD | CONSTR | METHOD
-
-DETAIL: FIELD | CONSTR | METHOD
-
-
-
+
+
+
+
+
+
-
-
-Copyright © 2012-2013. All Rights Reserved.
-
-
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbAccount.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbAccount.html
new file mode 100644
index 000000000..d193299bb
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbAccount.html
@@ -0,0 +1,573 @@
+
+
+
+
+
+
+TmdbAccount (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+Class TmdbAccount
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+-
+
+- com.omertron.themoviedbapi.methods.TmdbAccount
+
+
+
+
+
+
+
+-
+
+
+public class TmdbAccount
+extends AbstractMethod
+Class to hold the Account Methods
+- Author:
+ - stuart.boston
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+-
+
+
+
Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+apiKey, httpTools, MAPPER
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TmdbAccount(String apiKey,
+ HttpTools httpTools)
+Constructor
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+Account
+getAccount(String sessionId)
+Get the basic information for an account.
+
+
+
+List<MovieBasic>
+getFavoriteMovies(String sessionId,
+ int accountId)
+Get the list of favorite movies for an account.
+
+
+
+List<TVBasic>
+getFavoriteTv(String sessionId,
+ int accountId)
+Get the list of favorite TV series for an account.
+
+
+
+List<MovieBasic>
+getGuestRatedMovies(String guestSessionId,
+ String language,
+ Integer page,
+ SortBy sortBy)
+Get a list of rated movies for a specific guest session id.
+
+
+
+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.
+
+
+
+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.
+
+
+
+List<UserList>
+getUserLists(String sessionId,
+ 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 watch list.
+
+
+
+List<TVBasic>
+getWatchListTV(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+Get the list of movies on an accounts watch list.
+
+
+
+StatusCode
+modifyFavoriteStatus(String sessionId,
+ int accountId,
+ MediaType mediaType,
+ int mediaId,
+ boolean setFavorite)
+Add or remove a movie to an accounts favorite list.
+
+
+
+StatusCode
+modifyWatchList(String sessionId,
+ int accountId,
+ MediaType mediaType,
+ Integer movieId,
+ boolean addToWatchlist)
+Add or remove a movie to an accounts watch list.
+
+
+
+
+-
+
+
+
Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+getTypeReference, processWrapper, processWrapperList
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
getAccount
+public Account getAccount(String sessionId)
+ throws MovieDbException
+Get the basic information for an account. You will need to have a valid
+ session id.
+- Parameters:
sessionId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getUserLists
+public List<UserList> getUserLists(String sessionId,
+ int accountId)
+ throws MovieDbException
+Get all lists of a given user
+- Parameters:
sessionId - accountId -
+- Returns:
- The lists
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getFavoriteMovies
+public List<MovieBasic> getFavoriteMovies(String sessionId,
+ int accountId)
+ throws MovieDbException
+Get the list of favorite movies for an account.
+- Parameters:
sessionId - accountId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getFavoriteTv
+public List<TVBasic> getFavoriteTv(String sessionId,
+ int accountId)
+ throws MovieDbException
+Get the list of favorite TV series for an account.
+- Parameters:
sessionId - accountId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
modifyFavoriteStatus
+public StatusCode modifyFavoriteStatus(String sessionId,
+ int accountId,
+ MediaType mediaType,
+ int mediaId,
+ boolean setFavorite)
+ throws MovieDbException
+Add or remove a movie to an accounts favorite list.
+- Parameters:
sessionId - accountId - mediaType - mediaId - setFavorite -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getRatedMovies
+public List<MovieBasic> getRatedMovies(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+ throws MovieDbException
+Get the list of rated movies (and associated rating) for an account.
+- Parameters:
sessionId - accountId - page - sortBy - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getRatedTV
+public List<TVBasic> getRatedTV(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+ throws MovieDbException
+Get the list of rated TV shows (and associated rating) for an account.
+- Parameters:
sessionId - accountId - page - sortBy - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getWatchListMovie
+public List<MovieBasic> getWatchListMovie(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+ throws MovieDbException
+Get the list of movies on an accounts watch list.
+- Parameters:
sessionId - accountId - page - sortBy - language -
+- Returns:
- The watch list of the user
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getWatchListTV
+public List<TVBasic> getWatchListTV(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+ throws MovieDbException
+Get the list of movies on an accounts watch list.
+- Parameters:
sessionId - accountId - page - sortBy - language -
+- Returns:
- The watch list of the user
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
modifyWatchList
+public StatusCode modifyWatchList(String sessionId,
+ int accountId,
+ MediaType mediaType,
+ Integer movieId,
+ boolean addToWatchlist)
+ throws MovieDbException
+Add or remove a movie to an accounts watch list.
+- Parameters:
sessionId - accountId - movieId - mediaType - addToWatchlist -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getGuestRatedMovies
+public List<MovieBasic> getGuestRatedMovies(String guestSessionId,
+ String language,
+ Integer page,
+ SortBy sortBy)
+ throws MovieDbException
+Get a list of rated movies for a specific guest session id.
+- Parameters:
guestSessionId - language - page - sortBy - only CREATED_AT_ASC or CREATED_AT_DESC is supported
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbAuthentication.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbAuthentication.html
new file mode 100644
index 000000000..f3c5a4ce1
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbAuthentication.html
@@ -0,0 +1,386 @@
+
+
+
+
+
+
+TmdbAuthentication (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+Class TmdbAuthentication
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+-
+
+- com.omertron.themoviedbapi.methods.TmdbAuthentication
+
+
+
+
+
+
+
+-
+
+
+public class TmdbAuthentication
+extends AbstractMethod
+Class to hold the Authentication Methods
+- Author:
+ - stuart.boston
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+-
+
+
+
Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+apiKey, httpTools, MAPPER
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TmdbAuthentication(String apiKey,
+ HttpTools httpTools)
+Constructor
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+TokenAuthorisation
+getAuthorisationToken()
+This method is used to generate a valid request token for user based authentication.
+
+
+
+TokenSession
+getGuestSessionToken()
+This method is used to generate a guest session id.
+
+
+
+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.
+
+
+
+
+-
+
+
+
Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+getTypeReference, processWrapper, processWrapperList
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
getAuthorisationToken
+public TokenAuthorisation getAuthorisationToken()
+ throws MovieDbException
+This method is used to generate a valid request token for user based authentication.
+
+ A request token is required in order to request a session id.
+
+ You can generate any number of request tokens but they will expire after 60 minutes.
+
+ As soon as a valid session id has been created the token will be destroyed.
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getSessionToken
+public TokenSession getSessionToken(TokenAuthorisation token)
+ throws MovieDbException
+This method is used to generate a session id for user based authentication.
+
+ A session id is required in order to use any of the write methods.
+- Parameters:
token -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getSessionTokenLogin
+public TokenAuthorisation getSessionTokenLogin(TokenAuthorisation token,
+ String username,
+ String password)
+ throws MovieDbException
+This method is used to generate a session id for user based authentication. User must provide their username and password
+
+ A session id is required in order to use any of the write methods.
+- Parameters:
token - Session tokenusername - User's usernamepassword - User's password
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getGuestSessionToken
+public TokenSession getGuestSessionToken()
+ throws MovieDbException
+This method is used to generate a guest session id.
+
+ A guest session can be used to rate movies without having a registered TMDb user account.
+
+ You should only generate a single guest session per user (or device) as you will be able to attach the ratings to a TMDb user
+ account in the future.
+
+ There are also IP limits in place so you should always make sure it's the end user doing the guest session actions.
+
+ If a guest session is not used for the first time within 24 hours, it will be automatically discarded.
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbCertifications.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbCertifications.html
new file mode 100644
index 000000000..3268c7d58
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbCertifications.html
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+TmdbCertifications (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+Class TmdbCertifications
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+-
+
+- com.omertron.themoviedbapi.methods.TmdbCertifications
+
+
+
+
+
+
+
+-
+
+
+public class TmdbCertifications
+extends AbstractMethod
+Class to hold the Certification Methods
+- Author:
+ - stuart.boston
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+-
+
+
+
Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+apiKey, httpTools, MAPPER
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TmdbCertifications(String apiKey,
+ HttpTools httpTools)
+Constructor
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+TmdbResultsMap<String,List<Certification>>
+getMoviesCertification()
+Get a list of movies certification.
+
+
+
+TmdbResultsMap<String,List<Certification>>
+getTvCertification()
+Get a list of tv certification.
+
+
+
+
+-
+
+
+
Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+getTypeReference, processWrapper, processWrapperList
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
getMoviesCertification
+public TmdbResultsMap<String,List<Certification>> getMoviesCertification()
+ throws MovieDbException
+Get a list of movies certification.
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTvCertification
+public TmdbResultsMap<String,List<Certification>> getTvCertification()
+ throws MovieDbException
+Get a list of tv certification.
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbChanges.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbChanges.html
new file mode 100644
index 000000000..eb60eea0c
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbChanges.html
@@ -0,0 +1,311 @@
+
+
+
+
+
+
+TmdbChanges (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+Class TmdbChanges
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+-
+
+- com.omertron.themoviedbapi.methods.TmdbChanges
+
+
+
+
+
+
+
+-
+
+
+public class TmdbChanges
+extends AbstractMethod
+Class to hold the Change Methods
+- Author:
+ - stuart.boston
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+-
+
+
+
Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+apiKey, httpTools, MAPPER
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TmdbChanges(String apiKey,
+ HttpTools httpTools)
+Constructor
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+List<ChangeListItem>
+getChangeList(MethodBase method,
+ Integer page,
+ String startDate,
+ String endDate)
+Get a list of Media IDs that have been edited.
+
+
+
+
+-
+
+
+
Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+getTypeReference, processWrapper, processWrapperList
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
getChangeList
+public List<ChangeListItem> getChangeList(MethodBase method,
+ Integer page,
+ String startDate,
+ String endDate)
+ throws MovieDbException
+Get a list of Media IDs that have been edited.
+
+ You can then use the movie/TV/person changes API to get the actual data
+ that has been changed.
+- Parameters:
method - The method base to getpage - startDate - the start date of the changes, optionalendDate - the end date of the changes, optional
+- Returns:
- List of changed movie
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbCollections.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbCollections.html
new file mode 100644
index 000000000..d2b2b2249
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbCollections.html
@@ -0,0 +1,332 @@
+
+
+
+
+
+
+TmdbCollections (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+Class TmdbCollections
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+-
+
+- com.omertron.themoviedbapi.methods.TmdbCollections
+
+
+
+
+
+
+
+-
+
+
+public class TmdbCollections
+extends AbstractMethod
+Class to hold the Collections Methods
+- Author:
+ - stuart.boston
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+-
+
+
+
Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+apiKey, httpTools, MAPPER
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TmdbCollections(String apiKey,
+ HttpTools httpTools)
+Constructor
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+TmdbResultsList<Artwork>
+getCollectionImages(int collectionId,
+ String language)
+Get all of the images for a particular collection by collection id.
+
+
+
+CollectionInfo
+getCollectionInfo(int collectionId,
+ String language)
+This method is used to retrieve all of the basic information about a
+ movie collection.
+
+
+
+
+-
+
+
+
Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+getTypeReference, processWrapper, processWrapperList
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
getCollectionInfo
+public CollectionInfo getCollectionInfo(int collectionId,
+ String language)
+ throws MovieDbException
+This method is used to retrieve all of the basic information about a
+ movie collection.
+
+ You can get the ID needed for this method by making a getMovieInfo
+ request for the belongs_to_collection.
+- Parameters:
collectionId - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getCollectionImages
+public TmdbResultsList<Artwork> getCollectionImages(int collectionId,
+ String language)
+ throws MovieDbException
+Get all of the images for a particular collection by collection id.
+- Parameters:
collectionId - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbCompanies.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbCompanies.html
new file mode 100644
index 000000000..7fec67d4c
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbCompanies.html
@@ -0,0 +1,329 @@
+
+
+
+
+
+
+TmdbCompanies (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+Class TmdbCompanies
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+-
+
+- com.omertron.themoviedbapi.methods.TmdbCompanies
+
+
+
+
+
+
+
+-
+
+
+public class TmdbCompanies
+extends AbstractMethod
+Class to hold the Company Methods
+- Author:
+ - stuart.boston
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+-
+
+
+
Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+apiKey, httpTools, MAPPER
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TmdbCompanies(String apiKey,
+ HttpTools httpTools)
+Constructor
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+Company
+getCompanyInfo(int companyId)
+This method is used to retrieve the basic information about a production company on TMDb.
+
+
+
+List<MovieBasic>
+getCompanyMovies(int companyId,
+ String language,
+ Integer page)
+This method is used to retrieve the movies associated with a company.
+
+
+
+
+-
+
+
+
Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+getTypeReference, processWrapper, processWrapperList
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
getCompanyInfo
+public Company getCompanyInfo(int companyId)
+ throws MovieDbException
+This method is used to retrieve the basic information about a production company on TMDb.
+- Parameters:
companyId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getCompanyMovies
+public List<MovieBasic> getCompanyMovies(int companyId,
+ String language,
+ Integer page)
+ throws MovieDbException
+This method is used to retrieve the movies associated with a company.
+
+ These movies are returned in order of most recently released to oldest. The default response will return 20 movies per page.
+- Parameters:
companyId - language - page -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbConfiguration.html
new file mode 100644
index 000000000..adf712eaa
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbConfiguration.html
@@ -0,0 +1,343 @@
+
+
+
+
+
+
+TmdbConfiguration (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+Class TmdbConfiguration
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+-
+
+- com.omertron.themoviedbapi.methods.TmdbConfiguration
+
+
+
+
+
+
+
+-
+
+
+public class TmdbConfiguration
+extends AbstractMethod
+Class to hold the Configuration Methods
+- Author:
+ - stuart.boston
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+-
+
+
+
Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+apiKey, httpTools, MAPPER
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TmdbConfiguration(String apiKey,
+ HttpTools httpTools)
+Constructor
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+Configuration
+getConfig()
+Get the configuration
+ If the configuration has been previously retrieved, use that instead
+
+
+
+TmdbResultsList<JobDepartment>
+getJobs()
+Get a list of valid jobs
+
+
+
+Map<String,List<String>>
+getTimezones()
+Get the list of supported timezones for the API methods that support them
+
+
+
+
+-
+
+
+
Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+getTypeReference, processWrapper, processWrapperList
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
getConfig
+public Configuration getConfig()
+ throws MovieDbException
+Get the configuration
+ If the configuration has been previously retrieved, use that instead
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getJobs
+public TmdbResultsList<JobDepartment> getJobs()
+ throws MovieDbException
+Get a list of valid jobs
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTimezones
+public Map<String,List<String>> getTimezones()
+ throws MovieDbException
+Get the list of supported timezones for the API methods that support them
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbCredits.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbCredits.html
new file mode 100644
index 000000000..90d418b14
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbCredits.html
@@ -0,0 +1,315 @@
+
+
+
+
+
+
+TmdbCredits (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+Class TmdbCredits
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+-
+
+- com.omertron.themoviedbapi.methods.TmdbCredits
+
+
+
+
+
+
+
+-
+
+
+public class TmdbCredits
+extends AbstractMethod
+Class to hold the Credit Methods
+- Author:
+ - stuart.boston
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+-
+
+
+
Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+apiKey, httpTools, MAPPER
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TmdbCredits(String apiKey,
+ HttpTools httpTools)
+Constructor
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+CreditInfo
+getCreditInfo(String creditId,
+ String language)
+Get the detailed information about a particular credit record.
+
+
+
+
+-
+
+
+
Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+getTypeReference, processWrapper, processWrapperList
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
getCreditInfo
+public CreditInfo getCreditInfo(String creditId,
+ String language)
+ throws MovieDbException
+Get the detailed information about a particular credit record.
+
+ This is currently only supported with the new credit model found in TV.
+
+ These IDs can be found from any TV credit response as well as the
+ TV_credits and combined_credits methods for people.
+ The episodes object returns a list of episodes and are generally going to
+ be guest stars.
+ The season array will return a list of season numbers.
+ Season credits are credits that were marked with the "add to every
+ season" option in the editing interface and are assumed to be "season
+ regulars".
+- Parameters:
creditId - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbDiscover.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbDiscover.html
new file mode 100644
index 000000000..7ef5bf950
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbDiscover.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+TmdbDiscover (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+Class TmdbDiscover
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+-
+
+- com.omertron.themoviedbapi.methods.TmdbDiscover
+
+
+
+
+
+
+
+-
+
+
+public class TmdbDiscover
+extends AbstractMethod
+Class to hold the Discover Methods
+- Author:
+ - stuart.boston
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+-
+
+
+
Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+apiKey, httpTools, MAPPER
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TmdbDiscover(String apiKey,
+ HttpTools httpTools)
+Constructor
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+List<MovieBasic>
+getDiscoverMovies(Discover discover)
+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.
+
+
+
+
+-
+
+
+
Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+getTypeReference, processWrapper, processWrapperList
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
getDiscoverMovies
+public List<MovieBasic> getDiscoverMovies(Discover discover)
+ throws MovieDbException
+Discover movies by different types of data like average rating, number of votes, genres and certifications.
+- Parameters:
discover - A discover object containing the search criteria required
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getDiscoverTV
+public List<TVBasic> getDiscoverTV(Discover discover)
+ throws MovieDbException
+Discover movies by different types of data like average rating, number of votes, genres and certifications.
+- Parameters:
discover - A discover object containing the search criteria required
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbFind.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbFind.html
new file mode 100644
index 000000000..3a3a099e3
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbFind.html
@@ -0,0 +1,318 @@
+
+
+
+
+
+
+TmdbFind (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+Class TmdbFind
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+-
+
+- com.omertron.themoviedbapi.methods.TmdbFind
+
+
+
+
+
+
+
+-
+
+
+public class TmdbFind
+extends AbstractMethod
+Class to hold the Find Methods
+- Author:
+ - stuart.boston
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+-
+
+
+
Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+apiKey, httpTools, MAPPER
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TmdbFind(String apiKey,
+ HttpTools httpTools)
+Constructor
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+FindResults
+find(String id,
+ ExternalSource externalSource,
+ String language)
+You con use this method to find movies, tv series or persons using external ids.
+
+
+
+
+-
+
+
+
Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+getTypeReference, processWrapper, processWrapperList
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
find
+public FindResults find(String id,
+ ExternalSource externalSource,
+ String language)
+ throws MovieDbException
+You con use this method to find movies, tv series or persons using external ids.
+
+ Supported query ids are
+
+ - Movies: imdb_id
+ - People: imdb_id, freebase_mid, freebase_id, tvrage_id
+ - TV Series: imdb_id, freebase_mid, freebase_id, tvdb_id, tvrage_id
+ - TV Seasons: freebase_mid, freebase_id, tvdb_id, tvrage_id
+ - TV Episodes: imdb_id, freebase_mid, freebase_id, tvdb_id, tvrage_idimdb_id, freebase_mid, freebase_id, tvrage_id,
+ tvdb_id.
+
+
+ For details see http://docs.themoviedb.apiary.io/#find
+- Parameters:
id - the external idexternalSource - one of ExternalSource.language - the language
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbGenres.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbGenres.html
new file mode 100644
index 000000000..6a4834efd
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbGenres.html
@@ -0,0 +1,354 @@
+
+
+
+
+
+
+TmdbGenres (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+Class TmdbGenres
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+-
+
+- com.omertron.themoviedbapi.methods.TmdbGenres
+
+
+
+
+
+
+
+-
+
+
+public class TmdbGenres
+extends AbstractMethod
+Class to hold the Genre Methods
+- Author:
+ - stuart.boston
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+-
+
+
+
Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+apiKey, httpTools, MAPPER
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TmdbGenres(String apiKey,
+ HttpTools httpTools)
+Constructor
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+TmdbResultsList<Genre>
+getGenreMovieList(String language)
+Get the list of movie genres.
+
+
+
+List<MovieBasic>
+getGenreMovies(int genreId,
+ String language,
+ Integer page,
+ Boolean includeAllMovies,
+ Boolean includeAdult)
+Get the list of movies for a particular genre by id.
+
+
+
+TmdbResultsList<Genre>
+getGenreTVList(String language)
+Get the list of TV genres.
+
+
+
+
+-
+
+
+
Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+getTypeReference, processWrapper, processWrapperList
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
getGenreMovieList
+public TmdbResultsList<Genre> getGenreMovieList(String language)
+ throws MovieDbException
+Get the list of movie genres.
+- Parameters:
language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getGenreTVList
+public TmdbResultsList<Genre> getGenreTVList(String language)
+ throws MovieDbException
+Get the list of TV genres.
+- Parameters:
language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getGenreMovies
+public List<MovieBasic> getGenreMovies(int genreId,
+ String language,
+ Integer page,
+ Boolean includeAllMovies,
+ Boolean includeAdult)
+ throws MovieDbException
+Get the list of movies for a particular genre by id.
+
+ By default, only movies with 10 or more votes are included.
+- Parameters:
genreId - language - page - includeAllMovies - includeAdult -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbKeywords.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbKeywords.html
new file mode 100644
index 000000000..a0e274697
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbKeywords.html
@@ -0,0 +1,327 @@
+
+
+
+
+
+
+TmdbKeywords (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+Class TmdbKeywords
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+-
+
+- com.omertron.themoviedbapi.methods.TmdbKeywords
+
+
+
+
+
+
+
+-
+
+
+public class TmdbKeywords
+extends AbstractMethod
+Class to hold the Keyword Methods
+- Author:
+ - stuart.boston
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+-
+
+
+
Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+apiKey, httpTools, MAPPER
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TmdbKeywords(String apiKey,
+ HttpTools httpTools)
+Constructor
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+Keyword
+getKeyword(String keywordId)
+Get the basic information for a specific keyword id.
+
+
+
+TmdbResultsList<MovieBasic>
+getKeywordMovies(String keywordId,
+ String language,
+ Integer page)
+Get the list of movies for a particular keyword by id.
+
+
+
+
+-
+
+
+
Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+getTypeReference, processWrapper, processWrapperList
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
getKeyword
+public Keyword getKeyword(String keywordId)
+ throws MovieDbException
+Get the basic information for a specific keyword id.
+- Parameters:
keywordId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getKeywordMovies
+public TmdbResultsList<MovieBasic> getKeywordMovies(String keywordId,
+ String language,
+ Integer page)
+ throws MovieDbException
+Get the list of movies for a particular keyword by id.
+- Parameters:
keywordId - language - page -
+- Returns:
- List of movies with the keyword
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbLists.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbLists.html
new file mode 100644
index 000000000..982c52194
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbLists.html
@@ -0,0 +1,456 @@
+
+
+
+
+
+
+TmdbLists (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+Class TmdbLists
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+-
+
+- com.omertron.themoviedbapi.methods.TmdbLists
+
+
+
+
+
+
+
+-
+
+
+public class TmdbLists
+extends AbstractMethod
+Class to hold the List Methods
+- Author:
+ - stuart.boston
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+-
+
+
+
Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+apiKey, httpTools, MAPPER
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TmdbLists(String apiKey,
+ HttpTools httpTools)
+Constructor
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+StatusCode
+addItem(String sessionId,
+ String listId,
+ int mediaId)
+This method lets users add new items to a list that they created.
+
+
+
+boolean
+checkItemStatus(String listId,
+ int mediaId)
+Check to see if an ID is already on a list.
+
+
+
+StatusCode
+clear(String sessionId,
+ String listId,
+ boolean confirm)
+Clear all of the items within a list.
+
+
+
+String
+createList(String sessionId,
+ String name,
+ String description)
+This method lets users create a new list.
+
+
+
+StatusCode
+deleteList(String sessionId,
+ String listId)
+This method lets users delete a list that they created.
+
+
+
+ListItem<MovieDb>
+getList(String listId)
+Get a list by its ID
+
+
+
+StatusCode
+removeItem(String sessionId,
+ String listId,
+ int mediaId)
+This method lets users delete items from a list that they created.
+
+
+
+
+-
+
+
+
Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+getTypeReference, processWrapper, processWrapperList
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
getList
+public ListItem<MovieDb> getList(String listId)
+ throws MovieDbException
+Get a list by its ID
+- Parameters:
listId -
+- Returns:
- The list and its items
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
checkItemStatus
+public boolean checkItemStatus(String listId,
+ int mediaId)
+ throws MovieDbException
+Check to see if an ID is already on a list.
+- Parameters:
listId - mediaId -
+- Returns:
- true if the movie is on the list
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
createList
+public String createList(String sessionId,
+ String name,
+ String description)
+ throws MovieDbException
+This method lets users create a new list. A valid session id is required.
+- Parameters:
sessionId - name - description -
+- Returns:
- The list id
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
deleteList
+public StatusCode deleteList(String sessionId,
+ String listId)
+ throws MovieDbException
+This method lets users delete a list that they created. A valid session id is required.
+- Parameters:
sessionId - listId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
addItem
+public StatusCode addItem(String sessionId,
+ String listId,
+ int mediaId)
+ throws MovieDbException
+This method lets users add new items to a list that they created.
+
+ A valid session id is required.
+- Parameters:
sessionId - listId - mediaId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
removeItem
+public StatusCode removeItem(String sessionId,
+ String listId,
+ int mediaId)
+ throws MovieDbException
+This method lets users delete items from a list that they created.
+
+ A valid session id is required.
+- Parameters:
sessionId - listId - mediaId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
clear
+public StatusCode clear(String sessionId,
+ String listId,
+ boolean confirm)
+ throws MovieDbException
+Clear all of the items within a list.
+
+ This is a irreversible action and should be treated with caution.
+
+ A valid session id is required. A call without confirm=true will return status code 29.
+- Parameters:
sessionId - listId - confirm -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbMovies.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbMovies.html
new file mode 100644
index 000000000..8efab26f7
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbMovies.html
@@ -0,0 +1,829 @@
+
+
+
+
+
+
+TmdbMovies (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+Class TmdbMovies
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+-
+
+- com.omertron.themoviedbapi.methods.TmdbMovies
+
+
+
+
+
+
+
+-
+
+
+public class TmdbMovies
+extends AbstractMethod
+Class to hold the Movie Methods
+- Author:
+ - stuart.boston
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+-
+
+
+
Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+apiKey, httpTools, MAPPER
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TmdbMovies(String apiKey,
+ HttpTools httpTools)
+Constructor
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+MovieDb
+getLatestMovie()
+This method is used to retrieve the newest movie that was added to TMDb.
+
+
+
+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.
+
+
+
+WrapperChanges
+getMovieChanges(int movieId,
+ String startDate,
+ String endDate)
+Get the changes for a specific movie ID.
+
+
+
+MediaCreditList
+getMovieCredits(int movieId,
+ String... appendToResponse)
+Get the cast and crew information 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.
+
+
+
+MovieDb
+getMovieInfo(int movieId,
+ String language,
+ String... appendToResponse)
+This method is used to retrieve all of the basic movie information.
+
+
+
+MovieDb
+getMovieInfoImdb(String imdbId,
+ String language,
+ String... appendToResponse)
+This method is used to retrieve all of the basic movie information.
+
+
+
+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.
+
+
+
+TmdbResultsList<UserList>
+getMovieLists(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+Get the lists that the movie belongs to
+
+
+
+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<Review>
+getMovieReviews(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+Get the reviews for a particular movie id.
+
+
+
+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.
+
+
+
+TmdbResultsList<MovieDb>
+getNowPlayingMovies(Integer page,
+ String language)
+This method is used to retrieve the movies currently in theatres.
+
+
+
+TmdbResultsList<MovieDb>
+getPopularMovieList(Integer page,
+ String language)
+This method is used to retrieve the daily movie popularity list.
+
+
+
+TmdbResultsList<MovieDb>
+getSimilarMovies(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+The similar movies method will let you retrieve the similar movies for a
+ particular movie.
+
+
+
+TmdbResultsList<MovieDb>
+getTopRatedMovies(Integer page,
+ String language)
+This method is used to retrieve the top rated movies that have over 10
+ votes on TMDb.
+
+
+
+TmdbResultsList<MovieDb>
+getUpcoming(Integer page,
+ String language)
+Get the list of upcoming movies.
+
+
+
+StatusCode
+postMovieRating(int movieId,
+ int rating,
+ String sessionId,
+ String guestSessionId)
+This method lets users rate a movie.
+
+
+
+
+-
+
+
+
Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+getTypeReference, processWrapper, processWrapperList
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
getMovieInfo
+public MovieDb getMovieInfo(int movieId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+This method is used to retrieve all of the basic movie information.
+
+ It will return the single highest rated poster and backdrop.
+
+ ApiExceptionType.MOVIE_ID_NOT_FOUND will be thrown if there are no movies
+ found.
+- Parameters:
movieId - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieInfoImdb
+public MovieDb getMovieInfoImdb(String imdbId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+This method is used to retrieve all of the basic movie information.
+
+ It will return the single highest rated poster and backdrop.
+
+ ApiExceptionType.MOVIE_ID_NOT_FOUND will be thrown if there are no movies
+ found.
+- Parameters:
imdbId - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieAccountState
+public MediaState getMovieAccountState(int movieId,
+ String sessionId)
+ throws MovieDbException
+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.
+
+ A valid session id is required.
+- Parameters:
movieId - sessionId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieAlternativeTitles
+public TmdbResultsList<AlternativeTitle> getMovieAlternativeTitles(int movieId,
+ String country,
+ String... appendToResponse)
+ throws MovieDbException
+This method is used to retrieve all of the alternative titles we have for
+ a particular movie.
+- Parameters:
movieId - country - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieCredits
+public MediaCreditList getMovieCredits(int movieId,
+ String... appendToResponse)
+ throws MovieDbException
+Get the cast and crew information for a specific movie id.
+- Parameters:
movieId - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieImages
+public TmdbResultsList<Artwork> getMovieImages(int movieId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+This method should be used when you’re wanting to retrieve all of the
+ images for a particular movie.
+- Parameters:
movieId - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieKeywords
+public TmdbResultsList<Keyword> getMovieKeywords(int movieId,
+ String... appendToResponse)
+ throws MovieDbException
+This method is used to retrieve all of the keywords that have been added
+ to a particular movie.
+
+ Currently, only English keywords exist.
+- Parameters:
movieId - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieReleaseInfo
+public TmdbResultsList<ReleaseInfo> getMovieReleaseInfo(int movieId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+This method is used to retrieve all of the release and certification data
+ we have for a specific movie.
+- Parameters:
movieId - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieVideos
+public TmdbResultsList<Video> getMovieVideos(int movieId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+This method is used to retrieve all of the trailers for a particular
+ movie.
+
+ Supported sites are YouTube and QuickTime.
+- Parameters:
movieId - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieTranslations
+public TmdbResultsList<Translation> getMovieTranslations(int movieId,
+ String... appendToResponse)
+ throws MovieDbException
+This method is used to retrieve a list of the available translations for
+ a specific movie.
+- Parameters:
movieId - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getSimilarMovies
+public TmdbResultsList<MovieDb> getSimilarMovies(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+The similar movies method will let you retrieve the similar movies for a
+ particular movie.
+
+ This data is created dynamically but with the help of users votes on
+ TMDb.
+
+ The data is much better with movies that have more keywords
+- Parameters:
movieId - language - page - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieReviews
+public TmdbResultsList<Review> getMovieReviews(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+Get the reviews for a particular movie id.
+- Parameters:
movieId - page - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieLists
+public TmdbResultsList<UserList> getMovieLists(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+Get the lists that the movie belongs to
+- Parameters:
movieId - language - page - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getMovieChanges
+public WrapperChanges getMovieChanges(int movieId,
+ String startDate,
+ String endDate)
+ throws MovieDbException
+Get the changes for a specific movie ID.
+
+ Changes are grouped by key, and ordered by date in descending order.
+
+ By default, only the last 24 hours of changes are returned.
+
+ The maximum number of days that can be returned in a single request is
+ 14.
+
+ The language is present on fields that are translatable.
+- Parameters:
movieId - startDate - endDate -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
postMovieRating
+public StatusCode postMovieRating(int movieId,
+ int rating,
+ String sessionId,
+ String guestSessionId)
+ throws MovieDbException
+This method lets users rate a movie.
+
+ A valid session id or guest session id is required.
+- Parameters:
sessionId - movieId - rating - guestSessionId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getLatestMovie
+public MovieDb getLatestMovie()
+ throws MovieDbException
+This method is used to retrieve the newest movie that was added to TMDb.
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getUpcoming
+public TmdbResultsList<MovieDb> getUpcoming(Integer page,
+ String language)
+ throws MovieDbException
+Get the list of upcoming movies.
+
+ This list refreshes every day.
+
+ The maximum number of items this list will include is 100.
+- Parameters:
language - page -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getNowPlayingMovies
+public TmdbResultsList<MovieDb> getNowPlayingMovies(Integer page,
+ String language)
+ throws MovieDbException
+This method is used to retrieve the movies currently in theatres.
+
+ This is a curated list that will normally contain 100 movies. The default
+ response will return 20 movies.
+- Parameters:
language - page -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPopularMovieList
+public TmdbResultsList<MovieDb> getPopularMovieList(Integer page,
+ String language)
+ throws MovieDbException
+This method is used to retrieve the daily movie popularity list.
+
+ This list is updated daily. The default response will return 20 movies.
+- Parameters:
language - page -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTopRatedMovies
+public TmdbResultsList<MovieDb> getTopRatedMovies(Integer page,
+ String language)
+ throws MovieDbException
+This method is used to retrieve the top rated movies that have over 10
+ votes on TMDb.
+
+ The default response will return 20 movies.
+- Parameters:
language - page -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbNetworks.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbNetworks.html
new file mode 100644
index 000000000..5fc8e8c2f
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbNetworks.html
@@ -0,0 +1,304 @@
+
+
+
+
+
+
+TmdbNetworks (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+Class TmdbNetworks
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+-
+
+- com.omertron.themoviedbapi.methods.TmdbNetworks
+
+
+
+
+
+
+
+-
+
+
+public class TmdbNetworks
+extends AbstractMethod
+Class to hold the Network Methods
+- Author:
+ - stuart.boston
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+-
+
+
+
Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+apiKey, httpTools, MAPPER
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TmdbNetworks(String apiKey,
+ HttpTools httpTools)
+Constructor
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+Network
+getNetworkInfo(int networkId)
+This method is used to retrieve the basic information about a TV network.
+
+
+
+
+-
+
+
+
Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+getTypeReference, processWrapper, processWrapperList
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
getNetworkInfo
+public Network getNetworkInfo(int networkId)
+ throws MovieDbException
+This method is used to retrieve the basic information about a TV network.
+
+ You can use this ID to search for TV shows with the discover method.
+- Parameters:
networkId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbPeople.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbPeople.html
new file mode 100644
index 000000000..7e3be583e
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbPeople.html
@@ -0,0 +1,538 @@
+
+
+
+
+
+
+TmdbPeople (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+Class TmdbPeople
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+-
+
+- com.omertron.themoviedbapi.methods.TmdbPeople
+
+
+
+
+
+
+
+-
+
+
+public class TmdbPeople
+extends AbstractMethod
+Class to hold the People Methods
+- Author:
+ - stuart.boston
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+-
+
+
+
Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+apiKey, httpTools, MAPPER
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TmdbPeople(String apiKey,
+ HttpTools httpTools)
+Constructor
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+WrapperChanges
+getPersonChanges(int personId,
+ String startDate,
+ String endDate)
+Get the changes for a specific person id.
+
+
+
+PersonCredits<CreditBasic>
+getPersonCombinedCredits(int personId,
+ String language,
+ String... appendToResponse)
+Get the combined (movie and TV) credits for a specific person id.
+
+
+
+ExternalID
+getPersonExternalIds(int personId)
+Get the external ids for a specific person id.
+
+
+
+TmdbResultsList<Artwork>
+getPersonImages(int personId)
+Get the images for a specific person id.
+
+
+
+Person
+getPersonInfo(int personId,
+ String... appendToResponse)
+Get the general person information for a specific id.
+
+
+
+Person
+getPersonLatest()
+Get the latest person id.
+
+
+
+PersonCredits<CreditMovieBasic>
+getPersonMovieCredits(int personId,
+ String language,
+ String... appendToResponse)
+Get the movie credits for a specific person id.
+
+
+
+TmdbResultsList<PersonFind>
+getPersonPopular(Integer 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.
+
+
+
+PersonCredits<CreditTVBasic>
+getPersonTVCredits(int personId,
+ String language,
+ String... appendToResponse)
+Get the TV credits for a specific person id.
+
+
+
+
+-
+
+
+
Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+getTypeReference, processWrapper, processWrapperList
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
getPersonInfo
+public Person getPersonInfo(int personId,
+ String... appendToResponse)
+ throws MovieDbException
+Get the general person information for a specific id.
+- Parameters:
personId - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPersonMovieCredits
+public PersonCredits<CreditMovieBasic> getPersonMovieCredits(int personId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+Get the movie credits for a specific person id.
+- Parameters:
personId - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPersonTVCredits
+public PersonCredits<CreditTVBasic> getPersonTVCredits(int personId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+Get the TV credits for a specific person id.
+
+ To get the expanded details for each record, call the /credit method with
+ the provided credit_id.
+
+ This will provide details about which episode and/or season the credit is
+ for.
+- Parameters:
personId - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPersonCombinedCredits
+public PersonCredits<CreditBasic> getPersonCombinedCredits(int personId,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+Get the combined (movie and TV) credits for a specific person id.
+
+ To get the expanded details for each TV record, call the /credit method
+ with the provided credit_id.
+
+ This will provide details about which episode and/or season the credit is
+ for.
+- Parameters:
personId - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPersonExternalIds
+public ExternalID getPersonExternalIds(int personId)
+ throws MovieDbException
+Get the external ids for a specific person id.
+- Parameters:
personId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPersonImages
+public TmdbResultsList<Artwork> getPersonImages(int personId)
+ throws MovieDbException
+Get the images for a specific person id.
+- Parameters:
personId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPersonTaggedImages
+public TmdbResultsList<ArtworkMedia> getPersonTaggedImages(int personId,
+ Integer page,
+ String language)
+ throws MovieDbException
+Get the images that have been tagged with a specific person id.
+
+ We return all of the image results with a media object mapped for each
+ image.
+- Parameters:
personId - page - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPersonChanges
+public WrapperChanges getPersonChanges(int personId,
+ String startDate,
+ String endDate)
+ throws MovieDbException
+Get the changes for a specific person id.
+
+ Changes are grouped by key, and ordered by date in descending order.
+
+ By default, only the last 24 hours of changes are returned.
+
+ The maximum number of days that can be returned in a single request is
+ 14.
+
+ The language is present on fields that are translatable.
+- Parameters:
personId - startDate - endDate -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPersonPopular
+public TmdbResultsList<PersonFind> getPersonPopular(Integer page)
+ throws MovieDbException
+Get the list of popular people on The Movie Database.
+
+ This list refreshes every day.
+- Parameters:
page -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getPersonLatest
+public Person getPersonLatest()
+ throws MovieDbException
+Get the latest person id.
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbReviews.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbReviews.html
new file mode 100644
index 000000000..b1ccdeb6d
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbReviews.html
@@ -0,0 +1,302 @@
+
+
+
+
+
+
+TmdbReviews (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+Class TmdbReviews
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+-
+
+- com.omertron.themoviedbapi.methods.TmdbReviews
+
+
+
+
+
+
+
+-
+
+
+public class TmdbReviews
+extends AbstractMethod
+Class to hold the Review Methods
+- Author:
+ - stuart.boston
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+-
+
+
+
Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+apiKey, httpTools, MAPPER
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TmdbReviews(String apiKey,
+ HttpTools httpTools)
+Constructor
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+Review
+getReview(String reviewId)
+Get the full details of a review by ID.
+
+
+
+
+-
+
+
+
Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+getTypeReference, processWrapper, processWrapperList
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
getReview
+public Review getReview(String reviewId)
+ throws MovieDbException
+Get the full details of a review by ID.
+- Parameters:
reviewId -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html
new file mode 100644
index 000000000..ba9adb399
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html
@@ -0,0 +1,504 @@
+
+
+
+
+
+
+TmdbSearch (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+Class TmdbSearch
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+-
+
+- com.omertron.themoviedbapi.methods.TmdbSearch
+
+
+
+
+
+
+
+-
+
+
+public class TmdbSearch
+extends AbstractMethod
+Class to hold the Search Methods
+- Author:
+ - stuart.boston
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+-
+
+
+
Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+apiKey, httpTools, MAPPER
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TmdbSearch(String apiKey,
+ HttpTools httpTools)
+Constructor
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+TmdbResultsList<Collection>
+searchCollection(String query,
+ Integer page,
+ String language)
+Search for collections by name.
+
+
+
+TmdbResultsList<Company>
+searchCompanies(String query,
+ Integer page)
+Search Companies.
+
+
+
+TmdbResultsList<Keyword>
+searchKeyword(String query,
+ Integer page)
+Search for keywords by name
+
+
+
+TmdbResultsList<UserList>
+searchList(String query,
+ Integer page,
+ Boolean includeAdult)
+Search for lists by name and description.
+
+
+
+TmdbResultsList<MovieDb>
+searchMovie(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult,
+ Integer searchYear,
+ Integer primaryReleaseYear,
+ SearchType searchType)
+Search Movies This is a good starting point to start finding movies on TMDb.
+
+
+
+TmdbResultsList<MediaBasic>
+searchMulti(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult)
+Search the movie, tv show and person collections with a single query.
+
+
+
+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.
+
+
+
+
+-
+
+
+
Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+getTypeReference, processWrapper, processWrapperList
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
searchCompanies
+public TmdbResultsList<Company> searchCompanies(String query,
+ Integer page)
+ throws MovieDbException
+Search Companies.
+
+ You can use this method to search for production companies that are part of TMDb. The company IDs will map to those returned
+ on movie calls.
+
+ http://help.themoviedb.org/kb/api/search-companies
+- Parameters:
query - page -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
searchCollection
+public TmdbResultsList<Collection> searchCollection(String query,
+ Integer page,
+ String language)
+ throws MovieDbException
+Search for collections by name.
+- Parameters:
query - language - page -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
searchKeyword
+public TmdbResultsList<Keyword> searchKeyword(String query,
+ Integer page)
+ throws MovieDbException
+Search for keywords by name
+- Parameters:
query - page -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
searchList
+public TmdbResultsList<UserList> searchList(String query,
+ Integer page,
+ Boolean includeAdult)
+ throws MovieDbException
+Search for lists by name and description.
+- Parameters:
query - includeAdult - page -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
searchMovie
+public TmdbResultsList<MovieDb> searchMovie(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult,
+ Integer searchYear,
+ Integer primaryReleaseYear,
+ SearchType searchType)
+ throws MovieDbException
+Search Movies This is a good starting point to start finding movies on TMDb.
+- Parameters:
query - searchYear - Limit the search to the provided year. Zero (0) will get all yearslanguage - The language to include. Can be blank/null.includeAdult - true or false to include adult titles in the searchpage - The page of results to return. 0 to get the default (first page)primaryReleaseYear - searchType -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
searchMulti
+public TmdbResultsList<MediaBasic> searchMulti(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult)
+ throws MovieDbException
+Search the movie, tv show and person collections with a single query.
+
+ Each item returned in the result array has a media_type field that maps to either movie, tv or person.
+
+ Each mapped result is the same response you would get from each independent search
+- Parameters:
query - page - language - includeAdult -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
searchPeople
+public TmdbResultsList<PersonFind> searchPeople(String query,
+ Integer page,
+ Boolean includeAdult,
+ SearchType searchType)
+ throws MovieDbException
+This is a good starting point to start finding people on TMDb.
+
+ The idea is to be a quick and light method so you can iterate through people quickly.
+- Parameters:
query - includeAdult - page - searchType -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
searchTV
+public TmdbResultsList<TVBasic> searchTV(String query,
+ Integer page,
+ String language,
+ Integer firstAirDateYear,
+ SearchType searchType)
+ throws MovieDbException
+Search for TV shows by title.
+- Parameters:
query - page - language - firstAirDateYear - searchType -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html
new file mode 100644
index 000000000..b5696fbba
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html
@@ -0,0 +1,723 @@
+
+
+
+
+
+
+TmdbTV (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+Class TmdbTV
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+-
+
+- com.omertron.themoviedbapi.methods.TmdbTV
+
+
+
+
+
+
+
+-
+
+
+public class TmdbTV
+extends AbstractMethod
+Class to hold the TV Methods
+- Author:
+ - stuart.boston
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+-
+
+
+
Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+apiKey, httpTools, MAPPER
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TmdbTV(String apiKey,
+ HttpTools httpTools)
+Constructor
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+TVInfo
+getLatestTV()
+Get the latest TV show id.
+
+
+
+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.
+
+
+
+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...)
+
+
+
+StatusCode
+postTVRating(int tvID,
+ int rating,
+ String sessionID,
+ String guestSessionID)
+This method lets users rate a TV show.
+
+
+
+
+-
+
+
+
Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+getTypeReference, processWrapper, processWrapperList
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
getTVInfo
+public TVInfo getTVInfo(int tvID,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+Get the primary information about a TV series by id.
+- Parameters:
tvID - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVAccountState
+public MediaState getTVAccountState(int tvID,
+ String sessionID)
+ throws MovieDbException
+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.
+
+ A valid session id is required.
+- Parameters:
tvID - sessionID -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVAlternativeTitles
+public TmdbResultsList<AlternativeTitle> getTVAlternativeTitles(int tvID)
+ throws MovieDbException
+Get the alternative titles for a specific show ID.
+- Parameters:
tvID -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVChanges
+public WrapperChanges getTVChanges(int tvID,
+ String startDate,
+ String endDate)
+ throws MovieDbException
+Get the changes for a specific TV show id.
+- Parameters:
tvID - startDate - endDate -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVContentRatings
+public TmdbResultsList<ContentRating> getTVContentRatings(int tvID)
+ throws MovieDbException
+Get the content ratings for a specific TV show id.
+- Parameters:
tvID -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVCredits
+public MediaCreditList getTVCredits(int tvID,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+Get the cast & crew information about a TV series.
+- Parameters:
tvID - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVExternalIDs
+public ExternalID getTVExternalIDs(int tvID,
+ String language)
+ throws MovieDbException
+Get the external ids that we have stored for a TV series.
+- Parameters:
tvID - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVImages
+public TmdbResultsList<Artwork> getTVImages(int tvID,
+ String language,
+ String... includeImageLanguage)
+ throws MovieDbException
+Get the images (posters and backdrops) for a TV series.
+- Parameters:
tvID - language - includeImageLanguage -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVKeywords
+public TmdbResultsList<Keyword> getTVKeywords(int tvID,
+ String... appendToResponse)
+ throws MovieDbException
+Get the plot keywords for a specific TV show id.
+- Parameters:
tvID - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
postTVRating
+public StatusCode postTVRating(int tvID,
+ int rating,
+ String sessionID,
+ String guestSessionID)
+ throws MovieDbException
+This method lets users rate a TV show.
+
+ A valid session id or guest session id is required.
+- Parameters:
tvID - rating - sessionID - guestSessionID -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVSimilar
+public TmdbResultsList<TVInfo> getTVSimilar(int tvID,
+ Integer page,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+Get the similar TV shows for a specific tv id.
+- Parameters:
tvID - page - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVTranslations
+public TmdbResultsList<Translation> getTVTranslations(int tvID)
+ throws MovieDbException
+Get the list of translations that exist for a TV series. These
+ translations cascade down to the episode level.
+- Parameters:
tvID -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVVideos
+public TmdbResultsList<Video> getTVVideos(int tvID,
+ String language)
+ throws MovieDbException
+Get the videos that have been added to a TV series (trailers, opening
+ credits, etc...)
+- Parameters:
tvID - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getLatestTV
+public TVInfo getLatestTV()
+ throws MovieDbException
+Get the latest TV show id.
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVOnTheAir
+public TmdbResultsList<TVBasic> getTVOnTheAir(Integer page,
+ String language)
+ throws MovieDbException
+Get the list of TV shows that are currently on the air.
+
+ This query looks for any TV show that has an episode with an air date in
+ the next 7 days.
+- Parameters:
page - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVAiringToday
+public TmdbResultsList<TVBasic> getTVAiringToday(Integer page,
+ String language,
+ String timezone)
+ throws MovieDbException
+Get the list of TV shows that air today.
+
+ Without a specified timezone, this query defaults to EST
+- Parameters:
page - language - timezone -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVTopRated
+public TmdbResultsList<TVBasic> getTVTopRated(Integer page,
+ String language)
+ throws MovieDbException
+Get the list of top rated TV shows.
+
+ By default, this list will only include TV shows that have 2 or more
+ votes.
+
+ This list refreshes every day.
+- Parameters:
page - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getTVPopular
+public TmdbResultsList<TVBasic> getTVPopular(Integer page,
+ String language)
+ throws MovieDbException
+Get the list of popular TV shows. This list refreshes every day.
+- Parameters:
page - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbTVEpisodes.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbTVEpisodes.html
new file mode 100644
index 000000000..67a8396f8
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbTVEpisodes.html
@@ -0,0 +1,510 @@
+
+
+
+
+
+
+TmdbTVEpisodes (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+Class TmdbTVEpisodes
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+-
+
+- com.omertron.themoviedbapi.methods.TmdbTVEpisodes
+
+
+
+
+
+
+
+-
+
+
+public class TmdbTVEpisodes
+extends AbstractMethod
+Class to hold the TV Methods
+- Author:
+ - stuart.boston
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+-
+
+
+
Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+apiKey, httpTools, MAPPER
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TmdbTVEpisodes(String apiKey,
+ HttpTools httpTools)
+Constructor
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+MediaState
+getEpisodeAccountState(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String sessionID)
+This method lets users get the status of whether or not the TV episode
+ has been rated.
+
+
+
+WrapperChanges
+getEpisodeChanges(int episodeID,
+ String startDate,
+ String endDate)
+Look up a TV episode's changes by episode ID
+
+
+
+MediaCreditList
+getEpisodeCredits(int tvID,
+ int seasonNumber,
+ int episodeNumber)
+Get the TV episode credits by combination of season and episode number.
+
+
+
+ExternalID
+getEpisodeExternalID(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language)
+Get the external ids for a TV episode by comabination of a season and
+ episode number.
+
+
+
+TmdbResultsList<Artwork>
+getEpisodeImages(int tvID,
+ int seasonNumber,
+ int episodeNumber)
+Get the images (episode stills) for a TV episode by combination of a
+ season and episode number.
+
+
+
+TVEpisodeInfo
+getEpisodeInfo(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language,
+ String... appendToResponse)
+Get the primary information about a TV episode by combination of a season
+ and episode number.
+
+
+
+TmdbResultsList<Video>
+getEpisodeVideos(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language)
+Get the videos that have been added to a TV episode (teasers, clips,
+ etc...)
+
+
+
+StatusCode
+postEpisodeRating(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ int rating,
+ String sessionID,
+ String guestSessionID)
+This method lets users rate a TV episode.
+
+
+
+
+-
+
+
+
Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+getTypeReference, processWrapper, processWrapperList
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
getEpisodeInfo
+public TVEpisodeInfo getEpisodeInfo(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+Get the primary information about a TV episode by combination of a season
+ and episode number.
+- Parameters:
tvID - seasonNumber - episodeNumber - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getEpisodeChanges
+public WrapperChanges getEpisodeChanges(int episodeID,
+ String startDate,
+ String endDate)
+ throws MovieDbException
+Look up a TV episode's changes by episode ID
+- Parameters:
episodeID - startDate - endDate -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getEpisodeAccountState
+public MediaState getEpisodeAccountState(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String sessionID)
+ throws MovieDbException
+This method lets users get the status of whether or not the TV episode
+ has been rated.
+
+ A valid session id is required.
+- Parameters:
tvID - seasonNumber - episodeNumber - sessionID -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getEpisodeCredits
+public MediaCreditList getEpisodeCredits(int tvID,
+ int seasonNumber,
+ int episodeNumber)
+ throws MovieDbException
+Get the TV episode credits by combination of season and episode number.
+- Parameters:
tvID - seasonNumber - episodeNumber -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getEpisodeExternalID
+public ExternalID getEpisodeExternalID(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language)
+ throws MovieDbException
+Get the external ids for a TV episode by comabination of a season and
+ episode number.
+- Parameters:
tvID - seasonNumber - episodeNumber - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getEpisodeImages
+public TmdbResultsList<Artwork> getEpisodeImages(int tvID,
+ int seasonNumber,
+ int episodeNumber)
+ throws MovieDbException
+Get the images (episode stills) for a TV episode by combination of a
+ season and episode number.
+- Parameters:
tvID - seasonNumber - episodeNumber -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
postEpisodeRating
+public StatusCode postEpisodeRating(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ int rating,
+ String sessionID,
+ String guestSessionID)
+ throws MovieDbException
+This method lets users rate a TV episode. A valid session id or guest
+ session id is required.
+- Parameters:
tvID - seasonNumber - episodeNumber - rating - sessionID - guestSessionID -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getEpisodeVideos
+public TmdbResultsList<Video> getEpisodeVideos(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language)
+ throws MovieDbException
+Get the videos that have been added to a TV episode (teasers, clips,
+ etc...)
+- Parameters:
tvID - seasonNumber - episodeNumber - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbTVSeasons.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbTVSeasons.html
new file mode 100644
index 000000000..1ef26b7ad
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbTVSeasons.html
@@ -0,0 +1,464 @@
+
+
+
+
+
+
+TmdbTVSeasons (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.methods
+Class TmdbTVSeasons
+
+
+
+- java.lang.Object
+-
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+-
+
+- com.omertron.themoviedbapi.methods.TmdbTVSeasons
+
+
+
+
+
+
+
+-
+
+
+public class TmdbTVSeasons
+extends AbstractMethod
+Class to hold the TV Methods
+- Author:
+ - stuart.boston
+
+
+
+
+
+-
+
+
+-
+
+
+
Field Summary
+
+-
+
+
+
Fields inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+apiKey, httpTools, MAPPER
+
+
+
+
+
+-
+
+
+
Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+TmdbTVSeasons(String apiKey,
+ HttpTools httpTools)
+Constructor
+
+
+
+
+
+
+
+-
+
+
+
Method Summary
+
+Methods
+
+Modifier and Type
+Method and Description
+
+
+MediaState
+getSeasonAccountState(int tvID,
+ String sessionID)
+This method lets users get the status of whether or not the TV episodes
+ of a season have been rated.
+
+
+
+WrapperChanges
+getSeasonChanges(int tvID,
+ String startDate,
+ String endDate)
+Look up a TV season's changes by season ID.
+
+
+
+MediaCreditList
+getSeasonCredits(int tvID,
+ int seasonNumber)
+Get the cast & crew credits for a TV season by season number.
+
+
+
+ExternalID
+getSeasonExternalID(int tvID,
+ int seasonNumber,
+ String language)
+Get the external ids that we have stored for a TV season by season
+ number.
+
+
+
+TmdbResultsList<Artwork>
+getSeasonImages(int tvID,
+ int seasonNumber,
+ String language,
+ String... includeImageLanguage)
+Get the images that we have stored for a TV season by season number.
+
+
+
+TVSeasonInfo
+getSeasonInfo(int tvID,
+ int seasonNumber,
+ String language,
+ String... appendToResponse)
+Get the primary information about a TV season by its season number.
+
+
+
+TmdbResultsList<Video>
+getSeasonVideos(int tvID,
+ int seasonNumber,
+ String language)
+Get the videos that have been added to a TV season (trailers, teasers,
+ etc...)
+
+
+
+
+-
+
+
+
Methods inherited from class com.omertron.themoviedbapi.methods.AbstractMethod
+getTypeReference, processWrapper, processWrapperList
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
Method Detail
+
+
+
+
+-
+
getSeasonInfo
+public TVSeasonInfo getSeasonInfo(int tvID,
+ int seasonNumber,
+ String language,
+ String... appendToResponse)
+ throws MovieDbException
+Get the primary information about a TV season by its season number.
+- Parameters:
tvID - seasonNumber - language - appendToResponse -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getSeasonChanges
+public WrapperChanges getSeasonChanges(int tvID,
+ String startDate,
+ String endDate)
+ throws MovieDbException
+Look up a TV season's changes by season ID.
+- Parameters:
tvID - startDate - endDate -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getSeasonAccountState
+public MediaState getSeasonAccountState(int tvID,
+ String sessionID)
+ throws MovieDbException
+This method lets users get the status of whether or not the TV episodes
+ of a season have been rated.
+
+ A valid session id is required.
+- Parameters:
tvID - sessionID -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getSeasonCredits
+public MediaCreditList getSeasonCredits(int tvID,
+ int seasonNumber)
+ throws MovieDbException
+Get the cast & crew credits for a TV season by season number.
+- Parameters:
tvID - seasonNumber -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getSeasonExternalID
+public ExternalID getSeasonExternalID(int tvID,
+ int seasonNumber,
+ String language)
+ throws MovieDbException
+Get the external ids that we have stored for a TV season by season
+ number.
+- Parameters:
tvID - seasonNumber - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getSeasonImages
+public TmdbResultsList<Artwork> getSeasonImages(int tvID,
+ int seasonNumber,
+ String language,
+ String... includeImageLanguage)
+ throws MovieDbException
+Get the images that we have stored for a TV season by season number.
+- Parameters:
tvID - seasonNumber - language - includeImageLanguage -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+-
+
getSeasonVideos
+public TmdbResultsList<Video> getSeasonVideos(int tvID,
+ int seasonNumber,
+ String language)
+ throws MovieDbException
+Get the videos that have been added to a TV season (trailers, teasers,
+ etc...)
+- Parameters:
tvID - seasonNumber - language -
+- Returns:
+- Throws:
+MovieDbException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html
index 362d91145..7c1a6e409 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html
@@ -1,181 +1,279 @@
-
-
-
-
-
-
-Uses of Class com.omertron.themoviedbapi.methods.AbstractMethod (API-The MovieDB 3.8-SNAPSHOT API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+//-->
+
+
-
-
-
-
-
-
-
-
- Overview
- Package
- Class
- Use
- Tree
- Deprecated
- Index
- Help
-
-
-
-
-
-
-
-
-
-
- PREV
- NEXT
-
- FRAMES
- NO FRAMES
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-Uses of Class
com.omertron.themoviedbapi.methods.AbstractMethod
-
-
-
-
-
-Packages that use AbstractMethod
-
-
-com.omertron.themoviedbapi.methods
-
-
-
-
-
-
-
-Uses of AbstractMethod in com.omertron.themoviedbapi.methods
-
-
-
-
-
-
-
-Subclasses of AbstractMethod in com.omertron.themoviedbapi.methods
-
-
-
- class
-TV
-
-
- Class to hold the TV methods
-
-
-
-
-
-
-
+
+Uses of Class
com.omertron.themoviedbapi.methods.AbstractMethod
+
+
+
+-
+
+Packages that use AbstractMethod
+
+Package
+Description
+
+
+
+com.omertron.themoviedbapi.methods
+
+
+
+
+
+-
+
+-
+
+
+
Uses of AbstractMethod in com.omertron.themoviedbapi.methods
+
+Subclasses of AbstractMethod in com.omertron.themoviedbapi.methods
+
+Modifier and Type
+Class and Description
+
+
+
+class
+TmdbAccount
+Class to hold the Account Methods
+
+
+
+class
+TmdbAuthentication
+Class to hold the Authentication Methods
+
+
+
+class
+TmdbCertifications
+Class to hold the Certification Methods
+
+
+
+class
+TmdbChanges
+Class to hold the Change Methods
+
+
+
+class
+TmdbCollections
+Class to hold the Collections Methods
+
+
+
+class
+TmdbCompanies
+Class to hold the Company Methods
+
+
+
+class
+TmdbConfiguration
+Class to hold the Configuration Methods
+
+
+
+class
+TmdbCredits
+Class to hold the Credit Methods
+
+
+
+class
+TmdbDiscover
+Class to hold the Discover Methods
+
+
+
+class
+TmdbFind
+Class to hold the Find Methods
+
+
+
+class
+TmdbGenres
+Class to hold the Genre Methods
+
+
+
+class
+TmdbKeywords
+Class to hold the Keyword Methods
+
+
+
+class
+TmdbLists
+Class to hold the List Methods
+
+
+
+class
+TmdbMovies
+Class to hold the Movie Methods
+
+
+
+class
+TmdbNetworks
+Class to hold the Network Methods
+
+
+
+class
+TmdbPeople
+Class to hold the People Methods
+
+
+
+class
+TmdbReviews
+Class to hold the Review Methods
+
+
+
+class
+TmdbSearch
+Class to hold the Search Methods
+
+
+
+class
+TmdbTV
+Class to hold the TV Methods
+
+
+
+class
+TmdbTVEpisodes
+Class to hold the TV Methods
+
+
+
+class
+TmdbTVSeasons
+Class to hold the TV Methods
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
- Overview
- Package
- Class
- Use
- Tree
- Deprecated
- Index
- Help
-
-
-
-
-
-
-
-
-
-
- PREV
- NEXT
-
- FRAMES
- NO FRAMES
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-Copyright © 2012-2013. All Rights Reserved.
-
-
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccount.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccount.html
new file mode 100644
index 000000000..9e3e6b13f
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccount.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TmdbAccount (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TmdbAccount
+
+No usage of com.omertron.themoviedbapi.methods.TmdbAccount
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthentication.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthentication.html
new file mode 100644
index 000000000..f8b1b6175
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthentication.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TmdbAuthentication (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TmdbAuthentication
+
+No usage of com.omertron.themoviedbapi.methods.TmdbAuthentication
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertifications.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertifications.html
new file mode 100644
index 000000000..59c0fd4e3
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertifications.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TmdbCertifications (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TmdbCertifications
+
+No usage of com.omertron.themoviedbapi.methods.TmdbCertifications
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChanges.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChanges.html
new file mode 100644
index 000000000..fe1881b2f
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChanges.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TmdbChanges (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TmdbChanges
+
+No usage of com.omertron.themoviedbapi.methods.TmdbChanges
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollections.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollections.html
new file mode 100644
index 000000000..4ba1c6823
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollections.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TmdbCollections (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TmdbCollections
+
+No usage of com.omertron.themoviedbapi.methods.TmdbCollections
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompanies.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompanies.html
new file mode 100644
index 000000000..928897623
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompanies.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TmdbCompanies (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TmdbCompanies
+
+No usage of com.omertron.themoviedbapi.methods.TmdbCompanies
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfiguration.html
new file mode 100644
index 000000000..7ee8fe788
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfiguration.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TmdbConfiguration (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TmdbConfiguration
+
+No usage of com.omertron.themoviedbapi.methods.TmdbConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCredits.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCredits.html
new file mode 100644
index 000000000..36579eeb7
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCredits.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TmdbCredits (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TmdbCredits
+
+No usage of com.omertron.themoviedbapi.methods.TmdbCredits
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscover.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscover.html
new file mode 100644
index 000000000..6c911e3ca
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscover.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TmdbDiscover (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TmdbDiscover
+
+No usage of com.omertron.themoviedbapi.methods.TmdbDiscover
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html
new file mode 100644
index 000000000..da81e094e
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TmdbFind (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TmdbFind
+
+No usage of com.omertron.themoviedbapi.methods.TmdbFind
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenres.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenres.html
new file mode 100644
index 000000000..745e0243c
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenres.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TmdbGenres (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TmdbGenres
+
+No usage of com.omertron.themoviedbapi.methods.TmdbGenres
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywords.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywords.html
new file mode 100644
index 000000000..142786801
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywords.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TmdbKeywords (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TmdbKeywords
+
+No usage of com.omertron.themoviedbapi.methods.TmdbKeywords
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbLists.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbLists.html
new file mode 100644
index 000000000..0f49eb0c0
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbLists.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TmdbLists (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TmdbLists
+
+No usage of com.omertron.themoviedbapi.methods.TmdbLists
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMovies.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMovies.html
new file mode 100644
index 000000000..ef9f01124
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMovies.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TmdbMovies (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TmdbMovies
+
+No usage of com.omertron.themoviedbapi.methods.TmdbMovies
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworks.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworks.html
new file mode 100644
index 000000000..1e65d9281
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworks.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TmdbNetworks (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TmdbNetworks
+
+No usage of com.omertron.themoviedbapi.methods.TmdbNetworks
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeople.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeople.html
new file mode 100644
index 000000000..d4548bb94
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeople.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TmdbPeople (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TmdbPeople
+
+No usage of com.omertron.themoviedbapi.methods.TmdbPeople
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviews.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviews.html
new file mode 100644
index 000000000..1edac9e9b
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviews.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TmdbReviews (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TmdbReviews
+
+No usage of com.omertron.themoviedbapi.methods.TmdbReviews
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearch.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearch.html
new file mode 100644
index 000000000..a2036100b
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearch.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TmdbSearch (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TmdbSearch
+
+No usage of com.omertron.themoviedbapi.methods.TmdbSearch
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html
new file mode 100644
index 000000000..79372b649
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TmdbTV (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TmdbTV
+
+No usage of com.omertron.themoviedbapi.methods.TmdbTV
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTVEpisodes.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTVEpisodes.html
new file mode 100644
index 000000000..685871338
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTVEpisodes.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TmdbTVEpisodes (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TmdbTVEpisodes
+
+No usage of com.omertron.themoviedbapi.methods.TmdbTVEpisodes
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTVSeasons.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTVSeasons.html
new file mode 100644
index 000000000..f7c3c4935
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTVSeasons.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.methods.TmdbTVSeasons (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class
com.omertron.themoviedbapi.methods.TmdbTVSeasons
+
+No usage of com.omertron.themoviedbapi.methods.TmdbTVSeasons
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-frame.html b/apidocs/com/omertron/themoviedbapi/methods/package-frame.html
index 32b5032f0..4465d6a38 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/package-frame.html
@@ -1,35 +1,41 @@
-
-
-
-
-
-
-com.omertron.themoviedbapi.methods (API-The MovieDB 3.8-SNAPSHOT API)
-
-
-
-
-
-
-
-
-
-
-
-com.omertron.themoviedbapi.methods
-
-
-
-Classes
-
-
-AbstractMethod
-
-TV
-
-
-
-
-
-
+
+
+
+
+
+com.omertron.themoviedbapi.methods (API-The MovieDB 4.0-SNAPSHOT API)
+
+
+
+
+com.omertron.themoviedbapi.methods
+
+Classes
+
+- AbstractMethod
+- TmdbAccount
+- TmdbAuthentication
+- TmdbCertifications
+- TmdbChanges
+- TmdbCollections
+- TmdbCompanies
+- TmdbConfiguration
+- TmdbCredits
+- TmdbDiscover
+- TmdbFind
+- TmdbGenres
+- TmdbKeywords
+- TmdbLists
+- TmdbMovies
+- TmdbNetworks
+- TmdbPeople
+- TmdbReviews
+- TmdbSearch
+- TmdbTV
+- TmdbTVEpisodes
+- TmdbTVSeasons
+
+
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-summary.html b/apidocs/com/omertron/themoviedbapi/methods/package-summary.html
index b1ed61a24..9a193ec70 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/package-summary.html
@@ -1,162 +1,263 @@
-
-
-
-
-
-
-com.omertron.themoviedbapi.methods (API-The MovieDB 3.8-SNAPSHOT API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+//-->
+
+
-
-
-
-
-
-
-
-
- Overview
- Package
- Class
- Use
- Tree
- Deprecated
- Index
- Help
-
-
-
-
-
-
-
-
-
-
- PREV PACKAGE
- NEXT PACKAGE
-
- FRAMES
- NO FRAMES
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-Package com.omertron.themoviedbapi.methods
-
-
-
-
-
-Class Summary
-
-
-AbstractMethod
-Abstract methods
-
-
-TV
-Class to hold the TV methods
-
-
-
-
-
-
-
-
-
-
+
+Package com.omertron.themoviedbapi.methods
+
+
+
+-
+
+Class Summary
+
+Class
+Description
+
+
+
+AbstractMethod
+
+Abstract methods
+
+
+
+TmdbAccount
+
+Class to hold the Account Methods
+
+
+
+TmdbAuthentication
+
+Class to hold the Authentication Methods
+
+
+
+TmdbCertifications
+
+Class to hold the Certification Methods
+
+
+
+TmdbChanges
+
+Class to hold the Change Methods
+
+
+
+TmdbCollections
+
+Class to hold the Collections Methods
+
+
+
+TmdbCompanies
+
+Class to hold the Company Methods
+
+
+
+TmdbConfiguration
+
+Class to hold the Configuration Methods
+
+
+
+TmdbCredits
+
+Class to hold the Credit Methods
+
+
+
+TmdbDiscover
+
+Class to hold the Discover Methods
+
+
+
+TmdbFind
+
+Class to hold the Find Methods
+
+
+
+TmdbGenres
+
+Class to hold the Genre Methods
+
+
+
+TmdbKeywords
+
+Class to hold the Keyword Methods
+
+
+
+TmdbLists
+
+Class to hold the List Methods
+
+
+
+TmdbMovies
+
+Class to hold the Movie Methods
+
+
+
+TmdbNetworks
+
+Class to hold the Network Methods
+
+
+
+TmdbPeople
+
+Class to hold the People Methods
+
+
+
+TmdbReviews
+
+Class to hold the Review Methods
+
+
+
+TmdbSearch
+
+Class to hold the Search Methods
+
+
+
+TmdbTV
+
+Class to hold the TV Methods
+
+
+
+TmdbTVEpisodes
+
+Class to hold the TV Methods
+
+
+
+TmdbTVSeasons
+
+Class to hold the TV Methods
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
- Overview
- Package
- Class
- Use
- Tree
- Deprecated
- Index
- Help
-
-
-
-
-
-
-
-
-
-
- PREV PACKAGE
- NEXT PACKAGE
-
- FRAMES
- NO FRAMES
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-Copyright © 2012-2013. All Rights Reserved.
-
-
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-tree.html b/apidocs/com/omertron/themoviedbapi/methods/package-tree.html
index db3bbb206..63f30727e 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/package-tree.html
@@ -1,156 +1,154 @@
-
-
-
-
-
-
-com.omertron.themoviedbapi.methods Class Hierarchy (API-The MovieDB 3.8-SNAPSHOT API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+//-->
+
+
-
-
-
-
-
-
-
-
- Overview
- Package
- Class
- Use
- Tree
- Deprecated
- Index
- Help
-
-
-
-
-
-
-
-
-
-
- PREV
- NEXT
-
- FRAMES
- NO FRAMES
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-Hierarchy For Package com.omertron.themoviedbapi.methods
-
-
-
-- Package Hierarchies:
- All Packages
-
-
-Class Hierarchy
-
-
-- java.lang.Object
-- com.omertron.themoviedbapi.methods.AbstractMethod
-- com.omertron.themoviedbapi.methods.TV
-
-
-
-
-
+
+
+Class Hierarchy
+
+- java.lang.Object
+
+- com.omertron.themoviedbapi.methods.AbstractMethod
+
+- com.omertron.themoviedbapi.methods.TmdbAccount
+- com.omertron.themoviedbapi.methods.TmdbAuthentication
+- com.omertron.themoviedbapi.methods.TmdbCertifications
+- com.omertron.themoviedbapi.methods.TmdbChanges
+- com.omertron.themoviedbapi.methods.TmdbCollections
+- com.omertron.themoviedbapi.methods.TmdbCompanies
+- com.omertron.themoviedbapi.methods.TmdbConfiguration
+- com.omertron.themoviedbapi.methods.TmdbCredits
+- com.omertron.themoviedbapi.methods.TmdbDiscover
+- com.omertron.themoviedbapi.methods.TmdbFind
+- com.omertron.themoviedbapi.methods.TmdbGenres
+- com.omertron.themoviedbapi.methods.TmdbKeywords
+- com.omertron.themoviedbapi.methods.TmdbLists
+- com.omertron.themoviedbapi.methods.TmdbMovies
+- com.omertron.themoviedbapi.methods.TmdbNetworks
+- com.omertron.themoviedbapi.methods.TmdbPeople
+- com.omertron.themoviedbapi.methods.TmdbReviews
+- com.omertron.themoviedbapi.methods.TmdbSearch
+- com.omertron.themoviedbapi.methods.TmdbTV
+- com.omertron.themoviedbapi.methods.TmdbTVEpisodes
+- com.omertron.themoviedbapi.methods.TmdbTVSeasons
+
+
+
+
+
+
-
-
-
-
-
-
-
-
- Overview
- Package
- Class
- Use
- Tree
- Deprecated
- Index
- Help
-
-
-
-
-
-
-
-
-
-
- PREV
- NEXT
-
- FRAMES
- NO FRAMES
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-Copyright © 2012-2013. All Rights Reserved.
-
-
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-use.html b/apidocs/com/omertron/themoviedbapi/methods/package-use.html
index 89b7d37b2..8b58db731 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/package-use.html
@@ -1,171 +1,152 @@
-
-
-
-
-
-
-Uses of Package com.omertron.themoviedbapi.methods (API-The MovieDB 3.8-SNAPSHOT API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+//-->
+
+
-
-
-
-
-
-
-
-
- Overview
- Package
- Class
- Use
- Tree
- Deprecated
- Index
- Help
-
-
-
-
-
-
-
-
-
-
- PREV
- NEXT
-
- FRAMES
- NO FRAMES
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-Uses of Package
com.omertron.themoviedbapi.methods
-
-
-
-
-
-Packages that use com.omertron.themoviedbapi.methods
-
-
-com.omertron.themoviedbapi.methods
-
-
-
-
-
-
-
-Classes in com.omertron.themoviedbapi.methods used by com.omertron.themoviedbapi.methods
-
-
-AbstractMethod
-
-
- Abstract methods
-
-
-
-
-
-
-
+
+Uses of Package
com.omertron.themoviedbapi.methods
+
+
+
+-
+
+Packages that use com.omertron.themoviedbapi.methods
+
+Package
+Description
+
+
+
+com.omertron.themoviedbapi.methods
+
+
+
+
+
+-
+
+
+
+Classes in com.omertron.themoviedbapi.methods used by com.omertron.themoviedbapi.methods
+
+Class and Description
+
+
+
+AbstractMethod
+Abstract methods
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
- Overview
- Package
- Class
- Use
- Tree
- Deprecated
- Index
- Help
-
-
-
-
-
-
-
-
-
-
- PREV
- NEXT
-
- FRAMES
- NO FRAMES
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-Copyright © 2012-2013. All Rights Reserved.
-
-
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html
index ff2c1099d..cf7544a24 100644
--- a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html
+++ b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html
@@ -2,16 +2,16 @@
-
+
-AbstractIdName (API-The MovieDB 3.12-SNAPSHOT API)
+AbstractIdName (API-The MovieDB 4.0-SNAPSHOT API)
@@ -106,7 +106,7 @@
- Direct Known Subclasses:
-- Genre, Keyword, ProductionCompany
+- Genre, Keyword, PersonBasic, ProductionCompany, TVCredit
diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
index c90a21458..82280a5d4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
+++ b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
@@ -2,16 +2,16 @@
-
+
-AbstractJsonMapping (API-The MovieDB 3.12-SNAPSHOT API)
+AbstractJsonMapping (API-The MovieDB 4.0-SNAPSHOT API)
@@ -38,7 +38,7 @@
String
-getStatusMessage()
+getMessage()
void
-setStatusCode(int statusCode)
+setCode(int code)
void
-setStatusMessage(String statusMessage)
+setMessage(String message)
@@ -212,40 +212,40 @@ extends
+
-
-
getStatusCode
-public int getStatusCode()
+getCode
+public int getCode()
-
+
-
-
setStatusCode
-public void setStatusCode(int statusCode)
+setCode
+public void setCode(int code)
-
+
-
+
-
-
setStatusMessage
-public void setStatusMessage(String statusMessage)
+setMessage
+public void setMessage(String message)
@@ -274,8 +274,8 @@ extends
@@ -100,13 +116,87 @@
class
Genre
+
+
+
+
+
+
+Uses of AbstractIdName in com.omertron.themoviedbapi.model.keyword
+
+Subclasses of AbstractIdName in com.omertron.themoviedbapi.model.keyword
+
+Modifier and Type
+Class and Description
+
+
+
+class
+Keyword
+
+
+
+
+
+
+
+Uses of AbstractIdName in com.omertron.themoviedbapi.model.movie
+
+Subclasses of AbstractIdName in com.omertron.themoviedbapi.model.movie
+
+Modifier and Type
+Class and Description
+
+
+
+class
+ProductionCompany
+
+
+
+
+
+
+
+Uses of AbstractIdName in com.omertron.themoviedbapi.model.person
+
+Subclasses of AbstractIdName in com.omertron.themoviedbapi.model.person
+
+Modifier and Type
+Class and Description
+
+
+
+class
+Person
+
class
-Keyword
+PersonBasic
class
-ProductionCompany
+PersonFind
+
+
+
+
+
+
+
+Uses of AbstractIdName in com.omertron.themoviedbapi.model.tv
+
+Subclasses of AbstractIdName in com.omertron.themoviedbapi.model.tv
+
+Modifier and Type
+Class and Description
+
+
+
+class
+TVCredit
+TV Favorite information
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
index 65f0c5769..dd376e561 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 3.12-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 4.0-SNAPSHOT API)
@@ -81,6 +81,66 @@
class Account Certification class Artwork
-FindResults class ChangedItem class ChangedMovie class Collection class CollectionInfo class Company
-class Genre class JobDepartment class Keyword class KeywordMovie class Language class ListItemStatus StatusCode | Modifier and Type | +Class and Description | +|
|---|---|---|
class |
-MovieDb
-Movie Bean
+ | Account |
+
| Modifier and Type | +Class and Description | +|
|---|---|---|
class |
+Artwork
+The artwork type information
|
|
class |
-MovieDbList
+ | ArtworkMedia |
+
| Modifier and Type | +Class and Description | +
|---|---|
class |
+TokenAuthorisation |
+
class |
+TokenSession |
+
| Modifier and Type | +Class and Description | +
|---|---|
class |
+ChangedItem |
+
class |
+ChangeKeyItem |
+
class |
+ChangeListItem |
+
| Modifier and Type | +Class and Description | +
|---|---|
class |
+Collection |
+
class |
+CollectionInfo |
+
| Modifier and Type | +Class and Description | +
|---|---|
class |
+Company
+Company information
+ |
+
| Modifier and Type | +Class and Description | +
|---|---|
class |
+Configuration |
+
class |
+JobDepartment |
+
| Modifier and Type | +Class and Description | +
|---|---|
class |
+Keyword |
+
| Modifier and Type | +Class and Description | +
|---|---|
class |
+ListItem<T>
+Wrapper for the ListItem function
+ |
+
class |
+ListItemStatus |
+
class |
+ListStatusCode |
+
class |
+UserList
Wrapper for the MovieDbList function
|
| Modifier and Type | +Class and Description | +|
|---|---|---|
class |
-MovieDbListStatus |
-|
class |
-MovieList |
-|
class |
-Person |
-|
class |
-PersonCast |
-|
class |
-PersonCredit |
-|
class |
-PersonCrew |
-|
class |
-ProductionCompany |
-|
class |
-ProductionCountry |
-|
class |
-ReleaseInfo |
-|
class |
-Reviews |
-|
class |
-StatusCode |
-|
class |
-TmdbConfiguration |
-|
class |
-TokenAuthorisation |
-|
class |
-TokenSession |
-|
class |
-Trailer
-Trailer specific information from the "Append to Response" method
+ | MediaBasic
+Basic media information
|
class |
-Translation |
+MediaCredit |
class |
-Video
+ | MediaCreditCast |
+
class |
+MediaCreditCrew |
+|
class |
+MediaCreditList |
+|
class |
+MediaState |
+|
class |
+RatedValue |
+|
class |
+Trailer
+Trailer specific information from the "Append to Response" method
+ |
+|
class |
+Translation |
+|
class |
+Video
Video specific information
|
| Modifier and Type | +Class and Description | +
|---|---|
class |
+MovieBasic
+Basic Movie information
+ |
+
class |
+MovieDb
+Movie Bean
+ |
+
class |
+ProductionCompany |
+
class |
+ProductionCountry |
+
class |
+ReleaseInfo |
+
| Modifier and Type | +Class and Description | +
|---|---|
class |
+Network |
+
| Modifier and Type | +Class and Description | +
|---|---|
class |
+CreditBasic |
+
class |
+CreditInfo |
+
class |
+CreditMovieBasic |
+
class |
+CreditTVBasic |
+
class |
+ExternalID |
+
class |
+Person |
+
class |
+PersonBasic |
+
class |
+PersonCredits<T extends CreditBasic> |
+
class |
+PersonFind |
+
| Modifier and Type | +Class and Description | +
|---|---|
class |
+Review |
+
| Modifier and Type | +Class and Description | +
|---|---|
class |
+TVBasic
+Basic TV information
+ |
+
class |
+TVCredit
+TV Favorite information
+ |
+
class |
+TVEpisodeBasic
+TV Favorite information
+ |
+
class |
+TVEpisodeInfo
+TV Episode information
+ |
+
class |
+TVInfo |
+
class |
+TVSeasonBasic
+TV Favorite information
+ |
+
class |
+TVSeasonInfo
+TV Season information
+ |
+
class WrapperCollection class WrapperCompany class WrapperCompanyMovies WrapperChanges class class WrapperGenres
-WrapperGenericList<T>
+class WrapperImages WrapperGenres
+class WrapperImages class WrapperJobList class WrapperKeywordMovies class WrapperKeywords class WrapperMovie class WrapperMovieCasts class WrapperMovieChanges class WrapperMovieDbList class WrapperMovieKeywords class WrapperMovieList class WrapperPerson class WrapperPersonCredits class WrapperPersonList WrapperMultiSearch class class WrapperReviews class WrapperTranslations class WrapperVideos | Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsMap<String,List<Certification>> |
+TheMovieDbApi.getMoviesCertification()
+Get a list of movies certification.
+ |
+
TmdbResultsMap<String,List<Certification>> |
+TheMovieDbApi.getTvCertification()
+Get a list of tv certification.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsMap<String,List<Certification>> |
+TmdbCertifications.getMoviesCertification()
+Get a list of movies certification.
+ |
+
TmdbResultsMap<String,List<Certification>> |
+TmdbCertifications.getTvCertification()
+Get a list of tv certification.
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/FindResults.html b/apidocs/com/omertron/themoviedbapi/model/class-use/FindResults.html new file mode 100644 index 000000000..ac34f2696 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/FindResults.html @@ -0,0 +1,188 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
FindResults |
+TheMovieDbApi.find(String id,
+ ExternalSource externalSource,
+ String language)
+You con use this method to find movies, tv series or persons using
+ external ids.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
FindResults |
+TmdbFind.find(String id,
+ ExternalSource externalSource,
+ String language)
+You con use this method to find movies, tv series or persons using external ids.
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html index 2ff21bb7c..bc168c1f1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html @@ -2,16 +2,16 @@ - + -TmdbResultsList<Genre>getGenreList(String language)
-getGenreMovieList(String language)
+TmdbResultsList<Genre>getGenreTVList(String language)
+| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<Genre> |
+TmdbGenres.getGenreMovieList(String language)
+Get the list of movie genres.
+ |
+
TmdbResultsList<Genre> |
+TmdbGenres.getGenreTVList(String language)
+Get the list of TV genres.
+ |
+
| Modifier and Type | Method and Description | @@ -126,12 +166,12 @@|
|---|---|---|
List<Genre> |
-MovieDb.getGenres() |
+MovieDb.getGenres() |
| Modifier and Type | Method and Description | @@ -139,7 +179,38 @@|
|---|---|---|
void |
-MovieDb.setGenres(List<Genre> genres) |
+MovieDb.setGenres(List<Genre> genres) |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<Genre> |
+TVInfo.getGenres() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+TVInfo.setGenres(List<Genre> genres) |
| Modifier and Type | Method and Description | @@ -98,12 +98,12 @@|
|---|---|---|
List<Language> |
-MovieDb.getSpokenLanguages() |
+MovieDb.getSpokenLanguages() |
| Modifier and Type | Method and Description | @@ -111,7 +111,7 @@|
|---|---|---|
void |
-MovieDb.setSpokenLanguages(List<Language> spokenLanguages) |
+MovieDb.setSpokenLanguages(List<Language> spokenLanguages) |
StatusCodeaddMovieToList(String sessionId,
- String listId,
- Integer movieId)
-addItemToList(String sessionId,
+ String listId,
+ Integer mediaId)
+StatusCodeaddToWatchList(String sessionId,
+TheMovieDbApi.addToWatchList(String sessionId,
int accountId,
- Integer movieId)
+ MediaType mediaType,
+ Integer mediaId)
Add a movie to an accounts watch list.
StatusCodechangeFavoriteStatus(String sessionId,
- int accountId,
- Integer movieId,
- boolean isFavorite) deleteList(String sessionId,
+ String listId)
+StatusCodedeleteMovieList(String sessionId,
- String listId)
-modifyFavoriteStatus(String sessionId,
+ int accountId,
+ Integer mediaId,
+ MediaType mediaType,
+ boolean isFavorite)
+StatusCoderemoveFromWatchList(String sessionId,
+TheMovieDbApi.postMovieRating(int movieId,
+ int rating,
+ String sessionId,
+ String guestSessionId)
+This method lets users rate a movie.
+
+StatusCodepostTVRating(int tvID,
+ int rating,
+ String sessionID,
+ String guestSessionID)
+StatusCoderemoveFromWatchList(String sessionId,
int accountId,
- Integer movieId)
+ MediaType mediaType,
+ Integer mediaId)
StatusCoderemoveMovieFromList(String sessionId,
- String listId,
- Integer movieId)
-removeItemFromList(String sessionId,
+ String listId,
+ Integer mediaId)
+| Modifier and Type | +Method and Description | +
|---|---|
StatusCode |
+TmdbLists.addItem(String sessionId,
+ String listId,
+ int mediaId)
+This method lets users add new items to a list that they created.
+ |
+
StatusCode |
+TmdbLists.clear(String sessionId,
+ String listId,
+ boolean confirm)
+Clear all of the items within a list.
+ |
+
StatusCode |
+TmdbLists.deleteList(String sessionId,
+ String listId)
+This method lets users delete a list that they created.
+ |
+
StatusCode |
+TmdbAccount.modifyFavoriteStatus(String sessionId,
+ int accountId,
+ MediaType mediaType,
+ int mediaId,
+ boolean setFavorite)
+Add or remove a movie to an accounts favorite list.
+ |
+
StatusCode |
+TmdbAccount.modifyWatchList(String sessionId,
+ int accountId,
+ MediaType mediaType,
+ Integer movieId,
+ boolean addToWatchlist)
+Add or remove a movie to an accounts watch list.
+ |
+
StatusCode |
+TmdbTVEpisodes.postEpisodeRating(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ int rating,
+ String sessionID,
+ String guestSessionID)
+This method lets users rate a TV episode.
+ |
+
StatusCode |
+TmdbMovies.postMovieRating(int movieId,
+ int rating,
+ String sessionId,
+ String guestSessionId)
+This method lets users rate a movie.
+ |
+
StatusCode |
+TmdbTV.postTVRating(int tvID,
+ int rating,
+ String sessionID,
+ String guestSessionID)
+This method lets users rate a TV show.
+ |
+
StatusCode |
+TmdbLists.removeItem(String sessionId,
+ String listId,
+ int mediaId)
+This method lets users delete items from a list that they created.
+ |
+
| Modifier and Type | Class and Description | @@ -162,7 +283,7 @@|
|---|---|---|
class |
-MovieDbListStatus |
+ListStatusCode |
public class Collection +extends AbstractJsonMapping+
| Constructor and Description | +
|---|
Collection() |
+
| Modifier and Type | +Method and Description | +
|---|---|
boolean |
+equals(Object obj) |
+
String |
+getBackdropPath() |
+
int |
+getId() |
+
String |
+getName() |
+
String |
+getPosterPath() |
+
String |
+getReleaseDate() |
+
String |
+getTitle() |
+
int |
+hashCode() |
+
void |
+setBackdropPath(String backdropPath) |
+
void |
+setId(int id) |
+
void |
+setName(String name) |
+
void |
+setPosterPath(String posterPath) |
+
void |
+setReleaseDate(String releaseDate) |
+
void |
+setTitle(String title) |
+
handleUnknown, toStringpublic String getBackdropPath()+
public int getId()+
public String getPosterPath()+
public String getReleaseDate()+
public String getTitle()+
public String getName()+
public void setBackdropPath(String backdropPath)+
public void setId(int id)+
public void setPosterPath(String posterPath)+
public void setReleaseDate(String releaseDate)+
public void setTitle(String title)+
public void setName(String name)+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html new file mode 100644 index 000000000..9be5c4bf6 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html @@ -0,0 +1,420 @@ + + + + + + +public class CollectionInfo +extends AbstractJsonMapping+
| Constructor and Description | +
|---|
CollectionInfo() |
+
| Modifier and Type | +Method and Description | +
|---|---|
String |
+getBackdropPath() |
+
int |
+getId() |
+
String |
+getName() |
+
String |
+getOverview() |
+
List<Collection> |
+getParts() |
+
String |
+getPosterPath() |
+
void |
+setBackdropPath(String backdropPath) |
+
void |
+setId(int id) |
+
void |
+setName(String name) |
+
void |
+setOverview(String overview) |
+
void |
+setParts(List<Collection> parts) |
+
void |
+setPosterPath(String posterPath) |
+
handleUnknown, toStringpublic String getBackdropPath()+
public int getId()+
public String getName()+
public String getOverview()+
public List<Collection> getParts()+
public String getPosterPath()+
public void setBackdropPath(String backdropPath)+
public void setId(int id)+
public void setName(String name)+
public void setOverview(String overview)+
public void setParts(List<Collection> parts)+
public void setPosterPath(String posterPath)+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html new file mode 100644 index 000000000..f0928f64c --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html @@ -0,0 +1,257 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.collection | ++ |
| com.omertron.themoviedbapi.model.movie | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<Collection> |
+TheMovieDbApi.searchCollection(String query,
+ Integer page,
+ String language)
+Search for collections by name.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<Collection> |
+TmdbSearch.searchCollection(String query,
+ Integer page,
+ String language)
+Search for collections by name.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<Collection> |
+CollectionInfo.getParts() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+CollectionInfo.setParts(List<Collection> parts) |
+
| Modifier and Type | +Method and Description | +
|---|---|
Collection |
+MovieDb.getBelongsToCollection() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+MovieDb.setBelongsToCollection(Collection belongsToCollection) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html new file mode 100644 index 000000000..e1794c943 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html @@ -0,0 +1,187 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
CollectionInfo |
+TheMovieDbApi.getCollectionInfo(int collectionId,
+ String language)
+This method is used to retrieve all of the basic information about a
+ movie collection.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
CollectionInfo |
+TmdbCollections.getCollectionInfo(int collectionId,
+ String language)
+This method is used to retrieve all of the basic information about a
+ movie collection.
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html new file mode 100644 index 000000000..bd7891325 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +| Class | +Description | +
|---|---|
| Collection | ++ |
| CollectionInfo | ++ |
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html new file mode 100644 index 000000000..b9b1d81a2 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html @@ -0,0 +1,135 @@ + + + + + + +Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-use.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-use.html new file mode 100644 index 000000000..ec8bdc167 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-use.html @@ -0,0 +1,213 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.collection | ++ |
| com.omertron.themoviedbapi.model.movie | ++ |
| Class and Description | +
|---|
| Collection | +
| CollectionInfo | +
| Class and Description | +
|---|
| Collection | +
| CollectionInfo | +
| Class and Description | +
|---|
| Collection | +
| Class and Description | +
|---|
| Collection | +
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/company/Company.html b/apidocs/com/omertron/themoviedbapi/model/company/Company.html new file mode 100644 index 000000000..31032f22e --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/company/Company.html @@ -0,0 +1,464 @@ + + + + + + +public class Company +extends AbstractJsonMapping+
| Modifier and Type | +Method and Description | +
|---|---|
int |
+getCompanyId() |
+
String |
+getDescription() |
+
String |
+getHeadquarters() |
+
String |
+getHomepage() |
+
String |
+getLogoPath() |
+
String |
+getName() |
+
Company |
+getParentCompany() |
+
void |
+setCompanyId(int companyId) |
+
void |
+setDescription(String description) |
+
void |
+setHeadquarters(String headquarters) |
+
void |
+setHomepage(String homepage) |
+
void |
+setLogoPath(String logoPath) |
+
void |
+setName(String name) |
+
void |
+setParentCompany(Company parentCompany) |
+
void |
+setParentCompany(int id,
+ String name,
+ String logoPath) |
+
handleUnknown, toStringpublic int getCompanyId()+
public String getDescription()+
public String getHeadquarters()+
public String getHomepage()+
public String getLogoPath()+
public String getName()+
public Company getParentCompany()+
public void setCompanyId(int companyId)+
public void setDescription(String description)+
public void setHeadquarters(String headquarters)+
public void setHomepage(String homepage)+
public void setLogoPath(String logoPath)+
public void setName(String name)+
public void setParentCompany(Company parentCompany)+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/company/class-use/Company.html b/apidocs/com/omertron/themoviedbapi/model/company/class-use/Company.html new file mode 100644 index 000000000..0a72955df --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/company/class-use/Company.html @@ -0,0 +1,251 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.company | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
Company |
+TheMovieDbApi.getCompanyInfo(int companyId)
+This method is used to retrieve the basic information about a production
+ company on TMDb.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<Company> |
+TheMovieDbApi.searchCompanies(String query,
+ Integer page)
+Search Companies.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
Company |
+TmdbCompanies.getCompanyInfo(int companyId)
+This method is used to retrieve the basic information about a production company on TMDb.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<Company> |
+TmdbSearch.searchCompanies(String query,
+ Integer page)
+Search Companies.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
Company |
+Company.getParentCompany() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+Company.setParentCompany(Company parentCompany) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html new file mode 100644 index 000000000..394f451f6 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html @@ -0,0 +1,20 @@ + + + + + + +| Class | +Description | +
|---|---|
| Company | +
+ Company information
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/company/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/company/package-tree.html new file mode 100644 index 000000000..c5c705062 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/company/package-tree.html @@ -0,0 +1,134 @@ + + + + + + +Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/company/package-use.html b/apidocs/com/omertron/themoviedbapi/model/company/package-use.html new file mode 100644 index 000000000..8b0d1a946 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/company/package-use.html @@ -0,0 +1,194 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.company | ++ |
| Class and Description | +
|---|
| Company
+ Company information
+ |
+
| Class and Description | +
|---|
| Company
+ Company information
+ |
+
| Class and Description | +
|---|
| Company
+ Company information
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html b/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html new file mode 100644 index 000000000..6a1ab664c --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html @@ -0,0 +1,576 @@ + + + + + + +public class Configuration +extends AbstractJsonMapping+
| Constructor and Description | +
|---|
Configuration() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+clone(Configuration config)
+Copy the data from the passed object to this one
+ |
+
URL |
+createImageUrl(String imagePath,
+ String requiredSize)
+Generate the full image URL from the size and image path
+ |
+
List<String> |
+getBackdropSizes() |
+
String |
+getBaseUrl() |
+
List<String> |
+getLogoSizes() |
+
List<String> |
+getPosterSizes() |
+
List<String> |
+getProfileSizes() |
+
String |
+getSecureBaseUrl() |
+
List<String> |
+getStillSizes() |
+
boolean |
+isValidBackdropSize(String backdropSize)
+Check that the backdrop size is valid
+ |
+
boolean |
+isValidLogoSize(String logoSize)
+Check that the logo size is valid
+ |
+
boolean |
+isValidPosterSize(String posterSize)
+Check that the poster size is valid
+ |
+
boolean |
+isValidProfileSize(String profileSize)
+Check that the profile size is valid
+ |
+
boolean |
+isValidSize(String sizeToCheck)
+Check to see if the size is valid for any of the images types
+ |
+
void |
+setBackdropSizes(List<String> backdropSizes) |
+
void |
+setBaseUrl(String baseUrl) |
+
void |
+setLogoSizes(List<String> logoSizes) |
+
void |
+setPosterSizes(List<String> posterSizes) |
+
void |
+setProfileSizes(List<String> profileSizes) |
+
void |
+setSecureBaseUrl(String secureBaseUrl) |
+
void |
+setStillSizes(List<String> stillSizes) |
+
handleUnknown, toStringpublic String getBaseUrl()+
public String getSecureBaseUrl()+
public void setBaseUrl(String baseUrl)+
public void setSecureBaseUrl(String secureBaseUrl)+
public void clone(Configuration config)+
config - public boolean isValidPosterSize(String posterSize)+
posterSize - public boolean isValidBackdropSize(String backdropSize)+
backdropSize - public boolean isValidProfileSize(String profileSize)+
profileSize - public boolean isValidLogoSize(String logoSize)+
logoSize - public boolean isValidSize(String sizeToCheck)+
sizeToCheck - public URL createImageUrl(String imagePath, + String requiredSize) + throws MovieDbException+
imagePath - requiredSize - MovieDbExceptionCopyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html new file mode 100644 index 000000000..a234ef28e --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html @@ -0,0 +1,314 @@ + + + + + + +public class JobDepartment +extends AbstractJsonMapping+
| Constructor and Description | +
|---|
JobDepartment() |
+
| Modifier and Type | +Method and Description | +
|---|---|
String |
+getDepartment() |
+
List<String> |
+getJobs() |
+
void |
+setDepartment(String department) |
+
void |
+setJobs(List<String> jobs) |
+
handleUnknown, toStringCopyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/config/class-use/Configuration.html b/apidocs/com/omertron/themoviedbapi/model/config/class-use/Configuration.html new file mode 100644 index 000000000..3e2ee5bdc --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/config/class-use/Configuration.html @@ -0,0 +1,243 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.config | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
Configuration |
+TheMovieDbApi.getConfiguration()
+Get the configuration information
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
Configuration |
+TmdbConfiguration.getConfig()
+Get the configuration
++ If the configuration has been previously retrieved, use that instead |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+Configuration.clone(Configuration config)
+Copy the data from the passed object to this one
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
Configuration |
+WrapperConfig.getTmdbConfiguration() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+WrapperConfig.setTmdbConfiguration(Configuration tmdbConfiguration) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/config/class-use/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/config/class-use/JobDepartment.html new file mode 100644 index 000000000..83c76936b --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/config/class-use/JobDepartment.html @@ -0,0 +1,218 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<JobDepartment> |
+TheMovieDbApi.getJobs()
+Get a list of valid jobs
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<JobDepartment> |
+TmdbConfiguration.getJobs()
+Get a list of valid jobs
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<JobDepartment> |
+WrapperJobList.getJobs() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+WrapperJobList.setJobs(List<JobDepartment> jobs) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html new file mode 100644 index 000000000..9dcf3b438 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +| Class | +Description | +
|---|---|
| Configuration | ++ |
| JobDepartment | ++ |
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/config/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/config/package-tree.html new file mode 100644 index 000000000..c58bfa44d --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/config/package-tree.html @@ -0,0 +1,135 @@ + + + + + + +Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/config/package-use.html b/apidocs/com/omertron/themoviedbapi/model/config/package-use.html new file mode 100644 index 000000000..1435ffa3d --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/config/package-use.html @@ -0,0 +1,216 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.config | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| Class and Description | +
|---|
| Configuration | +
| JobDepartment | +
| Class and Description | +
|---|
| Configuration | +
| JobDepartment | +
| Class and Description | +
|---|
| Configuration | +
| Class and Description | +
|---|
| Configuration | +
| JobDepartment | +
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html b/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html new file mode 100644 index 000000000..5f5e23133 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html @@ -0,0 +1,953 @@ + + + + + + +public class Discover +extends Object+
| Modifier and Type | +Method and Description | +
|---|---|
Discover |
+certification(String certification)
+Only include movies with this certification.
+ |
+
Discover |
+certificationCountry(String certificationCountry)
+Only include movies with certifications for a specific country.
+ |
+
Discover |
+certificationLte(String certificationLte)
+Only include movies with this certification and lower.
+ |
+
Discover |
+firstAirDateYear(int year)
+Filter the air dates that match this year
+
+ Expected value is a year.
+ |
+
Discover |
+firstAirDateYearGte(int year)
+Filter the air dates to years that are greater than or equal to this year
+ |
+
Discover |
+firstAirDateYearLte(int year)
+Filter the air dates to years that are less than or equal to this year
+ |
+
TmdbParameters |
+getParams()
+Get the parameters
+
+ This will be used to construct the URL in the API
+ |
+
Discover |
+includeAdult(boolean includeAdult)
+Toggle the inclusion of adult titles
+ |
+
Discover |
+includeVideo(boolean includeVideo)
+Toggle the inclusion of items marked as a video.
+ |
+
Discover |
+language(String language)
+ISO 639-1 code
+ |
+
Discover |
+page(int page)
+Minimum value is 1 if included.
+ |
+
Discover |
+primaryReleaseYear(int primaryReleaseYear)
+Filter the results so that only the primary release date year has this value
+ |
+
Discover |
+releaseDateGte(String releaseDateGte)
+The minimum release to include.
+ |
+
Discover |
+releaseDateLte(String releaseDateLte)
+The maximum release to include.
+ |
+
Discover |
+sortBy(SortBy sortBy)
+Available options are
++ vote_average.desc + vote_average.asc + release_date.desc + release_date.asc + popularity.desc + popularity.asc |
+
Discover |
+voteAverageGte(float voteAverageGte)
+Only include movies that are equal to, or have a higher average rating than this value
+ |
+
Discover |
+voteAverageLte(float voteAverageLte)
+Only include movies that are less than or equal to this value
+ |
+
Discover |
+voteCountGte(int voteCountGte)
+Only include movies that are equal to, or have a vote count higher than this value
+ |
+
Discover |
+voteCountLte(int voteCountLte)
+Only include movies that are equal to, or have a vote count higher than this value
+ |
+
Discover |
+withCast(String withCast)
+Only include movies that have this person id added as a cast member.
+ |
+
Discover |
+withCast(WithBuilder withCast)
+Only include media that have these person IDs added as cast members.
+ |
+
Discover |
+withCompanies(String withCompanies)
+Filter movies to include a specific company.
+ |
+
Discover |
+withCompanies(WithBuilder withCompanies)
+Filter movies to include a specific company.
+ |
+
Discover |
+withCrew(String withCrew)
+Only include movies that have this person id added as a crew member.
+ |
+
Discover |
+withCrew(WithBuilder withCrew)
+Only include media that have these person IDs added as crew members.
+ |
+
Discover |
+withGenres(String withGenres)
+Only include movies with the specified genres.
+ |
+
Discover |
+withGenres(WithBuilder withGenres)
+Only include movies with the specified genres.
+ |
+
Discover |
+withKeywords(String withKeywords)
+Only include movies with the specified genres.
+ |
+
Discover |
+withKeywords(WithBuilder withKeywords)
+Only include movies with the specified genres.
+ |
+
Discover |
+withNetworks(String withNetworks)
+Filter TV shows to include a specific network.
+ |
+
Discover |
+withNetworks(WithBuilder withNetworks)
+Filter TV shows to include a specific network.
+ |
+
Discover |
+withPeople(String withPeople)
+Only include movies that have these person id's added as a cast or crew member.
+ |
+
Discover |
+withPeople(WithBuilder withPeople)
+Only include movies that have these person id's added as a cast or crew member.
+ |
+
Discover |
+year(int year)
+Filter the results release dates to matches that include this value.
+ |
+
public TmdbParameters getParams()+
public Discover page(int page)+
page - public Discover language(String language)+
language - public Discover sortBy(SortBy sortBy)+
sortBy - public Discover includeAdult(boolean includeAdult)+
includeAdult - public Discover includeVideo(boolean includeVideo)+
includeVideo - public Discover year(int year)+
year - public Discover primaryReleaseYear(int primaryReleaseYear)+
primaryReleaseYear - public Discover voteCountGte(int voteCountGte)+
voteCountGte - public Discover voteCountLte(int voteCountLte)+
voteCountLte - public Discover voteAverageGte(float voteAverageGte)+
voteAverageGte - public Discover voteAverageLte(float voteAverageLte)+
voteAverageLte - public Discover releaseDateGte(String releaseDateGte)+
releaseDateGte - public Discover releaseDateLte(String releaseDateLte)+
releaseDateLte - public Discover certificationCountry(String certificationCountry)+
certificationCountry - public Discover certificationLte(String certificationLte)+
certificationLte - public Discover certification(String certification)+
certification - public Discover withCast(String withCast)+
withCast - public Discover withCast(WithBuilder withCast)+
withCast - public Discover withCrew(String withCrew)+
withCrew - public Discover withCrew(WithBuilder withCrew)+
withCrew - public Discover withCompanies(String withCompanies)+
withCompanies - public Discover withCompanies(WithBuilder withCompanies)+
withCompanies - public Discover withGenres(String withGenres)+
withGenres - public Discover withGenres(WithBuilder withGenres)+
withGenres - public Discover withKeywords(String withKeywords)+
withKeywords - public Discover withKeywords(WithBuilder withKeywords)+
withKeywords - public Discover withPeople(String withPeople)+
withPeople - public Discover withPeople(WithBuilder withPeople)+
withPeople - public Discover firstAirDateYear(int year)+
year - public Discover firstAirDateYearGte(int year)+
year - public Discover firstAirDateYearLte(int year)+
year - public Discover withNetworks(String withNetworks)+
withNetworks - public Discover withNetworks(WithBuilder withNetworks)+
withNetworks - Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/WithBuilder.html b/apidocs/com/omertron/themoviedbapi/model/discover/WithBuilder.html new file mode 100644 index 000000000..40ee60bec --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/discover/WithBuilder.html @@ -0,0 +1,377 @@ + + + + + + +public class WithBuilder +extends Object+
| Constructor and Description | +
|---|
WithBuilder(int id)
+Create the first ID in the string
+ |
+
WithBuilder(String id)
+Create the first ID in the string
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
WithBuilder |
+and(int id)
+Add an "AND ID"
+ |
+
WithBuilder |
+and(String id)
+Add an "AND ID"
+ |
+
String |
+build()
+Generate the string to pass to the method
+ |
+
WithBuilder |
+or(int id)
+Add an "OR ID"
+ |
+
WithBuilder |
+or(String id)
+Add an "OR ID"
+ |
+
String |
+toString()
+Generate the string to pass to the method
+ |
+
public WithBuilder(int id)+
id - public WithBuilder(String id)+
id - public String build()+
public String toString()+
public WithBuilder and(int id)+
id - public WithBuilder and(String id)+
id - public WithBuilder or(int id)+
id - public WithBuilder or(String id)+
id - Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/class-use/Discover.html b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/Discover.html new file mode 100644 index 000000000..78d67c3bf --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/Discover.html @@ -0,0 +1,421 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.discover | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
List<MovieBasic> |
+TheMovieDbApi.getDiscoverMovies(Discover discover)
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
+ |
+
List<TVBasic> |
+TheMovieDbApi.getDiscoverTV(Discover discover)
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<MovieBasic> |
+TmdbDiscover.getDiscoverMovies(Discover discover)
+Discover movies by different types of data like average rating, number of votes, genres and certifications.
+ |
+
List<TVBasic> |
+TmdbDiscover.getDiscoverTV(Discover discover)
+Discover movies by different types of data like average rating, number of votes, genres and certifications.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
Discover |
+Discover.certification(String certification)
+Only include movies with this certification.
+ |
+
Discover |
+Discover.certificationCountry(String certificationCountry)
+Only include movies with certifications for a specific country.
+ |
+
Discover |
+Discover.certificationLte(String certificationLte)
+Only include movies with this certification and lower.
+ |
+
Discover |
+Discover.firstAirDateYear(int year)
+Filter the air dates that match this year
+
+ Expected value is a year.
+ |
+
Discover |
+Discover.firstAirDateYearGte(int year)
+Filter the air dates to years that are greater than or equal to this year
+ |
+
Discover |
+Discover.firstAirDateYearLte(int year)
+Filter the air dates to years that are less than or equal to this year
+ |
+
Discover |
+Discover.includeAdult(boolean includeAdult)
+Toggle the inclusion of adult titles
+ |
+
Discover |
+Discover.includeVideo(boolean includeVideo)
+Toggle the inclusion of items marked as a video.
+ |
+
Discover |
+Discover.language(String language)
+ISO 639-1 code
+ |
+
Discover |
+Discover.page(int page)
+Minimum value is 1 if included.
+ |
+
Discover |
+Discover.primaryReleaseYear(int primaryReleaseYear)
+Filter the results so that only the primary release date year has this value
+ |
+
Discover |
+Discover.releaseDateGte(String releaseDateGte)
+The minimum release to include.
+ |
+
Discover |
+Discover.releaseDateLte(String releaseDateLte)
+The maximum release to include.
+ |
+
Discover |
+Discover.sortBy(SortBy sortBy)
+Available options are
++ vote_average.desc + vote_average.asc + release_date.desc + release_date.asc + popularity.desc + popularity.asc |
+
Discover |
+Discover.voteAverageGte(float voteAverageGte)
+Only include movies that are equal to, or have a higher average rating than this value
+ |
+
Discover |
+Discover.voteAverageLte(float voteAverageLte)
+Only include movies that are less than or equal to this value
+ |
+
Discover |
+Discover.voteCountGte(int voteCountGte)
+Only include movies that are equal to, or have a vote count higher than this value
+ |
+
Discover |
+Discover.voteCountLte(int voteCountLte)
+Only include movies that are equal to, or have a vote count higher than this value
+ |
+
Discover |
+Discover.withCast(String withCast)
+Only include movies that have this person id added as a cast member.
+ |
+
Discover |
+Discover.withCast(WithBuilder withCast)
+Only include media that have these person IDs added as cast members.
+ |
+
Discover |
+Discover.withCompanies(String withCompanies)
+Filter movies to include a specific company.
+ |
+
Discover |
+Discover.withCompanies(WithBuilder withCompanies)
+Filter movies to include a specific company.
+ |
+
Discover |
+Discover.withCrew(String withCrew)
+Only include movies that have this person id added as a crew member.
+ |
+
Discover |
+Discover.withCrew(WithBuilder withCrew)
+Only include media that have these person IDs added as crew members.
+ |
+
Discover |
+Discover.withGenres(String withGenres)
+Only include movies with the specified genres.
+ |
+
Discover |
+Discover.withGenres(WithBuilder withGenres)
+Only include movies with the specified genres.
+ |
+
Discover |
+Discover.withKeywords(String withKeywords)
+Only include movies with the specified genres.
+ |
+
Discover |
+Discover.withKeywords(WithBuilder withKeywords)
+Only include movies with the specified genres.
+ |
+
Discover |
+Discover.withNetworks(String withNetworks)
+Filter TV shows to include a specific network.
+ |
+
Discover |
+Discover.withNetworks(WithBuilder withNetworks)
+Filter TV shows to include a specific network.
+ |
+
Discover |
+Discover.withPeople(String withPeople)
+Only include movies that have these person id's added as a cast or crew member.
+ |
+
Discover |
+Discover.withPeople(WithBuilder withPeople)
+Only include movies that have these person id's added as a cast or crew member.
+ |
+
Discover |
+Discover.year(int year)
+Filter the results release dates to matches that include this value.
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/class-use/WithBuilder.html b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/WithBuilder.html new file mode 100644 index 000000000..96b06e5fb --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/WithBuilder.html @@ -0,0 +1,228 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi.model.discover | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
WithBuilder |
+WithBuilder.and(int id)
+Add an "AND ID"
+ |
+
WithBuilder |
+WithBuilder.and(String id)
+Add an "AND ID"
+ |
+
WithBuilder |
+WithBuilder.or(int id)
+Add an "OR ID"
+ |
+
WithBuilder |
+WithBuilder.or(String id)
+Add an "OR ID"
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
Discover |
+Discover.withCast(WithBuilder withCast)
+Only include media that have these person IDs added as cast members.
+ |
+
Discover |
+Discover.withCompanies(WithBuilder withCompanies)
+Filter movies to include a specific company.
+ |
+
Discover |
+Discover.withCrew(WithBuilder withCrew)
+Only include media that have these person IDs added as crew members.
+ |
+
Discover |
+Discover.withGenres(WithBuilder withGenres)
+Only include movies with the specified genres.
+ |
+
Discover |
+Discover.withKeywords(WithBuilder withKeywords)
+Only include movies with the specified genres.
+ |
+
Discover |
+Discover.withNetworks(WithBuilder withNetworks)
+Filter TV shows to include a specific network.
+ |
+
Discover |
+Discover.withPeople(WithBuilder withPeople)
+Only include movies that have these person id's added as a cast or crew member.
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html new file mode 100644 index 000000000..77463f1da --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +| Class | +Description | +
|---|---|
| Discover | +
+ Generate a discover object for use in the MovieDbApi
+
+ This allows you to just add the search components you are concerned with
+ |
+
| WithBuilder | +
+ Class to create a String for the "with???" parameters of the Discover method
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/discover/package-tree.html new file mode 100644 index 000000000..5f010663f --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-tree.html @@ -0,0 +1,131 @@ + + + + + + +Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/package-use.html b/apidocs/com/omertron/themoviedbapi/model/discover/package-use.html new file mode 100644 index 000000000..6a65910a8 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-use.html @@ -0,0 +1,205 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.discover | ++ |
| Class and Description | +
|---|
| Discover
+ Generate a discover object for use in the MovieDbApi
+
+ This allows you to just add the search components you are concerned with
+ |
+
| Class and Description | +
|---|
| Discover
+ Generate a discover object for use in the MovieDbApi
+
+ This allows you to just add the search components you are concerned with
+ |
+
| Class and Description | +
|---|
| Discover
+ Generate a discover object for use in the MovieDbApi
+
+ This allows you to just add the search components you are concerned with
+ |
+
| WithBuilder
+ Class to create a String for the "with???" parameters of the Discover method
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html new file mode 100644 index 000000000..edbdd40ec --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html @@ -0,0 +1,261 @@ + + + + + + +public class Keyword +extends AbstractIdName+
equals, getId, getName, hashCode, setId, setNamehandleUnknown, toStringCopyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/class-use/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/keyword/class-use/Keyword.html new file mode 100644 index 000000000..f401e6de1 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/class-use/Keyword.html @@ -0,0 +1,302 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.movie | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
Keyword |
+TheMovieDbApi.getKeyword(String keywordId)
+Get the basic information for a specific keyword id.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<Keyword> |
+TheMovieDbApi.getMovieKeywords(int movieId,
+ String... appendToResponse)
+This method is used to retrieve all of the keywords that have been added
+ to a particular movie.
+ |
+
TmdbResultsList<Keyword> |
+TheMovieDbApi.getTVKeywords(int tvID,
+ String... appendToResponse)
+Get the plot keywords for a specific TV show id.
+ |
+
TmdbResultsList<Keyword> |
+TheMovieDbApi.searchKeyword(String query,
+ Integer page)
+Search for keywords by name
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
Keyword |
+TmdbKeywords.getKeyword(String keywordId)
+Get the basic information for a specific keyword id.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<Keyword> |
+TmdbMovies.getMovieKeywords(int movieId,
+ String... appendToResponse)
+This method is used to retrieve all of the keywords that have been added
+ to a particular movie.
+ |
+
TmdbResultsList<Keyword> |
+TmdbTV.getTVKeywords(int tvID,
+ String... appendToResponse)
+Get the plot keywords for a specific TV show id.
+ |
+
TmdbResultsList<Keyword> |
+TmdbSearch.searchKeyword(String query,
+ Integer page)
+Search for keywords by name
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<Keyword> |
+MovieDb.getKeywords() |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<Keyword> |
+WrapperMovieKeywords.getKeywords() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+WrapperMovieKeywords.setKeywords(List<Keyword> keywords) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html new file mode 100644 index 000000000..cabbe3c87 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html @@ -0,0 +1,20 @@ + + + + + + +| Class | +Description | +
|---|---|
| Keyword | ++ |
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-tree.html new file mode 100644 index 000000000..baacac22d --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-tree.html @@ -0,0 +1,138 @@ + + + + + + +Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-use.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-use.html new file mode 100644 index 000000000..f1a37e5f6 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-use.html @@ -0,0 +1,207 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.movie | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| Class and Description | +
|---|
| Keyword | +
| Class and Description | +
|---|
| Keyword | +
| Class and Description | +
|---|
| Keyword | +
| Class and Description | +
|---|
| Keyword | +
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html b/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html new file mode 100644 index 000000000..bc378d506 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html @@ -0,0 +1,552 @@ + + + + + + +T - Type of listpublic class ListItem<T> +extends AbstractJsonMapping+
| Modifier and Type | +Method and Description | +
|---|---|
String |
+getCreatedBy() |
+
String |
+getDescription() |
+
int |
+getFavoriteCount() |
+
String |
+getId() |
+
int |
+getItemCount() |
+
List<T> |
+getItems() |
+
String |
+getLanguage() |
+
String |
+getName() |
+
String |
+getPosterPath() |
+
String |
+getStatusCode() |
+
String |
+getStatusMessage() |
+
void |
+setCreatedBy(String createdBy) |
+
void |
+setDescription(String description) |
+
void |
+setFavoriteCount(int favoriteCount) |
+
void |
+setId(String id) |
+
void |
+setItemCount(int itemCount) |
+
void |
+setItems(List<T> items) |
+
void |
+setLanguage(String language) |
+
void |
+setName(String name) |
+
void |
+setPosterPath(String posterPath) |
+
void |
+setStatusCode(String statusCode) |
+
void |
+setStatusMessage(String statusMessage) |
+
handleUnknown, toStringpublic String getId()+
public String getCreatedBy()+
public String getDescription()+
public int getFavoriteCount()+
public int getItemCount()+
public String getLanguage()+
public String getName()+
public String getPosterPath()+
public String getStatusCode()+
public String getStatusMessage()+
public void setId(String id)+
public void setCreatedBy(String createdBy)+
public void setDescription(String description)+
public void setFavoriteCount(int favoriteCount)+
public void setItemCount(int itemCount)+
public void setLanguage(String language)+
public void setName(String name)+
public void setPosterPath(String posterPath)+
public void setStatusCode(String statusCode)+
public void setStatusMessage(String statusMessage)+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html new file mode 100644 index 000000000..c28eb680c --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html @@ -0,0 +1,316 @@ + + + + + + +public class ListItemStatus +extends AbstractJsonMapping+
| Constructor and Description | +
|---|
ListItemStatus() |
+
| Modifier and Type | +Method and Description | +
|---|---|
int |
+getStatusCode() |
+
boolean |
+isItemPresent() |
+
void |
+setItemPresent(boolean itemPresent) |
+
void |
+setStatusCode(int statusCode) |
+
handleUnknown, toStringCopyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html b/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html new file mode 100644 index 000000000..14863eb8e --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html @@ -0,0 +1,300 @@ + + + + + + +public class ListStatusCode +extends StatusCode+
| Constructor and Description | +
|---|
ListStatusCode() |
+
| Modifier and Type | +Method and Description | +
|---|---|
String |
+getListId() |
+
void |
+setListId(String listId) |
+
getCode, getMessage, setCode, setMessagehandleUnknown, toStringCopyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/UserList.html b/apidocs/com/omertron/themoviedbapi/model/list/UserList.html new file mode 100644 index 000000000..f8360381d --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/list/UserList.html @@ -0,0 +1,473 @@ + + + + + + +public class UserList +extends AbstractJsonMapping+
| Modifier and Type | +Method and Description | +
|---|---|
String |
+getDescription() |
+
int |
+getFavoriteCount() |
+
String |
+getId() |
+
int |
+getItemCount() |
+
String |
+getLanguage() |
+
String |
+getListType() |
+
String |
+getName() |
+
String |
+getPosterPath() |
+
void |
+setDescription(String description) |
+
void |
+setFavoriteCount(int favoriteCount) |
+
void |
+setId(String id) |
+
void |
+setItemCount(int itemCount) |
+
void |
+setLanguage(String language) |
+
void |
+setListType(String listType) |
+
void |
+setName(String name) |
+
void |
+setPosterPath(String posterPath) |
+
handleUnknown, toStringpublic String getId()+
public void setId(String id)+
public String getDescription()+
public void setDescription(String description)+
public int getFavoriteCount()+
public void setFavoriteCount(int favoriteCount)+
public int getItemCount()+
public void setItemCount(int itemCount)+
public String getLanguage()+
public void setLanguage(String language)+
public String getListType()+
public void setListType(String listType)+
public String getName()+
public void setName(String name)+
public String getPosterPath()+
public void setPosterPath(String posterPath)+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItem.html b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItem.html new file mode 100644 index 000000000..ff4346519 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItem.html @@ -0,0 +1,183 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
ListItem<MovieDb> |
+TheMovieDbApi.getList(String listId)
+Get a list by its ID
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
ListItem<MovieDb> |
+TmdbLists.getList(String listId)
+Get a list by its ID
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItemStatus.html new file mode 100644 index 000000000..29009f116 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItemStatus.html @@ -0,0 +1,117 @@ + + + + + + +Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListStatusCode.html b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListStatusCode.html new file mode 100644 index 000000000..5f1d9524a --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListStatusCode.html @@ -0,0 +1,117 @@ + + + + + + +Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/class-use/UserList.html b/apidocs/com/omertron/themoviedbapi/model/list/class-use/UserList.html new file mode 100644 index 000000000..31acc6339 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/UserList.html @@ -0,0 +1,254 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.movie | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<UserList> |
+TheMovieDbApi.getMovieLists(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+Get the lists that the movie belongs to
+ |
+
List<UserList> |
+TheMovieDbApi.getUserLists(String sessionId,
+ int accountId)
+Get all lists of a given user
+ |
+
TmdbResultsList<UserList> |
+TheMovieDbApi.searchList(String query,
+ Integer page,
+ Boolean includeAdult)
+Search for lists by name and description.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<UserList> |
+TmdbMovies.getMovieLists(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+Get the lists that the movie belongs to
+ |
+
List<UserList> |
+TmdbAccount.getUserLists(String sessionId,
+ int accountId)
+Get all lists of a given user
+ |
+
TmdbResultsList<UserList> |
+TmdbSearch.searchList(String query,
+ Integer page,
+ Boolean includeAdult)
+Search for lists by name and description.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<UserList> |
+MovieDb.getLists() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+MovieDb.setLists(WrapperGenericList<UserList> lists) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html new file mode 100644 index 000000000..e4d634588 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html @@ -0,0 +1,23 @@ + + + + + + +| Class | +Description | +
|---|---|
| ListItem<T> | +
+ Wrapper for the ListItem function
+ |
+
| ListItemStatus | ++ |
| ListStatusCode | ++ |
| UserList | +
+ Wrapper for the MovieDbList function
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/list/package-tree.html new file mode 100644 index 000000000..d346aa795 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/list/package-tree.html @@ -0,0 +1,141 @@ + + + + + + +Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-use.html b/apidocs/com/omertron/themoviedbapi/model/list/package-use.html new file mode 100644 index 000000000..cc5f15e66 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/list/package-use.html @@ -0,0 +1,204 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.movie | ++ |
| Class and Description | +
|---|
| ListItem
+ Wrapper for the ListItem function
+ |
+
| UserList
+ Wrapper for the MovieDbList function
+ |
+
| Class and Description | +
|---|
| ListItem
+ Wrapper for the ListItem function
+ |
+
| UserList
+ Wrapper for the MovieDbList function
+ |
+
| Class and Description | +
|---|
| UserList
+ Wrapper for the MovieDbList function
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html new file mode 100644 index 000000000..b3001dc33 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html @@ -0,0 +1,339 @@ + + + + + + +public class AlternativeTitle +extends Object +implements Serializable+
| Constructor and Description | +
|---|
AlternativeTitle() |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html new file mode 100644 index 000000000..5bf3b491f --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html @@ -0,0 +1,451 @@ + + + + + + +public class MediaBasic +extends AbstractJsonMapping+
| Constructor and Description | +
|---|
MediaBasic() |
+
| Modifier and Type | +Method and Description | +
|---|---|
String |
+getBackdropPath() |
+
int |
+getId() |
+
String |
+getMediaType() |
+
float |
+getPopularity() |
+
String |
+getPosterPath() |
+
float |
+getVoteAverage() |
+
int |
+getVoteCount() |
+
void |
+setBackdropPath(String backdropPath) |
+
void |
+setId(int id) |
+
void |
+setMediaType(String mediaType) |
+
void |
+setPopularity(float popularity) |
+
void |
+setPosterPath(String posterPath) |
+
void |
+setVoteAverage(float voteAverage) |
+
void |
+setVoteCount(int voteCount) |
+
handleUnknown, toStringpublic int getId()+
public void setId(int id)+
public String getMediaType()+
public void setMediaType(String mediaType)+
public String getBackdropPath()+
public void setBackdropPath(String backdropPath)+
public String getPosterPath()+
public void setPosterPath(String posterPath)+
public float getPopularity()+
public void setPopularity(float popularity)+
public float getVoteAverage()+
public void setVoteAverage(float voteAverage)+
public int getVoteCount()+
public void setVoteCount(int voteCount)+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaCredit.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaCredit.html new file mode 100644 index 000000000..84a840ade --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaCredit.html @@ -0,0 +1,372 @@ + + + + + + +public class MediaCredit +extends AbstractJsonMapping+
| Constructor and Description | +
|---|
MediaCredit() |
+
| Modifier and Type | +Method and Description | +
|---|---|
String |
+getCreditId() |
+
int |
+getId() |
+
String |
+getName() |
+
String |
+getProfilePath() |
+
void |
+setCreditId(String creditId) |
+
void |
+setId(int id) |
+
void |
+setName(String name) |
+
void |
+setProfilePath(String profilePath) |
+
handleUnknown, toStringpublic String getCreditId()+
public void setCreditId(String creditId)+
public int getId()+
public void setId(int id)+
public String getProfilePath()+
public void setProfilePath(String profilePath)+
public String getName()+
public void setName(String name)+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditCast.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditCast.html new file mode 100644 index 000000000..9f4309c6c --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditCast.html @@ -0,0 +1,354 @@ + + + + + + +public class MediaCreditCast +extends MediaCredit+
| Constructor and Description | +
|---|
MediaCreditCast() |
+
| Modifier and Type | +Method and Description | +
|---|---|
int |
+getCastId() |
+
String |
+getCharacter() |
+
int |
+getOrder() |
+
void |
+setCastId(int castId) |
+
void |
+setCharacter(String character) |
+
void |
+setOrder(int order) |
+
getCreditId, getId, getName, getProfilePath, setCreditId, setId, setName, setProfilePathhandleUnknown, toStringpublic int getCastId()+
public void setCastId(int castId)+
public String getCharacter()+
public void setCharacter(String character)+
public int getOrder()+
public void setOrder(int order)+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditCrew.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditCrew.html new file mode 100644 index 000000000..9fd8ded94 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditCrew.html @@ -0,0 +1,328 @@ + + + + + + +public class MediaCreditCrew +extends MediaCredit+
| Constructor and Description | +
|---|
MediaCreditCrew() |
+
| Modifier and Type | +Method and Description | +
|---|---|
String |
+getDepartment() |
+
String |
+getJob() |
+
void |
+setDepartment(String department) |
+
void |
+setJob(String job) |
+
getCreditId, getId, getName, getProfilePath, setCreditId, setId, setName, setProfilePathhandleUnknown, toStringCopyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html new file mode 100644 index 000000000..e5d698fe1 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html @@ -0,0 +1,368 @@ + + + + + + +public class MediaCreditList +extends AbstractJsonMapping+
| Constructor and Description | +
|---|
MediaCreditList() |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<MediaCreditCast> |
+getCast() |
+
List<MediaCreditCrew> |
+getCrew() |
+
List<MediaCreditCast> |
+getGuestStars() |
+
int |
+getId() |
+
void |
+setCast(List<MediaCreditCast> cast) |
+
void |
+setCrew(List<MediaCreditCrew> crew) |
+
void |
+setGuestStars(List<MediaCreditCast> guestStars) |
+
void |
+setId(int id) |
+
handleUnknown, toStringpublic int getId()+
public void setId(int id)+
public List<MediaCreditCast> getCast()+
public void setCast(List<MediaCreditCast> cast)+
public List<MediaCreditCrew> getCrew()+
public void setCrew(List<MediaCreditCrew> crew)+
public List<MediaCreditCast> getGuestStars()+
public void setGuestStars(List<MediaCreditCast> guestStars)+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html new file mode 100644 index 000000000..a871f1888 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html @@ -0,0 +1,368 @@ + + + + + + +public class MediaState +extends AbstractJsonMapping+
| Constructor and Description | +
|---|
MediaState() |
+
| Modifier and Type | +Method and Description | +
|---|---|
int |
+getId() |
+
float |
+getRated() |
+
boolean |
+isFavorite() |
+
boolean |
+isWatchlist() |
+
void |
+setFavorite(boolean favorite) |
+
void |
+setId(int id) |
+
void |
+setRated(RatedValue rated) |
+
void |
+setWatchlist(boolean watchlist) |
+
handleUnknown, toStringpublic int getId()+
public void setId(int id)+
public boolean isFavorite()+
public void setFavorite(boolean favorite)+
public boolean isWatchlist()+
public void setWatchlist(boolean watchlist)+
public float getRated()+
public void setRated(RatedValue rated)+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/RatedValue.html b/apidocs/com/omertron/themoviedbapi/model/media/RatedValue.html new file mode 100644 index 000000000..72e302593 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/RatedValue.html @@ -0,0 +1,290 @@ + + + + + + +public class RatedValue +extends AbstractJsonMapping+
| Constructor and Description | +
|---|
RatedValue() |
+
| Modifier and Type | +Method and Description | +
|---|---|
float |
+getValue() |
+
void |
+setValue(float value) |
+
handleUnknown, toStringCopyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/media/Trailer.html new file mode 100644 index 000000000..164eed811 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/Trailer.html @@ -0,0 +1,403 @@ + + + + + + +public class Trailer +extends AbstractJsonMapping+
| Modifier and Type | +Method and Description | +
|---|---|
boolean |
+equals(Object obj) |
+
String |
+getName() |
+
String |
+getSize() |
+
String |
+getSource() |
+
String |
+getType() |
+
int |
+hashCode() |
+
void |
+setName(String name) |
+
void |
+setSize(String size) |
+
void |
+setSource(String source) |
+
void |
+setType(String type) |
+
handleUnknown, toStringpublic String getName()+
public void setName(String name)+
public String getSize()+
public void setSize(String size)+
public String getSource()+
public void setSource(String source)+
public String getType()+
public void setType(String type)+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/Translation.html b/apidocs/com/omertron/themoviedbapi/model/media/Translation.html new file mode 100644 index 000000000..e88e6eb2b --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/Translation.html @@ -0,0 +1,393 @@ + + + + + + +public class Translation +extends AbstractJsonMapping+
| Constructor and Description | +
|---|
Translation() |
+
| Modifier and Type | +Method and Description | +
|---|---|
boolean |
+equals(Object obj) |
+
String |
+getEnglishName() |
+
String |
+getIsoCode() |
+
String |
+getName() |
+
int |
+hashCode() |
+
void |
+setEnglishName(String englishName) |
+
void |
+setIsoCode(String isoCode) |
+
void |
+setName(String name) |
+
String |
+toString() |
+
handleUnknownpublic String getEnglishName()+
public String getIsoCode()+
public String getName()+
public void setEnglishName(String englishName)+
public void setIsoCode(String isoCode)+
public void setName(String name)+
public String toString()+
toString in class AbstractJsonMappingCopyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/Video.html b/apidocs/com/omertron/themoviedbapi/model/media/Video.html new file mode 100644 index 000000000..e06ebad29 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/Video.html @@ -0,0 +1,481 @@ + + + + + + +public class Video +extends AbstractJsonMapping+
| Modifier and Type | +Method and Description | +
|---|---|
boolean |
+equals(Object obj) |
+
String |
+getId() |
+
String |
+getKey() |
+
String |
+getLanguage() |
+
String |
+getName() |
+
String |
+getSite() |
+
int |
+getSize() |
+
String |
+getType() |
+
int |
+hashCode() |
+
void |
+setId(String id) |
+
void |
+setKey(String key) |
+
void |
+setLanguage(String language) |
+
void |
+setName(String name) |
+
void |
+setSite(String site) |
+
void |
+setSize(int size) |
+
void |
+setType(String type) |
+
handleUnknown, toStringpublic String getId()+
public String getName()+
public int getSize()+
public String getKey()+
public String getSite()+
public String getType()+
public String getLanguage()+
public void setId(String id)+
public void setName(String name)+
public void setSize(int size)+
public void setKey(String key)+
public void setSite(String site)+
public void setType(String type)+
public void setLanguage(String language)+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/AlternativeTitle.html new file mode 100644 index 000000000..410dc7f2b --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/AlternativeTitle.html @@ -0,0 +1,258 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.movie | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<AlternativeTitle> |
+TheMovieDbApi.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<AlternativeTitle> |
+TheMovieDbApi.getTVAlternativeTitles(int tvID)
+Get the alternative titles for a specific show ID.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<AlternativeTitle> |
+TmdbMovies.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<AlternativeTitle> |
+TmdbTV.getTVAlternativeTitles(int tvID)
+Get the alternative titles for a specific show ID.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<AlternativeTitle> |
+MovieDb.getAlternativeTitles() |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<AlternativeTitle> |
+WrapperAlternativeTitles.getTitles() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+WrapperAlternativeTitles.setTitles(List<AlternativeTitle> titles) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaBasic.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaBasic.html new file mode 100644 index 000000000..f9ed25890 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaBasic.html @@ -0,0 +1,358 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.artwork | ++ |
| com.omertron.themoviedbapi.model.movie | ++ |
| com.omertron.themoviedbapi.model.person | ++ |
| com.omertron.themoviedbapi.model.tv | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<MediaBasic> |
+TheMovieDbApi.searchMulti(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult)
+Search the movie, tv show and person collections with a single query.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<MediaBasic> |
+TmdbSearch.searchMulti(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult)
+Search the movie, tv show and person collections with a single query.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
MediaBasic |
+ArtworkMedia.getMedia() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+ArtworkMedia.setMedia(MediaBasic media) |
+
| Modifier and Type | +Class and Description | +
|---|---|
class |
+MovieBasic
+Basic Movie information
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<? extends MediaBasic> |
+PersonFind.getKnownFor() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+PersonFind.setKnownFor(List<? extends MediaBasic> knownFor) |
+
| Modifier and Type | +Class and Description | +
|---|---|
class |
+TVBasic
+Basic TV information
+ |
+
class |
+TVEpisodeBasic
+TV Favorite information
+ |
+
class |
+TVEpisodeInfo
+TV Episode information
+ |
+
class |
+TVInfo |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<? extends MediaBasic> |
+WrapperMultiSearch.getResults() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+WrapperMultiSearch.setResults(List<? extends MediaBasic> results) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCredit.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCredit.html new file mode 100644 index 000000000..3466afc46 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCredit.html @@ -0,0 +1,161 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi.model.media | ++ |
| Modifier and Type | +Class and Description | +
|---|---|
class |
+MediaCreditCast |
+
class |
+MediaCreditCrew |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditCast.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditCast.html new file mode 100644 index 000000000..5592b26ee --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditCast.html @@ -0,0 +1,235 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi.model.media | ++ |
| com.omertron.themoviedbapi.model.movie | ++ |
| com.omertron.themoviedbapi.model.tv | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
List<MediaCreditCast> |
+MediaCreditList.getCast() |
+
List<MediaCreditCast> |
+MediaCreditList.getGuestStars() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+MediaCreditList.setCast(List<MediaCreditCast> cast) |
+
void |
+MediaCreditList.setGuestStars(List<MediaCreditCast> guestStars) |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<MediaCreditCast> |
+MovieDb.getCast() |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<MediaCreditCast> |
+TVEpisodeInfo.getGuestStars() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+TVEpisodeInfo.setGuestStars(List<MediaCreditCast> guestStars) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditCrew.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditCrew.html new file mode 100644 index 000000000..c3fba9d92 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditCrew.html @@ -0,0 +1,227 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi.model.media | ++ |
| com.omertron.themoviedbapi.model.movie | ++ |
| com.omertron.themoviedbapi.model.tv | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
List<MediaCreditCrew> |
+MediaCreditList.getCrew() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+MediaCreditList.setCrew(List<MediaCreditCrew> crew) |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<MediaCreditCrew> |
+MovieDb.getCrew() |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<MediaCreditCrew> |
+TVEpisodeInfo.getCrew() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+TVEpisodeInfo.setCrew(List<MediaCreditCrew> crew) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditList.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditList.html new file mode 100644 index 000000000..de98c942d --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditList.html @@ -0,0 +1,238 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.movie | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
MediaCreditList |
+TheMovieDbApi.getMovieCredits(int movieId,
+ String... appendToResponse)
+Get the cast and crew information for a specific movie id.
+ |
+
MediaCreditList |
+TheMovieDbApi.getTVCredits(int tvID,
+ String language,
+ String... appendToResponse)
+Get the cast & crew information about a TV series.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
MediaCreditList |
+TmdbTVEpisodes.getEpisodeCredits(int tvID,
+ int seasonNumber,
+ int episodeNumber)
+Get the TV episode credits by combination of season and episode number.
+ |
+
MediaCreditList |
+TmdbMovies.getMovieCredits(int movieId,
+ String... appendToResponse)
+Get the cast and crew information for a specific movie id.
+ |
+
MediaCreditList |
+TmdbTVSeasons.getSeasonCredits(int tvID,
+ int seasonNumber)
+Get the cast & crew credits for a TV season by season number.
+ |
+
MediaCreditList |
+TmdbTV.getTVCredits(int tvID,
+ String language,
+ String... appendToResponse)
+Get the cast & crew information about a TV series.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+MovieDb.setCasts(MediaCreditList credits) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html new file mode 100644 index 000000000..7e2d300df --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html @@ -0,0 +1,221 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
MediaState |
+TheMovieDbApi.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.
+ |
+
MediaState |
+TheMovieDbApi.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.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
MediaState |
+TmdbTVEpisodes.getEpisodeAccountState(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String sessionID)
+This method lets users get the status of whether or not the TV episode
+ has been rated.
+ |
+
MediaState |
+TmdbMovies.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.
+ |
+
MediaState |
+TmdbTVSeasons.getSeasonAccountState(int tvID,
+ String sessionID)
+This method lets users get the status of whether or not the TV episodes
+ of a season have been rated.
+ |
+
MediaState |
+TmdbTV.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.
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html new file mode 100644 index 000000000..5fb94afc7 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html @@ -0,0 +1,157 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi.model.media | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
void |
+MediaState.setRated(RatedValue rated) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html new file mode 100644 index 000000000..8103efb65 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html @@ -0,0 +1,161 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi.wrapper | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
void |
+WrapperVideos.setQuickTime(List<Trailer> trailers) |
+
void |
+WrapperVideos.setYouTube(List<Trailer> trailers) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html new file mode 100644 index 000000000..7f991951f --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html @@ -0,0 +1,256 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.movie | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<Translation> |
+TheMovieDbApi.getMovieTranslations(int movieId,
+ String... appendToResponse)
+This method is used to retrieve a list of the available translations for
+ a specific movie.
+ |
+
TmdbResultsList<Translation> |
+TheMovieDbApi.getTVTranslations(int tvID)
+Get the list of translations that exist for a TV series.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<Translation> |
+TmdbMovies.getMovieTranslations(int movieId,
+ String... appendToResponse)
+This method is used to retrieve a list of the available translations for
+ a specific movie.
+ |
+
TmdbResultsList<Translation> |
+TmdbTV.getTVTranslations(int tvID)
+Get the list of translations that exist for a TV series.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<Translation> |
+MovieDb.getTranslations() |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<Translation> |
+WrapperTranslations.getTranslations() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+WrapperTranslations.setTranslations(List<Translation> translations) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html new file mode 100644 index 000000000..7ab72e66d --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html @@ -0,0 +1,281 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.movie | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<Video> |
+TheMovieDbApi.getMovieVideos(int movieId,
+ String language,
+ String... appendToResponse)
+This method is used to retrieve all of the trailers for a particular
+ movie.
+ |
+
TmdbResultsList<Video> |
+TheMovieDbApi.getTVVideos(int tvID,
+ String language)
+Get the videos that have been added to a TV series (trailers, opening
+ credits, etc...)
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<Video> |
+TmdbTVEpisodes.getEpisodeVideos(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language)
+Get the videos that have been added to a TV episode (teasers, clips,
+ etc...)
+ |
+
TmdbResultsList<Video> |
+TmdbMovies.getMovieVideos(int movieId,
+ String language,
+ String... appendToResponse)
+This method is used to retrieve all of the trailers for a particular
+ movie.
+ |
+
TmdbResultsList<Video> |
+TmdbTVSeasons.getSeasonVideos(int tvID,
+ int seasonNumber,
+ String language)
+Get the videos that have been added to a TV season (trailers, teasers,
+ etc...)
+ |
+
TmdbResultsList<Video> |
+TmdbTV.getTVVideos(int tvID,
+ String language)
+Get the videos that have been added to a TV series (trailers, opening
+ credits, etc...)
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<Video> |
+MovieDb.getVideos() |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<Video> |
+WrapperVideos.getVideos() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+WrapperVideos.setVideos(List<Video> videos) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html new file mode 100644 index 000000000..e73d521bf --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html @@ -0,0 +1,30 @@ + + + + + + +| Class | +Description | +
|---|---|
| AlternativeTitle | ++ |
| MediaBasic | +
+ Basic media information
+ |
+
| MediaCredit | ++ |
| MediaCreditCast | ++ |
| MediaCreditCrew | ++ |
| MediaCreditList | ++ |
| MediaState | ++ |
| RatedValue | ++ |
| Trailer | +
+ Trailer specific information from the "Append to Response" method
+ |
+
| Translation | ++ |
| Video | +
+ Video specific information
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html new file mode 100644 index 000000000..81b0dd2f1 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html @@ -0,0 +1,147 @@ + + + + + + +Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-use.html b/apidocs/com/omertron/themoviedbapi/model/media/package-use.html new file mode 100644 index 000000000..957d2f9f5 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/media/package-use.html @@ -0,0 +1,382 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.artwork | ++ |
| com.omertron.themoviedbapi.model.media | ++ |
| com.omertron.themoviedbapi.model.movie | ++ |
| com.omertron.themoviedbapi.model.person | ++ |
| com.omertron.themoviedbapi.model.tv | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| Class and Description | +
|---|
| AlternativeTitle | +
| MediaBasic
+ Basic media information
+ |
+
| MediaCreditList | +
| MediaState | +
| Translation | +
| Video
+ Video specific information
+ |
+
| Class and Description | +
|---|
| AlternativeTitle | +
| MediaBasic
+ Basic media information
+ |
+
| MediaCreditList | +
| MediaState | +
| Translation | +
| Video
+ Video specific information
+ |
+
| Class and Description | +
|---|
| MediaBasic
+ Basic media information
+ |
+
| Class and Description | +
|---|
| MediaCredit | +
| MediaCreditCast | +
| MediaCreditCrew | +
| RatedValue | +
| Class and Description | +
|---|
| AlternativeTitle | +
| MediaBasic
+ Basic media information
+ |
+
| MediaCreditCast | +
| MediaCreditCrew | +
| MediaCreditList | +
| Translation | +
| Video
+ Video specific information
+ |
+
| Class and Description | +
|---|
| MediaBasic
+ Basic media information
+ |
+
| Class and Description | +
|---|
| MediaBasic
+ Basic media information
+ |
+
| MediaCreditCast | +
| MediaCreditCrew | +
| Class and Description | +
|---|
| AlternativeTitle | +
| MediaBasic
+ Basic media information
+ |
+
| Trailer
+ Trailer specific information from the "Append to Response" method
+ |
+
| Translation | +
| Video
+ Video specific information
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html new file mode 100644 index 000000000..21f2d6a58 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html @@ -0,0 +1,433 @@ + + + + + + +public class MovieBasic +extends MediaBasic+
| Constructor and Description | +
|---|
MovieBasic() |
+
| Modifier and Type | +Method and Description | +
|---|---|
String |
+getOriginalTitle() |
+
float |
+getRating() |
+
String |
+getReleaseDate() |
+
String |
+getTitle() |
+
boolean |
+isAdult() |
+
boolean |
+isVideo() |
+
void |
+setAdult(boolean adult) |
+
void |
+setOriginalTitle(String originalTitle) |
+
void |
+setRating(float rating) |
+
void |
+setReleaseDate(String releaseDate) |
+
void |
+setTitle(String title) |
+
void |
+setVideo(boolean video) |
+
getBackdropPath, getId, getMediaType, getPopularity, getPosterPath, getVoteAverage, getVoteCount, setBackdropPath, setId, setMediaType, setPopularity, setPosterPath, setVoteAverage, setVoteCounthandleUnknown, toStringpublic boolean isAdult()+
public void setAdult(boolean adult)+
public String getOriginalTitle()+
public void setOriginalTitle(String originalTitle)+
public String getReleaseDate()+
public void setReleaseDate(String releaseDate)+
public String getTitle()+
public void setTitle(String title)+
public boolean isVideo()+
public void setVideo(boolean video)+
public float getRating()+
public void setRating(float rating)+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/movie/MovieDb.html index fdf4d069c..833e55d88 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/MovieDb.html @@ -1,1240 +1,1248 @@ - - - - - -
-
-
|
-- - | -|||||||||
| - PREV CLASS - NEXT CLASS | -- FRAMES - NO FRAMES - - - - - | -|||||||||
| - SUMMARY: NESTED | FIELD | CONSTR | METHOD | --DETAIL: FIELD | CONSTR | METHOD | -|||||||||
-java.lang.Object --com.omertron.themoviedbapi.model.AbstractJsonMapping -
com.omertron.themoviedbapi.model.movie.MovieDbBasic -
com.omertron.themoviedbapi.model.movie.MovieDb -
public class MovieDb
-Movie Bean -
- -
-
- +
public class MovieDb +extends AbstractJsonMapping+
| -Constructor Summary | -|
|---|---|
MovieDb()
-
-- |
-|
| -Method Summary | -|
|---|---|
- boolean |
-equals(Object obj)
-
-- |
-
- List<AlternativeTitle> |
-getAlternativeTitles()
-
-- |
-
- Collection |
-getBelongsToCollection()
-
-- |
-
- long |
-getBudget()
-
-- |
-
- List<PersonCast> |
-getCast()
-
-- |
-
- List<PersonCrew> |
-getCrew()
-
-- |
-
- List<Genre> |
-getGenres()
-
-- |
-
- String |
-getHomepage()
-
-- |
-
- List<Artwork> |
-getImages()
-
-- |
-
- String |
-getImdbID()
-
-- |
-
- List<Keyword> |
-getKeywords()
-
-- |
-
- List<MovieList> |
-getLists()
-
-- |
-
- String |
-getOverview()
-
-- |
-
- List<ProductionCompany> |
-getProductionCompanies()
-
-- |
-
- List<ProductionCountry> |
-getProductionCountries()
-
-- |
-
- List<ReleaseInfo> |
-getReleases()
-
-- |
-
- long |
-getRevenue()
-
-- |
-
- List<Reviews> |
-getReviews()
-
-- |
-
- int |
-getRuntime()
-
-- |
-
- List<MovieDb> |
-getSimilarMovies()
-
-- |
-
- List<Language> |
-getSpokenLanguages()
-
-- |
-
- String |
-getStatus()
-
-- |
-
- String |
-getTagline()
-
-- |
-
- List<Trailer> |
-getTrailers()
-
-- |
-
- List<Translation> |
-getTranslations()
-
-- |
-
- float |
-getUserRating()
-
-- |
-
- int |
-hashCode()
-
-- |
-
- void |
-setAlternativeTitles(WrapperAlternativeTitles alternativeTitles)
-
-- |
-
- void |
-setBelongsToCollection(Collection belongsToCollection)
-
-- |
-
- void |
-setBudget(long budget)
-
-- |
-
- void |
-setCasts(WrapperCasts casts)
-
-- |
-
- void |
-setGenres(List<Genre> genres)
-
-- |
-
- void |
-setHomepage(String homepage)
-
-- |
-
- void |
-setImages(WrapperImages images)
-
-- |
-
- void |
-setImdbID(String imdbID)
-
-- |
-
- void |
-setKeywords(WrapperKeywords keywords)
-
-- |
-
- void |
-setLists(WrapperMovieList lists)
-
-- |
-
- void |
-setOverview(String overview)
-
-- |
-
- void |
-setProductionCompanies(List<ProductionCompany> productionCompanies)
-
-- |
-
- void |
-setProductionCountries(List<ProductionCountry> productionCountries)
-
-- |
-
- void |
-setReleases(WrapperReleaseInfo releases)
-
-- |
-
- void |
-setRevenue(long revenue)
-
-- |
-
- void |
-setReviews(WrapperReviews reviews)
-
-- |
-
- void |
-setRuntime(int runtime)
-
-- |
-
- void |
-setSimilarMovies(WrapperMovie similarMovies)
-
-- |
-
- void |
-setSpokenLanguages(List<Language> spokenLanguages)
-
-- |
-
- void |
-setStatus(String status)
-
-- |
-
- void |
-setTagline(String tagline)
-
-- |
-
- void |
-setTrailers(WrapperTrailers trailers)
-
-- |
-
- void |
-setTranslations(WrapperTranslations translations)
-
-- |
-
- void |
-setUserRating(float userRating)
-
-- |
-
| Methods inherited from class com.omertron.themoviedbapi.model.movie.MovieDbBasic | -
|---|
getBackdropPath, getId, getOriginalTitle, getPopularity, getPosterPath, getReleaseDate, getSerialVersionUID, getTitle, getVoteAverage, getVoteCount, isAdult, setAdult, setBackdropPath, setId, setOriginalTitle, setPopularity, setPosterPath, setReleaseDate, setTitle, setVoteAverage, setVoteCount |
-
| Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping | -
|---|
handleUnknown, toString |
-
| Methods inherited from class java.lang.Object | -
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
-
- +
handleUnknown, toString| -Constructor Detail | -
|---|
-public MovieDb()-
| -Method Detail | -
|---|
-public Collection getBelongsToCollection()-
-public long getBudget()-
-public List<Genre> getGenres()-
-public String getHomepage()-
-public String getImdbID()-
-public String getOverview()-
-public List<ProductionCompany> getProductionCompanies()-
-public List<ProductionCountry> getProductionCountries()-
-public long getRevenue()-
-public int getRuntime()-
-public List<Language> getSpokenLanguages()-
-public String getTagline()-
-public String getStatus()-
-public float getUserRating()-
-public void setBelongsToCollection(Collection belongsToCollection)-
-public void setBudget(long budget)-
-public void setGenres(List<Genre> genres)-
-public void setHomepage(String homepage)-
-public void setImdbID(String imdbID)-
-public void setOverview(String overview)-
-public void setProductionCompanies(List<ProductionCompany> productionCompanies)-
-public void setProductionCountries(List<ProductionCountry> productionCountries)-
-public void setRevenue(long revenue)-
-public void setRuntime(int runtime)-
-public void setSpokenLanguages(List<Language> spokenLanguages)-
-public void setTagline(String tagline)-
-public void setStatus(String status)-
-public void setUserRating(float userRating)-
-public List<AlternativeTitle> getAlternativeTitles()-
-public List<PersonCast> getCast()-
-public List<PersonCrew> getCrew()-
-public List<Artwork> getImages()-
-public List<Keyword> getKeywords()-
-public List<ReleaseInfo> getReleases()-
-public List<Trailer> getTrailers()-
-public List<Translation> getTranslations()-
-public List<MovieDb> getSimilarMovies()-
-public List<MovieList> getLists()-
-public List<Reviews> getReviews()-
-public void setAlternativeTitles(WrapperAlternativeTitles alternativeTitles)-
-public void setCasts(WrapperCasts casts)-
-public void setImages(WrapperImages images)-
-public void setKeywords(WrapperKeywords keywords)-
-public void setReleases(WrapperReleaseInfo releases)-
-public void setTrailers(WrapperTrailers trailers)-
-public void setTranslations(WrapperTranslations translations)-
-public void setSimilarMovies(WrapperMovie similarMovies)-
-public void setLists(WrapperMovieList lists)-
-public void setReviews(WrapperReviews reviews)-
-public boolean equals(Object obj)- -
-public int hashCode()- +
public String getBackdropPath()+
public int getId()+
public String getOriginalTitle()+
public float getPopularity()+
public String getPosterPath()+
public String getReleaseDate()+
public String getTitle()+
public boolean isAdult()+
public Collection getBelongsToCollection()+
public long getBudget()+
public String getHomepage()+
public String getImdbID()+
public String getOverview()+
public List<ProductionCompany> getProductionCompanies()+
public List<ProductionCountry> getProductionCountries()+
public long getRevenue()+
public int getRuntime()+
public String getTagline()+
public float getVoteAverage()+
public int getVoteCount()+
public String getStatus()+
public float getUserRating()+
public Boolean getVideo()+
public String getOriginalLanguage()+
public void setBackdropPath(String backdropPath)+
public void setId(int id)+
public void setOriginalTitle(String originalTitle)+
public void setPopularity(float popularity)+
public void setPosterPath(String posterPath)+
public void setReleaseDate(String releaseDate)+
public void setTitle(String title)+
public void setAdult(boolean adult)+
public void setBelongsToCollection(Collection belongsToCollection)+
public void setBudget(long budget)+
public void setHomepage(String homepage)+
public void setImdbID(String imdbID)+
public void setOverview(String overview)+
public void setProductionCompanies(List<ProductionCompany> productionCompanies)+
public void setProductionCountries(List<ProductionCountry> productionCountries)+
public void setRevenue(long revenue)+
public void setRuntime(int runtime)+
public void setTagline(String tagline)+
public void setVoteAverage(float voteAverage)+
public void setVoteCount(int voteCount)+
public void setStatus(String status)+
public void setUserRating(float userRating)+
public void setVideo(Boolean video)+
public void setOriginalLanguage(String originalLanguage)+
public List<AlternativeTitle> getAlternativeTitles()+
public List<MediaCreditCast> getCast()+
public List<MediaCreditCrew> getCrew()+
public List<ReleaseInfo> getReleases()+
public List<Translation> getTranslations()+
public void setAlternativeTitles(WrapperAlternativeTitles alternativeTitles)+
public void setCasts(MediaCreditList credits)+
public void setImages(WrapperImages images)+
public void setKeywords(WrapperMovieKeywords keywords)+
public void setReleases(WrapperReleaseInfo releases)+
public void setTrailers(WrapperVideos trailers)+
public void setTranslations(WrapperTranslations translations)+
public void setSimilarMovies(WrapperGenericList<MovieDb> similarMovies)+
public void setLists(WrapperGenericList<UserList> lists)+
public void setReviews(WrapperGenericList<Review> reviews)+
-
-
|
-- - | -|||||||||
| - PREV CLASS - NEXT CLASS | -- FRAMES - NO FRAMES - - - - - | -|||||||||
| - SUMMARY: NESTED | FIELD | CONSTR | METHOD | --DETAIL: FIELD | CONSTR | METHOD | -|||||||||
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html new file mode 100644 index 000000000..a1cccf0c1 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html @@ -0,0 +1,261 @@ + + + + + + +public class ProductionCompany +extends AbstractIdName+
| Constructor and Description | +
|---|
ProductionCompany() |
+
equals, getId, getName, hashCode, setId, setNamehandleUnknown, toStringCopyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html new file mode 100644 index 000000000..c14bcca5e --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html @@ -0,0 +1,350 @@ + + + + + + +public class ProductionCountry +extends AbstractJsonMapping+
| Constructor and Description | +
|---|
ProductionCountry() |
+
| Modifier and Type | +Method and Description | +
|---|---|
boolean |
+equals(Object obj) |
+
String |
+getIsoCode() |
+
String |
+getName() |
+
int |
+hashCode() |
+
void |
+setIsoCode(String isoCode) |
+
void |
+setName(String name) |
+
handleUnknown, toStringCopyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html new file mode 100644 index 000000000..4a70cf86f --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html @@ -0,0 +1,402 @@ + + + + + + +public class ReleaseInfo +extends AbstractJsonMapping+
| Constructor and Description | +
|---|
ReleaseInfo() |
+
| Modifier and Type | +Method and Description | +
|---|---|
boolean |
+equals(Object obj) |
+
String |
+getCertification() |
+
String |
+getCountry() |
+
String |
+getReleaseDate() |
+
int |
+hashCode() |
+
boolean |
+isPrimary() |
+
void |
+setCertification(String certification) |
+
void |
+setCountry(String country) |
+
void |
+setPrimary(boolean primary) |
+
void |
+setReleaseDate(String releaseDate) |
+
handleUnknown, toStringpublic String getCertification()+
public String getCountry()+
public String getReleaseDate()+
public void setCertification(String certification)+
public void setCountry(String country)+
public void setReleaseDate(String releaseDate)+
public boolean isPrimary()+
public void setPrimary(boolean primary)+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieBasic.html new file mode 100644 index 000000000..62f1e48f9 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieBasic.html @@ -0,0 +1,343 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
List<MovieBasic> |
+TheMovieDbApi.getCompanyMovies(int companyId,
+ String language,
+ Integer page)
+This method is used to retrieve the movies associated with a company.
+ |
+
List<MovieBasic> |
+TheMovieDbApi.getDiscoverMovies(Discover discover)
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
+ |
+
List<MovieBasic> |
+TheMovieDbApi.getFavoriteMovies(String sessionId,
+ int accountId)
+Get the account favourite movies
+ |
+
List<MovieBasic> |
+TheMovieDbApi.getGenreMovies(int genreId,
+ String language,
+ Integer page,
+ Boolean includeAllMovies,
+ Boolean includeAdult)
+Get a list of movies per genre.
+ |
+
List<MovieBasic> |
+TheMovieDbApi.getGuestRatedMovies(String guestSessionId,
+ String language,
+ Integer page,
+ SortBy sortBy)
+Get a list of rated movies for a specific guest session id.
+ |
+
TmdbResultsList<MovieBasic> |
+TheMovieDbApi.getKeywordMovies(String keywordId,
+ String language,
+ Integer page)
+Get the list of movies for a particular keyword by id.
+ |
+
List<MovieBasic> |
+TheMovieDbApi.getRatedMovies(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+Get the list of rated movies (and associated rating) for an account.
+ |
+
List<MovieBasic> |
+TheMovieDbApi.getWatchListMovie(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+Get the list of movies on an accounts watchlist.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<MovieBasic> |
+TmdbCompanies.getCompanyMovies(int companyId,
+ String language,
+ Integer page)
+This method is used to retrieve the movies associated with a company.
+ |
+
List<MovieBasic> |
+TmdbDiscover.getDiscoverMovies(Discover discover)
+Discover movies by different types of data like average rating, number of votes, genres and certifications.
+ |
+
List<MovieBasic> |
+TmdbAccount.getFavoriteMovies(String sessionId,
+ int accountId)
+Get the list of favorite movies for an account.
+ |
+
List<MovieBasic> |
+TmdbGenres.getGenreMovies(int genreId,
+ String language,
+ Integer page,
+ Boolean includeAllMovies,
+ Boolean includeAdult)
+Get the list of movies for a particular genre by id.
+ |
+
List<MovieBasic> |
+TmdbAccount.getGuestRatedMovies(String guestSessionId,
+ String language,
+ Integer page,
+ SortBy sortBy)
+Get a list of rated movies for a specific guest session id.
+ |
+
TmdbResultsList<MovieBasic> |
+TmdbKeywords.getKeywordMovies(String keywordId,
+ String language,
+ Integer page)
+Get the list of movies for a particular keyword by id.
+ |
+
List<MovieBasic> |
+TmdbAccount.getRatedMovies(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+Get the list of rated movies (and associated rating) for an account.
+ |
+
List<MovieBasic> |
+TmdbAccount.getWatchListMovie(String sessionId,
+ int accountId,
+ Integer page,
+ String sortBy,
+ String language)
+Get the list of movies on an accounts watch list.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<MovieBasic> |
+FindResults.getMovieResults() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+FindResults.setMovieResults(List<MovieBasic> movieResults) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieDb.html index 708a41563..5a46ed473 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieDb.html @@ -1,517 +1,419 @@ - - - - - -
-
-
|
-- - | -|||||||||
| - PREV - NEXT | -- FRAMES - NO FRAMES - - - - - | -|||||||||
| -Packages that use MovieDb | -|
|---|---|
| com.omertron.themoviedbapi | -- |
| com.omertron.themoviedbapi.model.movie | -- |
| com.omertron.themoviedbapi.wrapper | -- |
| com.omertron.themoviedbapi.wrapper.movie | -- |
| -Uses of MovieDb in com.omertron.themoviedbapi | -
|---|
- -
| Methods in com.omertron.themoviedbapi that return MovieDb | -|
|---|---|
- MovieDb |
-TheMovieDbApi.getLatestMovie()
-
-- This method is used to retrieve the newest movie that was added to TMDb. |
-
- MovieDb |
-TheMovieDbApi.getMovieInfo(int movieId,
- String language,
- String... appendToResponse)
-
-- This method is used to retrieve all of the basic movie information. |
-
- MovieDb |
-TheMovieDbApi.getMovieInfoImdb(String imdbId,
- String language,
- String... appendToResponse)
-
-- This method is used to retrieve all of the basic movie information. |
-
- -
| Methods in com.omertron.themoviedbapi that return types with arguments of type MovieDb | -|
|---|---|
- TmdbResultsList<MovieDb> |
-TheMovieDbApi.getCompanyMovies(int companyId,
- String language,
- int page)
-
-- This method is used to retrieve the movies associated with a company. |
-
- TmdbResultsList<MovieDb> |
-TheMovieDbApi.getDiscover(Discover discover)
-
-- Discover movies by different types of data like average rating, number of votes, genres and certifications. |
-
- TmdbResultsList<MovieDb> |
-TheMovieDbApi.getDiscover(int page,
- String language,
- String sortBy,
- boolean includeAdult,
- int year,
- int primaryReleaseYear,
- int voteCountGte,
- float voteAverageGte,
- String withGenres,
- String releaseDateGte,
- String releaseDateLte,
- String certificationCountry,
- String certificationLte,
- String withCompanies)
-
-- Discover movies by different types of data like average rating, number of votes, genres and certifications. |
-
- List<MovieDb> |
-TheMovieDbApi.getFavoriteMovies(String sessionId,
- int accountId)
-
-- |
-
- TmdbResultsList<MovieDb> |
-TheMovieDbApi.getGenreMovies(int genreId,
- String language,
- int page,
- boolean includeAllMovies)
-
-- Get a list of movies per genre. |
-
- TmdbResultsList<MovieDb> |
-TheMovieDbApi.getNowPlayingMovies(String language,
- int page)
-
-- This method is used to retrieve the movies currently in theatres. |
-
- TmdbResultsList<MovieDb> |
-TheMovieDbApi.getPopularMovieList(String language,
- int page)
-
-- This method is used to retrieve the daily movie popularity list. |
-
- List<MovieDb> |
-TheMovieDbApi.getRatedMovies(String sessionId,
- int accountId)
-
-- Get the list of rated movies (and associated rating) for an account. |
-
- TmdbResultsList<MovieDb> |
-TheMovieDbApi.getSimilarMovies(int movieId,
- String language,
- int page,
- String... appendToResponse)
-
-- The similar movies method will let you retrieve the similar movies for a particular movie. |
-
- TmdbResultsList<MovieDb> |
-TheMovieDbApi.getTopRatedMovies(String language,
- int page)
-
-- This method is used to retrieve the top rated movies that have over 10 votes on TMDb. |
-
- TmdbResultsList<MovieDb> |
-TheMovieDbApi.getUpcoming(String language,
- int page)
-
-- Get the list of upcoming movies. |
-
- List<MovieDb> |
-TheMovieDbApi.getWatchList(String sessionId,
- int accountId)
-
-- Get the list of movies on an accounts watchlist. |
-
- TmdbResultsList<MovieDb> |
-TheMovieDbApi.searchMovie(String movieName,
- int searchYear,
- String language,
- boolean includeAdult,
- int page)
-
-- Search Movies This is a good starting point to start finding movies on TMDb. |
-
- -
| Methods in com.omertron.themoviedbapi with parameters of type MovieDb | -|
|---|---|
-static boolean |
-TheMovieDbApi.compareMovies(MovieDb moviedb,
- String title,
- String year)
-
-- Compare the MovieDB object with a title & year |
-
-static boolean |
-TheMovieDbApi.compareMovies(MovieDb moviedb,
- String title,
- String year,
- int maxDistance)
-
-- Compare the MovieDB object with a title & year |
-
| -Uses of MovieDb in com.omertron.themoviedbapi.model.movie | -
|---|
- -
| Methods in com.omertron.themoviedbapi.model.movie that return types with arguments of type MovieDb | -|
|---|---|
- List<MovieDb> |
-MovieDbList.getItems()
-
-- |
-
- List<MovieDb> |
-MovieDb.getSimilarMovies()
-
-- |
-
- -
| Method parameters in com.omertron.themoviedbapi.model.movie with type arguments of type MovieDb | -|
|---|---|
- void |
-MovieDbList.setItems(List<MovieDb> items)
-
-- |
-
| -Uses of MovieDb in com.omertron.themoviedbapi.wrapper | -
|---|
- -
| Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type MovieDb | -|
|---|---|
- List<MovieDb> |
-WrapperCompanyMovies.getResults()
-
-- |
-
- -
| Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type MovieDb | -|
|---|---|
- void |
-WrapperCompanyMovies.setResults(List<MovieDb> results)
-
-- |
-
| -Uses of MovieDb in com.omertron.themoviedbapi.wrapper.movie | -
|---|
- -
| Methods in com.omertron.themoviedbapi.wrapper.movie that return types with arguments of type MovieDb | -|
|---|---|
- List<MovieDb> |
-WrapperMovie.getMovies()
-
-- |
-
- -
| Method parameters in com.omertron.themoviedbapi.wrapper.movie with type arguments of type MovieDb | -|
|---|---|
- void |
-WrapperMovie.setMovies(List<MovieDb> movies)
-
-- |
-
-
| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.movie | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
MovieDb |
+TheMovieDbApi.getLatestMovie()
+This method is used to retrieve the newest movie that was added to TMDb.
+ |
+
MovieDb |
+TheMovieDbApi.getMovieInfo(int movieId,
+ String language,
+ String... appendToResponse)
+This method is used to retrieve all of the basic movie information.
+ |
+
MovieDb |
+TheMovieDbApi.getMovieInfoImdb(String imdbId,
+ String language,
+ String... appendToResponse)
+This method is used to retrieve all of the basic movie information.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
ListItem<MovieDb> |
+TheMovieDbApi.getList(String listId)
+Get a list by its ID
+ |
+
TmdbResultsList<MovieDb> |
+TheMovieDbApi.getNowPlayingMovies(Integer page,
+ String language)
+This method is used to retrieve the movies currently in theatres.
+ |
+
TmdbResultsList<MovieDb> |
+TheMovieDbApi.getPopularMovieList(Integer page,
+ String language)
+This method is used to retrieve the daily movie popularity list.
+ |
+
TmdbResultsList<MovieDb> |
+TheMovieDbApi.getSimilarMovies(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+The similar movies method will let you retrieve the similar movies for a
+ particular movie.
+ |
+
TmdbResultsList<MovieDb> |
+TheMovieDbApi.getTopRatedMovies(Integer page,
+ String language)
+This method is used to retrieve the top rated movies that have over 10
+ votes on TMDb.
+ |
+
TmdbResultsList<MovieDb> |
+TheMovieDbApi.getUpcoming(Integer page,
+ String language)
+Get the list of upcoming movies.
+ |
+
TmdbResultsList<MovieDb> |
+TheMovieDbApi.searchMovie(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult,
+ Integer searchYear,
+ Integer primaryReleaseYear,
+ SearchType searchType)
+Search Movies This is a good starting point to start finding movies on
+ TMDb.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
static boolean |
+Compare.movies(MovieDb moviedb,
+ String title,
+ String year)
+Compare the MovieDB object with a title & year
+ |
+
static boolean |
+Compare.movies(MovieDb moviedb,
+ String title,
+ String year,
+ int maxDistance)
+Compare the MovieDB object with a title & year, case sensitive
+ |
+
static boolean |
+Compare.movies(MovieDb moviedb,
+ String title,
+ String year,
+ int maxDistance,
+ boolean caseSensitive)
+Compare the MovieDB object with a title & year
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
MovieDb |
+TmdbMovies.getLatestMovie()
+This method is used to retrieve the newest movie that was added to TMDb.
+ |
+
MovieDb |
+TmdbMovies.getMovieInfo(int movieId,
+ String language,
+ String... appendToResponse)
+This method is used to retrieve all of the basic movie information.
+ |
+
MovieDb |
+TmdbMovies.getMovieInfoImdb(String imdbId,
+ String language,
+ String... appendToResponse)
+This method is used to retrieve all of the basic movie information.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
ListItem<MovieDb> |
+TmdbLists.getList(String listId)
+Get a list by its ID
+ |
+
TmdbResultsList<MovieDb> |
+TmdbMovies.getNowPlayingMovies(Integer page,
+ String language)
+This method is used to retrieve the movies currently in theatres.
+ |
+
TmdbResultsList<MovieDb> |
+TmdbMovies.getPopularMovieList(Integer page,
+ String language)
+This method is used to retrieve the daily movie popularity list.
+ |
+
TmdbResultsList<MovieDb> |
+TmdbMovies.getSimilarMovies(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+The similar movies method will let you retrieve the similar movies for a
+ particular movie.
+ |
+
TmdbResultsList<MovieDb> |
+TmdbMovies.getTopRatedMovies(Integer page,
+ String language)
+This method is used to retrieve the top rated movies that have over 10
+ votes on TMDb.
+ |
+
TmdbResultsList<MovieDb> |
+TmdbMovies.getUpcoming(Integer page,
+ String language)
+Get the list of upcoming movies.
+ |
+
TmdbResultsList<MovieDb> |
+TmdbSearch.searchMovie(String query,
+ Integer page,
+ String language,
+ Boolean includeAdult,
+ Integer searchYear,
+ Integer primaryReleaseYear,
+ SearchType searchType)
+Search Movies This is a good starting point to start finding movies on TMDb.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<MovieDb> |
+MovieDb.getSimilarMovies() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+MovieDb.setSimilarMovies(WrapperGenericList<MovieDb> similarMovies) |
+
-
-
|
-- - | -|||||||||
| - PREV - NEXT | -- FRAMES - NO FRAMES - - - - - | -|||||||||
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html new file mode 100644 index 000000000..1395eedfc --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html @@ -0,0 +1,205 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi.model.movie | ++ |
| com.omertron.themoviedbapi.model.tv | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
List<ProductionCompany> |
+MovieDb.getProductionCompanies() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+MovieDb.setProductionCompanies(List<ProductionCompany> productionCompanies) |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<ProductionCompany> |
+TVInfo.getProductionCompanies() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+TVInfo.setProductionCompanies(List<ProductionCompany> productionCompanies) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html new file mode 100644 index 000000000..17f2a02c0 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html @@ -0,0 +1,170 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi.model.movie | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
List<ProductionCountry> |
+MovieDb.getProductionCountries() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+MovieDb.setProductionCountries(List<ProductionCountry> productionCountries) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html new file mode 100644 index 000000000..3b4b89bb0 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html @@ -0,0 +1,246 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.movie | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<ReleaseInfo> |
+TheMovieDbApi.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.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<ReleaseInfo> |
+TmdbMovies.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.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<ReleaseInfo> |
+MovieDb.getReleases() |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<ReleaseInfo> |
+WrapperReleaseInfo.getCountries() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+WrapperReleaseInfo.setCountries(List<ReleaseInfo> countries) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html index c9ca2da47..8956bf276 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html @@ -1,39 +1,24 @@ - - - - - -|
-Classes
-
- -MovieDb - -MovieDbBasic - -MovieDbList - -MovieList |
-
-
-
|
-- - | -|||||||||
| - PREV PACKAGE - NEXT PACKAGE | -- FRAMES - NO FRAMES - - - - - | -|||||||||
| -Class Summary | -|
|---|---|
| MovieDb | -Movie Bean | -
| MovieDbBasic | -- |
| MovieDbList | -Wrapper for the MovieDbList function | -
| MovieList | -- |
-
| Class | +Description | +
|---|---|
| MovieBasic | +
+ Basic Movie information
+ |
+
| MovieDb | +
+ Movie Bean
+ |
+
| ProductionCompany | ++ |
| ProductionCountry | ++ |
| ReleaseInfo | ++ |
-
-
|
-- - | -|||||||||
| - PREV PACKAGE - NEXT PACKAGE | -- FRAMES - NO FRAMES - - - - - | -|||||||||
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html index b992ea5d9..1d288d9ee 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html @@ -1,159 +1,146 @@ - - - - - -
-
-
|
-- - | -|||||||||
| - PREV - NEXT | -- FRAMES - NO FRAMES - - - - - | -|||||||||
-
-
|
-- - | -|||||||||
| - PREV - NEXT | -- FRAMES - NO FRAMES - - - - - | -|||||||||
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html index d51edc53d..4d9a70819 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html @@ -1,276 +1,278 @@ - - - - - -
-
-
|
-- - | -|||||||||
| - PREV - NEXT | -- FRAMES - NO FRAMES - - - - - | -|||||||||
| -Packages that use com.omertron.themoviedbapi.model.movie | -|
|---|---|
| com.omertron.themoviedbapi | -- |
| com.omertron.themoviedbapi.model.movie | -- |
| com.omertron.themoviedbapi.wrapper | -- |
| com.omertron.themoviedbapi.wrapper.movie | -- |
| -Classes in com.omertron.themoviedbapi.model.movie used by com.omertron.themoviedbapi | -|
|---|---|
| MovieDb
-
- - Movie Bean |
-|
| MovieDbBasic
-
- - |
-|
| MovieDbList
-
- - Wrapper for the MovieDbList function |
-|
| MovieList
-
- - |
-|
| -Classes in com.omertron.themoviedbapi.model.movie used by com.omertron.themoviedbapi.model.movie | -|
|---|---|
| MovieDb
-
- - Movie Bean |
-|
| MovieDbBasic
-
- - |
-|
| MovieList
-
- - |
-|
| -Classes in com.omertron.themoviedbapi.model.movie used by com.omertron.themoviedbapi.wrapper | -|
|---|---|
| MovieDb
-
- - Movie Bean |
-|
| MovieDbBasic
-
- - |
-|
| -Classes in com.omertron.themoviedbapi.model.movie used by com.omertron.themoviedbapi.wrapper.movie | -|
|---|---|
| MovieDb
-
- - Movie Bean |
-|
| MovieDbList
-
- - Wrapper for the MovieDbList function |
-|
| MovieList
-
- - |
-|
-
| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model | ++ |
| com.omertron.themoviedbapi.model.movie | ++ |
| com.omertron.themoviedbapi.model.tv | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| Class and Description | +
|---|
| MovieBasic
+ Basic Movie information
+ |
+
| MovieDb
+ Movie Bean
+ |
+
| ReleaseInfo | +
| Class and Description | +
|---|
| MovieBasic
+ Basic Movie information
+ |
+
| MovieDb
+ Movie Bean
+ |
+
| ReleaseInfo | +
| Class and Description | +
|---|
| MovieBasic
+ Basic Movie information
+ |
+
| Class and Description | +
|---|
| MovieDb
+ Movie Bean
+ |
+
| ProductionCompany | +
| ProductionCountry | +
| ReleaseInfo | +
| Class and Description | +
|---|
| ProductionCompany | +
| Class and Description | +
|---|
| ReleaseInfo | +
-
-
|
-- - | -|||||||||
| - PREV - NEXT | -- FRAMES - NO FRAMES - - - - - | -|||||||||
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/network/Network.html b/apidocs/com/omertron/themoviedbapi/model/network/Network.html new file mode 100644 index 000000000..0b235b6de --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/network/Network.html @@ -0,0 +1,316 @@ + + + + + + +public class Network +extends AbstractJsonMapping+
| Modifier and Type | +Method and Description | +
|---|---|
int |
+getId() |
+
String |
+getName() |
+
void |
+setId(int id) |
+
void |
+setName(String name) |
+
handleUnknown, toStringCopyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/network/class-use/Network.html b/apidocs/com/omertron/themoviedbapi/model/network/class-use/Network.html new file mode 100644 index 000000000..148530036 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/network/class-use/Network.html @@ -0,0 +1,218 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.tv | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
Network |
+TheMovieDbApi.getNetworkInfo(int networkId)
+This method is used to retrieve the basic information about a TV network.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
Network |
+TmdbNetworks.getNetworkInfo(int networkId)
+This method is used to retrieve the basic information about a TV network.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<Network> |
+TVInfo.getNetworks() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+TVInfo.setNetworks(List<Network> networks) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html new file mode 100644 index 000000000..0fcff8188 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html @@ -0,0 +1,20 @@ + + + + + + +| Class | +Description | +
|---|---|
| Network | ++ |
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/network/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/network/package-tree.html new file mode 100644 index 000000000..6f02956d1 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/network/package-tree.html @@ -0,0 +1,134 @@ + + + + + + +Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/network/package-use.html b/apidocs/com/omertron/themoviedbapi/model/network/package-use.html new file mode 100644 index 000000000..eef1abed3 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/network/package-use.html @@ -0,0 +1,188 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.tv | ++ |
| Class and Description | +
|---|
| Network | +
| Class and Description | +
|---|
| Network | +
| Class and Description | +
|---|
| Network | +
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html index 090eb96ae..dafe7bfbc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-frame.html @@ -2,9 +2,9 @@ - + --java.lang.Object --com.omertron.themoviedbapi.model.AbstractJsonMapping -
com.omertron.themoviedbapi.model.person.PersonBasic -
com.omertron.themoviedbapi.model.person.Person -
public class Person
-
- +
public class Person +extends PersonBasic+
| -Constructor Summary | -|
|---|---|
Person()
-
-- |
-|
| -Method Summary | -|
|---|---|
- void |
-addCast(int id,
- String name,
- String profilePath,
- String character,
- int order)
-
-- Add a cast member |
-
- void |
-addCrew(int id,
- String name,
- String profilePath,
- String department,
- String job)
-
-- Add a crew member |
-
- boolean |
-equals(Object obj)
-
-- |
-
- List<String> |
-getAka()
-
-- |
-
- String |
-getBiography()
-
-- |
-
- String |
-getBirthday()
-
-- |
-
- String |
-getBirthplace()
-
-- |
-
- String |
-getCharacter()
-
-- |
-
- String |
-getDeathday()
-
-- |
-
- String |
-getDepartment()
-
-- |
-
- String |
-getHomepage()
-
-- |
-
- String |
-getImdbId()
-
-- |
-
- String |
-getJob()
-
-- |
-
- int |
-getOrder()
-
-- |
-
- PersonType |
-getPersonType()
-
-- |
-
- float |
-getPopularity()
-
-- |
-
- int |
-hashCode()
-
-- |
-
- boolean |
-isAdult()
-
-- |
-
- void |
-setAdult(boolean adult)
-
-- |
-
- void |
-setAka(List<String> aka)
-
-- |
-
- void |
-setBiography(String biography)
-
-- |
-
- void |
-setBirthday(String birthday)
-
-- |
-
- void |
-setBirthplace(String birthplace)
-
-- |
-
- void |
-setCharacter(String character)
-
-- |
-
- void |
-setDeathday(String deathday)
-
-- |
-
- void |
-setDepartment(String department)
-
-- |
-
- void |
-setHomepage(String homepage)
-
-- |
-
- void |
-setImdbId(String imdbId)
-
-- |
-
- void |
-setJob(String job)
-
-- |
-
- void |
-setOrder(int order)
-
-- |
-
- void |
-setPersonType(PersonType personType)
-
-- |
-
- void |
-setPopularity(float popularity)
-
-- |
-
| Methods inherited from class com.omertron.themoviedbapi.model.person.PersonBasic | -
|---|
getId, getName, getProfilePath, setId, setName, setProfilePath |
-
| Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping | -
|---|
handleUnknown, toString |
-
| Methods inherited from class java.lang.Object | -
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
-
- +
| Modifier and Type | +Method and Description | +
|---|---|
List<String> |
+getAlsoKnownAs() |
+
String |
+getBiography() |
+
String |
+getBirthday() |
+
String |
+getDeathday() |
+
String |
+getHomepage() |
+
String |
+getImdbId() |
+
String |
+getPlaceOfBirth() |
+
float |
+getPopularity() |
+
boolean |
+isAdult() |
+
void |
+setAdult(boolean adult) |
+
void |
+setAlsoKnownAs(List<String> alsoKnownAs) |
+
void |
+setBiography(String biography) |
+
void |
+setBirthday(String birthday) |
+
void |
+setDeathday(String deathday) |
+
void |
+setHomepage(String homepage) |
+
void |
+setImdbId(String imdbId) |
+
void |
+setPlaceOfBirth(String placeOfBirth) |
+
void |
+setPopularity(float popularity) |
+
getProfilePath, setProfilePathequals, getId, getName, hashCode, setId, setNamehandleUnknown, toString| -Constructor Detail | -
|---|
-public Person()-
| -Method Detail | -
|---|
-public void addCrew(int id, - String name, - String profilePath, - String department, - String job)-
-
id - name - profilePath - department - job - -public void addCast(int id, - String name, - String profilePath, - String character, - int order)-
-
id - name - profilePath - character - order - -public String getCharacter()-
-public String getDepartment()-
-public String getJob()-
-public int getOrder()-
-public PersonType getPersonType()-
-public boolean isAdult()-
-public List<String> getAka()-
-public String getBiography()-
-public String getBirthday()-
-public String getBirthplace()-
-public String getDeathday()-
-public String getHomepage()-
-public String getImdbId()-
-public float getPopularity()-
-public void setCharacter(String character)-
-public void setDepartment(String department)-
-public void setJob(String job)-
-public void setOrder(int order)-
-public void setPersonType(PersonType personType)-
-public void setAdult(boolean adult)-
-public void setAka(List<String> aka)-
-public void setBiography(String biography)-
-public void setBirthday(String birthday)-
-public void setBirthplace(String birthplace)-
-public void setDeathday(String deathday)-
-public void setHomepage(String homepage)-
-public void setImdbId(String imdbId)-
-public void setPopularity(float popularity)-
-public boolean equals(Object obj)-
equals in class PersonBasic-public int hashCode()-
hashCode in class PersonBasicpublic boolean isAdult()+
public void setAdult(boolean adult)+
public String getBiography()+
public void setBiography(String biography)+
public String getBirthday()+
public void setBirthday(String birthday)+
public String getDeathday()+
public void setDeathday(String deathday)+
public String getHomepage()+
public void setHomepage(String homepage)+
public String getImdbId()+
public void setImdbId(String imdbId)+
public String getPlaceOfBirth()+
public void setPlaceOfBirth(String placeOfBirth)+
public float getPopularity()+
public void setPopularity(float popularity)+
-
-
|
-- - | -|||||||||
| - PREV CLASS - NEXT CLASS | -- FRAMES - NO FRAMES - - - - - | -|||||||||
| - SUMMARY: NESTED | FIELD | CONSTR | METHOD | --DETAIL: FIELD | CONSTR | METHOD | -|||||||||
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html index d71f90141..751768e3b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html @@ -1,434 +1,306 @@ - - - - - -
-
-
|
-- - | -|||||||||
| - PREV CLASS - NEXT CLASS | -- FRAMES - NO FRAMES - - - - - | -|||||||||
| - SUMMARY: NESTED | FIELD | CONSTR | METHOD | --DETAIL: FIELD | CONSTR | METHOD | -|||||||||
-java.lang.Object --com.omertron.themoviedbapi.model.AbstractJsonMapping -
com.omertron.themoviedbapi.model.person.PersonBasic -
public class PersonBasic
-Basic information about a person -
- -
-
- +
public class PersonBasic +extends AbstractIdName+
| -Constructor Summary | -|
|---|---|
PersonBasic()
-
-- |
-|
| Constructor and Description | +
|---|
PersonBasic() |
+
| -Method Summary | -|
|---|---|
- boolean |
-equals(Object obj)
-
-- |
-
- int |
-getId()
-
-- |
-
- String |
-getName()
-
-- |
-
- String |
-getProfilePath()
-
-- |
-
- int |
-hashCode()
-
-- |
-
- void |
-setId(int id)
-
-- |
-
- void |
-setName(String name)
-
-- |
-
- void |
-setProfilePath(String profilePath)
-
-- |
-
| Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping | -
|---|
handleUnknown, toString |
-
| Methods inherited from class java.lang.Object | -
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
-
- +
| Modifier and Type | +Method and Description | +
|---|---|
String |
+getProfilePath() |
+
void |
+setProfilePath(String profilePath) |
+
equals, getId, getName, hashCode, setId, setNamehandleUnknown, toString| -Constructor Detail | -
|---|
-public PersonBasic()-
| -Method Detail | -
|---|
-public int getId()-
-public String getName()-
-public String getProfilePath()-
-public void setId(int id)-
-public void setName(String name)-
-public void setProfilePath(String profilePath)-
-public int hashCode()- -
-public boolean equals(Object obj)- + +
-
-
|
-- - | -|||||||||
| - PREV CLASS - NEXT CLASS | -- FRAMES - NO FRAMES - - - - - | -|||||||||
| - SUMMARY: NESTED | FIELD | CONSTR | METHOD | --DETAIL: FIELD | CONSTR | METHOD | -|||||||||
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonCredits.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonCredits.html new file mode 100644 index 000000000..8bda18408 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonCredits.html @@ -0,0 +1,343 @@ + + + + + + +T - public class PersonCredits<T extends CreditBasic> +extends AbstractJsonMapping+
| Constructor and Description | +
|---|
PersonCredits() |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<T> |
+getCast() |
+
List<T> |
+getCrew() |
+
int |
+getId() |
+
void |
+setCast(List<T> cast) |
+
void |
+setCrew(List<T> crew) |
+
void |
+setId(int id) |
+
handleUnknown, toStringCopyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html new file mode 100644 index 000000000..2b7235756 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html @@ -0,0 +1,274 @@ + + + + + + +public class PersonCreditsMixIn +extends Object+
| Constructor and Description | +
|---|
PersonCreditsMixIn() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+setCast(List<CreditBasic> cast) |
+
void |
+setCrew(List<CreditBasic> crew) |
+
public void setCast(List<CreditBasic> cast)+
public void setCrew(List<CreditBasic> crew)+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html new file mode 100644 index 000000000..e8950d2e0 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html @@ -0,0 +1,366 @@ + + + + + + +public class PersonFind +extends PersonBasic+
| Constructor and Description | +
|---|
PersonFind() |
+
| Modifier and Type | +Method and Description | +
|---|---|
Boolean |
+getAdult() |
+
List<? extends MediaBasic> |
+getKnownFor() |
+
Float |
+getPopularity() |
+
void |
+setAdult(Boolean adult) |
+
void |
+setKnownFor(List<? extends MediaBasic> knownFor) |
+
void |
+setPopularity(Float popularity) |
+
getProfilePath, setProfilePathequals, getId, getName, hashCode, setId, setNamehandleUnknown, toStringpublic Boolean getAdult()+
public void setAdult(Boolean adult)+
public Float getPopularity()+
public void setPopularity(Float popularity)+
public List<? extends MediaBasic> getKnownFor()+
public void setKnownFor(List<? extends MediaBasic> knownFor)+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/ContentRating.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ContentRating.html new file mode 100644 index 000000000..59cacffd8 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ContentRating.html @@ -0,0 +1,183 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<ContentRating> |
+TheMovieDbApi.getTVContentRatings(int tvID)
+Get the content ratings for a specific TV show id.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<ContentRating> |
+TmdbTV.getTVContentRatings(int tvID)
+Get the content ratings for a specific TV show id.
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditBasic.html new file mode 100644 index 000000000..b1ba0f7df --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditBasic.html @@ -0,0 +1,217 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.person | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
PersonCredits<CreditBasic> |
+TmdbPeople.getPersonCombinedCredits(int personId,
+ String language,
+ String... appendToResponse)
+Get the combined (movie and TV) credits for a specific person id.
+ |
+
| Modifier and Type | +Class and Description | +
|---|---|
class |
+PersonCredits<T extends CreditBasic> |
+
| Modifier and Type | +Class and Description | +
|---|---|
class |
+CreditMovieBasic |
+
class |
+CreditTVBasic |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+PersonCreditsMixIn.setCast(List<CreditBasic> cast) |
+
void |
+PersonCreditsMixIn.setCrew(List<CreditBasic> crew) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditInfo.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditInfo.html new file mode 100644 index 000000000..4e8bae181 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditInfo.html @@ -0,0 +1,185 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
CreditInfo |
+TheMovieDbApi.getCreditInfo(String creditId,
+ String language)
+Get the detailed information about a particular credit record.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
CreditInfo |
+TmdbCredits.getCreditInfo(String creditId,
+ String language)
+Get the detailed information about a particular credit record.
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditMovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditMovieBasic.html new file mode 100644 index 000000000..11eeeb147 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditMovieBasic.html @@ -0,0 +1,161 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi.methods | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
PersonCredits<CreditMovieBasic> |
+TmdbPeople.getPersonMovieCredits(int personId,
+ String language,
+ String... appendToResponse)
+Get the movie credits for a specific person id.
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditTVBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditTVBasic.html new file mode 100644 index 000000000..9f71d14c6 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditTVBasic.html @@ -0,0 +1,161 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi.methods | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
PersonCredits<CreditTVBasic> |
+TmdbPeople.getPersonTVCredits(int personId,
+ String language,
+ String... appendToResponse)
+Get the TV credits for a specific person id.
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/ExternalID.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ExternalID.html new file mode 100644 index 000000000..cb89b0874 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ExternalID.html @@ -0,0 +1,216 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
ExternalID |
+TheMovieDbApi.getPersonExternalIds(int personId)
+Get the external ids for a specific person id.
+ |
+
ExternalID |
+TheMovieDbApi.getTVExternalIDs(int tvID,
+ String language)
+Get the external ids that we have stored for a TV series.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
ExternalID |
+TmdbTVEpisodes.getEpisodeExternalID(int tvID,
+ int seasonNumber,
+ int episodeNumber,
+ String language)
+Get the external ids for a TV episode by comabination of a season and
+ episode number.
+ |
+
ExternalID |
+TmdbPeople.getPersonExternalIds(int personId)
+Get the external ids for a specific person id.
+ |
+
ExternalID |
+TmdbTVSeasons.getSeasonExternalID(int tvID,
+ int seasonNumber,
+ String language)
+Get the external ids that we have stored for a TV season by season
+ number.
+ |
+
ExternalID |
+TmdbTV.getTVExternalIDs(int tvID,
+ String language)
+Get the external ids that we have stored for a TV series.
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/Person.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/Person.html index dd14223ae..7d9166148 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/Person.html @@ -1,365 +1,197 @@ - - - - - -
-
-
|
-- - | -|||||||||
| - PREV - NEXT | -- FRAMES - NO FRAMES - - - - - | -|||||||||
| -Packages that use Person | -|
|---|---|
| com.omertron.themoviedbapi | -- |
| com.omertron.themoviedbapi.methods | -- |
| com.omertron.themoviedbapi.wrapper.person | -- |
| -Uses of Person in com.omertron.themoviedbapi | -
|---|
- -
| Methods in com.omertron.themoviedbapi that return Person | -|
|---|---|
- Person |
-TheMovieDbApi.getPersonInfo(int personId,
- String... appendToResponse)
-
-- This method is used to retrieve all of the basic person information. |
-
- Person |
-TheMovieDbApi.getPersonLatest()
-
-- Get the latest person id. |
-
- -
| Methods in com.omertron.themoviedbapi that return types with arguments of type Person | -|
|---|---|
- TmdbResultsList<Person> |
-TheMovieDbApi.getMovieCasts(int movieId,
- String... appendToResponse)
-
-- Get the cast information for a specific movie id. |
-
- TmdbResultsList<Person> |
-TheMovieDbApi.getPersonPopular()
-
-- Get the list of popular people on The Movie Database. |
-
- TmdbResultsList<Person> |
-TheMovieDbApi.getPersonPopular(int page)
-
-- Get the list of popular people on The Movie Database. |
-
- TmdbResultsList<Person> |
-TheMovieDbApi.getTvCredits(int id,
- String language,
- String... appendToResponse)
-
-- Get the cast & crew information about a TV series. |
-
- TmdbResultsList<Person> |
-TheMovieDbApi.getTvEpisodeCredits(int id,
- int seasonNumber,
- int episodeNumber,
- String language)
-
-- Get the TV episode credits by combination of season and episode number. |
-
- TmdbResultsList<Person> |
-TheMovieDbApi.searchPeople(String personName,
- boolean includeAdult,
- int page)
-
-- This is a good starting point to start finding people on TMDb. |
-
| -Uses of Person in com.omertron.themoviedbapi.methods | -
|---|
- -
| Methods in com.omertron.themoviedbapi.methods that return types with arguments of type Person | -|
|---|---|
- TmdbResultsList<Person> |
-TV.getTvCredits(int id,
- String language,
- String[] appendToResponse)
-
-- Get the cast & crew information about a TV series. |
-
- TmdbResultsList<Person> |
-TV.getTvEpisodeCredits(int id,
- int seasonNumber,
- int episodeNumber,
- String language)
-
-- Get the TV episode credits by combination of season and episode number. |
-
| -Uses of Person in com.omertron.themoviedbapi.wrapper.person | -
|---|
- -
| Methods in com.omertron.themoviedbapi.wrapper.person that return types with arguments of type Person | -|
|---|---|
- List<Person> |
-WrapperCasts.getAll()
-
-- |
-
- List<Person> |
-WrapperPersonList.getPersonList()
-
-- |
-
- List<Person> |
-WrapperPerson.getResults()
-
-- |
-
- -
| Method parameters in com.omertron.themoviedbapi.wrapper.person with type arguments of type Person | -|
|---|---|
- void |
-WrapperPersonList.setPersonList(List<Person> personList)
-
-- |
-
- void |
-WrapperPerson.setResults(List<Person> results)
-
-- |
-
-
| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
Person |
+TheMovieDbApi.getPersonInfo(int personId,
+ String... appendToResponse)
+Get the general person information for a specific id.
+ |
+
Person |
+TheMovieDbApi.getPersonLatest()
+Get the latest person id.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
Person |
+TmdbPeople.getPersonInfo(int personId,
+ String... appendToResponse)
+Get the general person information for a specific id.
+ |
+
Person |
+TmdbPeople.getPersonLatest()
+Get the latest person id.
+ |
+
-
-
|
-- - | -|||||||||
| - PREV - NEXT | -- FRAMES - NO FRAMES - - - - - | -|||||||||
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html index c5f6dbc18..6ae74b0f9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html @@ -1,197 +1,222 @@ - - - - - -
-
-
|
-- - | -|||||||||
| - PREV - NEXT | -- FRAMES - NO FRAMES - - - - - | -|||||||||
| -Packages that use PersonBasic | -|
|---|---|
| com.omertron.themoviedbapi.model.person | -- |
| -Uses of PersonBasic in com.omertron.themoviedbapi.model.person | -
|---|
- -
| Subclasses of PersonBasic in com.omertron.themoviedbapi.model.person | -|
|---|---|
- class |
-Person
-
-- |
-
- class |
-PersonCast
-
-- |
-
- class |
-PersonCrew
-
-- |
-
-
| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi.model.person | ++ |
| com.omertron.themoviedbapi.model.tv | ++ |
| Modifier and Type | +Class and Description | +
|---|---|
class |
+Person |
+
class |
+PersonFind |
+
| Modifier and Type | +Method and Description | +
|---|---|
PersonBasic |
+CreditInfo.getPerson() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+CreditInfo.setPerson(PersonBasic person) |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<PersonBasic> |
+TVInfo.getCreatedBy() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+TVInfo.setCreatedBy(List<PersonBasic> createdBy) |
+
-
-
|
-- - | -|||||||||
| - PREV - NEXT | -- FRAMES - NO FRAMES - - - - - | -|||||||||
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCredits.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCredits.html new file mode 100644 index 000000000..8396fdfc5 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCredits.html @@ -0,0 +1,219 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
PersonCredits |
+TheMovieDbApi.getPersonCombinedCredits(int personId,
+ String language,
+ String... appendToResponse)
+Get the combined (movie and TV) credits for a specific person id.
+ |
+
PersonCredits |
+TheMovieDbApi.getPersonMovieCredits(int personId,
+ String language,
+ String... appendToResponse)
+Get the movie credits for a specific person id.
+ |
+
PersonCredits |
+TheMovieDbApi.getPersonTVCredits(int personId,
+ String language,
+ String... appendToResponse)
+Get the TV credits for a specific person id.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
PersonCredits<CreditBasic> |
+TmdbPeople.getPersonCombinedCredits(int personId,
+ String language,
+ String... appendToResponse)
+Get the combined (movie and TV) credits for a specific person id.
+ |
+
PersonCredits<CreditMovieBasic> |
+TmdbPeople.getPersonMovieCredits(int personId,
+ String language,
+ String... appendToResponse)
+Get the movie credits for a specific person id.
+ |
+
PersonCredits<CreditTVBasic> |
+TmdbPeople.getPersonTVCredits(int personId,
+ String language,
+ String... appendToResponse)
+Get the TV credits for a specific person id.
+ |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html new file mode 100644 index 000000000..2385ca32b --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html @@ -0,0 +1,117 @@ + + + + + + +Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html new file mode 100644 index 000000000..b0d7d8aa5 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html @@ -0,0 +1,236 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<PersonFind> |
+TheMovieDbApi.getPersonPopular(Integer page)
+Get the list of popular people on The Movie Database.
+ |
+
TmdbResultsList<PersonFind> |
+TheMovieDbApi.searchPeople(String query,
+ Integer page,
+ Boolean includeAdult,
+ SearchType searchType)
+This is a good starting point to start finding people on TMDb.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<PersonFind> |
+TmdbPeople.getPersonPopular(Integer page)
+Get the list of popular people on The Movie Database.
+ |
+
TmdbResultsList<PersonFind> |
+TmdbSearch.searchPeople(String query,
+ Integer page,
+ Boolean includeAdult,
+ SearchType searchType)
+This is a good starting point to start finding people on TMDb.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<PersonFind> |
+FindResults.getPersonResults() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+FindResults.setPersonResults(List<PersonFind> personResults) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html index f41118dab..39682f116 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html @@ -1,52 +1,30 @@ - - - - - -|
-Classes
-
- -Person - -PersonBasic - -PersonCast - -PersonCredit - -PersonCrew |
-
|
-Enums
-
- -PersonType |
-
-
-
|
-- - | -|||||||||
| - PREV PACKAGE - NEXT PACKAGE | -- FRAMES - NO FRAMES - - - - - | -|||||||||
| -Class Summary | -|
|---|---|
| Person | -- |
| PersonBasic | -Basic information about a person | -
| PersonCast | -- |
| PersonCredit | -- |
| PersonCrew | -- |
- -
| -Enum Summary | -|
|---|---|
| PersonType | -- |
-
| Class | +Description | +
|---|---|
| ContentRating | ++ |
| CreditBasic | ++ |
| CreditInfo | ++ |
| CreditMovieBasic | ++ |
| CreditTVBasic | ++ |
| ExternalID | ++ |
| Person | ++ |
| PersonBasic | ++ |
| PersonCredits<T extends CreditBasic> | ++ |
| PersonCreditsMixIn | +
+ Jackson mixin class to deserialize the combined credits
+ |
+
| PersonFind | ++ |
-
-
|
-- - | -|||||||||
| - PREV PACKAGE - NEXT PACKAGE | -- FRAMES - NO FRAMES - - - - - | -|||||||||
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html index a9b9760b3..951144ad6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html @@ -1,170 +1,154 @@ - - - - - -
-
-
|
-- - | -|||||||||
| - PREV - NEXT | -- FRAMES - NO FRAMES - - - - - | -|||||||||
-
-
|
-- - | -|||||||||
| - PREV - NEXT | -- FRAMES - NO FRAMES - - - - - | -|||||||||
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-use.html b/apidocs/com/omertron/themoviedbapi/model/person/package-use.html index 4d4cc1e5a..545137d58 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/package-use.html @@ -1,308 +1,268 @@ - - - - - -
-
-
|
-- - | -|||||||||
| - PREV - NEXT | -- FRAMES - NO FRAMES - - - - - | -|||||||||
| -Packages that use com.omertron.themoviedbapi.model.person | -|
|---|---|
| com.omertron.themoviedbapi | -- |
| com.omertron.themoviedbapi.methods | -- |
| com.omertron.themoviedbapi.model.movie | -- |
| com.omertron.themoviedbapi.model.person | -- |
| com.omertron.themoviedbapi.model.tv | -- |
| com.omertron.themoviedbapi.wrapper.person | -- |
| -Classes in com.omertron.themoviedbapi.model.person used by com.omertron.themoviedbapi | -|
|---|---|
| Person
-
- - |
-|
| PersonCredit
-
- - |
-|
| -Classes in com.omertron.themoviedbapi.model.person used by com.omertron.themoviedbapi.methods | -|
|---|---|
| Person
-
- - |
-|
| -Classes in com.omertron.themoviedbapi.model.person used by com.omertron.themoviedbapi.model.movie | -|
|---|---|
| PersonCast
-
- - |
-|
| PersonCrew
-
- - |
-|
| -Classes in com.omertron.themoviedbapi.model.person used by com.omertron.themoviedbapi.model.person | -|
|---|---|
| PersonBasic
-
- - Basic information about a person |
-|
| PersonType
-
- - |
-|
| -Classes in com.omertron.themoviedbapi.model.person used by com.omertron.themoviedbapi.model.tv | -|
|---|---|
| PersonCrew
-
- - |
-|
| -Classes in com.omertron.themoviedbapi.model.person used by com.omertron.themoviedbapi.wrapper.person | -|
|---|---|
| Person
-
- - |
-|
| PersonCast
-
- - |
-|
| PersonCredit
-
- - |
-|
| PersonCrew
-
- - |
-|
| PersonType
-
- - |
-|
-
| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model | ++ |
| com.omertron.themoviedbapi.model.person | ++ |
| com.omertron.themoviedbapi.model.tv | ++ |
| Class and Description | +
|---|
| ContentRating | +
| CreditInfo | +
| ExternalID | +
| Person | +
| PersonCredits | +
| PersonFind | +
| Class and Description | +
|---|
| ContentRating | +
| CreditBasic | +
| CreditInfo | +
| CreditMovieBasic | +
| CreditTVBasic | +
| ExternalID | +
| Person | +
| PersonCredits | +
| PersonFind | +
| Class and Description | +
|---|
| PersonFind | +
| Class and Description | +
|---|
| CreditBasic | +
| PersonBasic | +
| Class and Description | +
|---|
| PersonBasic | +
-
-
|
-- - | -|||||||||
| - PREV - NEXT | -- FRAMES - NO FRAMES - - - - - | -|||||||||
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/review/Review.html b/apidocs/com/omertron/themoviedbapi/model/review/Review.html new file mode 100644 index 000000000..32f065f95 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/review/Review.html @@ -0,0 +1,472 @@ + + + + + + +public class Review +extends AbstractJsonMapping+
| Modifier and Type | +Method and Description | +
|---|---|
String |
+getAuthor() |
+
String |
+getContent() |
+
String |
+getId() |
+
String |
+getLangauage() |
+
String |
+getMediaId() |
+
String |
+getMediaTitle() |
+
String |
+getMediaType() |
+
String |
+getUrl() |
+
void |
+setAuthor(String author) |
+
void |
+setContent(String content) |
+
void |
+setId(String id) |
+
void |
+setLangauage(String langauage) |
+
void |
+setMediaId(String mediaId) |
+
void |
+setMediaTitle(String mediaTitle) |
+
void |
+setMediaType(String mediaType) |
+
void |
+setUrl(String url) |
+
handleUnknown, toStringpublic String getId()+
public void setId(String id)+
public String getAuthor()+
public void setAuthor(String author)+
public String getContent()+
public void setContent(String content)+
public String getLangauage()+
public void setLangauage(String langauage)+
public String getMediaId()+
public void setMediaId(String mediaId)+
public String getMediaTitle()+
public void setMediaTitle(String mediaTitle)+
public String getMediaType()+
public void setMediaType(String mediaType)+
public String getUrl()+
public void setUrl(String url)+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html b/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html new file mode 100644 index 000000000..4aa44507e --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html @@ -0,0 +1,252 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.movie | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
Review |
+TheMovieDbApi.getReviews(String reviewId) |
+
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<Review> |
+TheMovieDbApi.getMovieReviews(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+Get the reviews for a particular movie id.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
Review |
+TmdbReviews.getReview(String reviewId)
+Get the full details of a review by ID.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
TmdbResultsList<Review> |
+TmdbMovies.getMovieReviews(int movieId,
+ Integer page,
+ String language,
+ String... appendToResponse)
+Get the reviews for a particular movie id.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<Review> |
+MovieDb.getReviews() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+MovieDb.setReviews(WrapperGenericList<Review> reviews) |
+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html new file mode 100644 index 000000000..4bf46b4ff --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html @@ -0,0 +1,20 @@ + + + + + + +| Class | +Description | +
|---|---|
| Review | ++ |
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html new file mode 100644 index 000000000..3dcbf42d5 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html @@ -0,0 +1,134 @@ + + + + + + +Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-use.html b/apidocs/com/omertron/themoviedbapi/model/review/package-use.html new file mode 100644 index 000000000..c3561ba8f --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/review/package-use.html @@ -0,0 +1,188 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.methods | ++ |
| com.omertron.themoviedbapi.model.movie | ++ |
| Class and Description | +
|---|
| Review | +
| Class and Description | +
|---|
| Review | +
| Class and Description | +
|---|
| Review | +
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html new file mode 100644 index 000000000..0a728880b --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html @@ -0,0 +1,411 @@ + + + + + + +public class TVBasic +extends MediaBasic+
| Modifier and Type | +Method and Description | +
|---|---|
String |
+getFirstAirDate() |
+
String |
+getName() |
+
String |
+getOriginalName() |
+
List<String> |
+getOriginCountry() |
+
float |
+getRating() |
+
void |
+setFirstAirDate(String firstAirDate) |
+
void |
+setName(String name) |
+
void |
+setOriginalName(String originalName) |
+
void |
+setOriginCountry(List<String> originCountry) |
+
void |
+setRating(float rating) |
+
getBackdropPath, getId, getMediaType, getPopularity, getPosterPath, getVoteAverage, getVoteCount, setBackdropPath, setId, setMediaType, setPopularity, setPosterPath, setVoteAverage, setVoteCounthandleUnknown, toStringpublic String getName()+
public void setName(String name)+
public String getOriginalName()+
public void setOriginalName(String originalName)+
public String getFirstAirDate()+
public void setFirstAirDate(String firstAirDate)+
public float getRating()+
public void setRating(float rating)+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html new file mode 100644 index 000000000..66a098a17 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html @@ -0,0 +1,381 @@ + + + + + + +public class TVCredit +extends AbstractIdName+
| Modifier and Type | +Method and Description | +
|---|---|
String |
+getCharacter() |
+
List<TVEpisodeBasic> |
+getEpisodes() |
+
String |
+getOriginalName() |
+
List<TVSeasonBasic> |
+getSeasons() |
+
void |
+setCharacter(String character) |
+
void |
+setEpisodes(List<TVEpisodeBasic> episodes) |
+
void |
+setOriginalName(String originalName) |
+
void |
+setSeasons(List<TVSeasonBasic> seasons) |
+
equals, getId, getName, hashCode, setId, setNamehandleUnknown, toStringpublic String getOriginalName()+
public void setOriginalName(String originalName)+
public String getCharacter()+
public void setCharacter(String character)+
public List<TVSeasonBasic> getSeasons()+
public void setSeasons(List<TVSeasonBasic> seasons)+
public List<TVEpisodeBasic> getEpisodes()+
public void setEpisodes(List<TVEpisodeBasic> episodes)+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html index 198a85feb..b2aee914b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html @@ -1,524 +1,463 @@ - - - - - -
-
-
|
-- - | -|||||||||
| - PREV CLASS - NEXT CLASS | -- FRAMES - NO FRAMES - - - - - | -|||||||||
| - SUMMARY: NESTED | FIELD | CONSTR | METHOD | --DETAIL: FIELD | CONSTR | METHOD | -|||||||||
-java.lang.Object --com.omertron.themoviedbapi.model.AbstractJsonMapping -
com.omertron.themoviedbapi.model.tv.TVEpisodeBasic -
public class TVEpisodeBasic
-Basic information on an Episode for a TV Series
-
- -
-
- +
public class TVEpisodeBasic +extends MediaBasic+
| -Constructor Summary | -|
|---|---|
TVEpisodeBasic()
-
-- |
-|
| Constructor and Description | +
|---|
TVEpisodeBasic() |
+
| -Method Summary | -|
|---|---|
- String |
-getAirDate()
-
-- |
-
- int |
-getEpisodeNumber()
-
-- |
-
- String |
-getName()
-
-- |
-
- String |
-getOverview()
-
-- |
-
- String |
-getStillPath()
-
-- |
-
- float |
-getVoteAverage()
-
-- |
-
- double |
-getVoteCount()
-
-- |
-
- void |
-setAirDate(String airDate)
-
-- |
-
- void |
-setEpisodeNumber(int episodeNumber)
-
-- |
-
- void |
-setName(String name)
-
-- |
-
- void |
-setOverview(String overview)
-
-- |
-
- void |
-setStillPath(String stillPath)
-
-- |
-
- void |
-setVoteAverage(float voteAverage)
-
-- |
-
- void |
-setVoteCount(double voteCount)
-
-- |
-
| Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping | -
|---|
handleUnknown, toString |
-
| Methods inherited from class java.lang.Object | -
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
-
- +
| Modifier and Type | +Method and Description | +
|---|---|
String |
+getAirDate() |
+
int |
+getEpisodeNumber() |
+
String |
+getName() |
+
String |
+getOverview() |
+
int |
+getSeasonNumber() |
+
String |
+getShowId() |
+
String |
+getStillPath() |
+
void |
+setAirDate(String airDate) |
+
void |
+setEpisodeNumber(int episodeNumber) |
+
void |
+setName(String name) |
+
void |
+setOverview(String overview) |
+
void |
+setSeasonNumber(int seasonNumber) |
+
void |
+setShowId(String showId) |
+
void |
+setStillPath(String stillPath) |
+
getBackdropPath, getId, getMediaType, getPopularity, getPosterPath, getVoteAverage, getVoteCount, setBackdropPath, setId, setMediaType, setPopularity, setPosterPath, setVoteAverage, setVoteCounthandleUnknown, toString| -Constructor Detail | -
|---|
-public TVEpisodeBasic()-
| -Method Detail | -
|---|
-public String getAirDate()-
-public void setAirDate(String airDate)-
-public int getEpisodeNumber()-
-public void setEpisodeNumber(int episodeNumber)-
-public String getName()-
-public void setName(String name)-
-public String getOverview()-
-public void setOverview(String overview)-
-public String getStillPath()-
-public void setStillPath(String stillPath)-
-public float getVoteAverage()-
-public void setVoteAverage(float voteAverage)-
-public double getVoteCount()-
-public void setVoteCount(double voteCount)-
public String getAirDate()+
public void setAirDate(String airDate)+
public int getSeasonNumber()+
public void setSeasonNumber(int seasonNumber)+
public int getEpisodeNumber()+
public void setEpisodeNumber(int episodeNumber)+
public String getName()+
public void setName(String name)+
public String getOverview()+
public void setOverview(String overview)+
public String getStillPath()+
public void setStillPath(String stillPath)+
public String getShowId()+
public void setShowId(String showId)+
-
-
|
-- - | -|||||||||
| - PREV CLASS - NEXT CLASS | -- FRAMES - NO FRAMES - - - - - | -|||||||||
| - SUMMARY: NESTED | FIELD | CONSTR | METHOD | --DETAIL: FIELD | CONSTR | METHOD | -|||||||||
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html new file mode 100644 index 000000000..c5a5f9877 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html @@ -0,0 +1,367 @@ + + + + + + +public class TVEpisodeInfo +extends TVEpisodeBasic+
| Constructor and Description | +
|---|
TVEpisodeInfo() |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<MediaCreditCrew> |
+getCrew() |
+
List<MediaCreditCast> |
+getGuestStars() |
+
String |
+getProductionCode() |
+
void |
+setCrew(List<MediaCreditCrew> crew) |
+
void |
+setGuestStars(List<MediaCreditCast> guestStars) |
+
void |
+setProductionCode(String productionCode) |
+
getAirDate, getEpisodeNumber, getName, getOverview, getSeasonNumber, getShowId, getStillPath, setAirDate, setEpisodeNumber, setName, setOverview, setSeasonNumber, setShowId, setStillPathgetBackdropPath, getId, getMediaType, getPopularity, getPosterPath, getVoteAverage, getVoteCount, setBackdropPath, setId, setMediaType, setPopularity, setPosterPath, setVoteAverage, setVoteCounthandleUnknown, toStringpublic List<MediaCreditCrew> getCrew()+
public void setCrew(List<MediaCreditCrew> crew)+
public List<MediaCreditCast> getGuestStars()+
public void setGuestStars(List<MediaCreditCast> guestStars)+
public String getProductionCode()+
public void setProductionCode(String productionCode)+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html new file mode 100644 index 000000000..426933881 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html @@ -0,0 +1,704 @@ + + + + + + +public class TVInfo +extends TVBasic+
getFirstAirDate, getName, getOriginalName, getOriginCountry, getRating, setFirstAirDate, setName, setOriginalName, setOriginCountry, setRatinggetBackdropPath, getId, getMediaType, getPopularity, getPosterPath, getVoteAverage, getVoteCount, setBackdropPath, setId, setMediaType, setPopularity, setPosterPath, setVoteAverage, setVoteCounthandleUnknown, toStringpublic List<PersonBasic> getCreatedBy()+
public void setCreatedBy(List<PersonBasic> createdBy)+
public String getHomepage()+
public void setHomepage(String homepage)+
public boolean isInProduction()+
public void setInProduction(boolean inProduction)+
public String getLastAirDate()+
public void setLastAirDate(String lastAirDate)+
public int getNumberOfEpisodes()+
public void setNumberOfEpisodes(int numberOfEpisodes)+
public int getNumberOfSeasons()+
public void setNumberOfSeasons(int numberOfSeasons)+
public String getOriginalLanguage()+
public void setOriginalLanguage(String originalLanguage)+
public String getOverview()+
public void setOverview(String overview)+
public List<ProductionCompany> getProductionCompanies()+
public void setProductionCompanies(List<ProductionCompany> productionCompanies)+
public List<TVSeasonBasic> getSeasons()+
public void setSeasons(List<TVSeasonBasic> seasons)+
public String getStatus()+
public void setStatus(String status)+
public String getType()+
public void setType(String type)+
Copyright © 2012-2015. All Rights Reserved.
+ + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html index 93e57b424..402840b52 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html @@ -1,372 +1,399 @@ - - - - - -
-
-
|
-- - | -|||||||||
| - PREV CLASS - NEXT CLASS | -- FRAMES - NO FRAMES - - - - - | -|||||||||
| - SUMMARY: NESTED | FIELD | CONSTR | METHOD | --DETAIL: FIELD | CONSTR | METHOD | -|||||||||
-java.lang.Object --com.omertron.themoviedbapi.model.AbstractJsonMapping -
com.omertron.themoviedbapi.model.tv.TVSeasonBasic -
public class TVSeasonBasic
-Basic information on the Season for a TV Series
-
- -
-
- +
public class TVSeasonBasic +extends AbstractJsonMapping+
| -Constructor Summary | -|
|---|---|
TVSeasonBasic()
-
-- |
-|
| Constructor and Description | +
|---|
TVSeasonBasic() |
+
| -Method Summary | -|
|---|---|
- String |
-getAirDate()
-
-- |
-
- String |
-getPosterPath()
-
-- |
-
- int |
-getSeasonNumber()
-
-- |
-
- void |
-setAirDate(String airDate)
-
-- |
-
- void |
-setPosterPath(String posterPath)
-
-- |
-
- void |
-setSeasonNumber(int seasonNumber)
-
-- |
-
| Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping | -
|---|
handleUnknown, toString |
-
| Methods inherited from class java.lang.Object | -
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
-
- +
| Modifier and Type | +Method and Description | +
|---|---|
String |
+getAirDate() |
+
int |
+getEpisodeCount() |
+
int |
+getId() |
+
String |
+getPosterPath() |
+
int |
+getSeasonNumber() |
+
void |
+setAirDate(String airDate) |
+
void |
+setEpisodeCount(int episodeCount) |
+
void |
+setId(int id) |
+
void |
+setPosterPath(String posterPath) |
+
void |
+setSeasonNumber(int seasonNumber) |
+
handleUnknown, toString| -Constructor Detail | -
|---|
-public TVSeasonBasic()-
| -Method Detail | -
|---|
-public String getAirDate()-
-public void setAirDate(String airDate)-
-public int getSeasonNumber()-
-public void setSeasonNumber(int seasonNumber)-
-public String getPosterPath()-
-public void setPosterPath(String posterPath)-
public int getId()+
public void setId(int id)+
public String getAirDate()+
public void setAirDate(String airDate)+
public String getPosterPath()+
public void setPosterPath(String posterPath)+
public int getSeasonNumber()+
public void setSeasonNumber(int seasonNumber)+
public int getEpisodeCount()+
public void setEpisodeCount(int episodeCount)+
-
-
|
-- - | -|||||||||
| - PREV CLASS - NEXT CLASS | -- FRAMES - NO FRAMES - - - - - | -|||||||||
| - SUMMARY: NESTED | FIELD | CONSTR | METHOD | --DETAIL: FIELD | CONSTR | METHOD | -|||||||||
Copyright © 2012-2015. All Rights Reserved.
+