diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html new file mode 100644 index 000000000..6ead692c0 --- /dev/null +++ b/apidocs/allclasses-frame.html @@ -0,0 +1,134 @@ + + + +
+ + +| AlternativeTitle
+ +ApiUrl + +Artwork + +ArtworkType + +ChangeItem + +ChangeValue + +Collection + +CollectionInfo + +Company + +FilteringLayout + +Genre + +Keyword + +Language + +MovieChanges + +MovieDb + +MovieDbException + +MovieDbException.MovieDbExceptionType + +MovieList + +Person + +PersonCast + +PersonCredit + +PersonCrew + +PersonType + +ProductionCompany + +ProductionCountry + +ReleaseInfo + +StatusCode + +TheMovieDbApi + +TmdbConfiguration + +TokenAuthorisation + +TokenSession + +Trailer + +Translation + +WebBrowser + +WrapperAlternativeTitles + +WrapperChanges + +WrapperCollection + +WrapperCompany + +WrapperCompanyMovies + +WrapperConfig + +WrapperGenres + +WrapperImages + +WrapperKeywords + +WrapperMovie + +WrapperMovieCasts + +WrapperMovieKeywords + +WrapperMovieList + +WrapperPerson + +WrapperPersonCredits + +WrapperReleaseInfo + +WrapperTrailers + +WrapperTranslations + + |
+
| AlternativeTitle
+ +ApiUrl + +Artwork + +ArtworkType + +ChangeItem + +ChangeValue + +Collection + +CollectionInfo + +Company + +FilteringLayout + +Genre + +Keyword + +Language + +MovieChanges + +MovieDb + +MovieDbException + +MovieDbException.MovieDbExceptionType + +MovieList + +Person + +PersonCast + +PersonCredit + +PersonCrew + +PersonType + +ProductionCompany + +ProductionCountry + +ReleaseInfo + +StatusCode + +TheMovieDbApi + +TmdbConfiguration + +TokenAuthorisation + +TokenSession + +Trailer + +Translation + +WebBrowser + +WrapperAlternativeTitles + +WrapperChanges + +WrapperCollection + +WrapperCompany + +WrapperCompanyMovies + +WrapperConfig + +WrapperGenres + +WrapperImages + +WrapperKeywords + +WrapperMovie + +WrapperMovieCasts + +WrapperMovieKeywords + +WrapperMovieList + +WrapperPerson + +WrapperPersonCredits + +WrapperReleaseInfo + +WrapperTrailers + +WrapperTranslations + + |
+
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | ++DETAIL: ENUM CONSTANTS | FIELD | METHOD | +|||||||||
+java.lang.Object ++java.lang.Enum<MovieDbException.MovieDbExceptionType> +
com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType +
public static enum MovieDbException.MovieDbExceptionType
+
| +Enum Constant Summary | +|
|---|---|
AUTHORISATION_FAILURE
+
++ |
+|
CONNECTION_ERROR
+
++ |
+|
HTTP_404_ERROR
+
++ |
+|
INVALID_IMAGE
+
++ |
+|
INVALID_URL
+
++ |
+|
MAPPING_FAILED
+
++ |
+|
MOVIE_ID_NOT_FOUND
+
++ |
+|
UNKNOWN_CAUSE
+
++ |
+|
| +Method Summary | +|
|---|---|
+static MovieDbException.MovieDbExceptionType |
+valueOf(String name)
+
++ Returns the enum constant of this type with the specified name. |
+
+static MovieDbException.MovieDbExceptionType[] |
+values()
+
++ Returns an array containing the constants of this enum type, in +the order they are declared. |
+
| Methods inherited from class java.lang.Enum | +
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
+
| Methods inherited from class java.lang.Object | +
|---|
getClass, notify, notifyAll, wait, wait, wait |
+
| +Enum Constant Detail | +
|---|
+public static final MovieDbException.MovieDbExceptionType UNKNOWN_CAUSE+
+public static final MovieDbException.MovieDbExceptionType INVALID_URL+
+public static final MovieDbException.MovieDbExceptionType HTTP_404_ERROR+
+public static final MovieDbException.MovieDbExceptionType MOVIE_ID_NOT_FOUND+
+public static final MovieDbException.MovieDbExceptionType MAPPING_FAILED+
+public static final MovieDbException.MovieDbExceptionType CONNECTION_ERROR+
+public static final MovieDbException.MovieDbExceptionType INVALID_IMAGE+
+public static final MovieDbException.MovieDbExceptionType AUTHORISATION_FAILURE+
| +Method Detail | +
|---|
+public static MovieDbException.MovieDbExceptionType[] values()+
+for (MovieDbException.MovieDbExceptionType c : MovieDbException.MovieDbExceptionType.values()) + System.out.println(c); ++
+
+public static MovieDbException.MovieDbExceptionType valueOf(String name)+
+
name - the name of the enum constant to be returned.
+IllegalArgumentException - if this enum type has no constant
+with the specified name
+NullPointerException - if the argument is null
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | ++DETAIL: ENUM CONSTANTS | FIELD | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++java.lang.Throwable +
java.lang.Exception +
com.omertron.themoviedbapi.MovieDbException +
public class MovieDbException
+
| +Nested Class Summary | +|
|---|---|
+static class |
+MovieDbException.MovieDbExceptionType
+
++ |
+
| +Constructor Summary | +|
|---|---|
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+ String response)
+
++ |
+|
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+ String response,
+ Throwable cause)
+
++ |
+|
| +Method Summary | +|
|---|---|
+ MovieDbException.MovieDbExceptionType |
+getExceptionType()
+
++ |
+
+ String |
+getResponse()
+
++ |
+
| Methods inherited from class java.lang.Throwable | +
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, + String response)+
+public MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, + String response, + Throwable cause)+
| +Method Detail | +
|---|
+public MovieDbException.MovieDbExceptionType getExceptionType()+
+public String getResponse()+
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.TheMovieDbApi +
public class TheMovieDbApi
+The MovieDb API + + This is for version 3 of the API as specified here: http://help.themoviedb.org/kb/api/about-3 +
+ +
+
| +Constructor Summary | +|
|---|---|
TheMovieDbApi(String apiKey)
+
++ API for The Movie Db. |
+|
| +Method Summary | +|
|---|---|
+static boolean |
+compareMovies(MovieDb moviedb,
+ String title,
+ String year)
+
++ Compare the MovieDB object with a title & year |
+
+static boolean |
+compareMovies(MovieDb moviedb,
+ String title,
+ String year,
+ int maxDistance)
+
++ Compare the MovieDB object with a title & year |
+
+ URL |
+createImageUrl(String imagePath,
+ String requiredSize)
+
++ Generate the full image URL from the size and image path |
+
+ String |
+getApiKey()
+
++ Get the API key that is to be used |
+
+ TokenAuthorisation |
+getAuthorisationToken()
+
++ This method is used to generate a valid request token for user based authentication. |
+
+ List<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. |
+
+ Company |
+getCompanyInfo(int companyId)
+
++ This method is used to retrieve the basic information about a production company on TMDb. |
+
+ List<MovieDb> |
+getCompanyMovies(int companyId,
+ String language,
+ int page)
+
++ This method is used to retrieve the movies associated with a company. |
+
+ TmdbConfiguration |
+getConfiguration()
+
++ Get the configuration information |
+
+ List<Genre> |
+getGenreList(String language)
+
++ You can use this method to retrieve the list of genres used on TMDb. |
+
+ List<MovieDb> |
+getGenreMovies(int genreId,
+ String language,
+ int page)
+
++ Get a list of movies per genre. |
+
+ TokenSession |
+getGuestSessionToken()
+
++ This method is used to generate a guest session id. |
+
+ MovieDb |
+getLatestMovie()
+
++ This method is used to retrieve the newest movie that was added to TMDb. |
+
+ List<AlternativeTitle> |
+getMovieAlternativeTitles(int movieId,
+ String country)
+
++ This method is used to retrieve all of the alternative titles we have for a particular movie. |
+
+ List<Person> |
+getMovieCasts(int movieId)
+
++ Get the cast information for a specific movie id. |
+
+ List<MovieChanges> |
+getMovieChanges(int movieId,
+ String startDate,
+ String endDate)
+
++ Deprecated. |
+
+ List<Artwork> |
+getMovieImages(int movieId,
+ String language)
+
++ 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)
+
++ This method is used to retrieve all of the basic movie information. |
+
+ MovieDb |
+getMovieInfoImdb(String imdbId,
+ String language)
+
++ This method is used to retrieve all of the basic movie information. |
+
+ List<Keyword> |
+getMovieKeywords(int movieId)
+
++ This method is used to retrieve all of the keywords that have been added to a particular movie. |
+
+ List<MovieList> |
+getMovieLists(int movieId,
+ String language,
+ int page)
+
++ Get the lists that the movie belongs to |
+
+ List<ReleaseInfo> |
+getMovieReleaseInfo(int movieId,
+ String language)
+
++ This method is used to retrieve all of the release and certification data we have for a specific movie. |
+
+ List<Trailer> |
+getMovieTrailers(int movieId,
+ String language)
+
++ This method is used to retrieve all of the trailers for a particular movie. |
+
+ List<Translation> |
+getMovieTranslations(int movieId)
+
++ This method is used to retrieve a list of the available translations for a specific movie. |
+
+ List<MovieDb> |
+getNowPlayingMovies(String language,
+ int page)
+
++ This method is used to retrieve the movies currently in theatres. |
+
+ void |
+getPersonChanges(int personId,
+ String startDate,
+ String endDate)
+
++ Get the changes for a specific person id. |
+
+ List<PersonCredit> |
+getPersonCredits(int personId)
+
++ This method is used to retrieve all of the cast & crew information for the person. |
+
+ List<Artwork> |
+getPersonImages(int personId)
+
++ This method is used to retrieve all of the profile images for a person. |
+
+ Person |
+getPersonInfo(int personId)
+
++ This method is used to retrieve all of the basic person information. |
+
+ Person |
+getPersonLatest()
+
++ Get the latest person id. |
+
+ List<MovieDb> |
+getPopularMovieList(String language,
+ int page)
+
++ This method is used to retrieve the daily movie popularity list. |
+
+ TokenSession |
+getSessionToken(TokenAuthorisation token)
+
++ This method is used to generate a session id for user based authentication. |
+
+ List<MovieDb> |
+getSimilarMovies(int movieId,
+ String language,
+ int page)
+
++ The similar movies method will let you retrieve the similar movies for a particular movie. |
+
+ List<MovieDb> |
+getTopRatedMovies(String language,
+ int page)
+
++ This method is used to retrieve the top rated movies that have over 10 votes on TMDb. |
+
+ List<MovieDb> |
+getUpcoming(String language,
+ int page)
+
++ Get the list of upcoming movies. |
+
+ boolean |
+postMovieRating(String sessionId,
+ String rating)
+
++ This method lets users rate a movie. |
+
+ List<Collection> |
+searchCollection(String query,
+ String language,
+ int page)
+
++ Search for collections by name. |
+
+ List<Company> |
+searchCompanies(String companyName,
+ int page)
+
++ Search Companies. |
+
+ List<Keyword> |
+searchKeyword(String query,
+ int page)
+
++ Search for keywords by name |
+
+ List<MovieList> |
+searchList(String query,
+ String language,
+ int page)
+
++ Search for lists by name and description. |
+
+ List<MovieDb> |
+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. |
+
+ List<Person> |
+searchPeople(String personName,
+ boolean includeAdult,
+ int page)
+
++ This is a good starting point to start finding people on TMDb. |
+
+ void |
+setProxy(String host,
+ String port,
+ String username,
+ String password)
+
++ Set the proxy information |
+
+ void |
+setTimeout(int connect,
+ int read)
+
++ Set the connection and read time out values |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public TheMovieDbApi(String apiKey) + throws MovieDbException+
+
apiKey -
+MovieDbException| +Method Detail | +
|---|
+public String getApiKey()+
+
+public void setProxy(String host, + String port, + String username, + String password)+
+
host - port - username - password - +public void setTimeout(int connect, + int read)+
+
connect - read - +public static boolean compareMovies(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 match
++public static boolean compareMovies(MovieDb moviedb, + String title, + String year, + int maxDistance)+
+
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 match
++public TmdbConfiguration getConfiguration()+
+
+public URL createImageUrl(String imagePath, + String requiredSize) + throws MovieDbException+
+
imagePath - requiredSize -
+MovieDbException+public TokenAuthorisation getAuthorisationToken() + throws MovieDbException+
+
MovieDbException+public TokenSession getSessionToken(TokenAuthorisation token) + throws MovieDbException+
+
token -
+MovieDbException+public TokenSession getGuestSessionToken() + throws MovieDbException+
+
MovieDbException+public MovieDb getMovieInfo(int movieId, + String language) + throws MovieDbException+
+
movieId - language -
+MovieDbException+public MovieDb getMovieInfoImdb(String imdbId, + String language) + throws MovieDbException+
+
imdbId - language -
+MovieDbException+public List<AlternativeTitle> getMovieAlternativeTitles(int movieId, + String country) + throws MovieDbException+
+
movieId - country -
+MovieDbException+public List<Person> getMovieCasts(int movieId) + throws MovieDbException+
+
movieId -
+MovieDbException+public List<Artwork> getMovieImages(int movieId, + String language) + throws MovieDbException+
+
movieId - language -
+MovieDbException+public List<Keyword> getMovieKeywords(int movieId) + throws MovieDbException+
+
movieId -
+MovieDbException+public List<ReleaseInfo> getMovieReleaseInfo(int movieId, + String language) + throws MovieDbException+
+
movieId - language -
+MovieDbException+public List<Trailer> getMovieTrailers(int movieId, + String language) + throws MovieDbException+
+
movieId - language -
+MovieDbException+public List<Translation> getMovieTranslations(int movieId) + throws MovieDbException+
+
movieId -
+MovieDbException+public List<MovieDb> getSimilarMovies(int movieId, + String language, + int page) + throws MovieDbException+
+
movieId - language - allResults -
+MovieDbException+public List<MovieList> getMovieLists(int movieId, + String language, + int page) + throws MovieDbException+
+
movieId - language - page -
+MovieDbException+@Deprecated +public List<MovieChanges> getMovieChanges(int movieId, + String startDate, + String endDate) + throws MovieDbException+
+
+
movieId - startDate - the start date of the changes, optionalendDate - the end date of the changes, optional
+MovieDbException+public MovieDb getLatestMovie() + throws MovieDbException+
+
MovieDbException+public List<MovieDb> getUpcoming(String language, + int page) + throws MovieDbException+
+
MovieDbException+public List<MovieDb> getNowPlayingMovies(String language, + int page) + throws MovieDbException+
+
language - allResults -
+MovieDbException+public List<MovieDb> getPopularMovieList(String language, + int page) + throws MovieDbException+
+
language - allResults -
+MovieDbException+public List<MovieDb> getTopRatedMovies(String language, + int page) + throws MovieDbException+
+
language - allResults -
+MovieDbException+public boolean postMovieRating(String sessionId, + String rating) + throws MovieDbException+
+
sessionId - rating -
+MovieDbException+public CollectionInfo getCollectionInfo(int collectionId, + String language) + throws MovieDbException+
+
collectionId - language -
+MovieDbException+public List<Artwork> getCollectionImages(int collectionId, + String language) + throws MovieDbException+
+
collectionId - language -
+MovieDbException+public Person getPersonInfo(int personId) + throws MovieDbException+
+
personId -
+MovieDbException+public List<PersonCredit> getPersonCredits(int personId) + throws MovieDbException+
+
personId -
+MovieDbException+public List<Artwork> getPersonImages(int personId) + throws MovieDbException+
+
personId -
+MovieDbException+public void getPersonChanges(int personId, + String startDate, + String endDate) + throws MovieDbException+
+
personId - startDate - endDate -
+MovieDbException+public Person getPersonLatest() + throws MovieDbException+
+
MovieDbException+public Company getCompanyInfo(int companyId) + throws MovieDbException+
+
companyId -
+MovieDbException+public List<MovieDb> getCompanyMovies(int companyId, + String language, + int page) + throws MovieDbException+
+
companyId - language - allResults -
+MovieDbException+public List<Genre> getGenreList(String language) + throws MovieDbException+
+
language -
+MovieDbException+public List<MovieDb> getGenreMovies(int genreId, + String language, + int page) + throws MovieDbException+
+
genreId - language - allResults -
+MovieDbException+public List<MovieDb> searchMovie(String movieName, + int searchYear, + String language, + boolean includeAdult, + int page) + throws MovieDbException+
+
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)
+MovieDbException+public List<Collection> searchCollection(String query, + String language, + int page) + throws MovieDbException+
+
query - language - page -
+MovieDbException+public List<Person> searchPeople(String personName, + boolean includeAdult, + int page) + throws MovieDbException+
+
personName - allResults -
+MovieDbException+public List<MovieList> searchList(String query, + String language, + int page) + throws MovieDbException+
+
query - language - page -
+MovieDbException+public List<Company> searchCompanies(String companyName, + int page) + throws MovieDbException+
+
companyName - page -
+MovieDbException+public List<Keyword> searchKeyword(String query, + int page) + throws MovieDbException+
+
query - page -
+MovieDbException
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use MovieDbException.MovieDbExceptionType | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| +Uses of MovieDbException.MovieDbExceptionType in com.omertron.themoviedbapi | +
|---|
+ +
| Methods in com.omertron.themoviedbapi that return MovieDbException.MovieDbExceptionType | +|
|---|---|
+ MovieDbException.MovieDbExceptionType |
+MovieDbException.getExceptionType()
+
++ |
+
+static MovieDbException.MovieDbExceptionType |
+MovieDbException.MovieDbExceptionType.valueOf(String name)
+
++ Returns the enum constant of this type with the specified name. |
+
+static MovieDbException.MovieDbExceptionType[] |
+MovieDbException.MovieDbExceptionType.values()
+
++ Returns an array containing the constants of this enum type, in +the order they are declared. |
+
+ +
| Constructors in com.omertron.themoviedbapi with parameters of type MovieDbException.MovieDbExceptionType | +|
|---|---|
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+ String response)
+
++ |
+|
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+ String response,
+ Throwable cause)
+
++ |
+|
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use MovieDbException | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.tools | ++ |
| +Uses of MovieDbException in com.omertron.themoviedbapi | +
|---|
+ +
| Methods in com.omertron.themoviedbapi that throw MovieDbException | +|
|---|---|
+ URL |
+TheMovieDbApi.createImageUrl(String imagePath,
+ String requiredSize)
+
++ Generate the full image URL from the size and image path |
+
+ TokenAuthorisation |
+TheMovieDbApi.getAuthorisationToken()
+
++ This method is used to generate a valid request token for user based authentication. |
+
+ List<Artwork> |
+TheMovieDbApi.getCollectionImages(int collectionId,
+ String language)
+
++ Get all of the images for a particular collection by collection id. |
+
+ CollectionInfo |
+TheMovieDbApi.getCollectionInfo(int collectionId,
+ String language)
+
++ This method is used to retrieve all of the basic information about a movie collection. |
+
+ Company |
+TheMovieDbApi.getCompanyInfo(int companyId)
+
++ This method is used to retrieve the basic information about a production company on TMDb. |
+
+ List<MovieDb> |
+TheMovieDbApi.getCompanyMovies(int companyId,
+ String language,
+ int page)
+
++ This method is used to retrieve the movies associated with a company. |
+
+ List<Genre> |
+TheMovieDbApi.getGenreList(String language)
+
++ You can use this method to retrieve the list of genres used on TMDb. |
+
+ List<MovieDb> |
+TheMovieDbApi.getGenreMovies(int genreId,
+ String language,
+ int page)
+
++ Get a list of movies per genre. |
+
+ TokenSession |
+TheMovieDbApi.getGuestSessionToken()
+
++ This method is used to generate a guest session id. |
+
+ MovieDb |
+TheMovieDbApi.getLatestMovie()
+
++ This method is used to retrieve the newest movie that was added to TMDb. |
+
+ List<AlternativeTitle> |
+TheMovieDbApi.getMovieAlternativeTitles(int movieId,
+ String country)
+
++ This method is used to retrieve all of the alternative titles we have for a particular movie. |
+
+ List<Person> |
+TheMovieDbApi.getMovieCasts(int movieId)
+
++ Get the cast information for a specific movie id. |
+
+ List<MovieChanges> |
+TheMovieDbApi.getMovieChanges(int movieId,
+ String startDate,
+ String endDate)
+
++ Deprecated. |
+
+ List<Artwork> |
+TheMovieDbApi.getMovieImages(int movieId,
+ String language)
+
++ 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)
+
++ This method is used to retrieve all of the basic movie information. |
+
+ MovieDb |
+TheMovieDbApi.getMovieInfoImdb(String imdbId,
+ String language)
+
++ This method is used to retrieve all of the basic movie information. |
+
+ List<Keyword> |
+TheMovieDbApi.getMovieKeywords(int movieId)
+
++ This method is used to retrieve all of the keywords that have been added to a particular movie. |
+
+ List<MovieList> |
+TheMovieDbApi.getMovieLists(int movieId,
+ String language,
+ int page)
+
++ Get the lists that the movie belongs to |
+
+ List<ReleaseInfo> |
+TheMovieDbApi.getMovieReleaseInfo(int movieId,
+ String language)
+
++ This method is used to retrieve all of the release and certification data we have for a specific movie. |
+
+ List<Trailer> |
+TheMovieDbApi.getMovieTrailers(int movieId,
+ String language)
+
++ This method is used to retrieve all of the trailers for a particular movie. |
+
+ List<Translation> |
+TheMovieDbApi.getMovieTranslations(int movieId)
+
++ This method is used to retrieve a list of the available translations for a specific movie. |
+
+ List<MovieDb> |
+TheMovieDbApi.getNowPlayingMovies(String language,
+ int page)
+
++ This method is used to retrieve the movies currently in theatres. |
+
+ void |
+TheMovieDbApi.getPersonChanges(int personId,
+ String startDate,
+ String endDate)
+
++ Get the changes for a specific person id. |
+
+ List<PersonCredit> |
+TheMovieDbApi.getPersonCredits(int personId)
+
++ This method is used to retrieve all of the cast & crew information for the person. |
+
+ List<Artwork> |
+TheMovieDbApi.getPersonImages(int personId)
+
++ This method is used to retrieve all of the profile images for a person. |
+
+ Person |
+TheMovieDbApi.getPersonInfo(int personId)
+
++ This method is used to retrieve all of the basic person information. |
+
+ Person |
+TheMovieDbApi.getPersonLatest()
+
++ Get the latest person id. |
+
+ List<MovieDb> |
+TheMovieDbApi.getPopularMovieList(String language,
+ int page)
+
++ This method is used to retrieve the daily movie popularity list. |
+
+ TokenSession |
+TheMovieDbApi.getSessionToken(TokenAuthorisation token)
+
++ This method is used to generate a session id for user based authentication. |
+
+ List<MovieDb> |
+TheMovieDbApi.getSimilarMovies(int movieId,
+ String language,
+ int page)
+
++ The similar movies method will let you retrieve the similar movies for a particular movie. |
+
+ List<MovieDb> |
+TheMovieDbApi.getTopRatedMovies(String language,
+ int page)
+
++ This method is used to retrieve the top rated movies that have over 10 votes on TMDb. |
+
+ List<MovieDb> |
+TheMovieDbApi.getUpcoming(String language,
+ int page)
+
++ Get the list of upcoming movies. |
+
+ boolean |
+TheMovieDbApi.postMovieRating(String sessionId,
+ String rating)
+
++ This method lets users rate a movie. |
+
+ List<Collection> |
+TheMovieDbApi.searchCollection(String query,
+ String language,
+ int page)
+
++ Search for collections by name. |
+
+ List<Company> |
+TheMovieDbApi.searchCompanies(String companyName,
+ int page)
+
++ Search Companies. |
+
+ List<Keyword> |
+TheMovieDbApi.searchKeyword(String query,
+ int page)
+
++ Search for keywords by name |
+
+ List<MovieList> |
+TheMovieDbApi.searchList(String query,
+ String language,
+ int page)
+
++ Search for lists by name and description. |
+
+ List<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. |
+
+ List<Person> |
+TheMovieDbApi.searchPeople(String personName,
+ boolean includeAdult,
+ int page)
+
++ This is a good starting point to start finding people on TMDb. |
+
+ +
| Constructors in com.omertron.themoviedbapi that throw MovieDbException | +|
|---|---|
TheMovieDbApi(String apiKey)
+
++ API for The Movie Db. |
+|
| +Uses of MovieDbException in com.omertron.themoviedbapi.tools | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.tools that throw MovieDbException | +|
|---|---|
+static URLConnection |
+WebBrowser.openProxiedConnection(URL url)
+
++ |
+
+static String |
+WebBrowser.request(String url)
+
++ |
+
+static String |
+WebBrowser.request(URL url)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use TheMovieDbApi | +|
|---|---|
| com.omertron.themoviedbapi.tools | ++ |
| +Uses of TheMovieDbApi in com.omertron.themoviedbapi.tools | +
|---|
+ +
| Constructors in com.omertron.themoviedbapi.tools with parameters of type TheMovieDbApi | +|
|---|---|
ApiUrl(TheMovieDbApi tmdb,
+ String method)
+
++ Constructor for the simple API URL method without a sub-method |
+|
ApiUrl(TheMovieDbApi tmdb,
+ String method,
+ String submethod)
+
++ Constructor for the API URL with a sub-method |
+|
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.AlternativeTitle +
public class AlternativeTitle
+
| +Constructor Summary | +|
|---|---|
AlternativeTitle()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ boolean |
+equals(Object obj)
+
++ |
+
+ String |
+getCountry()
+
++ |
+
+ String |
+getTitle()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setCountry(String country)
+
++ |
+
+ void |
+setTitle(String title)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public AlternativeTitle()+
| +Method Detail | +
|---|
+public String getCountry()+
+public String getTitle()+
+public void setCountry(String country)+
+public void setTitle(String title)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public boolean equals(Object obj)+
equals in class Object+public int hashCode()+
hashCode in class Object+public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.Artwork +
public class Artwork
+The artwork type information +
+ +
+
| +Constructor Summary | +|
|---|---|
Artwork()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ boolean |
+equals(Object obj)
+
++ |
+
+ ArtworkType |
+getArtworkType()
+
++ |
+
+ float |
+getAspectRatio()
+
++ |
+
+ String |
+getFilePath()
+
++ |
+
+ String |
+getFlag()
+
++ |
+
+ int |
+getHeight()
+
++ |
+
+ String |
+getLanguage()
+
++ |
+
+ float |
+getVoteAverage()
+
++ |
+
+ int |
+getVoteCount()
+
++ |
+
+ int |
+getWidth()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setArtworkType(ArtworkType artworkType)
+
++ |
+
+ void |
+setAspectRatio(float aspectRatio)
+
++ |
+
+ void |
+setFilePath(String filePath)
+
++ |
+
+ void |
+setFlag(String flag)
+
++ |
+
+ void |
+setHeight(int height)
+
++ |
+
+ void |
+setLanguage(String language)
+
++ |
+
+ void |
+setVoteAverage(float voteAverage)
+
++ |
+
+ void |
+setVoteCount(int voteCount)
+
++ |
+
+ void |
+setWidth(int width)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public Artwork()+
| +Method Detail | +
|---|
+public ArtworkType getArtworkType()+
+public float getAspectRatio()+
+public String getFilePath()+
+public int getHeight()+
+public String getLanguage()+
+public int getWidth()+
+public float getVoteAverage()+
+public int getVoteCount()+
+public String getFlag()+
+public void setArtworkType(ArtworkType artworkType)+
+public void setAspectRatio(float aspectRatio)+
+public void setFilePath(String filePath)+
+public void setHeight(int height)+
+public void setLanguage(String language)+
+public void setWidth(int width)+
+public void setVoteAverage(float voteAverage)+
+public void setVoteCount(int voteCount)+
+public void setFlag(String flag)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public boolean equals(Object obj)+
equals in class Object+public int hashCode()+
hashCode in class Object+public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | ++DETAIL: ENUM CONSTANTS | FIELD | METHOD | +|||||||||
+java.lang.Object ++java.lang.Enum<ArtworkType> +
com.omertron.themoviedbapi.model.ArtworkType +
public enum ArtworkType
+ArtworkType enum List of the artwork types that are available +
+ +
+
| +Enum Constant Summary | +|
|---|---|
BACKDROP
+
++ |
+|
POSTER
+
++ |
+|
PROFILE
+
++ |
+|
| +Method Summary | +|
|---|---|
+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. |
+
| Methods inherited from class java.lang.Enum | +
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
+
| Methods inherited from class java.lang.Object | +
|---|
getClass, notify, notifyAll, wait, wait, wait |
+
| +Enum Constant Detail | +
|---|
+public static final ArtworkType POSTER+
+public static final ArtworkType BACKDROP+
+public static final ArtworkType PROFILE+
| +Method Detail | +
|---|
+public static ArtworkType[] values()+
+for (ArtworkType c : ArtworkType.values()) + System.out.println(c); ++
+
+public static ArtworkType valueOf(String name)+
+
name - the name of the enum constant to be returned.
+IllegalArgumentException - if this enum type has no constant
+with the specified name
+NullPointerException - if the argument is null
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | ++DETAIL: ENUM CONSTANTS | FIELD | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.ChangeItem +
public class ChangeItem
+
| +Constructor Summary | +|
|---|---|
ChangeItem()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ String |
+getAction()
+
++ |
+
+ String |
+getId()
+
++ |
+
+ String |
+getLanguage()
+
++ |
+
+ ChangeValue |
+getOriginalValue()
+
++ |
+
+ String |
+getTime()
+
++ |
+
+ ChangeValue |
+getValue()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setAction(String action)
+
++ |
+
+ void |
+setId(String id)
+
++ |
+
+ void |
+setLanguage(String language)
+
++ |
+
+ void |
+setOriginalValue(ChangeValue originalValue)
+
++ |
+
+ void |
+setTime(String time)
+
++ |
+
+ void |
+setValue(ChangeValue value)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public ChangeItem()+
| +Method Detail | +
|---|
+public String getId()+
+public String getAction()+
+public String getTime()+
+public ChangeValue getValue()+
+public ChangeValue getOriginalValue()+
+public String getLanguage()+
+public void setId(String id)+
+public void setAction(String action)+
+public void setTime(String time)+
+public void setValue(ChangeValue value)+
+public void setOriginalValue(ChangeValue originalValue)+
+public void setLanguage(String language)+
+public String toString()+
toString in class Object+public void handleUnknown(String key, + Object value)+
+
key - value -
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.ChangeValue +
public class ChangeValue
+
| +Constructor Summary | +|
|---|---|
ChangeValue()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ Artwork |
+getBackdrop()
+
++ |
+
+ int |
+getId()
+
++ |
+
+ String |
+getLanguage()
+
++ |
+
+ String |
+getName()
+
++ |
+
+ Artwork |
+getPoster()
+
++ |
+
+ String |
+getSite()
+
++ |
+
+ String |
+getTitle()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setBackdrop(Artwork backdrop)
+
++ |
+
+ void |
+setId(int id)
+
++ |
+
+ void |
+setLanguage(String language)
+
++ |
+
+ void |
+setName(String name)
+
++ |
+
+ void |
+setPoster(Artwork poster)
+
++ |
+
+ void |
+setSite(String site)
+
++ |
+
+ void |
+setTitle(String title)
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public ChangeValue()+
| +Method Detail | +
|---|
+public Artwork getPoster()+
+public Artwork getBackdrop()+
+public String getTitle()+
+public String getLanguage()+
+public String getSite()+
+public String getName()+
+public int getId()+
+public void setPoster(Artwork poster)+
+public void setBackdrop(Artwork backdrop)+
+public void setTitle(String title)+
+public void setLanguage(String language)+
+public void setSite(String site)+
+public void setName(String name)+
+public void setId(int id)+
+public void handleUnknown(String key, + Object value)+
+
key - value -
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.Collection +
public class Collection
+
| +Constructor Summary | +|
|---|---|
Collection()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ boolean |
+equals(Object obj)
+
++ |
+
+ String |
+getBackdropPath()
+
++ |
+
+ int |
+getId()
+
++ |
+
+ String |
+getName()
+
++ |
+
+ String |
+getPosterPath()
+
++ |
+
+ String |
+getReleaseDate()
+
++ |
+
+ String |
+getTitle()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ 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)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public Collection()+
| +Method Detail | +
|---|
+public 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)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public boolean equals(Object obj)+
equals in class Object+public int hashCode()+
hashCode in class Object+public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.CollectionInfo +
public class CollectionInfo
+
| +Constructor Summary | +|
|---|---|
CollectionInfo()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ String |
+getBackdropPath()
+
++ |
+
+ int |
+getId()
+
++ |
+
+ String |
+getName()
+
++ |
+
+ List<Collection> |
+getParts()
+
++ |
+
+ String |
+getPosterPath()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setBackdropPath(String backdropPath)
+
++ |
+
+ void |
+setId(int id)
+
++ |
+
+ void |
+setName(String name)
+
++ |
+
+ void |
+setParts(List<Collection> parts)
+
++ |
+
+ void |
+setPosterPath(String posterPath)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public CollectionInfo()+
| +Method Detail | +
|---|
+public String getBackdropPath()+
+public int getId()+
+public String getName()+
+public List<Collection> getParts()+
+public String getPosterPath()+
+public void setBackdropPath(String backdropPath)+
+public void setId(int id)+
+public void setName(String name)+
+public void setParts(List<Collection> parts)+
+public void setPosterPath(String posterPath)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.Company +
public class Company
+Company information +
+ +
+
| +Constructor Summary | +|
|---|---|
Company()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ int |
+getCompanyId()
+
++ |
+
+ String |
+getDescription()
+
++ |
+
+ String |
+getHeadquarters()
+
++ |
+
+ String |
+getHomepage()
+
++ |
+
+ String |
+getLogoPath()
+
++ |
+
+ String |
+getName()
+
++ |
+
+ String |
+getParentCompany()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ 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(String parentCompany)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public Company()+
| +Method Detail | +
|---|
+public int getCompanyId()+
+public String getDescription()+
+public String getHeadquarters()+
+public String getHomepage()+
+public String getLogoPath()+
+public String getName()+
+public String 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(String parentCompany)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.Genre +
public class Genre
+
| +Constructor Summary | +|
|---|---|
Genre()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ boolean |
+equals(Object obj)
+
++ |
+
+ int |
+getId()
+
++ |
+
+ String |
+getName()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setId(int id)
+
++ |
+
+ void |
+setName(String name)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public Genre()+
| +Method Detail | +
|---|
+public int getId()+
+public String getName()+
+public void setId(int id)+
+public void setName(String name)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public boolean equals(Object obj)+
equals in class Object+public int hashCode()+
hashCode in class Object+public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.Keyword +
public class Keyword
+
| +Constructor Summary | +|
|---|---|
Keyword()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ boolean |
+equals(Object obj)
+
++ |
+
+ int |
+getId()
+
++ |
+
+ String |
+getName()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setId(int id)
+
++ |
+
+ void |
+setName(String name)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public Keyword()+
| +Method Detail | +
|---|
+public int getId()+
+public String getName()+
+public void setId(int id)+
+public void setName(String name)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public boolean equals(Object obj)+
equals in class Object+public int hashCode()+
hashCode in class Object+public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.Language +
public class Language
+
| +Constructor Summary | +|
|---|---|
Language()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ boolean |
+equals(Object obj)
+
++ |
+
+ String |
+getIsoCode()
+
++ |
+
+ String |
+getName()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setIsoCode(String isoCode)
+
++ |
+
+ void |
+setName(String name)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public Language()+
| +Method Detail | +
|---|
+public String getIsoCode()+
+public String getName()+
+public void setIsoCode(String isoCode)+
+public void setName(String name)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public boolean equals(Object obj)+
equals in class Object+public int hashCode()+
hashCode in class Object+public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.MovieChanges +
public class MovieChanges
+
| +Constructor Summary | +|
|---|---|
MovieChanges()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ List<ChangeItem> |
+getItems()
+
++ |
+
+ String |
+getKey()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setItems(List<ChangeItem> items)
+
++ |
+
+ void |
+setKey(String key)
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public MovieChanges()+
| +Method Detail | +
|---|
+public String getKey()+
+public List<ChangeItem> getItems()+
+public void setKey(String key)+
+public void setItems(List<ChangeItem> items)+
+public void handleUnknown(String key, + Object value)+
+
key - value -
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.MovieDb +
public class MovieDb
+Movie Bean +
+ +
+
| +Constructor Summary | +|
|---|---|
MovieDb()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ boolean |
+equals(Object obj)
+
++ |
+
+ String |
+getBackdropPath()
+
++ |
+
+ Collection |
+getBelongsToCollection()
+
++ |
+
+ long |
+getBudget()
+
++ |
+
+ List<Genre> |
+getGenres()
+
++ |
+
+ String |
+getHomepage()
+
++ |
+
+ int |
+getId()
+
++ |
+
+ String |
+getImdbID()
+
++ |
+
+ String |
+getOriginalTitle()
+
++ |
+
+ String |
+getOverview()
+
++ |
+
+ float |
+getPopularity()
+
++ |
+
+ String |
+getPosterPath()
+
++ |
+
+ List<ProductionCompany> |
+getProductionCompanies()
+
++ |
+
+ List<ProductionCountry> |
+getProductionCountries()
+
++ |
+
+ String |
+getReleaseDate()
+
++ |
+
+ long |
+getRevenue()
+
++ |
+
+ int |
+getRuntime()
+
++ |
+
+ List<Language> |
+getSpokenLanguages()
+
++ |
+
+ String |
+getStatus()
+
++ |
+
+ String |
+getTagline()
+
++ |
+
+ String |
+getTitle()
+
++ |
+
+ float |
+getVoteAverage()
+
++ |
+
+ int |
+getVoteCount()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ int |
+hashCode()
+
++ |
+
+ boolean |
+isAdult()
+
++ |
+
+ void |
+setAdult(boolean adult)
+
++ |
+
+ void |
+setBackdropPath(String backdropPath)
+
++ |
+
+ void |
+setBelongsToCollection(Collection belongsToCollection)
+
++ |
+
+ void |
+setBudget(long budget)
+
++ |
+
+ void |
+setGenres(List<Genre> genres)
+
++ |
+
+ void |
+setHomepage(String homepage)
+
++ |
+
+ void |
+setId(int id)
+
++ |
+
+ void |
+setImdbID(String imdbID)
+
++ |
+
+ void |
+setOriginalTitle(String originalTitle)
+
++ |
+
+ void |
+setOverview(String overview)
+
++ |
+
+ void |
+setPopularity(float popularity)
+
++ |
+
+ void |
+setPosterPath(String posterPath)
+
++ |
+
+ void |
+setProductionCompanies(List<ProductionCompany> productionCompanies)
+
++ |
+
+ void |
+setProductionCountries(List<ProductionCountry> productionCountries)
+
++ |
+
+ void |
+setReleaseDate(String releaseDate)
+
++ |
+
+ void |
+setRevenue(long revenue)
+
++ |
+
+ void |
+setRuntime(int runtime)
+
++ |
+
+ void |
+setSpokenLanguages(List<Language> spokenLanguages)
+
++ |
+
+ void |
+setStatus(String status)
+
++ |
+
+ void |
+setTagline(String tagline)
+
++ |
+
+ void |
+setTitle(String title)
+
++ |
+
+ void |
+setVoteAverage(float voteAverage)
+
++ |
+
+ void |
+setVoteCount(int voteCount)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public MovieDb()+
| +Method Detail | +
|---|
+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 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 float getVoteAverage()+
+public int getVoteCount()+
+public String getStatus()+
+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 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 setVoteAverage(float voteAverage)+
+public void setVoteCount(int voteCount)+
+public void setStatus(String status)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public boolean equals(Object obj)+
equals in class Object+public int hashCode()+
hashCode in class Object+public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.MovieList +
public class MovieList
+
| +Constructor Summary | +|
|---|---|
MovieList()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ String |
+getDescription()
+
++ |
+
+ int |
+getFavoriteCount()
+
++ |
+
+ String |
+getId()
+
++ |
+
+ int |
+getItemCount()
+
++ |
+
+ String |
+getLanguage()
+
++ |
+
+ String |
+getListType()
+
++ |
+
+ String |
+getName()
+
++ |
+
+ String |
+getPosterPath()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ 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)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public MovieList()+
| +Method Detail | +
|---|
+public String getDescription()+
+public int getFavoriteCount()+
+public String getId()+
+public int getItemCount()+
+public String getLanguage()+
+public String getName()+
+public String getPosterPath()+
+public String getListType()+
+public void setDescription(String description)+
+public void setFavoriteCount(int favoriteCount)+
+public void setId(String id)+
+public void setItemCount(int itemCount)+
+public void setLanguage(String language)+
+public void setName(String name)+
+public void setPosterPath(String posterPath)+
+public void setListType(String listType)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.Person +
public class Person
+
| +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()
+
++ |
+
+ int |
+getId()
+
++ |
+
+ String |
+getJob()
+
++ |
+
+ String |
+getName()
+
++ |
+
+ int |
+getOrder()
+
++ |
+
+ PersonType |
+getPersonType()
+
++ |
+
+ String |
+getProfilePath()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ 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 |
+setId(int id)
+
++ |
+
+ void |
+setJob(String job)
+
++ |
+
+ void |
+setName(String name)
+
++ |
+
+ void |
+setOrder(int order)
+
++ |
+
+ void |
+setPersonType(PersonType personType)
+
++ |
+
+ void |
+setProfilePath(String profilePath)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
+
| +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 int getId()+
+public String getJob()+
+public String getName()+
+public int getOrder()+
+public PersonType getPersonType()+
+public String getProfilePath()+
+public boolean isAdult()+
+public List<String> getAka()+
+public String getBiography()+
+public String getBirthday()+
+public String getBirthplace()+
+public String getDeathday()+
+public String getHomepage()+
+public void setCharacter(String character)+
+public void setDepartment(String department)+
+public void setId(int id)+
+public void setJob(String job)+
+public void setName(String name)+
+public void setOrder(int order)+
+public void setPersonType(PersonType personType)+
+public void setProfilePath(String profilePath)+
+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 handleUnknown(String key, + Object value)+
+
key - value - +public boolean equals(Object obj)+
equals in class Object+public int hashCode()+
hashCode in class Object+public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.PersonCast +
public class PersonCast
+
| +Constructor Summary | +|
|---|---|
PersonCast()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ boolean |
+equals(Object obj)
+
++ |
+
+ int |
+getCastId()
+
++ |
+
+ String |
+getCharacter()
+
++ |
+
+ int |
+getId()
+
++ |
+
+ String |
+getName()
+
++ |
+
+ int |
+getOrder()
+
++ |
+
+ String |
+getProfilePath()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setCastId(int castId)
+
++ |
+
+ void |
+setCharacter(String character)
+
++ |
+
+ void |
+setId(int id)
+
++ |
+
+ void |
+setName(String name)
+
++ |
+
+ void |
+setOrder(int order)
+
++ |
+
+ void |
+setProfilePath(String profilePath)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public PersonCast()+
| +Method Detail | +
|---|
+public String getCharacter()+
+public int getId()+
+public String getName()+
+public int getOrder()+
+public String getProfilePath()+
+public int getCastId()+
+public void setCharacter(String character)+
+public void setId(int id)+
+public void setName(String name)+
+public void setOrder(int order)+
+public void setProfilePath(String profilePath)+
+public void setCastId(int castId)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public boolean equals(Object obj)+
equals in class Object+public int hashCode()+
hashCode in class Object+public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.PersonCredit +
public class PersonCredit
+
| +Constructor Summary | +|
|---|---|
PersonCredit()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ String |
+getAdult()
+
++ |
+
+ String |
+getCharacter()
+
++ |
+
+ String |
+getDepartment()
+
++ |
+
+ String |
+getJob()
+
++ |
+
+ int |
+getMovieId()
+
++ |
+
+ String |
+getMovieOriginalTitle()
+
++ |
+
+ String |
+getMovieTitle()
+
++ |
+
+ PersonType |
+getPersonType()
+
++ |
+
+ String |
+getPosterPath()
+
++ |
+
+ String |
+getReleaseDate()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setAdult(String adult)
+
++ |
+
+ void |
+setCharacter(String character)
+
++ |
+
+ void |
+setDepartment(String department)
+
++ |
+
+ void |
+setJob(String job)
+
++ |
+
+ void |
+setMovieId(int movieId)
+
++ |
+
+ void |
+setMovieOriginalTitle(String movieOriginalTitle)
+
++ |
+
+ void |
+setMovieTitle(String movieTitle)
+
++ |
+
+ void |
+setPersonType(PersonType personType)
+
++ |
+
+ void |
+setPosterPath(String posterPath)
+
++ |
+
+ void |
+setReleaseDate(String releaseDate)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public PersonCredit()+
| +Method Detail | +
|---|
+public String getCharacter()+
+public String getDepartment()+
+public String getJob()+
+public int getMovieId()+
+public String getMovieOriginalTitle()+
+public String getMovieTitle()+
+public PersonType getPersonType()+
+public String getPosterPath()+
+public String getReleaseDate()+
+public String getAdult()+
+public void setCharacter(String character)+
+public void setDepartment(String department)+
+public void setJob(String job)+
+public void setMovieId(int movieId)+
+public void setMovieOriginalTitle(String movieOriginalTitle)+
+public void setMovieTitle(String movieTitle)+
+public void setPersonType(PersonType personType)+
+public void setPosterPath(String posterPath)+
+public void setReleaseDate(String releaseDate)+
+public void setAdult(String adult)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.PersonCrew +
public class PersonCrew
+
| +Constructor Summary | +|
|---|---|
PersonCrew()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ boolean |
+equals(Object obj)
+
++ |
+
+ String |
+getDepartment()
+
++ |
+
+ int |
+getId()
+
++ |
+
+ String |
+getJob()
+
++ |
+
+ String |
+getName()
+
++ |
+
+ String |
+getProfilePath()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setDepartment(String department)
+
++ |
+
+ void |
+setId(int id)
+
++ |
+
+ void |
+setJob(String job)
+
++ |
+
+ void |
+setName(String name)
+
++ |
+
+ void |
+setProfilePath(String profilePath)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public PersonCrew()+
| +Method Detail | +
|---|
+public String getDepartment()+
+public int getId()+
+public String getJob()+
+public String getName()+
+public String getProfilePath()+
+public void setDepartment(String department)+
+public void setId(int id)+
+public void setJob(String job)+
+public void setName(String name)+
+public void setProfilePath(String profilePath)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public boolean equals(Object obj)+
equals in class Object+public int hashCode()+
hashCode in class Object+public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | ++DETAIL: ENUM CONSTANTS | FIELD | METHOD | +|||||||||
+java.lang.Object ++java.lang.Enum<PersonType> +
com.omertron.themoviedbapi.model.PersonType +
public enum PersonType
+
| +Enum Constant Summary | +|
|---|---|
CAST
+
++ |
+|
CREW
+
++ |
+|
PERSON
+
++ |
+|
| +Method Summary | +|
|---|---|
+static PersonType |
+valueOf(String name)
+
++ Returns the enum constant of this type with the specified name. |
+
+static PersonType[] |
+values()
+
++ Returns an array containing the constants of this enum type, in +the order they are declared. |
+
| Methods inherited from class java.lang.Enum | +
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
+
| Methods inherited from class java.lang.Object | +
|---|
getClass, notify, notifyAll, wait, wait, wait |
+
| +Enum Constant Detail | +
|---|
+public static final PersonType CAST+
+public static final PersonType CREW+
+public static final PersonType PERSON+
| +Method Detail | +
|---|
+public static PersonType[] values()+
+for (PersonType c : PersonType.values()) + System.out.println(c); ++
+
+public static PersonType valueOf(String name)+
+
name - the name of the enum constant to be returned.
+IllegalArgumentException - if this enum type has no constant
+with the specified name
+NullPointerException - if the argument is null
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | ++DETAIL: ENUM CONSTANTS | FIELD | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.ProductionCompany +
public class ProductionCompany
+
| +Constructor Summary | +|
|---|---|
ProductionCompany()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ boolean |
+equals(Object obj)
+
++ |
+
+ int |
+getId()
+
++ |
+
+ String |
+getName()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setId(int id)
+
++ |
+
+ void |
+setName(String name)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public ProductionCompany()+
| +Method Detail | +
|---|
+public int getId()+
+public String getName()+
+public void setId(int id)+
+public void setName(String name)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public boolean equals(Object obj)+
equals in class Object+public int hashCode()+
hashCode in class Object+public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.ProductionCountry +
public class ProductionCountry
+
| +Constructor Summary | +|
|---|---|
ProductionCountry()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ boolean |
+equals(Object obj)
+
++ |
+
+ String |
+getIsoCode()
+
++ |
+
+ String |
+getName()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setIsoCode(String isoCode)
+
++ |
+
+ void |
+setName(String name)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public ProductionCountry()+
| +Method Detail | +
|---|
+public String getIsoCode()+
+public String getName()+
+public void setIsoCode(String isoCode)+
+public void setName(String name)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public boolean equals(Object obj)+
equals in class Object+public int hashCode()+
hashCode in class Object+public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.ReleaseInfo +
public class ReleaseInfo
+
| +Constructor Summary | +|
|---|---|
ReleaseInfo()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ boolean |
+equals(Object obj)
+
++ |
+
+ String |
+getCertification()
+
++ |
+
+ String |
+getCountry()
+
++ |
+
+ String |
+getReleaseDate()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setCertification(String certification)
+
++ |
+
+ void |
+setCountry(String country)
+
++ |
+
+ void |
+setReleaseDate(String releaseDate)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public ReleaseInfo()+
| +Method Detail | +
|---|
+public String getCertification()+
+public String getCountry()+
+public String getReleaseDate()+
+public void setCertification(String certification)+
+public void setCountry(String country)+
+public void setReleaseDate(String releaseDate)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public boolean equals(Object obj)+
equals in class Object+public int hashCode()+
hashCode in class Object+public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.StatusCode +
public class StatusCode
+
| +Constructor Summary | +|
|---|---|
StatusCode()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ int |
+getStatusCode()
+
++ |
+
+ String |
+getStatusMessage()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setStatusCode(int statusCode)
+
++ |
+
+ void |
+setStatusMessage(String statusMessage)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public StatusCode()+
| +Method Detail | +
|---|
+public int getStatusCode()+
+public void setStatusCode(int statusCode)+
+public String getStatusMessage()+
+public void setStatusMessage(String statusMessage)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.TmdbConfiguration +
public class TmdbConfiguration
+
| +Constructor Summary | +|
|---|---|
TmdbConfiguration()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ void |
+clone(TmdbConfiguration config)
+
++ Copy the data from the passed object to this one |
+
+ List<String> |
+getBackdropSizes()
+
++ |
+
+ String |
+getBaseUrl()
+
++ |
+
+ List<String> |
+getLogoSizes()
+
++ |
+
+ List<String> |
+getPosterSizes()
+
++ |
+
+ List<String> |
+getProfileSizes()
+
++ |
+
+ String |
+getSecureBaseUrl()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ 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)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public TmdbConfiguration()+
| +Method Detail | +
|---|
+public List<String> getBackdropSizes()+
+public String getBaseUrl()+
+public List<String> getPosterSizes()+
+public List<String> getProfileSizes()+
+public List<String> getLogoSizes()+
+public String getSecureBaseUrl()+
+public void setBackdropSizes(List<String> backdropSizes)+
+public void setBaseUrl(String baseUrl)+
+public void setPosterSizes(List<String> posterSizes)+
+public void setProfileSizes(List<String> profileSizes)+
+public void setLogoSizes(List<String> logoSizes)+
+public void setSecureBaseUrl(String secureBaseUrl)+
+public void clone(TmdbConfiguration 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 void handleUnknown(String key, + Object value)+
+
key - value - +public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.TokenAuthorisation +
public class TokenAuthorisation
+
| +Constructor Summary | +|
|---|---|
TokenAuthorisation()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ String |
+getExpires()
+
++ |
+
+ String |
+getRequestToken()
+
++ |
+
+ Boolean |
+getSuccess()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setExpires(String expires)
+
++ |
+
+ void |
+setRequestToken(String requestToken)
+
++ |
+
+ void |
+setSuccess(Boolean success)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public TokenAuthorisation()+
| +Method Detail | +
|---|
+public String getExpires()+
+public String getRequestToken()+
+public Boolean getSuccess()+
+public void setExpires(String expires)+
+public void setRequestToken(String requestToken)+
+public void setSuccess(Boolean success)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.TokenSession +
public class TokenSession
+
| +Constructor Summary | +|
|---|---|
TokenSession()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ String |
+getExpiresAt()
+
++ |
+
+ String |
+getGuestSessionId()
+
++ |
+
+ String |
+getSessionId()
+
++ |
+
+ String |
+getStatusCode()
+
++ |
+
+ String |
+getStatusMessage()
+
++ |
+
+ Boolean |
+getSuccess()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setExpiresAt(String expiresAt)
+
++ |
+
+ void |
+setGuestSessionId(String guestSessionId)
+
++ |
+
+ void |
+setSessionId(String sessionId)
+
++ |
+
+ void |
+setStatusCode(String statusCode)
+
++ |
+
+ void |
+setStatusMessage(String statusMessage)
+
++ |
+
+ void |
+setSuccess(Boolean success)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public TokenSession()+
| +Method Detail | +
|---|
+public String getSessionId()+
+public Boolean getSuccess()+
+public String getStatusCode()+
+public String getStatusMessage()+
+public String getGuestSessionId()+
+public String getExpiresAt()+
+public void setSessionId(String sessionId)+
+public void setSuccess(Boolean success)+
+public void setStatusCode(String statusCode)+
+public void setStatusMessage(String statusMessage)+
+public void setGuestSessionId(String guestSessionId)+
+public void setExpiresAt(String expiresAt)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.Trailer +
public class Trailer
+
| +Field Summary | +|
|---|---|
+static String |
+WEBSITE_QUICKTIME
+
++ |
+
+static String |
+WEBSITE_YOUTUBE
+
++ |
+
| +Constructor Summary | +|
|---|---|
Trailer()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ boolean |
+equals(Object obj)
+
++ |
+
+ String |
+getName()
+
++ |
+
+ String |
+getSize()
+
++ |
+
+ String |
+getSource()
+
++ |
+
+ String |
+getWebsite()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setName(String name)
+
++ |
+
+ void |
+setSize(String size)
+
++ |
+
+ void |
+setSource(String source)
+
++ |
+
+ void |
+setWebsite(String website)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
+
| +Field Detail | +
|---|
+public static final String WEBSITE_YOUTUBE+
+public static final String WEBSITE_QUICKTIME+
| +Constructor Detail | +
|---|
+public Trailer()+
| +Method Detail | +
|---|
+public String getName()+
+public String getSize()+
+public String getSource()+
+public String getWebsite()+
+public void setName(String name)+
+public void setSize(String size)+
+public void setSource(String source)+
+public void setWebsite(String website)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public boolean equals(Object obj)+
equals in class Object+public int hashCode()+
hashCode in class Object+public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.model.Translation +
public class Translation
+
| +Constructor Summary | +|
|---|---|
Translation()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ boolean |
+equals(Object obj)
+
++ |
+
+ String |
+getEnglishName()
+
++ |
+
+ String |
+getIsoCode()
+
++ |
+
+ String |
+getName()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ int |
+hashCode()
+
++ |
+
+ void |
+setEnglishName(String englishName)
+
++ |
+
+ void |
+setIsoCode(String isoCode)
+
++ |
+
+ void |
+setName(String name)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public Translation()+
| +Method Detail | +
|---|
+public String getEnglishName()+
+public String getIsoCode()+
+public String getName()+
+public void setEnglishName(String englishName)+
+public void setIsoCode(String isoCode)+
+public void setName(String name)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public boolean equals(Object obj)+
equals in class Object+public int hashCode()+
hashCode in class Object+public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use AlternativeTitle | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| +Uses of AlternativeTitle in com.omertron.themoviedbapi | +
|---|
+ +
| Methods in com.omertron.themoviedbapi that return types with arguments of type AlternativeTitle | +|
|---|---|
+ List<AlternativeTitle> |
+TheMovieDbApi.getMovieAlternativeTitles(int movieId,
+ String country)
+
++ This method is used to retrieve all of the alternative titles we have for a particular movie. |
+
| +Uses of AlternativeTitle in com.omertron.themoviedbapi.wrapper | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type AlternativeTitle | +|
|---|---|
+ List<AlternativeTitle> |
+WrapperAlternativeTitles.getTitles()
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type AlternativeTitle | +|
|---|---|
+ void |
+WrapperAlternativeTitles.setTitles(List<AlternativeTitle> titles)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use Artwork | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.model | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| +Uses of Artwork in com.omertron.themoviedbapi | +
|---|
+ +
| Methods in com.omertron.themoviedbapi that return types with arguments of type Artwork | +|
|---|---|
+ List<Artwork> |
+TheMovieDbApi.getCollectionImages(int collectionId,
+ String language)
+
++ Get all of the images for a particular collection by collection id. |
+
+ List<Artwork> |
+TheMovieDbApi.getMovieImages(int movieId,
+ String language)
+
++ This method should be used when you’re wanting to retrieve all of the images for a particular movie. |
+
+ List<Artwork> |
+TheMovieDbApi.getPersonImages(int personId)
+
++ This method is used to retrieve all of the profile images for a person. |
+
| +Uses of Artwork in com.omertron.themoviedbapi.model | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.model that return Artwork | +|
|---|---|
+ Artwork |
+ChangeValue.getBackdrop()
+
++ |
+
+ Artwork |
+ChangeValue.getPoster()
+
++ |
+
+ +
| Methods in com.omertron.themoviedbapi.model with parameters of type Artwork | +|
|---|---|
+ void |
+ChangeValue.setBackdrop(Artwork backdrop)
+
++ |
+
+ void |
+ChangeValue.setPoster(Artwork poster)
+
++ |
+
| +Uses of Artwork in com.omertron.themoviedbapi.wrapper | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type Artwork | +|
|---|---|
+ List<Artwork> |
+WrapperImages.getBackdrops()
+
++ |
+
+ List<Artwork> |
+WrapperImages.getPosters()
+
++ |
+
+ List<Artwork> |
+WrapperImages.getProfiles()
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type Artwork | +|
|---|---|
+ void |
+WrapperImages.setBackdrops(List<Artwork> backdrops)
+
++ |
+
+ void |
+WrapperImages.setPosters(List<Artwork> posters)
+
++ |
+
+ void |
+WrapperImages.setProfiles(List<Artwork> profiles)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use ArtworkType | +|
|---|---|
| com.omertron.themoviedbapi.model | ++ |
| +Uses of ArtworkType in com.omertron.themoviedbapi.model | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.model that return ArtworkType | +|
|---|---|
+ ArtworkType |
+Artwork.getArtworkType()
+
++ |
+
+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. |
+
+ +
| Methods in com.omertron.themoviedbapi.model with parameters of type ArtworkType | +|
|---|---|
+ void |
+Artwork.setArtworkType(ArtworkType artworkType)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use ChangeItem | +|
|---|---|
| com.omertron.themoviedbapi.model | ++ |
| +Uses of ChangeItem in com.omertron.themoviedbapi.model | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.model that return types with arguments of type ChangeItem | +|
|---|---|
+ List<ChangeItem> |
+MovieChanges.getItems()
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.model with type arguments of type ChangeItem | +|
|---|---|
+ void |
+MovieChanges.setItems(List<ChangeItem> items)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use ChangeValue | +|
|---|---|
| com.omertron.themoviedbapi.model | ++ |
| +Uses of ChangeValue in com.omertron.themoviedbapi.model | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.model that return ChangeValue | +|
|---|---|
+ ChangeValue |
+ChangeItem.getOriginalValue()
+
++ |
+
+ ChangeValue |
+ChangeItem.getValue()
+
++ |
+
+ +
| Methods in com.omertron.themoviedbapi.model with parameters of type ChangeValue | +|
|---|---|
+ void |
+ChangeItem.setOriginalValue(ChangeValue originalValue)
+
++ |
+
+ void |
+ChangeItem.setValue(ChangeValue value)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use Collection | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.model | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| +Uses of Collection in com.omertron.themoviedbapi | +
|---|
+ +
| Methods in com.omertron.themoviedbapi that return types with arguments of type Collection | +|
|---|---|
+ List<Collection> |
+TheMovieDbApi.searchCollection(String query,
+ String language,
+ int page)
+
++ Search for collections by name. |
+
| +Uses of Collection in com.omertron.themoviedbapi.model | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.model that return Collection | +|
|---|---|
+ Collection |
+MovieDb.getBelongsToCollection()
+
++ |
+
+ +
| Methods in com.omertron.themoviedbapi.model that return types with arguments of type Collection | +|
|---|---|
+ List<Collection> |
+CollectionInfo.getParts()
+
++ |
+
+ +
| Methods in com.omertron.themoviedbapi.model with parameters of type Collection | +|
|---|---|
+ void |
+MovieDb.setBelongsToCollection(Collection belongsToCollection)
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.model with type arguments of type Collection | +|
|---|---|
+ void |
+CollectionInfo.setParts(List<Collection> parts)
+
++ |
+
| +Uses of Collection in com.omertron.themoviedbapi.wrapper | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type Collection | +|
|---|---|
+ List<Collection> |
+WrapperCollection.getResults()
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type Collection | +|
|---|---|
+ void |
+WrapperCollection.setResults(List<Collection> results)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use CollectionInfo | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| +Uses of CollectionInfo in com.omertron.themoviedbapi | +
|---|
+ +
| Methods in com.omertron.themoviedbapi that return CollectionInfo | +|
|---|---|
+ CollectionInfo |
+TheMovieDbApi.getCollectionInfo(int collectionId,
+ String language)
+
++ This method is used to retrieve all of the basic information about a movie collection. |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use Company | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| +Uses of Company in com.omertron.themoviedbapi | +
|---|
+ +
| Methods in com.omertron.themoviedbapi that return Company | +|
|---|---|
+ Company |
+TheMovieDbApi.getCompanyInfo(int companyId)
+
++ This method is used to retrieve the basic information about a production company on TMDb. |
+
+ +
| Methods in com.omertron.themoviedbapi that return types with arguments of type Company | +|
|---|---|
+ List<Company> |
+TheMovieDbApi.searchCompanies(String companyName,
+ int page)
+
++ Search Companies. |
+
| +Uses of Company in com.omertron.themoviedbapi.wrapper | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type Company | +|
|---|---|
+ List<Company> |
+WrapperCompany.getResults()
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type Company | +|
|---|---|
+ void |
+WrapperCompany.setResults(List<Company> results)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use Genre | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.model | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| +Uses of Genre in com.omertron.themoviedbapi | +
|---|
+ +
| Methods in com.omertron.themoviedbapi that return types with arguments of type Genre | +|
|---|---|
+ List<Genre> |
+TheMovieDbApi.getGenreList(String language)
+
++ You can use this method to retrieve the list of genres used on TMDb. |
+
| +Uses of Genre in com.omertron.themoviedbapi.model | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.model that return types with arguments of type Genre | +|
|---|---|
+ List<Genre> |
+MovieDb.getGenres()
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.model with type arguments of type Genre | +|
|---|---|
+ void |
+MovieDb.setGenres(List<Genre> genres)
+
++ |
+
| +Uses of Genre in com.omertron.themoviedbapi.wrapper | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type Genre | +|
|---|---|
+ List<Genre> |
+WrapperGenres.getGenres()
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type Genre | +|
|---|---|
+ void |
+WrapperGenres.setGenres(List<Genre> genres)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use Keyword | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| +Uses of Keyword in com.omertron.themoviedbapi | +
|---|
+ +
| Methods in com.omertron.themoviedbapi that return types with arguments of type Keyword | +|
|---|---|
+ List<Keyword> |
+TheMovieDbApi.getMovieKeywords(int movieId)
+
++ This method is used to retrieve all of the keywords that have been added to a particular movie. |
+
+ List<Keyword> |
+TheMovieDbApi.searchKeyword(String query,
+ int page)
+
++ Search for keywords by name |
+
| +Uses of Keyword in com.omertron.themoviedbapi.wrapper | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type Keyword | +|
|---|---|
+ List<Keyword> |
+WrapperMovieKeywords.getKeywords()
+
++ |
+
+ List<Keyword> |
+WrapperKeywords.getResults()
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type Keyword | +|
|---|---|
+ void |
+WrapperMovieKeywords.setKeywords(List<Keyword> keywords)
+
++ |
+
+ void |
+WrapperKeywords.setResults(List<Keyword> results)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use Language | +|
|---|---|
| com.omertron.themoviedbapi.model | ++ |
| +Uses of Language in com.omertron.themoviedbapi.model | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.model that return types with arguments of type Language | +|
|---|---|
+ List<Language> |
+MovieDb.getSpokenLanguages()
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.model with type arguments of type Language | +|
|---|---|
+ void |
+MovieDb.setSpokenLanguages(List<Language> spokenLanguages)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use MovieChanges | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| +Uses of MovieChanges in com.omertron.themoviedbapi | +
|---|
+ +
| Methods in com.omertron.themoviedbapi that return types with arguments of type MovieChanges | +|
|---|---|
+ List<MovieChanges> |
+TheMovieDbApi.getMovieChanges(int movieId,
+ String startDate,
+ String endDate)
+
++ Deprecated. |
+
| +Uses of MovieChanges in com.omertron.themoviedbapi.wrapper | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type MovieChanges | +|
|---|---|
+ List<MovieChanges> |
+WrapperChanges.getChanges()
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type MovieChanges | +|
|---|---|
+ void |
+WrapperChanges.setChanges(List<MovieChanges> changes)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use MovieDb | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| +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)
+
++ This method is used to retrieve all of the basic movie information. |
+
+ MovieDb |
+TheMovieDbApi.getMovieInfoImdb(String imdbId,
+ String language)
+
++ 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 | +|
|---|---|
+ List<MovieDb> |
+TheMovieDbApi.getCompanyMovies(int companyId,
+ String language,
+ int page)
+
++ This method is used to retrieve the movies associated with a company. |
+
+ List<MovieDb> |
+TheMovieDbApi.getGenreMovies(int genreId,
+ String language,
+ int page)
+
++ Get a list of movies per genre. |
+
+ List<MovieDb> |
+TheMovieDbApi.getNowPlayingMovies(String language,
+ int page)
+
++ This method is used to retrieve the movies currently in theatres. |
+
+ List<MovieDb> |
+TheMovieDbApi.getPopularMovieList(String language,
+ int page)
+
++ This method is used to retrieve the daily movie popularity list. |
+
+ List<MovieDb> |
+TheMovieDbApi.getSimilarMovies(int movieId,
+ String language,
+ int page)
+
++ The similar movies method will let you retrieve the similar movies for a particular movie. |
+
+ List<MovieDb> |
+TheMovieDbApi.getTopRatedMovies(String language,
+ int page)
+
++ This method is used to retrieve the top rated movies that have over 10 votes on TMDb. |
+
+ List<MovieDb> |
+TheMovieDbApi.getUpcoming(String language,
+ int page)
+
++ Get the list of upcoming movies. |
+
+ List<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.wrapper | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type MovieDb | +|
|---|---|
+ List<MovieDb> |
+WrapperMovie.getMovies()
+
++ |
+
+ List<MovieDb> |
+WrapperCompanyMovies.getResults()
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type MovieDb | +|
|---|---|
+ void |
+WrapperMovie.setMovies(List<MovieDb> results)
+
++ |
+
+ void |
+WrapperCompanyMovies.setResults(List<MovieDb> results)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use MovieList | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| +Uses of MovieList in com.omertron.themoviedbapi | +
|---|
+ +
| Methods in com.omertron.themoviedbapi that return types with arguments of type MovieList | +|
|---|---|
+ List<MovieList> |
+TheMovieDbApi.getMovieLists(int movieId,
+ String language,
+ int page)
+
++ Get the lists that the movie belongs to |
+
+ List<MovieList> |
+TheMovieDbApi.searchList(String query,
+ String language,
+ int page)
+
++ Search for lists by name and description. |
+
| +Uses of MovieList in com.omertron.themoviedbapi.wrapper | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type MovieList | +|
|---|---|
+ List<MovieList> |
+WrapperMovieList.getMovieList()
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type MovieList | +|
|---|---|
+ void |
+WrapperMovieList.setMovieList(List<MovieList> movieList)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use Person | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| +Uses of Person in com.omertron.themoviedbapi | +
|---|
+ +
| Methods in com.omertron.themoviedbapi that return Person | +|
|---|---|
+ Person |
+TheMovieDbApi.getPersonInfo(int personId)
+
++ 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 | +|
|---|---|
+ List<Person> |
+TheMovieDbApi.getMovieCasts(int movieId)
+
++ Get the cast information for a specific movie id. |
+
+ List<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.wrapper | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type Person | +|
|---|---|
+ List<Person> |
+WrapperPerson.getResults()
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type Person | +|
|---|---|
+ void |
+WrapperPerson.setResults(List<Person> results)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use PersonCast | +|
|---|---|
| com.omertron.themoviedbapi.wrapper | ++ |
| +Uses of PersonCast in com.omertron.themoviedbapi.wrapper | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type PersonCast | +|
|---|---|
+ List<PersonCast> |
+WrapperMovieCasts.getCast()
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type PersonCast | +|
|---|---|
+ void |
+WrapperMovieCasts.setCast(List<PersonCast> cast)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use PersonCredit | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| +Uses of PersonCredit in com.omertron.themoviedbapi | +
|---|
+ +
| Methods in com.omertron.themoviedbapi that return types with arguments of type PersonCredit | +|
|---|---|
+ List<PersonCredit> |
+TheMovieDbApi.getPersonCredits(int personId)
+
++ This method is used to retrieve all of the cast & crew information for the person. |
+
| +Uses of PersonCredit in com.omertron.themoviedbapi.wrapper | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type PersonCredit | +|
|---|---|
+ List<PersonCredit> |
+WrapperPersonCredits.getCast()
+
++ |
+
+ List<PersonCredit> |
+WrapperPersonCredits.getCrew()
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type PersonCredit | +|
|---|---|
+ void |
+WrapperPersonCredits.setCast(List<PersonCredit> cast)
+
++ |
+
+ void |
+WrapperPersonCredits.setCrew(List<PersonCredit> crew)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use PersonCrew | +|
|---|---|
| com.omertron.themoviedbapi.wrapper | ++ |
| +Uses of PersonCrew in com.omertron.themoviedbapi.wrapper | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type PersonCrew | +|
|---|---|
+ List<PersonCrew> |
+WrapperMovieCasts.getCrew()
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type PersonCrew | +|
|---|---|
+ void |
+WrapperMovieCasts.setCrew(List<PersonCrew> crew)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use PersonType | +|
|---|---|
| com.omertron.themoviedbapi.model | ++ |
| +Uses of PersonType in com.omertron.themoviedbapi.model | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.model that return PersonType | +|
|---|---|
+ PersonType |
+PersonCredit.getPersonType()
+
++ |
+
+ PersonType |
+Person.getPersonType()
+
++ |
+
+static PersonType |
+PersonType.valueOf(String name)
+
++ Returns the enum constant of this type with the specified name. |
+
+static PersonType[] |
+PersonType.values()
+
++ Returns an array containing the constants of this enum type, in +the order they are declared. |
+
+ +
| Methods in com.omertron.themoviedbapi.model with parameters of type PersonType | +|
|---|---|
+ void |
+PersonCredit.setPersonType(PersonType personType)
+
++ |
+
+ void |
+Person.setPersonType(PersonType personType)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use ProductionCompany | +|
|---|---|
| com.omertron.themoviedbapi.model | ++ |
| +Uses of ProductionCompany in com.omertron.themoviedbapi.model | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.model that return types with arguments of type ProductionCompany | +|
|---|---|
+ List<ProductionCompany> |
+MovieDb.getProductionCompanies()
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.model with type arguments of type ProductionCompany | +|
|---|---|
+ void |
+MovieDb.setProductionCompanies(List<ProductionCompany> productionCompanies)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use ProductionCountry | +|
|---|---|
| com.omertron.themoviedbapi.model | ++ |
| +Uses of ProductionCountry in com.omertron.themoviedbapi.model | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.model that return types with arguments of type ProductionCountry | +|
|---|---|
+ List<ProductionCountry> |
+MovieDb.getProductionCountries()
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.model with type arguments of type ProductionCountry | +|
|---|---|
+ void |
+MovieDb.setProductionCountries(List<ProductionCountry> productionCountries)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use ReleaseInfo | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| +Uses of ReleaseInfo in com.omertron.themoviedbapi | +
|---|
+ +
| Methods in com.omertron.themoviedbapi that return types with arguments of type ReleaseInfo | +|
|---|---|
+ List<ReleaseInfo> |
+TheMovieDbApi.getMovieReleaseInfo(int movieId,
+ String language)
+
++ This method is used to retrieve all of the release and certification data we have for a specific movie. |
+
| +Uses of ReleaseInfo in com.omertron.themoviedbapi.wrapper | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type ReleaseInfo | +|
|---|---|
+ List<ReleaseInfo> |
+WrapperReleaseInfo.getCountries()
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type ReleaseInfo | +|
|---|---|
+ void |
+WrapperReleaseInfo.setCountries(List<ReleaseInfo> countries)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use TmdbConfiguration | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.model | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| +Uses of TmdbConfiguration in com.omertron.themoviedbapi | +
|---|
+ +
| Methods in com.omertron.themoviedbapi that return TmdbConfiguration | +|
|---|---|
+ TmdbConfiguration |
+TheMovieDbApi.getConfiguration()
+
++ Get the configuration information |
+
| +Uses of TmdbConfiguration in com.omertron.themoviedbapi.model | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.model with parameters of type TmdbConfiguration | +|
|---|---|
+ void |
+TmdbConfiguration.clone(TmdbConfiguration config)
+
++ Copy the data from the passed object to this one |
+
| +Uses of TmdbConfiguration in com.omertron.themoviedbapi.wrapper | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.wrapper that return TmdbConfiguration | +|
|---|---|
+ TmdbConfiguration |
+WrapperConfig.getTmdbConfiguration()
+
++ |
+
+ +
| Methods in com.omertron.themoviedbapi.wrapper with parameters of type TmdbConfiguration | +|
|---|---|
+ void |
+WrapperConfig.setTmdbConfiguration(TmdbConfiguration tmdbConfiguration)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use TokenAuthorisation | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| +Uses of TokenAuthorisation in com.omertron.themoviedbapi | +
|---|
+ +
| Methods in com.omertron.themoviedbapi that return TokenAuthorisation | +|
|---|---|
+ TokenAuthorisation |
+TheMovieDbApi.getAuthorisationToken()
+
++ This method is used to generate a valid request token for user based authentication. |
+
+ +
| Methods in com.omertron.themoviedbapi with parameters of type TokenAuthorisation | +|
|---|---|
+ TokenSession |
+TheMovieDbApi.getSessionToken(TokenAuthorisation token)
+
++ This method is used to generate a session id for user based authentication. |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use TokenSession | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| +Uses of TokenSession in com.omertron.themoviedbapi | +
|---|
+ +
| Methods in com.omertron.themoviedbapi that return TokenSession | +|
|---|---|
+ TokenSession |
+TheMovieDbApi.getGuestSessionToken()
+
++ This method is used to generate a guest session id. |
+
+ TokenSession |
+TheMovieDbApi.getSessionToken(TokenAuthorisation token)
+
++ This method is used to generate a session id for user based authentication. |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use Trailer | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| +Uses of Trailer in com.omertron.themoviedbapi | +
|---|
+ +
| Methods in com.omertron.themoviedbapi that return types with arguments of type Trailer | +|
|---|---|
+ List<Trailer> |
+TheMovieDbApi.getMovieTrailers(int movieId,
+ String language)
+
++ This method is used to retrieve all of the trailers for a particular movie. |
+
| +Uses of Trailer in com.omertron.themoviedbapi.wrapper | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type Trailer | +|
|---|---|
+ List<Trailer> |
+WrapperTrailers.getQuicktime()
+
++ |
+
+ List<Trailer> |
+WrapperTrailers.getYoutube()
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type Trailer | +|
|---|---|
+ void |
+WrapperTrailers.setQuicktime(List<Trailer> quicktime)
+
++ |
+
+ void |
+WrapperTrailers.setYoutube(List<Trailer> youtube)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use Translation | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| +Uses of Translation in com.omertron.themoviedbapi | +
|---|
+ +
| Methods in com.omertron.themoviedbapi that return types with arguments of type Translation | +|
|---|---|
+ List<Translation> |
+TheMovieDbApi.getMovieTranslations(int movieId)
+
++ This method is used to retrieve a list of the available translations for a specific movie. |
+
| +Uses of Translation in com.omertron.themoviedbapi.wrapper | +
|---|
+ +
| Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type Translation | +|
|---|---|
+ List<Translation> |
+WrapperTranslations.getTranslations()
+
++ |
+
+ +
| Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type Translation | +|
|---|---|
+ void |
+WrapperTranslations.setTranslations(List<Translation> translations)
+
++ |
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
|
+Classes
+
+ +AlternativeTitle + +Artwork + +ChangeItem + +ChangeValue + +Collection + +CollectionInfo + +Company + +Genre + +Keyword + +Language + +MovieChanges + +MovieDb + +MovieList + +Person + +PersonCast + +PersonCredit + +PersonCrew + +ProductionCompany + +ProductionCountry + +ReleaseInfo + +StatusCode + +TmdbConfiguration + +TokenAuthorisation + +TokenSession + +Trailer + +Translation |
+
|
+Enums
+
+ +ArtworkType + +PersonType |
+
+
+
|
++ + | +|||||||||
| + PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Class Summary | +|
|---|---|
| AlternativeTitle | ++ |
| Artwork | +The artwork type information | +
| ChangeItem | ++ |
| ChangeValue | ++ |
| Collection | ++ |
| CollectionInfo | ++ |
| Company | +Company information | +
| Genre | ++ |
| Keyword | ++ |
| Language | ++ |
| MovieChanges | ++ |
| MovieDb | +Movie Bean | +
| MovieList | ++ |
| Person | ++ |
| PersonCast | ++ |
| PersonCredit | ++ |
| PersonCrew | ++ |
| ProductionCompany | ++ |
| ProductionCountry | ++ |
| ReleaseInfo | ++ |
| StatusCode | ++ |
| TmdbConfiguration | ++ |
| TokenAuthorisation | ++ |
| TokenSession | ++ |
| Trailer | ++ |
| Translation | ++ |
+ +
| +Enum Summary | +|
|---|---|
| ArtworkType | +ArtworkType enum List of the artwork types that are available | +
| PersonType | ++ |
+
+
+
|
++ + | +|||||||||
| + PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use com.omertron.themoviedbapi.model | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.model | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
| +Classes in com.omertron.themoviedbapi.model used by com.omertron.themoviedbapi | +|
|---|---|
| AlternativeTitle
+
+ + |
+|
| Artwork
+
+ + The artwork type information |
+|
| Collection
+
+ + |
+|
| CollectionInfo
+
+ + |
+|
| Company
+
+ + Company information |
+|
| Genre
+
+ + |
+|
| Keyword
+
+ + |
+|
| MovieChanges
+
+ + |
+|
| MovieDb
+
+ + Movie Bean |
+|
| MovieList
+
+ + |
+|
| Person
+
+ + |
+|
| PersonCredit
+
+ + |
+|
| ReleaseInfo
+
+ + |
+|
| TmdbConfiguration
+
+ + |
+|
| TokenAuthorisation
+
+ + |
+|
| TokenSession
+
+ + |
+|
| Trailer
+
+ + |
+|
| Translation
+
+ + |
+|
| +Classes in com.omertron.themoviedbapi.model used by com.omertron.themoviedbapi.model | +|
|---|---|
| Artwork
+
+ + The artwork type information |
+|
| ArtworkType
+
+ + ArtworkType enum List of the artwork types that are available |
+|
| ChangeItem
+
+ + |
+|
| ChangeValue
+
+ + |
+|
| Collection
+
+ + |
+|
| Genre
+
+ + |
+|
| Language
+
+ + |
+|
| PersonType
+
+ + |
+|
| ProductionCompany
+
+ + |
+|
| ProductionCountry
+
+ + |
+|
| TmdbConfiguration
+
+ + |
+|
| +Classes in com.omertron.themoviedbapi.model used by com.omertron.themoviedbapi.wrapper | +|
|---|---|
| AlternativeTitle
+
+ + |
+|
| Artwork
+
+ + The artwork type information |
+|
| Collection
+
+ + |
+|
| Company
+
+ + Company information |
+|
| Genre
+
+ + |
+|
| Keyword
+
+ + |
+|
| MovieChanges
+
+ + |
+|
| MovieDb
+
+ + Movie Bean |
+|
| MovieList
+
+ + |
+|
| Person
+
+ + |
+|
| PersonCast
+
+ + |
+|
| PersonCredit
+
+ + |
+|
| PersonCrew
+
+ + |
+|
| ReleaseInfo
+
+ + |
+|
| TmdbConfiguration
+
+ + |
+|
| Trailer
+
+ + |
+|
| Translation
+
+ + |
+|
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
|
+Classes
+
+ +TheMovieDbApi |
+
|
+Enums
+
+ +MovieDbException.MovieDbExceptionType |
+
|
+Exceptions
+
+ +MovieDbException |
+
+
+
|
++ + | +|||||||||
| + PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Class Summary | +|
|---|---|
| TheMovieDbApi | +The MovieDb API + + This is for version 3 of the API as specified here: http://help.themoviedb.org/kb/api/about-3 | +
+ +
| +Enum Summary | +|
|---|---|
| MovieDbException.MovieDbExceptionType | ++ |
+ +
| +Exception Summary | +|
|---|---|
| MovieDbException | ++ |
+
+
+
|
++ + | +|||||||||
| + PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages that use com.omertron.themoviedbapi | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.tools | ++ |
| +Classes in com.omertron.themoviedbapi used by com.omertron.themoviedbapi | +|
|---|---|
| MovieDbException
+
+ + |
+|
| MovieDbException.MovieDbExceptionType
+
+ + |
+|
| +Classes in com.omertron.themoviedbapi used by com.omertron.themoviedbapi.tools | +|
|---|---|
| MovieDbException
+
+ + |
+|
| TheMovieDbApi
+
+ + The MovieDb API + + This is for version 3 of the API as specified here: http://help.themoviedb.org/kb/api/about-3 |
+|
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.tools.ApiUrl +
public class ApiUrl
+The API URL that is used to construct the API call +
+ +
+
| +Field Summary | +|
|---|---|
+static String |
+PARAM_ADULT
+
++ |
+
+static String |
+PARAM_API_KEY
+
++ |
+
+static String |
+PARAM_COUNTRY
+
++ |
+
+static String |
+PARAM_FAVORITE
+
++ |
+
+static String |
+PARAM_ID
+
++ |
+
+static String |
+PARAM_LANGUAGE
+
++ |
+
+static String |
+PARAM_MOVIE_WATCHLIST
+
++ |
+
+static String |
+PARAM_PAGE
+
++ |
+
+static String |
+PARAM_QUERY
+
++ |
+
+static String |
+PARAM_SESSION
+
++ |
+
+static String |
+PARAM_TOKEN
+
++ |
+
+static String |
+PARAM_VALUE
+
++ |
+
+static String |
+PARAM_YEAR
+
++ |
+
| +Constructor Summary | +|
|---|---|
ApiUrl(TheMovieDbApi tmdb,
+ String method)
+
++ Constructor for the simple API URL method without a sub-method |
+|
ApiUrl(TheMovieDbApi tmdb,
+ String method,
+ String submethod)
+
++ Constructor for the API URL with a sub-method |
+|
| +Method Summary | +|
|---|---|
+ void |
+addArgument(String key,
+ boolean value)
+
++ Add arguments individually |
+
+ void |
+addArgument(String key,
+ int value)
+
++ Add arguments individually |
+
+ void |
+addArgument(String key,
+ String value)
+
++ Add arguments individually |
+
+ URL |
+buildUrl()
+
++ Build the URL from the pre-created arguments. |
+
+ void |
+clearArguments()
+
++ Clear the arguments |
+
+ void |
+setArguments(Map<String,String> args)
+
++ Set the arguments directly |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Field Detail | +
|---|
+public static final String PARAM_ADULT+
+public static final String PARAM_API_KEY+
+public static final String PARAM_COUNTRY+
+public static final String PARAM_FAVORITE+
+public static final String PARAM_ID+
+public static final String PARAM_LANGUAGE+
+public static final String PARAM_MOVIE_WATCHLIST+
+public static final String PARAM_PAGE+
+public static final String PARAM_QUERY+
+public static final String PARAM_SESSION+
+public static final String PARAM_TOKEN+
+public static final String PARAM_VALUE+
+public static final String PARAM_YEAR+
| +Constructor Detail | +
|---|
+public ApiUrl(TheMovieDbApi tmdb, + String method)+
+
method - +public ApiUrl(TheMovieDbApi tmdb, + String method, + String submethod)+
+
method - submethod - | +Method Detail | +
|---|
+public URL buildUrl()+
+
+public void addArgument(String key, + String value)+
+
key - value - +public void addArgument(String key, + int value)+
+
key - value - +public void addArgument(String key, + boolean value)+
+
key - value - +public void clearArguments()+
+
+public void setArguments(Map<String,String> args)+
+
args -
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++org.apache.log4j.Layout +
org.apache.log4j.PatternLayout +
com.omertron.themoviedbapi.tools.FilteringLayout +
public class FilteringLayout
+Log4J Filtering routine to remove API keys from the output +
+ +
+
| +Field Summary | +
|---|
| Fields inherited from class org.apache.log4j.PatternLayout | +
|---|
BUF_SIZE, DEFAULT_CONVERSION_PATTERN, MAX_CAPACITY, TTCC_CONVERSION_PATTERN |
+
| Fields inherited from class org.apache.log4j.Layout | +
|---|
LINE_SEP, LINE_SEP_LEN |
+
| +Constructor Summary | +|
|---|---|
FilteringLayout()
+
++ |
+|
| +Method Summary | +|
|---|---|
+static void |
+addReplacementString(String replacementString)
+
++ Add the string to replace in the log output |
+
+ String |
+format(org.apache.log4j.spi.LoggingEvent event)
+
++ Extend the format to remove the API_KEYS from the output |
+
| Methods inherited from class org.apache.log4j.PatternLayout | +
|---|
activateOptions, createPatternParser, getConversionPattern, ignoresThrowable, setConversionPattern |
+
| Methods inherited from class org.apache.log4j.Layout | +
|---|
getContentType, getFooter, getHeader |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public FilteringLayout()+
| +Method Detail | +
|---|
+public static void addReplacementString(String replacementString)+
+
replacementString - +public String format(org.apache.log4j.spi.LoggingEvent event)+
+
format in class org.apache.log4j.PatternLayoutevent -
+
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.tools.WebBrowser +
public final class WebBrowser
+Web browser with simple cookies support +
+ +
+
| +Constructor Summary | +|
|---|---|
+protected |
+WebBrowser()
+
++ |
+
| +Method Summary | +|
|---|---|
+static String |
+getProxyHost()
+
++ |
+
+static String |
+getProxyPassword()
+
++ |
+
+static String |
+getProxyPort()
+
++ |
+
+static String |
+getProxyUsername()
+
++ |
+
+static int |
+getWebTimeoutConnect()
+
++ |
+
+static int |
+getWebTimeoutRead()
+
++ |
+
+static URLConnection |
+openProxiedConnection(URL url)
+
++ |
+
+static String |
+request(String url)
+
++ |
+
+static String |
+request(URL url)
+
++ |
+
+static void |
+setProxyHost(String myProxyHost)
+
++ |
+
+static void |
+setProxyPassword(String myProxyPassword)
+
++ |
+
+static void |
+setProxyPort(String myProxyPort)
+
++ |
+
+static void |
+setProxyUsername(String myProxyUsername)
+
++ |
+
+static void |
+setWebTimeoutConnect(int webTimeoutConnect)
+
++ |
+
+static void |
+setWebTimeoutRead(int webTimeoutRead)
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+protected WebBrowser()+
| +Method Detail | +
|---|
+public static String request(String url) + throws MovieDbException+
MovieDbException+public static URLConnection openProxiedConnection(URL url) + throws MovieDbException+
MovieDbException+public static String request(URL url) + throws MovieDbException+
MovieDbException+public static String getProxyHost()+
+public static void setProxyHost(String myProxyHost)+
+public static String getProxyPort()+
+public static void setProxyPort(String myProxyPort)+
+public static String getProxyUsername()+
+public static void setProxyUsername(String myProxyUsername)+
+public static String getProxyPassword()+
+public static void setProxyPassword(String myProxyPassword)+
+public static int getWebTimeoutConnect()+
+public static int getWebTimeoutRead()+
+public static void setWebTimeoutConnect(int webTimeoutConnect)+
+public static void setWebTimeoutRead(int webTimeoutRead)+
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
|
+Classes
+
+ +ApiUrl + +FilteringLayout + +WebBrowser |
+
+
+
|
++ + | +|||||||||
| + PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Class Summary | +|
|---|---|
| ApiUrl | +The API URL that is used to construct the API call | +
| FilteringLayout | +Log4J Filtering routine to remove API keys from the output | +
| WebBrowser | +Web browser with simple cookies support | +
+
+
+
|
++ + | +|||||||||
| + PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles +
public class WrapperAlternativeTitles
+
| +Constructor Summary | +|
|---|---|
WrapperAlternativeTitles()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ int |
+getId()
+
++ |
+
+ List<AlternativeTitle> |
+getTitles()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setId(int id)
+
++ |
+
+ void |
+setTitles(List<AlternativeTitle> titles)
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public WrapperAlternativeTitles()+
| +Method Detail | +
|---|
+public int getId()+
+public List<AlternativeTitle> getTitles()+
+public void setId(int id)+
+public void setTitles(List<AlternativeTitle> titles)+
+public void handleUnknown(String key, + Object value)+
+
key - value -
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.wrapper.WrapperChanges +
public class WrapperChanges
+
| +Constructor Summary | +|
|---|---|
WrapperChanges()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ List<MovieChanges> |
+getChanges()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setChanges(List<MovieChanges> changes)
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public WrapperChanges()+
| +Method Detail | +
|---|
+public List<MovieChanges> getChanges()+
+public void setChanges(List<MovieChanges> changes)+
+public void handleUnknown(String key, + Object value)+
+
key - value -
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.wrapper.WrapperCollection +
public class WrapperCollection
+
| +Constructor Summary | +|
|---|---|
WrapperCollection()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ int |
+getPage()
+
++ |
+
+ List<Collection> |
+getResults()
+
++ |
+
+ int |
+getTotalPages()
+
++ |
+
+ int |
+getTotalResults()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setPage(int page)
+
++ |
+
+ void |
+setResults(List<Collection> results)
+
++ |
+
+ void |
+setTotalPages(int totalPages)
+
++ |
+
+ void |
+setTotalResults(int totalResults)
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public WrapperCollection()+
| +Method Detail | +
|---|
+public int getPage()+
+public List<Collection> getResults()+
+public int getTotalPages()+
+public int getTotalResults()+
+public void setPage(int page)+
+public void setResults(List<Collection> results)+
+public void setTotalPages(int totalPages)+
+public void setTotalResults(int totalResults)+
+public void handleUnknown(String key, + Object value)+
+
key - value -
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.wrapper.WrapperCompany +
public class WrapperCompany
+
| +Constructor Summary | +|
|---|---|
WrapperCompany()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ int |
+getPage()
+
++ |
+
+ List<Company> |
+getResults()
+
++ |
+
+ int |
+getTotalPages()
+
++ |
+
+ int |
+getTotalResults()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setPage(int page)
+
++ |
+
+ void |
+setResults(List<Company> results)
+
++ |
+
+ void |
+setTotalPages(int totalPages)
+
++ |
+
+ void |
+setTotalResults(int totalResults)
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public WrapperCompany()+
| +Method Detail | +
|---|
+public int getPage()+
+public List<Company> getResults()+
+public int getTotalPages()+
+public int getTotalResults()+
+public void setPage(int page)+
+public void setResults(List<Company> results)+
+public void setTotalPages(int totalPages)+
+public void setTotalResults(int totalResults)+
+public void handleUnknown(String key, + Object value)+
+
key - value -
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies +
public class WrapperCompanyMovies
+
| +Constructor Summary | +|
|---|---|
WrapperCompanyMovies()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ int |
+getCompanyId()
+
++ |
+
+ int |
+getPage()
+
++ |
+
+ List<MovieDb> |
+getResults()
+
++ |
+
+ int |
+getTotalPages()
+
++ |
+
+ int |
+getTotalResults()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setCompanyId(int companyId)
+
++ |
+
+ void |
+setPage(int page)
+
++ |
+
+ void |
+setResults(List<MovieDb> results)
+
++ |
+
+ void |
+setTotalPages(int totalPages)
+
++ |
+
+ void |
+setTotalResults(int totalResults)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public WrapperCompanyMovies()+
| +Method Detail | +
|---|
+public int getCompanyId()+
+public int getPage()+
+public List<MovieDb> getResults()+
+public int getTotalPages()+
+public int getTotalResults()+
+public void setCompanyId(int companyId)+
+public void setPage(int page)+
+public void setResults(List<MovieDb> results)+
+public void setTotalPages(int totalPages)+
+public void setTotalResults(int totalResults)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.wrapper.WrapperConfig +
public class WrapperConfig
+
| +Constructor Summary | +|
|---|---|
WrapperConfig()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ List<String> |
+getChangeKeys()
+
++ |
+
+ TmdbConfiguration |
+getTmdbConfiguration()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setChangeKeys(List<String> changeKeys)
+
++ |
+
+ void |
+setTmdbConfiguration(TmdbConfiguration tmdbConfiguration)
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public WrapperConfig()+
| +Method Detail | +
|---|
+public TmdbConfiguration getTmdbConfiguration()+
+public void setTmdbConfiguration(TmdbConfiguration tmdbConfiguration)+
+public List<String> getChangeKeys()+
+public void setChangeKeys(List<String> changeKeys)+
+public void handleUnknown(String key, + Object value)+
+
key - value -
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.wrapper.WrapperGenres +
public class WrapperGenres
+Wrapper class for the Genres searches +
+ +
+
| +Constructor Summary | +|
|---|---|
WrapperGenres()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ List<Genre> |
+getGenres()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setGenres(List<Genre> genres)
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public WrapperGenres()+
| +Method Detail | +
|---|
+public List<Genre> getGenres()+
+public void setGenres(List<Genre> genres)+
+public void handleUnknown(String key, + Object value)+
+
key - value -
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.wrapper.WrapperImages +
public class WrapperImages
+
| +Constructor Summary | +|
|---|---|
WrapperImages()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ List<Artwork> |
+getBackdrops()
+
++ |
+
+ int |
+getId()
+
++ |
+
+ List<Artwork> |
+getPosters()
+
++ |
+
+ List<Artwork> |
+getProfiles()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setBackdrops(List<Artwork> backdrops)
+
++ |
+
+ void |
+setId(int id)
+
++ |
+
+ void |
+setPosters(List<Artwork> posters)
+
++ |
+
+ void |
+setProfiles(List<Artwork> profiles)
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public WrapperImages()+
| +Method Detail | +
|---|
+public int getId()+
+public List<Artwork> getBackdrops()+
+public List<Artwork> getPosters()+
+public List<Artwork> getProfiles()+
+public void setId(int id)+
+public void setBackdrops(List<Artwork> backdrops)+
+public void setPosters(List<Artwork> posters)+
+public void setProfiles(List<Artwork> profiles)+
+public void handleUnknown(String key, + Object value)+
+
key - value -
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.wrapper.WrapperKeywords +
public class WrapperKeywords
+
| +Constructor Summary | +|
|---|---|
WrapperKeywords()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ int |
+getPage()
+
++ |
+
+ List<Keyword> |
+getResults()
+
++ |
+
+ int |
+getTotalPages()
+
++ |
+
+ int |
+getTotalResults()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setPage(int page)
+
++ |
+
+ void |
+setResults(List<Keyword> results)
+
++ |
+
+ void |
+setTotalPages(int totalPages)
+
++ |
+
+ void |
+setTotalResults(int totalResults)
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public WrapperKeywords()+
| +Method Detail | +
|---|
+public int getPage()+
+public List<Keyword> getResults()+
+public int getTotalPages()+
+public int getTotalResults()+
+public void setPage(int page)+
+public void setResults(List<Keyword> results)+
+public void setTotalPages(int totalPages)+
+public void setTotalResults(int totalResults)+
+public void handleUnknown(String key, + Object value)+
+
key - value -
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.wrapper.WrapperMovie +
public class WrapperMovie
+
| +Constructor Summary | +|
|---|---|
WrapperMovie()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ int |
+getId()
+
++ |
+
+ List<MovieDb> |
+getMovies()
+
++ |
+
+ int |
+getPage()
+
++ |
+
+ int |
+getTotalPages()
+
++ |
+
+ int |
+getTotalResults()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setId(int id)
+
++ |
+
+ void |
+setMovies(List<MovieDb> results)
+
++ |
+
+ void |
+setPage(int page)
+
++ |
+
+ void |
+setTotalPages(int totalPages)
+
++ |
+
+ void |
+setTotalResults(int totalResults)
+
++ |
+
+ String |
+toString()
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public WrapperMovie()+
| +Method Detail | +
|---|
+public int getPage()+
+public List<MovieDb> getMovies()+
+public int getTotalPages()+
+public int getTotalResults()+
+public int getId()+
+public void setPage(int page)+
+public void setMovies(List<MovieDb> results)+
+public void setTotalPages(int totalPages)+
+public void setTotalResults(int totalResults)+
+public void setId(int id)+
+public void handleUnknown(String key, + Object value)+
+
key - value - +public String toString()+
toString in class Object
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.wrapper.WrapperMovieCasts +
public class WrapperMovieCasts
+
| +Constructor Summary | +|
|---|---|
WrapperMovieCasts()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ List<PersonCast> |
+getCast()
+
++ |
+
+ List<PersonCrew> |
+getCrew()
+
++ |
+
+ int |
+getId()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setCast(List<PersonCast> cast)
+
++ |
+
+ void |
+setCrew(List<PersonCrew> crew)
+
++ |
+
+ void |
+setId(int id)
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public WrapperMovieCasts()+
| +Method Detail | +
|---|
+public List<PersonCast> getCast()+
+public List<PersonCrew> getCrew()+
+public int getId()+
+public void setCast(List<PersonCast> cast)+
+public void setCrew(List<PersonCrew> crew)+
+public void setId(int id)+
+public void handleUnknown(String key, + Object value)+
+
key - value -
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords +
public class WrapperMovieKeywords
+
| +Constructor Summary | +|
|---|---|
WrapperMovieKeywords()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ int |
+getId()
+
++ |
+
+ List<Keyword> |
+getKeywords()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setId(int id)
+
++ |
+
+ void |
+setKeywords(List<Keyword> keywords)
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public WrapperMovieKeywords()+
| +Method Detail | +
|---|
+public int getId()+
+public List<Keyword> getKeywords()+
+public void setId(int id)+
+public void setKeywords(List<Keyword> keywords)+
+public void handleUnknown(String key, + Object value)+
+
key - value -
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.wrapper.WrapperMovieList +
public class WrapperMovieList
+
| +Constructor Summary | +|
|---|---|
WrapperMovieList()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ int |
+getId()
+
++ |
+
+ List<MovieList> |
+getMovieList()
+
++ |
+
+ int |
+getPage()
+
++ |
+
+ int |
+getTotalPages()
+
++ |
+
+ int |
+getTotalResults()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setId(int id)
+
++ |
+
+ void |
+setMovieList(List<MovieList> movieList)
+
++ |
+
+ void |
+setPage(int page)
+
++ |
+
+ void |
+setTotalPages(int totalPages)
+
++ |
+
+ void |
+setTotalResults(int totalResults)
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public WrapperMovieList()+
| +Method Detail | +
|---|
+public int getId()+
+public int getPage()+
+public List<MovieList> getMovieList()+
+public int getTotalPages()+
+public int getTotalResults()+
+public void setId(int id)+
+public void setPage(int page)+
+public void setMovieList(List<MovieList> movieList)+
+public void setTotalPages(int totalPages)+
+public void setTotalResults(int totalResults)+
+public void handleUnknown(String key, + Object value)+
+
key - value -
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.wrapper.WrapperPerson +
public class WrapperPerson
+
| +Constructor Summary | +|
|---|---|
WrapperPerson()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ int |
+getPage()
+
++ |
+
+ List<Person> |
+getResults()
+
++ |
+
+ int |
+getTotalPages()
+
++ |
+
+ int |
+getTotalResults()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setPage(int page)
+
++ |
+
+ void |
+setResults(List<Person> results)
+
++ |
+
+ void |
+setTotalPages(int totalPages)
+
++ |
+
+ void |
+setTotalResults(int totalResults)
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public WrapperPerson()+
| +Method Detail | +
|---|
+public int getPage()+
+public List<Person> getResults()+
+public int getTotalPages()+
+public int getTotalResults()+
+public void setPage(int page)+
+public void setResults(List<Person> results)+
+public void setTotalPages(int totalPages)+
+public void setTotalResults(int totalResults)+
+public void handleUnknown(String key, + Object value)+
+
key - value -
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.wrapper.WrapperPersonCredits +
public class WrapperPersonCredits
+
| +Constructor Summary | +|
|---|---|
WrapperPersonCredits()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ List<PersonCredit> |
+getCast()
+
++ |
+
+ List<PersonCredit> |
+getCrew()
+
++ |
+
+ int |
+getId()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setCast(List<PersonCredit> cast)
+
++ |
+
+ void |
+setCrew(List<PersonCredit> crew)
+
++ |
+
+ void |
+setId(int id)
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public WrapperPersonCredits()+
| +Method Detail | +
|---|
+public List<PersonCredit> getCast()+
+public List<PersonCredit> getCrew()+
+public int getId()+
+public void setCast(List<PersonCredit> cast)+
+public void setCrew(List<PersonCredit> crew)+
+public void setId(int id)+
+public void handleUnknown(String key, + Object value)+
+
key - value -
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo +
public class WrapperReleaseInfo
+
| +Constructor Summary | +|
|---|---|
WrapperReleaseInfo()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ List<ReleaseInfo> |
+getCountries()
+
++ |
+
+ int |
+getId()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setCountries(List<ReleaseInfo> countries)
+
++ |
+
+ void |
+setId(int id)
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public WrapperReleaseInfo()+
| +Method Detail | +
|---|
+public List<ReleaseInfo> getCountries()+
+public int getId()+
+public void setCountries(List<ReleaseInfo> countries)+
+public void setId(int id)+
+public void handleUnknown(String key, + Object value)+
+
key - value -
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.wrapper.WrapperTrailers +
public class WrapperTrailers
+
| +Constructor Summary | +|
|---|---|
WrapperTrailers()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ int |
+getId()
+
++ |
+
+ List<Trailer> |
+getQuicktime()
+
++ |
+
+ List<Trailer> |
+getYoutube()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setId(int id)
+
++ |
+
+ void |
+setQuicktime(List<Trailer> quicktime)
+
++ |
+
+ void |
+setYoutube(List<Trailer> youtube)
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public WrapperTrailers()+
| +Method Detail | +
|---|
+public int getId()+
+public List<Trailer> getQuicktime()+
+public List<Trailer> getYoutube()+
+public void setId(int id)+
+public void setQuicktime(List<Trailer> quicktime)+
+public void setYoutube(List<Trailer> youtube)+
+public void handleUnknown(String key, + Object value)+
+
key - value -
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+java.lang.Object ++com.omertron.themoviedbapi.wrapper.WrapperTranslations +
public class WrapperTranslations
+
| +Constructor Summary | +|
|---|---|
WrapperTranslations()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ int |
+getId()
+
++ |
+
+ List<Translation> |
+getTranslations()
+
++ |
+
+ void |
+handleUnknown(String key,
+ Object value)
+
++ Handle unknown properties and print a message |
+
+ void |
+setId(int id)
+
++ |
+
+ void |
+setTranslations(List<Translation> translations)
+
++ |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public WrapperTranslations()+
| +Method Detail | +
|---|
+public void setId(int id)+
+public void setTranslations(List<Translation> translations)+
+public int getId()+
+public List<Translation> getTranslations()+
+public void handleUnknown(String key, + Object value)+
+
key - value -
+
+
|
++ + | +|||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
|
+Classes
+
+ +WrapperAlternativeTitles + +WrapperChanges + +WrapperCollection + +WrapperCompany + +WrapperCompanyMovies + +WrapperConfig + +WrapperGenres + +WrapperImages + +WrapperKeywords + +WrapperMovie + +WrapperMovieCasts + +WrapperMovieKeywords + +WrapperMovieList + +WrapperPerson + +WrapperPersonCredits + +WrapperReleaseInfo + +WrapperTrailers + +WrapperTranslations |
+
+
+
|
++ + | +|||||||||
| + PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Class Summary | +|
|---|---|
| WrapperAlternativeTitles | ++ |
| WrapperChanges | ++ |
| WrapperCollection | ++ |
| WrapperCompany | ++ |
| WrapperCompanyMovies | ++ |
| WrapperConfig | ++ |
| WrapperGenres | +Wrapper class for the Genres searches | +
| WrapperImages | ++ |
| WrapperKeywords | ++ |
| WrapperMovie | ++ |
| WrapperMovieCasts | ++ |
| WrapperMovieKeywords | ++ |
| WrapperMovieList | ++ |
| WrapperPerson | ++ |
| WrapperPersonCredits | ++ |
| WrapperReleaseInfo | ++ |
| WrapperTrailers | ++ |
| WrapperTranslations | ++ |
+
+
+
|
++ + | +|||||||||
| + PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +com.omertron.* | +
|---|
+ +
| com.omertron.themoviedbapi.model.Trailer | +||
|---|---|---|
+public static final String |
+WEBSITE_QUICKTIME |
+"quicktime" |
+
+public static final String |
+WEBSITE_YOUTUBE |
+"youtube" |
+
+ +
+ +
| com.omertron.themoviedbapi.tools.ApiUrl | +||
|---|---|---|
+public static final String |
+PARAM_ADULT |
+"include_adult=" |
+
+public static final String |
+PARAM_API_KEY |
+"api_key=" |
+
+public static final String |
+PARAM_COUNTRY |
+"country=" |
+
+public static final String |
+PARAM_FAVORITE |
+"favorite=" |
+
+public static final String |
+PARAM_ID |
+"id=" |
+
+public static final String |
+PARAM_LANGUAGE |
+"language=" |
+
+public static final String |
+PARAM_MOVIE_WATCHLIST |
+"movie_watchlist=" |
+
+public static final String |
+PARAM_PAGE |
+"page=" |
+
+public static final String |
+PARAM_QUERY |
+"query=" |
+
+public static final String |
+PARAM_SESSION |
+"session_id=" |
+
+public static final String |
+PARAM_TOKEN |
+"request_token=" |
+
+public static final String |
+PARAM_VALUE |
+"value=" |
+
+public static final String |
+PARAM_YEAR |
+"year=" |
+
+ +
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Deprecated Methods | +|
|---|---|
| com.omertron.themoviedbapi.TheMovieDbApi.getMovieChanges(int, String, String)
+ + |
+|
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ +++The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
+ +++Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:
+
+- Interfaces (italic)
- Classes
- Enums
- Exceptions
- Errors
- Annotation Types
+ ++ ++Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.- Class inheritance diagram
- Direct Subclasses
- All Known Subinterfaces
- All Known Implementing Classes
- Class/interface declaration
- Class/interface description +
+
- Nested Class Summary
- Field Summary
- Constructor Summary
- Method Summary +
+
- Field Detail
- Constructor Detail
- Method Detail
+ ++ ++Each annotation type has its own separate page with the following sections:
+
+- Annotation Type declaration
- Annotation Type description
- Required Element Summary
- Optional Element Summary
- Element Detail
+ +++Each enum has its own separate page with the following sections:
+
+- Enum declaration
- Enum description
- Enum Constant Summary
- Enum Constant Detail
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with+java.lang.Object. The interfaces do not inherit fromjava.lang.Object.+
+- When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
- When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.+
+
+
+
+
+This help file applies to API documentation generated using the standard doclet.
+
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + | +
|---|
| All Classes
+
+
+Packages
+ |
+
+ + + diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html new file mode 100644 index 000000000..81ce20ce6 --- /dev/null +++ b/apidocs/overview-summary.html @@ -0,0 +1,169 @@ + + + +
+ + +
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages | +|
|---|---|
| com.omertron.themoviedbapi | ++ |
| com.omertron.themoviedbapi.model | ++ |
| com.omertron.themoviedbapi.tools | ++ |
| com.omertron.themoviedbapi.wrapper | ++ |
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Package com.omertron.themoviedbapi | +
|---|
| +Class com.omertron.themoviedbapi.MovieDbException extends Exception implements Serializable | +
|---|
+serialVersionUID: -8952129102483143278L + +
| +Serialized Fields | +
|---|
+MovieDbException.MovieDbExceptionType exceptionType+
+String response+
| +Package com.omertron.themoviedbapi.model | +
|---|
| +Class com.omertron.themoviedbapi.model.AlternativeTitle extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+String country+
+String title+
| +Class com.omertron.themoviedbapi.model.Artwork extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+float aspectRatio+
+String filePath+
+int height+
+String language+
+int width+
+float voteAverage+
+int voteCount+
+String flag+
+ArtworkType artworkType+
| +Class com.omertron.themoviedbapi.model.Collection extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+int id+
+String title+
+String name+
+String posterPath+
+String backdropPath+
+String releaseDate+
| +Class com.omertron.themoviedbapi.model.CollectionInfo extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+int id+
+String name+
+String posterPath+
+String backdropPath+
+List<E> parts+
| +Class com.omertron.themoviedbapi.model.Company extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+int companyId+
+String name+
+String description+
+String headquarters+
+String homepage+
+String logoPath+
+String parentCompany+
| +Class com.omertron.themoviedbapi.model.Genre extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+int id+
+String name+
| +Class com.omertron.themoviedbapi.model.Keyword extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+int id+
+String name+
| +Class com.omertron.themoviedbapi.model.Language extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+String isoCode+
+String name+
| +Class com.omertron.themoviedbapi.model.MovieChanges extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+String key+
+List<E> items+
| +Class com.omertron.themoviedbapi.model.MovieDb extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+String backdropPath+
+int id+
+String originalTitle+
+float popularity+
+String posterPath+
+String releaseDate+
+String title+
+boolean adult+
+Collection belongsToCollection+
+long budget+
+List<E> genres+
+String homepage+
+String imdbID+
+String overview+
+List<E> productionCompanies+
+List<E> productionCountries+
+long revenue+
+int runtime+
+List<E> spokenLanguages+
+String tagline+
+float voteAverage+
+int voteCount+
+String status+
| +Class com.omertron.themoviedbapi.model.MovieList extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+String description+
+int favoriteCount+
+String id+
+int itemCount+
+String language+
+String name+
+String posterPath+
+String listType+
| +Class com.omertron.themoviedbapi.model.Person extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+int id+
+String name+
+String profilePath+
+PersonType personType+
+String department+
+String job+
+String character+
+int order+
+boolean adult+
+List<E> aka+
+String biography+
+String birthday+
+String deathday+
+String homepage+
+String birthplace+
| +Class com.omertron.themoviedbapi.model.PersonCast extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+int id+
+String character+
+String name+
+int order+
+String profilePath+
+int castId+
| +Class com.omertron.themoviedbapi.model.PersonCredit extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+int movieId+
+String character+
+String movieOriginalTitle+
+String posterPath+
+String releaseDate+
+String movieTitle+
+String department+
+String job+
+String adult+
+PersonType personType+
| +Class com.omertron.themoviedbapi.model.PersonCrew extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+int id+
+String department+
+String job+
+String name+
+String profilePath+
| +Class com.omertron.themoviedbapi.model.ProductionCompany extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+int id+
+String name+
| +Class com.omertron.themoviedbapi.model.ProductionCountry extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+String isoCode+
+String name+
| +Class com.omertron.themoviedbapi.model.ReleaseInfo extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+String country+
+String certification+
+String releaseDate+
| +Class com.omertron.themoviedbapi.model.StatusCode extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+int statusCode+
+String statusMessage+
| +Class com.omertron.themoviedbapi.model.TmdbConfiguration extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+String baseUrl+
+String secureBaseUrl+
+List<E> posterSizes+
+List<E> backdropSizes+
+List<E> profileSizes+
+List<E> logoSizes+
| +Class com.omertron.themoviedbapi.model.Trailer extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+String name+
+String size+
+String source+
+String website+
| +Class com.omertron.themoviedbapi.model.Translation extends Object implements Serializable | +
|---|
+serialVersionUID: 1L + +
| +Serialized Fields | +
|---|
+String englishName+
+String isoCode+
+String name+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Type |
|---|---|---|---|
| com.fasterxml.jackson.core | jackson-annotations | 2.1.2 | jar |
| com.fasterxml.jackson.core | jackson-core | 2.1.2 | jar |
| com.fasterxml.jackson.core | jackson-databind | 2.1.2 | jar |
| commons-codec | commons-codec | 1.7 | jar |
| log4j | log4j | 1.2.17 | jar |
| org.apache.commons | commons-lang3 | 3.1 | jar |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId | ArtifactId | Version | Type |
|---|---|---|---|
| junit | junit | 4.11 | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId | ArtifactId | Version | Type |
|---|---|---|---|
| org.hamcrest | hamcrest-core | 1.3 | jar |
New BSD License: Hamcrest Core
GNU General Public License v3+: API-The MovieDB
Common Public License Version 1.0: JUnit
The Apache Software License, Version 2.0: Apache Log4j, Commons Codec, Commons Lang, Jackson-annotations, Jackson-core, jackson-databind
| Filename | Size | Entries | Classes | Packages | JDK Rev | Debug |
|---|---|---|---|---|---|---|
| jackson-annotations-2.1.2.jar | 33.67 kB | 59 | 48 | 1 | 1.5 | debug |
| jackson-core-2.1.2.jar | 201.84 kB | 110 | 89 | 8 | 1.5 | debug |
| jackson-databind-2.1.2.jar | 903.08 kB | 564 | 531 | 20 | 1.5 | debug |
| commons-codec-1.7.jar | 253.52 kB | 227 | 85 | 6 | 1.6 | debug |
| junit-4.11.jar | 239.30 kB | 266 | 233 | 28 | 1.5 | debug |
| log4j-1.2.17.jar | 478.40 kB | 353 | 314 | 21 | 1.4 | debug |
| commons-lang3-3.1.jar | 308.40 kB | 179 | 153 | 12 | 1.5 | debug |
| hamcrest-core-1.3.jar | 43.97 kB | 52 | 45 | 3 | 1.5 | debug |
| Total | Size | Entries | Classes | Packages | JDK Rev | Debug |
| 8 | 2.40 MB | 1,810 | 1,498 | 99 | 1.6 | 8 |
| compile: 6 | compile: 2.13 MB | compile: 1,492 | compile: 1,220 | compile: 68 | - | compile: 6 |
| test: 2 | test: 283.26 kB | test: 318 | test: 278 | test: 31 | - | test: 2 |
| Repo ID | URL | Release | Snapshot |
|---|---|---|---|
| apache.snapshots | http://repository.apache.org/snapshots | - | Yes |
| sonatype-nexus-snapshots | https://oss.sonatype.org/content/repositories/snapshots | - | Yes |
| maven2-repository.dev.java.net | http://download.java.net/maven/2/ | Yes | Yes |
| central | http://repo.maven.apache.org/maven2 | Yes | - |
Repository locations for each of the Dependencies.
Typically the licenses listed for the project are that of the project itself, and not of dependencies.
Copy of the license follows.
+Version 3, 29 June 2007
+ +Copyright © 2007 Free Software Foundation, Inc. + <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed.
+ +The GNU General Public License is a free, copyleft license for +software and other kinds of works.
+ +The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too.
+ +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things.
+ +To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others.
+ +For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights.
+ +Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it.
+ +For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions.
+ +Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users.
+ +Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free.
+ +The precise terms and conditions for copying, distribution and +modification follow.
+ +“This License” refers to version 3 of the GNU General Public License.
+ +“Copyright” also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks.
+ +“The Program” refers to any copyrightable work licensed under this +License. Each licensee is addressed as “you”. “Licensees” and +“recipients” may be individuals or organizations.
+ +To “modify” a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a “modified version” of the +earlier work or a work “based on” the earlier work.
+ +A “covered work” means either the unmodified Program or a work based +on the Program.
+ +To “propagate” a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well.
+ +To “convey” a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying.
+ +An interactive user interface displays “Appropriate Legal Notices” +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion.
+ +The “source code” for a work means the preferred form of the work +for making modifications to it. “Object code” means any non-source +form of a work.
+ +A “Standard Interface” means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language.
+ +The “System Libraries” of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +“Major Component”, in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it.
+ +The “Corresponding Source” for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work.
+ +The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source.
+ +The Corresponding Source for a work in source code form is that +same work.
+ +All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law.
+ +You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you.
+ +Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary.
+ +No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures.
+ +When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures.
+ +You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program.
+ +You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee.
+ +You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions:
+ +A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +“aggregate” if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate.
+ +You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways:
+ +A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work.
+ +A “User Product” is either (1) a “consumer product”, which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, “normally used” refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product.
+ +“Installation Information” for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made.
+ +If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM).
+ +The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network.
+ +Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying.
+ +“Additional permissions” are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions.
+ +When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission.
+ +Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms:
+ +All other non-permissive additional terms are considered “further +restrictions” within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying.
+ +If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms.
+ +Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way.
+ +You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11).
+ +However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation.
+ +Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice.
+ +Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10.
+ +You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so.
+ +Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License.
+ +An “entity transaction” is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts.
+ +You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it.
+ +A “contributor” is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's “contributor version”.
+ +A contributor's “essential patent claims” are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, “control” includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License.
+ +Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version.
+ +In the following three paragraphs, a “patent license” is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To “grant” such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party.
+ +If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. “Knowingly relying” means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid.
+ +If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it.
+ +A patent license is “discriminatory” if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007.
+ +Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law.
+ +If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program.
+ +Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such.
+ +The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns.
+ +Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License “or any later version” applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation.
+ +If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program.
+ +Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version.
+ +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+ +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES.
+ +If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee.
+ +END OF TERMS AND CONDITIONS
+ +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms.
+ +To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the “copyright” line and a pointer to where the full notice is found.
+ +<one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. ++ +
Also add information on how to contact you by electronic and paper mail.
+ +If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode:
+ +<program> Copyright (C) <year> <name of author> + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. ++ +
The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an “about box”.
+ +You should also get your employer (if you work as a programmer) or school, +if any, to sign a “copyright disclaimer” for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +<http://www.gnu.org/licenses/>.
+ +The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+ +This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.
| Document | Description |
|---|---|
| About | API for the TheMovieDb.org website |
| Source Repository | This is a link to the online source repository that can be viewed via a web browser. |
| Issue Tracking | This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link. |
| Project Summary | This document lists other related information of this project |
| Dependencies | This document lists the project's dependencies and provides information on each dependency. |
| Project License | This is a link to the definitions of project licenses. |
This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.
| Document | Description |
|---|---|
| JavaDocs | JavaDoc API documentation. |
| Test JavaDocs | Test JavaDoc API documentation. |
| Field | Value |
|---|---|
| Name | API-The MovieDB |
| Description | API for the TheMovieDb.org website |
| Homepage | https://github.com/Omertron/api-themoviedb |
Refer to the documentation of the SCM used for more information about anonymously check out. The connection url is:
git:git@github.com:Omertron/api-themoviedb.git
| TheMovieDbApiTest
+ + |
+
| TheMovieDbApiTest
+ + |
+
+
+
|
++ + | +||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +||||||||
+java.lang.Object ++com.omertron.themoviedbapi.TheMovieDbApiTest +
public class TheMovieDbApiTest
+Test cases for TheMovieDbApi API +
+ +
+
| +Constructor Summary | +|
|---|---|
TheMovieDbApiTest()
+
++ |
+|
| +Method Summary | +|
|---|---|
+ void |
+setUp()
+
++ |
+
+static void |
+setUpClass()
+
++ |
+
+ void |
+tearDown()
+
++ |
+
+static void |
+tearDownClass()
+
++ |
+
+ void |
+testCompareMovies()
+
++ Test of compareMovies method, of class TheMovieDbApi. |
+
+ void |
+testConfiguration()
+
++ Test of getConfiguration method, of class TheMovieDbApi. |
+
+ void |
+testCreateImageUrl()
+
++ Test of createImageUrl method, of class TheMovieDbApi. |
+
+ void |
+testGetApiBase()
+
++ Test of getApiBase method, of class TheMovieDbApi. |
+
+ void |
+testGetApiKey()
+
++ Test of getApiKey method, of class TheMovieDbApi. |
+
+ void |
+testGetAuthorisationToken()
+
++ Test of getAuthorisationToken method, of class TheMovieDbApi. |
+
+ void |
+testGetCollectionImages()
+
++ Test of getCollectionImages method, of class TheMovieDbApi. |
+
+ void |
+testGetCollectionInfo()
+
++ Test of getCollectionInfo method, of class TheMovieDbApi. |
+
+ void |
+testGetCompanyInfo()
+
++ Test of getCompanyInfo method, of class TheMovieDbApi. |
+
+ void |
+testGetCompanyMovies()
+
++ Test of getCompanyMovies method, of class TheMovieDbApi. |
+
+ void |
+testGetConfiguration()
+
++ Test of getConfiguration method, of class TheMovieDbApi. |
+
+ void |
+testGetGenreList()
+
++ Test of getGenreList method, of class TheMovieDbApi. |
+
+ void |
+testGetGenreMovies()
+
++ Test of getGenreMovies method, of class TheMovieDbApi. |
+
+ void |
+testGetGuestSessionToken()
+
++ Test of getGuestSessionToken method, of class TheMovieDbApi. |
+
+ void |
+testGetLatestMovie()
+
++ Test of getLatestMovie method, of class TheMovieDbApi. |
+
+ void |
+testGetMovieAlternativeTitles()
+
++ Test of getMovieAlternativeTitles method, of class TheMovieDbApi. |
+
+ void |
+testGetMovieCasts()
+
++ Test of getMovieCasts method, of class TheMovieDbApi. |
+
+ void |
+testGetMovieChanges()
+
++ |
+
+ void |
+testGetMovieImages()
+
++ Test of getMovieImages method, of class TheMovieDbApi. |
+
+ void |
+testGetMovieInfo()
+
++ Test of getMovieInfo method, of class TheMovieDbApi. |
+
+ void |
+testGetMovieInfoImdb()
+
++ Test of getMovieInfoImdb method, of class TheMovieDbApi. |
+
+ void |
+testGetMovieKeywords()
+
++ Test of getMovieKeywords method, of class TheMovieDbApi. |
+
+ void |
+testGetMovieLists()
+
++ |
+
+ void |
+testGetMovieReleaseInfo()
+
++ Test of getMovieReleaseInfo method, of class TheMovieDbApi. |
+
+ void |
+testGetMovieTrailers()
+
++ Test of getMovieTrailers method, of class TheMovieDbApi. |
+
+ void |
+testGetMovieTranslations()
+
++ Test of getMovieTranslations method, of class TheMovieDbApi. |
+
+ void |
+testGetNowPlayingMovies()
+
++ Test of getNowPlayingMovies method, of class TheMovieDbApi. |
+
+ void |
+testGetPersonCredits()
+
++ Test of getPersonCredits method, of class TheMovieDbApi. |
+
+ void |
+testGetPersonImages()
+
++ Test of getPersonImages method, of class TheMovieDbApi. |
+
+ void |
+testGetPersonInfo()
+
++ Test of getPersonInfo method, of class TheMovieDbApi. |
+
+ void |
+testGetPersonLatest()
+
++ |
+
+ void |
+testGetPopularMovieList()
+
++ Test of getPopularMovieList method, of class TheMovieDbApi. |
+
+ void |
+testGetSessionToken()
+
++ Test of getSessionToken method, of class TheMovieDbApi. |
+
+ void |
+testGetSimilarMovies()
+
++ Test of getSimilarMovies method, of class TheMovieDbApi. |
+
+ void |
+testGetTopRatedMovies()
+
++ Test of getTopRatedMovies method, of class TheMovieDbApi. |
+
+ void |
+testGetUpcoming()
+
++ Test of getUpcoming method, of class TheMovieDbApi. |
+
+ void |
+testSearchCollection()
+
++ Test of searchCollection method, of class TheMovieDbApi. |
+
+ void |
+testSearchCompanies()
+
++ Test of searchCompanies method, of class TheMovieDbApi. |
+
+ void |
+testSearchKeyword()
+
++ Test of searchKeyword method, of class TheMovieDbApi. |
+
+ void |
+testSearchList()
+
++ Test of searchList method, of class TheMovieDbApi. |
+
+ void |
+testSearchMovie()
+
++ Test of searchMovie method, of class TheMovieDbApi. |
+
+ void |
+testSearchPeople()
+
++ Test of searchPeople method, of class TheMovieDbApi. |
+
+ void |
+testSetProxy()
+
++ Test of setProxy method, of class TheMovieDbApi. |
+
+ void |
+testSetTimeout()
+
++ Test of setTimeout method, of class TheMovieDbApi. |
+
| Methods inherited from class java.lang.Object | +
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
+
| +Constructor Detail | +
|---|
+public TheMovieDbApiTest() + throws MovieDbException+
MovieDbException| +Method Detail | +
|---|
+public static void setUpClass() + throws Exception+
Exception+public static void tearDownClass() + throws Exception+
Exception+public void setUp()+
+public void tearDown()+
+public void testConfiguration() + throws IOException+
+
IOException+public void testSearchMovie() + throws MovieDbException+
+
MovieDbException+public void testGetMovieInfo() + throws MovieDbException+
+
MovieDbException+public void testGetMovieAlternativeTitles() + throws MovieDbException+
+
MovieDbException+public void testGetMovieCasts() + throws MovieDbException+
+
MovieDbException+public void testGetMovieImages() + throws MovieDbException+
+
MovieDbException+public void testGetMovieKeywords() + throws MovieDbException+
+
MovieDbException+public void testGetMovieReleaseInfo() + throws MovieDbException+
+
MovieDbException+public void testGetMovieTrailers() + throws MovieDbException+
+
MovieDbException+public void testGetMovieTranslations() + throws MovieDbException+
+
MovieDbException+public void testGetCollectionInfo() + throws MovieDbException+
+
MovieDbException+public void testCreateImageUrl() + throws MovieDbException+
+
MovieDbException+public void testGetMovieInfoImdb() + throws MovieDbException+
+
MovieDbException+public void testGetApiKey()+
+
+public void testGetApiBase()+
+
+public void testGetConfiguration()+
+
+public void testSearchPeople() + throws MovieDbException+
+
MovieDbException+public void testGetPersonInfo() + throws MovieDbException+
+
MovieDbException+public void testGetPersonCredits() + throws MovieDbException+
+
MovieDbException+public void testGetPersonImages() + throws MovieDbException+
+
MovieDbException+public void testGetLatestMovie() + throws MovieDbException+
+
MovieDbException+public void testCompareMovies()+
+
+public void testSetProxy()+
+
+public void testSetTimeout()+
+
+public void testGetNowPlayingMovies() + throws MovieDbException+
+
MovieDbException+public void testGetPopularMovieList() + throws MovieDbException+
+
MovieDbException+public void testGetTopRatedMovies() + throws MovieDbException+
+
MovieDbException+public void testGetCompanyInfo() + throws MovieDbException+
+
MovieDbException+public void testGetCompanyMovies() + throws MovieDbException+
+
MovieDbException+public void testSearchCompanies() + throws MovieDbException+
+
MovieDbException+public void testGetSimilarMovies() + throws MovieDbException+
+
MovieDbException+public void testGetGenreList() + throws MovieDbException+
+
MovieDbException+public void testGetGenreMovies() + throws MovieDbException+
+
MovieDbException+public void testGetUpcoming() + throws Exception+
+
Exception+public void testGetCollectionImages() + throws Exception+
+
Exception+public void testGetAuthorisationToken() + throws Exception+
+
Exception+public void testGetSessionToken() + throws Exception+
+
Exception+public void testGetGuestSessionToken() + throws Exception+
+
Exception+public void testGetMovieLists() + throws Exception+
Exception+public void testGetMovieChanges() + throws Exception+
Exception+public void testGetPersonLatest() + throws Exception+
Exception+public void testSearchCollection() + throws Exception+
+
Exception+public void testSearchList() + throws Exception+
+
Exception+public void testSearchKeyword() + throws Exception+
+
Exception
+
+
|
++ + | +||||||||
| + PREV CLASS + NEXT CLASS | ++ FRAMES + NO FRAMES + + + + + | +||||||||
| + SUMMARY: NESTED | FIELD | CONSTR | METHOD | ++DETAIL: FIELD | CONSTR | METHOD | +||||||||
+
+
|
++ + | +||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +||||||||
+
+
+
|
++ + | +||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +||||||||
|
+Classes
+
+ +TheMovieDbApiTest |
+
+
+
|
++ + | +||||||||
| + PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +||||||||
| +Class Summary | +|
|---|---|
| TheMovieDbApiTest | +Test cases for TheMovieDbApi API | +
+
+
+
|
++ + | +||||||||
| + PREV PACKAGE + NEXT PACKAGE | ++ FRAMES + NO FRAMES + + + + + | +||||||||
+
+
|
++ + | +||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +||||||||
+
+
|
++ + | +||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +||||||||
+
+
|
++ + | +||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +||||||||
+
+
+
|
++ + | +||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +||||||||
+
+
|
++ + | +||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +||||||||
+
+
|
++ + | +||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +||||||||
+
+
|
++ + | +||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +||||||||
+
+
|
++ + | +||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +||||||||
+
+
|
++ + | +||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +||||||||
+ +++Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:
+
+- Interfaces (italic)
- Classes
- Enums
- Exceptions
- Errors
- Annotation Types
+ ++ ++Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.- Class inheritance diagram
- Direct Subclasses
- All Known Subinterfaces
- All Known Implementing Classes
- Class/interface declaration
- Class/interface description +
+
- Nested Class Summary
- Field Summary
- Constructor Summary
- Method Summary +
+
- Field Detail
- Constructor Detail
- Method Detail
+ ++ ++Each annotation type has its own separate page with the following sections:
+
+- Annotation Type declaration
- Annotation Type description
- Required Element Summary
- Optional Element Summary
- Element Detail
+ +++Each enum has its own separate page with the following sections:
+
+- Enum declaration
- Enum description
- Enum Constant Summary
- Enum Constant Detail
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with+java.lang.Object. The interfaces do not inherit fromjava.lang.Object.+
+- When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
- When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.+
+
+
+
+
+This help file applies to API documentation generated using the standard doclet.
+
+
+
+
+
|
++ + | +||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +||||||||
+
+
|
++ + | +||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +||||||||
+
+
|
++ + | +||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +||||||||
+This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
+
+Link toNon-frame version.
+
+
+
|
++ + | +||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +||||||||
+
+
|
++ + | +||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +||||||||