diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html new file mode 100644 index 000000000..6ead692c0 --- /dev/null +++ b/apidocs/allclasses-frame.html @@ -0,0 +1,134 @@ + + + + + + + +All Classes (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + +All Classes +
+ + + + + +
AlternativeTitle +
+ApiUrl +
+Artwork +
+ArtworkType +
+ChangeItem +
+ChangeValue +
+Collection +
+CollectionInfo +
+Company +
+FilteringLayout +
+Genre +
+Keyword +
+Language +
+MovieChanges +
+MovieDb +
+MovieDbException +
+MovieDbException.MovieDbExceptionType +
+MovieList +
+Person +
+PersonCast +
+PersonCredit +
+PersonCrew +
+PersonType +
+ProductionCompany +
+ProductionCountry +
+ReleaseInfo +
+StatusCode +
+TheMovieDbApi +
+TmdbConfiguration +
+TokenAuthorisation +
+TokenSession +
+Trailer +
+Translation +
+WebBrowser +
+WrapperAlternativeTitles +
+WrapperChanges +
+WrapperCollection +
+WrapperCompany +
+WrapperCompanyMovies +
+WrapperConfig +
+WrapperGenres +
+WrapperImages +
+WrapperKeywords +
+WrapperMovie +
+WrapperMovieCasts +
+WrapperMovieKeywords +
+WrapperMovieList +
+WrapperPerson +
+WrapperPersonCredits +
+WrapperReleaseInfo +
+WrapperTrailers +
+WrapperTranslations +
+
+ + + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html new file mode 100644 index 000000000..1a06d4974 --- /dev/null +++ b/apidocs/allclasses-noframe.html @@ -0,0 +1,134 @@ + + + + + + + +All Classes (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + +All Classes +
+ + + + + +
AlternativeTitle +
+ApiUrl +
+Artwork +
+ArtworkType +
+ChangeItem +
+ChangeValue +
+Collection +
+CollectionInfo +
+Company +
+FilteringLayout +
+Genre +
+Keyword +
+Language +
+MovieChanges +
+MovieDb +
+MovieDbException +
+MovieDbException.MovieDbExceptionType +
+MovieList +
+Person +
+PersonCast +
+PersonCredit +
+PersonCrew +
+PersonType +
+ProductionCompany +
+ProductionCountry +
+ReleaseInfo +
+StatusCode +
+TheMovieDbApi +
+TmdbConfiguration +
+TokenAuthorisation +
+TokenSession +
+Trailer +
+Translation +
+WebBrowser +
+WrapperAlternativeTitles +
+WrapperChanges +
+WrapperCollection +
+WrapperCompany +
+WrapperCompanyMovies +
+WrapperConfig +
+WrapperGenres +
+WrapperImages +
+WrapperKeywords +
+WrapperMovie +
+WrapperMovieCasts +
+WrapperMovieKeywords +
+WrapperMovieList +
+WrapperPerson +
+WrapperPersonCredits +
+WrapperReleaseInfo +
+WrapperTrailers +
+WrapperTranslations +
+
+ + + diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html new file mode 100644 index 000000000..ef95becc4 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html @@ -0,0 +1,422 @@ + + + + + + + +MovieDbException.MovieDbExceptionType (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi +
+Enum MovieDbException.MovieDbExceptionType

+
+java.lang.Object
+  extended by java.lang.Enum<MovieDbException.MovieDbExceptionType>
+      extended by com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType
+
+
+
All Implemented Interfaces:
Serializable, Comparable<MovieDbException.MovieDbExceptionType>
+
+
+
Enclosing class:
MovieDbException
+
+
+
+
public static enum MovieDbException.MovieDbExceptionType
extends Enum<MovieDbException.MovieDbExceptionType>
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
AUTHORISATION_FAILURE + +
+           
CONNECTION_ERROR + +
+           
HTTP_404_ERROR + +
+           
INVALID_IMAGE + +
+           
INVALID_URL + +
+           
MAPPING_FAILED + +
+           
MOVIE_ID_NOT_FOUND + +
+           
UNKNOWN_CAUSE + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static MovieDbException.MovieDbExceptionTypevalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static MovieDbException.MovieDbExceptionType[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+UNKNOWN_CAUSE

+
+public static final MovieDbException.MovieDbExceptionType UNKNOWN_CAUSE
+
+
+
+
+
+ +

+INVALID_URL

+
+public static final MovieDbException.MovieDbExceptionType INVALID_URL
+
+
+
+
+
+ +

+HTTP_404_ERROR

+
+public static final MovieDbException.MovieDbExceptionType HTTP_404_ERROR
+
+
+
+
+
+ +

+MOVIE_ID_NOT_FOUND

+
+public static final MovieDbException.MovieDbExceptionType MOVIE_ID_NOT_FOUND
+
+
+
+
+
+ +

+MAPPING_FAILED

+
+public static final MovieDbException.MovieDbExceptionType MAPPING_FAILED
+
+
+
+
+
+ +

+CONNECTION_ERROR

+
+public static final MovieDbException.MovieDbExceptionType CONNECTION_ERROR
+
+
+
+
+
+ +

+INVALID_IMAGE

+
+public static final MovieDbException.MovieDbExceptionType INVALID_IMAGE
+
+
+
+
+
+ +

+AUTHORISATION_FAILURE

+
+public static final MovieDbException.MovieDbExceptionType AUTHORISATION_FAILURE
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static MovieDbException.MovieDbExceptionType[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (MovieDbException.MovieDbExceptionType c : MovieDbException.MovieDbExceptionType.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static MovieDbException.MovieDbExceptionType valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.html new file mode 100644 index 000000000..d513cf89b --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.html @@ -0,0 +1,325 @@ + + + + + + + +MovieDbException (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi +
+Class MovieDbException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by com.omertron.themoviedbapi.MovieDbException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class MovieDbException
extends Exception
+ + +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static classMovieDbException.MovieDbExceptionType + +
+           
+  + + + + + + + + + + + + + +
+Constructor Summary
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, + String response) + +
+           
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, + String response, + Throwable cause) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ MovieDbException.MovieDbExceptionTypegetExceptionType() + +
+           
+ StringgetResponse() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+MovieDbException

+
+public MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+                        String response)
+
+
+
+ +

+MovieDbException

+
+public MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
+                        String response,
+                        Throwable cause)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getExceptionType

+
+public MovieDbException.MovieDbExceptionType getExceptionType()
+
+
+
+
+
+
+ +

+getResponse

+
+public String getResponse()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html new file mode 100644 index 000000000..1b54ede7d --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html @@ -0,0 +1,1543 @@ + + + + + + + +TheMovieDbApi (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi +
+Class TheMovieDbApi

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.TheMovieDbApi
+
+
+
+
public class TheMovieDbApi
extends Object
+ + +

+The MovieDb API + + This is for version 3 of the API as specified here: http://help.themoviedb.org/kb/api/about-3 +

+ +

+

+
Author:
+
stuart.boston
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
TheMovieDbApi(String apiKey) + +
+          API for The Movie Db.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static booleancompareMovies(MovieDb moviedb, + String title, + String year) + +
+          Compare the MovieDB object with a title & year
+static booleancompareMovies(MovieDb moviedb, + String title, + String year, + int maxDistance) + +
+          Compare the MovieDB object with a title & year
+ URLcreateImageUrl(String imagePath, + String requiredSize) + +
+          Generate the full image URL from the size and image path
+ StringgetApiKey() + +
+          Get the API key that is to be used
+ TokenAuthorisationgetAuthorisationToken() + +
+          This method is used to generate a valid request token for user based authentication.
+ List<Artwork>getCollectionImages(int collectionId, + String language) + +
+          Get all of the images for a particular collection by collection id.
+ CollectionInfogetCollectionInfo(int collectionId, + String language) + +
+          This method is used to retrieve all of the basic information about a movie collection.
+ CompanygetCompanyInfo(int companyId) + +
+          This method is used to retrieve the basic information about a production company on TMDb.
+ List<MovieDb>getCompanyMovies(int companyId, + String language, + int page) + +
+          This method is used to retrieve the movies associated with a company.
+ TmdbConfigurationgetConfiguration() + +
+          Get the configuration information
+ List<Genre>getGenreList(String language) + +
+          You can use this method to retrieve the list of genres used on TMDb.
+ List<MovieDb>getGenreMovies(int genreId, + String language, + int page) + +
+          Get a list of movies per genre.
+ TokenSessiongetGuestSessionToken() + +
+          This method is used to generate a guest session id.
+ MovieDbgetLatestMovie() + +
+          This method is used to retrieve the newest movie that was added to TMDb.
+ List<AlternativeTitle>getMovieAlternativeTitles(int movieId, + String country) + +
+          This method is used to retrieve all of the alternative titles we have for a particular movie.
+ List<Person>getMovieCasts(int movieId) + +
+          Get the cast information for a specific movie id.
+ List<MovieChanges>getMovieChanges(int movieId, + String startDate, + String endDate) + +
+          Deprecated. 
+ List<Artwork>getMovieImages(int movieId, + String language) + +
+          This method should be used when you’re wanting to retrieve all of the images for a particular movie.
+ MovieDbgetMovieInfo(int movieId, + String language) + +
+          This method is used to retrieve all of the basic movie information.
+ MovieDbgetMovieInfoImdb(String imdbId, + String language) + +
+          This method is used to retrieve all of the basic movie information.
+ List<Keyword>getMovieKeywords(int movieId) + +
+          This method is used to retrieve all of the keywords that have been added to a particular movie.
+ List<MovieList>getMovieLists(int movieId, + String language, + int page) + +
+          Get the lists that the movie belongs to
+ List<ReleaseInfo>getMovieReleaseInfo(int movieId, + String language) + +
+          This method is used to retrieve all of the release and certification data we have for a specific movie.
+ List<Trailer>getMovieTrailers(int movieId, + String language) + +
+          This method is used to retrieve all of the trailers for a particular movie.
+ List<Translation>getMovieTranslations(int movieId) + +
+          This method is used to retrieve a list of the available translations for a specific movie.
+ List<MovieDb>getNowPlayingMovies(String language, + int page) + +
+          This method is used to retrieve the movies currently in theatres.
+ voidgetPersonChanges(int personId, + String startDate, + String endDate) + +
+          Get the changes for a specific person id.
+ List<PersonCredit>getPersonCredits(int personId) + +
+          This method is used to retrieve all of the cast & crew information for the person.
+ List<Artwork>getPersonImages(int personId) + +
+          This method is used to retrieve all of the profile images for a person.
+ PersongetPersonInfo(int personId) + +
+          This method is used to retrieve all of the basic person information.
+ PersongetPersonLatest() + +
+          Get the latest person id.
+ List<MovieDb>getPopularMovieList(String language, + int page) + +
+          This method is used to retrieve the daily movie popularity list.
+ TokenSessiongetSessionToken(TokenAuthorisation token) + +
+          This method is used to generate a session id for user based authentication.
+ List<MovieDb>getSimilarMovies(int movieId, + String language, + int page) + +
+          The similar movies method will let you retrieve the similar movies for a particular movie.
+ List<MovieDb>getTopRatedMovies(String language, + int page) + +
+          This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
+ List<MovieDb>getUpcoming(String language, + int page) + +
+          Get the list of upcoming movies.
+ booleanpostMovieRating(String sessionId, + String rating) + +
+          This method lets users rate a movie.
+ List<Collection>searchCollection(String query, + String language, + int page) + +
+          Search for collections by name.
+ List<Company>searchCompanies(String companyName, + int page) + +
+          Search Companies.
+ List<Keyword>searchKeyword(String query, + int page) + +
+          Search for keywords by name
+ List<MovieList>searchList(String query, + String language, + int page) + +
+          Search for lists by name and description.
+ List<MovieDb>searchMovie(String movieName, + int searchYear, + String language, + boolean includeAdult, + int page) + +
+          Search Movies This is a good starting point to start finding movies on TMDb.
+ List<Person>searchPeople(String personName, + boolean includeAdult, + int page) + +
+          This is a good starting point to start finding people on TMDb.
+ voidsetProxy(String host, + String port, + String username, + String password) + +
+          Set the proxy information
+ voidsetTimeout(int connect, + int read) + +
+          Set the connection and read time out values
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TheMovieDbApi

+
+public TheMovieDbApi(String apiKey)
+              throws MovieDbException
+
+
API for The Movie Db. +

+

+
Parameters:
apiKey - +
Throws: +
MovieDbException
+
+ + + + + + + + +
+Method Detail
+ +

+getApiKey

+
+public String getApiKey()
+
+
Get the API key that is to be used +

+

+ +
Returns:
+
+
+
+ +

+setProxy

+
+public void setProxy(String host,
+                     String port,
+                     String username,
+                     String password)
+
+
Set the proxy information +

+

+
Parameters:
host -
port -
username -
password -
+
+
+
+ +

+setTimeout

+
+public void setTimeout(int connect,
+                       int read)
+
+
Set the connection and read time out values +

+

+
Parameters:
connect -
read -
+
+
+
+ +

+compareMovies

+
+public static boolean compareMovies(MovieDb moviedb,
+                                    String title,
+                                    String year)
+
+
Compare the MovieDB object with a title & year +

+

+
Parameters:
moviedb - The moviedb object to compare too
title - The title of the movie to compare
year - The year of the movie to compare exact match +
Returns:
True if there is a match, False otherwise.
+
+
+
+ +

+compareMovies

+
+public static boolean compareMovies(MovieDb moviedb,
+                                    String title,
+                                    String year,
+                                    int maxDistance)
+
+
Compare the MovieDB object with a title & year +

+

+
Parameters:
moviedb - The moviedb object to compare too
title - The title of the movie to compare
year - The year of the movie to compare
maxDistance - The Levenshtein Distance between the two titles. 0 = exact match +
Returns:
True if there is a match, False otherwise.
+
+
+
+ +

+getConfiguration

+
+public TmdbConfiguration getConfiguration()
+
+
Get the configuration information +

+

+ +
Returns:
+
+
+
+ +

+createImageUrl

+
+public URL createImageUrl(String imagePath,
+                          String requiredSize)
+                   throws MovieDbException
+
+
Generate the full image URL from the size and image path +

+

+
Parameters:
imagePath -
requiredSize - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getAuthorisationToken

+
+public TokenAuthorisation getAuthorisationToken()
+                                         throws MovieDbException
+
+
This method is used to generate a valid request token for user based authentication. + + A request token is required in order to request a session id. + + You can generate any number of request tokens but they will expire after 60 minutes. + + As soon as a valid session id has been created the token will be destroyed. +

+

+ +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getSessionToken

+
+public TokenSession getSessionToken(TokenAuthorisation token)
+                             throws MovieDbException
+
+
This method is used to generate a session id for user based authentication. + + A session id is required in order to use any of the write methods. +

+

+
Parameters:
token - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getGuestSessionToken

+
+public TokenSession getGuestSessionToken()
+                                  throws MovieDbException
+
+
This method is used to generate a guest session id. + + A guest session can be used to rate movies without having a registered TMDb user account. + + You should only generate a single guest session per user (or device) as you will be able to attach the ratings to + a TMDb user account in the future. + + There are also IP limits in place so you should always make sure it's the end user doing the guest session + actions. + + If a guest session is not used for the first time within 24 hours, it will be automatically discarded. +

+

+ +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getMovieInfo

+
+public MovieDb getMovieInfo(int movieId,
+                            String language)
+                     throws MovieDbException
+
+
This method is used to retrieve all of the basic movie information. + + It will return the single highest rated poster and backdrop. +

+

+
Parameters:
movieId -
language - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getMovieInfoImdb

+
+public MovieDb getMovieInfoImdb(String imdbId,
+                                String language)
+                         throws MovieDbException
+
+
This method is used to retrieve all of the basic movie information. + + It will return the single highest rated poster and backdrop. +

+

+
Parameters:
imdbId -
language - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getMovieAlternativeTitles

+
+public List<AlternativeTitle> getMovieAlternativeTitles(int movieId,
+                                                        String country)
+                                                 throws MovieDbException
+
+
This method is used to retrieve all of the alternative titles we have for a particular movie. +

+

+
Parameters:
movieId -
country - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getMovieCasts

+
+public List<Person> getMovieCasts(int movieId)
+                           throws MovieDbException
+
+
Get the cast information for a specific movie id. + + TODO: Add a function to enrich the data with the people methods +

+

+
Parameters:
movieId - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getMovieImages

+
+public List<Artwork> getMovieImages(int movieId,
+                                    String language)
+                             throws MovieDbException
+
+
This method should be used when you’re wanting to retrieve all of the images for a particular movie. +

+

+
Parameters:
movieId -
language - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getMovieKeywords

+
+public List<Keyword> getMovieKeywords(int movieId)
+                               throws MovieDbException
+
+
This method is used to retrieve all of the keywords that have been added to a particular movie. + + Currently, only English keywords exist. +

+

+
Parameters:
movieId - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getMovieReleaseInfo

+
+public List<ReleaseInfo> getMovieReleaseInfo(int movieId,
+                                             String language)
+                                      throws MovieDbException
+
+
This method is used to retrieve all of the release and certification data we have for a specific movie. +

+

+
Parameters:
movieId -
language - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getMovieTrailers

+
+public List<Trailer> getMovieTrailers(int movieId,
+                                      String language)
+                               throws MovieDbException
+
+
This method is used to retrieve all of the trailers for a particular movie. + + Supported sites are YouTube and QuickTime. +

+

+
Parameters:
movieId -
language - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getMovieTranslations

+
+public List<Translation> getMovieTranslations(int movieId)
+                                       throws MovieDbException
+
+
This method is used to retrieve a list of the available translations for a specific movie. +

+

+
Parameters:
movieId - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getSimilarMovies

+
+public List<MovieDb> getSimilarMovies(int movieId,
+                                      String language,
+                                      int page)
+                               throws MovieDbException
+
+
The similar movies method will let you retrieve the similar movies for a particular movie. + + This data is created dynamically but with the help of users votes on TMDb. + + The data is much better with movies that have more keywords +

+

+
Parameters:
movieId -
language -
allResults - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getMovieLists

+
+public List<MovieList> getMovieLists(int movieId,
+                                     String language,
+                                     int page)
+                              throws MovieDbException
+
+
Get the lists that the movie belongs to +

+

+
Parameters:
movieId -
language -
page - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getMovieChanges

+
+@Deprecated
+public List<MovieChanges> getMovieChanges(int movieId,
+                                                     String startDate,
+                                                     String endDate)
+                                   throws MovieDbException
+
+
Deprecated.  +

+

Get the changes for a specific movie id. + + Changes are grouped by key, and ordered by date in descending order. + + By default, only the last 24 hours of changes are returned. + + The maximum number of days that can be returned in a single request is 14. + + The language is present on fields that are translatable. + + TODO: DOES NOT WORK AT THE MOMENT. This is due to the "value" item changing type in the ChangeItem +

+

+
Parameters:
movieId -
startDate - the start date of the changes, optional
endDate - the end date of the changes, optional +
Throws: +
MovieDbException
+
+
+
+ +

+getLatestMovie

+
+public MovieDb getLatestMovie()
+                       throws MovieDbException
+
+
This method is used to retrieve the newest movie that was added to TMDb. +

+

+ +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getUpcoming

+
+public List<MovieDb> getUpcoming(String language,
+                                 int page)
+                          throws MovieDbException
+
+
Get the list of upcoming movies. + + This list refreshes every day. + + The maximum number of items this list will include is 100. +

+

+ +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getNowPlayingMovies

+
+public List<MovieDb> getNowPlayingMovies(String language,
+                                         int page)
+                                  throws MovieDbException
+
+
This method is used to retrieve the movies currently in theatres. + + This is a curated list that will normally contain 100 movies. The default response will return 20 movies. + + TODO: Implement more than 20 movies +

+

+
Parameters:
language -
allResults - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getPopularMovieList

+
+public List<MovieDb> getPopularMovieList(String language,
+                                         int page)
+                                  throws MovieDbException
+
+
This method is used to retrieve the daily movie popularity list. + + This list is updated daily. The default response will return 20 movies. + + TODO: Implement more than 20 movies +

+

+
Parameters:
language -
allResults - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getTopRatedMovies

+
+public List<MovieDb> getTopRatedMovies(String language,
+                                       int page)
+                                throws MovieDbException
+
+
This method is used to retrieve the top rated movies that have over 10 votes on TMDb. + + The default response will return 20 movies. + + TODO: Implement more than 20 movies +

+

+
Parameters:
language -
allResults - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+postMovieRating

+
+public boolean postMovieRating(String sessionId,
+                               String rating)
+                        throws MovieDbException
+
+
This method lets users rate a movie. + + A valid session id is required. +

+

+
Parameters:
sessionId -
rating - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getCollectionInfo

+
+public CollectionInfo getCollectionInfo(int collectionId,
+                                        String language)
+                                 throws MovieDbException
+
+
This method is used to retrieve all of the basic information about a movie collection. + + You can get the ID needed for this method by making a getMovieInfo request for the belongs_to_collection. +

+

+
Parameters:
collectionId -
language - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getCollectionImages

+
+public List<Artwork> getCollectionImages(int collectionId,
+                                         String language)
+                                  throws MovieDbException
+
+
Get all of the images for a particular collection by collection id. +

+

+
Parameters:
collectionId -
language - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getPersonInfo

+
+public Person getPersonInfo(int personId)
+                     throws MovieDbException
+
+
This method is used to retrieve all of the basic person information. + + It will return the single highest rated profile image. +

+

+
Parameters:
personId - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getPersonCredits

+
+public List<PersonCredit> getPersonCredits(int personId)
+                                    throws MovieDbException
+
+
This method is used to retrieve all of the cast & crew information for the person. + + It will return the single highest rated poster for each movie record. +

+

+
Parameters:
personId - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getPersonImages

+
+public List<Artwork> getPersonImages(int personId)
+                              throws MovieDbException
+
+
This method is used to retrieve all of the profile images for a person. +

+

+
Parameters:
personId - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getPersonChanges

+
+public void getPersonChanges(int personId,
+                             String startDate,
+                             String endDate)
+                      throws MovieDbException
+
+
Get the changes for a specific person id. + + Changes are grouped by key, and ordered by date in descending order. + + By default, only the last 24 hours of changes are returned. + + The maximum number of days that can be returned in a single request is 14. + + The language is present on fields that are translatable. +

+

+
Parameters:
personId -
startDate -
endDate - +
Throws: +
MovieDbException
+
+
+
+ +

+getPersonLatest

+
+public Person getPersonLatest()
+                       throws MovieDbException
+
+
Get the latest person id. +

+

+ +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getCompanyInfo

+
+public Company getCompanyInfo(int companyId)
+                       throws MovieDbException
+
+
This method is used to retrieve the basic information about a production company on TMDb. +

+

+
Parameters:
companyId - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getCompanyMovies

+
+public List<MovieDb> getCompanyMovies(int companyId,
+                                      String language,
+                                      int page)
+                               throws MovieDbException
+
+
This method is used to retrieve the movies associated with a company. + + These movies are returned in order of most recently released to oldest. The default response will return 20 + movies per page. + + TODO: Implement more than 20 movies +

+

+
Parameters:
companyId -
language -
allResults - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getGenreList

+
+public List<Genre> getGenreList(String language)
+                         throws MovieDbException
+
+
You can use this method to retrieve the list of genres used on TMDb. + + These IDs will correspond to those found in movie calls. +

+

+
Parameters:
language - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getGenreMovies

+
+public List<MovieDb> getGenreMovies(int genreId,
+                                    String language,
+                                    int page)
+                             throws MovieDbException
+
+
Get a list of movies per genre. + + It is important to understand that only movies with more than 10 votes get listed. + + This prevents movies from 1 10/10 rating from being listed first and for the first 5 pages. +

+

+
Parameters:
genreId -
language -
allResults - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+searchMovie

+
+public List<MovieDb> searchMovie(String movieName,
+                                 int searchYear,
+                                 String language,
+                                 boolean includeAdult,
+                                 int page)
+                          throws MovieDbException
+
+
Search Movies This is a good starting point to start finding movies on TMDb. +

+

+
Parameters:
movieName -
searchYear - Limit the search to the provided year. Zero (0) will get all years
language - The language to include. Can be blank/null.
includeAdult - true or false to include adult titles in the search
page - The page of results to return. 0 to get the default (first page) +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+searchCollection

+
+public List<Collection> searchCollection(String query,
+                                         String language,
+                                         int page)
+                                  throws MovieDbException
+
+
Search for collections by name. +

+

+
Parameters:
query -
language -
page - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+searchPeople

+
+public List<Person> searchPeople(String personName,
+                                 boolean includeAdult,
+                                 int page)
+                          throws MovieDbException
+
+
This is a good starting point to start finding people on TMDb. + + The idea is to be a quick and light method so you can iterate through people quickly. + + TODO: Fix allResults +

+

+
Parameters:
personName -
allResults - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+searchList

+
+public List<MovieList> searchList(String query,
+                                  String language,
+                                  int page)
+                           throws MovieDbException
+
+
Search for lists by name and description. +

+

+
Parameters:
query -
language -
page - +
Throws: +
MovieDbException
+
+
+
+ +

+searchCompanies

+
+public List<Company> searchCompanies(String companyName,
+                                     int page)
+                              throws MovieDbException
+
+
Search Companies. + + You can use this method to search for production companies that are part of TMDb. The company IDs will map to + those returned on movie calls. + + http://help.themoviedb.org/kb/api/search-companies +

+

+
Parameters:
companyName -
page - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+searchKeyword

+
+public List<Keyword> searchKeyword(String query,
+                                   int page)
+                            throws MovieDbException
+
+
Search for keywords by name +

+

+
Parameters:
query -
page - +
Throws: +
MovieDbException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html new file mode 100644 index 000000000..eca5d5d23 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html @@ -0,0 +1,221 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType

+
+ + + + + + + + + +
+Packages that use MovieDbException.MovieDbExceptionType
com.omertron.themoviedbapi  
+  +

+ + + + + +
+Uses of MovieDbException.MovieDbExceptionType in com.omertron.themoviedbapi
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi that return MovieDbException.MovieDbExceptionType
+ MovieDbException.MovieDbExceptionTypeMovieDbException.getExceptionType() + +
+           
+static MovieDbException.MovieDbExceptionTypeMovieDbException.MovieDbExceptionType.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static MovieDbException.MovieDbExceptionType[]MovieDbException.MovieDbExceptionType.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + + + +
Constructors in com.omertron.themoviedbapi with parameters of type MovieDbException.MovieDbExceptionType
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, + String response) + +
+           
MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, + String response, + Throwable cause) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html new file mode 100644 index 000000000..bdda4a7ce --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html @@ -0,0 +1,582 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.MovieDbException

+
+ + + + + + + + + + + + + +
+Packages that use MovieDbException
com.omertron.themoviedbapi  
com.omertron.themoviedbapi.tools  
+  +

+ + + + + +
+Uses of MovieDbException in com.omertron.themoviedbapi
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi that throw MovieDbException
+ URLTheMovieDbApi.createImageUrl(String imagePath, + String requiredSize) + +
+          Generate the full image URL from the size and image path
+ TokenAuthorisationTheMovieDbApi.getAuthorisationToken() + +
+          This method is used to generate a valid request token for user based authentication.
+ List<Artwork>TheMovieDbApi.getCollectionImages(int collectionId, + String language) + +
+          Get all of the images for a particular collection by collection id.
+ CollectionInfoTheMovieDbApi.getCollectionInfo(int collectionId, + String language) + +
+          This method is used to retrieve all of the basic information about a movie collection.
+ CompanyTheMovieDbApi.getCompanyInfo(int companyId) + +
+          This method is used to retrieve the basic information about a production company on TMDb.
+ List<MovieDb>TheMovieDbApi.getCompanyMovies(int companyId, + String language, + int page) + +
+          This method is used to retrieve the movies associated with a company.
+ List<Genre>TheMovieDbApi.getGenreList(String language) + +
+          You can use this method to retrieve the list of genres used on TMDb.
+ List<MovieDb>TheMovieDbApi.getGenreMovies(int genreId, + String language, + int page) + +
+          Get a list of movies per genre.
+ TokenSessionTheMovieDbApi.getGuestSessionToken() + +
+          This method is used to generate a guest session id.
+ MovieDbTheMovieDbApi.getLatestMovie() + +
+          This method is used to retrieve the newest movie that was added to TMDb.
+ List<AlternativeTitle>TheMovieDbApi.getMovieAlternativeTitles(int movieId, + String country) + +
+          This method is used to retrieve all of the alternative titles we have for a particular movie.
+ List<Person>TheMovieDbApi.getMovieCasts(int movieId) + +
+          Get the cast information for a specific movie id.
+ List<MovieChanges>TheMovieDbApi.getMovieChanges(int movieId, + String startDate, + String endDate) + +
+          Deprecated. 
+ List<Artwork>TheMovieDbApi.getMovieImages(int movieId, + String language) + +
+          This method should be used when you’re wanting to retrieve all of the images for a particular movie.
+ MovieDbTheMovieDbApi.getMovieInfo(int movieId, + String language) + +
+          This method is used to retrieve all of the basic movie information.
+ MovieDbTheMovieDbApi.getMovieInfoImdb(String imdbId, + String language) + +
+          This method is used to retrieve all of the basic movie information.
+ List<Keyword>TheMovieDbApi.getMovieKeywords(int movieId) + +
+          This method is used to retrieve all of the keywords that have been added to a particular movie.
+ List<MovieList>TheMovieDbApi.getMovieLists(int movieId, + String language, + int page) + +
+          Get the lists that the movie belongs to
+ List<ReleaseInfo>TheMovieDbApi.getMovieReleaseInfo(int movieId, + String language) + +
+          This method is used to retrieve all of the release and certification data we have for a specific movie.
+ List<Trailer>TheMovieDbApi.getMovieTrailers(int movieId, + String language) + +
+          This method is used to retrieve all of the trailers for a particular movie.
+ List<Translation>TheMovieDbApi.getMovieTranslations(int movieId) + +
+          This method is used to retrieve a list of the available translations for a specific movie.
+ List<MovieDb>TheMovieDbApi.getNowPlayingMovies(String language, + int page) + +
+          This method is used to retrieve the movies currently in theatres.
+ voidTheMovieDbApi.getPersonChanges(int personId, + String startDate, + String endDate) + +
+          Get the changes for a specific person id.
+ List<PersonCredit>TheMovieDbApi.getPersonCredits(int personId) + +
+          This method is used to retrieve all of the cast & crew information for the person.
+ List<Artwork>TheMovieDbApi.getPersonImages(int personId) + +
+          This method is used to retrieve all of the profile images for a person.
+ PersonTheMovieDbApi.getPersonInfo(int personId) + +
+          This method is used to retrieve all of the basic person information.
+ PersonTheMovieDbApi.getPersonLatest() + +
+          Get the latest person id.
+ List<MovieDb>TheMovieDbApi.getPopularMovieList(String language, + int page) + +
+          This method is used to retrieve the daily movie popularity list.
+ TokenSessionTheMovieDbApi.getSessionToken(TokenAuthorisation token) + +
+          This method is used to generate a session id for user based authentication.
+ List<MovieDb>TheMovieDbApi.getSimilarMovies(int movieId, + String language, + int page) + +
+          The similar movies method will let you retrieve the similar movies for a particular movie.
+ List<MovieDb>TheMovieDbApi.getTopRatedMovies(String language, + int page) + +
+          This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
+ List<MovieDb>TheMovieDbApi.getUpcoming(String language, + int page) + +
+          Get the list of upcoming movies.
+ booleanTheMovieDbApi.postMovieRating(String sessionId, + String rating) + +
+          This method lets users rate a movie.
+ List<Collection>TheMovieDbApi.searchCollection(String query, + String language, + int page) + +
+          Search for collections by name.
+ List<Company>TheMovieDbApi.searchCompanies(String companyName, + int page) + +
+          Search Companies.
+ List<Keyword>TheMovieDbApi.searchKeyword(String query, + int page) + +
+          Search for keywords by name
+ List<MovieList>TheMovieDbApi.searchList(String query, + String language, + int page) + +
+          Search for lists by name and description.
+ List<MovieDb>TheMovieDbApi.searchMovie(String movieName, + int searchYear, + String language, + boolean includeAdult, + int page) + +
+          Search Movies This is a good starting point to start finding movies on TMDb.
+ List<Person>TheMovieDbApi.searchPeople(String personName, + boolean includeAdult, + int page) + +
+          This is a good starting point to start finding people on TMDb.
+  +

+ + + + + + + + +
Constructors in com.omertron.themoviedbapi that throw MovieDbException
TheMovieDbApi(String apiKey) + +
+          API for The Movie Db.
+  +

+ + + + + +
+Uses of MovieDbException in com.omertron.themoviedbapi.tools
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi.tools that throw MovieDbException
+static URLConnectionWebBrowser.openProxiedConnection(URL url) + +
+           
+static StringWebBrowser.request(String url) + +
+           
+static StringWebBrowser.request(URL url) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html new file mode 100644 index 000000000..6ecadc766 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html @@ -0,0 +1,188 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.TheMovieDbApi

+
+ + + + + + + + + +
+Packages that use TheMovieDbApi
com.omertron.themoviedbapi.tools  
+  +

+ + + + + +
+Uses of TheMovieDbApi in com.omertron.themoviedbapi.tools
+  +

+ + + + + + + + + + + +
Constructors in com.omertron.themoviedbapi.tools with parameters of type TheMovieDbApi
ApiUrl(TheMovieDbApi tmdb, + String method) + +
+          Constructor for the simple API URL method without a sub-method
ApiUrl(TheMovieDbApi tmdb, + String method, + String submethod) + +
+          Constructor for the API URL with a sub-method
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html new file mode 100644 index 000000000..7ba08930b --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html @@ -0,0 +1,421 @@ + + + + + + + +AlternativeTitle (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class AlternativeTitle

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.AlternativeTitle
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class AlternativeTitle
extends Object
implements Serializable
+ + +

+

+
Author:
+
Stuart
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
AlternativeTitle() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(Object obj) + +
+           
+ StringgetCountry() + +
+           
+ StringgetTitle() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ inthashCode() + +
+           
+ voidsetCountry(String country) + +
+           
+ voidsetTitle(String title) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AlternativeTitle

+
+public AlternativeTitle()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCountry

+
+public String getCountry()
+
+
+
+
+
+
+
+
+
+ +

+getTitle

+
+public String getTitle()
+
+
+
+
+
+
+
+
+
+ +

+setCountry

+
+public void setCountry(String country)
+
+
+
+
+
+
+
+
+
+ +

+setTitle

+
+public void setTitle(String title)
+
+
+
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+
+ +

+equals

+
+public boolean equals(Object obj)
+
+
+
Overrides:
equals in class Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class Object
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/Artwork.html new file mode 100644 index 000000000..ab87c793f --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/Artwork.html @@ -0,0 +1,733 @@ + + + + + + + +Artwork (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class Artwork

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.Artwork
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class Artwork
extends Object
implements Serializable
+ + +

+The artwork type information +

+ +

+

+
Author:
+
Stuart
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Artwork() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(Object obj) + +
+           
+ ArtworkTypegetArtworkType() + +
+           
+ floatgetAspectRatio() + +
+           
+ StringgetFilePath() + +
+           
+ StringgetFlag() + +
+           
+ intgetHeight() + +
+           
+ StringgetLanguage() + +
+           
+ floatgetVoteAverage() + +
+           
+ intgetVoteCount() + +
+           
+ intgetWidth() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ inthashCode() + +
+           
+ voidsetArtworkType(ArtworkType artworkType) + +
+           
+ voidsetAspectRatio(float aspectRatio) + +
+           
+ voidsetFilePath(String filePath) + +
+           
+ voidsetFlag(String flag) + +
+           
+ voidsetHeight(int height) + +
+           
+ voidsetLanguage(String language) + +
+           
+ voidsetVoteAverage(float voteAverage) + +
+           
+ voidsetVoteCount(int voteCount) + +
+           
+ voidsetWidth(int width) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Artwork

+
+public Artwork()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getArtworkType

+
+public ArtworkType getArtworkType()
+
+
+
+
+
+
+
+
+
+ +

+getAspectRatio

+
+public float getAspectRatio()
+
+
+
+
+
+
+
+
+
+ +

+getFilePath

+
+public String getFilePath()
+
+
+
+
+
+
+
+
+
+ +

+getHeight

+
+public int getHeight()
+
+
+
+
+
+
+
+
+
+ +

+getLanguage

+
+public String getLanguage()
+
+
+
+
+
+
+
+
+
+ +

+getWidth

+
+public int getWidth()
+
+
+
+
+
+
+
+
+
+ +

+getVoteAverage

+
+public float getVoteAverage()
+
+
+
+
+
+
+
+
+
+ +

+getVoteCount

+
+public int getVoteCount()
+
+
+
+
+
+
+
+
+
+ +

+getFlag

+
+public String getFlag()
+
+
+
+
+
+
+
+
+
+ +

+setArtworkType

+
+public void setArtworkType(ArtworkType artworkType)
+
+
+
+
+
+
+
+
+
+ +

+setAspectRatio

+
+public void setAspectRatio(float aspectRatio)
+
+
+
+
+
+
+
+
+
+ +

+setFilePath

+
+public void setFilePath(String filePath)
+
+
+
+
+
+
+
+
+
+ +

+setHeight

+
+public void setHeight(int height)
+
+
+
+
+
+
+
+
+
+ +

+setLanguage

+
+public void setLanguage(String language)
+
+
+
+
+
+
+
+
+
+ +

+setWidth

+
+public void setWidth(int width)
+
+
+
+
+
+
+
+
+
+ +

+setVoteAverage

+
+public void setVoteAverage(float voteAverage)
+
+
+
+
+
+
+
+
+
+ +

+setVoteCount

+
+public void setVoteCount(int voteCount)
+
+
+
+
+
+
+
+
+
+ +

+setFlag

+
+public void setFlag(String flag)
+
+
+
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+
+ +

+equals

+
+public boolean equals(Object obj)
+
+
+
Overrides:
equals in class Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class Object
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html new file mode 100644 index 000000000..d9f933652 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html @@ -0,0 +1,343 @@ + + + + + + + +ArtworkType (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Enum ArtworkType

+
+java.lang.Object
+  extended by java.lang.Enum<ArtworkType>
+      extended by com.omertron.themoviedbapi.model.ArtworkType
+
+
+
All Implemented Interfaces:
Serializable, Comparable<ArtworkType>
+
+
+
+
public enum ArtworkType
extends Enum<ArtworkType>
+ + +

+ArtworkType enum List of the artwork types that are available +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Enum Constant Summary
BACKDROP + +
+           
POSTER + +
+           
PROFILE + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static ArtworkTypevalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static ArtworkType[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+POSTER

+
+public static final ArtworkType POSTER
+
+
+
+
+
+ +

+BACKDROP

+
+public static final ArtworkType BACKDROP
+
+
+
+
+
+ +

+PROFILE

+
+public static final ArtworkType PROFILE
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static ArtworkType[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (ArtworkType c : ArtworkType.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static ArtworkType valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html new file mode 100644 index 000000000..da07cdbe2 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html @@ -0,0 +1,507 @@ + + + + + + + +ChangeItem (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class ChangeItem

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.ChangeItem
+
+
+
+
public class ChangeItem
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ChangeItem() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetAction() + +
+           
+ StringgetId() + +
+           
+ StringgetLanguage() + +
+           
+ ChangeValuegetOriginalValue() + +
+           
+ StringgetTime() + +
+           
+ ChangeValuegetValue() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetAction(String action) + +
+           
+ voidsetId(String id) + +
+           
+ voidsetLanguage(String language) + +
+           
+ voidsetOriginalValue(ChangeValue originalValue) + +
+           
+ voidsetTime(String time) + +
+           
+ voidsetValue(ChangeValue value) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ChangeItem

+
+public ChangeItem()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getId

+
+public String getId()
+
+
+
+
+
+
+ +

+getAction

+
+public String getAction()
+
+
+
+
+
+
+ +

+getTime

+
+public String getTime()
+
+
+
+
+
+
+ +

+getValue

+
+public ChangeValue getValue()
+
+
+
+
+
+
+ +

+getOriginalValue

+
+public ChangeValue getOriginalValue()
+
+
+
+
+
+
+ +

+getLanguage

+
+public String getLanguage()
+
+
+
+
+
+
+ +

+setId

+
+public void setId(String id)
+
+
+
+
+
+
+ +

+setAction

+
+public void setAction(String action)
+
+
+
+
+
+
+ +

+setTime

+
+public void setTime(String time)
+
+
+
+
+
+
+ +

+setValue

+
+public void setValue(ChangeValue value)
+
+
+
+
+
+
+ +

+setOriginalValue

+
+public void setOriginalValue(ChangeValue originalValue)
+
+
+
+
+
+
+ +

+setLanguage

+
+public void setLanguage(String language)
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html b/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html new file mode 100644 index 000000000..a4065fd80 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html @@ -0,0 +1,523 @@ + + + + + + + +ChangeValue (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class ChangeValue

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.ChangeValue
+
+
+
+
public class ChangeValue
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ChangeValue() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ArtworkgetBackdrop() + +
+           
+ intgetId() + +
+           
+ StringgetLanguage() + +
+           
+ StringgetName() + +
+           
+ ArtworkgetPoster() + +
+           
+ StringgetSite() + +
+           
+ StringgetTitle() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetBackdrop(Artwork backdrop) + +
+           
+ voidsetId(int id) + +
+           
+ voidsetLanguage(String language) + +
+           
+ voidsetName(String name) + +
+           
+ voidsetPoster(Artwork poster) + +
+           
+ voidsetSite(String site) + +
+           
+ voidsetTitle(String title) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ChangeValue

+
+public ChangeValue()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getPoster

+
+public Artwork getPoster()
+
+
+
+
+
+
+ +

+getBackdrop

+
+public Artwork getBackdrop()
+
+
+
+
+
+
+ +

+getTitle

+
+public String getTitle()
+
+
+
+
+
+
+ +

+getLanguage

+
+public String getLanguage()
+
+
+
+
+
+
+ +

+getSite

+
+public String getSite()
+
+
+
+
+
+
+ +

+getName

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

+getId

+
+public int getId()
+
+
+
+
+
+
+ +

+setPoster

+
+public void setPoster(Artwork poster)
+
+
+
+
+
+
+ +

+setBackdrop

+
+public void setBackdrop(Artwork backdrop)
+
+
+
+
+
+
+ +

+setTitle

+
+public void setTitle(String title)
+
+
+
+
+
+
+ +

+setLanguage

+
+public void setLanguage(String language)
+
+
+
+
+
+
+ +

+setSite

+
+public void setSite(String site)
+
+
+
+
+
+
+ +

+setName

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

+setId

+
+public void setId(int id)
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/Collection.html b/apidocs/com/omertron/themoviedbapi/model/Collection.html new file mode 100644 index 000000000..40870c62b --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/Collection.html @@ -0,0 +1,597 @@ + + + + + + + +Collection (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class Collection

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.Collection
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class Collection
extends Object
implements Serializable
+ + +

+

+
Author:
+
stuart.boston
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Collection() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(Object obj) + +
+           
+ StringgetBackdropPath() + +
+           
+ intgetId() + +
+           
+ StringgetName() + +
+           
+ StringgetPosterPath() + +
+           
+ StringgetReleaseDate() + +
+           
+ StringgetTitle() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ inthashCode() + +
+           
+ voidsetBackdropPath(String backdropPath) + +
+           
+ voidsetId(int id) + +
+           
+ voidsetName(String name) + +
+           
+ voidsetPosterPath(String posterPath) + +
+           
+ voidsetReleaseDate(String releaseDate) + +
+           
+ voidsetTitle(String title) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Collection

+
+public Collection()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getBackdropPath

+
+public String getBackdropPath()
+
+
+
+
+
+
+
+
+
+ +

+getId

+
+public int getId()
+
+
+
+
+
+
+
+
+
+ +

+getPosterPath

+
+public String getPosterPath()
+
+
+
+
+
+
+
+
+
+ +

+getReleaseDate

+
+public String getReleaseDate()
+
+
+
+
+
+
+
+
+
+ +

+getTitle

+
+public String getTitle()
+
+
+
+
+
+
+
+
+
+ +

+getName

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

+setBackdropPath

+
+public void setBackdropPath(String backdropPath)
+
+
+
+
+
+
+
+
+
+ +

+setId

+
+public void setId(int id)
+
+
+
+
+
+
+
+
+
+ +

+setPosterPath

+
+public void setPosterPath(String posterPath)
+
+
+
+
+
+
+
+
+
+ +

+setReleaseDate

+
+public void setReleaseDate(String releaseDate)
+
+
+
+
+
+
+
+
+
+ +

+setTitle

+
+public void setTitle(String title)
+
+
+
+
+
+
+
+
+
+ +

+setName

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

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+
+ +

+equals

+
+public boolean equals(Object obj)
+
+
+
Overrides:
equals in class Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class Object
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html new file mode 100644 index 000000000..fa7c1da3a --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html @@ -0,0 +1,509 @@ + + + + + + + +CollectionInfo (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class CollectionInfo

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.CollectionInfo
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class CollectionInfo
extends Object
implements Serializable
+ + +

+

+
Author:
+
Stuart
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
CollectionInfo() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetBackdropPath() + +
+           
+ intgetId() + +
+           
+ StringgetName() + +
+           
+ List<Collection>getParts() + +
+           
+ StringgetPosterPath() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetBackdropPath(String backdropPath) + +
+           
+ voidsetId(int id) + +
+           
+ voidsetName(String name) + +
+           
+ voidsetParts(List<Collection> parts) + +
+           
+ voidsetPosterPath(String posterPath) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+CollectionInfo

+
+public CollectionInfo()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getBackdropPath

+
+public String getBackdropPath()
+
+
+
+
+
+
+
+
+
+ +

+getId

+
+public int getId()
+
+
+
+
+
+
+
+
+
+ +

+getName

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

+getParts

+
+public List<Collection> getParts()
+
+
+
+
+
+
+
+
+
+ +

+getPosterPath

+
+public String getPosterPath()
+
+
+
+
+
+
+
+
+
+ +

+setBackdropPath

+
+public void setBackdropPath(String backdropPath)
+
+
+
+
+
+
+
+
+
+ +

+setId

+
+public void setId(int id)
+
+
+
+
+
+
+
+
+
+ +

+setName

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

+setParts

+
+public void setParts(List<Collection> parts)
+
+
+
+
+
+
+
+
+
+ +

+setPosterPath

+
+public void setPosterPath(String posterPath)
+
+
+
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/Company.html b/apidocs/com/omertron/themoviedbapi/model/Company.html new file mode 100644 index 000000000..02b1cdfc5 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/Company.html @@ -0,0 +1,601 @@ + + + + + + + +Company (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class Company

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.Company
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class Company
extends Object
implements Serializable
+ + +

+Company information +

+ +

+

+
Author:
+
Stuart
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Company() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetCompanyId() + +
+           
+ StringgetDescription() + +
+           
+ StringgetHeadquarters() + +
+           
+ StringgetHomepage() + +
+           
+ StringgetLogoPath() + +
+           
+ StringgetName() + +
+           
+ StringgetParentCompany() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetCompanyId(int companyId) + +
+           
+ voidsetDescription(String description) + +
+           
+ voidsetHeadquarters(String headquarters) + +
+           
+ voidsetHomepage(String homepage) + +
+           
+ voidsetLogoPath(String logoPath) + +
+           
+ voidsetName(String name) + +
+           
+ voidsetParentCompany(String parentCompany) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Company

+
+public Company()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCompanyId

+
+public int getCompanyId()
+
+
+
+
+
+
+
+
+
+ +

+getDescription

+
+public String getDescription()
+
+
+
+
+
+
+
+
+
+ +

+getHeadquarters

+
+public String getHeadquarters()
+
+
+
+
+
+
+
+
+
+ +

+getHomepage

+
+public String getHomepage()
+
+
+
+
+
+
+
+
+
+ +

+getLogoPath

+
+public String getLogoPath()
+
+
+
+
+
+
+
+
+
+ +

+getName

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

+getParentCompany

+
+public String getParentCompany()
+
+
+
+
+
+
+
+
+
+ +

+setCompanyId

+
+public void setCompanyId(int companyId)
+
+
+
+
+
+
+
+
+
+ +

+setDescription

+
+public void setDescription(String description)
+
+
+
+
+
+
+
+
+
+ +

+setHeadquarters

+
+public void setHeadquarters(String headquarters)
+
+
+
+
+
+
+
+
+
+ +

+setHomepage

+
+public void setHomepage(String homepage)
+
+
+
+
+
+
+
+
+
+ +

+setLogoPath

+
+public void setLogoPath(String logoPath)
+
+
+
+
+
+
+
+
+
+ +

+setName

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

+setParentCompany

+
+public void setParentCompany(String parentCompany)
+
+
+
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html new file mode 100644 index 000000000..9ee8a8d85 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/Genre.html @@ -0,0 +1,421 @@ + + + + + + + +Genre (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class Genre

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.Genre
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class Genre
extends Object
implements Serializable
+ + +

+

+
Author:
+
stuart.boston
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Genre() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(Object obj) + +
+           
+ intgetId() + +
+           
+ StringgetName() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ inthashCode() + +
+           
+ voidsetId(int id) + +
+           
+ voidsetName(String name) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Genre

+
+public Genre()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getId

+
+public int getId()
+
+
+
+
+
+
+
+
+
+ +

+getName

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

+setId

+
+public void setId(int id)
+
+
+
+
+
+
+
+
+
+ +

+setName

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

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+
+ +

+equals

+
+public boolean equals(Object obj)
+
+
+
Overrides:
equals in class Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class Object
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/Keyword.html new file mode 100644 index 000000000..c89e7876b --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/Keyword.html @@ -0,0 +1,421 @@ + + + + + + + +Keyword (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class Keyword

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.Keyword
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class Keyword
extends Object
implements Serializable
+ + +

+

+
Author:
+
stuart.boston
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Keyword() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(Object obj) + +
+           
+ intgetId() + +
+           
+ StringgetName() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ inthashCode() + +
+           
+ voidsetId(int id) + +
+           
+ voidsetName(String name) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Keyword

+
+public Keyword()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getId

+
+public int getId()
+
+
+
+
+
+
+
+
+
+ +

+getName

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

+setId

+
+public void setId(int id)
+
+
+
+
+
+
+
+
+
+ +

+setName

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

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+
+ +

+equals

+
+public boolean equals(Object obj)
+
+
+
Overrides:
equals in class Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class Object
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html new file mode 100644 index 000000000..d731d2925 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/Language.html @@ -0,0 +1,421 @@ + + + + + + + +Language (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class Language

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.Language
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class Language
extends Object
implements Serializable
+ + +

+

+
Author:
+
stuart.boston
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Language() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(Object obj) + +
+           
+ StringgetIsoCode() + +
+           
+ StringgetName() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ inthashCode() + +
+           
+ voidsetIsoCode(String isoCode) + +
+           
+ voidsetName(String name) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Language

+
+public Language()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getIsoCode

+
+public String getIsoCode()
+
+
+
+
+
+
+
+
+
+ +

+getName

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

+setIsoCode

+
+public void setIsoCode(String isoCode)
+
+
+
+
+
+
+
+
+
+ +

+setName

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

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+
+ +

+equals

+
+public boolean equals(Object obj)
+
+
+
Overrides:
equals in class Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class Object
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html b/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html new file mode 100644 index 000000000..b7a70d139 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html @@ -0,0 +1,355 @@ + + + + + + + +MovieChanges (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class MovieChanges

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.MovieChanges
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class MovieChanges
extends Object
implements Serializable
+ + +

+

+
Author:
+
Stuart
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
MovieChanges() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ List<ChangeItem>getItems() + +
+           
+ StringgetKey() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetItems(List<ChangeItem> items) + +
+           
+ voidsetKey(String key) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+MovieChanges

+
+public MovieChanges()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getKey

+
+public String getKey()
+
+
+
+
+
+
+
+
+
+ +

+getItems

+
+public List<ChangeItem> getItems()
+
+
+
+
+
+
+
+
+
+ +

+setKey

+
+public void setKey(String key)
+
+
+
+
+
+
+
+
+
+ +

+setItems

+
+public void setItems(List<ChangeItem> items)
+
+
+
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html new file mode 100644 index 000000000..fc7bce824 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html @@ -0,0 +1,1349 @@ + + + + + + + +MovieDb (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class MovieDb

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.MovieDb
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class MovieDb
extends Object
implements Serializable
+ + +

+Movie Bean +

+ +

+

+
Author:
+
stuart.boston
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
MovieDb() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(Object obj) + +
+           
+ StringgetBackdropPath() + +
+           
+ CollectiongetBelongsToCollection() + +
+           
+ longgetBudget() + +
+           
+ List<Genre>getGenres() + +
+           
+ StringgetHomepage() + +
+           
+ intgetId() + +
+           
+ StringgetImdbID() + +
+           
+ StringgetOriginalTitle() + +
+           
+ StringgetOverview() + +
+           
+ floatgetPopularity() + +
+           
+ StringgetPosterPath() + +
+           
+ List<ProductionCompany>getProductionCompanies() + +
+           
+ List<ProductionCountry>getProductionCountries() + +
+           
+ StringgetReleaseDate() + +
+           
+ longgetRevenue() + +
+           
+ intgetRuntime() + +
+           
+ List<Language>getSpokenLanguages() + +
+           
+ StringgetStatus() + +
+           
+ StringgetTagline() + +
+           
+ StringgetTitle() + +
+           
+ floatgetVoteAverage() + +
+           
+ intgetVoteCount() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ inthashCode() + +
+           
+ booleanisAdult() + +
+           
+ voidsetAdult(boolean adult) + +
+           
+ voidsetBackdropPath(String backdropPath) + +
+           
+ voidsetBelongsToCollection(Collection belongsToCollection) + +
+           
+ voidsetBudget(long budget) + +
+           
+ voidsetGenres(List<Genre> genres) + +
+           
+ voidsetHomepage(String homepage) + +
+           
+ voidsetId(int id) + +
+           
+ voidsetImdbID(String imdbID) + +
+           
+ voidsetOriginalTitle(String originalTitle) + +
+           
+ voidsetOverview(String overview) + +
+           
+ voidsetPopularity(float popularity) + +
+           
+ voidsetPosterPath(String posterPath) + +
+           
+ voidsetProductionCompanies(List<ProductionCompany> productionCompanies) + +
+           
+ voidsetProductionCountries(List<ProductionCountry> productionCountries) + +
+           
+ voidsetReleaseDate(String releaseDate) + +
+           
+ voidsetRevenue(long revenue) + +
+           
+ voidsetRuntime(int runtime) + +
+           
+ voidsetSpokenLanguages(List<Language> spokenLanguages) + +
+           
+ voidsetStatus(String status) + +
+           
+ voidsetTagline(String tagline) + +
+           
+ voidsetTitle(String title) + +
+           
+ voidsetVoteAverage(float voteAverage) + +
+           
+ voidsetVoteCount(int voteCount) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+MovieDb

+
+public MovieDb()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getBackdropPath

+
+public String getBackdropPath()
+
+
+
+
+
+
+
+
+
+ +

+getId

+
+public int getId()
+
+
+
+
+
+
+
+
+
+ +

+getOriginalTitle

+
+public String getOriginalTitle()
+
+
+
+
+
+
+
+
+
+ +

+getPopularity

+
+public float getPopularity()
+
+
+
+
+
+
+
+
+
+ +

+getPosterPath

+
+public String getPosterPath()
+
+
+
+
+
+
+
+
+
+ +

+getReleaseDate

+
+public String getReleaseDate()
+
+
+
+
+
+
+
+
+
+ +

+getTitle

+
+public String getTitle()
+
+
+
+
+
+
+
+
+
+ +

+isAdult

+
+public boolean isAdult()
+
+
+
+
+
+
+
+
+
+ +

+getBelongsToCollection

+
+public Collection getBelongsToCollection()
+
+
+
+
+
+
+
+
+
+ +

+getBudget

+
+public long getBudget()
+
+
+
+
+
+
+
+
+
+ +

+getGenres

+
+public List<Genre> getGenres()
+
+
+
+
+
+
+
+
+
+ +

+getHomepage

+
+public String getHomepage()
+
+
+
+
+
+
+
+
+
+ +

+getImdbID

+
+public String getImdbID()
+
+
+
+
+
+
+
+
+
+ +

+getOverview

+
+public String getOverview()
+
+
+
+
+
+
+
+
+
+ +

+getProductionCompanies

+
+public List<ProductionCompany> getProductionCompanies()
+
+
+
+
+
+
+
+
+
+ +

+getProductionCountries

+
+public List<ProductionCountry> getProductionCountries()
+
+
+
+
+
+
+
+
+
+ +

+getRevenue

+
+public long getRevenue()
+
+
+
+
+
+
+
+
+
+ +

+getRuntime

+
+public int getRuntime()
+
+
+
+
+
+
+
+
+
+ +

+getSpokenLanguages

+
+public List<Language> getSpokenLanguages()
+
+
+
+
+
+
+
+
+
+ +

+getTagline

+
+public String getTagline()
+
+
+
+
+
+
+
+
+
+ +

+getVoteAverage

+
+public float getVoteAverage()
+
+
+
+
+
+
+
+
+
+ +

+getVoteCount

+
+public int getVoteCount()
+
+
+
+
+
+
+
+
+
+ +

+getStatus

+
+public String getStatus()
+
+
+
+
+
+
+
+
+
+ +

+setBackdropPath

+
+public void setBackdropPath(String backdropPath)
+
+
+
+
+
+
+
+
+
+ +

+setId

+
+public void setId(int id)
+
+
+
+
+
+
+
+
+
+ +

+setOriginalTitle

+
+public void setOriginalTitle(String originalTitle)
+
+
+
+
+
+
+
+
+
+ +

+setPopularity

+
+public void setPopularity(float popularity)
+
+
+
+
+
+
+
+
+
+ +

+setPosterPath

+
+public void setPosterPath(String posterPath)
+
+
+
+
+
+
+
+
+
+ +

+setReleaseDate

+
+public void setReleaseDate(String releaseDate)
+
+
+
+
+
+
+
+
+
+ +

+setTitle

+
+public void setTitle(String title)
+
+
+
+
+
+
+
+
+
+ +

+setAdult

+
+public void setAdult(boolean adult)
+
+
+
+
+
+
+
+
+
+ +

+setBelongsToCollection

+
+public void setBelongsToCollection(Collection belongsToCollection)
+
+
+
+
+
+
+
+
+
+ +

+setBudget

+
+public void setBudget(long budget)
+
+
+
+
+
+
+
+
+
+ +

+setGenres

+
+public void setGenres(List<Genre> genres)
+
+
+
+
+
+
+
+
+
+ +

+setHomepage

+
+public void setHomepage(String homepage)
+
+
+
+
+
+
+
+
+
+ +

+setImdbID

+
+public void setImdbID(String imdbID)
+
+
+
+
+
+
+
+
+
+ +

+setOverview

+
+public void setOverview(String overview)
+
+
+
+
+
+
+
+
+
+ +

+setProductionCompanies

+
+public void setProductionCompanies(List<ProductionCompany> productionCompanies)
+
+
+
+
+
+
+
+
+
+ +

+setProductionCountries

+
+public void setProductionCountries(List<ProductionCountry> productionCountries)
+
+
+
+
+
+
+
+
+
+ +

+setRevenue

+
+public void setRevenue(long revenue)
+
+
+
+
+
+
+
+
+
+ +

+setRuntime

+
+public void setRuntime(int runtime)
+
+
+
+
+
+
+
+
+
+ +

+setSpokenLanguages

+
+public void setSpokenLanguages(List<Language> spokenLanguages)
+
+
+
+
+
+
+
+
+
+ +

+setTagline

+
+public void setTagline(String tagline)
+
+
+
+
+
+
+
+
+
+ +

+setVoteAverage

+
+public void setVoteAverage(float voteAverage)
+
+
+
+
+
+
+
+
+
+ +

+setVoteCount

+
+public void setVoteCount(int voteCount)
+
+
+
+
+
+
+
+
+
+ +

+setStatus

+
+public void setStatus(String status)
+
+
+
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+
+ +

+equals

+
+public boolean equals(Object obj)
+
+
+
Overrides:
equals in class Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class Object
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/MovieList.html new file mode 100644 index 000000000..5825d14c6 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/MovieList.html @@ -0,0 +1,641 @@ + + + + + + + +MovieList (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class MovieList

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.MovieList
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class MovieList
extends Object
implements Serializable
+ + +

+

+
Author:
+
Stuart
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
MovieList() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetDescription() + +
+           
+ intgetFavoriteCount() + +
+           
+ StringgetId() + +
+           
+ intgetItemCount() + +
+           
+ StringgetLanguage() + +
+           
+ StringgetListType() + +
+           
+ StringgetName() + +
+           
+ StringgetPosterPath() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetDescription(String description) + +
+           
+ voidsetFavoriteCount(int favoriteCount) + +
+           
+ voidsetId(String id) + +
+           
+ voidsetItemCount(int itemCount) + +
+           
+ voidsetLanguage(String language) + +
+           
+ voidsetListType(String listType) + +
+           
+ voidsetName(String name) + +
+           
+ voidsetPosterPath(String posterPath) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+MovieList

+
+public MovieList()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getDescription

+
+public String getDescription()
+
+
+
+
+
+
+
+
+
+ +

+getFavoriteCount

+
+public int getFavoriteCount()
+
+
+
+
+
+
+
+
+
+ +

+getId

+
+public String getId()
+
+
+
+
+
+
+
+
+
+ +

+getItemCount

+
+public int getItemCount()
+
+
+
+
+
+
+
+
+
+ +

+getLanguage

+
+public String getLanguage()
+
+
+
+
+
+
+
+
+
+ +

+getName

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

+getPosterPath

+
+public String getPosterPath()
+
+
+
+
+
+
+
+
+
+ +

+getListType

+
+public String getListType()
+
+
+
+
+
+
+
+
+
+ +

+setDescription

+
+public void setDescription(String description)
+
+
+
+
+
+
+
+
+
+ +

+setFavoriteCount

+
+public void setFavoriteCount(int favoriteCount)
+
+
+
+
+
+
+
+
+
+ +

+setId

+
+public void setId(String id)
+
+
+
+
+
+
+
+
+
+ +

+setItemCount

+
+public void setItemCount(int itemCount)
+
+
+
+
+
+
+
+
+
+ +

+setLanguage

+
+public void setLanguage(String language)
+
+
+
+
+
+
+
+
+
+ +

+setName

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

+setPosterPath

+
+public void setPosterPath(String posterPath)
+
+
+
+
+
+
+
+
+
+ +

+setListType

+
+public void setListType(String listType)
+
+
+
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/Person.html b/apidocs/com/omertron/themoviedbapi/model/Person.html new file mode 100644 index 000000000..6e8b07b79 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/Person.html @@ -0,0 +1,1057 @@ + + + + + + + +Person (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class Person

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.Person
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class Person
extends Object
implements Serializable
+ + +

+

+
Author:
+
stuart.boston
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Person() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddCast(int id, + String name, + String profilePath, + String character, + int order) + +
+          Add a cast member
+ voidaddCrew(int id, + String name, + String profilePath, + String department, + String job) + +
+          Add a crew member
+ booleanequals(Object obj) + +
+           
+ List<String>getAka() + +
+           
+ StringgetBiography() + +
+           
+ StringgetBirthday() + +
+           
+ StringgetBirthplace() + +
+           
+ StringgetCharacter() + +
+           
+ StringgetDeathday() + +
+           
+ StringgetDepartment() + +
+           
+ StringgetHomepage() + +
+           
+ intgetId() + +
+           
+ StringgetJob() + +
+           
+ StringgetName() + +
+           
+ intgetOrder() + +
+           
+ PersonTypegetPersonType() + +
+           
+ StringgetProfilePath() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ inthashCode() + +
+           
+ booleanisAdult() + +
+           
+ voidsetAdult(boolean adult) + +
+           
+ voidsetAka(List<String> aka) + +
+           
+ voidsetBiography(String biography) + +
+           
+ voidsetBirthday(String birthday) + +
+           
+ voidsetBirthplace(String birthplace) + +
+           
+ voidsetCharacter(String character) + +
+           
+ voidsetDeathday(String deathday) + +
+           
+ voidsetDepartment(String department) + +
+           
+ voidsetHomepage(String homepage) + +
+           
+ voidsetId(int id) + +
+           
+ voidsetJob(String job) + +
+           
+ voidsetName(String name) + +
+           
+ voidsetOrder(int order) + +
+           
+ voidsetPersonType(PersonType personType) + +
+           
+ voidsetProfilePath(String profilePath) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Person

+
+public Person()
+
+
+ + + + + + + + +
+Method Detail
+ +

+addCrew

+
+public void addCrew(int id,
+                    String name,
+                    String profilePath,
+                    String department,
+                    String job)
+
+
Add a crew member +

+

+
+
+
+
Parameters:
id -
name -
profilePath -
department -
job -
+
+
+
+ +

+addCast

+
+public void addCast(int id,
+                    String name,
+                    String profilePath,
+                    String character,
+                    int order)
+
+
Add a cast member +

+

+
+
+
+
Parameters:
id -
name -
profilePath -
character -
order -
+
+
+
+ +

+getCharacter

+
+public String getCharacter()
+
+
+
+
+
+
+
+
+
+ +

+getDepartment

+
+public String getDepartment()
+
+
+
+
+
+
+
+
+
+ +

+getId

+
+public int getId()
+
+
+
+
+
+
+
+
+
+ +

+getJob

+
+public String getJob()
+
+
+
+
+
+
+
+
+
+ +

+getName

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

+getOrder

+
+public int getOrder()
+
+
+
+
+
+
+
+
+
+ +

+getPersonType

+
+public PersonType getPersonType()
+
+
+
+
+
+
+
+
+
+ +

+getProfilePath

+
+public String getProfilePath()
+
+
+
+
+
+
+
+
+
+ +

+isAdult

+
+public boolean isAdult()
+
+
+
+
+
+
+
+
+
+ +

+getAka

+
+public List<String> getAka()
+
+
+
+
+
+
+
+
+
+ +

+getBiography

+
+public String getBiography()
+
+
+
+
+
+
+
+
+
+ +

+getBirthday

+
+public String getBirthday()
+
+
+
+
+
+
+
+
+
+ +

+getBirthplace

+
+public String getBirthplace()
+
+
+
+
+
+
+
+
+
+ +

+getDeathday

+
+public String getDeathday()
+
+
+
+
+
+
+
+
+
+ +

+getHomepage

+
+public String getHomepage()
+
+
+
+
+
+
+
+
+
+ +

+setCharacter

+
+public void setCharacter(String character)
+
+
+
+
+
+
+
+
+
+ +

+setDepartment

+
+public void setDepartment(String department)
+
+
+
+
+
+
+
+
+
+ +

+setId

+
+public void setId(int id)
+
+
+
+
+
+
+
+
+
+ +

+setJob

+
+public void setJob(String job)
+
+
+
+
+
+
+
+
+
+ +

+setName

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

+setOrder

+
+public void setOrder(int order)
+
+
+
+
+
+
+
+
+
+ +

+setPersonType

+
+public void setPersonType(PersonType personType)
+
+
+
+
+
+
+
+
+
+ +

+setProfilePath

+
+public void setProfilePath(String profilePath)
+
+
+
+
+
+
+
+
+
+ +

+setAdult

+
+public void setAdult(boolean adult)
+
+
+
+
+
+
+
+
+
+ +

+setAka

+
+public void setAka(List<String> aka)
+
+
+
+
+
+
+
+
+
+ +

+setBiography

+
+public void setBiography(String biography)
+
+
+
+
+
+
+
+
+
+ +

+setBirthday

+
+public void setBirthday(String birthday)
+
+
+
+
+
+
+
+
+
+ +

+setBirthplace

+
+public void setBirthplace(String birthplace)
+
+
+
+
+
+
+
+
+
+ +

+setDeathday

+
+public void setDeathday(String deathday)
+
+
+
+
+
+
+
+
+
+ +

+setHomepage

+
+public void setHomepage(String homepage)
+
+
+
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+
+ +

+equals

+
+public boolean equals(Object obj)
+
+
+
Overrides:
equals in class Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class Object
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html new file mode 100644 index 000000000..d43ec5717 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html @@ -0,0 +1,597 @@ + + + + + + + +PersonCast (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class PersonCast

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.PersonCast
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class PersonCast
extends Object
implements Serializable
+ + +

+

+
Author:
+
Stuart
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
PersonCast() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(Object obj) + +
+           
+ intgetCastId() + +
+           
+ StringgetCharacter() + +
+           
+ intgetId() + +
+           
+ StringgetName() + +
+           
+ intgetOrder() + +
+           
+ StringgetProfilePath() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ inthashCode() + +
+           
+ voidsetCastId(int castId) + +
+           
+ voidsetCharacter(String character) + +
+           
+ voidsetId(int id) + +
+           
+ voidsetName(String name) + +
+           
+ voidsetOrder(int order) + +
+           
+ voidsetProfilePath(String profilePath) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PersonCast

+
+public PersonCast()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCharacter

+
+public String getCharacter()
+
+
+
+
+
+
+
+
+
+ +

+getId

+
+public int getId()
+
+
+
+
+
+
+
+
+
+ +

+getName

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

+getOrder

+
+public int getOrder()
+
+
+
+
+
+
+
+
+
+ +

+getProfilePath

+
+public String getProfilePath()
+
+
+
+
+
+
+
+
+
+ +

+getCastId

+
+public int getCastId()
+
+
+
+
+
+
+
+
+
+ +

+setCharacter

+
+public void setCharacter(String character)
+
+
+
+
+
+
+
+
+
+ +

+setId

+
+public void setId(int id)
+
+
+
+
+
+
+
+
+
+ +

+setName

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

+setOrder

+
+public void setOrder(int order)
+
+
+
+
+
+
+
+
+
+ +

+setProfilePath

+
+public void setProfilePath(String profilePath)
+
+
+
+
+
+
+
+
+
+ +

+setCastId

+
+public void setCastId(int castId)
+
+
+
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+
+ +

+equals

+
+public boolean equals(Object obj)
+
+
+
Overrides:
equals in class Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class Object
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html new file mode 100644 index 000000000..3d6560e8b --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html @@ -0,0 +1,729 @@ + + + + + + + +PersonCredit (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class PersonCredit

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.PersonCredit
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class PersonCredit
extends Object
implements Serializable
+ + +

+

+
Author:
+
stuart.boston
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
PersonCredit() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetAdult() + +
+           
+ StringgetCharacter() + +
+           
+ StringgetDepartment() + +
+           
+ StringgetJob() + +
+           
+ intgetMovieId() + +
+           
+ StringgetMovieOriginalTitle() + +
+           
+ StringgetMovieTitle() + +
+           
+ PersonTypegetPersonType() + +
+           
+ StringgetPosterPath() + +
+           
+ StringgetReleaseDate() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetAdult(String adult) + +
+           
+ voidsetCharacter(String character) + +
+           
+ voidsetDepartment(String department) + +
+           
+ voidsetJob(String job) + +
+           
+ voidsetMovieId(int movieId) + +
+           
+ voidsetMovieOriginalTitle(String movieOriginalTitle) + +
+           
+ voidsetMovieTitle(String movieTitle) + +
+           
+ voidsetPersonType(PersonType personType) + +
+           
+ voidsetPosterPath(String posterPath) + +
+           
+ voidsetReleaseDate(String releaseDate) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PersonCredit

+
+public PersonCredit()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCharacter

+
+public String getCharacter()
+
+
+
+
+
+
+
+
+
+ +

+getDepartment

+
+public String getDepartment()
+
+
+
+
+
+
+
+
+
+ +

+getJob

+
+public String getJob()
+
+
+
+
+
+
+
+
+
+ +

+getMovieId

+
+public int getMovieId()
+
+
+
+
+
+
+
+
+
+ +

+getMovieOriginalTitle

+
+public String getMovieOriginalTitle()
+
+
+
+
+
+
+
+
+
+ +

+getMovieTitle

+
+public String getMovieTitle()
+
+
+
+
+
+
+
+
+
+ +

+getPersonType

+
+public PersonType getPersonType()
+
+
+
+
+
+
+
+
+
+ +

+getPosterPath

+
+public String getPosterPath()
+
+
+
+
+
+
+
+
+
+ +

+getReleaseDate

+
+public String getReleaseDate()
+
+
+
+
+
+
+
+
+
+ +

+getAdult

+
+public String getAdult()
+
+
+
+
+
+
+
+
+
+ +

+setCharacter

+
+public void setCharacter(String character)
+
+
+
+
+
+
+
+
+
+ +

+setDepartment

+
+public void setDepartment(String department)
+
+
+
+
+
+
+
+
+
+ +

+setJob

+
+public void setJob(String job)
+
+
+
+
+
+
+
+
+
+ +

+setMovieId

+
+public void setMovieId(int movieId)
+
+
+
+
+
+
+
+
+
+ +

+setMovieOriginalTitle

+
+public void setMovieOriginalTitle(String movieOriginalTitle)
+
+
+
+
+
+
+
+
+
+ +

+setMovieTitle

+
+public void setMovieTitle(String movieTitle)
+
+
+
+
+
+
+
+
+
+ +

+setPersonType

+
+public void setPersonType(PersonType personType)
+
+
+
+
+
+
+
+
+
+ +

+setPosterPath

+
+public void setPosterPath(String posterPath)
+
+
+
+
+
+
+
+
+
+ +

+setReleaseDate

+
+public void setReleaseDate(String releaseDate)
+
+
+
+
+
+
+
+
+
+ +

+setAdult

+
+public void setAdult(String adult)
+
+
+
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html new file mode 100644 index 000000000..d3e2b6325 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html @@ -0,0 +1,553 @@ + + + + + + + +PersonCrew (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class PersonCrew

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.PersonCrew
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class PersonCrew
extends Object
implements Serializable
+ + +

+

+
Author:
+
Stuart
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
PersonCrew() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(Object obj) + +
+           
+ StringgetDepartment() + +
+           
+ intgetId() + +
+           
+ StringgetJob() + +
+           
+ StringgetName() + +
+           
+ StringgetProfilePath() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ inthashCode() + +
+           
+ voidsetDepartment(String department) + +
+           
+ voidsetId(int id) + +
+           
+ voidsetJob(String job) + +
+           
+ voidsetName(String name) + +
+           
+ voidsetProfilePath(String profilePath) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PersonCrew

+
+public PersonCrew()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getDepartment

+
+public String getDepartment()
+
+
+
+
+
+
+
+
+
+ +

+getId

+
+public int getId()
+
+
+
+
+
+
+
+
+
+ +

+getJob

+
+public String getJob()
+
+
+
+
+
+
+
+
+
+ +

+getName

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

+getProfilePath

+
+public String getProfilePath()
+
+
+
+
+
+
+
+
+
+ +

+setDepartment

+
+public void setDepartment(String department)
+
+
+
+
+
+
+
+
+
+ +

+setId

+
+public void setId(int id)
+
+
+
+
+
+
+
+
+
+ +

+setJob

+
+public void setJob(String job)
+
+
+
+
+
+
+
+
+
+ +

+setName

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

+setProfilePath

+
+public void setProfilePath(String profilePath)
+
+
+
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+
+ +

+equals

+
+public boolean equals(Object obj)
+
+
+
Overrides:
equals in class Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class Object
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/PersonType.html new file mode 100644 index 000000000..c63dcd909 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/PersonType.html @@ -0,0 +1,343 @@ + + + + + + + +PersonType (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Enum PersonType

+
+java.lang.Object
+  extended by java.lang.Enum<PersonType>
+      extended by com.omertron.themoviedbapi.model.PersonType
+
+
+
All Implemented Interfaces:
Serializable, Comparable<PersonType>
+
+
+
+
public enum PersonType
extends Enum<PersonType>
+ + +

+

+
Author:
+
stuart.boston
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Enum Constant Summary
CAST + +
+           
CREW + +
+           
PERSON + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static PersonTypevalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static PersonType[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+CAST

+
+public static final PersonType CAST
+
+
+
+
+
+ +

+CREW

+
+public static final PersonType CREW
+
+
+
+
+
+ +

+PERSON

+
+public static final PersonType PERSON
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static PersonType[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (PersonType c : PersonType.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+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 +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html new file mode 100644 index 000000000..838aa5273 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html @@ -0,0 +1,421 @@ + + + + + + + +ProductionCompany (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class ProductionCompany

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.ProductionCompany
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class ProductionCompany
extends Object
implements Serializable
+ + +

+

+
Author:
+
stuart.boston
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ProductionCompany() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(Object obj) + +
+           
+ intgetId() + +
+           
+ StringgetName() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ inthashCode() + +
+           
+ voidsetId(int id) + +
+           
+ voidsetName(String name) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ProductionCompany

+
+public ProductionCompany()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getId

+
+public int getId()
+
+
+
+
+
+
+
+
+
+ +

+getName

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

+setId

+
+public void setId(int id)
+
+
+
+
+
+
+
+
+
+ +

+setName

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

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+
+ +

+equals

+
+public boolean equals(Object obj)
+
+
+
Overrides:
equals in class Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class Object
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html new file mode 100644 index 000000000..1cfb759a0 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html @@ -0,0 +1,421 @@ + + + + + + + +ProductionCountry (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class ProductionCountry

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.ProductionCountry
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class ProductionCountry
extends Object
implements Serializable
+ + +

+

+
Author:
+
stuart.boston
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ProductionCountry() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(Object obj) + +
+           
+ StringgetIsoCode() + +
+           
+ StringgetName() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ inthashCode() + +
+           
+ voidsetIsoCode(String isoCode) + +
+           
+ voidsetName(String name) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ProductionCountry

+
+public ProductionCountry()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getIsoCode

+
+public String getIsoCode()
+
+
+
+
+
+
+
+
+
+ +

+getName

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

+setIsoCode

+
+public void setIsoCode(String isoCode)
+
+
+
+
+
+
+
+
+
+ +

+setName

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

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+
+ +

+equals

+
+public boolean equals(Object obj)
+
+
+
Overrides:
equals in class Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class Object
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html new file mode 100644 index 000000000..d824e2cce --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html @@ -0,0 +1,465 @@ + + + + + + + +ReleaseInfo (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class ReleaseInfo

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.ReleaseInfo
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class ReleaseInfo
extends Object
implements Serializable
+ + +

+

+
Author:
+
Stuart
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ReleaseInfo() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(Object obj) + +
+           
+ StringgetCertification() + +
+           
+ StringgetCountry() + +
+           
+ StringgetReleaseDate() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ inthashCode() + +
+           
+ voidsetCertification(String certification) + +
+           
+ voidsetCountry(String country) + +
+           
+ voidsetReleaseDate(String releaseDate) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ReleaseInfo

+
+public ReleaseInfo()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCertification

+
+public String getCertification()
+
+
+
+
+
+
+
+
+
+ +

+getCountry

+
+public String getCountry()
+
+
+
+
+
+
+
+
+
+ +

+getReleaseDate

+
+public String getReleaseDate()
+
+
+
+
+
+
+
+
+
+ +

+setCertification

+
+public void setCertification(String certification)
+
+
+
+
+
+
+
+
+
+ +

+setCountry

+
+public void setCountry(String country)
+
+
+
+
+
+
+
+
+
+ +

+setReleaseDate

+
+public void setReleaseDate(String releaseDate)
+
+
+
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+
+ +

+equals

+
+public boolean equals(Object obj)
+
+
+
Overrides:
equals in class Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class Object
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html new file mode 100644 index 000000000..63562f17f --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html @@ -0,0 +1,377 @@ + + + + + + + +StatusCode (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class StatusCode

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.StatusCode
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class StatusCode
extends Object
implements Serializable
+ + +

+

+
Author:
+
Stuart
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
StatusCode() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetStatusCode() + +
+           
+ StringgetStatusMessage() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetStatusCode(int statusCode) + +
+           
+ voidsetStatusMessage(String statusMessage) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+StatusCode

+
+public StatusCode()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getStatusCode

+
+public int getStatusCode()
+
+
+
+
+
+
+
+
+
+ +

+setStatusCode

+
+public void setStatusCode(int statusCode)
+
+
+
+
+
+
+
+
+
+ +

+getStatusMessage

+
+public String getStatusMessage()
+
+
+
+
+
+
+
+
+
+ +

+setStatusMessage

+
+public void setStatusMessage(String statusMessage)
+
+
+
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html new file mode 100644 index 000000000..3b6de683f --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html @@ -0,0 +1,702 @@ + + + + + + + +TmdbConfiguration (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class TmdbConfiguration

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.TmdbConfiguration
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class TmdbConfiguration
extends Object
implements Serializable
+ + +

+

+
Author:
+
stuart.boston
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
TmdbConfiguration() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclone(TmdbConfiguration config) + +
+          Copy the data from the passed object to this one
+ List<String>getBackdropSizes() + +
+           
+ StringgetBaseUrl() + +
+           
+ List<String>getLogoSizes() + +
+           
+ List<String>getPosterSizes() + +
+           
+ List<String>getProfileSizes() + +
+           
+ StringgetSecureBaseUrl() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ booleanisValidBackdropSize(String backdropSize) + +
+          Check that the backdrop size is valid
+ booleanisValidLogoSize(String logoSize) + +
+          Check that the logo size is valid
+ booleanisValidPosterSize(String posterSize) + +
+          Check that the poster size is valid
+ booleanisValidProfileSize(String profileSize) + +
+          Check that the profile size is valid
+ booleanisValidSize(String sizeToCheck) + +
+          Check to see if the size is valid for any of the images types
+ voidsetBackdropSizes(List<String> backdropSizes) + +
+           
+ voidsetBaseUrl(String baseUrl) + +
+           
+ voidsetLogoSizes(List<String> logoSizes) + +
+           
+ voidsetPosterSizes(List<String> posterSizes) + +
+           
+ voidsetProfileSizes(List<String> profileSizes) + +
+           
+ voidsetSecureBaseUrl(String secureBaseUrl) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TmdbConfiguration

+
+public TmdbConfiguration()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getBackdropSizes

+
+public List<String> getBackdropSizes()
+
+
+
+
+
+
+
+
+
+ +

+getBaseUrl

+
+public String getBaseUrl()
+
+
+
+
+
+
+
+
+
+ +

+getPosterSizes

+
+public List<String> getPosterSizes()
+
+
+
+
+
+
+
+
+
+ +

+getProfileSizes

+
+public List<String> getProfileSizes()
+
+
+
+
+
+
+
+
+
+ +

+getLogoSizes

+
+public List<String> getLogoSizes()
+
+
+
+
+
+
+
+
+
+ +

+getSecureBaseUrl

+
+public String getSecureBaseUrl()
+
+
+
+
+
+
+
+
+
+ +

+setBackdropSizes

+
+public void setBackdropSizes(List<String> backdropSizes)
+
+
+
+
+
+
+
+
+
+ +

+setBaseUrl

+
+public void setBaseUrl(String baseUrl)
+
+
+
+
+
+
+
+
+
+ +

+setPosterSizes

+
+public void setPosterSizes(List<String> posterSizes)
+
+
+
+
+
+
+
+
+
+ +

+setProfileSizes

+
+public void setProfileSizes(List<String> profileSizes)
+
+
+
+
+
+
+
+
+
+ +

+setLogoSizes

+
+public void setLogoSizes(List<String> logoSizes)
+
+
+
+
+
+
+
+
+
+ +

+setSecureBaseUrl

+
+public void setSecureBaseUrl(String secureBaseUrl)
+
+
+
+
+
+
+
+
+
+ +

+clone

+
+public void clone(TmdbConfiguration config)
+
+
Copy the data from the passed object to this one +

+

+
+
+
+
Parameters:
config -
+
+
+
+ +

+isValidPosterSize

+
+public boolean isValidPosterSize(String posterSize)
+
+
Check that the poster size is valid +

+

+
+
+
+
Parameters:
posterSize - +
Returns:
+
+
+
+ +

+isValidBackdropSize

+
+public boolean isValidBackdropSize(String backdropSize)
+
+
Check that the backdrop size is valid +

+

+
+
+
+
Parameters:
backdropSize - +
Returns:
+
+
+
+ +

+isValidProfileSize

+
+public boolean isValidProfileSize(String profileSize)
+
+
Check that the profile size is valid +

+

+
+
+
+
Parameters:
profileSize - +
Returns:
+
+
+
+ +

+isValidLogoSize

+
+public boolean isValidLogoSize(String logoSize)
+
+
Check that the logo size is valid +

+

+
+
+
+
Parameters:
logoSize - +
Returns:
+
+
+
+ +

+isValidSize

+
+public boolean isValidSize(String sizeToCheck)
+
+
Check to see if the size is valid for any of the images types +

+

+
+
+
+
Parameters:
sizeToCheck - +
Returns:
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html new file mode 100644 index 000000000..fbc98d05c --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html @@ -0,0 +1,393 @@ + + + + + + + +TokenAuthorisation (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class TokenAuthorisation

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.TokenAuthorisation
+
+
+
+
public class TokenAuthorisation
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TokenAuthorisation() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetExpires() + +
+           
+ StringgetRequestToken() + +
+           
+ BooleangetSuccess() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetExpires(String expires) + +
+           
+ voidsetRequestToken(String requestToken) + +
+           
+ voidsetSuccess(Boolean success) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TokenAuthorisation

+
+public TokenAuthorisation()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getExpires

+
+public String getExpires()
+
+
+
+
+
+
+ +

+getRequestToken

+
+public String getRequestToken()
+
+
+
+
+
+
+ +

+getSuccess

+
+public Boolean getSuccess()
+
+
+
+
+
+
+ +

+setExpires

+
+public void setExpires(String expires)
+
+
+
+
+
+
+ +

+setRequestToken

+
+public void setRequestToken(String requestToken)
+
+
+
+
+
+
+ +

+setSuccess

+
+public void setSuccess(Boolean success)
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html new file mode 100644 index 000000000..1cba3949c --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html @@ -0,0 +1,507 @@ + + + + + + + +TokenSession (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class TokenSession

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.TokenSession
+
+
+
+
public class TokenSession
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TokenSession() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetExpiresAt() + +
+           
+ StringgetGuestSessionId() + +
+           
+ StringgetSessionId() + +
+           
+ StringgetStatusCode() + +
+           
+ StringgetStatusMessage() + +
+           
+ BooleangetSuccess() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetExpiresAt(String expiresAt) + +
+           
+ voidsetGuestSessionId(String guestSessionId) + +
+           
+ voidsetSessionId(String sessionId) + +
+           
+ voidsetStatusCode(String statusCode) + +
+           
+ voidsetStatusMessage(String statusMessage) + +
+           
+ voidsetSuccess(Boolean success) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TokenSession

+
+public TokenSession()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getSessionId

+
+public String getSessionId()
+
+
+
+
+
+
+ +

+getSuccess

+
+public Boolean getSuccess()
+
+
+
+
+
+
+ +

+getStatusCode

+
+public String getStatusCode()
+
+
+
+
+
+
+ +

+getStatusMessage

+
+public String getStatusMessage()
+
+
+
+
+
+
+ +

+getGuestSessionId

+
+public String getGuestSessionId()
+
+
+
+
+
+
+ +

+getExpiresAt

+
+public String getExpiresAt()
+
+
+
+
+
+
+ +

+setSessionId

+
+public void setSessionId(String sessionId)
+
+
+
+
+
+
+ +

+setSuccess

+
+public void setSuccess(Boolean success)
+
+
+
+
+
+
+ +

+setStatusCode

+
+public void setStatusCode(String statusCode)
+
+
+
+
+
+
+ +

+setStatusMessage

+
+public void setStatusMessage(String statusMessage)
+
+
+
+
+
+
+ +

+setGuestSessionId

+
+public void setGuestSessionId(String guestSessionId)
+
+
+
+
+
+
+ +

+setExpiresAt

+
+public void setExpiresAt(String expiresAt)
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/Trailer.html new file mode 100644 index 000000000..3c2c73beb --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/Trailer.html @@ -0,0 +1,563 @@ + + + + + + + +Trailer (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class Trailer

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.Trailer
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class Trailer
extends Object
implements Serializable
+ + +

+

+
Author:
+
Stuart
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+static StringWEBSITE_QUICKTIME + +
+           
+static StringWEBSITE_YOUTUBE + +
+           
+  + + + + + + + + + + +
+Constructor Summary
Trailer() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(Object obj) + +
+           
+ StringgetName() + +
+           
+ StringgetSize() + +
+           
+ StringgetSource() + +
+           
+ StringgetWebsite() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ inthashCode() + +
+           
+ voidsetName(String name) + +
+           
+ voidsetSize(String size) + +
+           
+ voidsetSource(String source) + +
+           
+ voidsetWebsite(String website) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+WEBSITE_YOUTUBE

+
+public static final String WEBSITE_YOUTUBE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+WEBSITE_QUICKTIME

+
+public static final String WEBSITE_QUICKTIME
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+Trailer

+
+public Trailer()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getName

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

+getSize

+
+public String getSize()
+
+
+
+
+
+
+
+
+
+ +

+getSource

+
+public String getSource()
+
+
+
+
+
+
+
+
+
+ +

+getWebsite

+
+public String getWebsite()
+
+
+
+
+
+
+
+
+
+ +

+setName

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

+setSize

+
+public void setSize(String size)
+
+
+
+
+
+
+
+
+
+ +

+setSource

+
+public void setSource(String source)
+
+
+
+
+
+
+
+
+
+ +

+setWebsite

+
+public void setWebsite(String website)
+
+
+
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+
+ +

+equals

+
+public boolean equals(Object obj)
+
+
+
Overrides:
equals in class Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class Object
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/Translation.html b/apidocs/com/omertron/themoviedbapi/model/Translation.html new file mode 100644 index 000000000..30c1584fc --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/Translation.html @@ -0,0 +1,465 @@ + + + + + + + +Translation (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class Translation

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.Translation
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class Translation
extends Object
implements Serializable
+ + +

+

+
Author:
+
Stuart
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Translation() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(Object obj) + +
+           
+ StringgetEnglishName() + +
+           
+ StringgetIsoCode() + +
+           
+ StringgetName() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ inthashCode() + +
+           
+ voidsetEnglishName(String englishName) + +
+           
+ voidsetIsoCode(String isoCode) + +
+           
+ voidsetName(String name) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Translation

+
+public Translation()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getEnglishName

+
+public String getEnglishName()
+
+
+
+
+
+
+
+
+
+ +

+getIsoCode

+
+public String getIsoCode()
+
+
+
+
+
+
+
+
+
+ +

+getName

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

+setEnglishName

+
+public void setEnglishName(String englishName)
+
+
+
+
+
+
+
+
+
+ +

+setIsoCode

+
+public void setIsoCode(String isoCode)
+
+
+
+
+
+
+
+
+
+ +

+setName

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

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+
+ +

+equals

+
+public boolean equals(Object obj)
+
+
+
Overrides:
equals in class Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class Object
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html new file mode 100644 index 000000000..dcf2de90b --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html @@ -0,0 +1,227 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.AlternativeTitle (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.AlternativeTitle

+
+ + + + + + + + + + + + + +
+Packages that use AlternativeTitle
com.omertron.themoviedbapi  
com.omertron.themoviedbapi.wrapper  
+  +

+ + + + + +
+Uses of AlternativeTitle in com.omertron.themoviedbapi
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi that return types with arguments of type AlternativeTitle
+ List<AlternativeTitle>TheMovieDbApi.getMovieAlternativeTitles(int movieId, + String country) + +
+          This method is used to retrieve all of the alternative titles we have for a particular movie.
+  +

+ + + + + +
+Uses of AlternativeTitle in com.omertron.themoviedbapi.wrapper
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type AlternativeTitle
+ List<AlternativeTitle>WrapperAlternativeTitles.getTitles() + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type AlternativeTitle
+ voidWrapperAlternativeTitles.setTitles(List<AlternativeTitle> titles) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html new file mode 100644 index 000000000..c193019ec --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html @@ -0,0 +1,337 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.Artwork (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.Artwork

+
+ + + + + + + + + + + + + + + + + +
+Packages that use Artwork
com.omertron.themoviedbapi  
com.omertron.themoviedbapi.model  
com.omertron.themoviedbapi.wrapper  
+  +

+ + + + + +
+Uses of Artwork in com.omertron.themoviedbapi
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi that return types with arguments of type Artwork
+ List<Artwork>TheMovieDbApi.getCollectionImages(int collectionId, + String language) + +
+          Get all of the images for a particular collection by collection id.
+ List<Artwork>TheMovieDbApi.getMovieImages(int movieId, + String language) + +
+          This method should be used when you’re wanting to retrieve all of the images for a particular movie.
+ List<Artwork>TheMovieDbApi.getPersonImages(int personId) + +
+          This method is used to retrieve all of the profile images for a person.
+  +

+ + + + + +
+Uses of Artwork in com.omertron.themoviedbapi.model
+  +

+ + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi.model that return Artwork
+ ArtworkChangeValue.getBackdrop() + +
+           
+ ArtworkChangeValue.getPoster() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi.model with parameters of type Artwork
+ voidChangeValue.setBackdrop(Artwork backdrop) + +
+           
+ voidChangeValue.setPoster(Artwork poster) + +
+           
+  +

+ + + + + +
+Uses of Artwork in com.omertron.themoviedbapi.wrapper
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type Artwork
+ List<Artwork>WrapperImages.getBackdrops() + +
+           
+ List<Artwork>WrapperImages.getPosters() + +
+           
+ List<Artwork>WrapperImages.getProfiles() + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type Artwork
+ voidWrapperImages.setBackdrops(List<Artwork> backdrops) + +
+           
+ voidWrapperImages.setPosters(List<Artwork> posters) + +
+           
+ voidWrapperImages.setProfiles(List<Artwork> profiles) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html new file mode 100644 index 000000000..2737007b9 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html @@ -0,0 +1,214 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.ArtworkType (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.ArtworkType

+
+ + + + + + + + + +
+Packages that use ArtworkType
com.omertron.themoviedbapi.model  
+  +

+ + + + + +
+Uses of ArtworkType in com.omertron.themoviedbapi.model
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi.model that return ArtworkType
+ ArtworkTypeArtwork.getArtworkType() + +
+           
+static ArtworkTypeArtworkType.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static ArtworkType[]ArtworkType.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.model with parameters of type ArtworkType
+ voidArtwork.setArtworkType(ArtworkType artworkType) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html new file mode 100644 index 000000000..1d18126c5 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html @@ -0,0 +1,197 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.ChangeItem (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.ChangeItem

+
+ + + + + + + + + +
+Packages that use ChangeItem
com.omertron.themoviedbapi.model  
+  +

+ + + + + +
+Uses of ChangeItem in com.omertron.themoviedbapi.model
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.model that return types with arguments of type ChangeItem
+ List<ChangeItem>MovieChanges.getItems() + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.model with type arguments of type ChangeItem
+ voidMovieChanges.setItems(List<ChangeItem> items) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html new file mode 100644 index 000000000..792efaa6d --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html @@ -0,0 +1,213 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.ChangeValue (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.ChangeValue

+
+ + + + + + + + + +
+Packages that use ChangeValue
com.omertron.themoviedbapi.model  
+  +

+ + + + + +
+Uses of ChangeValue in com.omertron.themoviedbapi.model
+  +

+ + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi.model that return ChangeValue
+ ChangeValueChangeItem.getOriginalValue() + +
+           
+ ChangeValueChangeItem.getValue() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi.model with parameters of type ChangeValue
+ voidChangeItem.setOriginalValue(ChangeValue originalValue) + +
+           
+ voidChangeItem.setValue(ChangeValue value) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html new file mode 100644 index 000000000..5d1c5001e --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html @@ -0,0 +1,305 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.Collection (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.Collection

+
+ + + + + + + + + + + + + + + + + +
+Packages that use Collection
com.omertron.themoviedbapi  
com.omertron.themoviedbapi.model  
com.omertron.themoviedbapi.wrapper  
+  +

+ + + + + +
+Uses of Collection in com.omertron.themoviedbapi
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi that return types with arguments of type Collection
+ List<Collection>TheMovieDbApi.searchCollection(String query, + String language, + int page) + +
+          Search for collections by name.
+  +

+ + + + + +
+Uses of Collection in com.omertron.themoviedbapi.model
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.model that return Collection
+ CollectionMovieDb.getBelongsToCollection() + +
+           
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.model that return types with arguments of type Collection
+ List<Collection>CollectionInfo.getParts() + +
+           
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.model with parameters of type Collection
+ voidMovieDb.setBelongsToCollection(Collection belongsToCollection) + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.model with type arguments of type Collection
+ voidCollectionInfo.setParts(List<Collection> parts) + +
+           
+  +

+ + + + + +
+Uses of Collection in com.omertron.themoviedbapi.wrapper
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type Collection
+ List<Collection>WrapperCollection.getResults() + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type Collection
+ voidWrapperCollection.setResults(List<Collection> results) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html new file mode 100644 index 000000000..e35024d27 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html @@ -0,0 +1,182 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.CollectionInfo (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.CollectionInfo

+
+ + + + + + + + + +
+Packages that use CollectionInfo
com.omertron.themoviedbapi  
+  +

+ + + + + +
+Uses of CollectionInfo in com.omertron.themoviedbapi
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi that return CollectionInfo
+ CollectionInfoTheMovieDbApi.getCollectionInfo(int collectionId, + String language) + +
+          This method is used to retrieve all of the basic information about a movie collection.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html new file mode 100644 index 000000000..330eb6a11 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html @@ -0,0 +1,243 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.Company (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.Company

+
+ + + + + + + + + + + + + +
+Packages that use Company
com.omertron.themoviedbapi  
com.omertron.themoviedbapi.wrapper  
+  +

+ + + + + +
+Uses of Company in com.omertron.themoviedbapi
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi that return Company
+ CompanyTheMovieDbApi.getCompanyInfo(int companyId) + +
+          This method is used to retrieve the basic information about a production company on TMDb.
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi that return types with arguments of type Company
+ List<Company>TheMovieDbApi.searchCompanies(String companyName, + int page) + +
+          Search Companies.
+  +

+ + + + + +
+Uses of Company in com.omertron.themoviedbapi.wrapper
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type Company
+ List<Company>WrapperCompany.getResults() + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type Company
+ voidWrapperCompany.setResults(List<Company> results) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html new file mode 100644 index 000000000..c99b1a876 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html @@ -0,0 +1,271 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.Genre

+
+ + + + + + + + + + + + + + + + + +
+Packages that use Genre
com.omertron.themoviedbapi  
com.omertron.themoviedbapi.model  
com.omertron.themoviedbapi.wrapper  
+  +

+ + + + + +
+Uses of Genre in com.omertron.themoviedbapi
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi that return types with arguments of type Genre
+ List<Genre>TheMovieDbApi.getGenreList(String language) + +
+          You can use this method to retrieve the list of genres used on TMDb.
+  +

+ + + + + +
+Uses of Genre in com.omertron.themoviedbapi.model
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.model that return types with arguments of type Genre
+ List<Genre>MovieDb.getGenres() + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.model with type arguments of type Genre
+ voidMovieDb.setGenres(List<Genre> genres) + +
+           
+  +

+ + + + + +
+Uses of Genre in com.omertron.themoviedbapi.wrapper
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type Genre
+ List<Genre>WrapperGenres.getGenres() + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type Genre
+ voidWrapperGenres.setGenres(List<Genre> genres) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html new file mode 100644 index 000000000..345cc0cad --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html @@ -0,0 +1,251 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.Keyword (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.Keyword

+
+ + + + + + + + + + + + + +
+Packages that use Keyword
com.omertron.themoviedbapi  
com.omertron.themoviedbapi.wrapper  
+  +

+ + + + + +
+Uses of Keyword in com.omertron.themoviedbapi
+  +

+ + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi that return types with arguments of type Keyword
+ List<Keyword>TheMovieDbApi.getMovieKeywords(int movieId) + +
+          This method is used to retrieve all of the keywords that have been added to a particular movie.
+ List<Keyword>TheMovieDbApi.searchKeyword(String query, + int page) + +
+          Search for keywords by name
+  +

+ + + + + +
+Uses of Keyword in com.omertron.themoviedbapi.wrapper
+  +

+ + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type Keyword
+ List<Keyword>WrapperMovieKeywords.getKeywords() + +
+           
+ List<Keyword>WrapperKeywords.getResults() + +
+           
+  +

+ + + + + + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type Keyword
+ voidWrapperMovieKeywords.setKeywords(List<Keyword> keywords) + +
+           
+ voidWrapperKeywords.setResults(List<Keyword> results) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html new file mode 100644 index 000000000..36d2c87ce --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html @@ -0,0 +1,197 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.Language

+
+ + + + + + + + + +
+Packages that use Language
com.omertron.themoviedbapi.model  
+  +

+ + + + + +
+Uses of Language in com.omertron.themoviedbapi.model
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.model that return types with arguments of type Language
+ List<Language>MovieDb.getSpokenLanguages() + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.model with type arguments of type Language
+ voidMovieDb.setSpokenLanguages(List<Language> spokenLanguages) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html new file mode 100644 index 000000000..663cc4bd4 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html @@ -0,0 +1,228 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.MovieChanges (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.MovieChanges

+
+ + + + + + + + + + + + + +
+Packages that use MovieChanges
com.omertron.themoviedbapi  
com.omertron.themoviedbapi.wrapper  
+  +

+ + + + + +
+Uses of MovieChanges in com.omertron.themoviedbapi
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi that return types with arguments of type MovieChanges
+ List<MovieChanges>TheMovieDbApi.getMovieChanges(int movieId, + String startDate, + String endDate) + +
+          Deprecated. 
+  +

+ + + + + +
+Uses of MovieChanges in com.omertron.themoviedbapi.wrapper
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type MovieChanges
+ List<MovieChanges>WrapperChanges.getChanges() + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type MovieChanges
+ voidWrapperChanges.setChanges(List<MovieChanges> changes) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html new file mode 100644 index 000000000..50b2ae751 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html @@ -0,0 +1,375 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.MovieDb (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.MovieDb

+
+ + + + + + + + + + + + + +
+Packages that use MovieDb
com.omertron.themoviedbapi  
com.omertron.themoviedbapi.wrapper  
+  +

+ + + + + +
+Uses of MovieDb in com.omertron.themoviedbapi
+  +

+ + + + + + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi that return MovieDb
+ MovieDbTheMovieDbApi.getLatestMovie() + +
+          This method is used to retrieve the newest movie that was added to TMDb.
+ MovieDbTheMovieDbApi.getMovieInfo(int movieId, + String language) + +
+          This method is used to retrieve all of the basic movie information.
+ MovieDbTheMovieDbApi.getMovieInfoImdb(String imdbId, + String language) + +
+          This method is used to retrieve all of the basic movie information.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi that return types with arguments of type MovieDb
+ List<MovieDb>TheMovieDbApi.getCompanyMovies(int companyId, + String language, + int page) + +
+          This method is used to retrieve the movies associated with a company.
+ List<MovieDb>TheMovieDbApi.getGenreMovies(int genreId, + String language, + int page) + +
+          Get a list of movies per genre.
+ List<MovieDb>TheMovieDbApi.getNowPlayingMovies(String language, + int page) + +
+          This method is used to retrieve the movies currently in theatres.
+ List<MovieDb>TheMovieDbApi.getPopularMovieList(String language, + int page) + +
+          This method is used to retrieve the daily movie popularity list.
+ List<MovieDb>TheMovieDbApi.getSimilarMovies(int movieId, + String language, + int page) + +
+          The similar movies method will let you retrieve the similar movies for a particular movie.
+ List<MovieDb>TheMovieDbApi.getTopRatedMovies(String language, + int page) + +
+          This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
+ List<MovieDb>TheMovieDbApi.getUpcoming(String language, + int page) + +
+          Get the list of upcoming movies.
+ List<MovieDb>TheMovieDbApi.searchMovie(String movieName, + int searchYear, + String language, + boolean includeAdult, + int page) + +
+          Search Movies This is a good starting point to start finding movies on TMDb.
+  +

+ + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi with parameters of type MovieDb
+static booleanTheMovieDbApi.compareMovies(MovieDb moviedb, + String title, + String year) + +
+          Compare the MovieDB object with a title & year
+static booleanTheMovieDbApi.compareMovies(MovieDb moviedb, + String title, + String year, + int maxDistance) + +
+          Compare the MovieDB object with a title & year
+  +

+ + + + + +
+Uses of MovieDb in com.omertron.themoviedbapi.wrapper
+  +

+ + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type MovieDb
+ List<MovieDb>WrapperMovie.getMovies() + +
+           
+ List<MovieDb>WrapperCompanyMovies.getResults() + +
+           
+  +

+ + + + + + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type MovieDb
+ voidWrapperMovie.setMovies(List<MovieDb> results) + +
+           
+ voidWrapperCompanyMovies.setResults(List<MovieDb> results) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html new file mode 100644 index 000000000..d1a277508 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html @@ -0,0 +1,238 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.MovieList (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.MovieList

+
+ + + + + + + + + + + + + +
+Packages that use MovieList
com.omertron.themoviedbapi  
com.omertron.themoviedbapi.wrapper  
+  +

+ + + + + +
+Uses of MovieList in com.omertron.themoviedbapi
+  +

+ + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi that return types with arguments of type MovieList
+ List<MovieList>TheMovieDbApi.getMovieLists(int movieId, + String language, + int page) + +
+          Get the lists that the movie belongs to
+ List<MovieList>TheMovieDbApi.searchList(String query, + String language, + int page) + +
+          Search for lists by name and description.
+  +

+ + + + + +
+Uses of MovieList in com.omertron.themoviedbapi.wrapper
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type MovieList
+ List<MovieList>WrapperMovieList.getMovieList() + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type MovieList
+ voidWrapperMovieList.setMovieList(List<MovieList> movieList) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html new file mode 100644 index 000000000..77c14c26d --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html @@ -0,0 +1,260 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.Person (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.Person

+
+ + + + + + + + + + + + + +
+Packages that use Person
com.omertron.themoviedbapi  
com.omertron.themoviedbapi.wrapper  
+  +

+ + + + + +
+Uses of Person in com.omertron.themoviedbapi
+  +

+ + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi that return Person
+ PersonTheMovieDbApi.getPersonInfo(int personId) + +
+          This method is used to retrieve all of the basic person information.
+ PersonTheMovieDbApi.getPersonLatest() + +
+          Get the latest person id.
+  +

+ + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi that return types with arguments of type Person
+ List<Person>TheMovieDbApi.getMovieCasts(int movieId) + +
+          Get the cast information for a specific movie id.
+ List<Person>TheMovieDbApi.searchPeople(String personName, + boolean includeAdult, + int page) + +
+          This is a good starting point to start finding people on TMDb.
+  +

+ + + + + +
+Uses of Person in com.omertron.themoviedbapi.wrapper
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type Person
+ List<Person>WrapperPerson.getResults() + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type Person
+ voidWrapperPerson.setResults(List<Person> results) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html new file mode 100644 index 000000000..0d9ff1a0e --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html @@ -0,0 +1,197 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.PersonCast (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.PersonCast

+
+ + + + + + + + + +
+Packages that use PersonCast
com.omertron.themoviedbapi.wrapper  
+  +

+ + + + + +
+Uses of PersonCast in com.omertron.themoviedbapi.wrapper
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type PersonCast
+ List<PersonCast>WrapperMovieCasts.getCast() + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type PersonCast
+ voidWrapperMovieCasts.setCast(List<PersonCast> cast) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html new file mode 100644 index 000000000..2e57e0b7c --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html @@ -0,0 +1,242 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.PersonCredit (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.PersonCredit

+
+ + + + + + + + + + + + + +
+Packages that use PersonCredit
com.omertron.themoviedbapi  
com.omertron.themoviedbapi.wrapper  
+  +

+ + + + + +
+Uses of PersonCredit in com.omertron.themoviedbapi
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi that return types with arguments of type PersonCredit
+ List<PersonCredit>TheMovieDbApi.getPersonCredits(int personId) + +
+          This method is used to retrieve all of the cast & crew information for the person.
+  +

+ + + + + +
+Uses of PersonCredit in com.omertron.themoviedbapi.wrapper
+  +

+ + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type PersonCredit
+ List<PersonCredit>WrapperPersonCredits.getCast() + +
+           
+ List<PersonCredit>WrapperPersonCredits.getCrew() + +
+           
+  +

+ + + + + + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type PersonCredit
+ voidWrapperPersonCredits.setCast(List<PersonCredit> cast) + +
+           
+ voidWrapperPersonCredits.setCrew(List<PersonCredit> crew) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html new file mode 100644 index 000000000..174a07e89 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html @@ -0,0 +1,197 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.PersonCrew (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.PersonCrew

+
+ + + + + + + + + +
+Packages that use PersonCrew
com.omertron.themoviedbapi.wrapper  
+  +

+ + + + + +
+Uses of PersonCrew in com.omertron.themoviedbapi.wrapper
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type PersonCrew
+ List<PersonCrew>WrapperMovieCasts.getCrew() + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type PersonCrew
+ voidWrapperMovieCasts.setCrew(List<PersonCrew> crew) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html new file mode 100644 index 000000000..8548b928c --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html @@ -0,0 +1,230 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.PersonType (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.PersonType

+
+ + + + + + + + + +
+Packages that use PersonType
com.omertron.themoviedbapi.model  
+  +

+ + + + + +
+Uses of PersonType in com.omertron.themoviedbapi.model
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi.model that return PersonType
+ PersonTypePersonCredit.getPersonType() + +
+           
+ PersonTypePerson.getPersonType() + +
+           
+static PersonTypePersonType.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static PersonType[]PersonType.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi.model with parameters of type PersonType
+ voidPersonCredit.setPersonType(PersonType personType) + +
+           
+ voidPerson.setPersonType(PersonType personType) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html new file mode 100644 index 000000000..f7b1aa532 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html @@ -0,0 +1,197 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.ProductionCompany (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.ProductionCompany

+
+ + + + + + + + + +
+Packages that use ProductionCompany
com.omertron.themoviedbapi.model  
+  +

+ + + + + +
+Uses of ProductionCompany in com.omertron.themoviedbapi.model
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.model that return types with arguments of type ProductionCompany
+ List<ProductionCompany>MovieDb.getProductionCompanies() + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.model with type arguments of type ProductionCompany
+ voidMovieDb.setProductionCompanies(List<ProductionCompany> productionCompanies) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html new file mode 100644 index 000000000..2f6a0ca8e --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html @@ -0,0 +1,197 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.ProductionCountry (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.ProductionCountry

+
+ + + + + + + + + +
+Packages that use ProductionCountry
com.omertron.themoviedbapi.model  
+  +

+ + + + + +
+Uses of ProductionCountry in com.omertron.themoviedbapi.model
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.model that return types with arguments of type ProductionCountry
+ List<ProductionCountry>MovieDb.getProductionCountries() + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.model with type arguments of type ProductionCountry
+ voidMovieDb.setProductionCountries(List<ProductionCountry> productionCountries) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html new file mode 100644 index 000000000..82e0a2fe5 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html @@ -0,0 +1,227 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.ReleaseInfo (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.ReleaseInfo

+
+ + + + + + + + + + + + + +
+Packages that use ReleaseInfo
com.omertron.themoviedbapi  
com.omertron.themoviedbapi.wrapper  
+  +

+ + + + + +
+Uses of ReleaseInfo in com.omertron.themoviedbapi
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi that return types with arguments of type ReleaseInfo
+ List<ReleaseInfo>TheMovieDbApi.getMovieReleaseInfo(int movieId, + String language) + +
+          This method is used to retrieve all of the release and certification data we have for a specific movie.
+  +

+ + + + + +
+Uses of ReleaseInfo in com.omertron.themoviedbapi.wrapper
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type ReleaseInfo
+ List<ReleaseInfo>WrapperReleaseInfo.getCountries() + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type ReleaseInfo
+ voidWrapperReleaseInfo.setCountries(List<ReleaseInfo> countries) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html new file mode 100644 index 000000000..c2dcff029 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.StatusCode

+
+No usage of com.omertron.themoviedbapi.model.StatusCode +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html new file mode 100644 index 000000000..e3e5bc186 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html @@ -0,0 +1,255 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.TmdbConfiguration (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.TmdbConfiguration

+
+ + + + + + + + + + + + + + + + + +
+Packages that use TmdbConfiguration
com.omertron.themoviedbapi  
com.omertron.themoviedbapi.model  
com.omertron.themoviedbapi.wrapper  
+  +

+ + + + + +
+Uses of TmdbConfiguration in com.omertron.themoviedbapi
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi that return TmdbConfiguration
+ TmdbConfigurationTheMovieDbApi.getConfiguration() + +
+          Get the configuration information
+  +

+ + + + + +
+Uses of TmdbConfiguration in com.omertron.themoviedbapi.model
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.model with parameters of type TmdbConfiguration
+ voidTmdbConfiguration.clone(TmdbConfiguration config) + +
+          Copy the data from the passed object to this one
+  +

+ + + + + +
+Uses of TmdbConfiguration in com.omertron.themoviedbapi.wrapper
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.wrapper that return TmdbConfiguration
+ TmdbConfigurationWrapperConfig.getTmdbConfiguration() + +
+           
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.wrapper with parameters of type TmdbConfiguration
+ voidWrapperConfig.setTmdbConfiguration(TmdbConfiguration tmdbConfiguration) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html new file mode 100644 index 000000000..162214f77 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html @@ -0,0 +1,197 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.TokenAuthorisation

+
+ + + + + + + + + +
+Packages that use TokenAuthorisation
com.omertron.themoviedbapi  
+  +

+ + + + + +
+Uses of TokenAuthorisation in com.omertron.themoviedbapi
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi that return TokenAuthorisation
+ TokenAuthorisationTheMovieDbApi.getAuthorisationToken() + +
+          This method is used to generate a valid request token for user based authentication.
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi with parameters of type TokenAuthorisation
+ TokenSessionTheMovieDbApi.getSessionToken(TokenAuthorisation token) + +
+          This method is used to generate a session id for user based authentication.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html new file mode 100644 index 000000000..159f80e79 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html @@ -0,0 +1,189 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.TokenSession (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.TokenSession

+
+ + + + + + + + + +
+Packages that use TokenSession
com.omertron.themoviedbapi  
+  +

+ + + + + +
+Uses of TokenSession in com.omertron.themoviedbapi
+  +

+ + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi that return TokenSession
+ TokenSessionTheMovieDbApi.getGuestSessionToken() + +
+          This method is used to generate a guest session id.
+ TokenSessionTheMovieDbApi.getSessionToken(TokenAuthorisation token) + +
+          This method is used to generate a session id for user based authentication.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html new file mode 100644 index 000000000..5cf1068e3 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html @@ -0,0 +1,243 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.Trailer (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.Trailer

+
+ + + + + + + + + + + + + +
+Packages that use Trailer
com.omertron.themoviedbapi  
com.omertron.themoviedbapi.wrapper  
+  +

+ + + + + +
+Uses of Trailer in com.omertron.themoviedbapi
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi that return types with arguments of type Trailer
+ List<Trailer>TheMovieDbApi.getMovieTrailers(int movieId, + String language) + +
+          This method is used to retrieve all of the trailers for a particular movie.
+  +

+ + + + + +
+Uses of Trailer in com.omertron.themoviedbapi.wrapper
+  +

+ + + + + + + + + + + + + +
Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type Trailer
+ List<Trailer>WrapperTrailers.getQuicktime() + +
+           
+ List<Trailer>WrapperTrailers.getYoutube() + +
+           
+  +

+ + + + + + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type Trailer
+ voidWrapperTrailers.setQuicktime(List<Trailer> quicktime) + +
+           
+ voidWrapperTrailers.setYoutube(List<Trailer> youtube) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html new file mode 100644 index 000000000..8b7d6d871 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html @@ -0,0 +1,226 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.Translation (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.model.Translation

+
+ + + + + + + + + + + + + +
+Packages that use Translation
com.omertron.themoviedbapi  
com.omertron.themoviedbapi.wrapper  
+  +

+ + + + + +
+Uses of Translation in com.omertron.themoviedbapi
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi that return types with arguments of type Translation
+ List<Translation>TheMovieDbApi.getMovieTranslations(int movieId) + +
+          This method is used to retrieve a list of the available translations for a specific movie.
+  +

+ + + + + +
+Uses of Translation in com.omertron.themoviedbapi.wrapper
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type Translation
+ List<Translation>WrapperTranslations.getTranslations() + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type Translation
+ voidWrapperTranslations.setTranslations(List<Translation> translations) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html new file mode 100644 index 000000000..32685f162 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/package-frame.html @@ -0,0 +1,96 @@ + + + + + + + +com.omertron.themoviedbapi.model (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + +com.omertron.themoviedbapi.model + + + + +
+Classes  + +
+AlternativeTitle +
+Artwork +
+ChangeItem +
+ChangeValue +
+Collection +
+CollectionInfo +
+Company +
+Genre +
+Keyword +
+Language +
+MovieChanges +
+MovieDb +
+MovieList +
+Person +
+PersonCast +
+PersonCredit +
+PersonCrew +
+ProductionCompany +
+ProductionCountry +
+ReleaseInfo +
+StatusCode +
+TmdbConfiguration +
+TokenAuthorisation +
+TokenSession +
+Trailer +
+Translation
+ + + + + + +
+Enums  + +
+ArtworkType +
+PersonType
+ + + + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html new file mode 100644 index 000000000..1f48301bc --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/package-summary.html @@ -0,0 +1,276 @@ + + + + + + + +com.omertron.themoviedbapi.model (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.omertron.themoviedbapi.model +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
AlternativeTitle 
ArtworkThe artwork type information
ChangeItem 
ChangeValue 
Collection 
CollectionInfo 
CompanyCompany information
Genre 
Keyword 
Language 
MovieChanges 
MovieDbMovie Bean
MovieList 
Person 
PersonCast 
PersonCredit 
PersonCrew 
ProductionCompany 
ProductionCountry 
ReleaseInfo 
StatusCode 
TmdbConfiguration 
TokenAuthorisation 
TokenSession 
Trailer 
Translation 
+  + +

+ + + + + + + + + + + + + +
+Enum Summary
ArtworkTypeArtworkType enum List of the artwork types that are available
PersonType 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/package-tree.html new file mode 100644 index 000000000..58e4c4f84 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/package-tree.html @@ -0,0 +1,186 @@ + + + + + + + +com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.omertron.themoviedbapi.model +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-use.html b/apidocs/com/omertron/themoviedbapi/model/package-use.html new file mode 100644 index 000000000..15df02565 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/package-use.html @@ -0,0 +1,467 @@ + + + + + + + +Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.omertron.themoviedbapi.model

+
+ + + + + + + + + + + + + + + + + +
+Packages that use com.omertron.themoviedbapi.model
com.omertron.themoviedbapi  
com.omertron.themoviedbapi.model  
com.omertron.themoviedbapi.wrapper  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Classes in com.omertron.themoviedbapi.model used by com.omertron.themoviedbapi
AlternativeTitle + +
+           
Artwork + +
+          The artwork type information
Collection + +
+           
CollectionInfo + +
+           
Company + +
+          Company information
Genre + +
+           
Keyword + +
+           
MovieChanges + +
+           
MovieDb + +
+          Movie Bean
MovieList + +
+           
Person + +
+           
PersonCredit + +
+           
ReleaseInfo + +
+           
TmdbConfiguration + +
+           
TokenAuthorisation + +
+           
TokenSession + +
+           
Trailer + +
+           
Translation + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Classes in com.omertron.themoviedbapi.model used by com.omertron.themoviedbapi.model
Artwork + +
+          The artwork type information
ArtworkType + +
+          ArtworkType enum List of the artwork types that are available
ChangeItem + +
+           
ChangeValue + +
+           
Collection + +
+           
Genre + +
+           
Language + +
+           
PersonType + +
+           
ProductionCompany + +
+           
ProductionCountry + +
+           
TmdbConfiguration + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Classes in com.omertron.themoviedbapi.model used by com.omertron.themoviedbapi.wrapper
AlternativeTitle + +
+           
Artwork + +
+          The artwork type information
Collection + +
+           
Company + +
+          Company information
Genre + +
+           
Keyword + +
+           
MovieChanges + +
+           
MovieDb + +
+          Movie Bean
MovieList + +
+           
Person + +
+           
PersonCast + +
+           
PersonCredit + +
+           
PersonCrew + +
+           
ReleaseInfo + +
+           
TmdbConfiguration + +
+           
Trailer + +
+           
Translation + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/package-frame.html b/apidocs/com/omertron/themoviedbapi/package-frame.html new file mode 100644 index 000000000..e2e2d1b52 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/package-frame.html @@ -0,0 +1,55 @@ + + + + + + + +com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + +com.omertron.themoviedbapi + + + + +
+Classes  + +
+TheMovieDbApi
+ + + + + + +
+Enums  + +
+MovieDbException.MovieDbExceptionType
+ + + + + + +
+Exceptions  + +
+MovieDbException
+ + + + diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html new file mode 100644 index 000000000..344e90077 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/package-summary.html @@ -0,0 +1,188 @@ + + + + + + + +com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.omertron.themoviedbapi +

+ + + + + + + + + +
+Class Summary
TheMovieDbApiThe MovieDb API + + This is for version 3 of the API as specified here: http://help.themoviedb.org/kb/api/about-3
+  + +

+ + + + + + + + + +
+Enum Summary
MovieDbException.MovieDbExceptionType 
+  + +

+ + + + + + + + + +
+Exception Summary
MovieDbException 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/package-tree.html b/apidocs/com/omertron/themoviedbapi/package-tree.html new file mode 100644 index 000000000..213d164cb --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/package-tree.html @@ -0,0 +1,169 @@ + + + + + + + +com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.omertron.themoviedbapi +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/package-use.html b/apidocs/com/omertron/themoviedbapi/package-use.html new file mode 100644 index 000000000..ae81163ce --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/package-use.html @@ -0,0 +1,204 @@ + + + + + + + +Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.omertron.themoviedbapi

+
+ + + + + + + + + + + + + +
+Packages that use com.omertron.themoviedbapi
com.omertron.themoviedbapi  
com.omertron.themoviedbapi.tools  
+  +

+ + + + + + + + + + + +
+Classes in com.omertron.themoviedbapi used by com.omertron.themoviedbapi
MovieDbException + +
+           
MovieDbException.MovieDbExceptionType + +
+           
+  +

+ + + + + + + + + + + +
+Classes in com.omertron.themoviedbapi used by com.omertron.themoviedbapi.tools
MovieDbException + +
+           
TheMovieDbApi + +
+          The MovieDb API + + This is for version 3 of the API as specified here: http://help.themoviedb.org/kb/api/about-3
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html new file mode 100644 index 000000000..a1af0f1c5 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html @@ -0,0 +1,655 @@ + + + + + + + +ApiUrl (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.tools +
+Class ApiUrl

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.tools.ApiUrl
+
+
+
+
public class ApiUrl
extends Object
+ + +

+The API URL that is used to construct the API call +

+ +

+

+
Author:
+
Stuart
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static StringPARAM_ADULT + +
+           
+static StringPARAM_API_KEY + +
+           
+static StringPARAM_COUNTRY + +
+           
+static StringPARAM_FAVORITE + +
+           
+static StringPARAM_ID + +
+           
+static StringPARAM_LANGUAGE + +
+           
+static StringPARAM_MOVIE_WATCHLIST + +
+           
+static StringPARAM_PAGE + +
+           
+static StringPARAM_QUERY + +
+           
+static StringPARAM_SESSION + +
+           
+static StringPARAM_TOKEN + +
+           
+static StringPARAM_VALUE + +
+           
+static StringPARAM_YEAR + +
+           
+  + + + + + + + + + + + + + +
+Constructor Summary
ApiUrl(TheMovieDbApi tmdb, + String method) + +
+          Constructor for the simple API URL method without a sub-method
ApiUrl(TheMovieDbApi tmdb, + String method, + String submethod) + +
+          Constructor for the API URL with a sub-method
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddArgument(String key, + boolean value) + +
+          Add arguments individually
+ voidaddArgument(String key, + int value) + +
+          Add arguments individually
+ voidaddArgument(String key, + String value) + +
+          Add arguments individually
+ URLbuildUrl() + +
+          Build the URL from the pre-created arguments.
+ voidclearArguments() + +
+          Clear the arguments
+ voidsetArguments(Map<String,String> args) + +
+          Set the arguments directly
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+PARAM_ADULT

+
+public static final String PARAM_ADULT
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PARAM_API_KEY

+
+public static final String PARAM_API_KEY
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PARAM_COUNTRY

+
+public static final String PARAM_COUNTRY
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PARAM_FAVORITE

+
+public static final String PARAM_FAVORITE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PARAM_ID

+
+public static final String PARAM_ID
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PARAM_LANGUAGE

+
+public static final String PARAM_LANGUAGE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PARAM_MOVIE_WATCHLIST

+
+public static final String PARAM_MOVIE_WATCHLIST
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PARAM_PAGE

+
+public static final String PARAM_PAGE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PARAM_QUERY

+
+public static final String PARAM_QUERY
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PARAM_SESSION

+
+public static final String PARAM_SESSION
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PARAM_TOKEN

+
+public static final String PARAM_TOKEN
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PARAM_VALUE

+
+public static final String PARAM_VALUE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PARAM_YEAR

+
+public static final String PARAM_YEAR
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+ApiUrl

+
+public ApiUrl(TheMovieDbApi tmdb,
+              String method)
+
+
Constructor for the simple API URL method without a sub-method +

+

+
Parameters:
method -
+
+
+ +

+ApiUrl

+
+public ApiUrl(TheMovieDbApi tmdb,
+              String method,
+              String submethod)
+
+
Constructor for the API URL with a sub-method +

+

+
Parameters:
method -
submethod -
+
+ + + + + + + + +
+Method Detail
+ +

+buildUrl

+
+public URL buildUrl()
+
+
Build the URL from the pre-created arguments. +

+

+ +
Returns:
+
+
+
+ +

+addArgument

+
+public void addArgument(String key,
+                        String value)
+
+
Add arguments individually +

+

+
Parameters:
key -
value -
+
+
+
+ +

+addArgument

+
+public void addArgument(String key,
+                        int value)
+
+
Add arguments individually +

+

+
Parameters:
key -
value -
+
+
+
+ +

+addArgument

+
+public void addArgument(String key,
+                        boolean value)
+
+
Add arguments individually +

+

+
Parameters:
key -
value -
+
+
+
+ +

+clearArguments

+
+public void clearArguments()
+
+
Clear the arguments +

+

+
+
+
+
+ +

+setArguments

+
+public void setArguments(Map<String,String> args)
+
+
Set the arguments directly +

+

+
Parameters:
args -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/tools/FilteringLayout.html b/apidocs/com/omertron/themoviedbapi/tools/FilteringLayout.html new file mode 100644 index 000000000..848e3bd76 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/tools/FilteringLayout.html @@ -0,0 +1,338 @@ + + + + + + + +FilteringLayout (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.tools +
+Class FilteringLayout

+
+java.lang.Object
+  extended by org.apache.log4j.Layout
+      extended by org.apache.log4j.PatternLayout
+          extended by com.omertron.themoviedbapi.tools.FilteringLayout
+
+
+
All Implemented Interfaces:
org.apache.log4j.spi.OptionHandler
+
+
+
+
public class FilteringLayout
extends org.apache.log4j.PatternLayout
+ + +

+Log4J Filtering routine to remove API keys from the output +

+ +

+

+
Author:
+
Stuart.Boston
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class org.apache.log4j.PatternLayout
BUF_SIZE, DEFAULT_CONVERSION_PATTERN, MAX_CAPACITY, TTCC_CONVERSION_PATTERN
+ + + + + + + +
Fields inherited from class org.apache.log4j.Layout
LINE_SEP, LINE_SEP_LEN
+  + + + + + + + + + + +
+Constructor Summary
FilteringLayout() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static voidaddReplacementString(String replacementString) + +
+          Add the string to replace in the log output
+ Stringformat(org.apache.log4j.spi.LoggingEvent event) + +
+          Extend the format to remove the API_KEYS from the output
+ + + + + + + +
Methods inherited from class org.apache.log4j.PatternLayout
activateOptions, createPatternParser, getConversionPattern, ignoresThrowable, setConversionPattern
+ + + + + + + +
Methods inherited from class org.apache.log4j.Layout
getContentType, getFooter, getHeader
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+FilteringLayout

+
+public FilteringLayout()
+
+
+ + + + + + + + +
+Method Detail
+ +

+addReplacementString

+
+public static void addReplacementString(String replacementString)
+
+
Add the string to replace in the log output +

+

+
Parameters:
replacementString -
+
+
+
+ +

+format

+
+public String format(org.apache.log4j.spi.LoggingEvent event)
+
+
Extend the format to remove the API_KEYS from the output +

+

+
Overrides:
format in class org.apache.log4j.PatternLayout
+
+
+
Parameters:
event - +
Returns:
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html new file mode 100644 index 000000000..3d9ecbbdf --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html @@ -0,0 +1,534 @@ + + + + + + + +WebBrowser (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.tools +
+Class WebBrowser

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.tools.WebBrowser
+
+
+
+
public final class WebBrowser
extends Object
+ + +

+Web browser with simple cookies support +

+ +

+


+ +

+ + + + + + + + + + + + +
+Constructor Summary
+protected WebBrowser() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static StringgetProxyHost() + +
+           
+static StringgetProxyPassword() + +
+           
+static StringgetProxyPort() + +
+           
+static StringgetProxyUsername() + +
+           
+static intgetWebTimeoutConnect() + +
+           
+static intgetWebTimeoutRead() + +
+           
+static URLConnectionopenProxiedConnection(URL url) + +
+           
+static Stringrequest(String url) + +
+           
+static Stringrequest(URL url) + +
+           
+static voidsetProxyHost(String myProxyHost) + +
+           
+static voidsetProxyPassword(String myProxyPassword) + +
+           
+static voidsetProxyPort(String myProxyPort) + +
+           
+static voidsetProxyUsername(String myProxyUsername) + +
+           
+static voidsetWebTimeoutConnect(int webTimeoutConnect) + +
+           
+static voidsetWebTimeoutRead(int webTimeoutRead) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WebBrowser

+
+protected WebBrowser()
+
+
+ + + + + + + + +
+Method Detail
+ +

+request

+
+public static String request(String url)
+                      throws MovieDbException
+
+
+ +
Throws: +
MovieDbException
+
+
+
+ +

+openProxiedConnection

+
+public static URLConnection openProxiedConnection(URL url)
+                                           throws MovieDbException
+
+
+ +
Throws: +
MovieDbException
+
+
+
+ +

+request

+
+public static String request(URL url)
+                      throws MovieDbException
+
+
+ +
Throws: +
MovieDbException
+
+
+
+ +

+getProxyHost

+
+public static String getProxyHost()
+
+
+
+
+
+
+ +

+setProxyHost

+
+public static void setProxyHost(String myProxyHost)
+
+
+
+
+
+
+ +

+getProxyPort

+
+public static String getProxyPort()
+
+
+
+
+
+
+ +

+setProxyPort

+
+public static void setProxyPort(String myProxyPort)
+
+
+
+
+
+
+ +

+getProxyUsername

+
+public static String getProxyUsername()
+
+
+
+
+
+
+ +

+setProxyUsername

+
+public static void setProxyUsername(String myProxyUsername)
+
+
+
+
+
+
+ +

+getProxyPassword

+
+public static String getProxyPassword()
+
+
+
+
+
+
+ +

+setProxyPassword

+
+public static void setProxyPassword(String myProxyPassword)
+
+
+
+
+
+
+ +

+getWebTimeoutConnect

+
+public static int getWebTimeoutConnect()
+
+
+
+
+
+
+ +

+getWebTimeoutRead

+
+public static int getWebTimeoutRead()
+
+
+
+
+
+
+ +

+setWebTimeoutConnect

+
+public static void setWebTimeoutConnect(int webTimeoutConnect)
+
+
+
+
+
+
+ +

+setWebTimeoutRead

+
+public static void setWebTimeoutRead(int webTimeoutRead)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html new file mode 100644 index 000000000..379ab4bb0 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.tools.ApiUrl

+
+No usage of com.omertron.themoviedbapi.tools.ApiUrl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/FilteringLayout.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/FilteringLayout.html new file mode 100644 index 000000000..e4b8e3ed0 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/FilteringLayout.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.tools.FilteringLayout (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.tools.FilteringLayout

+
+No usage of com.omertron.themoviedbapi.tools.FilteringLayout +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html new file mode 100644 index 000000000..9cf68ba21 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.tools.WebBrowser (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.tools.WebBrowser

+
+No usage of com.omertron.themoviedbapi.tools.WebBrowser +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html new file mode 100644 index 000000000..f34759cf1 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html @@ -0,0 +1,37 @@ + + + + + + + +com.omertron.themoviedbapi.tools (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + +com.omertron.themoviedbapi.tools + + + + +
+Classes  + +
+ApiUrl +
+FilteringLayout +
+WebBrowser
+ + + + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html new file mode 100644 index 000000000..f99cc3ef8 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html @@ -0,0 +1,166 @@ + + + + + + + +com.omertron.themoviedbapi.tools (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.omertron.themoviedbapi.tools +

+ + + + + + + + + + + + + + + + + +
+Class Summary
ApiUrlThe API URL that is used to construct the API call
FilteringLayoutLog4J Filtering routine to remove API keys from the output
WebBrowserWeb browser with simple cookies support
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html new file mode 100644 index 000000000..f9d889f5a --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html @@ -0,0 +1,159 @@ + + + + + + + +com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.omertron.themoviedbapi.tools +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-use.html b/apidocs/com/omertron/themoviedbapi/tools/package-use.html new file mode 100644 index 000000000..1534aaafd --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/tools/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.omertron.themoviedbapi.tools

+
+No usage of com.omertron.themoviedbapi.tools +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html new file mode 100644 index 000000000..7fb83391a --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html @@ -0,0 +1,337 @@ + + + + + + + +WrapperAlternativeTitles (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.wrapper +
+Class WrapperAlternativeTitles

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
+
+
+
+
public class WrapperAlternativeTitles
extends Object
+ + +

+

+
Author:
+
Stuart
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
WrapperAlternativeTitles() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetId() + +
+           
+ List<AlternativeTitle>getTitles() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetId(int id) + +
+           
+ voidsetTitles(List<AlternativeTitle> titles) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WrapperAlternativeTitles

+
+public WrapperAlternativeTitles()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getId

+
+public int getId()
+
+
+
+
+
+
+ +

+getTitles

+
+public List<AlternativeTitle> getTitles()
+
+
+
+
+
+
+ +

+setId

+
+public void setId(int id)
+
+
+
+
+
+
+ +

+setTitles

+
+public void setTitles(List<AlternativeTitle> titles)
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html new file mode 100644 index 000000000..d13b41004 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html @@ -0,0 +1,299 @@ + + + + + + + +WrapperChanges (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.wrapper +
+Class WrapperChanges

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.wrapper.WrapperChanges
+
+
+
+
public class WrapperChanges
extends Object
+ + +

+

+
Author:
+
stuart.boston
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
WrapperChanges() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ List<MovieChanges>getChanges() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetChanges(List<MovieChanges> changes) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WrapperChanges

+
+public WrapperChanges()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getChanges

+
+public List<MovieChanges> getChanges()
+
+
+
+
+
+
+ +

+setChanges

+
+public void setChanges(List<MovieChanges> changes)
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html new file mode 100644 index 000000000..c081b82e6 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html @@ -0,0 +1,413 @@ + + + + + + + +WrapperCollection (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.wrapper +
+Class WrapperCollection

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.wrapper.WrapperCollection
+
+
+
+
public class WrapperCollection
extends Object
+ + +

+

+
Author:
+
stuart.boston
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
WrapperCollection() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetPage() + +
+           
+ List<Collection>getResults() + +
+           
+ intgetTotalPages() + +
+           
+ intgetTotalResults() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetPage(int page) + +
+           
+ voidsetResults(List<Collection> results) + +
+           
+ voidsetTotalPages(int totalPages) + +
+           
+ voidsetTotalResults(int totalResults) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WrapperCollection

+
+public WrapperCollection()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getPage

+
+public int getPage()
+
+
+
+
+
+
+ +

+getResults

+
+public List<Collection> getResults()
+
+
+
+
+
+
+ +

+getTotalPages

+
+public int getTotalPages()
+
+
+
+
+
+
+ +

+getTotalResults

+
+public int getTotalResults()
+
+
+
+
+
+
+ +

+setPage

+
+public void setPage(int page)
+
+
+
+
+
+
+ +

+setResults

+
+public void setResults(List<Collection> results)
+
+
+
+
+
+
+ +

+setTotalPages

+
+public void setTotalPages(int totalPages)
+
+
+
+
+
+
+ +

+setTotalResults

+
+public void setTotalResults(int totalResults)
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html new file mode 100644 index 000000000..90995295a --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html @@ -0,0 +1,413 @@ + + + + + + + +WrapperCompany (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.wrapper +
+Class WrapperCompany

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.wrapper.WrapperCompany
+
+
+
+
public class WrapperCompany
extends Object
+ + +

+

+
Author:
+
stuart.boston
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
WrapperCompany() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetPage() + +
+           
+ List<Company>getResults() + +
+           
+ intgetTotalPages() + +
+           
+ intgetTotalResults() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetPage(int page) + +
+           
+ voidsetResults(List<Company> results) + +
+           
+ voidsetTotalPages(int totalPages) + +
+           
+ voidsetTotalResults(int totalResults) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WrapperCompany

+
+public WrapperCompany()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getPage

+
+public int getPage()
+
+
+
+
+
+
+ +

+getResults

+
+public List<Company> getResults()
+
+
+
+
+
+
+ +

+getTotalPages

+
+public int getTotalPages()
+
+
+
+
+
+
+ +

+getTotalResults

+
+public int getTotalResults()
+
+
+
+
+
+
+ +

+setPage

+
+public void setPage(int page)
+
+
+
+
+
+
+ +

+setResults

+
+public void setResults(List<Company> results)
+
+
+
+
+
+
+ +

+setTotalPages

+
+public void setTotalPages(int totalPages)
+
+
+
+
+
+
+ +

+setTotalResults

+
+public void setTotalResults(int totalResults)
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html new file mode 100644 index 000000000..12e10158b --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html @@ -0,0 +1,473 @@ + + + + + + + +WrapperCompanyMovies (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.wrapper +
+Class WrapperCompanyMovies

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies
+
+
+
+
public class WrapperCompanyMovies
extends Object
+ + +

+

+
Author:
+
stuart.boston
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
WrapperCompanyMovies() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetCompanyId() + +
+           
+ intgetPage() + +
+           
+ List<MovieDb>getResults() + +
+           
+ intgetTotalPages() + +
+           
+ intgetTotalResults() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetCompanyId(int companyId) + +
+           
+ voidsetPage(int page) + +
+           
+ voidsetResults(List<MovieDb> results) + +
+           
+ voidsetTotalPages(int totalPages) + +
+           
+ voidsetTotalResults(int totalResults) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WrapperCompanyMovies

+
+public WrapperCompanyMovies()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCompanyId

+
+public int getCompanyId()
+
+
+
+
+
+
+ +

+getPage

+
+public int getPage()
+
+
+
+
+
+
+ +

+getResults

+
+public List<MovieDb> getResults()
+
+
+
+
+
+
+ +

+getTotalPages

+
+public int getTotalPages()
+
+
+
+
+
+
+ +

+getTotalResults

+
+public int getTotalResults()
+
+
+
+
+
+
+ +

+setCompanyId

+
+public void setCompanyId(int companyId)
+
+
+
+
+
+
+ +

+setPage

+
+public void setPage(int page)
+
+
+
+
+
+
+ +

+setResults

+
+public void setResults(List<MovieDb> results)
+
+
+
+
+
+
+ +

+setTotalPages

+
+public void setTotalPages(int totalPages)
+
+
+
+
+
+
+ +

+setTotalResults

+
+public void setTotalResults(int totalResults)
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html new file mode 100644 index 000000000..dd077351e --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html @@ -0,0 +1,337 @@ + + + + + + + +WrapperConfig (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.wrapper +
+Class WrapperConfig

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.wrapper.WrapperConfig
+
+
+
+
public class WrapperConfig
extends Object
+ + +

+

+
Author:
+
Stuart
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
WrapperConfig() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ List<String>getChangeKeys() + +
+           
+ TmdbConfigurationgetTmdbConfiguration() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetChangeKeys(List<String> changeKeys) + +
+           
+ voidsetTmdbConfiguration(TmdbConfiguration tmdbConfiguration) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WrapperConfig

+
+public WrapperConfig()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getTmdbConfiguration

+
+public TmdbConfiguration getTmdbConfiguration()
+
+
+
+
+
+
+ +

+setTmdbConfiguration

+
+public void setTmdbConfiguration(TmdbConfiguration tmdbConfiguration)
+
+
+
+
+
+
+ +

+getChangeKeys

+
+public List<String> getChangeKeys()
+
+
+
+
+
+
+ +

+setChangeKeys

+
+public void setChangeKeys(List<String> changeKeys)
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html new file mode 100644 index 000000000..c8dae6b51 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html @@ -0,0 +1,303 @@ + + + + + + + +WrapperGenres (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.wrapper +
+Class WrapperGenres

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.wrapper.WrapperGenres
+
+
+
+
public class WrapperGenres
extends Object
+ + +

+Wrapper class for the Genres searches +

+ +

+

+
Author:
+
Stuart
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
WrapperGenres() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ List<Genre>getGenres() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetGenres(List<Genre> genres) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WrapperGenres

+
+public WrapperGenres()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getGenres

+
+public List<Genre> getGenres()
+
+
+
+
+
+
+ +

+setGenres

+
+public void setGenres(List<Genre> genres)
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html new file mode 100644 index 000000000..cfda9a318 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html @@ -0,0 +1,413 @@ + + + + + + + +WrapperImages (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.wrapper +
+Class WrapperImages

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.wrapper.WrapperImages
+
+
+
+
public class WrapperImages
extends Object
+ + +

+

+
Author:
+
Stuart
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
WrapperImages() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ List<Artwork>getBackdrops() + +
+           
+ intgetId() + +
+           
+ List<Artwork>getPosters() + +
+           
+ List<Artwork>getProfiles() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetBackdrops(List<Artwork> backdrops) + +
+           
+ voidsetId(int id) + +
+           
+ voidsetPosters(List<Artwork> posters) + +
+           
+ voidsetProfiles(List<Artwork> profiles) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WrapperImages

+
+public WrapperImages()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getId

+
+public int getId()
+
+
+
+
+
+
+ +

+getBackdrops

+
+public List<Artwork> getBackdrops()
+
+
+
+
+
+
+ +

+getPosters

+
+public List<Artwork> getPosters()
+
+
+
+
+
+
+ +

+getProfiles

+
+public List<Artwork> getProfiles()
+
+
+
+
+
+
+ +

+setId

+
+public void setId(int id)
+
+
+
+
+
+
+ +

+setBackdrops

+
+public void setBackdrops(List<Artwork> backdrops)
+
+
+
+
+
+
+ +

+setPosters

+
+public void setPosters(List<Artwork> posters)
+
+
+
+
+
+
+ +

+setProfiles

+
+public void setProfiles(List<Artwork> profiles)
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html new file mode 100644 index 000000000..881405c70 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html @@ -0,0 +1,413 @@ + + + + + + + +WrapperKeywords (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.wrapper +
+Class WrapperKeywords

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.wrapper.WrapperKeywords
+
+
+
+
public class WrapperKeywords
extends Object
+ + +

+

+
Author:
+
stuart.boston
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
WrapperKeywords() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetPage() + +
+           
+ List<Keyword>getResults() + +
+           
+ intgetTotalPages() + +
+           
+ intgetTotalResults() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetPage(int page) + +
+           
+ voidsetResults(List<Keyword> results) + +
+           
+ voidsetTotalPages(int totalPages) + +
+           
+ voidsetTotalResults(int totalResults) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WrapperKeywords

+
+public WrapperKeywords()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getPage

+
+public int getPage()
+
+
+
+
+
+
+ +

+getResults

+
+public List<Keyword> getResults()
+
+
+
+
+
+
+ +

+getTotalPages

+
+public int getTotalPages()
+
+
+
+
+
+
+ +

+getTotalResults

+
+public int getTotalResults()
+
+
+
+
+
+
+ +

+setPage

+
+public void setPage(int page)
+
+
+
+
+
+
+ +

+setResults

+
+public void setResults(List<Keyword> results)
+
+
+
+
+
+
+ +

+setTotalPages

+
+public void setTotalPages(int totalPages)
+
+
+
+
+
+
+ +

+setTotalResults

+
+public void setTotalResults(int totalResults)
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html new file mode 100644 index 000000000..a3811eae5 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html @@ -0,0 +1,473 @@ + + + + + + + +WrapperMovie (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.wrapper +
+Class WrapperMovie

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.wrapper.WrapperMovie
+
+
+
+
public class WrapperMovie
extends Object
+ + +

+

+
Author:
+
stuart.boston
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
WrapperMovie() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetId() + +
+           
+ List<MovieDb>getMovies() + +
+           
+ intgetPage() + +
+           
+ intgetTotalPages() + +
+           
+ intgetTotalResults() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetId(int id) + +
+           
+ voidsetMovies(List<MovieDb> results) + +
+           
+ voidsetPage(int page) + +
+           
+ voidsetTotalPages(int totalPages) + +
+           
+ voidsetTotalResults(int totalResults) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WrapperMovie

+
+public WrapperMovie()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getPage

+
+public int getPage()
+
+
+
+
+
+
+ +

+getMovies

+
+public List<MovieDb> getMovies()
+
+
+
+
+
+
+ +

+getTotalPages

+
+public int getTotalPages()
+
+
+
+
+
+
+ +

+getTotalResults

+
+public int getTotalResults()
+
+
+
+
+
+
+ +

+getId

+
+public int getId()
+
+
+
+
+
+
+ +

+setPage

+
+public void setPage(int page)
+
+
+
+
+
+
+ +

+setMovies

+
+public void setMovies(List<MovieDb> results)
+
+
+
+
+
+
+ +

+setTotalPages

+
+public void setTotalPages(int totalPages)
+
+
+
+
+
+
+ +

+setTotalResults

+
+public void setTotalResults(int totalResults)
+
+
+
+
+
+
+ +

+setId

+
+public void setId(int id)
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html new file mode 100644 index 000000000..9d5786fab --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html @@ -0,0 +1,375 @@ + + + + + + + +WrapperMovieCasts (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.wrapper +
+Class WrapperMovieCasts

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
+
+
+
+
public class WrapperMovieCasts
extends Object
+ + +

+

+
Author:
+
Stuart
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
WrapperMovieCasts() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ List<PersonCast>getCast() + +
+           
+ List<PersonCrew>getCrew() + +
+           
+ intgetId() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetCast(List<PersonCast> cast) + +
+           
+ voidsetCrew(List<PersonCrew> crew) + +
+           
+ voidsetId(int id) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WrapperMovieCasts

+
+public WrapperMovieCasts()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCast

+
+public List<PersonCast> getCast()
+
+
+
+
+
+
+ +

+getCrew

+
+public List<PersonCrew> getCrew()
+
+
+
+
+
+
+ +

+getId

+
+public int getId()
+
+
+
+
+
+
+ +

+setCast

+
+public void setCast(List<PersonCast> cast)
+
+
+
+
+
+
+ +

+setCrew

+
+public void setCrew(List<PersonCrew> crew)
+
+
+
+
+
+
+ +

+setId

+
+public void setId(int id)
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html new file mode 100644 index 000000000..24014491c --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html @@ -0,0 +1,337 @@ + + + + + + + +WrapperMovieKeywords (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.wrapper +
+Class WrapperMovieKeywords

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords
+
+
+
+
public class WrapperMovieKeywords
extends Object
+ + +

+

+
Author:
+
Stuart
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
WrapperMovieKeywords() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetId() + +
+           
+ List<Keyword>getKeywords() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetId(int id) + +
+           
+ voidsetKeywords(List<Keyword> keywords) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WrapperMovieKeywords

+
+public WrapperMovieKeywords()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getId

+
+public int getId()
+
+
+
+
+
+
+ +

+getKeywords

+
+public List<Keyword> getKeywords()
+
+
+
+
+
+
+ +

+setId

+
+public void setId(int id)
+
+
+
+
+
+
+ +

+setKeywords

+
+public void setKeywords(List<Keyword> keywords)
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html new file mode 100644 index 000000000..c10b30897 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html @@ -0,0 +1,451 @@ + + + + + + + +WrapperMovieList (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.wrapper +
+Class WrapperMovieList

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.wrapper.WrapperMovieList
+
+
+
+
public class WrapperMovieList
extends Object
+ + +

+

+
Author:
+
Stuart
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
WrapperMovieList() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetId() + +
+           
+ List<MovieList>getMovieList() + +
+           
+ intgetPage() + +
+           
+ intgetTotalPages() + +
+           
+ intgetTotalResults() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetId(int id) + +
+           
+ voidsetMovieList(List<MovieList> movieList) + +
+           
+ voidsetPage(int page) + +
+           
+ voidsetTotalPages(int totalPages) + +
+           
+ voidsetTotalResults(int totalResults) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WrapperMovieList

+
+public WrapperMovieList()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getId

+
+public int getId()
+
+
+
+
+
+
+ +

+getPage

+
+public int getPage()
+
+
+
+
+
+
+ +

+getMovieList

+
+public List<MovieList> getMovieList()
+
+
+
+
+
+
+ +

+getTotalPages

+
+public int getTotalPages()
+
+
+
+
+
+
+ +

+getTotalResults

+
+public int getTotalResults()
+
+
+
+
+
+
+ +

+setId

+
+public void setId(int id)
+
+
+
+
+
+
+ +

+setPage

+
+public void setPage(int page)
+
+
+
+
+
+
+ +

+setMovieList

+
+public void setMovieList(List<MovieList> movieList)
+
+
+
+
+
+
+ +

+setTotalPages

+
+public void setTotalPages(int totalPages)
+
+
+
+
+
+
+ +

+setTotalResults

+
+public void setTotalResults(int totalResults)
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html new file mode 100644 index 000000000..42e75b6a1 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html @@ -0,0 +1,413 @@ + + + + + + + +WrapperPerson (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.wrapper +
+Class WrapperPerson

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.wrapper.WrapperPerson
+
+
+
+
public class WrapperPerson
extends Object
+ + +

+

+
Author:
+
stuart.boston
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
WrapperPerson() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetPage() + +
+           
+ List<Person>getResults() + +
+           
+ intgetTotalPages() + +
+           
+ intgetTotalResults() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetPage(int page) + +
+           
+ voidsetResults(List<Person> results) + +
+           
+ voidsetTotalPages(int totalPages) + +
+           
+ voidsetTotalResults(int totalResults) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WrapperPerson

+
+public WrapperPerson()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getPage

+
+public int getPage()
+
+
+
+
+
+
+ +

+getResults

+
+public List<Person> getResults()
+
+
+
+
+
+
+ +

+getTotalPages

+
+public int getTotalPages()
+
+
+
+
+
+
+ +

+getTotalResults

+
+public int getTotalResults()
+
+
+
+
+
+
+ +

+setPage

+
+public void setPage(int page)
+
+
+
+
+
+
+ +

+setResults

+
+public void setResults(List<Person> results)
+
+
+
+
+
+
+ +

+setTotalPages

+
+public void setTotalPages(int totalPages)
+
+
+
+
+
+
+ +

+setTotalResults

+
+public void setTotalResults(int totalResults)
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html new file mode 100644 index 000000000..d73c14043 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html @@ -0,0 +1,375 @@ + + + + + + + +WrapperPersonCredits (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.wrapper +
+Class WrapperPersonCredits

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.wrapper.WrapperPersonCredits
+
+
+
+
public class WrapperPersonCredits
extends Object
+ + +

+

+
Author:
+
stuart.boston
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
WrapperPersonCredits() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ List<PersonCredit>getCast() + +
+           
+ List<PersonCredit>getCrew() + +
+           
+ intgetId() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetCast(List<PersonCredit> cast) + +
+           
+ voidsetCrew(List<PersonCredit> crew) + +
+           
+ voidsetId(int id) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WrapperPersonCredits

+
+public WrapperPersonCredits()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCast

+
+public List<PersonCredit> getCast()
+
+
+
+
+
+
+ +

+getCrew

+
+public List<PersonCredit> getCrew()
+
+
+
+
+
+
+ +

+getId

+
+public int getId()
+
+
+
+
+
+
+ +

+setCast

+
+public void setCast(List<PersonCredit> cast)
+
+
+
+
+
+
+ +

+setCrew

+
+public void setCrew(List<PersonCredit> crew)
+
+
+
+
+
+
+ +

+setId

+
+public void setId(int id)
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html new file mode 100644 index 000000000..f7a1cb5e5 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html @@ -0,0 +1,337 @@ + + + + + + + +WrapperReleaseInfo (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.wrapper +
+Class WrapperReleaseInfo

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo
+
+
+
+
public class WrapperReleaseInfo
extends Object
+ + +

+

+
Author:
+
Stuart
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
WrapperReleaseInfo() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ List<ReleaseInfo>getCountries() + +
+           
+ intgetId() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetCountries(List<ReleaseInfo> countries) + +
+           
+ voidsetId(int id) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WrapperReleaseInfo

+
+public WrapperReleaseInfo()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCountries

+
+public List<ReleaseInfo> getCountries()
+
+
+
+
+
+
+ +

+getId

+
+public int getId()
+
+
+
+
+
+
+ +

+setCountries

+
+public void setCountries(List<ReleaseInfo> countries)
+
+
+
+
+
+
+ +

+setId

+
+public void setId(int id)
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html new file mode 100644 index 000000000..054764778 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html @@ -0,0 +1,375 @@ + + + + + + + +WrapperTrailers (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.wrapper +
+Class WrapperTrailers

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.wrapper.WrapperTrailers
+
+
+
+
public class WrapperTrailers
extends Object
+ + +

+

+
Author:
+
Stuart
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
WrapperTrailers() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetId() + +
+           
+ List<Trailer>getQuicktime() + +
+           
+ List<Trailer>getYoutube() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetId(int id) + +
+           
+ voidsetQuicktime(List<Trailer> quicktime) + +
+           
+ voidsetYoutube(List<Trailer> youtube) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WrapperTrailers

+
+public WrapperTrailers()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getId

+
+public int getId()
+
+
+
+
+
+
+ +

+getQuicktime

+
+public List<Trailer> getQuicktime()
+
+
+
+
+
+
+ +

+getYoutube

+
+public List<Trailer> getYoutube()
+
+
+
+
+
+
+ +

+setId

+
+public void setId(int id)
+
+
+
+
+
+
+ +

+setQuicktime

+
+public void setQuicktime(List<Trailer> quicktime)
+
+
+
+
+
+
+ +

+setYoutube

+
+public void setYoutube(List<Trailer> youtube)
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html new file mode 100644 index 000000000..b4ff29d66 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html @@ -0,0 +1,337 @@ + + + + + + + +WrapperTranslations (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.wrapper +
+Class WrapperTranslations

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.wrapper.WrapperTranslations
+
+
+
+
public class WrapperTranslations
extends Object
+ + +

+

+
Author:
+
Stuart
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
WrapperTranslations() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetId() + +
+           
+ List<Translation>getTranslations() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetId(int id) + +
+           
+ voidsetTranslations(List<Translation> translations) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WrapperTranslations

+
+public WrapperTranslations()
+
+
+ + + + + + + + +
+Method Detail
+ +

+setId

+
+public void setId(int id)
+
+
+
+
+
+
+ +

+setTranslations

+
+public void setTranslations(List<Translation> translations)
+
+
+
+
+
+
+ +

+getId

+
+public int getId()
+
+
+
+
+
+
+ +

+getTranslations

+
+public List<Translation> getTranslations()
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html new file mode 100644 index 000000000..90043ac44 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles

+
+No usage of com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html new file mode 100644 index 000000000..162627b78 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperChanges (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.wrapper.WrapperChanges

+
+No usage of com.omertron.themoviedbapi.wrapper.WrapperChanges +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html new file mode 100644 index 000000000..8cb3f79e1 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCollection (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.wrapper.WrapperCollection

+
+No usage of com.omertron.themoviedbapi.wrapper.WrapperCollection +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html new file mode 100644 index 000000000..c1c4ffdac --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompany (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.wrapper.WrapperCompany

+
+No usage of com.omertron.themoviedbapi.wrapper.WrapperCompany +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html new file mode 100644 index 000000000..416242146 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies

+
+No usage of com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html new file mode 100644 index 000000000..6dc3a487d --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperConfig (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.wrapper.WrapperConfig

+
+No usage of com.omertron.themoviedbapi.wrapper.WrapperConfig +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html new file mode 100644 index 000000000..0f902a4ee --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperGenres (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.wrapper.WrapperGenres

+
+No usage of com.omertron.themoviedbapi.wrapper.WrapperGenres +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html new file mode 100644 index 000000000..2d5e5feb6 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperImages (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.wrapper.WrapperImages

+
+No usage of com.omertron.themoviedbapi.wrapper.WrapperImages +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html new file mode 100644 index 000000000..25f5f09cd --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywords (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.wrapper.WrapperKeywords

+
+No usage of com.omertron.themoviedbapi.wrapper.WrapperKeywords +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html new file mode 100644 index 000000000..2f28a6ce5 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovie (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.wrapper.WrapperMovie

+
+No usage of com.omertron.themoviedbapi.wrapper.WrapperMovie +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html new file mode 100644 index 000000000..60f403ae0 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.wrapper.WrapperMovieCasts

+
+No usage of com.omertron.themoviedbapi.wrapper.WrapperMovieCasts +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html new file mode 100644 index 000000000..cf9fd8d04 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords

+
+No usage of com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html new file mode 100644 index 000000000..d9965763a --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieList (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.wrapper.WrapperMovieList

+
+No usage of com.omertron.themoviedbapi.wrapper.WrapperMovieList +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html new file mode 100644 index 000000000..ff87c72f2 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPerson (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.wrapper.WrapperPerson

+
+No usage of com.omertron.themoviedbapi.wrapper.WrapperPerson +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html new file mode 100644 index 000000000..6f679a45e --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.wrapper.WrapperPersonCredits

+
+No usage of com.omertron.themoviedbapi.wrapper.WrapperPersonCredits +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html new file mode 100644 index 000000000..60db9eb80 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo

+
+No usage of com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html new file mode 100644 index 000000000..9bb5f5c9b --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTrailers (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.wrapper.WrapperTrailers

+
+No usage of com.omertron.themoviedbapi.wrapper.WrapperTrailers +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html new file mode 100644 index 000000000..e1b5bf099 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTranslations (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.wrapper.WrapperTranslations

+
+No usage of com.omertron.themoviedbapi.wrapper.WrapperTranslations +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html new file mode 100644 index 000000000..9773ffba7 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html @@ -0,0 +1,67 @@ + + + + + + + +com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + +com.omertron.themoviedbapi.wrapper + + + + +
+Classes  + +
+WrapperAlternativeTitles +
+WrapperChanges +
+WrapperCollection +
+WrapperCompany +
+WrapperCompanyMovies +
+WrapperConfig +
+WrapperGenres +
+WrapperImages +
+WrapperKeywords +
+WrapperMovie +
+WrapperMovieCasts +
+WrapperMovieKeywords +
+WrapperMovieList +
+WrapperPerson +
+WrapperPersonCredits +
+WrapperReleaseInfo +
+WrapperTrailers +
+WrapperTranslations
+ + + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html new file mode 100644 index 000000000..0d0bc0500 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html @@ -0,0 +1,226 @@ + + + + + + + +com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.omertron.themoviedbapi.wrapper +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
WrapperAlternativeTitles 
WrapperChanges 
WrapperCollection 
WrapperCompany 
WrapperCompanyMovies 
WrapperConfig 
WrapperGenresWrapper class for the Genres searches
WrapperImages 
WrapperKeywords 
WrapperMovie 
WrapperMovieCasts 
WrapperMovieKeywords 
WrapperMovieList 
WrapperPerson 
WrapperPersonCredits 
WrapperReleaseInfo 
WrapperTrailers 
WrapperTranslations 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html new file mode 100644 index 000000000..a72d0a6d0 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html @@ -0,0 +1,154 @@ + + + + + + + +com.omertron.themoviedbapi.wrapper Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.omertron.themoviedbapi.wrapper +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html new file mode 100644 index 000000000..93d0c04b6 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.omertron.themoviedbapi.wrapper

+
+No usage of com.omertron.themoviedbapi.wrapper +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html new file mode 100644 index 000000000..cfc3e4514 --- /dev/null +++ b/apidocs/constant-values.html @@ -0,0 +1,271 @@ + + + + + + + +Constant Field Values (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Constant Field Values

+
+
+Contents + + + + + + +
+com.omertron.*
+ +

+ + + + + + + + + + + + + + + + + +
com.omertron.themoviedbapi.model.Trailer
+public static final StringWEBSITE_QUICKTIME"quicktime"
+public static final StringWEBSITE_YOUTUBE"youtube"
+ +

+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
com.omertron.themoviedbapi.tools.ApiUrl
+public static final StringPARAM_ADULT"include_adult="
+public static final StringPARAM_API_KEY"api_key="
+public static final StringPARAM_COUNTRY"country="
+public static final StringPARAM_FAVORITE"favorite="
+public static final StringPARAM_ID"id="
+public static final StringPARAM_LANGUAGE"language="
+public static final StringPARAM_MOVIE_WATCHLIST"movie_watchlist="
+public static final StringPARAM_PAGE"page="
+public static final StringPARAM_QUERY"query="
+public static final StringPARAM_SESSION"session_id="
+public static final StringPARAM_TOKEN"request_token="
+public static final StringPARAM_VALUE"value="
+public static final StringPARAM_YEAR"year="
+ +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html new file mode 100644 index 000000000..ed2e93d2b --- /dev/null +++ b/apidocs/deprecated-list.html @@ -0,0 +1,162 @@ + + + + + + + +Deprecated List (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Deprecated API

+
+
+Contents + + + + + + + + + +
+Deprecated Methods
com.omertron.themoviedbapi.TheMovieDbApi.getMovieChanges(int, String, String) +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html new file mode 100644 index 000000000..a1ee52667 --- /dev/null +++ b/apidocs/help-doc.html @@ -0,0 +1,224 @@ + + + + + + + +API Help (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+How This API Document Is Organized

+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

+Overview

+
+ +

+The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

+

+Package

+
+ +

+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

+
+

+Class/Interface

+
+ +

+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+ +

+Annotation Type

+
+ +

+Each annotation type has its own separate page with the following sections:

+
+ +

+Enum

+
+ +

+Each enum has its own separate page with the following sections:

+
+

+Use

+
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+

+Tree (Class Hierarchy)

+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object. +
+

+Deprecated API

+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+

+Constant Field Values

+The Constant Field Values page lists the static final fields and their values. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/index-all.html b/apidocs/index-all.html new file mode 100644 index 000000000..54ad4134f --- /dev/null +++ b/apidocs/index-all.html @@ -0,0 +1,2207 @@ + + + + + + + +Index (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C E F G H I K L M O P R S T V W
+

+A

+
+
addArgument(String, String) - +Method in class com.omertron.themoviedbapi.tools.ApiUrl +
Add arguments individually +
addArgument(String, int) - +Method in class com.omertron.themoviedbapi.tools.ApiUrl +
Add arguments individually +
addArgument(String, boolean) - +Method in class com.omertron.themoviedbapi.tools.ApiUrl +
Add arguments individually +
addCast(int, String, String, String, int) - +Method in class com.omertron.themoviedbapi.model.Person +
Add a cast member +
addCrew(int, String, String, String, String) - +Method in class com.omertron.themoviedbapi.model.Person +
Add a crew member +
addReplacementString(String) - +Static method in class com.omertron.themoviedbapi.tools.FilteringLayout +
Add the string to replace in the log output +
AlternativeTitle - Class in com.omertron.themoviedbapi.model
 
AlternativeTitle() - +Constructor for class com.omertron.themoviedbapi.model.AlternativeTitle +
  +
ApiUrl - Class in com.omertron.themoviedbapi.tools
The API URL that is used to construct the API call
ApiUrl(TheMovieDbApi, String) - +Constructor for class com.omertron.themoviedbapi.tools.ApiUrl +
Constructor for the simple API URL method without a sub-method +
ApiUrl(TheMovieDbApi, String, String) - +Constructor for class com.omertron.themoviedbapi.tools.ApiUrl +
Constructor for the API URL with a sub-method +
Artwork - Class in com.omertron.themoviedbapi.model
The artwork type information
Artwork() - +Constructor for class com.omertron.themoviedbapi.model.Artwork +
  +
ArtworkType - Enum in com.omertron.themoviedbapi.model
ArtworkType enum List of the artwork types that are available
+
+

+B

+
+
buildUrl() - +Method in class com.omertron.themoviedbapi.tools.ApiUrl +
Build the URL from the pre-created arguments. +
+
+

+C

+
+
ChangeItem - Class in com.omertron.themoviedbapi.model
 
ChangeItem() - +Constructor for class com.omertron.themoviedbapi.model.ChangeItem +
  +
ChangeValue - Class in com.omertron.themoviedbapi.model
 
ChangeValue() - +Constructor for class com.omertron.themoviedbapi.model.ChangeValue +
  +
clearArguments() - +Method in class com.omertron.themoviedbapi.tools.ApiUrl +
Clear the arguments +
clone(TmdbConfiguration) - +Method in class com.omertron.themoviedbapi.model.TmdbConfiguration +
Copy the data from the passed object to this one +
Collection - Class in com.omertron.themoviedbapi.model
 
Collection() - +Constructor for class com.omertron.themoviedbapi.model.Collection +
  +
CollectionInfo - Class in com.omertron.themoviedbapi.model
 
CollectionInfo() - +Constructor for class com.omertron.themoviedbapi.model.CollectionInfo +
  +
com.omertron.themoviedbapi - package com.omertron.themoviedbapi
 
com.omertron.themoviedbapi.model - package com.omertron.themoviedbapi.model
 
com.omertron.themoviedbapi.tools - package com.omertron.themoviedbapi.tools
 
com.omertron.themoviedbapi.wrapper - package com.omertron.themoviedbapi.wrapper
 
Company - Class in com.omertron.themoviedbapi.model
Company information
Company() - +Constructor for class com.omertron.themoviedbapi.model.Company +
  +
compareMovies(MovieDb, String, String) - +Static method in class com.omertron.themoviedbapi.TheMovieDbApi +
Compare the MovieDB object with a title & year +
compareMovies(MovieDb, String, String, int) - +Static method in class com.omertron.themoviedbapi.TheMovieDbApi +
Compare the MovieDB object with a title & year +
createImageUrl(String, String) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
Generate the full image URL from the size and image path +
+
+

+E

+
+
equals(Object) - +Method in class com.omertron.themoviedbapi.model.AlternativeTitle +
  +
equals(Object) - +Method in class com.omertron.themoviedbapi.model.Artwork +
  +
equals(Object) - +Method in class com.omertron.themoviedbapi.model.Collection +
  +
equals(Object) - +Method in class com.omertron.themoviedbapi.model.Genre +
  +
equals(Object) - +Method in class com.omertron.themoviedbapi.model.Keyword +
  +
equals(Object) - +Method in class com.omertron.themoviedbapi.model.Language +
  +
equals(Object) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
equals(Object) - +Method in class com.omertron.themoviedbapi.model.Person +
  +
equals(Object) - +Method in class com.omertron.themoviedbapi.model.PersonCast +
  +
equals(Object) - +Method in class com.omertron.themoviedbapi.model.PersonCrew +
  +
equals(Object) - +Method in class com.omertron.themoviedbapi.model.ProductionCompany +
  +
equals(Object) - +Method in class com.omertron.themoviedbapi.model.ProductionCountry +
  +
equals(Object) - +Method in class com.omertron.themoviedbapi.model.ReleaseInfo +
  +
equals(Object) - +Method in class com.omertron.themoviedbapi.model.Trailer +
  +
equals(Object) - +Method in class com.omertron.themoviedbapi.model.Translation +
  +
+
+

+F

+
+
FilteringLayout - Class in com.omertron.themoviedbapi.tools
Log4J Filtering routine to remove API keys from the output
FilteringLayout() - +Constructor for class com.omertron.themoviedbapi.tools.FilteringLayout +
  +
format(LoggingEvent) - +Method in class com.omertron.themoviedbapi.tools.FilteringLayout +
Extend the format to remove the API_KEYS from the output +
+
+

+G

+
+
Genre - Class in com.omertron.themoviedbapi.model
 
Genre() - +Constructor for class com.omertron.themoviedbapi.model.Genre +
  +
getAction() - +Method in class com.omertron.themoviedbapi.model.ChangeItem +
  +
getAdult() - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
  +
getAka() - +Method in class com.omertron.themoviedbapi.model.Person +
  +
getApiKey() - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
Get the API key that is to be used +
getArtworkType() - +Method in class com.omertron.themoviedbapi.model.Artwork +
  +
getAspectRatio() - +Method in class com.omertron.themoviedbapi.model.Artwork +
  +
getAuthorisationToken() - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method is used to generate a valid request token for user based authentication. +
getBackdrop() - +Method in class com.omertron.themoviedbapi.model.ChangeValue +
  +
getBackdropPath() - +Method in class com.omertron.themoviedbapi.model.Collection +
  +
getBackdropPath() - +Method in class com.omertron.themoviedbapi.model.CollectionInfo +
  +
getBackdropPath() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getBackdrops() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperImages +
  +
getBackdropSizes() - +Method in class com.omertron.themoviedbapi.model.TmdbConfiguration +
  +
getBaseUrl() - +Method in class com.omertron.themoviedbapi.model.TmdbConfiguration +
  +
getBelongsToCollection() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getBiography() - +Method in class com.omertron.themoviedbapi.model.Person +
  +
getBirthday() - +Method in class com.omertron.themoviedbapi.model.Person +
  +
getBirthplace() - +Method in class com.omertron.themoviedbapi.model.Person +
  +
getBudget() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getCast() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts +
  +
getCast() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits +
  +
getCastId() - +Method in class com.omertron.themoviedbapi.model.PersonCast +
  +
getCertification() - +Method in class com.omertron.themoviedbapi.model.ReleaseInfo +
  +
getChangeKeys() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperConfig +
  +
getChanges() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperChanges +
  +
getCharacter() - +Method in class com.omertron.themoviedbapi.model.Person +
  +
getCharacter() - +Method in class com.omertron.themoviedbapi.model.PersonCast +
  +
getCharacter() - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
  +
getCollectionImages(int, String) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
Get all of the images for a particular collection by collection id. +
getCollectionInfo(int, String) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method is used to retrieve all of the basic information about a movie collection. +
getCompanyId() - +Method in class com.omertron.themoviedbapi.model.Company +
  +
getCompanyId() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies +
  +
getCompanyInfo(int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method is used to retrieve the basic information about a production company on TMDb. +
getCompanyMovies(int, String, int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method is used to retrieve the movies associated with a company. +
getConfiguration() - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
Get the configuration information +
getCountries() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo +
  +
getCountry() - +Method in class com.omertron.themoviedbapi.model.AlternativeTitle +
  +
getCountry() - +Method in class com.omertron.themoviedbapi.model.ReleaseInfo +
  +
getCrew() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts +
  +
getCrew() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits +
  +
getDeathday() - +Method in class com.omertron.themoviedbapi.model.Person +
  +
getDepartment() - +Method in class com.omertron.themoviedbapi.model.Person +
  +
getDepartment() - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
  +
getDepartment() - +Method in class com.omertron.themoviedbapi.model.PersonCrew +
  +
getDescription() - +Method in class com.omertron.themoviedbapi.model.Company +
  +
getDescription() - +Method in class com.omertron.themoviedbapi.model.MovieList +
  +
getEnglishName() - +Method in class com.omertron.themoviedbapi.model.Translation +
  +
getExceptionType() - +Method in exception com.omertron.themoviedbapi.MovieDbException +
  +
getExpires() - +Method in class com.omertron.themoviedbapi.model.TokenAuthorisation +
  +
getExpiresAt() - +Method in class com.omertron.themoviedbapi.model.TokenSession +
  +
getFavoriteCount() - +Method in class com.omertron.themoviedbapi.model.MovieList +
  +
getFilePath() - +Method in class com.omertron.themoviedbapi.model.Artwork +
  +
getFlag() - +Method in class com.omertron.themoviedbapi.model.Artwork +
  +
getGenreList(String) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
You can use this method to retrieve the list of genres used on TMDb. +
getGenreMovies(int, String, int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
Get a list of movies per genre. +
getGenres() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getGenres() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperGenres +
  +
getGuestSessionId() - +Method in class com.omertron.themoviedbapi.model.TokenSession +
  +
getGuestSessionToken() - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method is used to generate a guest session id. +
getHeadquarters() - +Method in class com.omertron.themoviedbapi.model.Company +
  +
getHeight() - +Method in class com.omertron.themoviedbapi.model.Artwork +
  +
getHomepage() - +Method in class com.omertron.themoviedbapi.model.Company +
  +
getHomepage() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getHomepage() - +Method in class com.omertron.themoviedbapi.model.Person +
  +
getId() - +Method in class com.omertron.themoviedbapi.model.ChangeItem +
  +
getId() - +Method in class com.omertron.themoviedbapi.model.ChangeValue +
  +
getId() - +Method in class com.omertron.themoviedbapi.model.Collection +
  +
getId() - +Method in class com.omertron.themoviedbapi.model.CollectionInfo +
  +
getId() - +Method in class com.omertron.themoviedbapi.model.Genre +
  +
getId() - +Method in class com.omertron.themoviedbapi.model.Keyword +
  +
getId() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getId() - +Method in class com.omertron.themoviedbapi.model.MovieList +
  +
getId() - +Method in class com.omertron.themoviedbapi.model.Person +
  +
getId() - +Method in class com.omertron.themoviedbapi.model.PersonCast +
  +
getId() - +Method in class com.omertron.themoviedbapi.model.PersonCrew +
  +
getId() - +Method in class com.omertron.themoviedbapi.model.ProductionCompany +
  +
getId() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles +
  +
getId() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperImages +
  +
getId() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie +
  +
getId() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts +
  +
getId() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords +
  +
getId() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList +
  +
getId() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits +
  +
getId() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo +
  +
getId() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperTrailers +
  +
getId() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperTranslations +
  +
getImdbID() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getIsoCode() - +Method in class com.omertron.themoviedbapi.model.Language +
  +
getIsoCode() - +Method in class com.omertron.themoviedbapi.model.ProductionCountry +
  +
getIsoCode() - +Method in class com.omertron.themoviedbapi.model.Translation +
  +
getItemCount() - +Method in class com.omertron.themoviedbapi.model.MovieList +
  +
getItems() - +Method in class com.omertron.themoviedbapi.model.MovieChanges +
  +
getJob() - +Method in class com.omertron.themoviedbapi.model.Person +
  +
getJob() - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
  +
getJob() - +Method in class com.omertron.themoviedbapi.model.PersonCrew +
  +
getKey() - +Method in class com.omertron.themoviedbapi.model.MovieChanges +
  +
getKeywords() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords +
  +
getLanguage() - +Method in class com.omertron.themoviedbapi.model.Artwork +
  +
getLanguage() - +Method in class com.omertron.themoviedbapi.model.ChangeItem +
  +
getLanguage() - +Method in class com.omertron.themoviedbapi.model.ChangeValue +
  +
getLanguage() - +Method in class com.omertron.themoviedbapi.model.MovieList +
  +
getLatestMovie() - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method is used to retrieve the newest movie that was added to TMDb. +
getListType() - +Method in class com.omertron.themoviedbapi.model.MovieList +
  +
getLogoPath() - +Method in class com.omertron.themoviedbapi.model.Company +
  +
getLogoSizes() - +Method in class com.omertron.themoviedbapi.model.TmdbConfiguration +
  +
getMovieAlternativeTitles(int, String) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method is used to retrieve all of the alternative titles we have for a particular movie. +
getMovieCasts(int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
Get the cast information for a specific movie id. +
getMovieChanges(int, String, String) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
Deprecated.  +
getMovieId() - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
  +
getMovieImages(int, String) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method should be used when you’re wanting to retrieve all of the images for a particular movie. +
getMovieInfo(int, String) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method is used to retrieve all of the basic movie information. +
getMovieInfoImdb(String, String) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method is used to retrieve all of the basic movie information. +
getMovieKeywords(int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method is used to retrieve all of the keywords that have been added to a particular movie. +
getMovieList() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList +
  +
getMovieLists(int, String, int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
Get the lists that the movie belongs to +
getMovieOriginalTitle() - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
  +
getMovieReleaseInfo(int, String) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method is used to retrieve all of the release and certification data we have for a specific movie. +
getMovies() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie +
  +
getMovieTitle() - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
  +
getMovieTrailers(int, String) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method is used to retrieve all of the trailers for a particular movie. +
getMovieTranslations(int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method is used to retrieve a list of the available translations for a specific movie. +
getName() - +Method in class com.omertron.themoviedbapi.model.ChangeValue +
  +
getName() - +Method in class com.omertron.themoviedbapi.model.Collection +
  +
getName() - +Method in class com.omertron.themoviedbapi.model.CollectionInfo +
  +
getName() - +Method in class com.omertron.themoviedbapi.model.Company +
  +
getName() - +Method in class com.omertron.themoviedbapi.model.Genre +
  +
getName() - +Method in class com.omertron.themoviedbapi.model.Keyword +
  +
getName() - +Method in class com.omertron.themoviedbapi.model.Language +
  +
getName() - +Method in class com.omertron.themoviedbapi.model.MovieList +
  +
getName() - +Method in class com.omertron.themoviedbapi.model.Person +
  +
getName() - +Method in class com.omertron.themoviedbapi.model.PersonCast +
  +
getName() - +Method in class com.omertron.themoviedbapi.model.PersonCrew +
  +
getName() - +Method in class com.omertron.themoviedbapi.model.ProductionCompany +
  +
getName() - +Method in class com.omertron.themoviedbapi.model.ProductionCountry +
  +
getName() - +Method in class com.omertron.themoviedbapi.model.Trailer +
  +
getName() - +Method in class com.omertron.themoviedbapi.model.Translation +
  +
getNowPlayingMovies(String, int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method is used to retrieve the movies currently in theatres. +
getOrder() - +Method in class com.omertron.themoviedbapi.model.Person +
  +
getOrder() - +Method in class com.omertron.themoviedbapi.model.PersonCast +
  +
getOriginalTitle() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getOriginalValue() - +Method in class com.omertron.themoviedbapi.model.ChangeItem +
  +
getOverview() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getPage() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection +
  +
getPage() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCompany +
  +
getPage() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies +
  +
getPage() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords +
  +
getPage() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie +
  +
getPage() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList +
  +
getPage() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperPerson +
  +
getParentCompany() - +Method in class com.omertron.themoviedbapi.model.Company +
  +
getParts() - +Method in class com.omertron.themoviedbapi.model.CollectionInfo +
  +
getPersonChanges(int, String, String) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
Get the changes for a specific person id. +
getPersonCredits(int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method is used to retrieve all of the cast & crew information for the person. +
getPersonImages(int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method is used to retrieve all of the profile images for a person. +
getPersonInfo(int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method is used to retrieve all of the basic person information. +
getPersonLatest() - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
Get the latest person id. +
getPersonType() - +Method in class com.omertron.themoviedbapi.model.Person +
  +
getPersonType() - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
  +
getPopularity() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getPopularMovieList(String, int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method is used to retrieve the daily movie popularity list. +
getPoster() - +Method in class com.omertron.themoviedbapi.model.ChangeValue +
  +
getPosterPath() - +Method in class com.omertron.themoviedbapi.model.Collection +
  +
getPosterPath() - +Method in class com.omertron.themoviedbapi.model.CollectionInfo +
  +
getPosterPath() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getPosterPath() - +Method in class com.omertron.themoviedbapi.model.MovieList +
  +
getPosterPath() - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
  +
getPosters() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperImages +
  +
getPosterSizes() - +Method in class com.omertron.themoviedbapi.model.TmdbConfiguration +
  +
getProductionCompanies() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getProductionCountries() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getProfilePath() - +Method in class com.omertron.themoviedbapi.model.Person +
  +
getProfilePath() - +Method in class com.omertron.themoviedbapi.model.PersonCast +
  +
getProfilePath() - +Method in class com.omertron.themoviedbapi.model.PersonCrew +
  +
getProfiles() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperImages +
  +
getProfileSizes() - +Method in class com.omertron.themoviedbapi.model.TmdbConfiguration +
  +
getProxyHost() - +Static method in class com.omertron.themoviedbapi.tools.WebBrowser +
  +
getProxyPassword() - +Static method in class com.omertron.themoviedbapi.tools.WebBrowser +
  +
getProxyPort() - +Static method in class com.omertron.themoviedbapi.tools.WebBrowser +
  +
getProxyUsername() - +Static method in class com.omertron.themoviedbapi.tools.WebBrowser +
  +
getQuicktime() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperTrailers +
  +
getReleaseDate() - +Method in class com.omertron.themoviedbapi.model.Collection +
  +
getReleaseDate() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getReleaseDate() - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
  +
getReleaseDate() - +Method in class com.omertron.themoviedbapi.model.ReleaseInfo +
  +
getRequestToken() - +Method in class com.omertron.themoviedbapi.model.TokenAuthorisation +
  +
getResponse() - +Method in exception com.omertron.themoviedbapi.MovieDbException +
  +
getResults() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection +
  +
getResults() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCompany +
  +
getResults() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies +
  +
getResults() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords +
  +
getResults() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperPerson +
  +
getRevenue() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getRuntime() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getSecureBaseUrl() - +Method in class com.omertron.themoviedbapi.model.TmdbConfiguration +
  +
getSessionId() - +Method in class com.omertron.themoviedbapi.model.TokenSession +
  +
getSessionToken(TokenAuthorisation) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method is used to generate a session id for user based authentication. +
getSimilarMovies(int, String, int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
The similar movies method will let you retrieve the similar movies for a particular movie. +
getSite() - +Method in class com.omertron.themoviedbapi.model.ChangeValue +
  +
getSize() - +Method in class com.omertron.themoviedbapi.model.Trailer +
  +
getSource() - +Method in class com.omertron.themoviedbapi.model.Trailer +
  +
getSpokenLanguages() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getStatus() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getStatusCode() - +Method in class com.omertron.themoviedbapi.model.StatusCode +
  +
getStatusCode() - +Method in class com.omertron.themoviedbapi.model.TokenSession +
  +
getStatusMessage() - +Method in class com.omertron.themoviedbapi.model.StatusCode +
  +
getStatusMessage() - +Method in class com.omertron.themoviedbapi.model.TokenSession +
  +
getSuccess() - +Method in class com.omertron.themoviedbapi.model.TokenAuthorisation +
  +
getSuccess() - +Method in class com.omertron.themoviedbapi.model.TokenSession +
  +
getTagline() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getTime() - +Method in class com.omertron.themoviedbapi.model.ChangeItem +
  +
getTitle() - +Method in class com.omertron.themoviedbapi.model.AlternativeTitle +
  +
getTitle() - +Method in class com.omertron.themoviedbapi.model.ChangeValue +
  +
getTitle() - +Method in class com.omertron.themoviedbapi.model.Collection +
  +
getTitle() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getTitles() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles +
  +
getTmdbConfiguration() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperConfig +
  +
getTopRatedMovies(String, int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method is used to retrieve the top rated movies that have over 10 votes on TMDb. +
getTotalPages() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection +
  +
getTotalPages() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCompany +
  +
getTotalPages() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies +
  +
getTotalPages() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords +
  +
getTotalPages() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie +
  +
getTotalPages() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList +
  +
getTotalPages() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperPerson +
  +
getTotalResults() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection +
  +
getTotalResults() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCompany +
  +
getTotalResults() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies +
  +
getTotalResults() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords +
  +
getTotalResults() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie +
  +
getTotalResults() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList +
  +
getTotalResults() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperPerson +
  +
getTranslations() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperTranslations +
  +
getUpcoming(String, int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
Get the list of upcoming movies. +
getValue() - +Method in class com.omertron.themoviedbapi.model.ChangeItem +
  +
getVoteAverage() - +Method in class com.omertron.themoviedbapi.model.Artwork +
  +
getVoteAverage() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getVoteCount() - +Method in class com.omertron.themoviedbapi.model.Artwork +
  +
getVoteCount() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
getWebsite() - +Method in class com.omertron.themoviedbapi.model.Trailer +
  +
getWebTimeoutConnect() - +Static method in class com.omertron.themoviedbapi.tools.WebBrowser +
  +
getWebTimeoutRead() - +Static method in class com.omertron.themoviedbapi.tools.WebBrowser +
  +
getWidth() - +Method in class com.omertron.themoviedbapi.model.Artwork +
  +
getYoutube() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperTrailers +
  +
+
+

+H

+
+
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.AlternativeTitle +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.Artwork +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.ChangeItem +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.ChangeValue +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.Collection +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.CollectionInfo +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.Company +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.Genre +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.Keyword +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.Language +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.MovieChanges +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.MovieList +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.Person +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.PersonCast +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.PersonCrew +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.ProductionCompany +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.ProductionCountry +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.ReleaseInfo +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.StatusCode +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.TmdbConfiguration +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.TokenAuthorisation +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.TokenSession +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.Trailer +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.Translation +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperChanges +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCompany +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperConfig +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperGenres +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperImages +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperPerson +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperTrailers +
Handle unknown properties and print a message +
handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperTranslations +
Handle unknown properties and print a message +
hashCode() - +Method in class com.omertron.themoviedbapi.model.AlternativeTitle +
  +
hashCode() - +Method in class com.omertron.themoviedbapi.model.Artwork +
  +
hashCode() - +Method in class com.omertron.themoviedbapi.model.Collection +
  +
hashCode() - +Method in class com.omertron.themoviedbapi.model.Genre +
  +
hashCode() - +Method in class com.omertron.themoviedbapi.model.Keyword +
  +
hashCode() - +Method in class com.omertron.themoviedbapi.model.Language +
  +
hashCode() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
hashCode() - +Method in class com.omertron.themoviedbapi.model.Person +
  +
hashCode() - +Method in class com.omertron.themoviedbapi.model.PersonCast +
  +
hashCode() - +Method in class com.omertron.themoviedbapi.model.PersonCrew +
  +
hashCode() - +Method in class com.omertron.themoviedbapi.model.ProductionCompany +
  +
hashCode() - +Method in class com.omertron.themoviedbapi.model.ProductionCountry +
  +
hashCode() - +Method in class com.omertron.themoviedbapi.model.ReleaseInfo +
  +
hashCode() - +Method in class com.omertron.themoviedbapi.model.Trailer +
  +
hashCode() - +Method in class com.omertron.themoviedbapi.model.Translation +
  +
+
+

+I

+
+
isAdult() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
isAdult() - +Method in class com.omertron.themoviedbapi.model.Person +
  +
isValidBackdropSize(String) - +Method in class com.omertron.themoviedbapi.model.TmdbConfiguration +
Check that the backdrop size is valid +
isValidLogoSize(String) - +Method in class com.omertron.themoviedbapi.model.TmdbConfiguration +
Check that the logo size is valid +
isValidPosterSize(String) - +Method in class com.omertron.themoviedbapi.model.TmdbConfiguration +
Check that the poster size is valid +
isValidProfileSize(String) - +Method in class com.omertron.themoviedbapi.model.TmdbConfiguration +
Check that the profile size is valid +
isValidSize(String) - +Method in class com.omertron.themoviedbapi.model.TmdbConfiguration +
Check to see if the size is valid for any of the images types +
+
+

+K

+
+
Keyword - Class in com.omertron.themoviedbapi.model
 
Keyword() - +Constructor for class com.omertron.themoviedbapi.model.Keyword +
  +
+
+

+L

+
+
Language - Class in com.omertron.themoviedbapi.model
 
Language() - +Constructor for class com.omertron.themoviedbapi.model.Language +
  +
+
+

+M

+
+
MovieChanges - Class in com.omertron.themoviedbapi.model
 
MovieChanges() - +Constructor for class com.omertron.themoviedbapi.model.MovieChanges +
  +
MovieDb - Class in com.omertron.themoviedbapi.model
Movie Bean
MovieDb() - +Constructor for class com.omertron.themoviedbapi.model.MovieDb +
  +
MovieDbException - Exception in com.omertron.themoviedbapi
 
MovieDbException(MovieDbException.MovieDbExceptionType, String) - +Constructor for exception com.omertron.themoviedbapi.MovieDbException +
  +
MovieDbException(MovieDbException.MovieDbExceptionType, String, Throwable) - +Constructor for exception com.omertron.themoviedbapi.MovieDbException +
  +
MovieDbException.MovieDbExceptionType - Enum in com.omertron.themoviedbapi
 
MovieList - Class in com.omertron.themoviedbapi.model
 
MovieList() - +Constructor for class com.omertron.themoviedbapi.model.MovieList +
  +
+
+

+O

+
+
openProxiedConnection(URL) - +Static method in class com.omertron.themoviedbapi.tools.WebBrowser +
  +
+
+

+P

+
+
PARAM_ADULT - +Static variable in class com.omertron.themoviedbapi.tools.ApiUrl +
  +
PARAM_API_KEY - +Static variable in class com.omertron.themoviedbapi.tools.ApiUrl +
  +
PARAM_COUNTRY - +Static variable in class com.omertron.themoviedbapi.tools.ApiUrl +
  +
PARAM_FAVORITE - +Static variable in class com.omertron.themoviedbapi.tools.ApiUrl +
  +
PARAM_ID - +Static variable in class com.omertron.themoviedbapi.tools.ApiUrl +
  +
PARAM_LANGUAGE - +Static variable in class com.omertron.themoviedbapi.tools.ApiUrl +
  +
PARAM_MOVIE_WATCHLIST - +Static variable in class com.omertron.themoviedbapi.tools.ApiUrl +
  +
PARAM_PAGE - +Static variable in class com.omertron.themoviedbapi.tools.ApiUrl +
  +
PARAM_QUERY - +Static variable in class com.omertron.themoviedbapi.tools.ApiUrl +
  +
PARAM_SESSION - +Static variable in class com.omertron.themoviedbapi.tools.ApiUrl +
  +
PARAM_TOKEN - +Static variable in class com.omertron.themoviedbapi.tools.ApiUrl +
  +
PARAM_VALUE - +Static variable in class com.omertron.themoviedbapi.tools.ApiUrl +
  +
PARAM_YEAR - +Static variable in class com.omertron.themoviedbapi.tools.ApiUrl +
  +
Person - Class in com.omertron.themoviedbapi.model
 
Person() - +Constructor for class com.omertron.themoviedbapi.model.Person +
  +
PersonCast - Class in com.omertron.themoviedbapi.model
 
PersonCast() - +Constructor for class com.omertron.themoviedbapi.model.PersonCast +
  +
PersonCredit - Class in com.omertron.themoviedbapi.model
 
PersonCredit() - +Constructor for class com.omertron.themoviedbapi.model.PersonCredit +
  +
PersonCrew - Class in com.omertron.themoviedbapi.model
 
PersonCrew() - +Constructor for class com.omertron.themoviedbapi.model.PersonCrew +
  +
PersonType - Enum in com.omertron.themoviedbapi.model
 
postMovieRating(String, String) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This method lets users rate a movie. +
ProductionCompany - Class in com.omertron.themoviedbapi.model
 
ProductionCompany() - +Constructor for class com.omertron.themoviedbapi.model.ProductionCompany +
  +
ProductionCountry - Class in com.omertron.themoviedbapi.model
 
ProductionCountry() - +Constructor for class com.omertron.themoviedbapi.model.ProductionCountry +
  +
+
+

+R

+
+
ReleaseInfo - Class in com.omertron.themoviedbapi.model
 
ReleaseInfo() - +Constructor for class com.omertron.themoviedbapi.model.ReleaseInfo +
  +
request(String) - +Static method in class com.omertron.themoviedbapi.tools.WebBrowser +
  +
request(URL) - +Static method in class com.omertron.themoviedbapi.tools.WebBrowser +
  +
+
+

+S

+
+
searchCollection(String, String, int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
Search for collections by name. +
searchCompanies(String, int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
Search Companies. +
searchKeyword(String, int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
Search for keywords by name +
searchList(String, String, int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
Search for lists by name and description. +
searchMovie(String, int, String, boolean, int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
Search Movies This is a good starting point to start finding movies on TMDb. +
searchPeople(String, boolean, int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
This is a good starting point to start finding people on TMDb. +
setAction(String) - +Method in class com.omertron.themoviedbapi.model.ChangeItem +
  +
setAdult(boolean) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setAdult(boolean) - +Method in class com.omertron.themoviedbapi.model.Person +
  +
setAdult(String) - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
  +
setAka(List<String>) - +Method in class com.omertron.themoviedbapi.model.Person +
  +
setArguments(Map<String, String>) - +Method in class com.omertron.themoviedbapi.tools.ApiUrl +
Set the arguments directly +
setArtworkType(ArtworkType) - +Method in class com.omertron.themoviedbapi.model.Artwork +
  +
setAspectRatio(float) - +Method in class com.omertron.themoviedbapi.model.Artwork +
  +
setBackdrop(Artwork) - +Method in class com.omertron.themoviedbapi.model.ChangeValue +
  +
setBackdropPath(String) - +Method in class com.omertron.themoviedbapi.model.Collection +
  +
setBackdropPath(String) - +Method in class com.omertron.themoviedbapi.model.CollectionInfo +
  +
setBackdropPath(String) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setBackdrops(List<Artwork>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperImages +
  +
setBackdropSizes(List<String>) - +Method in class com.omertron.themoviedbapi.model.TmdbConfiguration +
  +
setBaseUrl(String) - +Method in class com.omertron.themoviedbapi.model.TmdbConfiguration +
  +
setBelongsToCollection(Collection) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setBiography(String) - +Method in class com.omertron.themoviedbapi.model.Person +
  +
setBirthday(String) - +Method in class com.omertron.themoviedbapi.model.Person +
  +
setBirthplace(String) - +Method in class com.omertron.themoviedbapi.model.Person +
  +
setBudget(long) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setCast(List<PersonCast>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts +
  +
setCast(List<PersonCredit>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits +
  +
setCastId(int) - +Method in class com.omertron.themoviedbapi.model.PersonCast +
  +
setCertification(String) - +Method in class com.omertron.themoviedbapi.model.ReleaseInfo +
  +
setChangeKeys(List<String>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperConfig +
  +
setChanges(List<MovieChanges>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperChanges +
  +
setCharacter(String) - +Method in class com.omertron.themoviedbapi.model.Person +
  +
setCharacter(String) - +Method in class com.omertron.themoviedbapi.model.PersonCast +
  +
setCharacter(String) - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
  +
setCompanyId(int) - +Method in class com.omertron.themoviedbapi.model.Company +
  +
setCompanyId(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies +
  +
setCountries(List<ReleaseInfo>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo +
  +
setCountry(String) - +Method in class com.omertron.themoviedbapi.model.AlternativeTitle +
  +
setCountry(String) - +Method in class com.omertron.themoviedbapi.model.ReleaseInfo +
  +
setCrew(List<PersonCrew>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts +
  +
setCrew(List<PersonCredit>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits +
  +
setDeathday(String) - +Method in class com.omertron.themoviedbapi.model.Person +
  +
setDepartment(String) - +Method in class com.omertron.themoviedbapi.model.Person +
  +
setDepartment(String) - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
  +
setDepartment(String) - +Method in class com.omertron.themoviedbapi.model.PersonCrew +
  +
setDescription(String) - +Method in class com.omertron.themoviedbapi.model.Company +
  +
setDescription(String) - +Method in class com.omertron.themoviedbapi.model.MovieList +
  +
setEnglishName(String) - +Method in class com.omertron.themoviedbapi.model.Translation +
  +
setExpires(String) - +Method in class com.omertron.themoviedbapi.model.TokenAuthorisation +
  +
setExpiresAt(String) - +Method in class com.omertron.themoviedbapi.model.TokenSession +
  +
setFavoriteCount(int) - +Method in class com.omertron.themoviedbapi.model.MovieList +
  +
setFilePath(String) - +Method in class com.omertron.themoviedbapi.model.Artwork +
  +
setFlag(String) - +Method in class com.omertron.themoviedbapi.model.Artwork +
  +
setGenres(List<Genre>) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setGenres(List<Genre>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperGenres +
  +
setGuestSessionId(String) - +Method in class com.omertron.themoviedbapi.model.TokenSession +
  +
setHeadquarters(String) - +Method in class com.omertron.themoviedbapi.model.Company +
  +
setHeight(int) - +Method in class com.omertron.themoviedbapi.model.Artwork +
  +
setHomepage(String) - +Method in class com.omertron.themoviedbapi.model.Company +
  +
setHomepage(String) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setHomepage(String) - +Method in class com.omertron.themoviedbapi.model.Person +
  +
setId(String) - +Method in class com.omertron.themoviedbapi.model.ChangeItem +
  +
setId(int) - +Method in class com.omertron.themoviedbapi.model.ChangeValue +
  +
setId(int) - +Method in class com.omertron.themoviedbapi.model.Collection +
  +
setId(int) - +Method in class com.omertron.themoviedbapi.model.CollectionInfo +
  +
setId(int) - +Method in class com.omertron.themoviedbapi.model.Genre +
  +
setId(int) - +Method in class com.omertron.themoviedbapi.model.Keyword +
  +
setId(int) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setId(String) - +Method in class com.omertron.themoviedbapi.model.MovieList +
  +
setId(int) - +Method in class com.omertron.themoviedbapi.model.Person +
  +
setId(int) - +Method in class com.omertron.themoviedbapi.model.PersonCast +
  +
setId(int) - +Method in class com.omertron.themoviedbapi.model.PersonCrew +
  +
setId(int) - +Method in class com.omertron.themoviedbapi.model.ProductionCompany +
  +
setId(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles +
  +
setId(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperImages +
  +
setId(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie +
  +
setId(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts +
  +
setId(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords +
  +
setId(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList +
  +
setId(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits +
  +
setId(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo +
  +
setId(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperTrailers +
  +
setId(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperTranslations +
  +
setImdbID(String) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setIsoCode(String) - +Method in class com.omertron.themoviedbapi.model.Language +
  +
setIsoCode(String) - +Method in class com.omertron.themoviedbapi.model.ProductionCountry +
  +
setIsoCode(String) - +Method in class com.omertron.themoviedbapi.model.Translation +
  +
setItemCount(int) - +Method in class com.omertron.themoviedbapi.model.MovieList +
  +
setItems(List<ChangeItem>) - +Method in class com.omertron.themoviedbapi.model.MovieChanges +
  +
setJob(String) - +Method in class com.omertron.themoviedbapi.model.Person +
  +
setJob(String) - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
  +
setJob(String) - +Method in class com.omertron.themoviedbapi.model.PersonCrew +
  +
setKey(String) - +Method in class com.omertron.themoviedbapi.model.MovieChanges +
  +
setKeywords(List<Keyword>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords +
  +
setLanguage(String) - +Method in class com.omertron.themoviedbapi.model.Artwork +
  +
setLanguage(String) - +Method in class com.omertron.themoviedbapi.model.ChangeItem +
  +
setLanguage(String) - +Method in class com.omertron.themoviedbapi.model.ChangeValue +
  +
setLanguage(String) - +Method in class com.omertron.themoviedbapi.model.MovieList +
  +
setListType(String) - +Method in class com.omertron.themoviedbapi.model.MovieList +
  +
setLogoPath(String) - +Method in class com.omertron.themoviedbapi.model.Company +
  +
setLogoSizes(List<String>) - +Method in class com.omertron.themoviedbapi.model.TmdbConfiguration +
  +
setMovieId(int) - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
  +
setMovieList(List<MovieList>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList +
  +
setMovieOriginalTitle(String) - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
  +
setMovies(List<MovieDb>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie +
  +
setMovieTitle(String) - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
  +
setName(String) - +Method in class com.omertron.themoviedbapi.model.ChangeValue +
  +
setName(String) - +Method in class com.omertron.themoviedbapi.model.Collection +
  +
setName(String) - +Method in class com.omertron.themoviedbapi.model.CollectionInfo +
  +
setName(String) - +Method in class com.omertron.themoviedbapi.model.Company +
  +
setName(String) - +Method in class com.omertron.themoviedbapi.model.Genre +
  +
setName(String) - +Method in class com.omertron.themoviedbapi.model.Keyword +
  +
setName(String) - +Method in class com.omertron.themoviedbapi.model.Language +
  +
setName(String) - +Method in class com.omertron.themoviedbapi.model.MovieList +
  +
setName(String) - +Method in class com.omertron.themoviedbapi.model.Person +
  +
setName(String) - +Method in class com.omertron.themoviedbapi.model.PersonCast +
  +
setName(String) - +Method in class com.omertron.themoviedbapi.model.PersonCrew +
  +
setName(String) - +Method in class com.omertron.themoviedbapi.model.ProductionCompany +
  +
setName(String) - +Method in class com.omertron.themoviedbapi.model.ProductionCountry +
  +
setName(String) - +Method in class com.omertron.themoviedbapi.model.Trailer +
  +
setName(String) - +Method in class com.omertron.themoviedbapi.model.Translation +
  +
setOrder(int) - +Method in class com.omertron.themoviedbapi.model.Person +
  +
setOrder(int) - +Method in class com.omertron.themoviedbapi.model.PersonCast +
  +
setOriginalTitle(String) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setOriginalValue(ChangeValue) - +Method in class com.omertron.themoviedbapi.model.ChangeItem +
  +
setOverview(String) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setPage(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection +
  +
setPage(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCompany +
  +
setPage(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies +
  +
setPage(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords +
  +
setPage(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie +
  +
setPage(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList +
  +
setPage(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperPerson +
  +
setParentCompany(String) - +Method in class com.omertron.themoviedbapi.model.Company +
  +
setParts(List<Collection>) - +Method in class com.omertron.themoviedbapi.model.CollectionInfo +
  +
setPersonType(PersonType) - +Method in class com.omertron.themoviedbapi.model.Person +
  +
setPersonType(PersonType) - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
  +
setPopularity(float) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setPoster(Artwork) - +Method in class com.omertron.themoviedbapi.model.ChangeValue +
  +
setPosterPath(String) - +Method in class com.omertron.themoviedbapi.model.Collection +
  +
setPosterPath(String) - +Method in class com.omertron.themoviedbapi.model.CollectionInfo +
  +
setPosterPath(String) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setPosterPath(String) - +Method in class com.omertron.themoviedbapi.model.MovieList +
  +
setPosterPath(String) - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
  +
setPosters(List<Artwork>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperImages +
  +
setPosterSizes(List<String>) - +Method in class com.omertron.themoviedbapi.model.TmdbConfiguration +
  +
setProductionCompanies(List<ProductionCompany>) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setProductionCountries(List<ProductionCountry>) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setProfilePath(String) - +Method in class com.omertron.themoviedbapi.model.Person +
  +
setProfilePath(String) - +Method in class com.omertron.themoviedbapi.model.PersonCast +
  +
setProfilePath(String) - +Method in class com.omertron.themoviedbapi.model.PersonCrew +
  +
setProfiles(List<Artwork>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperImages +
  +
setProfileSizes(List<String>) - +Method in class com.omertron.themoviedbapi.model.TmdbConfiguration +
  +
setProxy(String, String, String, String) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
Set the proxy information +
setProxyHost(String) - +Static method in class com.omertron.themoviedbapi.tools.WebBrowser +
  +
setProxyPassword(String) - +Static method in class com.omertron.themoviedbapi.tools.WebBrowser +
  +
setProxyPort(String) - +Static method in class com.omertron.themoviedbapi.tools.WebBrowser +
  +
setProxyUsername(String) - +Static method in class com.omertron.themoviedbapi.tools.WebBrowser +
  +
setQuicktime(List<Trailer>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperTrailers +
  +
setReleaseDate(String) - +Method in class com.omertron.themoviedbapi.model.Collection +
  +
setReleaseDate(String) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setReleaseDate(String) - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
  +
setReleaseDate(String) - +Method in class com.omertron.themoviedbapi.model.ReleaseInfo +
  +
setRequestToken(String) - +Method in class com.omertron.themoviedbapi.model.TokenAuthorisation +
  +
setResults(List<Collection>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection +
  +
setResults(List<Company>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCompany +
  +
setResults(List<MovieDb>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies +
  +
setResults(List<Keyword>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords +
  +
setResults(List<Person>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperPerson +
  +
setRevenue(long) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setRuntime(int) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setSecureBaseUrl(String) - +Method in class com.omertron.themoviedbapi.model.TmdbConfiguration +
  +
setSessionId(String) - +Method in class com.omertron.themoviedbapi.model.TokenSession +
  +
setSite(String) - +Method in class com.omertron.themoviedbapi.model.ChangeValue +
  +
setSize(String) - +Method in class com.omertron.themoviedbapi.model.Trailer +
  +
setSource(String) - +Method in class com.omertron.themoviedbapi.model.Trailer +
  +
setSpokenLanguages(List<Language>) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setStatus(String) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setStatusCode(int) - +Method in class com.omertron.themoviedbapi.model.StatusCode +
  +
setStatusCode(String) - +Method in class com.omertron.themoviedbapi.model.TokenSession +
  +
setStatusMessage(String) - +Method in class com.omertron.themoviedbapi.model.StatusCode +
  +
setStatusMessage(String) - +Method in class com.omertron.themoviedbapi.model.TokenSession +
  +
setSuccess(Boolean) - +Method in class com.omertron.themoviedbapi.model.TokenAuthorisation +
  +
setSuccess(Boolean) - +Method in class com.omertron.themoviedbapi.model.TokenSession +
  +
setTagline(String) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setTime(String) - +Method in class com.omertron.themoviedbapi.model.ChangeItem +
  +
setTimeout(int, int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
Set the connection and read time out values +
setTitle(String) - +Method in class com.omertron.themoviedbapi.model.AlternativeTitle +
  +
setTitle(String) - +Method in class com.omertron.themoviedbapi.model.ChangeValue +
  +
setTitle(String) - +Method in class com.omertron.themoviedbapi.model.Collection +
  +
setTitle(String) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setTitles(List<AlternativeTitle>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles +
  +
setTmdbConfiguration(TmdbConfiguration) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperConfig +
  +
setTotalPages(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection +
  +
setTotalPages(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCompany +
  +
setTotalPages(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies +
  +
setTotalPages(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords +
  +
setTotalPages(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie +
  +
setTotalPages(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList +
  +
setTotalPages(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperPerson +
  +
setTotalResults(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection +
  +
setTotalResults(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCompany +
  +
setTotalResults(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies +
  +
setTotalResults(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperKeywords +
  +
setTotalResults(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie +
  +
setTotalResults(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList +
  +
setTotalResults(int) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperPerson +
  +
setTranslations(List<Translation>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperTranslations +
  +
setValue(ChangeValue) - +Method in class com.omertron.themoviedbapi.model.ChangeItem +
  +
setVoteAverage(float) - +Method in class com.omertron.themoviedbapi.model.Artwork +
  +
setVoteAverage(float) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setVoteCount(int) - +Method in class com.omertron.themoviedbapi.model.Artwork +
  +
setVoteCount(int) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
setWebsite(String) - +Method in class com.omertron.themoviedbapi.model.Trailer +
  +
setWebTimeoutConnect(int) - +Static method in class com.omertron.themoviedbapi.tools.WebBrowser +
  +
setWebTimeoutRead(int) - +Static method in class com.omertron.themoviedbapi.tools.WebBrowser +
  +
setWidth(int) - +Method in class com.omertron.themoviedbapi.model.Artwork +
  +
setYoutube(List<Trailer>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperTrailers +
  +
StatusCode - Class in com.omertron.themoviedbapi.model
 
StatusCode() - +Constructor for class com.omertron.themoviedbapi.model.StatusCode +
  +
+
+

+T

+
+
TheMovieDbApi - Class in com.omertron.themoviedbapi
The MovieDb API + + This is for version 3 of the API as specified here: http://help.themoviedb.org/kb/api/about-3
TheMovieDbApi(String) - +Constructor for class com.omertron.themoviedbapi.TheMovieDbApi +
API for The Movie Db. +
TmdbConfiguration - Class in com.omertron.themoviedbapi.model
 
TmdbConfiguration() - +Constructor for class com.omertron.themoviedbapi.model.TmdbConfiguration +
  +
TokenAuthorisation - Class in com.omertron.themoviedbapi.model
 
TokenAuthorisation() - +Constructor for class com.omertron.themoviedbapi.model.TokenAuthorisation +
  +
TokenSession - Class in com.omertron.themoviedbapi.model
 
TokenSession() - +Constructor for class com.omertron.themoviedbapi.model.TokenSession +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.AlternativeTitle +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.Artwork +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.ChangeItem +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.Collection +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.CollectionInfo +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.Company +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.Genre +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.Keyword +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.Language +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.MovieList +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.Person +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.PersonCast +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.PersonCredit +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.PersonCrew +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.ProductionCompany +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.ProductionCountry +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.ReleaseInfo +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.StatusCode +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.TmdbConfiguration +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.TokenAuthorisation +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.TokenSession +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.Trailer +
  +
toString() - +Method in class com.omertron.themoviedbapi.model.Translation +
  +
toString() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies +
  +
toString() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperMovie +
  +
Trailer - Class in com.omertron.themoviedbapi.model
 
Trailer() - +Constructor for class com.omertron.themoviedbapi.model.Trailer +
  +
Translation - Class in com.omertron.themoviedbapi.model
 
Translation() - +Constructor for class com.omertron.themoviedbapi.model.Translation +
  +
+
+

+V

+
+
valueOf(String) - +Static method in enum com.omertron.themoviedbapi.model.ArtworkType +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum com.omertron.themoviedbapi.model.PersonType +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType +
Returns the enum constant of this type with the specified name. +
values() - +Static method in enum com.omertron.themoviedbapi.model.ArtworkType +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum com.omertron.themoviedbapi.model.PersonType +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType +
Returns an array containing the constants of this enum type, in +the order they are declared. +
+
+

+W

+
+
WebBrowser - Class in com.omertron.themoviedbapi.tools
Web browser with simple cookies support
WebBrowser() - +Constructor for class com.omertron.themoviedbapi.tools.WebBrowser +
  +
WEBSITE_QUICKTIME - +Static variable in class com.omertron.themoviedbapi.model.Trailer +
  +
WEBSITE_YOUTUBE - +Static variable in class com.omertron.themoviedbapi.model.Trailer +
  +
WrapperAlternativeTitles - Class in com.omertron.themoviedbapi.wrapper
 
WrapperAlternativeTitles() - +Constructor for class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles +
  +
WrapperChanges - Class in com.omertron.themoviedbapi.wrapper
 
WrapperChanges() - +Constructor for class com.omertron.themoviedbapi.wrapper.WrapperChanges +
  +
WrapperCollection - Class in com.omertron.themoviedbapi.wrapper
 
WrapperCollection() - +Constructor for class com.omertron.themoviedbapi.wrapper.WrapperCollection +
  +
WrapperCompany - Class in com.omertron.themoviedbapi.wrapper
 
WrapperCompany() - +Constructor for class com.omertron.themoviedbapi.wrapper.WrapperCompany +
  +
WrapperCompanyMovies - Class in com.omertron.themoviedbapi.wrapper
 
WrapperCompanyMovies() - +Constructor for class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies +
  +
WrapperConfig - Class in com.omertron.themoviedbapi.wrapper
 
WrapperConfig() - +Constructor for class com.omertron.themoviedbapi.wrapper.WrapperConfig +
  +
WrapperGenres - Class in com.omertron.themoviedbapi.wrapper
Wrapper class for the Genres searches
WrapperGenres() - +Constructor for class com.omertron.themoviedbapi.wrapper.WrapperGenres +
  +
WrapperImages - Class in com.omertron.themoviedbapi.wrapper
 
WrapperImages() - +Constructor for class com.omertron.themoviedbapi.wrapper.WrapperImages +
  +
WrapperKeywords - Class in com.omertron.themoviedbapi.wrapper
 
WrapperKeywords() - +Constructor for class com.omertron.themoviedbapi.wrapper.WrapperKeywords +
  +
WrapperMovie - Class in com.omertron.themoviedbapi.wrapper
 
WrapperMovie() - +Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovie +
  +
WrapperMovieCasts - Class in com.omertron.themoviedbapi.wrapper
 
WrapperMovieCasts() - +Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts +
  +
WrapperMovieKeywords - Class in com.omertron.themoviedbapi.wrapper
 
WrapperMovieKeywords() - +Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords +
  +
WrapperMovieList - Class in com.omertron.themoviedbapi.wrapper
 
WrapperMovieList() - +Constructor for class com.omertron.themoviedbapi.wrapper.WrapperMovieList +
  +
WrapperPerson - Class in com.omertron.themoviedbapi.wrapper
 
WrapperPerson() - +Constructor for class com.omertron.themoviedbapi.wrapper.WrapperPerson +
  +
WrapperPersonCredits - Class in com.omertron.themoviedbapi.wrapper
 
WrapperPersonCredits() - +Constructor for class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits +
  +
WrapperReleaseInfo - Class in com.omertron.themoviedbapi.wrapper
 
WrapperReleaseInfo() - +Constructor for class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo +
  +
WrapperTrailers - Class in com.omertron.themoviedbapi.wrapper
 
WrapperTrailers() - +Constructor for class com.omertron.themoviedbapi.wrapper.WrapperTrailers +
  +
WrapperTranslations - Class in com.omertron.themoviedbapi.wrapper
 
WrapperTranslations() - +Constructor for class com.omertron.themoviedbapi.wrapper.WrapperTranslations +
  +
+
+A B C E F G H I K L M O P R S T V W + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/index.html b/apidocs/index.html new file mode 100644 index 000000000..5e984a77b --- /dev/null +++ b/apidocs/index.html @@ -0,0 +1,40 @@ + + + + + + + +API-The MovieDB 3.4-SNAPSHOT API + + + + + + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to<A HREF="overview-summary.html">Non-frame version.</A> + + + diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html new file mode 100644 index 000000000..d45d30ae2 --- /dev/null +++ b/apidocs/overview-frame.html @@ -0,0 +1,49 @@ + + + + + + + +Overview List (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + + + + +
+
+ + + + + +
All Classes +

+ +Packages +
+com.omertron.themoviedbapi +
+com.omertron.themoviedbapi.model +
+com.omertron.themoviedbapi.tools +
+com.omertron.themoviedbapi.wrapper +
+

+ +

+  + + diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html new file mode 100644 index 000000000..81ce20ce6 --- /dev/null +++ b/apidocs/overview-summary.html @@ -0,0 +1,169 @@ + + + + + + + +Overview (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +


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

+API-The MovieDB 3.4-SNAPSHOT API +

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages
com.omertron.themoviedbapi 
com.omertron.themoviedbapi.model 
com.omertron.themoviedbapi.tools 
com.omertron.themoviedbapi.wrapper 
+ +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html new file mode 100644 index 000000000..ee06a9589 --- /dev/null +++ b/apidocs/overview-tree.html @@ -0,0 +1,195 @@ + + + + + + + +Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
com.omertron.themoviedbapi, com.omertron.themoviedbapi.model, com.omertron.themoviedbapi.tools, com.omertron.themoviedbapi.wrapper
+
+

+Class Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/package-list b/apidocs/package-list new file mode 100644 index 000000000..43e73c432 --- /dev/null +++ b/apidocs/package-list @@ -0,0 +1,4 @@ +com.omertron.themoviedbapi +com.omertron.themoviedbapi.model +com.omertron.themoviedbapi.tools +com.omertron.themoviedbapi.wrapper diff --git a/apidocs/resources/inherit.gif b/apidocs/resources/inherit.gif new file mode 100644 index 000000000..c814867a1 Binary files /dev/null and b/apidocs/resources/inherit.gif differ diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html new file mode 100644 index 000000000..9e3b3c62d --- /dev/null +++ b/apidocs/serialized-form.html @@ -0,0 +1,1796 @@ + + + + + + + +Serialized Form (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Serialized Form

+
+
+ + + + + +
+Package com.omertron.themoviedbapi
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.MovieDbException extends Exception implements Serializable
+ +

+serialVersionUID: -8952129102483143278L + +

+ + + + + +
+Serialized Fields
+ +

+exceptionType

+
+MovieDbException.MovieDbExceptionType exceptionType
+
+
+
+
+
+

+response

+
+String response
+
+
+
+
+
+ + + + + +
+Package com.omertron.themoviedbapi.model
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.AlternativeTitle extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+country

+
+String country
+
+
+
+
+
+

+title

+
+String title
+
+
+
+
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.Artwork extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+aspectRatio

+
+float aspectRatio
+
+
+
+
+
+

+filePath

+
+String filePath
+
+
+
+
+
+

+height

+
+int height
+
+
+
+
+
+

+language

+
+String language
+
+
+
+
+
+

+width

+
+int width
+
+
+
+
+
+

+voteAverage

+
+float voteAverage
+
+
+
+
+
+

+voteCount

+
+int voteCount
+
+
+
+
+
+

+flag

+
+String flag
+
+
+
+
+
+

+artworkType

+
+ArtworkType artworkType
+
+
+
+
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.Collection extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+id

+
+int id
+
+
+
+
+
+

+title

+
+String title
+
+
+
+
+
+

+name

+
+String name
+
+
+
+
+
+

+posterPath

+
+String posterPath
+
+
+
+
+
+

+backdropPath

+
+String backdropPath
+
+
+
+
+
+

+releaseDate

+
+String releaseDate
+
+
+
+
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.CollectionInfo extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+id

+
+int id
+
+
+
+
+
+

+name

+
+String name
+
+
+
+
+
+

+posterPath

+
+String posterPath
+
+
+
+
+
+

+backdropPath

+
+String backdropPath
+
+
+
+
+
+

+parts

+
+List<E> parts
+
+
+
+
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.Company extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+companyId

+
+int companyId
+
+
+
+
+
+

+name

+
+String name
+
+
+
+
+
+

+description

+
+String description
+
+
+
+
+
+

+headquarters

+
+String headquarters
+
+
+
+
+
+

+homepage

+
+String homepage
+
+
+
+
+
+

+logoPath

+
+String logoPath
+
+
+
+
+
+

+parentCompany

+
+String parentCompany
+
+
+
+
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.Genre extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+id

+
+int id
+
+
+
+
+
+

+name

+
+String name
+
+
+
+
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.Keyword extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+id

+
+int id
+
+
+
+
+
+

+name

+
+String name
+
+
+
+
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.Language extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+isoCode

+
+String isoCode
+
+
+
+
+
+

+name

+
+String name
+
+
+
+
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.MovieChanges extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+key

+
+String key
+
+
+
+
+
+

+items

+
+List<E> items
+
+
+
+
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.MovieDb extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+backdropPath

+
+String backdropPath
+
+
+
+
+
+

+id

+
+int id
+
+
+
+
+
+

+originalTitle

+
+String originalTitle
+
+
+
+
+
+

+popularity

+
+float popularity
+
+
+
+
+
+

+posterPath

+
+String posterPath
+
+
+
+
+
+

+releaseDate

+
+String releaseDate
+
+
+
+
+
+

+title

+
+String title
+
+
+
+
+
+

+adult

+
+boolean adult
+
+
+
+
+
+

+belongsToCollection

+
+Collection belongsToCollection
+
+
+
+
+
+

+budget

+
+long budget
+
+
+
+
+
+

+genres

+
+List<E> genres
+
+
+
+
+
+

+homepage

+
+String homepage
+
+
+
+
+
+

+imdbID

+
+String imdbID
+
+
+
+
+
+

+overview

+
+String overview
+
+
+
+
+
+

+productionCompanies

+
+List<E> productionCompanies
+
+
+
+
+
+

+productionCountries

+
+List<E> productionCountries
+
+
+
+
+
+

+revenue

+
+long revenue
+
+
+
+
+
+

+runtime

+
+int runtime
+
+
+
+
+
+

+spokenLanguages

+
+List<E> spokenLanguages
+
+
+
+
+
+

+tagline

+
+String tagline
+
+
+
+
+
+

+voteAverage

+
+float voteAverage
+
+
+
+
+
+

+voteCount

+
+int voteCount
+
+
+
+
+
+

+status

+
+String status
+
+
+
+
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.MovieList extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+description

+
+String description
+
+
+
+
+
+

+favoriteCount

+
+int favoriteCount
+
+
+
+
+
+

+id

+
+String id
+
+
+
+
+
+

+itemCount

+
+int itemCount
+
+
+
+
+
+

+language

+
+String language
+
+
+
+
+
+

+name

+
+String name
+
+
+
+
+
+

+posterPath

+
+String posterPath
+
+
+
+
+
+

+listType

+
+String listType
+
+
+
+
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.Person extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+id

+
+int id
+
+
+
+
+
+

+name

+
+String name
+
+
+
+
+
+

+profilePath

+
+String profilePath
+
+
+
+
+
+

+personType

+
+PersonType personType
+
+
+
+
+
+

+department

+
+String department
+
+
+
+
+
+

+job

+
+String job
+
+
+
+
+
+

+character

+
+String character
+
+
+
+
+
+

+order

+
+int order
+
+
+
+
+
+

+adult

+
+boolean adult
+
+
+
+
+
+

+aka

+
+List<E> aka
+
+
+
+
+
+

+biography

+
+String biography
+
+
+
+
+
+

+birthday

+
+String birthday
+
+
+
+
+
+

+deathday

+
+String deathday
+
+
+
+
+
+

+homepage

+
+String homepage
+
+
+
+
+
+

+birthplace

+
+String birthplace
+
+
+
+
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.PersonCast extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+id

+
+int id
+
+
+
+
+
+

+character

+
+String character
+
+
+
+
+
+

+name

+
+String name
+
+
+
+
+
+

+order

+
+int order
+
+
+
+
+
+

+profilePath

+
+String profilePath
+
+
+
+
+
+

+castId

+
+int castId
+
+
+
+
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.PersonCredit extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+movieId

+
+int movieId
+
+
+
+
+
+

+character

+
+String character
+
+
+
+
+
+

+movieOriginalTitle

+
+String movieOriginalTitle
+
+
+
+
+
+

+posterPath

+
+String posterPath
+
+
+
+
+
+

+releaseDate

+
+String releaseDate
+
+
+
+
+
+

+movieTitle

+
+String movieTitle
+
+
+
+
+
+

+department

+
+String department
+
+
+
+
+
+

+job

+
+String job
+
+
+
+
+
+

+adult

+
+String adult
+
+
+
+
+
+

+personType

+
+PersonType personType
+
+
+
+
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.PersonCrew extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+id

+
+int id
+
+
+
+
+
+

+department

+
+String department
+
+
+
+
+
+

+job

+
+String job
+
+
+
+
+
+

+name

+
+String name
+
+
+
+
+
+

+profilePath

+
+String profilePath
+
+
+
+
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.ProductionCompany extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+id

+
+int id
+
+
+
+
+
+

+name

+
+String name
+
+
+
+
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.ProductionCountry extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+isoCode

+
+String isoCode
+
+
+
+
+
+

+name

+
+String name
+
+
+
+
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.ReleaseInfo extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+country

+
+String country
+
+
+
+
+
+

+certification

+
+String certification
+
+
+
+
+
+

+releaseDate

+
+String releaseDate
+
+
+
+
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.StatusCode extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+statusCode

+
+int statusCode
+
+
+
+
+
+

+statusMessage

+
+String statusMessage
+
+
+
+
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.TmdbConfiguration extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+baseUrl

+
+String baseUrl
+
+
+
+
+
+

+secureBaseUrl

+
+String secureBaseUrl
+
+
+
+
+
+

+posterSizes

+
+List<E> posterSizes
+
+
+
+
+
+

+backdropSizes

+
+List<E> backdropSizes
+
+
+
+
+
+

+profileSizes

+
+List<E> profileSizes
+
+
+
+
+
+

+logoSizes

+
+List<E> logoSizes
+
+
+
+
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.Trailer extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+name

+
+String name
+
+
+
+
+
+

+size

+
+String size
+
+
+
+
+
+

+source

+
+String source
+
+
+
+
+
+

+website

+
+String website
+
+
+
+
+ +

+ + + + + +
+Class com.omertron.themoviedbapi.model.Translation extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+englishName

+
+String englishName
+
+
+
+
+
+

+isoCode

+
+String isoCode
+
+
+
+
+
+

+name

+
+String name
+
+
+
+
+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/stylesheet.css b/apidocs/stylesheet.css new file mode 100644 index 000000000..6ea9e5161 --- /dev/null +++ b/apidocs/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ +.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} + diff --git a/css/maven-base.css b/css/maven-base.css new file mode 100644 index 000000000..780cbb357 --- /dev/null +++ b/css/maven-base.css @@ -0,0 +1,155 @@ +body { + margin: 0px; + padding: 0px; +} +img { + border:none; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#banner img { + border: none; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#navcolumn li.none { + text-indent: -1em; + margin-left: 1em; +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} +#navcolumn img.imageLink, .imageLink { + padding-left: 0px; + padding-bottom: 0px; + padding-top: 0px; + padding-right: 2px; + border: 0px; + margin: 0px; +} diff --git a/css/maven-theme.css b/css/maven-theme.css new file mode 100644 index 000000000..c982168bf --- /dev/null +++ b/css/maven-theme.css @@ -0,0 +1,141 @@ +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: normal; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + diff --git a/css/print.css b/css/print.css new file mode 100644 index 000000000..26ad7f0b5 --- /dev/null +++ b/css/print.css @@ -0,0 +1,7 @@ +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} diff --git a/css/site.css b/css/site.css new file mode 100644 index 000000000..055e7e286 --- /dev/null +++ b/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/dependencies.html b/dependencies.html new file mode 100644 index 000000000..37c387f3e --- /dev/null +++ b/dependencies.html @@ -0,0 +1,123 @@ + + + + + + API-The MovieDB - Project Dependencies + + + + + + + + + +
+ +
+
+
+

Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionType
com.fasterxml.jackson.corejackson-annotations2.1.2jar
com.fasterxml.jackson.corejackson-core2.1.2jar
com.fasterxml.jackson.corejackson-databind2.1.2jar
commons-codeccommons-codec1.7jar
log4jlog4j1.2.17jar
org.apache.commonscommons-lang33.1jar

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupIdArtifactIdVersionType
junitjunit4.11jar

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupIdArtifactIdVersionType
org.hamcresthamcrest-core1.3jar

Project Dependency Graph

+

Dependency Tree

Licenses

New BSD License: Hamcrest Core

GNU General Public License v3+: API-The MovieDB

Common Public License Version 1.0: JUnit

The Apache Software License, Version 2.0: Apache Log4j, Commons Codec, Commons Lang, Jackson-annotations, Jackson-core, jackson-databind

Dependency File Details

FilenameSizeEntriesClassesPackagesJDK RevDebug
jackson-annotations-2.1.2.jar33.67 kB594811.5debug
jackson-core-2.1.2.jar201.84 kB1108981.5debug
jackson-databind-2.1.2.jar903.08 kB564531201.5debug
commons-codec-1.7.jar253.52 kB2278561.6debug
junit-4.11.jar239.30 kB266233281.5debug
log4j-1.2.17.jar478.40 kB353314211.4debug
commons-lang3-3.1.jar308.40 kB179153121.5debug
hamcrest-core-1.3.jar43.97 kB524531.5debug
TotalSizeEntriesClassesPackagesJDK RevDebug
82.40 MB1,8101,498991.68
compile: 6compile: 2.13 MBcompile: 1,492compile: 1,220compile: 68-compile: 6
test: 2test: 283.26 kBtest: 318test: 278test: 31-test: 2

Dependency Repository Locations

Repo IDURLReleaseSnapshot
apache.snapshotshttp://repository.apache.org/snapshots-Yes
sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
maven2-repository.dev.java.nethttp://download.java.net/maven/2/YesYes
centralhttp://repo.maven.apache.org/maven2Yes-

Repository locations for each of the Dependencies.

Artifactapache.snapshotssonatype-nexus-snapshotsmaven2-repository.dev.java.netcentral
com.fasterxml.jackson.core:jackson-annotations:jar:2.1.2---Found at http://repo.maven.apache.org/maven2
com.fasterxml.jackson.core:jackson-core:jar:2.1.2---Found at http://repo.maven.apache.org/maven2
com.fasterxml.jackson.core:jackson-databind:jar:2.1.2---Found at http://repo.maven.apache.org/maven2
commons-codec:commons-codec:jar:1.7---Found at http://repo.maven.apache.org/maven2
junit:junit:jar:4.11---Found at http://repo.maven.apache.org/maven2
log4j:log4j:jar:1.2.17---Found at http://repo.maven.apache.org/maven2
org.apache.commons:commons-lang3:jar:3.1---Found at http://repo.maven.apache.org/maven2
org.hamcrest:hamcrest-core:jar:1.3---Found at http://repo.maven.apache.org/maven2
Totalapache.snapshotssonatype-nexus-snapshotsmaven2-repository.dev.java.netcentral
8 (compile: 6, test: 2)0008
+
+
+
+
+
+ + + diff --git a/images/close.gif b/images/close.gif new file mode 100644 index 000000000..1c26bbc52 Binary files /dev/null and b/images/close.gif differ diff --git a/images/collapsed.gif b/images/collapsed.gif new file mode 100644 index 000000000..6e7108406 Binary files /dev/null and b/images/collapsed.gif differ diff --git a/images/expanded.gif b/images/expanded.gif new file mode 100644 index 000000000..0fef3d89e Binary files /dev/null and b/images/expanded.gif differ diff --git a/images/external.png b/images/external.png new file mode 100644 index 000000000..3f999fc88 Binary files /dev/null and b/images/external.png differ diff --git a/images/icon_error_sml.gif b/images/icon_error_sml.gif new file mode 100644 index 000000000..61132ef2b Binary files /dev/null and b/images/icon_error_sml.gif differ diff --git a/images/icon_info_sml.gif b/images/icon_info_sml.gif new file mode 100644 index 000000000..c6cb9ad7c Binary files /dev/null and b/images/icon_info_sml.gif differ diff --git a/images/icon_success_sml.gif b/images/icon_success_sml.gif new file mode 100644 index 000000000..52e85a430 Binary files /dev/null and b/images/icon_success_sml.gif differ diff --git a/images/icon_warning_sml.gif b/images/icon_warning_sml.gif new file mode 100644 index 000000000..873bbb52c Binary files /dev/null and b/images/icon_warning_sml.gif differ diff --git a/images/logos/build-by-maven-black.png b/images/logos/build-by-maven-black.png new file mode 100644 index 000000000..919fd0f66 Binary files /dev/null and b/images/logos/build-by-maven-black.png differ diff --git a/images/logos/build-by-maven-white.png b/images/logos/build-by-maven-white.png new file mode 100644 index 000000000..7d44c9c2e Binary files /dev/null and b/images/logos/build-by-maven-white.png differ diff --git a/images/logos/maven-feather.png b/images/logos/maven-feather.png new file mode 100644 index 000000000..b5ada836e Binary files /dev/null and b/images/logos/maven-feather.png differ diff --git a/images/newwindow.png b/images/newwindow.png new file mode 100644 index 000000000..6287f72bd Binary files /dev/null and b/images/newwindow.png differ diff --git a/index.html b/index.html index 03f980162..369b69840 100644 --- a/index.html +++ b/index.html @@ -1 +1,100 @@ -My GitHub Page + + + + + + API-The MovieDB - About + + + + + + + + + +
+ +
+
+
+

About API-The MovieDB

API for the TheMovieDb.org website

+
+
+
+
+
+ + + diff --git a/issue-tracking.html b/issue-tracking.html new file mode 100644 index 000000000..af220216d --- /dev/null +++ b/issue-tracking.html @@ -0,0 +1,100 @@ + + + + + + API-The MovieDB - Issue Tracking + + + + + + + + + +
+ +
+
+
+

Overview

This project uses GitHub to manage its issues.

Issue Tracking

Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.

+
+
+
+
+
+ + + diff --git a/license.html b/license.html new file mode 100644 index 000000000..c9facbd55 --- /dev/null +++ b/license.html @@ -0,0 +1,785 @@ + + + + + + API-The MovieDB - Project License + + + + + + + + + +
+ +
+
+
+

Overview

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

Project License

GNU General Public License v3+

[Original text]

Copy of the license follows.

+

GNU GENERAL PUBLIC LICENSE

+

Version 3, 29 June 2007

+ +

Copyright © 2007 Free Software Foundation, Inc. + <http://fsf.org/>

+ Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed.

+ +

Preamble

+ +

The GNU General Public License is a free, copyleft license for +software and other kinds of works.

+ +

The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too.

+ +

When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things.

+ +

To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others.

+ +

For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights.

+ +

Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it.

+ +

For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions.

+ +

Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users.

+ +

Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free.

+ +

The precise terms and conditions for copying, distribution and +modification follow.

+ +

TERMS AND CONDITIONS

+ +

0. Definitions.

+ +

“This License” refers to version 3 of the GNU General Public License.

+ +

“Copyright” also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks.

+ +

“The Program” refers to any copyrightable work licensed under this +License. Each licensee is addressed as “you”. “Licensees” and +“recipients” may be individuals or organizations.

+ +

To “modify” a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a “modified version” of the +earlier work or a work “based on” the earlier work.

+ +

A “covered work” means either the unmodified Program or a work based +on the Program.

+ +

To “propagate” a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well.

+ +

To “convey” a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying.

+ +

An interactive user interface displays “Appropriate Legal Notices” +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion.

+ +

1. Source Code.

+ +

The “source code” for a work means the preferred form of the work +for making modifications to it. “Object code” means any non-source +form of a work.

+ +

A “Standard Interface” means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language.

+ +

The “System Libraries” of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +“Major Component”, in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it.

+ +

The “Corresponding Source” for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work.

+ +

The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source.

+ +

The Corresponding Source for a work in source code form is that +same work.

+ +

2. Basic Permissions.

+ +

All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law.

+ +

You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you.

+ +

Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary.

+ +

3. Protecting Users' Legal Rights From Anti-Circumvention Law.

+ +

No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures.

+ +

When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures.

+ +

4. Conveying Verbatim Copies.

+ +

You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program.

+ +

You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee.

+ +

5. Conveying Modified Source Versions.

+ +

You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions:

+ +
    +
  • a) The work must carry prominent notices stating that you modified + it, and giving a relevant date.
  • + +
  • b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + “keep intact all notices”.
  • + +
  • c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it.
  • + +
  • d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so.
  • +
+ +

A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +“aggregate” if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate.

+ +

6. Conveying Non-Source Forms.

+ +

You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways:

+ +
    +
  • a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange.
  • + +
  • b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge.
  • + +
  • c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b.
  • + +
  • d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements.
  • + +
  • e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d.
  • +
+ +

A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work.

+ +

A “User Product” is either (1) a “consumer product”, which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, “normally used” refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product.

+ +

“Installation Information” for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made.

+ +

If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM).

+ +

The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network.

+ +

Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying.

+ +

7. Additional Terms.

+ +

“Additional permissions” are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions.

+ +

When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission.

+ +

Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms:

+ +
    +
  • a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or
  • + +
  • b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or
  • + +
  • c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or
  • + +
  • d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or
  • + +
  • e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or
  • + +
  • f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors.
  • +
+ +

All other non-permissive additional terms are considered “further +restrictions” within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying.

+ +

If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms.

+ +

Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way.

+ +

8. Termination.

+ +

You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11).

+ +

However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation.

+ +

Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice.

+ +

Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10.

+ +

9. Acceptance Not Required for Having Copies.

+ +

You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so.

+ +

10. Automatic Licensing of Downstream Recipients.

+ +

Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License.

+ +

An “entity transaction” is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts.

+ +

You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it.

+ +

11. Patents.

+ +

A “contributor” is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's “contributor version”.

+ +

A contributor's “essential patent claims” are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, “control” includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License.

+ +

Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version.

+ +

In the following three paragraphs, a “patent license” is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To “grant” such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party.

+ +

If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. “Knowingly relying” means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid.

+ +

If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it.

+ +

A patent license is “discriminatory” if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007.

+ +

Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law.

+ +

12. No Surrender of Others' Freedom.

+ +

If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program.

+ +

13. Use with the GNU Affero General Public License.

+ +

Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such.

+ +

14. Revised Versions of this License.

+ +

The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns.

+ +

Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License “or any later version” applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation.

+ +

If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program.

+ +

Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version.

+ +

15. Disclaimer of Warranty.

+ +

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

+ +

16. Limitation of Liability.

+ +

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES.

+ +

17. Interpretation of Sections 15 and 16.

+ +

If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee.

+ +

END OF TERMS AND CONDITIONS

+ +

How to Apply These Terms to Your New Programs

+ +

If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms.

+ +

To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the “copyright” line and a pointer to where the full notice is found.

+ +
    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+ +

Also add information on how to contact you by electronic and paper mail.

+ +

If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode:

+ +
    <program>  Copyright (C) <year>  <name of author>
+    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+ +

The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an “about box”.

+ +

You should also get your employer (if you work as a programmer) or school, +if any, to sign a “copyright disclaimer” for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +<http://www.gnu.org/licenses/>.

+ +

The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +<http://www.gnu.org/philosophy/why-not-lgpl.html>.

+ +
+
+
+
+
+
+ + + diff --git a/project-info.html b/project-info.html new file mode 100644 index 000000000..1899aa09c --- /dev/null +++ b/project-info.html @@ -0,0 +1,100 @@ + + + + + + API-The MovieDB - Project Information + + + + + + + + + +
+ +
+
+
+

Project Information

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

Overview

DocumentDescription
AboutAPI for the TheMovieDb.org website
Source RepositoryThis is a link to the online source repository that can be viewed via a web browser.
Issue TrackingThis is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.
Project SummaryThis document lists other related information of this project
DependenciesThis document lists the project's dependencies and provides information on each dependency.
Project LicenseThis is a link to the definitions of project licenses.
+
+
+
+
+
+ + + diff --git a/project-reports.html b/project-reports.html new file mode 100644 index 000000000..14c5cdae2 --- /dev/null +++ b/project-reports.html @@ -0,0 +1,88 @@ + + + + + + API-The MovieDB - Generated Reports + + + + + + + + + +
+ +
+
+
+

Generated Reports

This document provides an overview of the various reports that are automatically generated by Maven . Each report is briefly described below.

Overview

DocumentDescription
JavaDocsJavaDoc API documentation.
Test JavaDocsTest JavaDoc API documentation.
+
+
+
+
+
+ + + diff --git a/project-summary.html b/project-summary.html new file mode 100644 index 000000000..47039a89e --- /dev/null +++ b/project-summary.html @@ -0,0 +1,100 @@ + + + + + + API-The MovieDB - Project Summary + + + + + + + + + +
+ +
+
+
+

Project Summary

Project Information

FieldValue
NameAPI-The MovieDB
DescriptionAPI for the TheMovieDb.org website
Homepagehttps://github.com/Omertron/api-themoviedb

Project Organization

This project does not belong to an organization.

Build Information

FieldValue
GroupIdcom.omertron
ArtifactIdthemoviedbapi
Version3.4-SNAPSHOT
Typejar
+
+
+
+
+
+ + + diff --git a/source-repository.html b/source-repository.html new file mode 100644 index 000000000..1d0378167 --- /dev/null +++ b/source-repository.html @@ -0,0 +1,100 @@ + + + + + + API-The MovieDB - Source Repository + + + + + + + + + +
+ +
+
+
+

Overview

This project uses a Source Content Management System to manage its source code.

Web Access

The following is a link to the online source repository.

Anonymous access

Refer to the documentation of the SCM used for more information about anonymously check out. The connection url is:

git:git@github.com:Omertron/api-themoviedb.git

Developer access

Refer to the documentation of the SCM used for more information about developer check out. The connection url is:

git:git@github.com:Omertron/api-themoviedb.git

Access from behind a firewall

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+
+
+
+
+ + + diff --git a/testapidocs/allclasses-frame.html b/testapidocs/allclasses-frame.html new file mode 100644 index 000000000..3c102c7e3 --- /dev/null +++ b/testapidocs/allclasses-frame.html @@ -0,0 +1,32 @@ + + + + + + + +All Classes (API-The MovieDB 3.4-SNAPSHOT Test API) + + + + + + + + + + + +All Classes +
+ + + + + +
TheMovieDbApiTest +
+
+ + + diff --git a/testapidocs/allclasses-noframe.html b/testapidocs/allclasses-noframe.html new file mode 100644 index 000000000..aeafb9018 --- /dev/null +++ b/testapidocs/allclasses-noframe.html @@ -0,0 +1,32 @@ + + + + + + + +All Classes (API-The MovieDB 3.4-SNAPSHOT Test API) + + + + + + + + + + + +All Classes +
+ + + + + +
TheMovieDbApiTest +
+
+ + + diff --git a/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html b/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html new file mode 100644 index 000000000..5fe94691d --- /dev/null +++ b/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html @@ -0,0 +1,1359 @@ + + + + + + + +TheMovieDbApiTest (API-The MovieDB 3.4-SNAPSHOT Test API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi +
+Class TheMovieDbApiTest

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.TheMovieDbApiTest
+
+
+
+
public class TheMovieDbApiTest
extends Object
+ + +

+Test cases for TheMovieDbApi API +

+ +

+

+
Author:
+
stuart.boston
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
TheMovieDbApiTest() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidsetUp() + +
+           
+static voidsetUpClass() + +
+           
+ voidtearDown() + +
+           
+static voidtearDownClass() + +
+           
+ voidtestCompareMovies() + +
+          Test of compareMovies method, of class TheMovieDbApi.
+ voidtestConfiguration() + +
+          Test of getConfiguration method, of class TheMovieDbApi.
+ voidtestCreateImageUrl() + +
+          Test of createImageUrl method, of class TheMovieDbApi.
+ voidtestGetApiBase() + +
+          Test of getApiBase method, of class TheMovieDbApi.
+ voidtestGetApiKey() + +
+          Test of getApiKey method, of class TheMovieDbApi.
+ voidtestGetAuthorisationToken() + +
+          Test of getAuthorisationToken method, of class TheMovieDbApi.
+ voidtestGetCollectionImages() + +
+          Test of getCollectionImages method, of class TheMovieDbApi.
+ voidtestGetCollectionInfo() + +
+          Test of getCollectionInfo method, of class TheMovieDbApi.
+ voidtestGetCompanyInfo() + +
+          Test of getCompanyInfo method, of class TheMovieDbApi.
+ voidtestGetCompanyMovies() + +
+          Test of getCompanyMovies method, of class TheMovieDbApi.
+ voidtestGetConfiguration() + +
+          Test of getConfiguration method, of class TheMovieDbApi.
+ voidtestGetGenreList() + +
+          Test of getGenreList method, of class TheMovieDbApi.
+ voidtestGetGenreMovies() + +
+          Test of getGenreMovies method, of class TheMovieDbApi.
+ voidtestGetGuestSessionToken() + +
+          Test of getGuestSessionToken method, of class TheMovieDbApi.
+ voidtestGetLatestMovie() + +
+          Test of getLatestMovie method, of class TheMovieDbApi.
+ voidtestGetMovieAlternativeTitles() + +
+          Test of getMovieAlternativeTitles method, of class TheMovieDbApi.
+ voidtestGetMovieCasts() + +
+          Test of getMovieCasts method, of class TheMovieDbApi.
+ voidtestGetMovieChanges() + +
+           
+ voidtestGetMovieImages() + +
+          Test of getMovieImages method, of class TheMovieDbApi.
+ voidtestGetMovieInfo() + +
+          Test of getMovieInfo method, of class TheMovieDbApi.
+ voidtestGetMovieInfoImdb() + +
+          Test of getMovieInfoImdb method, of class TheMovieDbApi.
+ voidtestGetMovieKeywords() + +
+          Test of getMovieKeywords method, of class TheMovieDbApi.
+ voidtestGetMovieLists() + +
+           
+ voidtestGetMovieReleaseInfo() + +
+          Test of getMovieReleaseInfo method, of class TheMovieDbApi.
+ voidtestGetMovieTrailers() + +
+          Test of getMovieTrailers method, of class TheMovieDbApi.
+ voidtestGetMovieTranslations() + +
+          Test of getMovieTranslations method, of class TheMovieDbApi.
+ voidtestGetNowPlayingMovies() + +
+          Test of getNowPlayingMovies method, of class TheMovieDbApi.
+ voidtestGetPersonCredits() + +
+          Test of getPersonCredits method, of class TheMovieDbApi.
+ voidtestGetPersonImages() + +
+          Test of getPersonImages method, of class TheMovieDbApi.
+ voidtestGetPersonInfo() + +
+          Test of getPersonInfo method, of class TheMovieDbApi.
+ voidtestGetPersonLatest() + +
+           
+ voidtestGetPopularMovieList() + +
+          Test of getPopularMovieList method, of class TheMovieDbApi.
+ voidtestGetSessionToken() + +
+          Test of getSessionToken method, of class TheMovieDbApi.
+ voidtestGetSimilarMovies() + +
+          Test of getSimilarMovies method, of class TheMovieDbApi.
+ voidtestGetTopRatedMovies() + +
+          Test of getTopRatedMovies method, of class TheMovieDbApi.
+ voidtestGetUpcoming() + +
+          Test of getUpcoming method, of class TheMovieDbApi.
+ voidtestSearchCollection() + +
+          Test of searchCollection method, of class TheMovieDbApi.
+ voidtestSearchCompanies() + +
+          Test of searchCompanies method, of class TheMovieDbApi.
+ voidtestSearchKeyword() + +
+          Test of searchKeyword method, of class TheMovieDbApi.
+ voidtestSearchList() + +
+          Test of searchList method, of class TheMovieDbApi.
+ voidtestSearchMovie() + +
+          Test of searchMovie method, of class TheMovieDbApi.
+ voidtestSearchPeople() + +
+          Test of searchPeople method, of class TheMovieDbApi.
+ voidtestSetProxy() + +
+          Test of setProxy method, of class TheMovieDbApi.
+ voidtestSetTimeout() + +
+          Test of setTimeout method, of class TheMovieDbApi.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TheMovieDbApiTest

+
+public TheMovieDbApiTest()
+                  throws MovieDbException
+
+
+ +
Throws: +
MovieDbException
+
+ + + + + + + + +
+Method Detail
+ +

+setUpClass

+
+public static void setUpClass()
+                       throws Exception
+
+
+ +
Throws: +
Exception
+
+
+
+ +

+tearDownClass

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

+setUp

+
+public void setUp()
+
+
+
+
+
+
+ +

+tearDown

+
+public void tearDown()
+
+
+
+
+
+
+ +

+testConfiguration

+
+public void testConfiguration()
+                       throws IOException
+
+
Test of getConfiguration method, of class TheMovieDbApi. +

+

+ +
Throws: +
IOException
+
+
+
+ +

+testSearchMovie

+
+public void testSearchMovie()
+                     throws MovieDbException
+
+
Test of searchMovie method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetMovieInfo

+
+public void testGetMovieInfo()
+                      throws MovieDbException
+
+
Test of getMovieInfo method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetMovieAlternativeTitles

+
+public void testGetMovieAlternativeTitles()
+                                   throws MovieDbException
+
+
Test of getMovieAlternativeTitles method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetMovieCasts

+
+public void testGetMovieCasts()
+                       throws MovieDbException
+
+
Test of getMovieCasts method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetMovieImages

+
+public void testGetMovieImages()
+                        throws MovieDbException
+
+
Test of getMovieImages method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetMovieKeywords

+
+public void testGetMovieKeywords()
+                          throws MovieDbException
+
+
Test of getMovieKeywords method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetMovieReleaseInfo

+
+public void testGetMovieReleaseInfo()
+                             throws MovieDbException
+
+
Test of getMovieReleaseInfo method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetMovieTrailers

+
+public void testGetMovieTrailers()
+                          throws MovieDbException
+
+
Test of getMovieTrailers method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetMovieTranslations

+
+public void testGetMovieTranslations()
+                              throws MovieDbException
+
+
Test of getMovieTranslations method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetCollectionInfo

+
+public void testGetCollectionInfo()
+                           throws MovieDbException
+
+
Test of getCollectionInfo method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testCreateImageUrl

+
+public void testCreateImageUrl()
+                        throws MovieDbException
+
+
Test of createImageUrl method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetMovieInfoImdb

+
+public void testGetMovieInfoImdb()
+                          throws MovieDbException
+
+
Test of getMovieInfoImdb method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetApiKey

+
+public void testGetApiKey()
+
+
Test of getApiKey method, of class TheMovieDbApi. +

+

+
+
+
+
+ +

+testGetApiBase

+
+public void testGetApiBase()
+
+
Test of getApiBase method, of class TheMovieDbApi. +

+

+
+
+
+
+ +

+testGetConfiguration

+
+public void testGetConfiguration()
+
+
Test of getConfiguration method, of class TheMovieDbApi. +

+

+
+
+
+
+ +

+testSearchPeople

+
+public void testSearchPeople()
+                      throws MovieDbException
+
+
Test of searchPeople method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetPersonInfo

+
+public void testGetPersonInfo()
+                       throws MovieDbException
+
+
Test of getPersonInfo method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetPersonCredits

+
+public void testGetPersonCredits()
+                          throws MovieDbException
+
+
Test of getPersonCredits method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetPersonImages

+
+public void testGetPersonImages()
+                         throws MovieDbException
+
+
Test of getPersonImages method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetLatestMovie

+
+public void testGetLatestMovie()
+                        throws MovieDbException
+
+
Test of getLatestMovie method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testCompareMovies

+
+public void testCompareMovies()
+
+
Test of compareMovies method, of class TheMovieDbApi. +

+

+
+
+
+
+ +

+testSetProxy

+
+public void testSetProxy()
+
+
Test of setProxy method, of class TheMovieDbApi. +

+

+
+
+
+
+ +

+testSetTimeout

+
+public void testSetTimeout()
+
+
Test of setTimeout method, of class TheMovieDbApi. +

+

+
+
+
+
+ +

+testGetNowPlayingMovies

+
+public void testGetNowPlayingMovies()
+                             throws MovieDbException
+
+
Test of getNowPlayingMovies method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetPopularMovieList

+
+public void testGetPopularMovieList()
+                             throws MovieDbException
+
+
Test of getPopularMovieList method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetTopRatedMovies

+
+public void testGetTopRatedMovies()
+                           throws MovieDbException
+
+
Test of getTopRatedMovies method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetCompanyInfo

+
+public void testGetCompanyInfo()
+                        throws MovieDbException
+
+
Test of getCompanyInfo method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetCompanyMovies

+
+public void testGetCompanyMovies()
+                          throws MovieDbException
+
+
Test of getCompanyMovies method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testSearchCompanies

+
+public void testSearchCompanies()
+                         throws MovieDbException
+
+
Test of searchCompanies method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetSimilarMovies

+
+public void testGetSimilarMovies()
+                          throws MovieDbException
+
+
Test of getSimilarMovies method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetGenreList

+
+public void testGetGenreList()
+                      throws MovieDbException
+
+
Test of getGenreList method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetGenreMovies

+
+public void testGetGenreMovies()
+                        throws MovieDbException
+
+
Test of getGenreMovies method, of class TheMovieDbApi. +

+

+ +
Throws: +
MovieDbException
+
+
+
+ +

+testGetUpcoming

+
+public void testGetUpcoming()
+                     throws Exception
+
+
Test of getUpcoming method, of class TheMovieDbApi. +

+

+ +
Throws: +
Exception
+
+
+
+ +

+testGetCollectionImages

+
+public void testGetCollectionImages()
+                             throws Exception
+
+
Test of getCollectionImages method, of class TheMovieDbApi. +

+

+ +
Throws: +
Exception
+
+
+
+ +

+testGetAuthorisationToken

+
+public void testGetAuthorisationToken()
+                               throws Exception
+
+
Test of getAuthorisationToken method, of class TheMovieDbApi. +

+

+ +
Throws: +
Exception
+
+
+
+ +

+testGetSessionToken

+
+public void testGetSessionToken()
+                         throws Exception
+
+
Test of getSessionToken method, of class TheMovieDbApi. +

+

+ +
Throws: +
Exception
+
+
+
+ +

+testGetGuestSessionToken

+
+public void testGetGuestSessionToken()
+                              throws Exception
+
+
Test of getGuestSessionToken method, of class TheMovieDbApi. +

+

+ +
Throws: +
Exception
+
+
+
+ +

+testGetMovieLists

+
+public void testGetMovieLists()
+                       throws Exception
+
+
+ +
Throws: +
Exception
+
+
+
+ +

+testGetMovieChanges

+
+public void testGetMovieChanges()
+                         throws Exception
+
+
+ +
Throws: +
Exception
+
+
+
+ +

+testGetPersonLatest

+
+public void testGetPersonLatest()
+                         throws Exception
+
+
+ +
Throws: +
Exception
+
+
+
+ +

+testSearchCollection

+
+public void testSearchCollection()
+                          throws Exception
+
+
Test of searchCollection method, of class TheMovieDbApi. +

+

+ +
Throws: +
Exception
+
+
+
+ +

+testSearchList

+
+public void testSearchList()
+                    throws Exception
+
+
Test of searchList method, of class TheMovieDbApi. +

+

+ +
Throws: +
Exception
+
+
+
+ +

+testSearchKeyword

+
+public void testSearchKeyword()
+                       throws Exception
+
+
Test of searchKeyword method, of class TheMovieDbApi. +

+

+ +
Throws: +
Exception
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html b/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html new file mode 100644 index 000000000..8f16149f4 --- /dev/null +++ b/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html @@ -0,0 +1,143 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.TheMovieDbApiTest (API-The MovieDB 3.4-SNAPSHOT Test API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.omertron.themoviedbapi.TheMovieDbApiTest

+
+No usage of com.omertron.themoviedbapi.TheMovieDbApiTest +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/testapidocs/com/omertron/themoviedbapi/package-frame.html b/testapidocs/com/omertron/themoviedbapi/package-frame.html new file mode 100644 index 000000000..a09e5c40a --- /dev/null +++ b/testapidocs/com/omertron/themoviedbapi/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT Test API) + + + + + + + + + + + +com.omertron.themoviedbapi + + + + +
+Classes  + +
+TheMovieDbApiTest
+ + + + diff --git a/testapidocs/com/omertron/themoviedbapi/package-summary.html b/testapidocs/com/omertron/themoviedbapi/package-summary.html new file mode 100644 index 000000000..099389342 --- /dev/null +++ b/testapidocs/com/omertron/themoviedbapi/package-summary.html @@ -0,0 +1,156 @@ + + + + + + + +com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT Test API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package com.omertron.themoviedbapi +

+ + + + + + + + + +
+Class Summary
TheMovieDbApiTestTest cases for TheMovieDbApi API
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/testapidocs/com/omertron/themoviedbapi/package-tree.html b/testapidocs/com/omertron/themoviedbapi/package-tree.html new file mode 100644 index 000000000..5fe555653 --- /dev/null +++ b/testapidocs/com/omertron/themoviedbapi/package-tree.html @@ -0,0 +1,149 @@ + + + + + + + +com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT Test API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package com.omertron.themoviedbapi +

+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/testapidocs/com/omertron/themoviedbapi/package-use.html b/testapidocs/com/omertron/themoviedbapi/package-use.html new file mode 100644 index 000000000..8fe1a29de --- /dev/null +++ b/testapidocs/com/omertron/themoviedbapi/package-use.html @@ -0,0 +1,143 @@ + + + + + + + +Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT Test API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
com.omertron.themoviedbapi

+
+No usage of com.omertron.themoviedbapi +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/testapidocs/constant-values.html b/testapidocs/constant-values.html new file mode 100644 index 000000000..49065cff2 --- /dev/null +++ b/testapidocs/constant-values.html @@ -0,0 +1,145 @@ + + + + + + + +Constant Field Values (API-The MovieDB 3.4-SNAPSHOT Test API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Constant Field Values

+
+
+Contents + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/testapidocs/deprecated-list.html b/testapidocs/deprecated-list.html new file mode 100644 index 000000000..b94aa4998 --- /dev/null +++ b/testapidocs/deprecated-list.html @@ -0,0 +1,145 @@ + + + + + + + +Deprecated List (API-The MovieDB 3.4-SNAPSHOT Test API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Deprecated API

+
+
+Contents + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/testapidocs/help-doc.html b/testapidocs/help-doc.html new file mode 100644 index 000000000..f10a2ad67 --- /dev/null +++ b/testapidocs/help-doc.html @@ -0,0 +1,216 @@ + + + + + + + +API Help (API-The MovieDB 3.4-SNAPSHOT Test API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+How This API Document Is Organized

+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

+Package

+
+ +

+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

+
+

+Class/Interface

+
+ +

+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+ +

+Annotation Type

+
+ +

+Each annotation type has its own separate page with the following sections:

+
+ +

+Enum

+
+ +

+Each enum has its own separate page with the following sections:

+
+

+Use

+
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+

+Tree (Class Hierarchy)

+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object. +
+

+Deprecated API

+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+

+Constant Field Values

+The Constant Field Values page lists the static final fields and their values. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/testapidocs/index-all.html b/testapidocs/index-all.html new file mode 100644 index 000000000..9197c413c --- /dev/null +++ b/testapidocs/index-all.html @@ -0,0 +1,298 @@ + + + + + + + +Index (API-The MovieDB 3.4-SNAPSHOT Test API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +C S T
+

+C

+
+
com.omertron.themoviedbapi - package com.omertron.themoviedbapi
 
+
+

+S

+
+
setUp() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
  +
setUpClass() - +Static method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
  +
+
+

+T

+
+
tearDown() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
  +
tearDownClass() - +Static method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
  +
testCompareMovies() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of compareMovies method, of class TheMovieDbApi. +
testConfiguration() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getConfiguration method, of class TheMovieDbApi. +
testCreateImageUrl() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of createImageUrl method, of class TheMovieDbApi. +
testGetApiBase() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getApiBase method, of class TheMovieDbApi. +
testGetApiKey() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getApiKey method, of class TheMovieDbApi. +
testGetAuthorisationToken() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getAuthorisationToken method, of class TheMovieDbApi. +
testGetCollectionImages() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getCollectionImages method, of class TheMovieDbApi. +
testGetCollectionInfo() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getCollectionInfo method, of class TheMovieDbApi. +
testGetCompanyInfo() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getCompanyInfo method, of class TheMovieDbApi. +
testGetCompanyMovies() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getCompanyMovies method, of class TheMovieDbApi. +
testGetConfiguration() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getConfiguration method, of class TheMovieDbApi. +
testGetGenreList() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getGenreList method, of class TheMovieDbApi. +
testGetGenreMovies() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getGenreMovies method, of class TheMovieDbApi. +
testGetGuestSessionToken() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getGuestSessionToken method, of class TheMovieDbApi. +
testGetLatestMovie() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getLatestMovie method, of class TheMovieDbApi. +
testGetMovieAlternativeTitles() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getMovieAlternativeTitles method, of class TheMovieDbApi. +
testGetMovieCasts() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getMovieCasts method, of class TheMovieDbApi. +
testGetMovieChanges() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
  +
testGetMovieImages() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getMovieImages method, of class TheMovieDbApi. +
testGetMovieInfo() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getMovieInfo method, of class TheMovieDbApi. +
testGetMovieInfoImdb() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getMovieInfoImdb method, of class TheMovieDbApi. +
testGetMovieKeywords() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getMovieKeywords method, of class TheMovieDbApi. +
testGetMovieLists() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
  +
testGetMovieReleaseInfo() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getMovieReleaseInfo method, of class TheMovieDbApi. +
testGetMovieTrailers() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getMovieTrailers method, of class TheMovieDbApi. +
testGetMovieTranslations() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getMovieTranslations method, of class TheMovieDbApi. +
testGetNowPlayingMovies() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getNowPlayingMovies method, of class TheMovieDbApi. +
testGetPersonCredits() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getPersonCredits method, of class TheMovieDbApi. +
testGetPersonImages() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getPersonImages method, of class TheMovieDbApi. +
testGetPersonInfo() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getPersonInfo method, of class TheMovieDbApi. +
testGetPersonLatest() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
  +
testGetPopularMovieList() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getPopularMovieList method, of class TheMovieDbApi. +
testGetSessionToken() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getSessionToken method, of class TheMovieDbApi. +
testGetSimilarMovies() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getSimilarMovies method, of class TheMovieDbApi. +
testGetTopRatedMovies() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getTopRatedMovies method, of class TheMovieDbApi. +
testGetUpcoming() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of getUpcoming method, of class TheMovieDbApi. +
testSearchCollection() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of searchCollection method, of class TheMovieDbApi. +
testSearchCompanies() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of searchCompanies method, of class TheMovieDbApi. +
testSearchKeyword() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of searchKeyword method, of class TheMovieDbApi. +
testSearchList() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of searchList method, of class TheMovieDbApi. +
testSearchMovie() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of searchMovie method, of class TheMovieDbApi. +
testSearchPeople() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of searchPeople method, of class TheMovieDbApi. +
testSetProxy() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of setProxy method, of class TheMovieDbApi. +
testSetTimeout() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
Test of setTimeout method, of class TheMovieDbApi. +
TheMovieDbApiTest - Class in com.omertron.themoviedbapi
Test cases for TheMovieDbApi API
TheMovieDbApiTest() - +Constructor for class com.omertron.themoviedbapi.TheMovieDbApiTest +
  +
+
+C S T + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/testapidocs/index.html b/testapidocs/index.html new file mode 100644 index 000000000..2305aeb7f --- /dev/null +++ b/testapidocs/index.html @@ -0,0 +1,37 @@ + + + + + + + +API-The MovieDB 3.4-SNAPSHOT Test API + + + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to<A HREF="com/omertron/themoviedbapi/package-summary.html">Non-frame version.</A> + + + diff --git a/testapidocs/overview-tree.html b/testapidocs/overview-tree.html new file mode 100644 index 000000000..686efb61f --- /dev/null +++ b/testapidocs/overview-tree.html @@ -0,0 +1,151 @@ + + + + + + + +Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT Test API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
com.omertron.themoviedbapi
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/testapidocs/package-list b/testapidocs/package-list new file mode 100644 index 000000000..ec3e76b7f --- /dev/null +++ b/testapidocs/package-list @@ -0,0 +1 @@ +com.omertron.themoviedbapi diff --git a/testapidocs/resources/inherit.gif b/testapidocs/resources/inherit.gif new file mode 100644 index 000000000..c814867a1 Binary files /dev/null and b/testapidocs/resources/inherit.gif differ diff --git a/testapidocs/stylesheet.css b/testapidocs/stylesheet.css new file mode 100644 index 000000000..6ea9e5161 --- /dev/null +++ b/testapidocs/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ +.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +