diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 167f627a2..95865ed1f 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@
- +public static enum MovieDbException.MovieDbExceptionType -extends 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
+IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullNullPointerException - if the argument is nullpublic class MovieDbException -extends Exception+extends Exception
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
- String response) MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
- String response,
- Throwable cause) getExceptionType()
StringStringgetResponse() addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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 response) @@ -228,8 +228,8 @@ extends
public MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, - String response, - Throwable cause)+ String response, + Throwable cause) @@ -255,7 +255,7 @@ extends
public String getResponse()+
public String getResponse()
public class TheMovieDbApi -extends Object+extends Object
This is for version 3 of the API as specified here: http://help.themoviedb.org/kb/api/about-3
TheMovieDbApi(String apiKey)
+TheMovieDbApi(String apiKey)
static booleancompareMovies(MovieDb moviedb,
- String title,
- String year)
+ String title,
+ String year)
static booleancompareMovies(MovieDb moviedb,
- String title,
- String year,
+ String title,
+ String year,
int maxDistance)
URLcreateImageUrl(String imagePath,
- String requiredSize)
+URLcreateImageUrl(String imagePath,
+ String requiredSize)
StringStringgetApiKey()
List<Artwork>List<Artwork>getCollectionImages(int collectionId,
- String language)
+ String language)
CollectionInfogetCollectionInfo(int collectionId,
- String language)
+ String language)
List<MovieDb>List<MovieDb>getCompanyMovies(int companyId,
- String language,
+ String language,
int page)
List<Genre>getGenreList(String language)
+List<Genre>getGenreList(String language)
List<MovieDb>List<MovieDb>getGenreMovies(int genreId,
- String language,
+ String language,
int page)
List<MovieDb>List<MovieDb>getGenreMovies(int genreId,
- String language,
+ String language,
int page,
boolean includeAllMovies)
KeywordgetKeyword(String keywordId)
+getKeyword(String keywordId)
List<KeywordMovie>getKeywordMovies(String keywordId,
- String language,
+List<KeywordMovie>
+getKeywordMovies(String keywordId,
+ String language,
int page)
Get the list of movies for a particular keyword by id.
@@ -260,95 +260,95 @@ extends
MovieDbList
-getList(String listId)
+getList(String listId)
Get a list by its ID
List<AlternativeTitle>List<AlternativeTitle>getMovieAlternativeTitles(int movieId,
- String country)
+ String country)
List<Person>List<Person>getMovieCasts(int movieId)
List<MovieChanges>List<MovieChanges>getMovieChanges(int movieId,
- String startDate,
- String endDate)
+ String startDate,
+ String endDate)
voidgetMovieChangesList(int page,
- String startDate,
- String endDate) List<Artwork>List<Artwork>getMovieImages(int movieId,
- String language)
+ String language)
MovieDbgetMovieInfo(int movieId,
- String language)
+ String language)
MovieDbgetMovieInfoImdb(String imdbId,
- String language)
+getMovieInfoImdb(String imdbId,
+ String language)
List<Keyword>List<Keyword>getMovieKeywords(int movieId)
List<MovieList>List<MovieList>getMovieLists(int movieId,
- String language,
+ String language,
int page)
List<ReleaseInfo>List<ReleaseInfo>getMovieReleaseInfo(int movieId,
- String language)
+ String language)
List<Trailer>List<Trailer>getMovieTrailers(int movieId,
- String language)
+ String language)
List<Translation>List<Translation>getMovieTranslations(int movieId)
List<MovieDb>getNowPlayingMovies(String language,
+List<MovieDb>
+getNowPlayingMovies(String language,
int page)
This method is used to retrieve the movies currently in theatres.
@@ -356,25 +356,25 @@ extends
void
getPersonChanges(int personId,
- String startDate,
- String endDate)
+ String startDate,
+ String endDate)
Get the changes for a specific person id.
voidgetPersonChangesList(int page,
- String startDate,
- String endDate) List<PersonCredit>List<PersonCredit>getPersonCredits(int personId)
List<Artwork>List<Artwork>getPersonImages(int personId)
List<MovieDb>getPopularMovieList(String language,
+List<MovieDb>
+getPopularMovieList(String language,
int page)
This method is used to retrieve the daily movie popularity list.
@@ -405,77 +405,77 @@ extends
-List<MovieDb>
+List<MovieDb>
getSimilarMovies(int movieId,
- String language,
+ String language,
int page)
The similar movies method will let you retrieve the similar movies for a particular movie.
List<MovieDb>getTopRatedMovies(String language,
+List<MovieDb>
+getTopRatedMovies(String language,
int page)
This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
List<MovieDb>getUpcoming(String language,
+List<MovieDb>
+getUpcoming(String language,
int page)
Get the list of upcoming movies.
booleanpostMovieRating(String sessionId,
- String rating)
+postMovieRating(String sessionId,
+ String rating)
List<Collection>searchCollection(String query,
- String language,
+List<Collection>
+searchCollection(String query,
+ String language,
int page)
Search for collections by name.
List<Company>searchCompanies(String companyName,
+List<Company>
+searchCompanies(String companyName,
int page)
Search Companies.
List<Keyword>searchKeyword(String query,
+List<Keyword>
+searchKeyword(String query,
int page)
Search for keywords by name
List<MovieList>searchList(String query,
- String language,
+List<MovieList>
+searchList(String query,
+ String language,
int page)
Search for lists by name and description.
List<MovieDb>searchMovie(String movieName,
+List<MovieDb>
+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 TMDb.
List<Person>searchPeople(String personName,
+List<Person>
+searchPeople(String personName,
boolean includeAdult,
int page)
This is a good starting point to start finding people on TMDb.
@@ -483,10 +483,10 @@ extends
void
-setProxy(String host,
- String port,
- String username,
- String password)
+setProxy(String host,
+ String port,
+ String username,
+ String password)
Set the proxy information
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TheMovieDbApi(String apiKey) +public TheMovieDbApi(String apiKey) throws MovieDbExceptionAPI for The Movie Db.
apiKey - public String getApiKey()+
public String getApiKey()
public void setProxy(String host, - String port, - String username, - String password)+
public void setProxy(String host, + String port, + String username, + String password)
host - port - username - password - public static boolean compareMovies(MovieDb moviedb, - String title, - String year)+ String title, + String year)
moviedb - The moviedb object to compare tootitle - The title of the movie to compareyear - The year of the movie to compare exact matchpublic static boolean compareMovies(MovieDb moviedb, - String title, - String year, + String title, + String year, int maxDistance)
moviedb - The moviedb object to compare tootitle - The title of the movie to compareyear - The year of the movie to comparemaxDistance - The Levenshtein Distance between the two titles. 0 = exact matchpublic URL createImageUrl(String imagePath, - String requiredSize) +public URL createImageUrl(String imagePath, + String requiredSize) throws MovieDbExceptionGenerate the full image URL from the size and image path
imagePath - requiredSize - public MovieDb getMovieInfo(int movieId, - String language) + String language) throws MovieDbException
public MovieDb getMovieInfoImdb(String imdbId, - String language) +public MovieDb getMovieInfoImdb(String imdbId, + String language) throws MovieDbExceptionThis method is used to retrieve all of the basic movie information. @@ -728,8 +728,8 @@ extendsgetMovieAlternativeTitles
-public List<AlternativeTitle> getMovieAlternativeTitles(int movieId, - String country) +public List<AlternativeTitle> getMovieAlternativeTitles(int movieId, + String country) throws MovieDbExceptionThis method is used to retrieve all of the alternative titles we have for a particular movie.
- Parameters:
movieId-- @@ -743,7 +743,7 @@ extends
country-getMovieCasts
-public List<Person> getMovieCasts(int movieId) +public List<Person> getMovieCasts(int movieId) throws MovieDbExceptionGet the cast information for a specific movie id. @@ -759,8 +759,8 @@ extendsgetMovieImages
-public List<Artwork> getMovieImages(int movieId, - String language) +public List<Artwork> getMovieImages(int movieId, + String language) throws MovieDbExceptionThis method should be used when you’re wanting to retrieve all of the images for a particular movie.
- Parameters:
movieId-- @@ -774,7 +774,7 @@ extends
language-getMovieKeywords
-public List<Keyword> getMovieKeywords(int movieId) +public List<Keyword> getMovieKeywords(int movieId) throws MovieDbExceptionThis method is used to retrieve all of the keywords that have been added to a particular movie. @@ -790,8 +790,8 @@ extendsgetMovieReleaseInfo
-public List<ReleaseInfo> getMovieReleaseInfo(int movieId, - String language) +public List<ReleaseInfo> getMovieReleaseInfo(int movieId, + String language) throws MovieDbExceptionThis method is used to retrieve all of the release and certification data we have for a specific movie.
- Parameters:
movieId-- @@ -805,8 +805,8 @@ extends
language-getMovieTrailers
-public List<Trailer> getMovieTrailers(int movieId, - String language) +public List<Trailer> getMovieTrailers(int movieId, + String language) throws MovieDbExceptionThis method is used to retrieve all of the trailers for a particular movie. @@ -822,7 +822,7 @@ extendsgetMovieTranslations
-public List<Translation> getMovieTranslations(int movieId) +public List<Translation> getMovieTranslations(int movieId) throws MovieDbExceptionThis method is used to retrieve a list of the available translations for a specific movie.
- Parameters:
- @@ -836,8 +836,8 @@ extends
movieId-getSimilarMovies
-public List<MovieDb> getSimilarMovies(int movieId, - String language, +public List<MovieDb> getSimilarMovies(int movieId, + String language, int page) throws MovieDbExceptionThe similar movies method will let you retrieve the similar movies for a particular movie. @@ -856,8 +856,8 @@ extendsgetMovieLists
-public List<MovieList> getMovieLists(int movieId, - String language, +public List<MovieList> getMovieLists(int movieId, + String language, int page) throws MovieDbExceptionGet the lists that the movie belongs to@@ -872,10 +872,10 @@ extendsgetMovieChanges
-@Deprecated -public List<MovieChanges> getMovieChanges(int movieId, - String startDate, - String endDate) +@Deprecated +public List<MovieChanges> getMovieChanges(int movieId, + String startDate, + String endDate) throws MovieDbExceptionDeprecated.Get the changes for a specific movie id. @@ -913,7 +913,7 @@ publicgetUpcoming
-public List<MovieDb> getUpcoming(String language, +public List<MovieDb> getUpcoming(String language, int page) throws MovieDbExceptionGet the list of upcoming movies. @@ -931,7 +931,7 @@ publicgetNowPlayingMovies
-public List<MovieDb> getNowPlayingMovies(String language, +public List<MovieDb> getNowPlayingMovies(String language, int page) throws MovieDbExceptionThis method is used to retrieve the movies currently in theatres. @@ -950,7 +950,7 @@ publicgetPopularMovieList
-public List<MovieDb> getPopularMovieList(String language, +public List<MovieDb> getPopularMovieList(String language, int page) throws MovieDbExceptionThis method is used to retrieve the daily movie popularity list. @@ -969,7 +969,7 @@ publicgetTopRatedMovies
-public List<MovieDb> getTopRatedMovies(String language, +public List<MovieDb> getTopRatedMovies(String language, int page) throws MovieDbExceptionThis method is used to retrieve the top rated movies that have over 10 votes on TMDb. @@ -988,8 +988,8 @@ publicpostMovieRating
-public boolean postMovieRating(String sessionId, - String rating) +public boolean postMovieRating(String sessionId, + String rating) throws MovieDbExceptionThis method lets users rate a movie. @@ -1006,7 +1006,7 @@ publicgetCollectionInfo
public CollectionInfo getCollectionInfo(int collectionId, - String language) + String language) throws MovieDbExceptionThis method is used to retrieve all of the basic information about a movie collection. @@ -1022,8 +1022,8 @@ publicgetCollectionImages
-public List<Artwork> getCollectionImages(int collectionId, - String language) +public List<Artwork> getCollectionImages(int collectionId, + String language) throws MovieDbExceptionGet all of the images for a particular collection by collection id.
- Parameters:
collectionId-- @@ -1053,7 +1053,7 @@ public
language-getPersonCredits
-public List<PersonCredit> getPersonCredits(int personId) +public List<PersonCredit> getPersonCredits(int personId) throws MovieDbExceptionThis method is used to retrieve all of the cast & crew information for the person. @@ -1069,7 +1069,7 @@ publicgetPersonImages
-public List<Artwork> getPersonImages(int personId) +public List<Artwork> getPersonImages(int personId) throws MovieDbExceptionThis method is used to retrieve all of the profile images for a person.
- Parameters:
- @@ -1084,8 +1084,8 @@ public
personId-getPersonChanges
public void getPersonChanges(int personId, - String startDate, - String endDate) + String startDate, + String endDate) throws MovieDbExceptionGet the changes for a specific person id. @@ -1134,8 +1134,8 @@ publicgetCompanyMovies
-public List<MovieDb> getCompanyMovies(int companyId, - String language, +public List<MovieDb> getCompanyMovies(int companyId, + String language, int page) throws MovieDbExceptionThis method is used to retrieve the movies associated with a company. @@ -1154,7 +1154,7 @@ publicgetGenreList
-public List<Genre> getGenreList(String language) +public List<Genre> getGenreList(String language) throws MovieDbExceptionYou can use this method to retrieve the list of genres used on TMDb. @@ -1170,9 +1170,9 @@ publicgetGenreMovies
-@Deprecated -public List<MovieDb> getGenreMovies(int genreId, - String language, +@Deprecated +public List<MovieDb> getGenreMovies(int genreId, + String language, int page) throws MovieDbExceptionDeprecated.@@ -1186,8 +1186,8 @@ publicgetGenreMovies
-public List<MovieDb> getGenreMovies(int genreId, - String language, +public List<MovieDb> getGenreMovies(int genreId, + String language, int page, boolean includeAllMovies) throws MovieDbException@@ -1207,9 +1207,9 @@ publicsearchMovie
-public List<MovieDb> searchMovie(String movieName, +public List<MovieDb> searchMovie(String movieName, int searchYear, - String language, + String language, boolean includeAdult, int page) throws MovieDbException@@ -1225,8 +1225,8 @@ publicsearchCollection
-public List<Collection> searchCollection(String query, - String language, +public List<Collection> searchCollection(String query, + String language, int page) throws MovieDbExceptionSearch for collections by name.@@ -1241,7 +1241,7 @@ publicsearchPeople
-public List<Person> searchPeople(String personName, +public List<Person> searchPeople(String personName, boolean includeAdult, int page) throws MovieDbException@@ -1259,8 +1259,8 @@ publicsearchList
-public List<MovieList> searchList(String query, - String language, +public List<MovieList> searchList(String query, + String language, int page) throws MovieDbExceptionSearch for lists by name and description.@@ -1275,7 +1275,7 @@ publicsearchCompanies
-public List<Company> searchCompanies(String companyName, +public List<Company> searchCompanies(String companyName, int page) throws MovieDbExceptionSearch Companies. @@ -1295,7 +1295,7 @@ publicsearchKeyword
-public List<Keyword> searchKeyword(String query, +public List<Keyword> searchKeyword(String query, int page) throws MovieDbExceptionSearch for keywords by name@@ -1310,7 +1310,7 @@ publicgetList
-public MovieDbList getList(String listId) +public MovieDbList getList(String listId) throws MovieDbExceptionGet a list by its ID
- Parameters:
- @@ -1325,7 +1325,7 @@ public
listId-getKeyword
-public Keyword getKeyword(String keywordId) +public Keyword getKeyword(String keywordId) throws MovieDbExceptionGet the basic information for a specific keyword id.
- Parameters:
- @@ -1340,8 +1340,8 @@ public
keywordId-getKeywordMovies
-public List<KeywordMovie> getKeywordMovies(String keywordId, - String language, +public List<KeywordMovie> getKeywordMovies(String keywordId, + String language, int page) throws MovieDbExceptionGet the list of movies for a particular keyword by id.@@ -1358,8 +1358,8 @@ publicgetMovieChangesList
public void getMovieChangesList(int page, - String startDate, - String endDate) + String startDate, + String endDate) throws MovieDbException@@ -1372,8 +1372,8 @@ public
- Throws:
MovieDbExceptiongetPersonChangesList
public void getPersonChangesList(int page, - String startDate, - String endDate) + String startDate, + String endDate) throws MovieDbExceptiondiff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html index 42fb29441..8dbd32ab1 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html @@ -2,10 +2,10 @@ - +
- Throws:
MovieDbExceptionUses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -102,7 +102,7 @@@@ -123,12 +123,12 @@ the order they are declared. - static MovieDbException.MovieDbExceptionTypeMovieDbException.MovieDbExceptionType. valueOf(String name)+MovieDbException.MovieDbExceptionType. valueOf(String name)Returns the enum constant of this type with the specified name.+ String response) MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, - String response)diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html index d21226fac..e02be76b6 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html @@ -2,10 +2,10 @@ - + + String response, + Throwable cause) MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, - String response, - Throwable cause)Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -101,9 +101,9 @@- @@ -114,16 +114,16 @@- URLTheMovieDbApi. createImageUrl(String imagePath, - String requiredSize)++ URLTheMovieDbApi. createImageUrl(String imagePath, + String requiredSize)Generate the full image URL from the size and image path- + List<Artwork>List<Artwork>TheMovieDbApi. getCollectionImages(int collectionId, - String language)+ String language)Get all of the images for a particular collection by collection id.@@ -134,31 +134,31 @@ CollectionInfoTheMovieDbApi. getCollectionInfo(int collectionId, - String language)+ String language)This method is used to retrieve all of the basic information about a movie collection.- + List<MovieDb>List<MovieDb>TheMovieDbApi. getCompanyMovies(int companyId, - String language, + String language, int page)This method is used to retrieve the movies associated with a company.- - List<Genre>TheMovieDbApi. getGenreList(String language)++ List<Genre>TheMovieDbApi. getGenreList(String language)You can use this method to retrieve the list of genres used on TMDb.- + List<MovieDb>List<MovieDb>TheMovieDbApi. getGenreMovies(int genreId, - String language, + String language, int page)Deprecated.- + List<MovieDb>List<MovieDb>TheMovieDbApi. getGenreMovies(int genreId, - String language, + String language, int page, boolean includeAllMovies)Get a list of movies per genre.@@ -172,14 +172,14 @@- KeywordTheMovieDbApi. getKeyword(String keywordId)+TheMovieDbApi. getKeyword(String keywordId)Get the basic information for a specific keyword id.- - List<KeywordMovie>TheMovieDbApi. getKeywordMovies(String keywordId, - String language, ++ List<KeywordMovie>TheMovieDbApi. @@ -192,95 +192,95 @@getKeywordMovies(String keywordId, + String language, int page)Get the list of movies for a particular keyword by id.- MovieDbListTheMovieDbApi. getList(String listId)+TheMovieDbApi. getList(String listId)Get a list by its ID- + List<AlternativeTitle>List<AlternativeTitle>TheMovieDbApi. getMovieAlternativeTitles(int movieId, - String country)+ String country)This method is used to retrieve all of the alternative titles we have for a particular movie.- + List<Person>List<Person>TheMovieDbApi. getMovieCasts(int movieId)Get the cast information for a specific movie id.- + List<MovieChanges>List<MovieChanges>TheMovieDbApi. getMovieChanges(int movieId, - String startDate, - String endDate)+ String startDate, + String endDate)Deprecated.voidTheMovieDbApi. + String startDate, + String endDate)getMovieChangesList(int page, - String startDate, - String endDate)- + List<Artwork>List<Artwork>TheMovieDbApi. getMovieImages(int movieId, - String language)+ String language)This method should be used when you’re wanting to retrieve all of the images for a particular movie.MovieDbTheMovieDbApi. getMovieInfo(int movieId, - String language)+ String language)This method is used to retrieve all of the basic movie information.- MovieDbTheMovieDbApi. getMovieInfoImdb(String imdbId, - String language)+TheMovieDbApi. getMovieInfoImdb(String imdbId, + String language)This method is used to retrieve all of the basic movie information.- + List<Keyword>List<Keyword>TheMovieDbApi. getMovieKeywords(int movieId)This method is used to retrieve all of the keywords that have been added to a particular movie.- + List<MovieList>List<MovieList>TheMovieDbApi. getMovieLists(int movieId, - String language, + String language, int page)Get the lists that the movie belongs to- + List<ReleaseInfo>List<ReleaseInfo>TheMovieDbApi. getMovieReleaseInfo(int movieId, - String language)+ String language)This method is used to retrieve all of the release and certification data we have for a specific movie.- + List<Trailer>List<Trailer>TheMovieDbApi. getMovieTrailers(int movieId, - String language)+ String language)This method is used to retrieve all of the trailers for a particular movie.- + List<Translation>List<Translation>TheMovieDbApi. getMovieTranslations(int movieId)This method is used to retrieve a list of the available translations for a specific movie.- - List<MovieDb>TheMovieDbApi. getNowPlayingMovies(String language, ++ List<MovieDb>TheMovieDbApi. @@ -288,25 +288,25 @@getNowPlayingMovies(String language, int page)This method is used to retrieve the movies currently in theatres.voidTheMovieDbApi. getPersonChanges(int personId, - String startDate, - String endDate)+ String startDate, + String endDate)Get the changes for a specific person id.voidTheMovieDbApi. + String startDate, + String endDate)getPersonChangesList(int page, - String startDate, - String endDate)- + List<PersonCredit>List<PersonCredit>TheMovieDbApi. getPersonCredits(int personId)This method is used to retrieve all of the cast & crew information for the person.- + List<Artwork>List<Artwork>TheMovieDbApi. @@ -324,8 +324,8 @@getPersonImages(int personId)This method is used to retrieve all of the profile images for a person.- - List<MovieDb>TheMovieDbApi. getPopularMovieList(String language, ++ List<MovieDb>TheMovieDbApi. @@ -337,77 +337,77 @@getPopularMovieList(String language, int page)This method is used to retrieve the daily movie popularity list.- + List<MovieDb>List<MovieDb>TheMovieDbApi. getSimilarMovies(int movieId, - String language, + String language, int page)The similar movies method will let you retrieve the similar movies for a particular movie.- - List<MovieDb>TheMovieDbApi. getTopRatedMovies(String language, ++ List<MovieDb>TheMovieDbApi. getTopRatedMovies(String language, int page)This method is used to retrieve the top rated movies that have over 10 votes on TMDb.- - List<MovieDb>TheMovieDbApi. getUpcoming(String language, ++ List<MovieDb>TheMovieDbApi. getUpcoming(String language, int page)Get the list of upcoming movies.- booleanTheMovieDbApi. postMovieRating(String sessionId, - String rating)+TheMovieDbApi. postMovieRating(String sessionId, + String rating)This method lets users rate a movie.- - List<Collection>TheMovieDbApi. searchCollection(String query, - String language, ++ List<Collection>TheMovieDbApi. searchCollection(String query, + String language, int page)Search for collections by name.- - List<Company>TheMovieDbApi. searchCompanies(String companyName, ++ List<Company>TheMovieDbApi. searchCompanies(String companyName, int page)Search Companies.- - List<Keyword>TheMovieDbApi. searchKeyword(String query, ++ List<Keyword>TheMovieDbApi. searchKeyword(String query, int page)Search for keywords by name- - List<MovieList>TheMovieDbApi. searchList(String query, - String language, ++ List<MovieList>TheMovieDbApi. searchList(String query, + String language, int page)Search for lists by name and description.- - List<MovieDb>TheMovieDbApi. searchMovie(String movieName, ++ List<MovieDb>TheMovieDbApi. 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 TMDb.- - List<Person>TheMovieDbApi. searchPeople(String personName, ++ List<Person>TheMovieDbApi. searchPeople(String personName, boolean includeAdult, int page)This is a good starting point to start finding people on TMDb.@@ -422,7 +422,7 @@- @@ -441,16 +441,16 @@TheMovieDbApi(String apiKey)+TheMovieDbApi(String apiKey)API for The Movie Db.- - static URLConnectionWebBrowser. +openProxiedConnection(URL url)+ static URLConnectionWebBrowser. openProxiedConnection(URL url)- - static StringWebBrowser. +request(String url)+ static StringWebBrowser. request(String url)- diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html index fd632980d..2dc1add9a 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html @@ -2,10 +2,10 @@ - +- static StringWebBrowser. +request(URL url)+ static StringWebBrowser. request(URL url)Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -97,14 +97,14 @@ApiUrl(TheMovieDbApi tmdb, - String method)+ String method)Constructor for the simple API URL method without a sub-methoddiff --git a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html index 3a27d2ebe..ffc0c79ad 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html @@ -2,10 +2,10 @@ - + ApiUrl(TheMovieDbApi tmdb, - String method, - String submethod)+ String method, + String submethod)Constructor for the API URL with a sub-methodAlternativeTitle (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -222,7 +222,7 @@ implements- 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+extends Object +implements Serializable@@ -144,20 +144,20 @@ implements
- Author:
- Stuart
- See Also:
- Serialized Form
- boolean+ equals(Object obj)equals(Object obj)- + StringStringgetCountry()- + StringStringgetTitle()@@ -167,14 +167,14 @@ implements - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setCountry(String country)setCountry(String country)- void+ setTitle(String title)setTitle(String title)- @@ -182,8 +182,8 @@ implements -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait- @@ -231,7 +231,7 @@ implements
getCountry
-public String getCountry()+public String getCountry()- @@ -240,7 +240,7 @@ implements
getTitle
-public String getTitle()+public String getTitle()- @@ -249,7 +249,7 @@ implements
setCountry
-public void setCountry(String country)+public void setCountry(String country)- @@ -258,8 +258,8 @@ implements
setTitle
-public void setTitle(String title)+public void setTitle(String title)- @@ -270,10 +270,10 @@ implements
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- @@ -286,7 +286,7 @@ implements hashCode in class
equals
-public boolean equals(Object obj)+public boolean equals(Object obj)Object+- @@ -296,10 +296,10 @@ implements
hashCodein classObject- diff --git a/apidocs/com/omertron/themoviedbapi/model/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/Artwork.html index bfc3c496b..2ccf26fed 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/Artwork.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()Artwork (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -297,7 +297,7 @@ implements- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.Artwork
@@ -97,13 +97,13 @@- +
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class Artwork -extends Object -implements Serializable+extends Object +implements SerializableThe artwork type information
- Author:
- Stuart
@@ -145,7 +145,7 @@ implements- boolean+ equals(Object obj)equals(Object obj)@@ -156,11 +156,11 @@ implements ArtworkTypegetAspectRatio()- + StringStringgetFilePath()- + StringStringgetFlag()@@ -168,7 +168,7 @@ implements getHeight()- + StringStringgetLanguage()@@ -185,8 +185,8 @@ implements @@ -204,11 +204,11 @@ implements- voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setFilePath(String filePath)setFilePath(String filePath)- void+ setFlag(String flag)setFlag(String flag)@@ -216,7 +216,7 @@ implements void- void+ setLanguage(String language)setLanguage(String language)@@ -231,7 +231,7 @@ implements voidsetWidth(int width)- @@ -239,8 +239,8 @@ implements -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait- @@ -315,7 +315,7 @@ implements
getFilePath
-public String getFilePath()+public String getFilePath()- @@ -351,7 +351,7 @@ implements
getLanguage
-public String getLanguage()+public String getLanguage()- @@ -378,7 +378,7 @@ implements
getFlag
-public String getFlag()+public String getFlag()- @@ -396,7 +396,7 @@ implements
setFilePath
-public void setFilePath(String filePath)+public void setFilePath(String filePath)- @@ -432,7 +432,7 @@ implements
setLanguage
-public void setLanguage(String language)+public void setLanguage(String language)- @@ -441,8 +441,8 @@ implements
setFlag
-public void setFlag(String flag)+public void setFlag(String flag)- @@ -453,10 +453,10 @@ implements
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- @@ -469,7 +469,7 @@ implements hashCode in class
equals
-public boolean equals(Object obj)+public boolean equals(Object obj)Object+- @@ -479,10 +479,10 @@ implements
hashCodein classObject- diff --git a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html index de91c3e18..4221eb859 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()ArtworkType (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,10 +85,10 @@-
- java.lang.Object
+- java.lang.Object
-
- java.lang.Enum<ArtworkType>
+- java.lang.Enum<ArtworkType>
@@ -152,7 +152,7 @@ extends
- com.omertron.themoviedbapi.model.ArtworkType
@@ -102,12 +102,12 @@
- All Implemented Interfaces:
-- Serializable, Comparable<ArtworkType>
+- Serializable, Comparable<ArtworkType>
public enum ArtworkType -extends Enum<ArtworkType>+extends Enum<ArtworkType>ArtworkType enum List of the artwork types that are available- static ArtworkTypevalueOf(String name)+@@ -168,15 +168,15 @@ the order they are declared. valueOf(String name)Returns the enum constant of this type with the specified name.- -
+Methods inherited from class java.lang.Enum
-clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from class java.lang.Enum
+clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf@@ -251,7 +251,7 @@ the order they are declared
- -
+Methods inherited from class java.lang.Object
-getClass, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+getClass, notify, notifyAll, wait, wait, waitdiff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html index 75a7ca61a..399d8a794 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html @@ -2,10 +2,10 @@ - +
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 @@ -259,9 +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 +- -
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is nullNullPointerException- if the argument is nullChangeItem (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@@@ -135,15 +135,15 @@ extends Method and Description-
- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.ChangeItem
@@ -98,7 +98,7 @@
public class ChangeItem -extends Object+extends Object- + StringStringgetAction()- + StringStringgetId()- + StringStringgetLanguage()@@ -151,7 +151,7 @@ extends getOriginalValue()- + StringStringgetTime()@@ -160,22 +160,22 @@ extends - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setAction(String action)setAction(String action)- void+ setId(String id)setId(String id)- void+ setLanguage(String language)setLanguage(String language)@@ -183,14 +183,14 @@ extends void- void+ setTime(String time)setTime(String time)voidsetValue(ChangeValue value)- @@ -198,8 +198,8 @@ extends -+ StringStringtoString()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@@ -238,7 +238,7 @@ extends- @@ -247,7 +247,7 @@ extends
getId
-public String getId()+public String getId()- @@ -256,7 +256,7 @@ extends
getAction
-public String getAction()+public String getAction()- @@ -283,7 +283,7 @@ extends
getTime
-public String getTime()+public String getTime()- @@ -292,7 +292,7 @@ extends
getLanguage
-public String getLanguage()+public String getLanguage()- @@ -301,7 +301,7 @@ extends
setId
-public void setId(String id)+public void setId(String id)- @@ -310,7 +310,7 @@ extends
setAction
-public void setAction(String action)+public void setAction(String action)- @@ -337,7 +337,7 @@ extends
setTime
-public void setTime(String time)+public void setTime(String time)- @@ -346,10 +346,10 @@ extends
setLanguage
-public void setLanguage(String language)+public void setLanguage(String language)- @@ -359,8 +359,8 @@ extends
toString
-public String toString()+public String toString()- diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html b/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html index 4a266f22d..32368e950 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html @@ -2,10 +2,10 @@ - +
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-ChangeValue (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@@@ -143,11 +143,11 @@ extends-
- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.ChangeValue
@@ -98,7 +98,7 @@
public class ChangeValue -extends Object+extends ObjectgetId()- + StringStringgetLanguage()- + StringStringgetName()@@ -155,17 +155,17 @@ extends getPoster()- + StringStringgetSite()- + StringStringgetTitle()@@ -179,11 +179,11 @@ extends - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setLanguage(String language)setLanguage(String language)- void+ setName(String name)setName(String name)@@ -191,19 +191,19 @@ extends void- void+ setSite(String site)setSite(String site)- void+ setTitle(String title)setTitle(String title)@@ -260,7 +260,7 @@ extends
- -
+Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait- @@ -269,7 +269,7 @@ extends
getTitle
-public String getTitle()+public String getTitle()- @@ -278,7 +278,7 @@ extends
getLanguage
-public String getLanguage()+public String getLanguage()- @@ -287,7 +287,7 @@ extends
getSite
-public String getSite()+public String getSite()- @@ -323,7 +323,7 @@ extends
getName
-public String getName()+public String getName()- @@ -332,7 +332,7 @@ extends
setTitle
-public void setTitle(String title)+public void setTitle(String title)- @@ -341,7 +341,7 @@ extends
setLanguage
-public void setLanguage(String language)+public void setLanguage(String language)- @@ -350,7 +350,7 @@ extends
setSite
-public void setSite(String site)+public void setSite(String site)- @@ -368,8 +368,8 @@ extends
setName
-public void setName(String name)+public void setName(String name)- diff --git a/apidocs/com/omertron/themoviedbapi/model/Collection.html b/apidocs/com/omertron/themoviedbapi/model/Collection.html index dafe10139..5c6d4d1b3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/Collection.html @@ -2,10 +2,10 @@ - +
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-Collection (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -254,7 +254,7 @@ implements- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.Collection
@@ -97,13 +97,13 @@- +
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class Collection -extends Object -implements Serializable+extends Object +implements Serializable@@ -144,10 +144,10 @@ implements
- Author:
- stuart.boston
- See Also:
- Serialized Form
- boolean+ equals(Object obj)equals(Object obj)- + StringStringgetBackdropPath()@@ -155,25 +155,25 @@ implements getId()- + StringStringgetName()- + StringStringgetPosterPath()- + StringStringgetReleaseDate()- + StringStringgetTitle()@@ -183,7 +183,7 @@ implements - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setBackdropPath(String backdropPath)setBackdropPath(String backdropPath)@@ -191,22 +191,22 @@ implements void- 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)- @@ -214,8 +214,8 @@ implements -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait- @@ -272,7 +272,7 @@ implements
getBackdropPath
-public String getBackdropPath()+public String getBackdropPath()- @@ -281,7 +281,7 @@ implements
getPosterPath
-public String getPosterPath()+public String getPosterPath()- @@ -290,7 +290,7 @@ implements
getReleaseDate
-public String getReleaseDate()+public String getReleaseDate()- @@ -299,7 +299,7 @@ implements
getTitle
-public String getTitle()+public String getTitle()- @@ -308,7 +308,7 @@ implements
getName
-public String getName()+public String getName()- @@ -326,7 +326,7 @@ implements
setBackdropPath
-public void setBackdropPath(String backdropPath)+public void setBackdropPath(String backdropPath)- @@ -335,7 +335,7 @@ implements
setPosterPath
-public void setPosterPath(String posterPath)+public void setPosterPath(String posterPath)- @@ -344,7 +344,7 @@ implements
setReleaseDate
-public void setReleaseDate(String releaseDate)+public void setReleaseDate(String releaseDate)- @@ -353,7 +353,7 @@ implements
setTitle
-public void setTitle(String title)+public void setTitle(String title)- @@ -362,8 +362,8 @@ implements
setName
-public void setName(String name)+public void setName(String name)- @@ -374,10 +374,10 @@ implements
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- @@ -390,7 +390,7 @@ implements hashCode in class
equals
-public boolean equals(Object obj)+public boolean equals(Object obj)Object+- @@ -400,10 +400,10 @@ implements
hashCodein classObject- diff --git a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html index 5e479807f..1f57ac801 100644 --- a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()CollectionInfo (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -238,7 +238,7 @@ implements- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.CollectionInfo
@@ -97,13 +97,13 @@- +
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class CollectionInfo -extends Object -implements Serializable+extends Object +implements Serializable@@ -143,7 +143,7 @@ implements Method and Description
- Author:
- Stuart
- See Also:
- Serialized Form
- + StringStringgetBackdropPath()@@ -151,27 +151,27 @@ implements getId()- + StringStringgetName()- + List<Collection>List<Collection>getParts()- + StringStringgetPosterPath()- voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setBackdropPath(String backdropPath)setBackdropPath(String backdropPath)@@ -179,18 +179,18 @@ implements void- void+ setName(String name)setName(String name)- void+ setParts(List<Collection> parts)setParts(List<Collection> parts)- void+ setPosterPath(String posterPath)setPosterPath(String posterPath)- @@ -198,8 +198,8 @@ implements -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait- @@ -256,7 +256,7 @@ implements
getBackdropPath
-public String getBackdropPath()+public String getBackdropPath()- @@ -265,7 +265,7 @@ implements
getName
-public String getName()+public String getName()- @@ -274,7 +274,7 @@ implements
getParts
-public List<Collection> getParts()+public List<Collection> getParts()- @@ -283,7 +283,7 @@ implements
getPosterPath
-public String getPosterPath()+public String getPosterPath()- @@ -301,7 +301,7 @@ implements
setBackdropPath
-public void setBackdropPath(String backdropPath)+public void setBackdropPath(String backdropPath)- @@ -310,7 +310,7 @@ implements
setName
-public void setName(String name)+public void setName(String name)- @@ -319,7 +319,7 @@ implements
setParts
-public void setParts(List<Collection> parts)+public void setParts(List<Collection> parts)- @@ -328,8 +328,8 @@ implements
setPosterPath
-public void setPosterPath(String posterPath)+public void setPosterPath(String posterPath)- @@ -340,10 +340,10 @@ implements
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- diff --git a/apidocs/com/omertron/themoviedbapi/model/Company.html b/apidocs/com/omertron/themoviedbapi/model/Company.html index 33c82b2e3..299ce8ea8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/Company.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()Company (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -264,7 +264,7 @@ implements- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.Company
@@ -97,13 +97,13 @@- +
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class Company -extends Object -implements Serializable+extends Object +implements SerializableCompany information
- Author:
- Stuart
@@ -148,33 +148,33 @@ implementsgetCompanyId()- + StringStringgetDescription()- + StringStringgetHeadquarters()- + StringStringgetHomepage()- + StringStringgetLogoPath()- + StringStringgetName()- + StringStringgetParentCompany()@@ -184,30 +184,30 @@ implements - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setDescription(String description)setDescription(String description)- void+ setHeadquarters(String headquarters)setHeadquarters(String headquarters)- void+ setHomepage(String homepage)setHomepage(String homepage)- void+ setLogoPath(String logoPath)setLogoPath(String logoPath)- void+ setName(String name)setName(String name)- void+ setParentCompany(String parentCompany)setParentCompany(String parentCompany)- @@ -215,8 +215,8 @@ implements -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait- @@ -273,7 +273,7 @@ implements
getDescription
-public String getDescription()+public String getDescription()- @@ -282,7 +282,7 @@ implements
getHeadquarters
-public String getHeadquarters()+public String getHeadquarters()- @@ -291,7 +291,7 @@ implements
getHomepage
-public String getHomepage()+public String getHomepage()- @@ -300,7 +300,7 @@ implements
getLogoPath
-public String getLogoPath()+public String getLogoPath()- @@ -309,7 +309,7 @@ implements
getName
-public String getName()+public String getName()- @@ -327,7 +327,7 @@ implements
getParentCompany
-public String getParentCompany()+public String getParentCompany()- @@ -336,7 +336,7 @@ implements
setDescription
-public void setDescription(String description)+public void setDescription(String description)- @@ -345,7 +345,7 @@ implements
setHeadquarters
-public void setHeadquarters(String headquarters)+public void setHeadquarters(String headquarters)- @@ -354,7 +354,7 @@ implements
setHomepage
-public void setHomepage(String homepage)+public void setHomepage(String homepage)- @@ -363,7 +363,7 @@ implements
setLogoPath
-public void setLogoPath(String logoPath)+public void setLogoPath(String logoPath)- @@ -372,7 +372,7 @@ implements
setName
-public void setName(String name)+public void setName(String name)- @@ -381,8 +381,8 @@ implements
setParentCompany
-public void setParentCompany(String parentCompany)+public void setParentCompany(String parentCompany)- @@ -393,10 +393,10 @@ implements
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html index 7f981b184..ea1c5cd61 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/Genre.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()Genre (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -231,7 +231,7 @@ implements- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.Genre
@@ -97,13 +97,13 @@- +
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class Genre -extends Object -implements Serializable+extends Object +implements Serializable@@ -144,20 +144,20 @@ implements
- Author:
- stuart.boston
- See Also:
- Serialized Form
- boolean+ equals(Object obj)equals(Object obj)intgetId()- + StringStringgetName()@@ -171,10 +171,10 @@ implements - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setName(String name)setName(String name)- @@ -182,8 +182,8 @@ implements -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait- @@ -249,7 +249,7 @@ implements
getName
-public String getName()+public String getName()- @@ -258,8 +258,8 @@ implements
setName
-public void setName(String name)+public void setName(String name)- @@ -270,10 +270,10 @@ implements
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- @@ -286,7 +286,7 @@ implements hashCode in class
equals
-public boolean equals(Object obj)+public boolean equals(Object obj)Object+- @@ -296,10 +296,10 @@ implements
hashCodein classObject- diff --git a/apidocs/com/omertron/themoviedbapi/model/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/Keyword.html index a3b5d66f8..2344ffd4d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/Keyword.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()Keyword (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -231,7 +231,7 @@ implements- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.Keyword
@@ -97,13 +97,13 @@- +
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class Keyword -extends Object -implements Serializable+extends Object +implements Serializable@@ -144,20 +144,20 @@ implements
- Author:
- stuart.boston
- See Also:
- Serialized Form
- boolean+ equals(Object obj)equals(Object obj)intgetId()- + StringStringgetName()@@ -171,10 +171,10 @@ implements - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setName(String name)setName(String name)- @@ -182,8 +182,8 @@ implements -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait- @@ -249,7 +249,7 @@ implements
getName
-public String getName()+public String getName()- @@ -258,8 +258,8 @@ implements
setName
-public void setName(String name)+public void setName(String name)- @@ -270,10 +270,10 @@ implements
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- @@ -286,7 +286,7 @@ implements hashCode in class
equals
-public boolean equals(Object obj)+public boolean equals(Object obj)Object+- @@ -296,10 +296,10 @@ implements
hashCodein classObject- diff --git a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html index 18283cb1f..6b65a66f0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()KeywordMovie (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -222,7 +222,7 @@ implements- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.KeywordMovie
@@ -97,13 +97,13 @@- +
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class KeywordMovie -extends Object -implements Serializable+extends Object +implements Serializable@@ -143,23 +143,23 @@ implements Method and Description
- Author:
- Stuart
- See Also:
- Serialized Form
- + StringStringgetBackdropPath()- + StringStringgetId()- + StringStringgetOriginalTitle()- + StringStringgetPosterPath()- + StringStringgetReleaseDate()@@ -167,7 +167,7 @@ implements getSerialVersionUID()- + StringStringgetTitle()@@ -180,34 +180,34 @@ implements - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setBackdropPath(String backdropPath)setBackdropPath(String backdropPath)- void+ setId(String id)setId(String id)- void+ setOriginalTitle(String originalTitle)setOriginalTitle(String originalTitle)- void+ setPosterPath(String posterPath)setPosterPath(String posterPath)- void+ setReleaseDate(String releaseDate)setReleaseDate(String releaseDate)- void+ setTitle(String title)setTitle(String title)@@ -222,8 +222,8 @@ implements - voidMethods 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@@ -271,7 +271,7 @@ implements- @@ -280,7 +280,7 @@ implements
getBackdropPath
-public String getBackdropPath()+public String getBackdropPath()- @@ -289,7 +289,7 @@ implements
getId
-public String getId()+public String getId()- @@ -298,7 +298,7 @@ implements
getOriginalTitle
-public String getOriginalTitle()+public String getOriginalTitle()- @@ -307,7 +307,7 @@ implements
getReleaseDate
-public String getReleaseDate()+public String getReleaseDate()- @@ -316,7 +316,7 @@ implements
getPosterPath
-public String getPosterPath()+public String getPosterPath()- @@ -343,7 +343,7 @@ implements
getTitle
-public String getTitle()+public String getTitle()- @@ -352,7 +352,7 @@ implements
setBackdropPath
-public void setBackdropPath(String backdropPath)+public void setBackdropPath(String backdropPath)- @@ -361,7 +361,7 @@ implements
setId
-public void setId(String id)+public void setId(String id)- @@ -370,7 +370,7 @@ implements
setOriginalTitle
-public void setOriginalTitle(String originalTitle)+public void setOriginalTitle(String originalTitle)- @@ -379,7 +379,7 @@ implements
setReleaseDate
-public void setReleaseDate(String releaseDate)+public void setReleaseDate(String releaseDate)- @@ -388,7 +388,7 @@ implements
setPosterPath
-public void setPosterPath(String posterPath)+public void setPosterPath(String posterPath)- @@ -415,8 +415,8 @@ implements
setTitle
-public void setTitle(String title)+public void setTitle(String title)- diff --git a/apidocs/com/omertron/themoviedbapi/model/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html index 208c4e913..d907b09b9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/Language.html @@ -2,10 +2,10 @@ - +
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-Language (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.Language
@@ -97,13 +97,13 @@
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class Language -extends Object -implements Serializable+extends Object +implements Serializable@@ -144,20 +144,20 @@ implements
- Author:
- stuart.boston
- See Also:
- Serialized Form
- boolean+ equals(Object obj)equals(Object obj)- + StringStringgetIsoCode()- + StringStringgetName()@@ -167,14 +167,14 @@ implements - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setIsoCode(String isoCode)setIsoCode(String isoCode)- void+ setName(String name)setName(String name)- @@ -182,8 +182,8 @@ implements -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait- @@ -231,7 +231,7 @@ implements
getIsoCode
-public String getIsoCode()+public String getIsoCode()- @@ -240,7 +240,7 @@ implements
getName
-public String getName()+public String getName()- @@ -249,7 +249,7 @@ implements
setIsoCode
-public void setIsoCode(String isoCode)+public void setIsoCode(String isoCode)- @@ -258,8 +258,8 @@ implements
setName
-public void setName(String name)+public void setName(String name)- @@ -270,10 +270,10 @@ implements
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- @@ -286,7 +286,7 @@ implements hashCode in class
equals
-public boolean equals(Object obj)+public boolean equals(Object obj)Object+- @@ -296,10 +296,10 @@ implements
hashCodein classObject- diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html b/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html index 381abfb03..439131018 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()MovieChanges (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -210,7 +210,7 @@ implements- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.MovieChanges
@@ -97,13 +97,13 @@
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class MovieChanges -extends Object -implements Serializable+extends Object +implements Serializable@@ -143,35 +143,35 @@ implements Method and Description
- Author:
- Stuart
- See Also:
- Serialized Form
- + List<ChangeItem>List<ChangeItem>getItems()- + StringStringgetKey()- voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setItems(List<ChangeItem> items)setItems(List<ChangeItem> items)- void+ setKey(String key)setKey(String key)- @@ -219,7 +219,7 @@ implements
getKey
-public String getKey()+public String getKey()- @@ -228,7 +228,7 @@ implements
getItems
-public List<ChangeItem> getItems()+public List<ChangeItem> getItems()- @@ -237,7 +237,7 @@ implements
setKey
-public void setKey(String key)+public void setKey(String key)- @@ -246,8 +246,8 @@ implements
setItems
-public void setItems(List<ChangeItem> items)+public void setItems(List<ChangeItem> items)- diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html index ff573ca69..3f375dc92 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html @@ -2,10 +2,10 @@ - +
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-MovieDb (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -391,7 +391,7 @@ implements- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.MovieDb
@@ -97,13 +97,13 @@- +
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class MovieDb -extends Object -implements Serializable+extends Object +implements SerializableMovie Bean
- Author:
- stuart.boston
@@ -145,10 +145,10 @@ implements- boolean+ equals(Object obj)equals(Object obj)- + StringStringgetBackdropPath()@@ -160,11 +160,11 @@ implements getBudget()- + List<Genre>List<Genre>getGenres()- + StringStringgetHomepage()@@ -172,15 +172,15 @@ implements getId()- + StringStringgetImdbID()- + StringStringgetOriginalTitle()- + StringStringgetOverview()@@ -188,19 +188,19 @@ implements getPopularity()- + StringStringgetPosterPath()- + List<ProductionCompany>List<ProductionCompany>getProductionCompanies()- + List<ProductionCountry>List<ProductionCountry>getProductionCountries()- + StringStringgetReleaseDate()@@ -212,19 +212,19 @@ implements getRuntime()- + List<Language>List<Language>getSpokenLanguages()- + StringStringgetStatus()- + StringStringgetTagline()- + StringStringgetTitle()@@ -237,8 +237,8 @@ implements @@ -256,7 +256,7 @@ implements- voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setBackdropPath(String backdropPath)setBackdropPath(String backdropPath)@@ -268,11 +268,11 @@ implements void- void+ setGenres(List<Genre> genres)setGenres(List<Genre> genres)- void+ setHomepage(String homepage)setHomepage(String homepage)@@ -280,15 +280,15 @@ implements void- void+ setImdbID(String imdbID)setImdbID(String imdbID)- void+ setOriginalTitle(String originalTitle)setOriginalTitle(String originalTitle)- void+ setOverview(String overview)setOverview(String overview)@@ -296,19 +296,19 @@ implements void- void+ setPosterPath(String posterPath)setPosterPath(String posterPath)- void+ setProductionCompanies(List<ProductionCompany> productionCompanies)setProductionCompanies(List<ProductionCompany> productionCompanies)- void+ setProductionCountries(List<ProductionCountry> productionCountries)setProductionCountries(List<ProductionCountry> productionCountries)- void+ setReleaseDate(String releaseDate)setReleaseDate(String releaseDate)@@ -320,19 +320,19 @@ implements void- void+ setSpokenLanguages(List<Language> spokenLanguages)setSpokenLanguages(List<Language> spokenLanguages)- void+ setStatus(String status)setStatus(String status)- void+ setTagline(String tagline)setTagline(String tagline)- void+ setTitle(String title)setTitle(String title)@@ -343,7 +343,7 @@ implements voidsetVoteCount(int voteCount)- @@ -351,8 +351,8 @@ implements -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait- @@ -409,7 +409,7 @@ implements
getBackdropPath
-public String getBackdropPath()+public String getBackdropPath()- @@ -427,7 +427,7 @@ implements
getOriginalTitle
-public String getOriginalTitle()+public String getOriginalTitle()- @@ -436,7 +436,7 @@ implements
getPosterPath
-public String getPosterPath()+public String getPosterPath()- @@ -445,7 +445,7 @@ implements
getReleaseDate
-public String getReleaseDate()+public String getReleaseDate()- @@ -481,7 +481,7 @@ implements
getTitle
-public String getTitle()+public String getTitle()- @@ -490,7 +490,7 @@ implements
getGenres
-public List<Genre> getGenres()+public List<Genre> getGenres()- @@ -499,7 +499,7 @@ implements
getHomepage
-public String getHomepage()+public String getHomepage()- @@ -508,7 +508,7 @@ implements
getImdbID
-public String getImdbID()+public String getImdbID()- @@ -517,7 +517,7 @@ implements
getOverview
-public String getOverview()+public String getOverview()- @@ -526,7 +526,7 @@ implements
getProductionCompanies
-public List<ProductionCompany> getProductionCompanies()+public List<ProductionCompany> getProductionCompanies()- @@ -553,7 +553,7 @@ implements
getProductionCountries
-public List<ProductionCountry> getProductionCountries()+public List<ProductionCountry> getProductionCountries()- @@ -562,7 +562,7 @@ implements
getSpokenLanguages
-public List<Language> getSpokenLanguages()+public List<Language> getSpokenLanguages()- @@ -589,7 +589,7 @@ implements
getTagline
-public String getTagline()+public String getTagline()- @@ -598,7 +598,7 @@ implements
getStatus
-public String getStatus()+public String getStatus()- @@ -616,7 +616,7 @@ implements
setBackdropPath
-public void setBackdropPath(String backdropPath)+public void setBackdropPath(String backdropPath)- @@ -634,7 +634,7 @@ implements
setOriginalTitle
-public void setOriginalTitle(String originalTitle)+public void setOriginalTitle(String originalTitle)- @@ -643,7 +643,7 @@ implements
setPosterPath
-public void setPosterPath(String posterPath)+public void setPosterPath(String posterPath)- @@ -652,7 +652,7 @@ implements
setReleaseDate
-public void setReleaseDate(String releaseDate)+public void setReleaseDate(String releaseDate)- @@ -688,7 +688,7 @@ implements
setTitle
-public void setTitle(String title)+public void setTitle(String title)- @@ -697,7 +697,7 @@ implements
setGenres
-public void setGenres(List<Genre> genres)+public void setGenres(List<Genre> genres)- @@ -706,7 +706,7 @@ implements
setHomepage
-public void setHomepage(String homepage)+public void setHomepage(String homepage)- @@ -715,7 +715,7 @@ implements
setImdbID
-public void setImdbID(String imdbID)+public void setImdbID(String imdbID)- @@ -724,7 +724,7 @@ implements
setOverview
-public void setOverview(String overview)+public void setOverview(String overview)- @@ -733,7 +733,7 @@ implements
setProductionCompanies
-public void setProductionCompanies(List<ProductionCompany> productionCompanies)+public void setProductionCompanies(List<ProductionCompany> productionCompanies)- @@ -760,7 +760,7 @@ implements
setProductionCountries
-public void setProductionCountries(List<ProductionCountry> productionCountries)+public void setProductionCountries(List<ProductionCountry> productionCountries)- @@ -769,7 +769,7 @@ implements
setSpokenLanguages
-public void setSpokenLanguages(List<Language> spokenLanguages)+public void setSpokenLanguages(List<Language> spokenLanguages)- @@ -796,7 +796,7 @@ implements
setTagline
-public void setTagline(String tagline)+public void setTagline(String tagline)- @@ -805,8 +805,8 @@ implements
setStatus
-public void setStatus(String status)+public void setStatus(String status)- @@ -817,10 +817,10 @@ implements
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- @@ -833,7 +833,7 @@ implements hashCode in class
equals
-public boolean equals(Object obj)+public boolean equals(Object obj)Object+- @@ -843,10 +843,10 @@ implements
hashCodein classObject- diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html index 95c287710..87cf64089 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()MovieDbList (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -261,7 +261,7 @@ extends- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.MovieDbList
@@ -98,7 +98,7 @@
public class MovieDbList -extends Object+extends ObjectWrapper for the MovieDbList function@@ -138,11 +138,11 @@ extends Method and Description
- Author:
- stuart.boston
- + StringStringgetCreatedBy()- + StringStringgetDescription()@@ -150,7 +150,7 @@ extends getFavoriteCount()- + StringStringgetId()@@ -158,35 +158,35 @@ extends getItemCount()- + List<MovieDb>List<MovieDb>getItems()- + StringStringgetLanguage()- + StringStringgetName()- + StringStringgetPosterPath()- voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setCreatedBy(String createdBy)setCreatedBy(String createdBy)- void+ setDescription(String description)setDescription(String description)@@ -194,7 +194,7 @@ extends void- void+ setId(String id)setId(String id)@@ -202,27 +202,27 @@ extends void- void+ setItems(List<MovieDb> items)setItems(List<MovieDb> items)- void+ setLanguage(String language)setLanguage(String language)- void+ setName(String name)setName(String name)- void+ setPosterPath(String posterPath)setPosterPath(String posterPath)- @@ -270,7 +270,7 @@ extends
getId
-public String getId()+public String getId()- @@ -279,7 +279,7 @@ extends
getCreatedBy
-public String getCreatedBy()+public String getCreatedBy()- @@ -297,7 +297,7 @@ extends
getDescription
-public String getDescription()+public String getDescription()- @@ -315,7 +315,7 @@ extends
getItems
-public List<MovieDb> getItems()+public List<MovieDb> getItems()- @@ -324,7 +324,7 @@ extends
getLanguage
-public String getLanguage()+public String getLanguage()- @@ -333,7 +333,7 @@ extends
getName
-public String getName()+public String getName()- @@ -342,7 +342,7 @@ extends
getPosterPath
-public String getPosterPath()+public String getPosterPath()- @@ -351,7 +351,7 @@ extends
setId
-public void setId(String id)+public void setId(String id)- @@ -360,7 +360,7 @@ extends
setCreatedBy
-public void setCreatedBy(String createdBy)+public void setCreatedBy(String createdBy)- @@ -378,7 +378,7 @@ extends
setDescription
-public void setDescription(String description)+public void setDescription(String description)- @@ -396,7 +396,7 @@ extends
setItems
-public void setItems(List<MovieDb> items)+public void setItems(List<MovieDb> items)- @@ -405,7 +405,7 @@ extends
setLanguage
-public void setLanguage(String language)+public void setLanguage(String language)- @@ -414,7 +414,7 @@ extends
setName
-public void setName(String name)+public void setName(String name)- @@ -423,8 +423,8 @@ extends
setPosterPath
-public void setPosterPath(String posterPath)+public void setPosterPath(String posterPath)- diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/MovieList.html index 2b142e623..de6225b7d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieList.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieList.html @@ -2,10 +2,10 @@ - +
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-MovieList (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -262,7 +262,7 @@ implements- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.MovieList
@@ -97,13 +97,13 @@- +
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class MovieList -extends Object -implements Serializable+extends Object +implements Serializable@@ -143,7 +143,7 @@ implements Method and Description
- Author:
- Stuart
- See Also:
- Serialized Form
- + StringStringgetDescription()@@ -151,7 +151,7 @@ implements getFavoriteCount()- + StringStringgetId()@@ -159,31 +159,31 @@ implements getItemCount()- + StringStringgetLanguage()- + StringStringgetListType()- + StringStringgetName()- + StringStringgetPosterPath()- voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setDescription(String description)setDescription(String description)@@ -191,7 +191,7 @@ implements void- void+ setId(String id)setId(String id)@@ -199,22 +199,22 @@ implements void- void+ setLanguage(String language)setLanguage(String language)- void+ setListType(String listType)setListType(String listType)- void+ setName(String name)setName(String name)- void+ setPosterPath(String posterPath)setPosterPath(String posterPath)- @@ -222,8 +222,8 @@ implements -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait- @@ -280,7 +280,7 @@ implements
getDescription
-public String getDescription()+public String getDescription()- @@ -298,7 +298,7 @@ implements
getId
-public String getId()+public String getId()- @@ -307,7 +307,7 @@ implements
getLanguage
-public String getLanguage()+public String getLanguage()- @@ -316,7 +316,7 @@ implements
getName
-public String getName()+public String getName()- @@ -325,7 +325,7 @@ implements
getPosterPath
-public String getPosterPath()+public String getPosterPath()- @@ -334,7 +334,7 @@ implements
getListType
-public String getListType()+public String getListType()- @@ -352,7 +352,7 @@ implements
setDescription
-public void setDescription(String description)+public void setDescription(String description)- @@ -370,7 +370,7 @@ implements
setId
-public void setId(String id)+public void setId(String id)- @@ -379,7 +379,7 @@ implements
setLanguage
-public void setLanguage(String language)+public void setLanguage(String language)- @@ -388,7 +388,7 @@ implements
setName
-public void setName(String name)+public void setName(String name)- @@ -397,7 +397,7 @@ implements
setPosterPath
-public void setPosterPath(String posterPath)+public void setPosterPath(String posterPath)- @@ -406,8 +406,8 @@ implements
setListType
-public void setListType(String listType)+public void setListType(String listType)- @@ -418,10 +418,10 @@ implements
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- diff --git a/apidocs/com/omertron/themoviedbapi/model/Person.html b/apidocs/com/omertron/themoviedbapi/model/Person.html index f38fae2b6..f868e1e28 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/Person.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()Person (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -363,10 +363,10 @@ implements- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.Person
@@ -97,13 +97,13 @@- +
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class Person -extends Object -implements Serializable+extends Object +implements Serializable@@ -145,9 +145,9 @@ implements
- Author:
- stuart.boston
- See Also:
- Serialized Form
void@@ -155,47 +155,47 @@ implements addCast(int id, - String name, - String profilePath, - String character, + String name, + String profilePath, + String character, int order)Add a cast membervoidaddCrew(int id, - String name, - String profilePath, - String department, - String job)+ String name, + String profilePath, + String department, + String job)Add a crew member- boolean+ equals(Object obj)equals(Object obj)- + List<String>List<String>getAka()- + StringStringgetBiography()- + StringStringgetBirthday()- + StringStringgetBirthplace()- + StringStringgetCharacter()- + StringStringgetDeathday()- + StringStringgetDepartment()- + StringStringgetHomepage()@@ -203,15 +203,15 @@ implements getId()- + StringStringgetImdbId()- + StringStringgetJob()- + StringStringgetName()@@ -227,13 +227,13 @@ implements getPopularity()- + StringStringgetProfilePath()@@ -251,35 +251,35 @@ implements - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- 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)@@ -287,15 +287,15 @@ implements void- void+ setImdbId(String imdbId)setImdbId(String imdbId)- void+ setJob(String job)setJob(String job)- void+ setName(String name)setName(String name)@@ -311,10 +311,10 @@ implements void- void+ setProfilePath(String profilePath)setProfilePath(String profilePath)- @@ -322,8 +322,8 @@ implements -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, finalize, getClass, notify, notifyAll, wait, wait, waitaddCrew
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@@ -378,9 +378,9 @@ implements
- Parameters:
id-name-profilePath-department-job-addCast
public void addCast(int id, - String name, - String profilePath, - String character, + String name, + String profilePath, + String character, int order)Add a cast member@@ -392,7 +392,7 @@ implements
- Parameters:
id-name-profilePath-character-order-- @@ -401,7 +401,7 @@ implements
getCharacter
-public String getCharacter()+public String getCharacter()- @@ -419,7 +419,7 @@ implements
getDepartment
-public String getDepartment()+public String getDepartment()- @@ -428,7 +428,7 @@ implements
getJob
-public String getJob()+public String getJob()- @@ -455,7 +455,7 @@ implements
getName
-public String getName()+public String getName()- @@ -473,7 +473,7 @@ implements
getProfilePath
-public String getProfilePath()+public String getProfilePath()- @@ -482,7 +482,7 @@ implements
getAka
-public List<String> getAka()+public List<String> getAka()- @@ -491,7 +491,7 @@ implements
getBiography
-public String getBiography()+public String getBiography()- @@ -500,7 +500,7 @@ implements
getBirthday
-public String getBirthday()+public String getBirthday()- @@ -509,7 +509,7 @@ implements
getBirthplace
-public String getBirthplace()+public String getBirthplace()- @@ -518,7 +518,7 @@ implements
getDeathday
-public String getDeathday()+public String getDeathday()- @@ -527,7 +527,7 @@ implements
getHomepage
-public String getHomepage()+public String getHomepage()- @@ -545,7 +545,7 @@ implements
getImdbId
-public String getImdbId()+public String getImdbId()- @@ -554,7 +554,7 @@ implements
setCharacter
-public void setCharacter(String character)+public void setCharacter(String character)- @@ -572,7 +572,7 @@ implements
setDepartment
-public void setDepartment(String department)+public void setDepartment(String department)- @@ -581,7 +581,7 @@ implements
setJob
-public void setJob(String job)+public void setJob(String job)- @@ -608,7 +608,7 @@ implements
setName
-public void setName(String name)+public void setName(String name)- @@ -626,7 +626,7 @@ implements
setProfilePath
-public void setProfilePath(String profilePath)+public void setProfilePath(String profilePath)- @@ -635,7 +635,7 @@ implements
setAka
-public void setAka(List<String> aka)+public void setAka(List<String> aka)- @@ -644,7 +644,7 @@ implements
setBiography
-public void setBiography(String biography)+public void setBiography(String biography)- @@ -653,7 +653,7 @@ implements
setBirthday
-public void setBirthday(String birthday)+public void setBirthday(String birthday)- @@ -662,7 +662,7 @@ implements
setBirthplace
-public void setBirthplace(String birthplace)+public void setBirthplace(String birthplace)- @@ -671,7 +671,7 @@ implements
setDeathday
-public void setDeathday(String deathday)+public void setDeathday(String deathday)- @@ -680,7 +680,7 @@ implements
setHomepage
-public void setHomepage(String homepage)+public void setHomepage(String homepage)- @@ -698,8 +698,8 @@ implements
setImdbId
-public void setImdbId(String imdbId)+public void setImdbId(String imdbId)- @@ -710,10 +710,10 @@ implements
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- @@ -726,7 +726,7 @@ implements hashCode in class
equals
-public boolean equals(Object obj)+public boolean equals(Object obj)Object+- @@ -736,10 +736,10 @@ implements
hashCodein classObject- diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html index c1f52d750..19db6b090 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()PersonCast (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -254,7 +254,7 @@ implements- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.PersonCast
@@ -97,13 +97,13 @@- +
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class PersonCast -extends Object -implements Serializable+extends Object +implements Serializable@@ -144,14 +144,14 @@ implements
- Author:
- Stuart
- See Also:
- Serialized Form
- boolean+ equals(Object obj)equals(Object obj)intgetCastId()- + StringStringgetCharacter()@@ -159,7 +159,7 @@ implements getId()- + StringStringgetName()@@ -167,13 +167,13 @@ implements getOrder()- + StringStringgetProfilePath()@@ -187,7 +187,7 @@ implements - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setCharacter(String character)setCharacter(String character)@@ -195,7 +195,7 @@ implements void- void+ setName(String name)setName(String name)@@ -203,10 +203,10 @@ implements void- void+ setProfilePath(String profilePath)setProfilePath(String profilePath)- @@ -214,8 +214,8 @@ implements -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait- @@ -272,7 +272,7 @@ implements
getCharacter
-public String getCharacter()+public String getCharacter()- @@ -290,7 +290,7 @@ implements
getName
-public String getName()+public String getName()- @@ -308,7 +308,7 @@ implements
getProfilePath
-public String getProfilePath()+public String getProfilePath()- @@ -326,7 +326,7 @@ implements
setCharacter
-public void setCharacter(String character)+public void setCharacter(String character)- @@ -344,7 +344,7 @@ implements
setName
-public void setName(String name)+public void setName(String name)- @@ -362,8 +362,8 @@ implements
setProfilePath
-public void setProfilePath(String profilePath)+public void setProfilePath(String profilePath)- @@ -374,10 +374,10 @@ implements
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- @@ -390,7 +390,7 @@ implements hashCode in class
equals
-public boolean equals(Object obj)+public boolean equals(Object obj)Object+- @@ -400,10 +400,10 @@ implements
hashCodein classObject- diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html index af89cf36a..672f6ea87 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()PersonCredit (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -278,7 +278,7 @@ implements- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.PersonCredit
@@ -97,13 +97,13 @@- +
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class PersonCredit -extends Object -implements Serializable+extends Object +implements Serializable@@ -143,19 +143,19 @@ implements Method and Description
- Author:
- stuart.boston
- See Also:
- Serialized Form
- + StringStringgetAdult()- + StringStringgetCharacter()- + StringStringgetDepartment()- + StringStringgetJob()@@ -163,11 +163,11 @@ implements getMovieId()- + StringStringgetMovieOriginalTitle()- + StringStringgetMovieTitle()@@ -175,35 +175,35 @@ implements getPersonType()- + StringStringgetPosterPath()- + StringStringgetReleaseDate()- voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setAdult(String adult)setAdult(String adult)- void+ setCharacter(String character)setCharacter(String character)- void+ setDepartment(String department)setDepartment(String department)- void+ setJob(String job)setJob(String job)@@ -211,11 +211,11 @@ implements void- void+ setMovieOriginalTitle(String movieOriginalTitle)setMovieOriginalTitle(String movieOriginalTitle)- void+ setMovieTitle(String movieTitle)setMovieTitle(String movieTitle)@@ -223,14 +223,14 @@ implements void- void+ setPosterPath(String posterPath)setPosterPath(String posterPath)- void+ setReleaseDate(String releaseDate)setReleaseDate(String releaseDate)- @@ -238,8 +238,8 @@ implements -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait- @@ -287,7 +287,7 @@ implements
getCharacter
-public String getCharacter()+public String getCharacter()- @@ -296,7 +296,7 @@ implements
getDepartment
-public String getDepartment()+public String getDepartment()- @@ -314,7 +314,7 @@ implements
getJob
-public String getJob()+public String getJob()- @@ -323,7 +323,7 @@ implements
getMovieOriginalTitle
-public String getMovieOriginalTitle()+public String getMovieOriginalTitle()- @@ -341,7 +341,7 @@ implements
getMovieTitle
-public String getMovieTitle()+public String getMovieTitle()- @@ -350,7 +350,7 @@ implements
getPosterPath
-public String getPosterPath()+public String getPosterPath()- @@ -359,7 +359,7 @@ implements
getReleaseDate
-public String getReleaseDate()+public String getReleaseDate()- @@ -368,7 +368,7 @@ implements
getAdult
-public String getAdult()+public String getAdult()- @@ -377,7 +377,7 @@ implements
setCharacter
-public void setCharacter(String character)+public void setCharacter(String character)- @@ -386,7 +386,7 @@ implements
setDepartment
-public void setDepartment(String department)+public void setDepartment(String department)- @@ -404,7 +404,7 @@ implements
setJob
-public void setJob(String job)+public void setJob(String job)- @@ -413,7 +413,7 @@ implements
setMovieOriginalTitle
-public void setMovieOriginalTitle(String movieOriginalTitle)+public void setMovieOriginalTitle(String movieOriginalTitle)- @@ -431,7 +431,7 @@ implements
setMovieTitle
-public void setMovieTitle(String movieTitle)+public void setMovieTitle(String movieTitle)- @@ -440,7 +440,7 @@ implements
setPosterPath
-public void setPosterPath(String posterPath)+public void setPosterPath(String posterPath)- @@ -449,7 +449,7 @@ implements
setReleaseDate
-public void setReleaseDate(String releaseDate)+public void setReleaseDate(String releaseDate)- @@ -458,8 +458,8 @@ implements
setAdult
-public void setAdult(String adult)+public void setAdult(String adult)- @@ -470,10 +470,10 @@ implements
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html index 4bddde376..fecfb10b6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()PersonCrew (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -246,7 +246,7 @@ implements- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.PersonCrew
@@ -97,13 +97,13 @@- +
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class PersonCrew -extends Object -implements Serializable+extends Object +implements Serializable@@ -144,10 +144,10 @@ implements
- Author:
- Stuart
- See Also:
- Serialized Form
- boolean+ equals(Object obj)equals(Object obj)- + StringStringgetDepartment()@@ -155,21 +155,21 @@ implements getId()- + StringStringgetJob()- + StringStringgetName()- + StringStringgetProfilePath()@@ -179,7 +179,7 @@ implements - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setDepartment(String department)setDepartment(String department)@@ -187,18 +187,18 @@ implements void- void+ setJob(String job)setJob(String job)- void+ setName(String name)setName(String name)- void+ setProfilePath(String profilePath)setProfilePath(String profilePath)- @@ -206,8 +206,8 @@ implements -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait- @@ -264,7 +264,7 @@ implements
getDepartment
-public String getDepartment()+public String getDepartment()- @@ -273,7 +273,7 @@ implements
getJob
-public String getJob()+public String getJob()- @@ -282,7 +282,7 @@ implements
getName
-public String getName()+public String getName()- @@ -291,7 +291,7 @@ implements
getProfilePath
-public String getProfilePath()+public String getProfilePath()- @@ -309,7 +309,7 @@ implements
setDepartment
-public void setDepartment(String department)+public void setDepartment(String department)- @@ -318,7 +318,7 @@ implements
setJob
-public void setJob(String job)+public void setJob(String job)- @@ -327,7 +327,7 @@ implements
setName
-public void setName(String name)+public void setName(String name)- @@ -336,8 +336,8 @@ implements
setProfilePath
-public void setProfilePath(String profilePath)+public void setProfilePath(String profilePath)- @@ -348,10 +348,10 @@ implements
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- @@ -364,7 +364,7 @@ implements hashCode in class
equals
-public boolean equals(Object obj)+public boolean equals(Object obj)Object+- @@ -374,10 +374,10 @@ implements
hashCodein classObject- diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/PersonType.html index 194d26a17..0cec34ad8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonType.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonType.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()PersonType (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,10 +85,10 @@-
- java.lang.Object
+- java.lang.Object
-
- java.lang.Enum<PersonType>
+- java.lang.Enum<PersonType>
- com.omertron.themoviedbapi.model.PersonType
@@ -102,12 +102,12 @@- @@ -153,7 +153,7 @@ extends
- All Implemented Interfaces:
-- Serializable, Comparable<PersonType>
+- Serializable, Comparable<PersonType>
public enum PersonType -extends Enum<PersonType>+extends Enum<PersonType>
- Author:
- stuart.boston
- static PersonTypevalueOf(String name)+@@ -169,15 +169,15 @@ the order they are declared. valueOf(String name)Returns the enum constant of this type with the specified name.- -
+Methods inherited from class java.lang.Enum
-clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from class java.lang.Enum
+clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf@@ -252,7 +252,7 @@ the order they are declared
- -
+Methods inherited from class java.lang.Object
-getClass, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+getClass, notify, notifyAll, wait, wait, waitdiff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html index 22ee06fe9..e8314e02b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html @@ -2,10 +2,10 @@ - +
valueOf
-public static PersonType valueOf(String name)+public static PersonType 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 @@ -260,9 +260,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 +- -
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is nullNullPointerException- if the argument is nullProductionCompany (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -231,7 +231,7 @@ implements- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.ProductionCompany
@@ -97,13 +97,13 @@- +
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class ProductionCompany -extends Object -implements Serializable+extends Object +implements Serializable@@ -144,20 +144,20 @@ implements
- Author:
- stuart.boston
- See Also:
- Serialized Form
- boolean+ equals(Object obj)equals(Object obj)intgetId()- + StringStringgetName()@@ -171,10 +171,10 @@ implements - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setName(String name)setName(String name)- @@ -182,8 +182,8 @@ implements -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait- @@ -249,7 +249,7 @@ implements
getName
-public String getName()+public String getName()- @@ -258,8 +258,8 @@ implements
setName
-public void setName(String name)+public void setName(String name)- @@ -270,10 +270,10 @@ implements
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- @@ -286,7 +286,7 @@ implements hashCode in class
equals
-public boolean equals(Object obj)+public boolean equals(Object obj)Object+- @@ -296,10 +296,10 @@ implements
hashCodein classObject- diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html index 35fb1b682..3ad6723f9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()ProductionCountry (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -222,7 +222,7 @@ implements- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.ProductionCountry
@@ -97,13 +97,13 @@- +
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class ProductionCountry -extends Object -implements Serializable+extends Object +implements Serializable@@ -144,20 +144,20 @@ implements
- Author:
- stuart.boston
- See Also:
- Serialized Form
- boolean+ equals(Object obj)equals(Object obj)- + StringStringgetIsoCode()- + StringStringgetName()@@ -167,14 +167,14 @@ implements - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setIsoCode(String isoCode)setIsoCode(String isoCode)- void+ setName(String name)setName(String name)- @@ -182,8 +182,8 @@ implements -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait- @@ -231,7 +231,7 @@ implements
getIsoCode
-public String getIsoCode()+public String getIsoCode()- @@ -240,7 +240,7 @@ implements
getName
-public String getName()+public String getName()- @@ -249,7 +249,7 @@ implements
setIsoCode
-public void setIsoCode(String isoCode)+public void setIsoCode(String isoCode)- @@ -258,8 +258,8 @@ implements
setName
-public void setName(String name)+public void setName(String name)- @@ -270,10 +270,10 @@ implements
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- @@ -286,7 +286,7 @@ implements hashCode in class
equals
-public boolean equals(Object obj)+public boolean equals(Object obj)Object+- @@ -296,10 +296,10 @@ implements
hashCodein classObject- diff --git a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html index c89931f85..a8d88d905 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()ReleaseInfo (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -230,7 +230,7 @@ implements- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.ReleaseInfo
@@ -97,13 +97,13 @@- +
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class ReleaseInfo -extends Object -implements Serializable+extends Object +implements Serializable@@ -144,24 +144,24 @@ implements
- Author:
- Stuart
- See Also:
- Serialized Form
- boolean+ equals(Object obj)equals(Object obj)- + StringStringgetCertification()- + StringStringgetCountry()- + StringStringgetReleaseDate()@@ -171,18 +171,18 @@ implements - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setCertification(String certification)setCertification(String certification)- void+ setCountry(String country)setCountry(String country)- void+ setReleaseDate(String releaseDate)setReleaseDate(String releaseDate)- @@ -190,8 +190,8 @@ implements -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait- @@ -239,7 +239,7 @@ implements
getCertification
-public String getCertification()+public String getCertification()- @@ -248,7 +248,7 @@ implements
getCountry
-public String getCountry()+public String getCountry()- @@ -257,7 +257,7 @@ implements
getReleaseDate
-public String getReleaseDate()+public String getReleaseDate()- @@ -266,7 +266,7 @@ implements
setCertification
-public void setCertification(String certification)+public void setCertification(String certification)- @@ -275,7 +275,7 @@ implements
setCountry
-public void setCountry(String country)+public void setCountry(String country)- @@ -284,8 +284,8 @@ implements
setReleaseDate
-public void setReleaseDate(String releaseDate)+public void setReleaseDate(String releaseDate)- @@ -296,10 +296,10 @@ implements
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- @@ -312,7 +312,7 @@ implements hashCode in class
equals
-public boolean equals(Object obj)+public boolean equals(Object obj)Object+- @@ -322,10 +322,10 @@ implements
hashCodein classObject- diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html index 061691bf1..9ec032416 100644 --- a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()StatusCode (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -232,7 +232,7 @@ implements- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.StatusCode
@@ -97,13 +97,13 @@- +
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class StatusCode -extends Object -implements Serializable+extends Object +implements Serializable@@ -147,13 +147,13 @@ implements
- Author:
- Stuart
- See Also:
- Serialized Form
getStatusCode()- + StringStringgetStatusMessage()@@ -163,10 +163,10 @@ implements - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setStatusMessage(String statusMessage)setStatusMessage(String statusMessage)- @@ -174,8 +174,8 @@ implements -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait- @@ -241,7 +241,7 @@ implements
getStatusMessage
-public String getStatusMessage()+public String getStatusMessage()- @@ -250,8 +250,8 @@ implements
setStatusMessage
-public void setStatusMessage(String statusMessage)+public void setStatusMessage(String statusMessage)- @@ -262,10 +262,10 @@ implements
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- diff --git a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html index 352e3db99..f21898590 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()TmdbConfiguration (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -282,7 +282,7 @@ implements- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.TmdbConfiguration
@@ -97,13 +97,13 @@- +
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class TmdbConfiguration -extends Object -implements Serializable+extends Object +implements Serializable@@ -149,92 +149,92 @@ implements -
- Author:
- stuart.boston
- See Also:
- Serialized Form
+ List<String>List<String>getBackdropSizes()- + StringStringgetBaseUrl()- + List<String>List<String>getLogoSizes()- + List<String>List<String>getPosterSizes()- + List<String>List<String>getProfileSizes()- + StringStringgetSecureBaseUrl()- voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- booleanisValidBackdropSize(String backdropSize)+isValidBackdropSize(String backdropSize)Check that the backdrop size is valid- booleanisValidLogoSize(String logoSize)+isValidLogoSize(String logoSize)Check that the logo size is valid- booleanisValidPosterSize(String posterSize)+isValidPosterSize(String posterSize)Check that the poster size is valid- booleanisValidProfileSize(String profileSize)+isValidProfileSize(String profileSize)Check that the profile size is valid- booleanisValidSize(String sizeToCheck)+isValidSize(String sizeToCheck)Check to see if the size is valid for any of the images types- void+ setBackdropSizes(List<String> backdropSizes)setBackdropSizes(List<String> backdropSizes)- void+ setBaseUrl(String baseUrl)setBaseUrl(String baseUrl)- void+ setLogoSizes(List<String> logoSizes)setLogoSizes(List<String> logoSizes)- void+ setPosterSizes(List<String> posterSizes)setPosterSizes(List<String> posterSizes)- void+ setProfileSizes(List<String> profileSizes)setProfileSizes(List<String> profileSizes)- void+ setSecureBaseUrl(String secureBaseUrl)setSecureBaseUrl(String secureBaseUrl)- @@ -242,8 +242,8 @@ implements -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait- @@ -291,7 +291,7 @@ implements
getBackdropSizes
-public List<String> getBackdropSizes()+public List<String> getBackdropSizes()- @@ -300,7 +300,7 @@ implements
getBaseUrl
-public String getBaseUrl()+public String getBaseUrl()- @@ -309,7 +309,7 @@ implements
getPosterSizes
-public List<String> getPosterSizes()+public List<String> getPosterSizes()- @@ -318,7 +318,7 @@ implements
getProfileSizes
-public List<String> getProfileSizes()+public List<String> getProfileSizes()- @@ -327,7 +327,7 @@ implements
getLogoSizes
-public List<String> getLogoSizes()+public List<String> getLogoSizes()- @@ -336,7 +336,7 @@ implements
getSecureBaseUrl
-public String getSecureBaseUrl()+public String getSecureBaseUrl()- @@ -345,7 +345,7 @@ implements
setBackdropSizes
-public void setBackdropSizes(List<String> backdropSizes)+public void setBackdropSizes(List<String> backdropSizes)- @@ -354,7 +354,7 @@ implements
setBaseUrl
-public void setBaseUrl(String baseUrl)+public void setBaseUrl(String baseUrl)- @@ -363,7 +363,7 @@ implements
setPosterSizes
-public void setPosterSizes(List<String> posterSizes)+public void setPosterSizes(List<String> posterSizes)- @@ -372,7 +372,7 @@ implements
setProfileSizes
-public void setProfileSizes(List<String> profileSizes)+public void setProfileSizes(List<String> profileSizes)- @@ -381,7 +381,7 @@ implements
setLogoSizes
-public void setLogoSizes(List<String> logoSizes)+public void setLogoSizes(List<String> logoSizes)- @@ -401,7 +401,7 @@ implements
setSecureBaseUrl
-public void setSecureBaseUrl(String secureBaseUrl)+public void setSecureBaseUrl(String secureBaseUrl)- @@ -412,7 +412,7 @@ implements
isValidPosterSize
-public boolean isValidPosterSize(String posterSize)+public boolean isValidPosterSize(String posterSize)Check that the poster size is valid
- Parameters:
posterSize-- @@ -423,7 +423,7 @@ implements
isValidBackdropSize
-public boolean isValidBackdropSize(String backdropSize)+public boolean isValidBackdropSize(String backdropSize)Check that the backdrop size is valid
- Parameters:
backdropSize-- @@ -434,7 +434,7 @@ implements
isValidProfileSize
-public boolean isValidProfileSize(String profileSize)+public boolean isValidProfileSize(String profileSize)Check that the profile size is valid
- Parameters:
profileSize-- @@ -445,7 +445,7 @@ implements
isValidLogoSize
-public boolean isValidLogoSize(String logoSize)+public boolean isValidLogoSize(String logoSize)Check that the logo size is valid
- Parameters:
logoSize-- @@ -456,8 +456,8 @@ implements
isValidSize
-public boolean isValidSize(String sizeToCheck)+public boolean isValidSize(String sizeToCheck)Check to see if the size is valid for any of the images types
- Parameters:
sizeToCheck-- @@ -468,10 +468,10 @@ implements
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html index 4a768abff..b5f53698f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()TokenAuthorisation (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@@@ -135,38 +135,38 @@ extends Method and Description-
- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.TokenAuthorisation
@@ -98,7 +98,7 @@
public class TokenAuthorisation -extends Object+extends Object- + StringStringgetExpires()- + StringStringgetRequestToken()- + BooleanBooleangetSuccess()- voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setExpires(String expires)setExpires(String expires)- void+ setRequestToken(String requestToken)setRequestToken(String requestToken)- void+ setSuccess(Boolean success)setSuccess(Boolean success)- @@ -174,8 +174,8 @@ extends -+ StringStringtoString()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@@ -214,7 +214,7 @@ extends- @@ -223,7 +223,7 @@ extends
getExpires
-public String getExpires()+public String getExpires()- @@ -232,7 +232,7 @@ extends
getRequestToken
-public String getRequestToken()+public String getRequestToken()- @@ -241,7 +241,7 @@ extends
getSuccess
-public Boolean getSuccess()+public Boolean getSuccess()- @@ -250,7 +250,7 @@ extends
setExpires
-public void setExpires(String expires)+public void setExpires(String expires)- @@ -259,7 +259,7 @@ extends
setRequestToken
-public void setRequestToken(String requestToken)+public void setRequestToken(String requestToken)- @@ -268,8 +268,8 @@ extends
setSuccess
-public void setSuccess(Boolean success)+public void setSuccess(Boolean success)- @@ -280,10 +280,10 @@ extends
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html index cfc6dab36..8d10ed38b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()TokenSession (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@@@ -135,62 +135,62 @@ extends Method and Description-
- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.TokenSession
@@ -98,7 +98,7 @@
public class TokenSession -extends Object+extends Object- + StringStringgetExpiresAt()- + StringStringgetGuestSessionId()- + StringStringgetSessionId()- + StringStringgetStatusCode()- + StringStringgetStatusMessage()- + BooleanBooleangetSuccess()- voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setExpiresAt(String expiresAt)setExpiresAt(String expiresAt)- void+ setGuestSessionId(String guestSessionId)setGuestSessionId(String guestSessionId)- void+ setSessionId(String sessionId)setSessionId(String sessionId)- void+ setStatusCode(String statusCode)setStatusCode(String statusCode)- void+ setStatusMessage(String statusMessage)setStatusMessage(String statusMessage)- void+ setSuccess(Boolean success)setSuccess(Boolean success)- @@ -198,8 +198,8 @@ extends -+ StringStringtoString()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@@ -238,7 +238,7 @@ extends- @@ -247,7 +247,7 @@ extends
getSessionId
-public String getSessionId()+public String getSessionId()- @@ -256,7 +256,7 @@ extends
getSuccess
-public Boolean getSuccess()+public Boolean getSuccess()- @@ -265,7 +265,7 @@ extends
getStatusCode
-public String getStatusCode()+public String getStatusCode()- @@ -274,7 +274,7 @@ extends
getStatusMessage
-public String getStatusMessage()+public String getStatusMessage()- @@ -283,7 +283,7 @@ extends
getGuestSessionId
-public String getGuestSessionId()+public String getGuestSessionId()- @@ -292,7 +292,7 @@ extends
getExpiresAt
-public String getExpiresAt()+public String getExpiresAt()- @@ -301,7 +301,7 @@ extends
setSessionId
-public void setSessionId(String sessionId)+public void setSessionId(String sessionId)- @@ -310,7 +310,7 @@ extends
setSuccess
-public void setSuccess(Boolean success)+public void setSuccess(Boolean success)- @@ -319,7 +319,7 @@ extends
setStatusCode
-public void setStatusCode(String statusCode)+public void setStatusCode(String statusCode)- @@ -328,7 +328,7 @@ extends
setStatusMessage
-public void setStatusMessage(String statusMessage)+public void setStatusMessage(String statusMessage)- @@ -337,7 +337,7 @@ extends
setGuestSessionId
-public void setGuestSessionId(String guestSessionId)+public void setGuestSessionId(String guestSessionId)- @@ -346,8 +346,8 @@ extends
setExpiresAt
-public void setExpiresAt(String expiresAt)+public void setExpiresAt(String expiresAt)- @@ -358,10 +358,10 @@ extends
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- diff --git a/apidocs/com/omertron/themoviedbapi/model/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/Trailer.html index a7b94ac2f..0909fc600 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/Trailer.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()Trailer (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -244,7 +244,7 @@ implements- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.Trailer
@@ -97,13 +97,13 @@- +
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class Trailer -extends Object -implements Serializable+extends Object +implements Serializable@@ -126,11 +126,11 @@ implements Field and Description
- Author:
- Stuart
- See Also:
- Serialized Form
- + static Stringstatic StringWEBSITE_QUICKTIME- @@ -167,28 +167,28 @@ implements+ static Stringstatic StringWEBSITE_YOUTUBE- boolean+ equals(Object obj)equals(Object obj)- + StringStringgetName()- + StringStringgetSize()- + StringStringgetSource()- + StringStringgetWebsite()@@ -198,22 +198,22 @@ implements - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setName(String name)setName(String name)- void+ setSize(String size)setSize(String size)- void+ setSource(String source)setSource(String source)- void+ setWebsite(String website)setWebsite(String website)- @@ -221,8 +221,8 @@ implements -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait- @@ -254,7 +254,7 @@ implements
WEBSITE_YOUTUBE
-public static final String WEBSITE_YOUTUBE+public static final String WEBSITE_YOUTUBE
- See Also:
- Constant Field Values
- @@ -289,7 +289,7 @@ implements
WEBSITE_QUICKTIME
-public static final String WEBSITE_QUICKTIME+public static final String WEBSITE_QUICKTIME
- See Also:
- Constant Field Values
- @@ -298,7 +298,7 @@ implements
getName
-public String getName()+public String getName()- @@ -307,7 +307,7 @@ implements
getSize
-public String getSize()+public String getSize()- @@ -316,7 +316,7 @@ implements
getSource
-public String getSource()+public String getSource()- @@ -325,7 +325,7 @@ implements
getWebsite
-public String getWebsite()+public String getWebsite()- @@ -334,7 +334,7 @@ implements
setName
-public void setName(String name)+public void setName(String name)- @@ -343,7 +343,7 @@ implements
setSize
-public void setSize(String size)+public void setSize(String size)- @@ -352,7 +352,7 @@ implements
setSource
-public void setSource(String source)+public void setSource(String source)- @@ -361,8 +361,8 @@ implements
setWebsite
-public void setWebsite(String website)+public void setWebsite(String website)- @@ -373,10 +373,10 @@ implements
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- @@ -389,7 +389,7 @@ implements hashCode in class
equals
-public boolean equals(Object obj)+public boolean equals(Object obj)Object+- @@ -399,10 +399,10 @@ implements
hashCodein classObject- diff --git a/apidocs/com/omertron/themoviedbapi/model/Translation.html b/apidocs/com/omertron/themoviedbapi/model/Translation.html index bd2cede5e..1c83ec239 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/Translation.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()Translation (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -230,7 +230,7 @@ implements- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.model.Translation
@@ -97,13 +97,13 @@- +
- All Implemented Interfaces:
-- Serializable
+- Serializable
public class Translation -extends Object -implements Serializable+extends Object +implements Serializable@@ -144,24 +144,24 @@ implements
- Author:
- Stuart
- See Also:
- Serialized Form
- boolean+ equals(Object obj)equals(Object obj)- + StringStringgetEnglishName()- + StringStringgetIsoCode()- + StringStringgetName()@@ -171,18 +171,18 @@ implements - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setEnglishName(String englishName)setEnglishName(String englishName)- void+ setIsoCode(String isoCode)setIsoCode(String isoCode)- void+ setName(String name)setName(String name)- @@ -190,8 +190,8 @@ implements -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait- @@ -239,7 +239,7 @@ implements
getEnglishName
-public String getEnglishName()+public String getEnglishName()- @@ -248,7 +248,7 @@ implements
getIsoCode
-public String getIsoCode()+public String getIsoCode()- @@ -257,7 +257,7 @@ implements
getName
-public String getName()+public String getName()- @@ -266,7 +266,7 @@ implements
setEnglishName
-public void setEnglishName(String englishName)+public void setEnglishName(String englishName)- @@ -275,7 +275,7 @@ implements
setIsoCode
-public void setIsoCode(String isoCode)+public void setIsoCode(String isoCode)- @@ -284,8 +284,8 @@ implements
setName
-public void setName(String name)+public void setName(String name)- @@ -296,10 +296,10 @@ implements
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-- @@ -312,7 +312,7 @@ implements hashCode in class
equals
-public boolean equals(Object obj)+public boolean equals(Object obj)Object+- @@ -322,10 +322,10 @@ implements
hashCodein classObject- diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html index 7fe9aac29..6c1de94d7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()Uses of Class com.omertron.themoviedbapi.model.AlternativeTitle (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -101,9 +101,9 @@- @@ -122,7 +122,7 @@+ List<AlternativeTitle>List<AlternativeTitle>TheMovieDbApi. getMovieAlternativeTitles(int movieId, - String country)+ String country)This method is used to retrieve all of the alternative titles we have for a particular movie.- @@ -136,7 +136,7 @@+ List<AlternativeTitle>List<AlternativeTitle>WrapperAlternativeTitles. getTitles()diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html index 925ebb25f..a7cfab71f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html @@ -2,10 +2,10 @@ - + - voidWrapperAlternativeTitles. +setTitles(List<AlternativeTitle> titles)WrapperAlternativeTitles. setTitles(List<AlternativeTitle> titles)Uses of Class com.omertron.themoviedbapi.model.Artwork (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -105,21 +105,21 @@- + List<Artwork>List<Artwork>TheMovieDbApi. getCollectionImages(int collectionId, - String language)+ String language)Get all of the images for a particular collection by collection id.- + List<Artwork>List<Artwork>TheMovieDbApi. getMovieImages(int movieId, - String language)+ String language)This method should be used when you’re wanting to retrieve all of the images for a particular movie.- + List<Artwork>List<Artwork>TheMovieDbApi. @@ -178,15 +178,15 @@getPersonImages(int personId)This method is used to retrieve all of the profile images for a person.- + List<Artwork>List<Artwork>WrapperImages. getBackdrops()- + List<Artwork>List<Artwork>WrapperImages. getPosters()- @@ -200,15 +200,15 @@+ List<Artwork>List<Artwork>WrapperImages. getProfiles()- voidWrapperImages. +setBackdrops(List<Artwork> backdrops)WrapperImages. setBackdrops(List<Artwork> backdrops)- voidWrapperImages. +setPosters(List<Artwork> posters)WrapperImages. setPosters(List<Artwork> posters)diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html index 131e78847..6694ebda4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html @@ -2,10 +2,10 @@ - + - voidWrapperImages. +setProfiles(List<Artwork> profiles)WrapperImages. setProfiles(List<Artwork> profiles)Uses of Class com.omertron.themoviedbapi.model.ArtworkType (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -102,7 +102,7 @@diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html index edcd8f359..f4467b571 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html @@ -2,10 +2,10 @@ - + - static ArtworkTypeArtworkType. valueOf(String name)+ArtworkType. valueOf(String name)Returns the enum constant of this type with the specified name.Uses of Class com.omertron.themoviedbapi.model.ChangeItem (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -97,7 +97,7 @@- @@ -111,7 +111,7 @@+ List<ChangeItem>List<ChangeItem>MovieChanges. getItems()diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html index ab601d9ed..15a85b00d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html @@ -2,10 +2,10 @@ - + - voidMovieChanges. +setItems(List<ChangeItem> items)MovieChanges. setItems(List<ChangeItem> items)Uses of Class com.omertron.themoviedbapi.model.ChangeValue (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html index 38f767b1b..855e0c46b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.model.Collection (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -105,9 +105,9 @@- - List<Collection>TheMovieDbApi. searchCollection(String query, - String language, ++ List<Collection>TheMovieDbApi. @@ -140,7 +140,7 @@searchCollection(String query, + String language, int page)Search for collections by name.- @@ -167,7 +167,7 @@+ List<Collection>List<Collection>CollectionInfo. getParts()@@ -184,7 +184,7 @@ - voidCollectionInfo. +setParts(List<Collection> parts)CollectionInfo. setParts(List<Collection> parts)- @@ -198,7 +198,7 @@+ List<Collection>List<Collection>WrapperCollection. getResults()diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html index 289470b13..c57633da1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html @@ -2,10 +2,10 @@ - + - voidWrapperCollection. +setResults(List<Collection> results)WrapperCollection. setResults(List<Collection> results)Uses of Class com.omertron.themoviedbapi.model.CollectionInfo (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -99,7 +99,7 @@diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html index 958abd4ca..2aa4afbfe 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html @@ -2,10 +2,10 @@ - + CollectionInfoTheMovieDbApi. getCollectionInfo(int collectionId, - String language)+ String language)This method is used to retrieve all of the basic information about a movie collection.Uses of Class com.omertron.themoviedbapi.model.Company (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -116,8 +116,8 @@- - List<Company>TheMovieDbApi. searchCompanies(String companyName, ++ List<Company>TheMovieDbApi. @@ -137,7 +137,7 @@searchCompanies(String companyName, int page)Search Companies.- @@ -151,7 +151,7 @@+ List<Company>List<Company>WrapperCompany. getResults()diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html index b491c45b9..f01325ec2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html @@ -2,10 +2,10 @@ - + - voidWrapperCompany. +setResults(List<Company> results)WrapperCompany. setResults(List<Company> results)Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -105,8 +105,8 @@- @@ -125,7 +125,7 @@- List<Genre>TheMovieDbApi. getGenreList(String language)++ List<Genre>TheMovieDbApi. getGenreList(String language)You can use this method to retrieve the list of genres used on TMDb.- @@ -139,7 +139,7 @@+ List<Genre>List<Genre>MovieDb. getGenres()@@ -156,7 +156,7 @@ - voidMovieDb. +setGenres(List<Genre> genres)MovieDb. setGenres(List<Genre> genres)- @@ -170,7 +170,7 @@+ List<Genre>List<Genre>WrapperGenres. getGenres()diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html index f5ec5a068..d06c5ad3a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html @@ -2,10 +2,10 @@ - + - voidWrapperGenres. +setGenres(List<Genre> genres)WrapperGenres. setGenres(List<Genre> genres)Uses of Class com.omertron.themoviedbapi.model.Keyword (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -102,7 +102,7 @@@@ -116,14 +116,14 @@ - KeywordTheMovieDbApi. getKeyword(String keywordId)+TheMovieDbApi. getKeyword(String keywordId)Get the basic information for a specific keyword id.- + List<Keyword>List<Keyword>TheMovieDbApi. getMovieKeywords(int movieId)This method is used to retrieve all of the keywords that have been added to a particular movie.- - List<Keyword>TheMovieDbApi. searchKeyword(String query, ++ List<Keyword>TheMovieDbApi. @@ -143,11 +143,11 @@searchKeyword(String query, int page)Search for keywords by name- + List<Keyword>List<Keyword>WrapperMovieKeywords. getKeywords()- @@ -161,11 +161,11 @@+ List<Keyword>List<Keyword>WrapperKeywords. getResults()- voidWrapperMovieKeywords. +setKeywords(List<Keyword> keywords)WrapperMovieKeywords. setKeywords(List<Keyword> keywords)diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html index 693672927..e87e599f8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html @@ -2,10 +2,10 @@ - + - voidWrapperKeywords. +setResults(List<Keyword> results)WrapperKeywords. setResults(List<Keyword> results)Uses of Class com.omertron.themoviedbapi.model.KeywordMovie (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -101,9 +101,9 @@- - List<KeywordMovie>TheMovieDbApi. getKeywordMovies(String keywordId, - String language, ++ List<KeywordMovie>TheMovieDbApi. @@ -123,7 +123,7 @@getKeywordMovies(String keywordId, + String language, int page)Get the list of movies for a particular keyword by id.- @@ -137,7 +137,7 @@+ List<KeywordMovie>List<KeywordMovie>WrapperKeywordMovies. getResults()diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html index c0e82f855..f650c9b65 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html @@ -2,10 +2,10 @@ - + - voidWrapperKeywordMovies. +setResults(List<KeywordMovie> results)WrapperKeywordMovies. setResults(List<KeywordMovie> results)Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -97,7 +97,7 @@- @@ -111,7 +111,7 @@+ List<Language>List<Language>MovieDb. getSpokenLanguages()diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html index 6b20479f7..27938209b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html @@ -2,10 +2,10 @@ - + - voidMovieDb. +setSpokenLanguages(List<Language> spokenLanguages)MovieDb. setSpokenLanguages(List<Language> spokenLanguages)Uses of Class com.omertron.themoviedbapi.model.MovieChanges (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -101,10 +101,10 @@- @@ -123,7 +123,7 @@+ List<MovieChanges>List<MovieChanges>TheMovieDbApi. getMovieChanges(int movieId, - String startDate, - String endDate)+ String startDate, + String endDate)Deprecated.- @@ -137,7 +137,7 @@+ List<MovieChanges>List<MovieChanges>WrapperChanges. getChanges()diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html index 280ce8a1e..6368fca5c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html @@ -2,10 +2,10 @@ - + - voidWrapperChanges. +setChanges(List<MovieChanges> changes)WrapperChanges. setChanges(List<MovieChanges> changes)Uses of Class com.omertron.themoviedbapi.model.MovieDb (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -113,14 +113,14 @@MovieDbTheMovieDbApi. getMovieInfo(int movieId, - String language)+ String language)This method is used to retrieve all of the basic movie information.@@ -134,71 +134,71 @@ - MovieDbTheMovieDbApi. getMovieInfoImdb(String imdbId, - String language)+TheMovieDbApi. getMovieInfoImdb(String imdbId, + String language)This method is used to retrieve all of the basic movie information.- + List<MovieDb>List<MovieDb>TheMovieDbApi. getCompanyMovies(int companyId, - String language, + String language, int page)This method is used to retrieve the movies associated with a company.- + List<MovieDb>List<MovieDb>TheMovieDbApi. getGenreMovies(int genreId, - String language, + String language, int page)Deprecated.- + List<MovieDb>List<MovieDb>TheMovieDbApi. getGenreMovies(int genreId, - String language, + String language, int page, boolean includeAllMovies)Get a list of movies per genre.- - List<MovieDb>TheMovieDbApi. getNowPlayingMovies(String language, ++ List<MovieDb>TheMovieDbApi. getNowPlayingMovies(String language, int page)This method is used to retrieve the movies currently in theatres.- - List<MovieDb>TheMovieDbApi. getPopularMovieList(String language, ++ List<MovieDb>TheMovieDbApi. getPopularMovieList(String language, int page)This method is used to retrieve the daily movie popularity list.- + List<MovieDb>List<MovieDb>TheMovieDbApi. getSimilarMovies(int movieId, - String language, + String language, int page)The similar movies method will let you retrieve the similar movies for a particular movie.- - List<MovieDb>TheMovieDbApi. getTopRatedMovies(String language, ++ List<MovieDb>TheMovieDbApi. getTopRatedMovies(String language, int page)This method is used to retrieve the top rated movies that have over 10 votes on TMDb.- - List<MovieDb>TheMovieDbApi. getUpcoming(String language, ++ List<MovieDb>TheMovieDbApi. getUpcoming(String language, int page)Get the list of upcoming movies.- - List<MovieDb>TheMovieDbApi. searchMovie(String movieName, ++ List<MovieDb>TheMovieDbApi. 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 TMDb.@@ -216,16 +216,16 @@static booleanTheMovieDbApi. compareMovies(MovieDb moviedb, - String title, - String year)+ String title, + String year)Compare the MovieDB object with a title & yearstatic booleanTheMovieDbApi. @@ -245,7 +245,7 @@compareMovies(MovieDb moviedb, - String title, - String year, + String title, + String year, int maxDistance)Compare the MovieDB object with a title & year- @@ -259,7 +259,7 @@+ List<MovieDb>List<MovieDb>MovieDbList. getItems()@@ -276,11 +276,11 @@ - voidMovieDbList. +setItems(List<MovieDb> items)MovieDbList. setItems(List<MovieDb> items)- + List<MovieDb>List<MovieDb>WrapperMovie. getMovies()- @@ -294,11 +294,11 @@+ List<MovieDb>List<MovieDb>WrapperCompanyMovies. getResults()- voidWrapperMovie. +setMovies(List<MovieDb> movies)WrapperMovie. setMovies(List<MovieDb> movies)diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html index 42a59fa69..1a6222689 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html @@ -2,10 +2,10 @@ - + - voidWrapperCompanyMovies. +setResults(List<MovieDb> results)WrapperCompanyMovies. setResults(List<MovieDb> results)Uses of Class com.omertron.themoviedbapi.model.MovieDbList (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -98,7 +98,7 @@diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html index d93f12a61..5de487de7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html @@ -2,10 +2,10 @@ - + - MovieDbListTheMovieDbApi. getList(String listId)+TheMovieDbApi. getList(String listId)Get a list by its IDUses of Class com.omertron.themoviedbapi.model.MovieList (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -101,17 +101,17 @@- + List<MovieList>List<MovieList>TheMovieDbApi. getMovieLists(int movieId, - String language, + String language, int page)Get the lists that the movie belongs to- - List<MovieList>TheMovieDbApi. searchList(String query, - String language, ++ List<MovieList>TheMovieDbApi. @@ -131,7 +131,7 @@searchList(String query, + String language, int page)Search for lists by name and description.- @@ -145,7 +145,7 @@+ List<MovieList>List<MovieList>WrapperMovieList. getMovieList()diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html index d5d3e4103..a07701c88 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html @@ -2,10 +2,10 @@ - + - voidWrapperMovieList. +setMovieList(List<MovieList> movieList)WrapperMovieList. setMovieList(List<MovieList> movieList)Uses of Class com.omertron.themoviedbapi.model.Person (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -122,14 +122,14 @@- + List<Person>List<Person>TheMovieDbApi. getMovieCasts(int movieId)Get the cast information for a specific movie id.- - List<Person>TheMovieDbApi. searchPeople(String personName, ++ List<Person>TheMovieDbApi. searchPeople(String personName, boolean includeAdult, int page)This is a good starting point to start finding people on TMDb.@@ -150,7 +150,7 @@- @@ -164,7 +164,7 @@+ List<Person>List<Person>WrapperPerson. getResults()diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html index 66c756c6b..0f39d3989 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html @@ -2,10 +2,10 @@ - + - voidWrapperPerson. +setResults(List<Person> results)WrapperPerson. setResults(List<Person> results)Uses of Class com.omertron.themoviedbapi.model.PersonCast (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -97,7 +97,7 @@- @@ -111,7 +111,7 @@+ List<PersonCast>List<PersonCast>WrapperMovieCasts. getCast()diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html index 13d173d06..ea252a9e1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html @@ -2,10 +2,10 @@ - + - voidWrapperMovieCasts. +setCast(List<PersonCast> cast)WrapperMovieCasts. setCast(List<PersonCast> cast)Uses of Class com.omertron.themoviedbapi.model.PersonCredit (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -101,7 +101,7 @@- + List<PersonCredit>List<PersonCredit>TheMovieDbApi. @@ -121,11 +121,11 @@getPersonCredits(int personId)This method is used to retrieve all of the cast & crew information for the person.- + List<PersonCredit>List<PersonCredit>WrapperPersonCredits. getCast()- @@ -139,11 +139,11 @@+ List<PersonCredit>List<PersonCredit>WrapperPersonCredits. getCrew()- voidWrapperPersonCredits. +setCast(List<PersonCredit> cast)WrapperPersonCredits. setCast(List<PersonCredit> cast)diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html index 8870cd8bd..4f4a93737 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html @@ -2,10 +2,10 @@ - + - voidWrapperPersonCredits. +setCrew(List<PersonCredit> crew)WrapperPersonCredits. setCrew(List<PersonCredit> crew)Uses of Class com.omertron.themoviedbapi.model.PersonCrew (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -97,7 +97,7 @@- @@ -111,7 +111,7 @@+ List<PersonCrew>List<PersonCrew>WrapperMovieCasts. getCrew()diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html index 6829f3e1b..dceaf6645 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html @@ -2,10 +2,10 @@ - + - voidWrapperMovieCasts. +setCrew(List<PersonCrew> crew)WrapperMovieCasts. setCrew(List<PersonCrew> crew)Uses of Class com.omertron.themoviedbapi.model.PersonType (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -106,7 +106,7 @@diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html index 260246df7..a2501be09 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html @@ -2,10 +2,10 @@ - + - static PersonTypePersonType. valueOf(String name)+PersonType. valueOf(String name)Returns the enum constant of this type with the specified name.Uses of Class com.omertron.themoviedbapi.model.ProductionCompany (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -97,7 +97,7 @@- @@ -111,7 +111,7 @@+ List<ProductionCompany>List<ProductionCompany>MovieDb. getProductionCompanies()diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html index 1180d6c5a..df991fd2b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html @@ -2,10 +2,10 @@ - + - voidMovieDb. +setProductionCompanies(List<ProductionCompany> productionCompanies)MovieDb. setProductionCompanies(List<ProductionCompany> productionCompanies)Uses of Class com.omertron.themoviedbapi.model.ProductionCountry (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -97,7 +97,7 @@- @@ -111,7 +111,7 @@+ List<ProductionCountry>List<ProductionCountry>MovieDb. getProductionCountries()diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html index d2f0cdc9b..5075a6121 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html @@ -2,10 +2,10 @@ - + - voidMovieDb. +setProductionCountries(List<ProductionCountry> productionCountries)MovieDb. setProductionCountries(List<ProductionCountry> productionCountries)Uses of Class com.omertron.themoviedbapi.model.ReleaseInfo (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -101,9 +101,9 @@- @@ -122,7 +122,7 @@+ List<ReleaseInfo>List<ReleaseInfo>TheMovieDbApi. getMovieReleaseInfo(int movieId, - String language)+ String language)This method is used to retrieve all of the release and certification data we have for a specific movie.- @@ -136,7 +136,7 @@+ List<ReleaseInfo>List<ReleaseInfo>WrapperReleaseInfo. getCountries()diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html index d9d01c11c..870a7d23b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html @@ -2,10 +2,10 @@ - + - voidWrapperReleaseInfo. +setCountries(List<ReleaseInfo> countries)WrapperReleaseInfo. setCountries(List<ReleaseInfo> countries)Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html index 7becea623..0cfa372db 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.model.TmdbConfiguration (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html index 746b1f052..2ead2eab6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html index 9bcbafeae..6475bf899 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.model.TokenSession (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html index c78322e6e..fdc79baf3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.model.Trailer (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -101,9 +101,9 @@- @@ -122,11 +122,11 @@+ List<Trailer>List<Trailer>TheMovieDbApi. getMovieTrailers(int movieId, - String language)+ String language)This method is used to retrieve all of the trailers for a particular movie.- + List<Trailer>List<Trailer>WrapperTrailers. getQuicktime()- @@ -140,11 +140,11 @@+ List<Trailer>List<Trailer>WrapperTrailers. getYoutube()- voidWrapperTrailers. +setQuicktime(List<Trailer> quicktime)WrapperTrailers. setQuicktime(List<Trailer> quicktime)diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html index 2ea0a630d..2cc3b642b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html @@ -2,10 +2,10 @@ - + - voidWrapperTrailers. +setYoutube(List<Trailer> youtube)WrapperTrailers. setYoutube(List<Trailer> youtube)Uses of Class com.omertron.themoviedbapi.model.Translation (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -101,7 +101,7 @@- + List<Translation>List<Translation>TheMovieDbApi. @@ -121,7 +121,7 @@getMovieTranslations(int movieId)This method is used to retrieve a list of the available translations for a specific movie.- @@ -135,7 +135,7 @@+ List<Translation>List<Translation>WrapperTranslations. getTranslations()diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html index 07f999e0e..b5e468c20 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-frame.html @@ -2,10 +2,10 @@ - + - voidWrapperTranslations. +setTranslations(List<Translation> translations)WrapperTranslations. setTranslations(List<Translation> translations)com.omertron.themoviedbapi.model (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html index 40727066e..17baf259f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-summary.html @@ -2,10 +2,10 @@ - +com.omertron.themoviedbapi.model (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/package-tree.html index d3a3c76dc..094368151 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-tree.html @@ -2,10 +2,10 @@ - +com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -73,44 +73,44 @@Class Hierarchy
-
- java.lang.Object +
- java.lang.Object
-
- com.omertron.themoviedbapi.model.AlternativeTitle (implements java.io.Serializable)
-- com.omertron.themoviedbapi.model.Artwork (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.AlternativeTitle (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.Artwork (implements java.io.Serializable)
- com.omertron.themoviedbapi.model.ChangeItem
- com.omertron.themoviedbapi.model.ChangeValue
-- com.omertron.themoviedbapi.model.Collection (implements java.io.Serializable)
-- com.omertron.themoviedbapi.model.CollectionInfo (implements java.io.Serializable)
-- com.omertron.themoviedbapi.model.Company (implements java.io.Serializable)
-- com.omertron.themoviedbapi.model.Genre (implements java.io.Serializable)
-- com.omertron.themoviedbapi.model.Keyword (implements java.io.Serializable)
-- com.omertron.themoviedbapi.model.KeywordMovie (implements java.io.Serializable)
-- com.omertron.themoviedbapi.model.Language (implements java.io.Serializable)
-- com.omertron.themoviedbapi.model.MovieChanges (implements java.io.Serializable)
-- com.omertron.themoviedbapi.model.MovieDb (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.Collection (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.CollectionInfo (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.Company (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.Genre (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.Keyword (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.KeywordMovie (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.Language (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.MovieChanges (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.MovieDb (implements java.io.Serializable)
- com.omertron.themoviedbapi.model.MovieDbList
-- com.omertron.themoviedbapi.model.MovieList (implements java.io.Serializable)
-- com.omertron.themoviedbapi.model.Person (implements java.io.Serializable)
-- com.omertron.themoviedbapi.model.PersonCast (implements java.io.Serializable)
-- com.omertron.themoviedbapi.model.PersonCredit (implements java.io.Serializable)
-- com.omertron.themoviedbapi.model.PersonCrew (implements java.io.Serializable)
-- com.omertron.themoviedbapi.model.ProductionCompany (implements java.io.Serializable)
-- com.omertron.themoviedbapi.model.ProductionCountry (implements java.io.Serializable)
-- com.omertron.themoviedbapi.model.ReleaseInfo (implements java.io.Serializable)
-- com.omertron.themoviedbapi.model.StatusCode (implements java.io.Serializable)
-- com.omertron.themoviedbapi.model.TmdbConfiguration (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.MovieList (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.Person (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.PersonCast (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.PersonCredit (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.PersonCrew (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.ProductionCompany (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.ProductionCountry (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.ReleaseInfo (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.StatusCode (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.TmdbConfiguration (implements java.io.Serializable)
- com.omertron.themoviedbapi.model.TokenAuthorisation
- com.omertron.themoviedbapi.model.TokenSession
-- com.omertron.themoviedbapi.model.Trailer (implements java.io.Serializable)
-- com.omertron.themoviedbapi.model.Translation (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.Trailer (implements java.io.Serializable)
+- com.omertron.themoviedbapi.model.Translation (implements java.io.Serializable)
Enum Hierarchy
-
- java.lang.Object +
- java.lang.Object
-
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) +
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- com.omertron.themoviedbapi.model.PersonType
- com.omertron.themoviedbapi.model.ArtworkType
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-use.html b/apidocs/com/omertron/themoviedbapi/model/package-use.html index 173e58654..dc8c0c98b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-use.html @@ -2,10 +2,10 @@ - +Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-frame.html b/apidocs/com/omertron/themoviedbapi/package-frame.html index 89ad76a76..24eceab28 100644 --- a/apidocs/com/omertron/themoviedbapi/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/package-frame.html @@ -2,10 +2,10 @@ - +com.omertron.themoviedbapi (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html index 7c27f1e9e..3c070d31a 100644 --- a/apidocs/com/omertron/themoviedbapi/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/package-summary.html @@ -2,10 +2,10 @@ - +com.omertron.themoviedbapi (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-tree.html b/apidocs/com/omertron/themoviedbapi/package-tree.html index 1d5487cbf..d8ad29806 100644 --- a/apidocs/com/omertron/themoviedbapi/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/package-tree.html @@ -2,10 +2,10 @@ - +com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -73,12 +73,12 @@Class Hierarchy
-
- java.lang.Object +
- java.lang.Object
- com.omertron.themoviedbapi.TheMovieDbApi
-- java.lang.Throwable (implements java.io.Serializable) +
- java.lang.Throwable (implements java.io.Serializable)
-
- java.lang.Exception +
- java.lang.Exception
@@ -90,9 +90,9 @@
- com.omertron.themoviedbapi.MovieDbException
Enum Hierarchy
-
- java.lang.Object +
- java.lang.Object
-
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) +
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
diff --git a/apidocs/com/omertron/themoviedbapi/package-use.html b/apidocs/com/omertron/themoviedbapi/package-use.html index 4def86d2a..bcbb80703 100644 --- a/apidocs/com/omertron/themoviedbapi/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/package-use.html @@ -2,10 +2,10 @@ - +
- com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType
Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html index 09dfe91ca..e0d530209 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html @@ -2,10 +2,10 @@ - +ApiUrl (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -213,7 +213,7 @@ extends- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.tools.ApiUrl
@@ -98,7 +98,7 @@
public class ApiUrl -extends Object+extends ObjectThe API URL that is used to construct the API call@@ -121,59 +121,59 @@ extends Field and Description
- Author:
- Stuart
- + static Stringstatic StringPARAM_ADULT- + static Stringstatic StringPARAM_API_KEY- + static Stringstatic StringPARAM_COUNTRY- + static Stringstatic StringPARAM_FAVORITE- + static Stringstatic StringPARAM_ID- + static Stringstatic StringPARAM_INCLUDE_ALL_MOVIES- + static Stringstatic StringPARAM_LANGUAGE- + static Stringstatic StringPARAM_MOVIE_WATCHLIST- + static Stringstatic StringPARAM_PAGE- + static Stringstatic StringPARAM_QUERY- + static Stringstatic StringPARAM_SESSION- + static Stringstatic StringPARAM_TOKEN- + static Stringstatic StringPARAM_VALUE- @@ -192,14 +192,14 @@ extends+ static Stringstatic StringPARAM_YEARApiUrl(TheMovieDbApi tmdb, - String method)+ String method)Constructor for the simple API URL method without a sub-method@@ -220,27 +220,27 @@ extends ApiUrl(TheMovieDbApi tmdb, - String method, - String submethod)+ String method, + String submethod)Constructor for the API URL with a sub-method- voidaddArgument(String key, +addArgument(String key, boolean value)Add arguments individually- voidaddArgument(String key, +addArgument(String key, int value)Add arguments individually- voidaddArgument(String key, - String value)+addArgument(String key, + String value)Add arguments individually- @@ -262,8 +262,8 @@ extends -+ URLURL@@ -253,7 +253,7 @@ extends buildUrl()Build the URL from the pre-created arguments.- voidsetArguments(Map<String,String> args)+setArguments(Map<String,String> args)Set the arguments directlyMethods 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@@ -285,7 +285,7 @@ extends- @@ -295,7 +295,7 @@ extends
PARAM_ADULT
-public static final String PARAM_ADULT+public static final String PARAM_ADULT
- See Also:
- Constant Field Values
- @@ -305,7 +305,7 @@ extends
PARAM_API_KEY
-public static final String PARAM_API_KEY+public static final String PARAM_API_KEY
- See Also:
- Constant Field Values
- @@ -315,7 +315,7 @@ extends
PARAM_COUNTRY
-public static final String PARAM_COUNTRY+public static final String PARAM_COUNTRY
- See Also:
- Constant Field Values
- @@ -325,7 +325,7 @@ extends
PARAM_FAVORITE
-public static final String PARAM_FAVORITE+public static final String PARAM_FAVORITE
- See Also:
- Constant Field Values
- @@ -335,7 +335,7 @@ extends
PARAM_ID
-public static final String PARAM_ID+public static final String PARAM_ID
- See Also:
- Constant Field Values
- @@ -345,7 +345,7 @@ extends
PARAM_LANGUAGE
-public static final String PARAM_LANGUAGE+public static final String PARAM_LANGUAGE
- See Also:
- Constant Field Values
- @@ -355,7 +355,7 @@ extends
PARAM_INCLUDE_ALL_MOVIES
-public static final String PARAM_INCLUDE_ALL_MOVIES+public static final String PARAM_INCLUDE_ALL_MOVIES
- See Also:
- Constant Field Values
- @@ -365,7 +365,7 @@ extends
PARAM_MOVIE_WATCHLIST
-public static final String PARAM_MOVIE_WATCHLIST+public static final String PARAM_MOVIE_WATCHLIST
- See Also:
- Constant Field Values
- @@ -375,7 +375,7 @@ extends
PARAM_PAGE
-public static final String PARAM_PAGE+public static final String PARAM_PAGE
- See Also:
- Constant Field Values
- @@ -385,7 +385,7 @@ extends
PARAM_QUERY
-public static final String PARAM_QUERY+public static final String PARAM_QUERY
- See Also:
- Constant Field Values
- @@ -395,7 +395,7 @@ extends
PARAM_SESSION
-public static final String PARAM_SESSION+public static final String PARAM_SESSION
- See Also:
- Constant Field Values
- @@ -405,7 +405,7 @@ extends
PARAM_TOKEN
-public static final String PARAM_TOKEN+public static final String PARAM_TOKEN
- See Also:
- Constant Field Values
- @@ -415,7 +415,7 @@ extends
PARAM_VALUE
-public static final String PARAM_VALUE+public static final String PARAM_VALUE
- See Also:
- Constant Field Values
- @@ -434,7 +434,7 @@ extends
PARAM_YEAR
-public static final String PARAM_YEAR+public static final String PARAM_YEAR
- See Also:
- Constant Field Values
ApiUrl
public ApiUrl(TheMovieDbApi tmdb, - String method)+ String method)Constructor for the simple API URL method without a sub-method@@ -446,8 +446,8 @@ extends
- Parameters:
method-ApiUrl
public ApiUrl(TheMovieDbApi tmdb, - String method, - String submethod)+ String method, + String submethod)Constructor for the API URL with a sub-method@@ -466,7 +466,7 @@ extends
- Parameters:
method-submethod-- @@ -476,8 +476,8 @@ extends
buildUrl
-public URL buildUrl()+public URL buildUrl()Build the URL from the pre-created arguments.- @@ -488,7 +488,7 @@ extends
addArgument
-public void addArgument(String key, - String value)+public void addArgument(String key, + String value)Add arguments individually
- Parameters:
key-value-addArgument
-public void addArgument(String key, +public void addArgument(String key, int value)Add arguments individually@@ -500,7 +500,7 @@ extends
- Parameters:
key-value-addArgument
-public void addArgument(String key, +public void addArgument(String key, boolean value)Add arguments individually@@ -522,7 +522,7 @@ extends
- Parameters:
key-value-- diff --git a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html index cbb25e751..540cd13b1 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html +++ b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html @@ -2,10 +2,10 @@ - +
setArguments
-public void setArguments(Map<String,String> args)+public void setArguments(Map<String,String> args)Set the arguments directly
- Parameters:
args-WebBrowser (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -138,19 +138,19 @@ extends Method and Description- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.tools.WebBrowser
@@ -98,7 +98,7 @@
public final class WebBrowser -extends Object+extends ObjectWeb browser with simple cookies support- + static Stringstatic StringgetProxyHost()- + static Stringstatic StringgetProxyPassword()- + static Stringstatic StringgetProxyPort()- + static Stringstatic StringgetProxyUsername()@@ -162,32 +162,32 @@ extends getWebTimeoutRead()- - static URLConnection+ openProxiedConnection(URL url)+ static URLConnectionopenProxiedConnection(URL url)- - static String+ request(String url)+ static Stringrequest(String url)- - static String+ request(URL url)+ static Stringrequest(URL url)- static void+ setProxyHost(String myProxyHost)setProxyHost(String myProxyHost)- static void+ setProxyPassword(String myProxyPassword)setProxyPassword(String myProxyPassword)- static void+ setProxyPort(String myProxyPort)setProxyPort(String myProxyPort)- static void+ setProxyUsername(String myProxyUsername)setProxyUsername(String myProxyUsername)@@ -202,8 +202,8 @@ extends - static voidMethods 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@@ -242,7 +242,7 @@ extendsrequest
-public static String request(String url) +public static String request(String url) throws MovieDbException@@ -254,7 +254,7 @@ extends
- Throws:
MovieDbExceptionopenProxiedConnection
-public static URLConnection openProxiedConnection(URL url) +public static URLConnection openProxiedConnection(URL url) throws MovieDbException@@ -266,7 +266,7 @@ extends
- Throws:
MovieDbExceptionrequest
-public static String request(URL url) +public static String request(URL url) throws MovieDbException@@ -278,7 +278,7 @@ extends
- Throws:
MovieDbException- @@ -287,7 +287,7 @@ extends
getProxyHost
-public static String getProxyHost()+public static String getProxyHost()- @@ -296,7 +296,7 @@ extends
setProxyHost
-public static void setProxyHost(String myProxyHost)+public static void setProxyHost(String myProxyHost)- @@ -305,7 +305,7 @@ extends
getProxyPort
-public static String getProxyPort()+public static String getProxyPort()- @@ -314,7 +314,7 @@ extends
setProxyPort
-public static void setProxyPort(String myProxyPort)+public static void setProxyPort(String myProxyPort)- @@ -323,7 +323,7 @@ extends
getProxyUsername
-public static String getProxyUsername()+public static String getProxyUsername()- @@ -332,7 +332,7 @@ extends
setProxyUsername
-public static void setProxyUsername(String myProxyUsername)+public static void setProxyUsername(String myProxyUsername)- @@ -341,7 +341,7 @@ extends
getProxyPassword
-public static String getProxyPassword()+public static String getProxyPassword()- diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html index e246ebf75..bcfff7e81 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html @@ -2,10 +2,10 @@ - +
setProxyPassword
-public static void setProxyPassword(String myProxyPassword)+public static void setProxyPassword(String myProxyPassword)Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html index 126781948..07f5e6bd4 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.tools.WebBrowser (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html index fb7a402f1..48b2d06eb 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html @@ -2,10 +2,10 @@ - +com.omertron.themoviedbapi.tools (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html index 6747348f6..9abfcf65c 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html @@ -2,10 +2,10 @@ - +com.omertron.themoviedbapi.tools (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html index f9c09c5e4..acc4deb70 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html @@ -2,10 +2,10 @@ - +com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -73,7 +73,7 @@Class Hierarchy
-
- java.lang.Object +
- java.lang.Object
- com.omertron.themoviedbapi.tools.ApiUrl
- com.omertron.themoviedbapi.tools.WebBrowser
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-use.html b/apidocs/com/omertron/themoviedbapi/tools/package-use.html index be2f9df9d..e4f079c38 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-use.html @@ -2,10 +2,10 @@ - +Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html index bea50aaf5..a54570d24 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html @@ -2,10 +2,10 @@ - +WrapperAlternativeTitles (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
- java.lang.Object
+- java.lang.Object
- @@ -141,13 +141,13 @@ extends
- com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
@@ -98,7 +98,7 @@
public class WrapperAlternativeTitles -extends Object+extends Object
- Author:
- Stuart
getId()- + List<AlternativeTitle>List<AlternativeTitle>getTitles()@@ -157,15 +157,15 @@ extends - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setTitles(List<AlternativeTitle> titles)setTitles(List<AlternativeTitle> titles)@@ -213,7 +213,7 @@ extends
- -
+Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait- @@ -231,7 +231,7 @@ extends
getTitles
-public List<AlternativeTitle> getTitles()+public List<AlternativeTitle> getTitles()- @@ -240,8 +240,8 @@ extends
setTitles
-public void setTitles(List<AlternativeTitle> titles)+public void setTitles(List<AlternativeTitle> titles)- diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html index 5b52abde9..2eca649d9 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html @@ -2,10 +2,10 @@ - +
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-WrapperBase (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -297,8 +297,8 @@ extends- java.lang.Object
+- java.lang.Object
- +
- com.omertron.themoviedbapi.wrapper.WrapperBase
@@ -102,7 +102,7 @@
public class WrapperBase -extends Object+extends ObjectBase class for the wrappers@@ -159,8 +159,8 @@ extends
- Author:
- Stuart
- voidhandleUnknown(String key, - Object value)+@@ -185,8 +185,8 @@ extends - handleUnknown(String key, + Object value)Handle unknown properties and print a messageMethods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait- diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html index 2dd2cf9bb..b0812a1aa 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html @@ -2,10 +2,10 @@ - +
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-WrapperChanges (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -196,7 +196,7 @@ extends- java.lang.Object
+- java.lang.Object
- @@ -137,27 +137,27 @@ extends Method and Description
- com.omertron.themoviedbapi.wrapper.WrapperChanges
@@ -98,7 +98,7 @@
public class WrapperChanges -extends Object+extends Object
- Author:
- stuart.boston
- + List<MovieChanges>List<MovieChanges>getChanges()- voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setChanges(List<MovieChanges> changes)setChanges(List<MovieChanges> changes)- @@ -205,7 +205,7 @@ extends
getChanges
-public List<MovieChanges> getChanges()+public List<MovieChanges> getChanges()- @@ -214,8 +214,8 @@ extends
setChanges
-public void setChanges(List<MovieChanges> changes)+public void setChanges(List<MovieChanges> changes)- diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html index 60bfb2c54..4c09ef847 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html @@ -2,10 +2,10 @@ - +
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-WrapperCollection (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -201,7 +201,7 @@ extends- java.lang.Object
+- java.lang.Object
- +
Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait- @@ -210,7 +210,7 @@ extends
getResults
-public List<Collection> getResults()+public List<Collection> getResults()- diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html index b59032340..4333b2b0e 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html @@ -2,10 +2,10 @@ - +
setResults
-public void setResults(List<Collection> results)+public void setResults(List<Collection> results)WrapperCompany (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -201,7 +201,7 @@ extends- java.lang.Object
+- java.lang.Object
- +
Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait- @@ -210,7 +210,7 @@ extends
getResults
-public List<Company> getResults()+public List<Company> getResults()- diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html index c11b1a172..576858165 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html @@ -2,10 +2,10 @@ - +
setResults
-public void setResults(List<Company> results)+public void setResults(List<Company> results)WrapperCompanyMovies (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -205,7 +205,7 @@ extends- java.lang.Object
+- java.lang.Object
- +
- com.omertron.themoviedbapi.wrapper.WrapperBase
@@ -142,15 +142,15 @@ extends Method and Description- + List<MovieDb>List<MovieDb>getResults()- void+ setResults(List<MovieDb> results)setResults(List<MovieDb> results)- @@ -165,8 +165,8 @@ extends -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait- @@ -214,7 +214,7 @@ extends
getResults
-public List<MovieDb> getResults()+public List<MovieDb> getResults()- @@ -223,10 +223,10 @@ extends
setResults
-public void setResults(List<MovieDb> results)+public void setResults(List<MovieDb> results)- diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html index 951f0c140..ac075a749 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()WrapperConfig (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -197,7 +197,7 @@ extends- java.lang.Object
+- java.lang.Object
- @@ -137,7 +137,7 @@ extends Method and Description
- com.omertron.themoviedbapi.wrapper.WrapperConfig
@@ -98,7 +98,7 @@
public class WrapperConfig -extends Object+extends Object
- Author:
- Stuart
- + List<String>List<String>getChangeKeys()@@ -146,14 +146,14 @@ extends - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setChangeKeys(List<String> changeKeys)setChangeKeys(List<String> changeKeys)@@ -164,8 +164,8 @@ extends - voidMethods 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@@ -222,7 +222,7 @@ extends- @@ -231,7 +231,7 @@ extends
getChangeKeys
-public List<String> getChangeKeys()+public List<String> getChangeKeys()- @@ -240,8 +240,8 @@ extends
setChangeKeys
-public void setChangeKeys(List<String> changeKeys)+public void setChangeKeys(List<String> changeKeys)- diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html index 49bc123bb..92dc45525 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html @@ -2,10 +2,10 @@ - +
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-WrapperGenres (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.wrapper.WrapperGenres
@@ -98,7 +98,7 @@
public class WrapperGenres -extends Object+extends ObjectWrapper class for the Genres searches@@ -138,27 +138,27 @@ extends Method and Description
- Author:
- Stuart
- + List<Genre>List<Genre>getGenres()- voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setGenres(List<Genre> genres)setGenres(List<Genre> genres)- @@ -206,7 +206,7 @@ extends
getGenres
-public List<Genre> getGenres()+public List<Genre> getGenres()- @@ -215,8 +215,8 @@ extends
setGenres
-public void setGenres(List<Genre> genres)+public void setGenres(List<Genre> genres)- diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html index a059a1bd7..bf8da8d44 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html @@ -2,10 +2,10 @@ - +
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-WrapperImages (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -217,7 +217,7 @@ extends- java.lang.Object
+- java.lang.Object
- +
- com.omertron.themoviedbapi.wrapper.WrapperBase
@@ -142,28 +142,28 @@ extends Method and Description- + List<Artwork>List<Artwork>getBackdrops()- + List<Artwork>List<Artwork>getPosters()- + List<Artwork>List<Artwork>getProfiles()- void+ setBackdrops(List<Artwork> backdrops)setBackdrops(List<Artwork> backdrops)- void+ setPosters(List<Artwork> posters)setPosters(List<Artwork> posters)- void+ setProfiles(List<Artwork> profiles)setProfiles(List<Artwork> profiles)Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait- @@ -226,7 +226,7 @@ extends
getBackdrops
-public List<Artwork> getBackdrops()+public List<Artwork> getBackdrops()- @@ -235,7 +235,7 @@ extends
getPosters
-public List<Artwork> getPosters()+public List<Artwork> getPosters()- @@ -244,7 +244,7 @@ extends
getProfiles
-public List<Artwork> getProfiles()+public List<Artwork> getProfiles()- @@ -253,7 +253,7 @@ extends
setBackdrops
-public void setBackdrops(List<Artwork> backdrops)+public void setBackdrops(List<Artwork> backdrops)- @@ -262,7 +262,7 @@ extends
setPosters
-public void setPosters(List<Artwork> posters)+public void setPosters(List<Artwork> posters)- diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html index 82c301780..90fa83702 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html @@ -2,10 +2,10 @@ - +
setProfiles
-public void setProfiles(List<Artwork> profiles)+public void setProfiles(List<Artwork> profiles)WrapperKeywordMovies (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -201,7 +201,7 @@ extends- java.lang.Object
+- java.lang.Object
- +
Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait- @@ -210,7 +210,7 @@ extends
getResults
-public List<KeywordMovie> getResults()+public List<KeywordMovie> getResults()- diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html index 55298af1f..550fa55bb 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html @@ -2,10 +2,10 @@ - +
setResults
-public void setResults(List<KeywordMovie> results)+public void setResults(List<KeywordMovie> results)WrapperKeywords (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -201,7 +201,7 @@ extends- java.lang.Object
+- java.lang.Object
- +
Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait- @@ -210,7 +210,7 @@ extends
getResults
-public List<Keyword> getResults()+public List<Keyword> getResults()- diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html index a7c48c10c..414079f2b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html @@ -2,10 +2,10 @@ - +
setResults
-public void setResults(List<Keyword> results)+public void setResults(List<Keyword> results)WrapperMovie (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -205,7 +205,7 @@ extends- java.lang.Object
+- java.lang.Object
- +
- com.omertron.themoviedbapi.wrapper.WrapperBase
@@ -142,15 +142,15 @@ extends Method and Description- + List<MovieDb>List<MovieDb>getMovies()- void+ setMovies(List<MovieDb> movies)setMovies(List<MovieDb> movies)- @@ -165,8 +165,8 @@ extends -+ StringStringtoString()Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait- @@ -214,7 +214,7 @@ extends
getMovies
-public List<MovieDb> getMovies()+public List<MovieDb> getMovies()- @@ -223,10 +223,10 @@ extends
setMovies
-public void setMovies(List<MovieDb> movies)+public void setMovies(List<MovieDb> movies)- diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html index 853f6ef97..3b69d204b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html @@ -2,10 +2,10 @@ - +
toString
-public String toString()+public String toString()WrapperMovieCasts (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -213,7 +213,7 @@ extends- java.lang.Object
+- java.lang.Object
- @@ -137,11 +137,11 @@ extends Method and Description
- com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
@@ -98,7 +98,7 @@
public class WrapperMovieCasts -extends Object+extends Object
- Author:
- Stuart
- + List<PersonCast>List<PersonCast>getCast()- + List<PersonCrew>List<PersonCrew>getCrew()@@ -150,18 +150,18 @@ extends - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setCast(List<PersonCast> cast)setCast(List<PersonCast> cast)- void+ setCrew(List<PersonCrew> crew)setCrew(List<PersonCrew> crew)@@ -172,8 +172,8 @@ extends - voidMethods 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@@ -212,7 +212,7 @@ extends- @@ -221,7 +221,7 @@ extends
getCast
-public List<PersonCast> getCast()+public List<PersonCast> getCast()- @@ -239,7 +239,7 @@ extends
getCrew
-public List<PersonCrew> getCrew()+public List<PersonCrew> getCrew()- @@ -248,7 +248,7 @@ extends
setCast
-public void setCast(List<PersonCast> cast)+public void setCast(List<PersonCast> cast)- @@ -266,8 +266,8 @@ extends
setCrew
-public void setCrew(List<PersonCrew> crew)+public void setCrew(List<PersonCrew> crew)- diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html index 2496fff48..3d8c8043b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html @@ -2,10 +2,10 @@ - +
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-WrapperMovieKeywords (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
- java.lang.Object
+- java.lang.Object
- @@ -141,13 +141,13 @@ extends
- com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords
@@ -98,7 +98,7 @@
public class WrapperMovieKeywords -extends Object+extends Object
- Author:
- Stuart
getId()- + List<Keyword>List<Keyword>getKeywords()@@ -157,15 +157,15 @@ extends - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setKeywords(List<Keyword> keywords)setKeywords(List<Keyword> keywords)- @@ -231,7 +231,7 @@ extends
getKeywords
-public List<Keyword> getKeywords()+public List<Keyword> getKeywords()- @@ -240,8 +240,8 @@ extends
setKeywords
-public void setKeywords(List<Keyword> keywords)+public void setKeywords(List<Keyword> keywords)- diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html index 650a55763..723c57ff2 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html @@ -2,10 +2,10 @@ - +
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-WrapperMovieList (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -201,7 +201,7 @@ extends- java.lang.Object
+- java.lang.Object
- +
Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait- @@ -210,7 +210,7 @@ extends
getMovieList
-public List<MovieList> getMovieList()+public List<MovieList> getMovieList()- diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html index 496d756da..27206290a 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html @@ -2,10 +2,10 @@ - +
setMovieList
-public void setMovieList(List<MovieList> movieList)+public void setMovieList(List<MovieList> movieList)WrapperPerson (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -201,7 +201,7 @@ extends- java.lang.Object
+- java.lang.Object
- +
Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait- @@ -210,7 +210,7 @@ extends
getResults
-public List<Person> getResults()+public List<Person> getResults()- diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html index 58003387d..3c501ecda 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html @@ -2,10 +2,10 @@ - +
setResults
-public void setResults(List<Person> results)+public void setResults(List<Person> results)WrapperPersonCredits (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -209,7 +209,7 @@ extends- java.lang.Object
+- java.lang.Object
- +
- com.omertron.themoviedbapi.wrapper.WrapperBase
@@ -142,20 +142,20 @@ extends Method and Description- + List<PersonCredit>List<PersonCredit>getCast()- + List<PersonCredit>List<PersonCredit>getCrew()- void+ setCast(List<PersonCredit> cast)setCast(List<PersonCredit> cast)- void+ setCrew(List<PersonCredit> crew)setCrew(List<PersonCredit> crew)Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait- @@ -218,7 +218,7 @@ extends
getCast
-public List<PersonCredit> getCast()+public List<PersonCredit> getCast()- @@ -227,7 +227,7 @@ extends
setCast
-public void setCast(List<PersonCredit> cast)+public void setCast(List<PersonCredit> cast)- @@ -236,7 +236,7 @@ extends
getCrew
-public List<PersonCredit> getCrew()+public List<PersonCredit> getCrew()- diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html index c988e0e4b..4022c6e8c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html @@ -2,10 +2,10 @@ - +
setCrew
-public void setCrew(List<PersonCredit> crew)+public void setCrew(List<PersonCredit> crew)WrapperReleaseInfo (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
@@ -221,7 +221,7 @@ extends- java.lang.Object
+- java.lang.Object
- @@ -137,7 +137,7 @@ extends Method and Description
- com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo
@@ -98,7 +98,7 @@
public class WrapperReleaseInfo -extends Object+extends Object
- Author:
- Stuart
- + List<ReleaseInfo>List<ReleaseInfo>getCountries()@@ -146,14 +146,14 @@ extends - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setCountries(List<ReleaseInfo> countries)setCountries(List<ReleaseInfo> countries)@@ -164,8 +164,8 @@ extends - voidMethods 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@@ -204,7 +204,7 @@ extends- @@ -222,7 +222,7 @@ extends
getCountries
-public List<ReleaseInfo> getCountries()+public List<ReleaseInfo> getCountries()- @@ -240,8 +240,8 @@ extends
setCountries
-public void setCountries(List<ReleaseInfo> countries)+public void setCountries(List<ReleaseInfo> countries)- diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html index eb69b4529..429ba3286 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html @@ -2,10 +2,10 @@ - +
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-WrapperTrailers (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
- java.lang.Object
+- java.lang.Object
- @@ -141,17 +141,17 @@ extends
- com.omertron.themoviedbapi.wrapper.WrapperTrailers
@@ -98,7 +98,7 @@
public class WrapperTrailers -extends Object+extends Object
- Author:
- Stuart
getId()- + List<Trailer>List<Trailer>getQuicktime()- + List<Trailer>List<Trailer>getYoutube()@@ -161,19 +161,19 @@ extends - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setQuicktime(List<Trailer> quicktime)setQuicktime(List<Trailer> quicktime)- void+ setYoutube(List<Trailer> youtube)setYoutube(List<Trailer> youtube)- @@ -230,7 +230,7 @@ extends
getQuicktime
-public List<Trailer> getQuicktime()+public List<Trailer> getQuicktime()- @@ -248,7 +248,7 @@ extends
getYoutube
-public List<Trailer> getYoutube()+public List<Trailer> getYoutube()- @@ -257,7 +257,7 @@ extends
setQuicktime
-public void setQuicktime(List<Trailer> quicktime)+public void setQuicktime(List<Trailer> quicktime)- @@ -266,8 +266,8 @@ extends
setYoutube
-public void setYoutube(List<Trailer> youtube)+public void setYoutube(List<Trailer> youtube)- diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html index b9e52de24..2c8ba1dd1 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html @@ -2,10 +2,10 @@ - +
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-WrapperTranslations (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@-
- java.lang.Object
+- java.lang.Object
- @@ -141,13 +141,13 @@ extends
- com.omertron.themoviedbapi.wrapper.WrapperTranslations
@@ -98,7 +98,7 @@
public class WrapperTranslations -extends Object+extends Object
- Author:
- Stuart
getId()- + List<Translation>List<Translation>getTranslations()@@ -157,15 +157,15 @@ extends - voidhandleUnknown(String key, - Object value)+handleUnknown(String key, + Object value)Handle unknown properties and print a message- void+ setTranslations(List<Translation> translations)setTranslations(List<Translation> translations)- @@ -231,7 +231,7 @@ extends
setTranslations
-public void setTranslations(List<Translation> translations)+public void setTranslations(List<Translation> translations)- @@ -240,8 +240,8 @@ extends
getTranslations
-public List<Translation> getTranslations()+public List<Translation> getTranslations()- diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html index 1ed25c9b6..f63ae5d07 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html @@ -2,10 +2,10 @@ - +
handleUnknown
-public void handleUnknown(String key, - Object value)+public void handleUnknown(String key, + Object value)Handle unknown properties and print a message
- Parameters:
key-value-Uses of Class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperBase.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperBase.html index 4af71ddcb..093cabeba 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperBase.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperBase.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperBase (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html index 84895cbf0..bcbed0849 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperChanges (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html index db2352699..c8d1b1256 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCollection (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html index b6afa19d0..ce1b8fc20 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompany (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html index d8cdbb097..fd42c3730 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html index 035637e48..18c189543 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperConfig (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html index 3166bf16e..06bdfd31e 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperGenres (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html index 1b7300ea9..7254d4a63 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperImages (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html index e69d91e4b..e967f8464 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html index 8d95ff8a6..f4bb1fb85 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywords (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html index f33857750..d82d8bec9 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovie (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html index 6942f9ced..f3e0c8ed1 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html index c38f54389..e753dbb31 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html index c69202145..39923852b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieList (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html index 06b170f5f..188fdacd1 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPerson (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html index b041933bf..3fe56c169 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html index 0eca38049..4d17c45bf 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html index f5788878e..c8394cb37 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTrailers (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html index bcd5f3750..fd845d4ac 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTranslations (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html index e8feb2a30..f8a43301a 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html @@ -2,10 +2,10 @@ - +com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html index 1bdc0485f..a363a4e5b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html @@ -2,10 +2,10 @@ - +com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html index f14230e20..dbd435636 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html @@ -2,10 +2,10 @@ - +com.omertron.themoviedbapi.wrapper Class Hierarchy (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -73,7 +73,7 @@Class Hierarchy
-
- java.lang.Object +
- java.lang.Object
- com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
- com.omertron.themoviedbapi.wrapper.WrapperBase diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html index f98472af6..28163ed9b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html @@ -2,10 +2,10 @@ - +
Uses of Package com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 433b18546..735c9e5e5 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,10 +2,10 @@ - +Constant Field Values (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -87,14 +87,14 @@- +public static final Stringpublic static final StringWEBSITE_QUICKTIME"quicktime"@@ -115,98 +115,98 @@ - +public static final Stringpublic static final StringWEBSITE_YOUTUBE"youtube"- +public static final Stringpublic static final StringPARAM_ADULT"include_adult="- +public static final Stringpublic static final StringPARAM_API_KEY"api_key="- +public static final Stringpublic static final StringPARAM_COUNTRY"country="- +public static final Stringpublic static final StringPARAM_FAVORITE"favorite="- +public static final Stringpublic static final StringPARAM_ID"id="- +public static final Stringpublic static final StringPARAM_INCLUDE_ALL_MOVIES"include_all_movies="- +public static final Stringpublic static final StringPARAM_LANGUAGE"language="- +public static final Stringpublic static final StringPARAM_MOVIE_WATCHLIST"movie_watchlist="- +public static final Stringpublic static final StringPARAM_PAGE"page="- +public static final Stringpublic static final StringPARAM_QUERY"query="- +public static final Stringpublic static final StringPARAM_SESSION"session_id="- +public static final Stringpublic static final StringPARAM_TOKEN"request_token="- +public static final Stringpublic static final StringPARAM_VALUE"value="diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 33649d55a..d115b6d26 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,10 +2,10 @@ - + - +public static final Stringpublic static final StringPARAM_YEAR"year="Deprecated List (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 36ad9a949..747bfee8f 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,10 +2,10 @@ - +API Help (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index dc3cbd081..58eb2f9eb 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,10 +2,10 @@ - +Index (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/index.html b/apidocs/index.html index bb87daca6..49bb1262b 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,7 +2,7 @@ - +API-The MovieDB 3.5-SNAPSHOT API -Dependency Tree
- com.omertron:themoviedbapi:jar:3.5-SNAPSHOT
- junit:junit:jar:4.11 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- com.fasterxml.jackson.core:jackson-core:jar:2.1.4 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.1.4 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.1.4 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.1.4 (compile)
- com.fasterxml.jackson.core:jackson-core:jar:2.1.4 (compile)
- commons-codec:commons-codec:jar:1.7 (compile)
- org.slf4j:slf4j-api:jar:1.7.4 (compile)
- org.slf4j:slf4j-jdk14:jar:1.7.4 (test)
- org.slf4j:slf4j-api:jar:1.7.4 (test)
Licenses
New BSD License: Hamcrest Core
GNU General Public License v3+: API-The MovieDB
Common Public License Version 1.0: JUnit
MIT License: SLF4J API Module, SLF4J JDK14 Binding
The Apache Software License, Version 2.0: Commons Codec, Commons Lang, Jackson-annotations, Jackson-core, jackson-databind
Dependency File Details
Filename Size Entries Classes Packages JDK Rev Debug jackson-annotations-2.1.4.jar 33.67 kB 59 48 1 1.5 debug jackson-core-2.1.4.jar 202.02 kB 110 89 8 1.5 debug jackson-databind-2.1.4.jar 904.85 kB 565 532 20 1.5 debug commons-codec-1.7.jar 253.52 kB 227 85 6 1.6 debug junit-4.11.jar 239.30 kB 266 233 28 1.5 debug commons-lang3-3.1.jar 308.40 kB 179 153 12 1.5 debug hamcrest-core-1.3.jar 43.97 kB 52 45 3 1.5 debug slf4j-api-1.7.4.jar 25.47 kB 34 23 3 1.5 debug slf4j-jdk14-1.7.4.jar 7.66 kB 15 5 1 1.5 debug Total Size Entries Classes Packages JDK Rev Debug 9 1.97 MB 1,507 1,213 82 1.6 9 compile: 6 compile: 1.69 MB compile: 1,174 compile: 930 compile: 50 - compile: 6 test: 3 test: 290.92 kB test: 333 test: 283 test: 32 - test: 3 Dependency Repository Locations
Repo ID URL Release Snapshot apache.snapshots http://repository.apache.org/snapshots - Yes sonatype-nexus-snapshots https://oss.sonatype.org/content/repositories/snapshots - Yes central http://repo.maven.apache.org/maven2 Yes - Repository locations for each of the Dependencies.
diff --git a/index.html b/index.html index 35b2c5eea..6b2413bb6 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@- Last Published: 2013-03-18 + Last Published: 2013-03-25 | Version: 3.5-SNAPSHOTAPI-The MovieDB diff --git a/issue-tracking.html b/issue-tracking.html index 0aad6519b..02acfeb40 100644 --- a/issue-tracking.html +++ b/issue-tracking.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@- Last Published: 2013-03-18 + Last Published: 2013-03-25 | Version: 3.5-SNAPSHOTAPI-The MovieDB diff --git a/license.html b/license.html index fc0807767..bbd6925b0 100644 --- a/license.html +++ b/license.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@- Last Published: 2013-03-18 + Last Published: 2013-03-25 | Version: 3.5-SNAPSHOTAPI-The MovieDB diff --git a/project-info.html b/project-info.html index dc2ceb921..a201cc8ce 100644 --- a/project-info.html +++ b/project-info.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@- Last Published: 2013-03-18 + Last Published: 2013-03-25 | Version: 3.5-SNAPSHOTAPI-The MovieDB diff --git a/project-reports.html b/project-reports.html index bf0541564..cb564786a 100644 --- a/project-reports.html +++ b/project-reports.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@- Last Published: 2013-03-18 + Last Published: 2013-03-25 | Version: 3.5-SNAPSHOTAPI-The MovieDB diff --git a/project-summary.html b/project-summary.html index 63e33fff7..8081f8bac 100644 --- a/project-summary.html +++ b/project-summary.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@- Last Published: 2013-03-18 + Last Published: 2013-03-25 | Version: 3.5-SNAPSHOTAPI-The MovieDB diff --git a/source-repository.html b/source-repository.html index 8f945f59c..7a0b88165 100644 --- a/source-repository.html +++ b/source-repository.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@- Last Published: 2013-03-18 + Last Published: 2013-03-25 | Version: 3.5-SNAPSHOTAPI-The MovieDB diff --git a/testapidocs/allclasses-frame.html b/testapidocs/allclasses-frame.html index b0b4c2428..3f8e81c32 100644 --- a/testapidocs/allclasses-frame.html +++ b/testapidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - +All Classes (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/allclasses-noframe.html b/testapidocs/allclasses-noframe.html index 52b6d5197..6342c93b8 100644 --- a/testapidocs/allclasses-noframe.html +++ b/testapidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - +All Classes (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/TestLogger.html b/testapidocs/com/omertron/themoviedbapi/TestLogger.html index 47afa889d..74d2beff0 100644 --- a/testapidocs/com/omertron/themoviedbapi/TestLogger.html +++ b/testapidocs/com/omertron/themoviedbapi/TestLogger.html @@ -2,10 +2,10 @@ - +TestLogger (API-The MovieDB 3.5-SNAPSHOT Test API) - + @@ -84,7 +84,7 @@@@ -124,7 +124,7 @@ extends-
- java.lang.Object
+- java.lang.Object
- com.omertron.themoviedbapi.TestLogger
@@ -97,7 +97,7 @@
public class TestLogger -extends Object+extends Object- static booleanConfigure(String level)+@@ -133,8 +133,8 @@ extends - Configure(String level)Configure the logger with a simple in-memory file for the required log levelMethods 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@@ -156,7 +156,7 @@ extendsConfigure
-public static boolean Configure(String level)+public static boolean Configure(String level)Configure the logger with a simple in-memory file for the required log leveldiff --git a/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html b/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html index ce95b1771..9e7090b35 100644 --- a/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html +++ b/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html @@ -2,10 +2,10 @@ - +
- Parameters:
level- The logging level required- Returns:
- True if successful
TheMovieDbApiTest (API-The MovieDB 3.5-SNAPSHOT Test API) - + @@ -84,7 +84,7 @@-
@@ -493,9 +493,9 @@ extends- java.lang.Object
+- java.lang.Object
- +
- com.omertron.themoviedbapi.TheMovieDbApiTest
@@ -97,7 +97,7 @@
public class TheMovieDbApiTest -extends Object+extends ObjectTest cases for TheMovieDbApi API@@ -449,8 +449,8 @@ extends -
- Author:
- stuart.boston
Methods inherited from class java.lang.Object
-clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetUpClass
public static void setUpClass() - throws Exception+ throws Exception+
- Throws:
-Exception- @@ -505,9 +505,9 @@ extends
ExceptiontearDownClass
public static void tearDownClass() - throws Exception+ throws Exception+
- Throws:
-Exception- @@ -535,10 +535,10 @@ extends
ExceptiontestConfiguration
public void testConfiguration() - throws IOException+ throws IOExceptionTest of getConfiguration method, of class TheMovieDbApi.+
- Throws:
-IOException- @@ -946,10 +946,10 @@ extends
IOExceptiontestGetUpcoming
public void testGetUpcoming() - throws Exception+ throws ExceptionTest of getUpcoming method, of class TheMovieDbApi.+
- Throws:
-Exception- @@ -959,10 +959,10 @@ extends
ExceptiontestGetCollectionImages
public void testGetCollectionImages() - throws Exception+ throws ExceptionTest of getCollectionImages method, of class TheMovieDbApi.+
- Throws:
-Exception- @@ -972,10 +972,10 @@ extends
ExceptiontestGetAuthorisationToken
public void testGetAuthorisationToken() - throws Exception+ throws ExceptionTest of getAuthorisationToken method, of class TheMovieDbApi.+
- Throws:
-Exception- @@ -985,12 +985,12 @@ extends
ExceptiontestGetSessionToken
public void testGetSessionToken() - throws Exception+ throws ExceptionTest of getSessionToken method, of class TheMovieDbApi. TODO: Cannot be tested without a HTTP authorisation: http://help.themoviedb.org/kb/api/user-authentication+
- Throws:
-Exception- @@ -1000,10 +1000,10 @@ extends
ExceptiontestGetGuestSessionToken
public void testGetGuestSessionToken() - throws Exception+ throws ExceptionTest of getGuestSessionToken method, of class TheMovieDbApi.+
- Throws:
-Exception- @@ -1013,9 +1013,9 @@ extends
ExceptiontestGetMovieLists
public void testGetMovieLists() - throws Exception+ throws Exception+
- Throws:
-Exception- @@ -1025,12 +1025,12 @@ extends
ExceptiontestGetMovieChanges
public void testGetMovieChanges() - throws Exception+ throws ExceptionTest of getMovieChanges method,of class TheMovieDbApi TODO: Do not test this until it is fixed+
- Throws:
-Exception- @@ -1040,9 +1040,9 @@ extends
ExceptiontestGetPersonLatest
public void testGetPersonLatest() - throws Exception+ throws Exception+
- Throws:
-Exception- @@ -1052,10 +1052,10 @@ extends
ExceptiontestSearchCollection
public void testSearchCollection() - throws Exception+ throws ExceptionTest of searchCollection method, of class TheMovieDbApi.+
- Throws:
-Exception- @@ -1065,10 +1065,10 @@ extends
ExceptiontestSearchList
public void testSearchList() - throws Exception+ throws ExceptionTest of searchList method, of class TheMovieDbApi.+
- Throws:
-Exception- @@ -1078,10 +1078,10 @@ extends
ExceptiontestSearchKeyword
public void testSearchKeyword() - throws Exception+ throws ExceptionTest of searchKeyword method, of class TheMovieDbApi.+
- Throws:
-Exception- @@ -1091,12 +1091,12 @@ extends
ExceptiontestPostMovieRating
public void testPostMovieRating() - throws Exception+ throws ExceptionTest of postMovieRating method, of class TheMovieDbApi. TODO: Cannot be tested without a HTTP authorisation: http://help.themoviedb.org/kb/api/user-authentication+
- Throws:
-Exception- @@ -1106,12 +1106,12 @@ extends
ExceptiontestGetPersonChanges
public void testGetPersonChanges() - throws Exception+ throws ExceptionTest of getPersonChanges method, of class TheMovieDbApi. TODO: Fix the method before testing+
- Throws:
-Exception- @@ -1121,10 +1121,10 @@ extends
ExceptiontestGetList
public void testGetList() - throws Exception+ throws ExceptionTest of getList method, of class TheMovieDbApi.+
- Throws:
-Exception- @@ -1134,10 +1134,10 @@ extends
ExceptiontestGetKeyword
public void testGetKeyword() - throws Exception+ throws ExceptionTest of getKeyword method, of class TheMovieDbApi.+
- Throws:
-Exception- @@ -1147,10 +1147,10 @@ extends
ExceptiontestGetKeywordMovies
public void testGetKeywordMovies() - throws Exception+ throws ExceptionTest of getKeywordMovies method, of class TheMovieDbApi.+
- Throws:
-Exception- diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html b/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html index 716d2e625..764a27801 100644 --- a/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html +++ b/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html @@ -2,10 +2,10 @@ - +
ExceptionUses of Class com.omertron.themoviedbapi.TestLogger (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html b/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html index d684e801c..5040ecfb7 100644 --- a/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html +++ b/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html @@ -2,10 +2,10 @@ - +Uses of Class com.omertron.themoviedbapi.TheMovieDbApiTest (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/package-frame.html b/testapidocs/com/omertron/themoviedbapi/package-frame.html index 30111b3a7..db37f6d25 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-frame.html +++ b/testapidocs/com/omertron/themoviedbapi/package-frame.html @@ -2,10 +2,10 @@ - +com.omertron.themoviedbapi (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/package-summary.html b/testapidocs/com/omertron/themoviedbapi/package-summary.html index 7ee80722b..7dbb1ba20 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-summary.html +++ b/testapidocs/com/omertron/themoviedbapi/package-summary.html @@ -2,10 +2,10 @@ - +com.omertron.themoviedbapi (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/package-tree.html b/testapidocs/com/omertron/themoviedbapi/package-tree.html index 492b05cee..1099b58d8 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-tree.html +++ b/testapidocs/com/omertron/themoviedbapi/package-tree.html @@ -2,10 +2,10 @@ - +com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.5-SNAPSHOT Test API) - + @@ -68,7 +68,7 @@Class Hierarchy
-
- java.lang.Object +
- java.lang.Object
- com.omertron.themoviedbapi.TestLogger
- com.omertron.themoviedbapi.TheMovieDbApiTest
diff --git a/testapidocs/com/omertron/themoviedbapi/package-use.html b/testapidocs/com/omertron/themoviedbapi/package-use.html index baa594a0e..cf91bf5c8 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-use.html +++ b/testapidocs/com/omertron/themoviedbapi/package-use.html @@ -2,10 +2,10 @@ - +Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/constant-values.html b/testapidocs/constant-values.html index f8f6e0d0b..73c6dbb84 100644 --- a/testapidocs/constant-values.html +++ b/testapidocs/constant-values.html @@ -2,10 +2,10 @@ - +Constant Field Values (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/deprecated-list.html b/testapidocs/deprecated-list.html index c7c901c5d..180bbf84f 100644 --- a/testapidocs/deprecated-list.html +++ b/testapidocs/deprecated-list.html @@ -2,10 +2,10 @@ - +Deprecated List (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/help-doc.html b/testapidocs/help-doc.html index 116ab5214..3efd4d119 100644 --- a/testapidocs/help-doc.html +++ b/testapidocs/help-doc.html @@ -2,10 +2,10 @@ - +API Help (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/index-all.html b/testapidocs/index-all.html index d537a9be5..e64d342f3 100644 --- a/testapidocs/index-all.html +++ b/testapidocs/index-all.html @@ -2,10 +2,10 @@ - +Index (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/index.html b/testapidocs/index.html index 9d05bcb1c..80db6ff76 100644 --- a/testapidocs/index.html +++ b/testapidocs/index.html @@ -2,7 +2,7 @@ - +API-The MovieDB 3.5-SNAPSHOT Test API