diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 0775736b4..6bf8a4cd0 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,9 +2,9 @@
- + -com.omertron.themoviedbapi
public static enum MovieDbException.MovieDbExceptionType -extends Enum<MovieDbException.MovieDbExceptionType>+
public static enum MovieDbException.MovieDbExceptionType +extends Enum<MovieDbException.MovieDbExceptionType>
static MovieDbException.MovieDbExceptionTypevalueOf(String name)
+valueOf(String name)
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfclone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, waitgetClass, notify, notifyAll, wait, wait, wait
public static MovieDbException.MovieDbExceptionType valueOf(String name)+
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 nameNullPointerException - if the argument is nullIllegalArgumentException - if this enum type has no constant
+with the specified nameNullPointerException - if the argument is nullcom.omertron.themoviedbapi
public class MovieDbException -extends Exception+
public class MovieDbException +extends Exception
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
- String response,
- String url) MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+ String response,
+ String url) MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
- String response,
- String url,
- Throwable cause) MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+ String response,
+ String url,
+ Throwable cause) MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
- String response,
- URL url) MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+ String response,
+ URL url) MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
- String response,
- URL url,
- Throwable cause) MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+ String response,
+ URL url,
+ Throwable cause) getExceptionType()
StringStringgetResponse() StringStringgetUrl() addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringfillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, - String response, - String url)+ String response, + String url) @@ -246,8 +246,8 @@ extends
public MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, - String response, - URL url)+ String response, + URL url) @@ -257,9 +257,9 @@ extends
public MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, - String response, - String url, - Throwable cause)+ String response, + String url, + Throwable cause) @@ -269,9 +269,9 @@ extends
public MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, - String response, - URL url, - Throwable cause)+ String response, + URL url, + Throwable cause) @@ -297,7 +297,7 @@ extends
public String getResponse()+
public String getResponse()
public String getUrl()+
public String getUrl()
com.omertron.themoviedbapi
public class TheMovieDbApi -extends Object+
public class TheMovieDbApi +extends Object
This is for version 3 of the API as specified here:
@@ -123,12 +123,12 @@ extends Constructor and Description
-
TheMovieDbApi(String apiKey)
+TheMovieDbApi(String apiKey)
-
TheMovieDbApi(String apiKey,
+
@@ -150,90 +150,90 @@ extends
TheMovieDbApi(String apiKey,
org.yamj.api.common.http.CommonHttpClient httpClient)
-StatusCodeaddMovieToList(String sessionId,
- String listId,
- Integer movieId)
+addMovieToList(String sessionId,
+ String listId,
+ Integer movieId)
-StatusCodeaddToWatchList(String sessionId,
+addToWatchList(String sessionId,
int accountId,
- Integer movieId)
+ Integer movieId)
-StatusCodechangeFavoriteStatus(String sessionId,
+changeFavoriteStatus(String sessionId,
int accountId,
- Integer movieId,
+ Integer movieId,
boolean isFavorite)
-static booleancompareMovies(MovieDb moviedb,
- String title,
- String year)
+compareMovies(MovieDb moviedb,
+ String title,
+ String year)
-static booleancompareMovies(MovieDb moviedb,
- String title,
- String year,
+compareMovies(MovieDb moviedb,
+ String title,
+ String year,
int maxDistance)
-static booleancompareMovies(MovieDb moviedb,
- String title,
- String year,
+compareMovies(MovieDb moviedb,
+ String title,
+ String year,
int maxDistance,
boolean caseSensitive)
-
-static StringconvertToJson(Map<String,?> map)
+
+static StringconvertToJson(Map<String,?> map)
-
-URLcreateImageUrl(String imagePath,
- String requiredSize)
+
+URLcreateImageUrl(String imagePath,
+ String requiredSize)
-
-StringcreateList(String sessionId,
- String name,
- String description)
+
+StringcreateList(String sessionId,
+ String name,
+ String description)
-StatusCodedeleteMovieList(String sessionId,
- String listId)
+deleteMovieList(String sessionId,
+ String listId)
-AccountgetAccount(String sessionId)
+getAccount(String sessionId)
-
+StringString
@@ -247,15 +247,15 @@ extends
getApiKey()
-TmdbResultsList<Artwork>getCollectionImages(int collectionId,
- String language)
+getCollectionImages(int collectionId,
+ String language)
-CollectionInfogetCollectionInfo(int collectionId,
- String language)
+
@@ -269,8 +269,8 @@ extends
getCollectionInfo(int collectionId,
+ String language)
-TmdbResultsList<MovieDb>getCompanyMovies(int companyId,
- String language,
+
@@ -290,39 +290,39 @@ extends
getCompanyMovies(int companyId,
+ String language,
int page)
-TmdbResultsList<MovieDb>getDiscover(int page,
- String language,
- String sortBy,
+getDiscover(int page,
+ String language,
+ String sortBy,
boolean includeAdult,
int year,
int primaryReleaseYear,
int voteCountGte,
float voteAverageGte,
- String withGenres,
- String releaseDateGte,
- String releaseDateLte,
- String certificationCountry,
- String certificationLte,
- String withCompanies)
+ String withGenres,
+ String releaseDateGte,
+ String releaseDateLte,
+ String certificationCountry,
+ String certificationLte,
+ String withCompanies)
-
-List<MovieDb>getFavoriteMovies(String sessionId,
+
+List<MovieDb>getFavoriteMovies(String sessionId,
int accountId)
-TmdbResultsList<Genre>getGenreList(String language)
+getGenreList(String language)
-TmdbResultsList<MovieDb>getGenreMovies(int genreId,
- String language,
+getGenreMovies(int genreId,
+ String language,
int page,
boolean includeAllMovies)
-KeywordgetKeyword(String keywordId)
+getKeyword(String keywordId)
-TmdbResultsList<KeywordMovie>getKeywordMovies(String keywordId,
- String language,
+
@@ -360,135 +360,135 @@ extends
getKeywordMovies(String keywordId,
+ String language,
int page)
-MovieDbListgetList(String listId)
+getList(String listId)
-TmdbResultsList<AlternativeTitle>getMovieAlternativeTitles(int movieId,
- String country,
- String... appendToResponse)
+getMovieAlternativeTitles(int movieId,
+ String country,
+ String... appendToResponse)
-TmdbResultsList<Person>getMovieCasts(int movieId,
- String... appendToResponse)
+getMovieCasts(int movieId,
+ String... appendToResponse)
-
-TmdbResultsMap<String,List<ChangedItem>>getMovieChanges(int movieId,
- String startDate,
- String endDate)
+
+TmdbResultsMap<String,List<ChangedItem>>getMovieChanges(int movieId,
+ String startDate,
+ String endDate)
-TmdbResultsList<ChangedMovie>getMovieChangesList(int page,
- String startDate,
- String endDate)
+getMovieChangesList(int page,
+ String startDate,
+ String endDate)
-TmdbResultsList<Artwork>getMovieImages(int movieId,
- String language,
- String... appendToResponse)
+getMovieImages(int movieId,
+ String language,
+ String... appendToResponse)
-MovieDbgetMovieInfo(int movieId,
- String language,
- String... appendToResponse)
+getMovieInfo(int movieId,
+ String language,
+ String... appendToResponse)
-MovieDbgetMovieInfoImdb(String imdbId,
- String language,
- String... appendToResponse)
+getMovieInfoImdb(String imdbId,
+ String language,
+ String... appendToResponse)
-TmdbResultsList<Keyword>getMovieKeywords(int movieId,
- String... appendToResponse)
+getMovieKeywords(int movieId,
+ String... appendToResponse)
-TmdbResultsList<MovieList>getMovieLists(int movieId,
- String language,
+getMovieLists(int movieId,
+ String language,
int page,
- String... appendToResponse)
+ String... appendToResponse)
-TmdbResultsList<ReleaseInfo>getMovieReleaseInfo(int movieId,
- String language,
- String... appendToResponse)
+getMovieReleaseInfo(int movieId,
+ String language,
+ String... appendToResponse)
-TmdbResultsList<Trailer>getMovieTrailers(int movieId,
- String language,
- String... appendToResponse)
+getMovieTrailers(int movieId,
+ String language,
+ String... appendToResponse)
-TmdbResultsList<Translation>getMovieTranslations(int movieId,
- String... appendToResponse)
+getMovieTranslations(int movieId,
+ String... appendToResponse)
-TmdbResultsList<MovieDb>getNowPlayingMovies(String language,
+getNowPlayingMovies(String language,
int page)
-voidgetPersonChanges(int personId,
- String startDate,
- String endDate)
+getPersonChanges(int personId,
+ String startDate,
+ String endDate)
-void
+getPersonChangesList(int page,
- String startDate,
- String endDate) getPersonChangesList(int page,
+ String startDate,
+ String endDate)
@@ -526,24 +526,24 @@ extends
-TmdbResultsList<PersonCredit>getPersonCredits(int personId,
- String... appendToResponse)
+
@@ -501,8 +501,8 @@ extends
getPersonCredits(int personId,
+ String... appendToResponse)
-PersongetPersonInfo(int personId,
- String... appendToResponse)
+getPersonInfo(int personId,
+ String... appendToResponse)
TmdbResultsList<MovieDb>getPopularMovieList(String language,
+getPopularMovieList(String language,
int page)
This method is used to retrieve the daily movie popularity list.
-List<MovieDb>
-getRatedMovies(String sessionId,
+List<MovieDb>
+getRatedMovies(String sessionId,
int accountId)
Get the list of rated movies (and associated rating) for an account.
TmdbResultsList<Reviews>
-getReviews(int movieId,
- String language,
+getReviews(int movieId,
+ String language,
int page,
- String... appendToResponse)
+ String... appendToResponse)
TokenSession
@@ -554,17 +554,17 @@ extends
TmdbResultsList<MovieDb>
-getSimilarMovies(int movieId,
- String language,
+getSimilarMovies(int movieId,
+ String language,
int page,
- String... appendToResponse)
+ String... appendToResponse)
The similar movies method will let you retrieve the similar movies for a
particular movie.
TmdbResultsList<MovieDb>
-getTopRatedMovies(String language,
+getTopRatedMovies(String language,
int page)
This method is used to retrieve the top rated movies that have over 10
votes on TMDb.
@@ -572,91 +572,91 @@ extends
TmdbResultsList<MovieDb>
-getUpcoming(String language,
+getUpcoming(String language,
int page)
Get the list of upcoming movies.
-List<MovieDbList>
-getUserLists(String sessionId,
+List<MovieDbList>
+getUserLists(String sessionId,
int accountID)
Get all lists of a given user
-List<MovieDb>
-getWatchList(String sessionId,
+List<MovieDb>
+getWatchList(String sessionId,
int accountId)
Get the list of movies on an accounts watchlist.
boolean
-isMovieOnList(String listId,
- Integer movieId)
+isMovieOnList(String listId,
+ Integer movieId)
Check to see if a movie ID is already added to a list.
boolean
-postMovieRating(String sessionId,
- Integer movieId,
- Integer rating)
+postMovieRating(String sessionId,
+ Integer movieId,
+ Integer rating)
This method lets users rate a movie.
StatusCode
-removeFromWatchList(String sessionId,
+removeFromWatchList(String sessionId,
int accountId,
- Integer movieId)
+ Integer movieId)
Remove a movie from an accounts watch list.
StatusCode
-removeMovieFromList(String sessionId,
- String listId,
- Integer movieId)
+removeMovieFromList(String sessionId,
+ String listId,
+ Integer movieId)
This method lets users remove movies from a list that they created.
TmdbResultsList<Collection>
-searchCollection(String query,
- String language,
+searchCollection(String query,
+ String language,
int page)
Search for collections by name.
TmdbResultsList<Company>
-searchCompanies(String companyName,
+searchCompanies(String companyName,
int page)
Search Companies.
TmdbResultsList<Keyword>
-searchKeyword(String query,
+searchKeyword(String query,
int page)
Search for keywords by name
TmdbResultsList<MovieList>
-searchList(String query,
- String language,
+searchList(String query,
+ String language,
int page)
Search for lists by name and description.
TmdbResultsList<MovieDb>
-searchMovie(String movieName,
+searchMovie(String movieName,
int searchYear,
- String language,
+ String language,
boolean includeAdult,
int page)
Search Movies This is a good starting point to start finding movies on
@@ -665,7 +665,7 @@ extends
TmdbResultsList<Person>
-searchPeople(String personName,
+searchPeople(String personName,
boolean includeAdult,
int page)
This is a good starting point to start finding people on TMDb.
@@ -673,16 +673,16 @@ extends
void
-setProxy(String host,
+setProxy(String host,
int port,
- String username,
- String password)
+ String username,
+ String password)
Set the proxy information
void
-setTimeout(int connect,
+setTimeout(int connect,
int read)
Set the connection and read time out values
@@ -692,8 +692,8 @@ extends
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -715,7 +715,7 @@ extends
-
TheMovieDbApi
-public TheMovieDbApi(String apiKey)
+public TheMovieDbApi(String apiKey)
throws MovieDbException
API for The Movie Db.
- Parameters:
apiKey -
@@ -729,7 +729,7 @@ extends
-
TheMovieDbApi
-public TheMovieDbApi(String apiKey,
+public TheMovieDbApi(String apiKey,
org.yamj.api.common.http.CommonHttpClient httpClient)
throws MovieDbException
API for The Movie Db.
@@ -752,7 +752,7 @@ extends
-
getApiKey
-public String getApiKey()
+public String getApiKey()
Get the API key that is to be used
- Returns:
@@ -763,10 +763,10 @@ extends
-
setProxy
-public void setProxy(String host,
+public void setProxy(String host,
int port,
- String username,
- String password)
+ String username,
+ String password)
Set the proxy information
- Parameters:
host - port - username - password -
@@ -790,8 +790,8 @@ extends
compareMovies
public static boolean compareMovies(MovieDb moviedb,
- String title,
- String year)
+ String title,
+ String year)
Compare the MovieDB object with a title & year
- Parameters:
moviedb - The moviedb object to compare tootitle - The title of the movie to compareyear - The year of the movie to compare exact match
- Returns:
- True if there is a match, False otherwise.
@@ -804,8 +804,8 @@ extends
compareMovies
public static boolean compareMovies(MovieDb moviedb,
- String title,
- String year,
+ String title,
+ String year,
int maxDistance,
boolean caseSensitive)
Compare the MovieDB object with a title & year
@@ -821,8 +821,8 @@ extends
compareMovies
public static boolean compareMovies(MovieDb moviedb,
- String title,
- String year,
+ String title,
+ String year,
int maxDistance)
Compare the MovieDB object with a title & year, case sensitive
- Parameters:
moviedb - title - year - maxDistance -
@@ -846,8 +846,8 @@ extends
-
createImageUrl
-public URL createImageUrl(String imagePath,
- String requiredSize)
+public URL createImageUrl(String imagePath,
+ String requiredSize)
throws MovieDbException
Generate the full image URL from the size and image path
- Parameters:
imagePath - requiredSize -
@@ -930,7 +930,7 @@ extends
-
getAccount
-public Account getAccount(String sessionId)
+public Account getAccount(String sessionId)
throws MovieDbException
Get the basic information for an account. You will need to have a valid
session id.
@@ -946,7 +946,7 @@ extends
-
getFavoriteMovies
-public List<MovieDb> getFavoriteMovies(String sessionId,
+public List<MovieDb> getFavoriteMovies(String sessionId,
int accountId)
throws MovieDbException
- Throws:
@@ -959,9 +959,9 @@ extends
-
changeFavoriteStatus
-public StatusCode changeFavoriteStatus(String sessionId,
+public StatusCode changeFavoriteStatus(String sessionId,
int accountId,
- Integer movieId,
+ Integer movieId,
boolean isFavorite)
throws MovieDbException
- Throws:
@@ -974,9 +974,9 @@ extends
-
addToWatchList
-public StatusCode addToWatchList(String sessionId,
+public StatusCode addToWatchList(String sessionId,
int accountId,
- Integer movieId)
+ Integer movieId)
throws MovieDbException
Add a movie to an accounts watch list.
- Parameters:
sessionId - accountId - movieId -
@@ -991,9 +991,9 @@ extends
-
removeFromWatchList
-public StatusCode removeFromWatchList(String sessionId,
+public StatusCode removeFromWatchList(String sessionId,
int accountId,
- Integer movieId)
+ Integer movieId)
throws MovieDbException
Remove a movie from an accounts watch list.
- Parameters:
sessionId - accountId - movieId -
@@ -1009,8 +1009,8 @@ extends
getMovieInfo
public MovieDb getMovieInfo(int movieId,
- String language,
- String... appendToResponse)
+ String language,
+ String... appendToResponse)
throws MovieDbException
This method is used to retrieve all of the basic movie information.
@@ -1030,9 +1030,9 @@ extends
-
getMovieInfoImdb
-public MovieDb getMovieInfoImdb(String imdbId,
- String language,
- String... appendToResponse)
+public MovieDb getMovieInfoImdb(String imdbId,
+ String language,
+ String... appendToResponse)
throws MovieDbException
This method is used to retrieve all of the basic movie information.
@@ -1053,8 +1053,8 @@ extends
getMovieAlternativeTitles
public TmdbResultsList<AlternativeTitle> getMovieAlternativeTitles(int movieId,
- String country,
- String... appendToResponse)
+ String country,
+ String... appendToResponse)
throws MovieDbException
This method is used to retrieve all of the alternative titles we have for
a particular movie.
@@ -1071,7 +1071,7 @@ extends
getMovieCasts
public TmdbResultsList<Person> getMovieCasts(int movieId,
- String... appendToResponse)
+ String... appendToResponse)
throws MovieDbException
Get the cast information for a specific movie id.
@@ -1089,8 +1089,8 @@ extends
getMovieImages
public TmdbResultsList<Artwork> getMovieImages(int movieId,
- String language,
- String... appendToResponse)
+ String language,
+ String... appendToResponse)
throws MovieDbException
This method should be used when you’re wanting to retrieve all of the
images for a particular movie.
@@ -1107,7 +1107,7 @@ extends
getMovieKeywords
public TmdbResultsList<Keyword> getMovieKeywords(int movieId,
- String... appendToResponse)
+ String... appendToResponse)
throws MovieDbException
This method is used to retrieve all of the keywords that have been added
to a particular movie.
@@ -1126,8 +1126,8 @@ extends
getMovieReleaseInfo
public TmdbResultsList<ReleaseInfo> getMovieReleaseInfo(int movieId,
- String language,
- String... appendToResponse)
+ String language,
+ String... appendToResponse)
throws MovieDbException
This method is used to retrieve all of the release and certification data
we have for a specific movie.
@@ -1144,8 +1144,8 @@ extends
getMovieTrailers
public TmdbResultsList<Trailer> getMovieTrailers(int movieId,
- String language,
- String... appendToResponse)
+ String language,
+ String... appendToResponse)
throws MovieDbException
This method is used to retrieve all of the trailers for a particular
movie.
@@ -1164,7 +1164,7 @@ extends
getMovieTranslations
public TmdbResultsList<Translation> getMovieTranslations(int movieId,
- String... appendToResponse)
+ String... appendToResponse)
throws MovieDbException
This method is used to retrieve a list of the available translations for
a specific movie.
@@ -1181,9 +1181,9 @@ extends
getSimilarMovies
public TmdbResultsList<MovieDb> getSimilarMovies(int movieId,
- String language,
+ String language,
int page,
- String... appendToResponse)
+ String... appendToResponse)
throws MovieDbException
The similar movies method will let you retrieve the similar movies for a
particular movie.
@@ -1205,9 +1205,9 @@ extends
getReviews
public TmdbResultsList<Reviews> getReviews(int movieId,
- String language,
+ String language,
int page,
- String... appendToResponse)
+ String... appendToResponse)
throws MovieDbException
- Throws:
MovieDbException
@@ -1220,9 +1220,9 @@ extends
getMovieLists
public TmdbResultsList<MovieList> getMovieLists(int movieId,
- String language,
+ String language,
int page,
- String... appendToResponse)
+ String... appendToResponse)
throws MovieDbException
Get the lists that the movie belongs to
- Parameters:
movieId - language - page - appendToResponse -
@@ -1237,9 +1237,9 @@ extends
-
getMovieChanges
-public TmdbResultsMap<String,List<ChangedItem>> getMovieChanges(int movieId,
- String startDate,
- String endDate)
+public TmdbResultsMap<String,List<ChangedItem>> getMovieChanges(int movieId,
+ String startDate,
+ String endDate)
throws MovieDbException
Get the changes for a specific movie id.
@@ -1280,7 +1280,7 @@ extends
-
getUpcoming
-public TmdbResultsList<MovieDb> getUpcoming(String language,
+public TmdbResultsList<MovieDb> getUpcoming(String language,
int page)
throws MovieDbException
Get the list of upcoming movies.
@@ -1300,7 +1300,7 @@ extends
-
getNowPlayingMovies
-public TmdbResultsList<MovieDb> getNowPlayingMovies(String language,
+public TmdbResultsList<MovieDb> getNowPlayingMovies(String language,
int page)
throws MovieDbException
This method is used to retrieve the movies currently in theatres.
@@ -1321,7 +1321,7 @@ extends
-
getPopularMovieList
-public TmdbResultsList<MovieDb> getPopularMovieList(String language,
+public TmdbResultsList<MovieDb> getPopularMovieList(String language,
int page)
throws MovieDbException
This method is used to retrieve the daily movie popularity list.
@@ -1341,7 +1341,7 @@ extends
-
getTopRatedMovies
-public TmdbResultsList<MovieDb> getTopRatedMovies(String language,
+public TmdbResultsList<MovieDb> getTopRatedMovies(String language,
int page)
throws MovieDbException
This method is used to retrieve the top rated movies that have over 10
@@ -1362,7 +1362,7 @@ extends
-
getRatedMovies
-public List<MovieDb> getRatedMovies(String sessionId,
+public List<MovieDb> getRatedMovies(String sessionId,
int accountId)
throws MovieDbException
Get the list of rated movies (and associated rating) for an account.
@@ -1378,9 +1378,9 @@ extends
-
postMovieRating
-public boolean postMovieRating(String sessionId,
- Integer movieId,
- Integer rating)
+public boolean postMovieRating(String sessionId,
+ Integer movieId,
+ Integer rating)
throws MovieDbException
This method lets users rate a movie.
@@ -1398,7 +1398,7 @@ extends
getCollectionInfo
public CollectionInfo getCollectionInfo(int collectionId,
- String language)
+ String language)
throws MovieDbException
This method is used to retrieve all of the basic information about a
movie collection.
@@ -1418,7 +1418,7 @@ extends
getCollectionImages
public TmdbResultsList<Artwork> getCollectionImages(int collectionId,
- String language)
+ String language)
throws MovieDbException
Get all of the images for a particular collection by collection id.
- Parameters:
collectionId - language -
@@ -1434,7 +1434,7 @@ extends
getPersonInfo
public Person getPersonInfo(int personId,
- String... appendToResponse)
+ String... appendToResponse)
throws MovieDbException
This method is used to retrieve all of the basic person information.
@@ -1452,7 +1452,7 @@ extends
getPersonCredits
public TmdbResultsList<PersonCredit> getPersonCredits(int personId,
- String... appendToResponse)
+ String... appendToResponse)
throws MovieDbException
This method is used to retrieve all of the cast & crew information for
the person.
@@ -1486,8 +1486,8 @@ extends
getPersonChanges
public void getPersonChanges(int personId,
- String startDate,
- String endDate)
+ String startDate,
+ String endDate)
throws MovieDbException
Get the changes for a specific person id.
@@ -1574,7 +1574,7 @@ extends
getCompanyMovies
public TmdbResultsList<MovieDb> getCompanyMovies(int companyId,
- String language,
+ String language,
int page)
throws MovieDbException
This method is used to retrieve the movies associated with a company.
@@ -1595,7 +1595,7 @@ extends
-
getGenreList
-public TmdbResultsList<Genre> getGenreList(String language)
+public TmdbResultsList<Genre> getGenreList(String language)
throws MovieDbException
You can use this method to retrieve the list of genres used on TMDb.
@@ -1613,7 +1613,7 @@ extends
getGenreMovies
public TmdbResultsList<MovieDb> getGenreMovies(int genreId,
- String language,
+ String language,
int page,
boolean includeAllMovies)
throws MovieDbException
@@ -1636,9 +1636,9 @@ extends
-
searchMovie
-public TmdbResultsList<MovieDb> searchMovie(String movieName,
+public TmdbResultsList<MovieDb> searchMovie(String movieName,
int searchYear,
- String language,
+ String language,
boolean includeAdult,
int page)
throws MovieDbException
@@ -1658,8 +1658,8 @@ extends
-
searchCollection
-public TmdbResultsList<Collection> searchCollection(String query,
- String language,
+public TmdbResultsList<Collection> searchCollection(String query,
+ String language,
int page)
throws MovieDbException
Search for collections by name.
@@ -1675,7 +1675,7 @@ extends
-
searchPeople
-public TmdbResultsList<Person> searchPeople(String personName,
+public TmdbResultsList<Person> searchPeople(String personName,
boolean includeAdult,
int page)
throws MovieDbException
@@ -1695,8 +1695,8 @@ extends
-
searchList
-public TmdbResultsList<MovieList> searchList(String query,
- String language,
+public TmdbResultsList<MovieList> searchList(String query,
+ String language,
int page)
throws MovieDbException
Search for lists by name and description.
@@ -1712,7 +1712,7 @@ extends
-
searchCompanies
-public TmdbResultsList<Company> searchCompanies(String companyName,
+public TmdbResultsList<Company> searchCompanies(String companyName,
int page)
throws MovieDbException
Search Companies.
@@ -1733,7 +1733,7 @@ extends
-
searchKeyword
-public TmdbResultsList<Keyword> searchKeyword(String query,
+public TmdbResultsList<Keyword> searchKeyword(String query,
int page)
throws MovieDbException
Search for keywords by name
@@ -1749,7 +1749,7 @@ extends
-
getList
-public MovieDbList getList(String listId)
+public MovieDbList getList(String listId)
throws MovieDbException
Get a list by its ID
- Parameters:
listId -
@@ -1764,7 +1764,7 @@ extends
-
getUserLists
-public List<MovieDbList> getUserLists(String sessionId,
+public List<MovieDbList> getUserLists(String sessionId,
int accountID)
throws MovieDbException
Get all lists of a given user
@@ -1780,9 +1780,9 @@ extends
-
createList
-public String createList(String sessionId,
- String name,
- String description)
+public String createList(String sessionId,
+ String name,
+ String description)
throws MovieDbException
This method lets users create a new list. A valid session id is required.
- Parameters:
sessionId - name - description -
@@ -1797,8 +1797,8 @@ extends
-
isMovieOnList
-public boolean isMovieOnList(String listId,
- Integer movieId)
+public boolean isMovieOnList(String listId,
+ Integer movieId)
throws MovieDbException
Check to see if a movie ID is already added to a list.
- Parameters:
listId - movieId -
@@ -1813,9 +1813,9 @@ extends
-
addMovieToList
-public StatusCode addMovieToList(String sessionId,
- String listId,
- Integer movieId)
+public StatusCode addMovieToList(String sessionId,
+ String listId,
+ Integer movieId)
throws MovieDbException
This method lets users add new movies to a list that they created. A
valid session id is required.
@@ -1831,9 +1831,9 @@ extends
-
removeMovieFromList
-public StatusCode removeMovieFromList(String sessionId,
- String listId,
- Integer movieId)
+public StatusCode removeMovieFromList(String sessionId,
+ String listId,
+ Integer movieId)
throws MovieDbException
This method lets users remove movies from a list that they created. A
valid session id is required.
@@ -1849,7 +1849,7 @@ extends
-
getWatchList
-public List<MovieDb> getWatchList(String sessionId,
+public List<MovieDb> getWatchList(String sessionId,
int accountId)
throws MovieDbException
Get the list of movies on an accounts watchlist.
@@ -1865,8 +1865,8 @@ extends
-
deleteMovieList
-public StatusCode deleteMovieList(String sessionId,
- String listId)
+public StatusCode deleteMovieList(String sessionId,
+ String listId)
throws MovieDbException
This method lets users delete a list that they created. A valid session
id is required.
@@ -1882,7 +1882,7 @@ extends
-
getKeyword
-public Keyword getKeyword(String keywordId)
+public Keyword getKeyword(String keywordId)
throws MovieDbException
Get the basic information for a specific keyword id.
- Parameters:
keywordId -
@@ -1897,8 +1897,8 @@ extends
-
getKeywordMovies
-public TmdbResultsList<KeywordMovie> getKeywordMovies(String keywordId,
- String language,
+public TmdbResultsList<KeywordMovie> getKeywordMovies(String keywordId,
+ String language,
int page)
throws MovieDbException
Get the list of movies for a particular keyword by id.
@@ -1915,8 +1915,8 @@ extends
getMovieChangesList
public TmdbResultsList<ChangedMovie> getMovieChangesList(int page,
- String startDate,
- String endDate)
+ String startDate,
+ String endDate)
throws MovieDbException
Get a list of movie ids that have been edited. By default we show the
last 24 hours and only 100 items per page. The maximum number of days
@@ -1937,8 +1937,8 @@ extends
getPersonChangesList
public void getPersonChangesList(int page,
- String startDate,
- String endDate)
+ String startDate,
+ String endDate)
throws MovieDbException
- Throws:
MovieDbException
@@ -1963,19 +1963,19 @@ extends
getDiscover
public TmdbResultsList<MovieDb> getDiscover(int page,
- String language,
- String sortBy,
+ String language,
+ String sortBy,
boolean includeAdult,
int year,
int primaryReleaseYear,
int voteCountGte,
float voteAverageGte,
- String withGenres,
- String releaseDateGte,
- String releaseDateLte,
- String certificationCountry,
- String certificationLte,
- String withCompanies)
+ String withGenres,
+ String releaseDateGte,
+ String releaseDateLte,
+ String certificationCountry,
+ String certificationLte,
+ String withCompanies)
throws MovieDbException
Discover movies by different types of data like average rating, number of
votes, genres and certifications.
@@ -2026,7 +2026,7 @@ extends
-
convertToJson
-public static String convertToJson(Map<String,?> map)
+public static String convertToJson(Map<String,?> map)
throws MovieDbException
Use Jackson to convert Map to JSON string.
diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html
index 55fa68728..146d57773 100644
--- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html
+++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html
@@ -2,16 +2,16 @@
-
+
-Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 3.12-SNAPSHOT API)
+Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 3.11 API)
@@ -37,12 +37,12 @@
static MovieDbException.MovieDbExceptionType
-MovieDbException.MovieDbExceptionType.valueOf(String name)
+ MovieDbException.MovieDbExceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
@@ -122,26 +122,26 @@ the order they are declared.
-MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
- String response,
- String url)
+MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+ String response,
+ String url)
-MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
- String response,
- String url,
- Throwable cause)
+MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+ String response,
+ String url,
+ Throwable cause)
-MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
- String response,
- URL url)
+MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+ String response,
+ URL url)
-MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
- String response,
- URL url,
- Throwable cause)
+MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+ String response,
+ URL url,
+ Throwable cause)
@@ -169,12 +169,12 @@ the order they are declared.
@@ -80,12 +80,12 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class AbstractIdName
-- java.lang.Object
+- java.lang.Object
-
- com.omertron.themoviedbapi.model.AbstractJsonMapping
@@ -102,7 +102,7 @@
-
- All Implemented Interfaces:
-- Serializable
+- Serializable
- Direct Known Subclasses:
@@ -110,7 +110,7 @@
-public class AbstractIdName
+public class AbstractIdName
extends AbstractJsonMapping
+handleUnknown, toString
-
-
Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+Methods inherited from class java.lang.Object
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -235,7 +235,7 @@ extends
-
getName
-public String getName()
+public String getName()
@@ -253,7 +253,7 @@ extends
-
setName
-public void setName(String name)
+public void setName(String name)
@@ -262,10 +262,10 @@ extends
-
equals
-public boolean equals(Object obj)
+public boolean equals(Object obj)
@@ -278,7 +278,7 @@ extends hashCode in class Object
+hashCode in class Object
@@ -308,12 +308,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
index 28851cf8c..8f9682c72 100644
--- a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
+++ b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
@@ -2,16 +2,16 @@
-
+
-AbstractJsonMapping (API-The MovieDB 3.12-SNAPSHOT API)
+AbstractJsonMapping (API-The MovieDB 3.11 API)
@@ -37,12 +37,12 @@
@@ -80,12 +80,12 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class AbstractJsonMapping
-- java.lang.Object
+- java.lang.Object
-
- com.omertron.themoviedbapi.model.AbstractJsonMapping
@@ -97,7 +97,7 @@
-
- All Implemented Interfaces:
-- Serializable
+- Serializable
- Direct Known Subclasses:
@@ -105,9 +105,9 @@
-public abstract class AbstractJsonMapping
-extends Object
-implements Serializable
+public abstract class AbstractJsonMapping
+extends Object
+implements Serializable
Abstract class to handle any unknown properties by outputting a log message
- Author:
- stuart.boston
@@ -149,13 +149,13 @@ implements
protected void
-handleUnknown(String key,
- Object value)
+handleUnknown(String key,
+ Object value)
Handle unknown properties and print a message
-String
+String
toString()
@@ -163,8 +163,8 @@ implements
-Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -203,8 +203,8 @@ implements
-
handleUnknown
-protected void handleUnknown(String key,
- Object value)
+protected void handleUnknown(String key,
+ Object value)
Handle unknown properties and print a message
- Parameters:
key - value -
@@ -215,10 +215,10 @@ implements
-
toString
-public String toString()
+public String toString()
@@ -248,12 +248,12 @@ implements
diff --git a/apidocs/com/omertron/themoviedbapi/model/Account.html b/apidocs/com/omertron/themoviedbapi/model/Account.html
index ef2ff07cc..158556783 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Account.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Account.html
@@ -2,16 +2,16 @@
-
+
-Account (API-The MovieDB 3.12-SNAPSHOT API)
+Account (API-The MovieDB 3.11 API)
@@ -37,12 +37,12 @@
@@ -80,12 +80,12 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class Account
-- java.lang.Object
+- java.lang.Object
-
- com.omertron.themoviedbapi.model.AbstractJsonMapping
@@ -102,11 +102,11 @@
-
- All Implemented Interfaces:
-- Serializable
+- Serializable
-public class Account
+public class Account
extends AbstractJsonMapping
- See Also:
- Serialized Form
@@ -145,7 +145,7 @@ extends Method and Description
-String
+String
getCountry()
@@ -153,15 +153,15 @@ extends getId()
-String
+String
getLanguage()
-String
+String
getName()
-String
+String
getUserName()
@@ -170,7 +170,7 @@ extends
void
-setCountry(String country)
+setCountry(String country)
void
@@ -182,15 +182,15 @@ extends
void
-setLanguage(String language)
+setLanguage(String language)
void
-setName(String name)
+setName(String name)
void
-setUserName(String userName)
+setUserName(String userName)
@@ -198,14 +198,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -262,7 +262,7 @@ extends
-
getName
-public String getName()
+public String getName()
@@ -271,7 +271,7 @@ extends
-
setName
-public void setName(String name)
+public void setName(String name)
@@ -298,7 +298,7 @@ extends
-
getUserName
-public String getUserName()
+public String getUserName()
@@ -307,7 +307,7 @@ extends
-
setUserName
-public void setUserName(String userName)
+public void setUserName(String userName)
@@ -316,7 +316,7 @@ extends
-
getLanguage
-public String getLanguage()
+public String getLanguage()
@@ -325,7 +325,7 @@ extends
-
setLanguage
-public void setLanguage(String language)
+public void setLanguage(String language)
@@ -334,7 +334,7 @@ extends
-
getCountry
-public String getCountry()
+public String getCountry()
@@ -343,7 +343,7 @@ extends
-
setCountry
-public void setCountry(String country)
+public void setCountry(String country)
@@ -372,12 +372,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html
index f1e0d35bc..b01f63647 100644
--- a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html
+++ b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html
@@ -2,16 +2,16 @@
-
+
-AlternativeTitle (API-The MovieDB 3.12-SNAPSHOT API)
+AlternativeTitle (API-The MovieDB 3.11 API)
@@ -37,12 +37,12 @@
@@ -80,12 +80,12 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class AlternativeTitle
-- java.lang.Object
+- java.lang.Object
-
- com.omertron.themoviedbapi.model.AlternativeTitle
@@ -97,13 +97,13 @@
-
- All Implemented Interfaces:
-- Serializable
+- Serializable
-public class AlternativeTitle
-extends Object
-implements Serializable
+public class AlternativeTitle
+extends Object
+implements Serializable
- Author:
- Stuart
- See Also:
- Serialized Form
@@ -144,14 +144,14 @@ implements
boolean
-equals(Object obj)
+equals(Object obj)
-String
+String
getCountry()
-String
+String
getTitle()
@@ -160,19 +160,19 @@ implements
void
-setCountry(String country)
+setCountry(String country)
void
-setTitle(String title)
+setTitle(String title)
@@ -211,7 +211,7 @@ implements
-
getCountry
-public String getCountry()
+public String getCountry()
@@ -220,7 +220,7 @@ implements
-
getTitle
-public String getTitle()
+public String getTitle()
@@ -229,7 +229,7 @@ implements
-
setCountry
-public void setCountry(String country)
+public void setCountry(String country)
@@ -238,7 +238,7 @@ implements
-
setTitle
-public void setTitle(String title)
+public void setTitle(String title)
@@ -247,10 +247,10 @@ implements
-
equals
-public boolean equals(Object obj)
+public boolean equals(Object obj)
@@ -263,7 +263,7 @@ implements hashCode in class Object
+hashCode in class Object
@@ -293,12 +293,12 @@ implements
diff --git a/apidocs/com/omertron/themoviedbapi/model/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/Artwork.html
index 6130fd34d..feae8ccd5 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Artwork.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Artwork.html
@@ -2,16 +2,16 @@
-
+
-Artwork (API-The MovieDB 3.12-SNAPSHOT API)
+Artwork (API-The MovieDB 3.11 API)
@@ -37,12 +37,12 @@
@@ -80,12 +80,12 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class Artwork
-- java.lang.Object
+- java.lang.Object
-
- com.omertron.themoviedbapi.model.AbstractJsonMapping
@@ -102,11 +102,11 @@
-
- All Implemented Interfaces:
-- Serializable
+- Serializable
-public class Artwork
+public class Artwork
extends AbstractJsonMapping
The artwork type information
- Author:
@@ -149,7 +149,7 @@ extends
boolean
-equals(Object obj)
+equals(Object obj)
ArtworkType
@@ -160,11 +160,11 @@ extends getAspectRatio()
-String
+String
getFilePath()
-String
+String
getFlag()
@@ -172,11 +172,11 @@ extends getHeight()
-String
+String
getId()
-String
+String
getLanguage()
@@ -205,11 +205,11 @@ extends
void
-setFilePath(String filePath)
+setFilePath(String filePath)
void
-setFlag(String flag)
+setFlag(String flag)
void
@@ -217,11 +217,11 @@ extends
void
-setId(String id)
+setId(String id)
void
-setLanguage(String language)
+setLanguage(String language)
void
@@ -241,14 +241,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
-
Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+Methods inherited from class java.lang.Object
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -305,7 +305,7 @@ extends
-
getFilePath
-public String getFilePath()
+public String getFilePath()
@@ -323,7 +323,7 @@ extends
-
getLanguage
-public String getLanguage()
+public String getLanguage()
@@ -359,7 +359,7 @@ extends
-
getFlag
-public String getFlag()
+public String getFlag()
@@ -368,7 +368,7 @@ extends
-
getId
-public String getId()
+public String getId()
@@ -395,7 +395,7 @@ extends
-
setFilePath
-public void setFilePath(String filePath)
+public void setFilePath(String filePath)
@@ -413,7 +413,7 @@ extends
-
setLanguage
-public void setLanguage(String language)
+public void setLanguage(String language)
@@ -449,7 +449,7 @@ extends
-
setFlag
-public void setFlag(String flag)
+public void setFlag(String flag)
@@ -458,7 +458,7 @@ extends
-
setId
-public void setId(String id)
+public void setId(String id)
@@ -467,10 +467,10 @@ extends
-
equals
-public boolean equals(Object obj)
+public boolean equals(Object obj)
@@ -483,7 +483,7 @@ extends hashCode in class Object
+hashCode in class Object
@@ -513,12 +513,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html
index e7d13d42a..e4383758d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html
@@ -2,16 +2,16 @@
-
+
-ArtworkType (API-The MovieDB 3.12-SNAPSHOT API)
+ArtworkType (API-The MovieDB 3.11 API)
@@ -37,12 +37,12 @@
-- Summary:
-- Nested |
-- Enum Constants |
-- Field |
-- Method
+- SUMMARY:
+- NESTED |
+- ENUM CONSTANTS |
+- FIELD |
+- METHOD
-- Detail:
-- Enum Constants |
-- Field |
-- Method
+- DETAIL:
+- ENUM CONSTANTS |
+- FIELD |
+- METHOD
@@ -80,15 +80,15 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Enum ArtworkType
-- java.lang.Object
+- java.lang.Object
-
-- java.lang.Enum<ArtworkType>
+- java.lang.Enum<ArtworkType>
-
- com.omertron.themoviedbapi.model.ArtworkType
@@ -102,12 +102,12 @@
-
- All Implemented Interfaces:
-- Serializable, Comparable<ArtworkType>
+- Serializable, Comparable<ArtworkType>
-public enum ArtworkType
-extends Enum<ArtworkType>
+public enum ArtworkType
+extends Enum<ArtworkType>
ArtworkType enum List of the artwork types that are available
@@ -152,7 +152,7 @@ extends
static ArtworkType
-valueOf(String name)
+valueOf(String name)
Returns the enum constant of this type with the specified name.
@@ -168,15 +168,15 @@ 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.Enum
+clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
-
Methods inherited from class java.lang.Object
-getClass, notify, notifyAll, wait, wait, wait
+Methods inherited from class java.lang.Object
+getClass, notify, notifyAll, wait, wait, wait
@@ -241,7 +241,8 @@ over the constants as follows:
for (ArtworkType c : ArtworkType.values())
System.out.println(c);
-- Returns:
- an array containing the constants of this enum type, in the order they are declared
+- Returns:
- an array containing the constants of this enum type, in
+the order they are declared
@@ -250,7 +251,7 @@ for (ArtworkType c : ArtworkType.values())
-
valueOf
-public static ArtworkType valueOf(String name)
+public static ArtworkType valueOf(String name)
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
@@ -258,8 +259,9 @@ not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
-IllegalArgumentException - if this enum type has no constant with the specified name
-NullPointerException - if the argument is null
+IllegalArgumentException - if this enum type has no constant
+with the specified name
+NullPointerException - if the argument is null
@@ -288,12 +290,12 @@ not permitted.)
-- Summary:
-- Nested |
-- Enum Constants |
-- Field |
-- Method
+- SUMMARY:
+- NESTED |
+- ENUM CONSTANTS |
+- FIELD |
+- METHOD
-- Detail:
-- Enum Constants |
-- Field |
-- Method
+- DETAIL:
+- ENUM CONSTANTS |
+- FIELD |
+- METHOD
diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html
index 1b39c40b2..9871e7427 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html
@@ -2,16 +2,16 @@
-
+
-ChangeKeyItem (API-The MovieDB 3.12-SNAPSHOT API)
+ChangeKeyItem (API-The MovieDB 3.11 API)
@@ -37,12 +37,12 @@
@@ -80,12 +80,12 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class ChangeKeyItem
@@ -135,37 +135,37 @@ extends Method and Description
-List<ChangedItem>
+List<ChangedItem>
getChangedItems()
-String
+String
getKey()
-Map<String,Object>
+Map<String,Object>
getNewItems()
void
-setChangedItems(List<ChangedItem> changes)
+setChangedItems(List<ChangedItem> changes)
void
-setKey(String key)
+setKey(String key)
void
-setNewItems(String name,
- Object value)
+setNewItems(String name,
+ Object value)
@@ -204,7 +204,7 @@ extends
-
getKey
-public String getKey()
+public String getKey()
@@ -213,7 +213,7 @@ extends
-
setKey
-public void setKey(String key)
+public void setKey(String key)
@@ -222,7 +222,7 @@ extends
-
getChangedItems
-public List<ChangedItem> getChangedItems()
+public List<ChangedItem> getChangedItems()
@@ -231,7 +231,7 @@ extends
-
setChangedItems
-public void setChangedItems(List<ChangedItem> changes)
+public void setChangedItems(List<ChangedItem> changes)
@@ -240,7 +240,7 @@ extends
-
getNewItems
-public Map<String,Object> getNewItems()
+public Map<String,Object> getNewItems()
@@ -249,8 +249,8 @@ extends
-
setNewItems
-public void setNewItems(String name,
- Object value)
+public void setNewItems(String name,
+ Object value)
@@ -279,12 +279,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html
index dc028fb45..0449554ea 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html
@@ -2,16 +2,16 @@
-
+
-ChangedItem (API-The MovieDB 3.12-SNAPSHOT API)
+ChangedItem (API-The MovieDB 3.11 API)
@@ -37,12 +37,12 @@
@@ -80,12 +80,12 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class ChangedItem
-- java.lang.Object
+- java.lang.Object
-
- com.omertron.themoviedbapi.model.AbstractJsonMapping
@@ -102,11 +102,11 @@
-
- All Implemented Interfaces:
-- Serializable
+- Serializable
-public class ChangedItem
+public class ChangedItem
extends AbstractJsonMapping
- See Also:
- Serialized Form
@@ -145,53 +145,53 @@ extends Method and Description
-String
+String
getAction()
-String
+String
getId()
-String
+String
getLanguage()
-Map<String,Object>
+Map<String,Object>
getNewItems()
-String
+String
getTime()
-Object
+Object
getValue()
void
-setAction(String action)
+setAction(String action)
void
-setId(String id)
+setId(String id)
void
-setLanguage(String language)
+setLanguage(String language)
void
-setNewItems(String name,
- Object value)
+setNewItems(String name,
+ Object value)
void
-setTime(String time)
+setTime(String time)
void
-setValue(Object value)
+setValue(Object value)
@@ -199,14 +199,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -245,7 +245,7 @@ extends
-
getId
-public String getId()
+public String getId()
@@ -254,7 +254,7 @@ extends
-
setId
-public void setId(String id)
+public void setId(String id)
@@ -263,7 +263,7 @@ extends
-
getAction
-public String getAction()
+public String getAction()
@@ -272,7 +272,7 @@ extends
-
setAction
-public void setAction(String action)
+public void setAction(String action)
@@ -281,7 +281,7 @@ extends
-
getTime
-public String getTime()
+public String getTime()
@@ -290,7 +290,7 @@ extends
-
setTime
-public void setTime(String time)
+public void setTime(String time)
@@ -299,7 +299,7 @@ extends
-
getLanguage
-public String getLanguage()
+public String getLanguage()
@@ -308,7 +308,7 @@ extends
-
setLanguage
-public void setLanguage(String language)
+public void setLanguage(String language)
@@ -317,7 +317,7 @@ extends
-
getValue
-public Object getValue()
+public Object getValue()
@@ -326,7 +326,7 @@ extends
-
setValue
-public void setValue(Object value)
+public void setValue(Object value)
@@ -335,7 +335,7 @@ extends
-
getNewItems
-public Map<String,Object> getNewItems()
+public Map<String,Object> getNewItems()
@@ -344,8 +344,8 @@ extends
-
setNewItems
-public void setNewItems(String name,
- Object value)
+public void setNewItems(String name,
+ Object value)
@@ -374,12 +374,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html
index a4be71522..a12dc787c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html
@@ -2,16 +2,16 @@
-
+
-ChangedMovie (API-The MovieDB 3.12-SNAPSHOT API)
+ChangedMovie (API-The MovieDB 3.11 API)
@@ -37,12 +37,12 @@
@@ -80,12 +80,12 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class ChangedMovie
-- java.lang.Object
+- java.lang.Object
-
- com.omertron.themoviedbapi.model.AbstractJsonMapping
@@ -102,11 +102,11 @@
-
- All Implemented Interfaces:
-- Serializable
+- Serializable
-public class ChangedMovie
+public class ChangedMovie
extends AbstractJsonMapping
- See Also:
- Serialized Form
@@ -145,7 +145,7 @@ extends Method and Description
-String
+String
getId()
@@ -158,7 +158,7 @@ extends
void
-setId(String id)
+setId(String id)
@@ -166,14 +166,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -212,7 +212,7 @@ extends
-
getId
-public String getId()
+public String getId()
@@ -230,7 +230,7 @@ extends
-
setId
-public void setId(String id)
+public void setId(String id)
@@ -268,12 +268,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/Collection.html b/apidocs/com/omertron/themoviedbapi/model/Collection.html
index 730a251d6..62628d318 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Collection.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Collection.html
@@ -2,16 +2,16 @@
-
+
-Collection (API-The MovieDB 3.12-SNAPSHOT API)
+Collection (API-The MovieDB 3.11 API)
@@ -37,12 +37,12 @@
@@ -80,12 +80,12 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class Collection
-- java.lang.Object
+- java.lang.Object
-
- com.omertron.themoviedbapi.model.AbstractJsonMapping
@@ -102,11 +102,11 @@
-
- All Implemented Interfaces:
-- Serializable
+- Serializable
-public class Collection
+public class Collection
extends AbstractJsonMapping
- Author:
- stuart.boston
@@ -148,10 +148,10 @@ extends
boolean
-equals(Object obj)
+equals(Object obj)
-String
+String
getBackdropPath()
@@ -159,19 +159,19 @@ extends getId()
-String
+String
getName()
-String
+String
getPosterPath()
-String
+String
getReleaseDate()
-String
+String
getTitle()
@@ -180,7 +180,7 @@ extends
void
-setBackdropPath(String backdropPath)
+setBackdropPath(String backdropPath)
void
@@ -188,19 +188,19 @@ extends
void
-setName(String name)
+setName(String name)
void
-setPosterPath(String posterPath)
+setPosterPath(String posterPath)
void
-setReleaseDate(String releaseDate)
+setReleaseDate(String releaseDate)
void
-setTitle(String title)
+setTitle(String title)
@@ -208,14 +208,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
-
Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+Methods inherited from class java.lang.Object
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -254,7 +254,7 @@ extends
-
getBackdropPath
-public String getBackdropPath()
+public String getBackdropPath()
@@ -272,7 +272,7 @@ extends
-
getPosterPath
-public String getPosterPath()
+public String getPosterPath()
@@ -281,7 +281,7 @@ extends
-
getReleaseDate
-public String getReleaseDate()
+public String getReleaseDate()
@@ -290,7 +290,7 @@ extends
-
getTitle
-public String getTitle()
+public String getTitle()
@@ -299,7 +299,7 @@ extends
-
getName
-public String getName()
+public String getName()
@@ -308,7 +308,7 @@ extends
-
setBackdropPath
-public void setBackdropPath(String backdropPath)
+public void setBackdropPath(String backdropPath)
@@ -326,7 +326,7 @@ extends
-
setPosterPath
-public void setPosterPath(String posterPath)
+public void setPosterPath(String posterPath)
@@ -335,7 +335,7 @@ extends
-
setReleaseDate
-public void setReleaseDate(String releaseDate)
+public void setReleaseDate(String releaseDate)
@@ -344,7 +344,7 @@ extends
-
setTitle
-public void setTitle(String title)
+public void setTitle(String title)
@@ -353,7 +353,7 @@ extends
-
setName
-public void setName(String name)
+public void setName(String name)
@@ -362,10 +362,10 @@ extends
-
equals
-public boolean equals(Object obj)
+public boolean equals(Object obj)
@@ -378,7 +378,7 @@ extends hashCode in class Object
+hashCode in class Object
@@ -408,12 +408,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html
index 8cad98a6e..1427e3fdf 100644
--- a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html
@@ -2,16 +2,16 @@
-
+
-CollectionInfo (API-The MovieDB 3.12-SNAPSHOT API)
+CollectionInfo (API-The MovieDB 3.11 API)
@@ -37,12 +37,12 @@
@@ -80,12 +80,12 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class CollectionInfo
-- java.lang.Object
+- java.lang.Object
-
- com.omertron.themoviedbapi.model.AbstractJsonMapping
@@ -102,11 +102,11 @@
-
- All Implemented Interfaces:
-- Serializable
+- Serializable
-public class CollectionInfo
+public class CollectionInfo
extends AbstractJsonMapping
- Author:
- Stuart
@@ -147,7 +147,7 @@ extends Method and Description
-String
+String
getBackdropPath()
@@ -155,24 +155,24 @@ extends getId()
-String
+String
getName()
-String
+String
getOverview()
-List<Collection>
+List<Collection>
getParts()
-String
+String
getPosterPath()
void
-setBackdropPath(String backdropPath)
+setBackdropPath(String backdropPath)
void
@@ -180,19 +180,19 @@ extends
void
-setName(String name)
+setName(String name)
void
-setOverview(String overview)
+setOverview(String overview)
void
-setParts(List<Collection> parts)
+setParts(List<Collection> parts)
void
-setPosterPath(String posterPath)
+setPosterPath(String posterPath)
@@ -200,14 +200,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
-
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
@@ -246,7 +246,7 @@ extends
-
getBackdropPath
-public String getBackdropPath()
+public String getBackdropPath()
@@ -264,7 +264,7 @@ extends
-
getName
-public String getName()
+public String getName()
@@ -273,7 +273,7 @@ extends
-
getOverview
-public String getOverview()
+public String getOverview()
@@ -282,7 +282,7 @@ extends
-
getParts
-public List<Collection> getParts()
+public List<Collection> getParts()
@@ -291,7 +291,7 @@ extends
-
getPosterPath
-public String getPosterPath()
+public String getPosterPath()
@@ -300,7 +300,7 @@ extends
-
setBackdropPath
-public void setBackdropPath(String backdropPath)
+public void setBackdropPath(String backdropPath)
@@ -318,7 +318,7 @@ extends
-
setName
-public void setName(String name)
+public void setName(String name)
@@ -327,7 +327,7 @@ extends
-
setOverview
-public void setOverview(String overview)
+public void setOverview(String overview)
@@ -336,7 +336,7 @@ extends
-
setParts
-public void setParts(List<Collection> parts)
+public void setParts(List<Collection> parts)
@@ -345,7 +345,7 @@ extends
-
setPosterPath
-public void setPosterPath(String posterPath)
+public void setPosterPath(String posterPath)
@@ -374,12 +374,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/model/Company.html b/apidocs/com/omertron/themoviedbapi/model/Company.html
index 5528d8d67..8e75be662 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Company.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Company.html
@@ -2,16 +2,16 @@
-
+
-Company (API-The MovieDB 3.12-SNAPSHOT API)
+Company (API-The MovieDB 3.11 API)
@@ -37,12 +37,12 @@
@@ -80,12 +80,12 @@
-com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.model
Class Company
-- java.lang.Object
+- java.lang.Object
-
- com.omertron.themoviedbapi.model.AbstractJsonMapping
@@ -102,11 +102,11 @@
-
- All Implemented Interfaces:
-- Serializable
+- Serializable
-public class Company
+public class Company
extends AbstractJsonMapping
Company information
- Author:
@@ -152,23 +152,23 @@ extends getCompanyId()
StringStringgetDescription() StringStringgetHeadquarters() StringStringgetHomepage() StringStringgetLogoPath() StringStringgetName() voidsetDescription(String description) setDescription(String description) voidsetHeadquarters(String headquarters) setHeadquarters(String headquarters) voidsetHomepage(String homepage) setHomepage(String homepage) voidsetLogoPath(String logoPath) setLogoPath(String logoPath) voidsetName(String name) setName(String name) voidvoidsetParentCompany(int id,
- String name,
- String logoPath) setParentCompany(int id,
+ String name,
+ String logoPath) handleUnknown, toString
+handleUnknown, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public String getDescription()+
public String getDescription()
public String getHeadquarters()+
public String getHeadquarters()
public String getHomepage()+
public String getHomepage()
public String getLogoPath()+
public String getLogoPath()
public String getName()+
public String getName()
public void setDescription(String description)+
public void setDescription(String description)
public void setHeadquarters(String headquarters)+
public void setHeadquarters(String headquarters)
public void setHomepage(String homepage)+
public void setHomepage(String homepage)
public void setLogoPath(String logoPath)+
public void setLogoPath(String logoPath)
public void setName(String name)+
public void setName(String name)
public void setParentCompany(int id, - String name, - String logoPath)+ String name, + String logoPath) @@ -418,12 +418,12 @@ extends
com.omertron.themoviedbapi.model
public class Discover -extends Object+
public class Discover +extends Object
DiscovercertificationCountry(String certificationCountry)
+certificationCountry(String certificationCountry)
DiscovercertificationLte(String certificationLte)
+certificationLte(String certificationLte)
Map<String,String>Map<String,String>getParams()
DiscoverreleaseDateGte(String releaseDateGte)
+releaseDateGte(String releaseDateGte)
DiscoverreleaseDateLte(String releaseDateLte)
+releaseDateLte(String releaseDateLte)
DiscoversortBy(String sortBy)
+sortBy(String sortBy)
DiscoverwithCompanies(String withCompanies)
+withCompanies(String withCompanies)
DiscoverwithGenres(String withGenres)
+withGenres(String withGenres)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Map<String,String> getParams()+
public Map<String,String> getParams()
public Discover language(String language)+
public Discover language(String language)
language - public Discover sortBy(String sortBy)+
public Discover sortBy(String sortBy)
public Discover withGenres(String withGenres)+
public Discover withGenres(String withGenres)
public Discover releaseDateGte(String releaseDateGte)+
public Discover releaseDateGte(String releaseDateGte)
public Discover releaseDateLte(String releaseDateLte)+
public Discover releaseDateLte(String releaseDateLte)
public Discover certificationCountry(String certificationCountry)+
public Discover certificationCountry(String certificationCountry)
public Discover certificationLte(String certificationLte)+
public Discover certificationLte(String certificationLte)
public Discover withCompanies(String withCompanies)+
public Discover withCompanies(String withCompanies)
com.omertron.themoviedbapi.model
public class Genre +public class Genre extends AbstractIdName
handleUnknown, toStringhandleUnknown, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitclone, finalize, getClass, notify, notifyAll, wait, wait, wait
com.omertron.themoviedbapi.model
public class JobDepartment +public class JobDepartment extends AbstractJsonMapping
StringStringgetDepartment() List<String>List<String>getJobs() voidsetDepartment(String department) setDepartment(String department) voidsetJobs(List<String> jobs) setJobs(List<String> jobs) handleUnknown, toStringhandleUnknown, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public String getDepartment()+
public String getDepartment()
public List<String> getJobs()+
public List<String> getJobs()
public void setDepartment(String department)+
public void setDepartment(String department)
public void setJobs(List<String> jobs)+
public void setJobs(List<String> jobs)
com.omertron.themoviedbapi.model
public class Keyword +public class Keyword extends AbstractIdName
handleUnknown, toStringhandleUnknown, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitclone, finalize, getClass, notify, notifyAll, wait, wait, wait
com.omertron.themoviedbapi.model
public class KeywordMovie +public class KeywordMovie extends AbstractJsonMapping
StringStringgetBackdropPath() StringStringgetId() StringStringgetOriginalTitle() getPopularity()
StringStringgetPosterPath() StringStringgetReleaseDate() getSerialVersionUID()
StringStringgetTitle() voidsetBackdropPath(String backdropPath) setBackdropPath(String backdropPath) voidsetId(String id) setId(String id) voidsetOriginalTitle(String originalTitle) setOriginalTitle(String originalTitle) voidvoidsetPosterPath(String posterPath) setPosterPath(String posterPath) voidsetReleaseDate(String releaseDate) setReleaseDate(String releaseDate) voidsetTitle(String title) setTitle(String title) voidhandleUnknown, toString
+handleUnknown, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public String getBackdropPath()+
public String getBackdropPath()
public String getId()+
public String getId()
public String getOriginalTitle()+
public String getOriginalTitle()
public String getReleaseDate()+
public String getReleaseDate()
public String getPosterPath()+
public String getPosterPath()
public String getTitle()+
public String getTitle()
public void setBackdropPath(String backdropPath)+
public void setBackdropPath(String backdropPath)
public void setId(String id)+
public void setId(String id)
public void setOriginalTitle(String originalTitle)+
public void setOriginalTitle(String originalTitle)
public void setReleaseDate(String releaseDate)+
public void setReleaseDate(String releaseDate)
public void setPosterPath(String posterPath)+
public void setPosterPath(String posterPath)
public void setTitle(String title)+
public void setTitle(String title)
com.omertron.themoviedbapi.model
public class Language +public class Language extends AbstractJsonMapping
StringStringgetIsoCode() StringStringgetName() voidsetIsoCode(String isoCode) setIsoCode(String isoCode) voidsetName(String name) setName(String name) handleUnknown, toStringhandleUnknown, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitclone, finalize, getClass, notify, notifyAll, wait, wait, wait
public String getIsoCode()+
public String getIsoCode()
public String getName()+
public String getName()
public void setIsoCode(String isoCode)+
public void setIsoCode(String isoCode)
public void setName(String name)+
public void setName(String name)
public boolean equals(Object obj)+
public boolean equals(Object obj)
Object
+hashCode in class Objectcom.omertron.themoviedbapi.model
public class ListItemStatus +public class ListItemStatus extends AbstractJsonMapping
handleUnknown, toStringhandleUnknown, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
com.omertron.themoviedbapi.model
public class MovieDb +public class MovieDb extends AbstractJsonMappingMovie Bean
booleanequals(Object obj) equals(Object obj) List<AlternativeTitle>List<AlternativeTitle>getAlternativeTitles() StringStringgetBackdropPath() getBudget()
List<PersonCast>List<PersonCast>getCast() List<PersonCrew>List<PersonCrew>getCrew() List<Genre>List<Genre>getGenres() StringStringgetHomepage() getId()
List<Artwork>List<Artwork>getImages() StringStringgetImdbID() List<Keyword>List<Keyword>getKeywords() List<MovieList>List<MovieList>getLists() StringStringgetOriginalTitle() StringStringgetOverview() getPopularity()
StringStringgetPosterPath() List<ProductionCompany>List<ProductionCompany>getProductionCompanies() List<ProductionCountry>List<ProductionCountry>getProductionCountries() StringStringgetReleaseDate() List<ReleaseInfo>List<ReleaseInfo>getReleases() getRevenue()
List<Reviews>List<Reviews>getReviews() getRuntime()
List<MovieDb>List<MovieDb>getSimilarMovies() List<Language>List<Language>getSpokenLanguages() StringStringgetStatus() StringStringgetTagline() StringStringgetTitle() List<Trailer>List<Trailer>getTrailers() List<Translation>List<Translation>getTranslations() getUserRating()
BooleanBooleangetVideo() voidsetBackdropPath(String backdropPath) setBackdropPath(String backdropPath) voidvoidsetGenres(List<Genre> genres) setGenres(List<Genre> genres) voidsetHomepage(String homepage) setHomepage(String homepage) voidvoidsetImdbID(String imdbID) setImdbID(String imdbID) voidvoidsetOriginalTitle(String originalTitle) setOriginalTitle(String originalTitle) voidsetOverview(String overview) setOverview(String overview) voidvoidsetPosterPath(String posterPath) setPosterPath(String posterPath) voidsetProductionCompanies(List<ProductionCompany> productionCompanies) setProductionCompanies(List<ProductionCompany> productionCompanies) voidsetProductionCountries(List<ProductionCountry> productionCountries) setProductionCountries(List<ProductionCountry> productionCountries) voidsetReleaseDate(String releaseDate) setReleaseDate(String releaseDate) voidvoidsetSpokenLanguages(List<Language> spokenLanguages) setSpokenLanguages(List<Language> spokenLanguages) voidsetStatus(String status) setStatus(String status) voidsetTagline(String tagline) setTagline(String tagline) voidsetTitle(String title) setTitle(String title) voidvoidsetVideo(Boolean video) setVideo(Boolean video) voidhandleUnknown, toString
+handleUnknown, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, waitclone, finalize, getClass, notify, notifyAll, wait, wait, wait
public String getBackdropPath()+
public String getBackdropPath()
public String getOriginalTitle()+
public String getOriginalTitle()
public String getPosterPath()+
public String getPosterPath()
public String getReleaseDate()+
public String getReleaseDate()
public String getTitle()+
public String getTitle()
public List<Genre> getGenres()+
public List<Genre> getGenres()
public String getHomepage()+
public String getHomepage()
public String getImdbID()+
public String getImdbID()
public String getOverview()+
public String getOverview()
public List<ProductionCompany> getProductionCompanies()+
public List<ProductionCompany> getProductionCompanies()
public List<ProductionCountry> getProductionCountries()+
public List<ProductionCountry> getProductionCountries()
public List<Language> getSpokenLanguages()+
public List<Language> getSpokenLanguages()
public String getTagline()+
public String getTagline()
public String getStatus()+
public String getStatus()
public Boolean getVideo()+
public Boolean getVideo()
public void setBackdropPath(String backdropPath)+
public void setBackdropPath(String backdropPath)
public void setOriginalTitle(String originalTitle)+
public void setOriginalTitle(String originalTitle)
public void setPosterPath(String posterPath)+
public void setPosterPath(String posterPath)
public void setReleaseDate(String releaseDate)+
public void setReleaseDate(String releaseDate)
public void setTitle(String title)+
public void setTitle(String title)
public void setGenres(List<Genre> genres)+
public void setGenres(List<Genre> genres)
public void setHomepage(String homepage)+
public void setHomepage(String homepage)
public void setImdbID(String imdbID)+
public void setImdbID(String imdbID)
public void setOverview(String overview)+
public void setOverview(String overview)
public void setProductionCompanies(List<ProductionCompany> productionCompanies)+
public void setProductionCompanies(List<ProductionCompany> productionCompanies)
public void setProductionCountries(List<ProductionCountry> productionCountries)+
public void setProductionCountries(List<ProductionCountry> productionCountries)
public void setSpokenLanguages(List<Language> spokenLanguages)+
public void setSpokenLanguages(List<Language> spokenLanguages)
public void setTagline(String tagline)+
public void setTagline(String tagline)
public void setStatus(String status)+
public void setStatus(String status)
public void setVideo(Boolean video)+
public void setVideo(Boolean video)
public List<AlternativeTitle> getAlternativeTitles()+
public List<AlternativeTitle> getAlternativeTitles()
public List<PersonCast> getCast()+
public List<PersonCast> getCast()
public List<PersonCrew> getCrew()+
public List<PersonCrew> getCrew()
public List<Artwork> getImages()+
public List<Artwork> getImages()
public List<Keyword> getKeywords()+
public List<Keyword> getKeywords()
public List<ReleaseInfo> getReleases()+
public List<ReleaseInfo> getReleases()
public List<Trailer> getTrailers()+
public List<Trailer> getTrailers()
public List<Translation> getTranslations()+
public List<Translation> getTranslations()
public List<MovieDb> getSimilarMovies()+
public List<MovieDb> getSimilarMovies()
public List<MovieList> getLists()+
public List<MovieList> getLists()
public List<Reviews> getReviews()+
public List<Reviews> getReviews()
public boolean equals(Object obj)+
public boolean equals(Object obj)
Object
+hashCode in class Objectcom.omertron.themoviedbapi.model
public class MovieDbList +public class MovieDbList extends AbstractJsonMappingWrapper for the MovieDbList function
StringStringgetCreatedBy() StringStringgetDescription() getFavoriteCount()
StringStringgetId() getItemCount()
List<MovieDb>List<MovieDb>getItems() StringStringgetLanguage() StringStringgetName() StringStringgetPosterPath() StringStringgetStatusCode() StringStringgetStatusMessage() voidsetCreatedBy(String createdBy) setCreatedBy(String createdBy) voidsetDescription(String description) setDescription(String description) voidvoidsetId(String id) setId(String id) voidvoidsetItems(List<MovieDb> items) setItems(List<MovieDb> items) voidsetLanguage(String language) setLanguage(String language) voidsetName(String name) setName(String name) voidsetPosterPath(String posterPath) setPosterPath(String posterPath) voidsetStatusCode(String statusCode) setStatusCode(String statusCode) voidsetStatusMessage(String statusMessage) setStatusMessage(String statusMessage) handleUnknown, toStringhandleUnknown, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public String getId()+
public String getId()
public String getCreatedBy()+
public String getCreatedBy()
public String getDescription()+
public String getDescription()
public List<MovieDb> getItems()+
public List<MovieDb> getItems()
public String getLanguage()+
public String getLanguage()
public String getName()+
public String getName()
public String getPosterPath()+
public String getPosterPath()
public String getStatusCode()+
public String getStatusCode()
public String getStatusMessage()+
public String getStatusMessage()
public void setId(String id)+
public void setId(String id)
public void setCreatedBy(String createdBy)+
public void setCreatedBy(String createdBy)
public void setDescription(String description)+
public void setDescription(String description)
public void setItems(List<MovieDb> items)+
public void setItems(List<MovieDb> items)
public void setLanguage(String language)+
public void setLanguage(String language)
public void setName(String name)+
public void setName(String name)
public void setPosterPath(String posterPath)+
public void setPosterPath(String posterPath)
public void setStatusCode(String statusCode)+
public void setStatusCode(String statusCode)
public void setStatusMessage(String statusMessage)+
public void setStatusMessage(String statusMessage)
com.omertron.themoviedbapi.model
public class MovieDbListStatus +public class MovieDbListStatus extends StatusCode
StringStringgetListId() voidsetListId(String listId) setListId(String listId) handleUnknown, toStringhandleUnknown, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public String getListId()+
public String getListId()
public void setListId(String listId)+
public void setListId(String listId)
com.omertron.themoviedbapi.model
public class MovieList +public class MovieList extends AbstractJsonMapping
StringStringgetDescription() getFavoriteCount()
StringStringgetId() getItemCount()
StringStringgetLanguage() StringStringgetListType() StringStringgetName() StringStringgetPosterPath() voidsetDescription(String description) setDescription(String description) voidvoidsetId(String id) setId(String id) voidvoidsetLanguage(String language) setLanguage(String language) voidsetListType(String listType) setListType(String listType) voidsetName(String name) setName(String name) voidsetPosterPath(String posterPath) setPosterPath(String posterPath) handleUnknown, toStringhandleUnknown, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public String getDescription()+
public String getDescription()
public String getId()+
public String getId()
public String getLanguage()+
public String getLanguage()
public String getName()+
public String getName()
public String getPosterPath()+
public String getPosterPath()
public String getListType()+
public String getListType()
public void setDescription(String description)+
public void setDescription(String description)
public void setId(String id)+
public void setId(String id)
public void setLanguage(String language)+
public void setLanguage(String language)
public void setName(String name)+
public void setName(String name)
public void setPosterPath(String posterPath)+
public void setPosterPath(String posterPath)
public void setListType(String listType)+
public void setListType(String listType)
com.omertron.themoviedbapi.model
public class Person +public class Person extends AbstractJsonMapping
voidaddCast(int id,
- String name,
- String profilePath,
- String character,
+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)
+addCrew(int id,
+ String name,
+ String profilePath,
+ String department,
+ String job)
Add a crew member
boolean
-equals(Object obj)
+equals(Object obj)
-List<String>
+List<String>
getAka()
-String
+String
getBiography()
-String
+String
getBirthday()
-String
+String
getBirthplace()
-String
+String
getCharacter()
-String
+String
getDeathday()
-String
+String
getDepartment()
-String
+String
getHomepage()
@@ -207,19 +207,19 @@ extends getId()
-String
+String
getImdbId()
-String
+String
getJob()
-List<PersonCredit>
+List<PersonCredit>
getKnownFor()
-String
+String
getName()
@@ -235,7 +235,7 @@ extends getPopularity()
-String
+String
getProfilePath()
@@ -252,35 +252,35 @@ extends
void
-setAka(List<String> aka)
+setAka(List<String> aka)
void
-setBiography(String biography)
+setBiography(String biography)
void
-setBirthday(String birthday)
+setBirthday(String birthday)
void
-setBirthplace(String birthplace)
+setBirthplace(String birthplace)
void
-setCharacter(String character)
+setCharacter(String character)
void
-setDeathday(String deathday)
+setDeathday(String deathday)
void
-setDepartment(String department)
+setDepartment(String department)
void
-setHomepage(String homepage)
+setHomepage(String homepage)
void
@@ -288,19 +288,19 @@ extends
void
-setImdbId(String imdbId)
+setImdbId(String imdbId)
void
-setJob(String job)
+setJob(String job)
void
-setKnownFor(List<PersonCredit> knownFor)
+setKnownFor(List<PersonCredit> knownFor)
void
-setName(String name)
+setName(String name)
void
@@ -316,7 +316,7 @@ extends
void
-setProfilePath(String profilePath)
+setProfilePath(String profilePath)
@@ -324,14 +324,14 @@ extends AbstractJsonMapping
-handleUnknown, toString
+handleUnknown, toString
-
-
Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+Methods inherited from class java.lang.Object
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@@ -371,10 +371,10 @@ extends
addCrew
public void addCrew(int id,
- String name,
- String profilePath,
- String department,
- String job)
+ String name,
+ String profilePath,
+ String department,
+ String job)
Add a crew member
- Parameters:
id - name - profilePath - department - job -
@@ -386,9 +386,9 @@ extends
addCast
public void addCast(int id,
- String name,
- String profilePath,
- String character,
+ String name,
+ String profilePath,
+ String character,
int order)
Add a cast member
- Parameters:
id - name - profilePath - character - order -
@@ -400,7 +400,7 @@ extends
-
getCharacter
-public String getCharacter()
+public String getCharacter()
@@ -409,7 +409,7 @@ extends
-
getDepartment
-public String getDepartment()
+public String getDepartment()
@@ -427,7 +427,7 @@ extends
-
getJob
-public String getJob()
+public String getJob()
@@ -436,7 +436,7 @@ extends
-
getName
-public String getName()
+public String getName()
@@ -463,7 +463,7 @@ extends
-
getProfilePath
-public String getProfilePath()
+public String getProfilePath()
@@ -481,7 +481,7 @@ extends
-
getAka
-public List<String> getAka()
+public List<String> getAka()
@@ -490,7 +490,7 @@ extends
-
getBiography
-public String getBiography()
+public String getBiography()
@@ -499,7 +499,7 @@ extends
-
getBirthday
-public String getBirthday()
+public String getBirthday()
@@ -508,7 +508,7 @@ extends
-
getBirthplace
-public String getBirthplace()
+public String getBirthplace()
@@ -517,7 +517,7 @@ extends
-
getDeathday
-public String getDeathday()
+public String getDeathday()
@@ -526,7 +526,7 @@ extends
-
getHomepage
-public String getHomepage()
+public String getHomepage()
@@ -535,7 +535,7 @@ extends
-
getImdbId
-public String getImdbId()
+public String getImdbId()
@@ -553,7 +553,7 @@ extends
-
setCharacter
-public void setCharacter(String character)
+public void setCharacter(String character)
@@ -562,7 +562,7 @@ extends
-
setDepartment
-public void setDepartment(String department)
+public void setDepartment(String department)
@@ -580,7 +580,7 @@ extends
-
setJob
-public void setJob(String job)
+public void setJob(String job)
@@ -589,7 +589,7 @@ extends
-
setName
-public void setName(String name)
+public void setName(String name)
@@ -616,7 +616,7 @@ extends
-
setProfilePath
-public void setProfilePath(String profilePath)
+public void setProfilePath(String profilePath)
@@ -634,7 +634,7 @@ extends
-
setAka
-public void setAka(List<String> aka)
+public void setAka(List<String> aka)
@@ -643,7 +643,7 @@ extends
-
setBiography
-public void setBiography(String biography)
+public void setBiography(String biography)
@@ -652,7 +652,7 @@ extends
-
setBirthday
-public void setBirthday(String birthday)
+public void setBirthday(String birthday)
@@ -661,7 +661,7 @@ extends
-
setBirthplace
-public void setBirthplace(String birthplace)
+public void setBirthplace(String birthplace)
@@ -670,7 +670,7 @@ extends
-
setDeathday
-public void setDeathday(String deathday)
+public void setDeathday(String deathday)
@@ -679,7 +679,7 @@ extends
-
setHomepage
-public void setHomepage(String homepage)
+public void setHomepage(String homepage)
@@ -688,7 +688,7 @@ extends
-
setImdbId
-public void setImdbId(String imdbId)
+public void setImdbId(String imdbId)
@@ -706,7 +706,7 @@ extends
-
getKnownFor
-public List<PersonCredit> getKnownFor()
+public List<PersonCredit> getKnownFor()
@@ -715,7 +715,7 @@ extends
-
setKnownFor
-public void setKnownFor(List<PersonCredit> knownFor)
+public void setKnownFor(List<PersonCredit> knownFor)
@@ -724,10 +724,10 @@ extends
-
equals
-public boolean equals(Object obj)
+public boolean equals(Object obj)
@@ -740,7 +740,7 @@ extends hashCode in class Object
+hashCode in class Objectcom.omertron.themoviedbapi.model
public class PersonCast +public class PersonCast extends AbstractJsonMapping
booleanequals(Object obj) equals(Object obj) intgetCastId() StringStringgetCharacter() StringStringgetCreditId() getId()
StringStringgetName() getOrder()
StringStringgetProfilePath() voidsetCharacter(String character) setCharacter(String character) voidsetCreditId(String creditId) setCreditId(String creditId) voidvoidsetName(String name) setName(String name) voidvoidsetProfilePath(String profilePath) setProfilePath(String profilePath) handleUnknown, toStringhandleUnknown, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitclone, finalize, getClass, notify, notifyAll, wait, wait, wait
public String getCharacter()+
public String getCharacter()
public String getName()+
public String getName()
public String getProfilePath()+
public String getProfilePath()
public void setCharacter(String character)+
public void setCharacter(String character)
public void setName(String name)+
public void setName(String name)
public void setProfilePath(String profilePath)+
public void setProfilePath(String profilePath)
public String getCreditId()+
public String getCreditId()
public void setCreditId(String creditId)+
public void setCreditId(String creditId)
public boolean equals(Object obj)+
public boolean equals(Object obj)
Object
+hashCode in class Objectcom.omertron.themoviedbapi.model
public class PersonCredit +public class PersonCredit extends AbstractJsonMapping
StringStringgetAdult() StringStringgetBackdropPath() StringStringgetCharacter() StringStringgetCreditId() StringStringgetDepartment() StringStringgetFirstAirDate() StringStringgetJob() StringStringgetMediaType() getMovieId()
StringStringgetMovieOriginalTitle() StringStringgetMovieTitle() List<String>List<String>getOriginCountry() getPopularity()
StringStringgetPosterPath() StringStringgetReleaseDate() StringStringgetTvName() StringStringgetTvOriginalName() voidsetAdult(String adult) setAdult(String adult) voidsetBackdropPath(String backdropPath) setBackdropPath(String backdropPath) voidsetCharacter(String character) setCharacter(String character) voidsetCreditId(String creditId) setCreditId(String creditId) voidsetDepartment(String department) setDepartment(String department) voidsetFirstAirDate(String firstAirDate) setFirstAirDate(String firstAirDate) voidsetJob(String job) setJob(String job) voidsetMediaType(String mediaType) setMediaType(String mediaType) voidvoidsetMovieOriginalTitle(String movieOriginalTitle) setMovieOriginalTitle(String movieOriginalTitle) voidsetMovieTitle(String movieTitle) setMovieTitle(String movieTitle) voidsetOriginCountry(List<String> originCountry) setOriginCountry(List<String> originCountry) voidvoidsetPosterPath(String posterPath) setPosterPath(String posterPath) voidsetReleaseDate(String releaseDate) setReleaseDate(String releaseDate) voidsetTvName(String tvName) setTvName(String tvName) voidsetTvOriginalName(String tvOriginalName) setTvOriginalName(String tvOriginalName) voidhandleUnknown, toString
+handleUnknown, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public String getCharacter()+
public String getCharacter()
public String getDepartment()+
public String getDepartment()
public String getJob()+
public String getJob()
public String getMovieOriginalTitle()+
public String getMovieOriginalTitle()
public String getMovieTitle()+
public String getMovieTitle()
public String getPosterPath()+
public String getPosterPath()
public String getReleaseDate()+
public String getReleaseDate()
public String getAdult()+
public String getAdult()
public String getCreditId()+
public String getCreditId()
public String getTvOriginalName()+
public String getTvOriginalName()
public String getTvName()+
public String getTvName()
public String getFirstAirDate()+
public String getFirstAirDate()
public List<String> getOriginCountry()+
public List<String> getOriginCountry()
public void setCharacter(String character)+
public void setCharacter(String character)
public void setDepartment(String department)+
public void setDepartment(String department)
public void setJob(String job)+
public void setJob(String job)
public void setMovieOriginalTitle(String movieOriginalTitle)+
public void setMovieOriginalTitle(String movieOriginalTitle)
public void setMovieTitle(String movieTitle)+
public void setMovieTitle(String movieTitle)
public void setPosterPath(String posterPath)+
public void setPosterPath(String posterPath)
public void setReleaseDate(String releaseDate)+
public void setReleaseDate(String releaseDate)
public void setAdult(String adult)+
public void setAdult(String adult)
public void setCreditId(String creditId)+
public void setCreditId(String creditId)
public String getBackdropPath()+
public String getBackdropPath()
public void setBackdropPath(String backdropPath)+
public void setBackdropPath(String backdropPath)
public String getMediaType()+
public String getMediaType()
public void setMediaType(String mediaType)+
public void setMediaType(String mediaType)
public void setTvOriginalName(String tvOriginalName)+
public void setTvOriginalName(String tvOriginalName)
public void setTvName(String tvName)+
public void setTvName(String tvName)
public void setFirstAirDate(String firstAirDate)+
public void setFirstAirDate(String firstAirDate)
public void setOriginCountry(List<String> originCountry)+
public void setOriginCountry(List<String> originCountry)
com.omertron.themoviedbapi.model
public class PersonCrew +public class PersonCrew extends AbstractJsonMapping
StringStringgetCreditId() StringStringgetDepartment() getId()
StringStringgetJob() StringStringgetName() StringStringgetProfilePath() voidsetCreditId(String creditId) setCreditId(String creditId) voidsetDepartment(String department) setDepartment(String department) voidvoidsetJob(String job) setJob(String job) voidsetName(String name) setName(String name) voidsetProfilePath(String profilePath) setProfilePath(String profilePath) handleUnknown, toStringhandleUnknown, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitclone, finalize, getClass, notify, notifyAll, wait, wait, wait
public String getDepartment()+
public String getDepartment()
public String getJob()+
public String getJob()
public String getName()+
public String getName()
public String getProfilePath()+
public String getProfilePath()
public String getCreditId()+
public String getCreditId()
public void setCreditId(String creditId)+
public void setCreditId(String creditId)
public void setDepartment(String department)+
public void setDepartment(String department)
public void setJob(String job)+
public void setJob(String job)
public void setName(String name)+
public void setName(String name)
public void setProfilePath(String profilePath)+
public void setProfilePath(String profilePath)
public boolean equals(Object obj)+
public boolean equals(Object obj)
Object
+hashCode in class Objectcom.omertron.themoviedbapi.model
public enum PersonType -extends Enum<PersonType>+
public enum PersonType +extends Enum<PersonType>
static PersonTypevalueOf(String name)
+valueOf(String name)
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfclone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, waitgetClass, notify, notifyAll, wait, wait, wait
public static PersonType valueOf(String name)+
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 nameNullPointerException - if the argument is nullIllegalArgumentException - if this enum type has no constant
+with the specified nameNullPointerException - if the argument is nullcom.omertron.themoviedbapi.model
public class ProductionCompany +public class ProductionCompany extends AbstractIdName
handleUnknown, toStringhandleUnknown, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitclone, finalize, getClass, notify, notifyAll, wait, wait, wait
com.omertron.themoviedbapi.model
public class ProductionCountry +public class ProductionCountry extends AbstractJsonMapping
booleanequals(Object obj) equals(Object obj) StringStringgetIsoCode() StringStringgetName() voidsetIsoCode(String isoCode) setIsoCode(String isoCode) voidsetName(String name) setName(String name) handleUnknown, toStringhandleUnknown, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitclone, finalize, getClass, notify, notifyAll, wait, wait, wait
public String getIsoCode()+
public String getIsoCode()
public String getName()+
public String getName()
public void setIsoCode(String isoCode)+
public void setIsoCode(String isoCode)
public void setName(String name)+
public void setName(String name)
public boolean equals(Object obj)+
public boolean equals(Object obj)
Object
+hashCode in class Objectcom.omertron.themoviedbapi.model
public class ReleaseInfo +public class ReleaseInfo extends AbstractJsonMapping
booleanequals(Object obj) equals(Object obj) StringStringgetCertification() StringStringgetCountry() StringStringgetReleaseDate() voidsetCertification(String certification) setCertification(String certification) voidsetCountry(String country) setCountry(String country) voidsetReleaseDate(String releaseDate) setReleaseDate(String releaseDate) handleUnknown, toStringhandleUnknown, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitclone, finalize, getClass, notify, notifyAll, wait, wait, wait
public String getCertification()+
public String getCertification()
public String getCountry()+
public String getCountry()
public String getReleaseDate()+
public String getReleaseDate()
public void setCertification(String certification)+
public void setCertification(String certification)
public void setCountry(String country)+
public void setCountry(String country)
public void setReleaseDate(String releaseDate)+
public void setReleaseDate(String releaseDate)
public boolean equals(Object obj)+
public boolean equals(Object obj)
Object
+hashCode in class Objectcom.omertron.themoviedbapi.model
public class Reviews +public class Reviews extends AbstractJsonMapping
StringStringgetAuthor() StringStringgetContent() StringStringgetId() StringStringgetUrl() voidsetAuthor(String author) setAuthor(String author) voidsetContent(String content) setContent(String content) voidsetId(String id) setId(String id) voidsetUrl(String url) setUrl(String url) handleUnknown, toStringhandleUnknown, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public String getId()+
public String getId()
public String getAuthor()+
public String getAuthor()
public String getContent()+
public String getContent()
public String getUrl()+
public String getUrl()
public void setId(String id)+
public void setId(String id)
public void setAuthor(String author)+
public void setAuthor(String author)
public void setContent(String content)+
public void setContent(String content)
public void setUrl(String url)+
public void setUrl(String url)
com.omertron.themoviedbapi.model
public class StatusCode +public class StatusCode extends AbstractJsonMapping
getStatusCode() StringStringgetStatusMessage() voidsetStatusMessage(String statusMessage) setStatusMessage(String statusMessage) handleUnknown, toStringhandleUnknown, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public String getStatusMessage()+
public String getStatusMessage()
public void setStatusMessage(String statusMessage)+
public void setStatusMessage(String statusMessage)
com.omertron.themoviedbapi.model
public class TmdbConfiguration +public class TmdbConfiguration extends AbstractJsonMapping
List<String>List<String>getBackdropSizes() StringStringgetBaseUrl() List<String>List<String>getLogoSizes() List<String>List<String>getPosterSizes() List<String>List<String>getProfileSizes() StringStringgetSecureBaseUrl() List<String>List<String>getStillSizes() booleanisValidBackdropSize(String backdropSize)
+isValidBackdropSize(String backdropSize)
booleanisValidLogoSize(String logoSize)
+isValidLogoSize(String logoSize)
booleanisValidPosterSize(String posterSize)
+isValidPosterSize(String posterSize)
booleanisValidProfileSize(String profileSize)
+isValidProfileSize(String profileSize)
booleanisValidSize(String sizeToCheck)
+isValidSize(String sizeToCheck)
voidsetBackdropSizes(List<String> backdropSizes) setBackdropSizes(List<String> backdropSizes) voidsetBaseUrl(String baseUrl) setBaseUrl(String baseUrl) voidsetLogoSizes(List<String> logoSizes) setLogoSizes(List<String> logoSizes) voidsetPosterSizes(List<String> posterSizes) setPosterSizes(List<String> posterSizes) voidsetProfileSizes(List<String> profileSizes) setProfileSizes(List<String> profileSizes) voidsetSecureBaseUrl(String secureBaseUrl) setSecureBaseUrl(String secureBaseUrl) voidsetStillSizes(List<String> stillSizes) setStillSizes(List<String> stillSizes) handleUnknown, toStringhandleUnknown, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public List<String> getBackdropSizes()+
public List<String> getBackdropSizes()
public String getBaseUrl()+
public String getBaseUrl()
public List<String> getPosterSizes()+
public List<String> getPosterSizes()
public List<String> getProfileSizes()+
public List<String> getProfileSizes()
public List<String> getLogoSizes()+
public List<String> getLogoSizes()
public String getSecureBaseUrl()+
public String getSecureBaseUrl()
public List<String> getStillSizes()+
public List<String> getStillSizes()
public void setBackdropSizes(List<String> backdropSizes)+
public void setBackdropSizes(List<String> backdropSizes)
public void setBaseUrl(String baseUrl)+
public void setBaseUrl(String baseUrl)
public void setPosterSizes(List<String> posterSizes)+
public void setPosterSizes(List<String> posterSizes)
public void setProfileSizes(List<String> profileSizes)+
public void setProfileSizes(List<String> profileSizes)
public void setLogoSizes(List<String> logoSizes)+
public void setLogoSizes(List<String> logoSizes)
public void setSecureBaseUrl(String secureBaseUrl)+
public void setSecureBaseUrl(String secureBaseUrl)
public void setStillSizes(List<String> stillSizes)+
public void setStillSizes(List<String> stillSizes)
public boolean isValidPosterSize(String posterSize)+
public boolean isValidPosterSize(String posterSize)
posterSize - public boolean isValidBackdropSize(String backdropSize)+
public boolean isValidBackdropSize(String backdropSize)
backdropSize - public boolean isValidProfileSize(String profileSize)+
public boolean isValidProfileSize(String profileSize)
profileSize - public boolean isValidLogoSize(String logoSize)+
public boolean isValidLogoSize(String logoSize)
logoSize - public boolean isValidSize(String sizeToCheck)+
public boolean isValidSize(String sizeToCheck)
sizeToCheck - com.omertron.themoviedbapi.model
public class TokenAuthorisation +public class TokenAuthorisation extends AbstractJsonMapping
StringStringgetExpires() StringStringgetRequestToken() BooleanBooleangetSuccess() voidsetExpires(String expires) setExpires(String expires) voidsetRequestToken(String requestToken) setRequestToken(String requestToken) voidsetSuccess(Boolean success) setSuccess(Boolean success) handleUnknown, toStringhandleUnknown, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public String getExpires()+
public String getExpires()
public String getRequestToken()+
public String getRequestToken()
public Boolean getSuccess()+
public Boolean getSuccess()
public void setExpires(String expires)+
public void setExpires(String expires)
public void setRequestToken(String requestToken)+
public void setRequestToken(String requestToken)
public void setSuccess(Boolean success)+
public void setSuccess(Boolean success)
com.omertron.themoviedbapi.model
public class TokenSession +public class TokenSession extends AbstractJsonMapping
StringStringgetExpiresAt() StringStringgetGuestSessionId() StringStringgetSessionId() StringStringgetStatusCode() StringStringgetStatusMessage() BooleanBooleangetSuccess() voidsetExpiresAt(String expiresAt) setExpiresAt(String expiresAt) voidsetGuestSessionId(String guestSessionId) setGuestSessionId(String guestSessionId) voidsetSessionId(String sessionId) setSessionId(String sessionId) voidsetStatusCode(String statusCode) setStatusCode(String statusCode) voidsetStatusMessage(String statusMessage) setStatusMessage(String statusMessage) voidsetSuccess(Boolean success) setSuccess(Boolean success) handleUnknown, toStringhandleUnknown, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public String getSessionId()+
public String getSessionId()
public Boolean getSuccess()+
public Boolean getSuccess()
public String getStatusCode()+
public String getStatusCode()
public String getStatusMessage()+
public String getStatusMessage()
public String getGuestSessionId()+
public String getGuestSessionId()
public String getExpiresAt()+
public String getExpiresAt()
public void setSessionId(String sessionId)+
public void setSessionId(String sessionId)
public void setSuccess(Boolean success)+
public void setSuccess(Boolean success)
public void setStatusCode(String statusCode)+
public void setStatusCode(String statusCode)
public void setStatusMessage(String statusMessage)+
public void setStatusMessage(String statusMessage)
public void setGuestSessionId(String guestSessionId)+
public void setGuestSessionId(String guestSessionId)
public void setExpiresAt(String expiresAt)+
public void setExpiresAt(String expiresAt)
com.omertron.themoviedbapi.model
public class Trailer +public class Trailer extends AbstractJsonMapping
static Stringstatic StringWEBSITE_QUICKTIME static Stringstatic StringWEBSITE_YOUTUBE booleanequals(Object obj) equals(Object obj) StringStringgetId() StringStringgetKey() StringStringgetLanguage() StringStringgetName() StringStringgetSite() StringStringgetSize() StringStringgetType() voidsetId(String id) setId(String id) voidsetKey(String key) setKey(String key) voidsetLanguage(String language) setLanguage(String language) voidsetName(String name) setName(String name) voidsetSite(String site) setSite(String site) voidsetSize(String size) setSize(String size) voidsetType(String type) setType(String type) handleUnknown, toStringhandleUnknown, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitclone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final String WEBSITE_YOUTUBE+
public static final String WEBSITE_YOUTUBE
public static final String WEBSITE_QUICKTIME+
public static final String WEBSITE_QUICKTIME
public String getId()+
public String getId()
public String getName()+
public String getName()
public String getSize()+
public String getSize()
public String getKey()+
public String getKey()
public String getSite()+
public String getSite()
public String getType()+
public String getType()
public String getLanguage()+
public String getLanguage()
public void setId(String id)+
public void setId(String id)
public void setName(String name)+
public void setName(String name)
public void setSize(String size)+
public void setSize(String size)
public void setKey(String key)+
public void setKey(String key)
public void setSite(String site)+
public void setSite(String site)
public void setType(String type)+
public void setType(String type)
public void setLanguage(String language)+
public void setLanguage(String language)
public boolean equals(Object obj)+
public boolean equals(Object obj)
Object
+hashCode in class Objectcom.omertron.themoviedbapi.model
public class Translation +public class Translation extends AbstractJsonMapping
booleanequals(Object obj) equals(Object obj) StringStringgetEnglishName() StringStringgetIsoCode() StringStringgetName() voidsetEnglishName(String englishName) setEnglishName(String englishName) voidsetIsoCode(String isoCode) setIsoCode(String isoCode) voidsetName(String name) setName(String name) StringStringtoString() handleUnknownhandleUnknownclone, finalize, getClass, notify, notifyAll, wait, wait, waitclone, finalize, getClass, notify, notifyAll, wait, wait, wait
public String getEnglishName()+
public String getEnglishName()
public String getIsoCode()+
public String getIsoCode()
public String getName()+
public String getName()
public void setEnglishName(String englishName)+
public void setEnglishName(String englishName)
public void setIsoCode(String isoCode)+
public void setIsoCode(String isoCode)
public void setName(String name)+
public void setName(String name)
public boolean equals(Object obj)+
public boolean equals(Object obj)
Object
+hashCode in class Objectpublic String toString()+
public String toString()