diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index aee8b906e..9114313ac 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 33ba51b1d..73f1028bf 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,7 +2,7 @@ - + All Classes (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.html index 6a3340f56..013cae978 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.html @@ -2,7 +2,7 @@ - + MovieDbException (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html index 7f5405739..2c25db755 100644 --- a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html @@ -2,7 +2,7 @@ - + TheMovieDbApi (API-The MovieDB 3.12-SNAPSHOT API) @@ -233,26 +233,20 @@ extends -String -getApiKey() -
Get the API key that is to be used
- - - TokenAuthorisation getAuthorisationToken()
This method is used to generate a valid request token for user based authentication.
- + TmdbResultsList<Artwork> getCollectionImages(int collectionId, String language)
Get all of the images for a particular collection by collection id.
- + CollectionInfo getCollectionInfo(int collectionId, String language) @@ -260,14 +254,14 @@ extends + Company getCompanyInfo(int companyId)
This method is used to retrieve the basic information about a production company on TMDb.
- + TmdbResultsList<MovieDb> getCompanyMovies(int companyId, String language, @@ -275,20 +269,20 @@ extends This method is used to retrieve the movies associated with a company. - + TmdbConfiguration getConfiguration()
Get the configuration information
- + TmdbResultsList<MovieDb> getDiscover(Discover discover)
Discover movies by different types of data like average rating, number of votes, genres and certifications.
- + TmdbResultsList<MovieDb> getDiscover(int page, String language, @@ -308,18 +302,18 @@ extends + List<MovieDb> getFavoriteMovies(String sessionId, int accountId)  - + TmdbResultsList<Genre> getGenreList(String language)
You can use this method to retrieve the list of genres used on TMDb.
- + TmdbResultsList<MovieDb> getGenreMovies(int genreId, String language, @@ -328,23 +322,23 @@ extends Get a list of movies per genre. - + TokenSession getGuestSessionToken()
This method is used to generate a guest session id.
- + TmdbResultsList<JobDepartment> getJobs()  - + Keyword getKeyword(String keywordId)
Get the basic information for a specific keyword id.
- + TmdbResultsList<KeywordMovie> getKeywordMovies(String keywordId, String language, @@ -352,19 +346,19 @@ extends Get the list of movies for a particular keyword by id. - + MovieDb getLatestMovie()
This method is used to retrieve the newest movie that was added to TMDb.
- + MovieDbList getList(String listId)
Get a list by its ID
- + TmdbResultsList<AlternativeTitle> getMovieAlternativeTitles(int movieId, String country, @@ -373,14 +367,14 @@ extends + TmdbResultsList<Person> getMovieCasts(int movieId, String... appendToResponse)
Get the cast information for a specific movie id.
- + TmdbResultsMap<String,List<ChangedItem>> getMovieChanges(int movieId, String startDate, @@ -388,7 +382,7 @@ extends Get the changes for a specific movie id. - + TmdbResultsList<ChangedMovie> getMovieChangesList(int page, String startDate, @@ -396,7 +390,7 @@ extends Get a list of movie ids that have been edited. - + TmdbResultsList<Artwork> getMovieImages(int movieId, String language, @@ -405,7 +399,7 @@ extends + MovieDb getMovieInfo(int movieId, String language, @@ -413,7 +407,7 @@ extends This method is used to retrieve all of the basic movie information. - + MovieDb getMovieInfoImdb(String imdbId, String language, @@ -421,7 +415,7 @@ extends This method is used to retrieve all of the basic movie information. - + TmdbResultsList<Keyword> getMovieKeywords(int movieId, String... appendToResponse) @@ -429,7 +423,7 @@ extends + TmdbResultsList<MovieList> getMovieLists(int movieId, String language, @@ -438,7 +432,7 @@ extends Get the lists that the movie belongs to - + TmdbResultsList<ReleaseInfo> getMovieReleaseInfo(int movieId, String language, @@ -447,7 +441,7 @@ extends + TmdbResultsList<Video> getMovieTrailers(int movieId, String language, @@ -456,7 +450,7 @@ extends + TmdbResultsList<Translation> getMovieTranslations(int movieId, String... appendToResponse) @@ -464,14 +458,14 @@ extends + TmdbResultsList<MovieDb> getNowPlayingMovies(String language, int page)
This method is used to retrieve the movies currently in theatres.
- + void getPersonChanges(int personId, String startDate, @@ -479,13 +473,13 @@ extends Get the changes for a specific person id. - + void getPersonChangesList(int page, String startDate, String endDate)  - + TmdbResultsList<PersonCredit> getPersonCredits(int personId, String... appendToResponse) @@ -493,66 +487,66 @@ extends + TmdbResultsList<Artwork> getPersonImages(int personId)
This method is used to retrieve all of the profile images for a person.
- + Person getPersonInfo(int personId, String... appendToResponse)
This method is used to retrieve all of the basic person information.
- + Person getPersonLatest()
Get the latest person id.
- + TmdbResultsList<Person> getPersonPopular()
Get the list of popular people on The Movie Database.
- + TmdbResultsList<Person> getPersonPopular(int page)
Get the list of popular people on The Movie Database.
- + TmdbResultsList<MovieDb> getPopularMovieList(String language, int page)
This method is used to retrieve the daily movie popularity list.
- + List<MovieDb> getRatedMovies(String sessionId, int accountId)
Get the list of rated movies (and associated rating) for an account.
- + TmdbResultsList<Reviews> getReviews(int movieId, String language, int page, String... appendToResponse)  - + TokenSession getSessionToken(TokenAuthorisation token)
This method is used to generate a session id for user based authentication.
- + TmdbResultsList<MovieDb> getSimilarMovies(int movieId, String language, @@ -562,7 +556,7 @@ extends + TmdbResultsList<MovieDb> getTopRatedMovies(String language, int page) @@ -570,35 +564,35 @@ extends + TmdbResultsList<MovieDb> getUpcoming(String language, int page)
Get the list of upcoming movies.
- + List<MovieDbList> getUserLists(String sessionId, int accountID)
Get all lists of a given user
- + List<MovieDb> getWatchList(String sessionId, int accountId)
Get the list of movies on an accounts watchlist.
- + boolean isMovieOnList(String listId, Integer movieId)
Check to see if a movie ID is already added to a list.
- + boolean postMovieRating(String sessionId, Integer movieId, @@ -606,7 +600,7 @@ extends This method lets users rate a movie. - + StatusCode removeFromWatchList(String sessionId, int accountId, @@ -614,7 +608,7 @@ extends Remove a movie from an accounts watch list. - + StatusCode removeMovieFromList(String sessionId, String listId, @@ -622,7 +616,7 @@ extends This method lets users remove movies from a list that they created. - + TmdbResultsList<Collection> searchCollection(String query, String language, @@ -630,21 +624,21 @@ extends Search for collections by name. - + TmdbResultsList<Company> searchCompanies(String companyName, int page)
Search Companies.
- + TmdbResultsList<Keyword> searchKeyword(String query, int page)
Search for keywords by name
- + TmdbResultsList<MovieList> searchList(String query, String language, @@ -652,7 +646,7 @@ extends Search for lists by name and description. - + TmdbResultsList<MovieDb> searchMovie(String movieName, int searchYear, @@ -663,7 +657,7 @@ extends + TmdbResultsList<Person> searchPeople(String personName, boolean includeAdult, @@ -730,17 +724,6 @@ extends - - -
    -
  • -

    getApiKey

    -
    public String getApiKey()
    -
    Get the API key that is to be used
    -
    Returns:
    -
  • -
diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html index ee9b50c9c..9a83a1209 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html index 8cfce74dc..53cfa1c81 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html index 5f9fd148d..c2e6224f1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html +++ b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html @@ -2,7 +2,7 @@ - + AbstractIdName (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html index be2b15243..352d85dc4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html +++ b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html @@ -2,7 +2,7 @@ - + AbstractJsonMapping (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Account.html b/apidocs/com/omertron/themoviedbapi/model/Account.html index d8fa489f8..6ffdb5199 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Account.html +++ b/apidocs/com/omertron/themoviedbapi/model/Account.html @@ -2,7 +2,7 @@ - + Account (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html index b40ce532b..c234d5d07 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html @@ -2,7 +2,7 @@ - + AlternativeTitle (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/Artwork.html index 7cd938fe4..4000aa246 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/Artwork.html @@ -2,7 +2,7 @@ - + Artwork (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html index 2c88d31fb..21ba5d63d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html @@ -2,7 +2,7 @@ - + ArtworkType (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html index 09a169e63..07f14f44a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html @@ -2,7 +2,7 @@ - + ChangeKeyItem (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html index 5a0255bf0..ec5bc3a58 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html @@ -2,7 +2,7 @@ - + ChangedItem (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html index 42acc8d5f..11bd0454b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html @@ -2,7 +2,7 @@ - + ChangedMovie (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Collection.html b/apidocs/com/omertron/themoviedbapi/model/Collection.html index 8afc51c54..7537591ce 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/Collection.html @@ -2,7 +2,7 @@ - + Collection (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html index f2f69cbd6..524472ea4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html @@ -2,7 +2,7 @@ - + CollectionInfo (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Company.html b/apidocs/com/omertron/themoviedbapi/model/Company.html index 163ed2200..a3b673bcc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/Company.html @@ -2,7 +2,7 @@ - + Company (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Discover.html b/apidocs/com/omertron/themoviedbapi/model/Discover.html index f9959a373..0d89a3576 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Discover.html +++ b/apidocs/com/omertron/themoviedbapi/model/Discover.html @@ -2,7 +2,7 @@ - + Discover (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html index 9c4bee977..0498d5fac 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/Genre.html @@ -2,7 +2,7 @@ - + Genre (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html index 2b8907930..38649755f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html +++ b/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html @@ -2,7 +2,7 @@ - + JobDepartment (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/Keyword.html index 7695cf8dd..4a785bb60 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/Keyword.html @@ -2,7 +2,7 @@ - + Keyword (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html index 2034ce921..f07c35f35 100644 --- a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html @@ -2,7 +2,7 @@ - + KeywordMovie (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html index ddb0a4f0e..705756722 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/Language.html @@ -2,7 +2,7 @@ - + Language (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html index 5fadc76b0..da56a0406 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html @@ -2,7 +2,7 @@ - + ListItemStatus (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html index f5a615179..0edec2473 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html @@ -2,7 +2,7 @@ - + MovieDb (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html index 2ccbdb062..5ae512233 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html @@ -2,7 +2,7 @@ - + MovieDbList (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html index 33ac8633c..da035a0cc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html @@ -2,7 +2,7 @@ - + MovieDbListStatus (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/MovieList.html index 63ab9c6af..855a869bb 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieList.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieList.html @@ -2,7 +2,7 @@ - + MovieList (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Person.html b/apidocs/com/omertron/themoviedbapi/model/Person.html index a077eb7f1..bc4256979 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/Person.html @@ -2,7 +2,7 @@ - + Person (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html index 62fe77516..2bdd05716 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html @@ -2,7 +2,7 @@ - + PersonCast (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html index c2ad2265b..565af8772 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html @@ -2,7 +2,7 @@ - + PersonCredit (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html index ec88d3a73..407d8591d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html @@ -2,7 +2,7 @@ - + PersonCrew (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/PersonType.html index 3db80cdc1..5b6ffa687 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonType.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonType.html @@ -2,7 +2,7 @@ - + PersonType (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html index 0ae1eaabd..35c96adaa 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html @@ -2,7 +2,7 @@ - + ProductionCompany (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html index e5535f5a0..d0427cc4b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html @@ -2,7 +2,7 @@ - + ProductionCountry (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html index a99f4e144..c4a5e43dc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html @@ -2,7 +2,7 @@ - + ReleaseInfo (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Reviews.html b/apidocs/com/omertron/themoviedbapi/model/Reviews.html index 20027a4e1..406c58940 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Reviews.html +++ b/apidocs/com/omertron/themoviedbapi/model/Reviews.html @@ -2,7 +2,7 @@ - + Reviews (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html index eefc8b173..a18bf47e3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html @@ -2,7 +2,7 @@ - + StatusCode (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html index 161c9f4a9..7ea84d62f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html @@ -2,7 +2,7 @@ - + TmdbConfiguration (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html index e649e455d..4df001a5a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html @@ -2,7 +2,7 @@ - + TokenAuthorisation (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html index 2bb78ee54..9a51b7475 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html @@ -2,7 +2,7 @@ - + TokenSession (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/Trailer.html index ffa1294e1..fada60030 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/Trailer.html @@ -2,7 +2,7 @@ - + Trailer (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Translation.html b/apidocs/com/omertron/themoviedbapi/model/Translation.html index 8fbc304dd..bb552e154 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/Translation.html @@ -2,7 +2,7 @@ - + Translation (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Video.html b/apidocs/com/omertron/themoviedbapi/model/Video.html index 83d843d28..a9278db12 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Video.html +++ b/apidocs/com/omertron/themoviedbapi/model/Video.html @@ -2,7 +2,7 @@ - + Video (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html index cc118baae..a32f94aab 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.AbstractIdName (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html index f9ad4dbb8..bc16ddb98 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html index 887e453a9..552ad00f5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Account (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html index 5b35545b2..fd53e7695 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.AlternativeTitle (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html index d8099e3c9..6ebc671bb 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Artwork (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html index 0c0fedc5c..789be8770 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.ArtworkType (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html index 835c7902d..9ecfef835 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.ChangeKeyItem (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html index 7265b112f..eaeb93abf 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.ChangedItem (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html index d21013f1d..94533ba29 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.ChangedMovie (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html index 2f38ad950..273d5489f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Collection (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html index 68f99e843..156c8b8a0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.CollectionInfo (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html index 82b3ca2c1..225138ddd 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Company (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html index a58db4e67..891c2beb0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Discover (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html index 87dc82203..1afa839be 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html index b5e1dd3b0..14d54064b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.JobDepartment (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html index 59eaf729b..ee886c579 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Keyword (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html index 017efaee2..869f0c94f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.KeywordMovie (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html index c4e46e9b3..04b2ca091 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html index a9f8777a1..f97a66681 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.ListItemStatus (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html index 0dab277a2..43caddcea 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieDb (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html index 25ba7baea..59d79db53 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieDbList (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html index 81d8dbf0d..826ea6882 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieDbListStatus (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html index 24ef1cea8..5707df12b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieList (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html index bc9db77d9..137f3ee0d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Person (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html index d7a4075be..a35605fdc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonCast (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html index dacfd6799..0fc7cbeac 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonCredit (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html index f31ef2ae6..069fd5973 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonCrew (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html index 51565a97d..16cf59d72 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonType (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html index f31ac4919..29a2014e7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.ProductionCompany (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html index 9fd049e9f..2b664ad07 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.ProductionCountry (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html index 5628a27ac..256aa9028 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.ReleaseInfo (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html index 11550bc07..04d697036 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Reviews (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html index 35b01588f..9f0d15209 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html index 244d129c6..7090ee23c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.TmdbConfiguration (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html index ab690dcb4..0ced39463 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html index a0e66bced..78eb3f8ef 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.TokenSession (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html index d32f9cd72..134125962 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Trailer (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html index bacf1337c..fe4c7895d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Translation (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Video.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Video.html index e775c88c9..3212badcc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Video.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Video.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Video (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html b/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html index ccc31a402..9ba5fd544 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html @@ -2,7 +2,7 @@ - + PersonCreditDateComparator (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html b/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html index 5a40e13d1..9b69d730d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.comparator.PersonCreditDateComparator (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html index e45b46605..8771ec3e1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html index e9fa76fd3..7f67c6f3f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html index 2a65f6f19..514d96c17 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.comparator Class Hierarchy (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html index 9c8e0f0b5..7782d271c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html index 189621c4b..f29cdb456 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html index 1445265da..c06572565 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/package-tree.html index 88e5e97f7..312100f31 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/package-use.html b/apidocs/com/omertron/themoviedbapi/model/package-use.html index 5b4921f1b..f4dcabdff 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/package-frame.html b/apidocs/com/omertron/themoviedbapi/package-frame.html index d0c6da7d6..d5f37af5f 100644 --- a/apidocs/com/omertron/themoviedbapi/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html index 473a236a9..cc97832df 100644 --- a/apidocs/com/omertron/themoviedbapi/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/package-tree.html b/apidocs/com/omertron/themoviedbapi/package-tree.html index 37445d061..5d8425b40 100644 --- a/apidocs/com/omertron/themoviedbapi/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/package-use.html b/apidocs/com/omertron/themoviedbapi/package-use.html index 43827fa24..50776f4d7 100644 --- a/apidocs/com/omertron/themoviedbapi/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html b/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html index f6eb367c7..14dd4005d 100644 --- a/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html +++ b/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html @@ -2,7 +2,7 @@ - + AbstractResults (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html index 159eac09a..15f1967b4 100644 --- a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html +++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html @@ -2,7 +2,7 @@ - + TmdbResultsList (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html index 65047e9c6..9a8a8d739 100644 --- a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html +++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html @@ -2,7 +2,7 @@ - + TmdbResultsMap (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html index 477e932b4..91874c2ca 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.AbstractResults (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html index 233b08049..0b5493ccb 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.TmdbResultsList (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html index ac618bb58..63746312f 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.TmdbResultsMap (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/package-frame.html b/apidocs/com/omertron/themoviedbapi/results/package-frame.html index e0b4c6515..a7fb25889 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.results (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/package-summary.html b/apidocs/com/omertron/themoviedbapi/results/package-summary.html index 180f363ca..61c3727fa 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.results (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/package-tree.html b/apidocs/com/omertron/themoviedbapi/results/package-tree.html index 6f094936d..06632388b 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.results Class Hierarchy (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/package-use.html b/apidocs/com/omertron/themoviedbapi/results/package-use.html index e84b40607..210c1f5e3 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.results (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html index 14c047f38..365f7f247 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html @@ -2,7 +2,7 @@ - + ApiUrl (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html b/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html index e565f4a76..3415ed4b1 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html +++ b/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html @@ -2,7 +2,7 @@ - + HttpTools (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html index 1c3720db0..6b1b06176 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html index df3d48a21..f5f987ceb 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.tools.HttpTools (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html index d8261abf5..694b9133e 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.tools (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html index 19b472305..d4b3d2197 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.tools (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html index fcbb6dc5e..64db80794 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-use.html b/apidocs/com/omertron/themoviedbapi/tools/package-use.html index 2e544b7b0..900c64ea2 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html index 17ffb92c1..ca25824ba 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html @@ -2,7 +2,7 @@ - + AbstractWrapper (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html index 1c93a2111..aa568fad6 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html @@ -2,7 +2,7 @@ - + AbstractWrapperAll (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html index f17a6a6e3..3c684c98b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html @@ -2,7 +2,7 @@ - + AbstractWrapperId (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html index e14c15184..a343e3fd4 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html @@ -2,7 +2,7 @@ - + IWrapperDates (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html index 3cc08d4b6..bf2ec9408 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html @@ -2,7 +2,7 @@ - + IWrapperId (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html index 71b7b659e..213d40060 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html @@ -2,7 +2,7 @@ - + IWrapperPages (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html index 7c469cc19..3a9c38713 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html @@ -2,7 +2,7 @@ - + ResultDates (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html index f5351193a..8b6fd03c6 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html @@ -2,7 +2,7 @@ - + WrapperAlternativeTitles (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html index cc650c241..6b3a2fc4c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html @@ -2,7 +2,7 @@ - + WrapperChanges (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html index 921bf9398..86b11bb3e 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html @@ -2,7 +2,7 @@ - + WrapperCollection (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html index f54329c41..85242005d 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html @@ -2,7 +2,7 @@ - + WrapperCompany (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html index e109eaa7c..491d38d7b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html @@ -2,7 +2,7 @@ - + WrapperCompanyMovies (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html index cf6a68319..71410979d 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html @@ -2,7 +2,7 @@ - + WrapperConfig (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html index af95ade1c..3910a6312 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html @@ -2,7 +2,7 @@ - + WrapperGenres (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html index 14ddd6427..21f7cb278 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html @@ -2,7 +2,7 @@ - + WrapperImages (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html index 8e94017bb..2cead9863 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html @@ -2,7 +2,7 @@ - + WrapperJobList (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html index 4d6d74fa4..2d8892e85 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html @@ -2,7 +2,7 @@ - + WrapperKeywordMovies (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html index a2bf3a417..b0c39427c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html @@ -2,7 +2,7 @@ - + WrapperKeywords (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html index 06ec0526c..28998fa95 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html @@ -2,7 +2,7 @@ - + WrapperMovie (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html index edf6a9e71..c1eee53cf 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html @@ -2,7 +2,7 @@ - + WrapperMovieCasts (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html index 4cb139ea0..70cbdccf7 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html @@ -2,7 +2,7 @@ - + WrapperMovieChanges (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html index 7334e1f01..61531320f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html @@ -2,7 +2,7 @@ - + WrapperMovieDbList (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html index c500a0ede..ebf4f4232 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html @@ -2,7 +2,7 @@ - + WrapperMovieKeywords (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html index 32be416df..b4961a3b0 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html @@ -2,7 +2,7 @@ - + WrapperMovieList (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html index d02f57605..38de89220 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html @@ -2,7 +2,7 @@ - + WrapperPerson (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html index 6290f3958..56940f3a3 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html @@ -2,7 +2,7 @@ - + WrapperPersonCredits (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html index 743e28ecc..d151fa2cf 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html @@ -2,7 +2,7 @@ - + WrapperPersonList (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html index 1b58ce91e..447b454c5 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html @@ -2,7 +2,7 @@ - + WrapperReleaseInfo (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html index 72c270637..1858e983d 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html @@ -2,7 +2,7 @@ - + WrapperReviews (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html index 2055bd11e..eb649c5ac 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html @@ -2,7 +2,7 @@ - + WrapperTranslations (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperVideos.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperVideos.html index fa7100278..81e8e64c1 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperVideos.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperVideos.html @@ -2,7 +2,7 @@ - + WrapperVideos (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html index 8655b3440..c46869f3f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapper (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html index 200aa489a..514a4d6f4 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html index d90b9241d..94440f7c4 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperId (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html index 4acbfd14d..97e1b5d48 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html @@ -2,7 +2,7 @@ - + Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperDates (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html index 17eac6594..b6f2e61e0 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html @@ -2,7 +2,7 @@ - + Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperId (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html index e6c7c0a29..b75172cfb 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html @@ -2,7 +2,7 @@ - + Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperPages (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html index 381e5fb81..e11237349 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.ResultDates (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html index e1831a95c..a2139954b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html index ad09f508b..cbe350746 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperChanges (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html index 6955d4ef7..f9197b83b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCollection (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html index 44f5005b4..68868d91b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompany (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html index a2a13b5d5..bb56338ca 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html index 6b4dad705..43f2f5636 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperConfig (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html index bbec59c6b..237f6749a 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperGenres (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html index 4e4313d10..0a7350f5d 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperImages (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html index 8dbb08ce2..a5f9d8b08 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperJobList (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html index 01514cb54..dc492d252 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html index 11a2dd650..3e2a98341 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywords (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html index 258686b35..9edc804af 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovie (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html index 474d5294a..3db1080d6 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieChanges.html index 6c37a898e..75d9279c8 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieChanges.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieChanges (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieDbList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieDbList.html index 669a66d68..5c229135c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieDbList.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieDbList (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html index 97bdc74b5..086bb4eb7 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html index 5192e691a..b9dbc1ff0 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieList (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html index 7cd75b711..03be5a942 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPerson (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html index 6e3b50654..05b684ed6 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html index fc4fa8a73..91121fa8e 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonList (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html index 311d93592..4acb5d0c8 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html index 5949892e6..4e9d278cf 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReviews (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html index 2e7d5b6e0..6bbca9338 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTranslations (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperVideos.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperVideos.html index eda74e786..db229e4c3 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperVideos.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperVideos.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperVideos (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html index fd174019c..326785d69 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html index 239c315d9..882a47869 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html index b2eabb091..23da5ca0b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.wrapper Class Hierarchy (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html index 86ad52ccc..7fe3cf68f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 5157dc3cc..db57dd4de 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 802dce496..2366c07e2 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index b159ad2be..cdf2bf8e6 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,7 +2,7 @@ - + API Help (API-The MovieDB 3.12-SNAPSHOT API) diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 9421e7912..a27102e4b 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,7 +2,7 @@ - + Index (API-The MovieDB 3.12-SNAPSHOT API) @@ -366,10 +366,6 @@
 
getAlternativeTitles() - Method in class com.omertron.themoviedbapi.model.MovieDb
 
-
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
diff --git a/apidocs/index.html b/apidocs/index.html index e8441f232..97a3dc800 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,7 +2,7 @@ - + API-The MovieDB 3.12-SNAPSHOT API