diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 0775736b4..6bf8a4cd0 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,9 +2,9 @@ - + -All Classes (API-The MovieDB 3.12-SNAPSHOT API) +All Classes (API-The MovieDB 3.11 API) diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 6ea623c62..78ccd1533 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,9 +2,9 @@ - + -All Classes (API-The MovieDB 3.12-SNAPSHOT API) +All Classes (API-The MovieDB 3.11 API) diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html index 256459041..52e94acda 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html @@ -2,16 +2,16 @@ - + -MovieDbException.MovieDbExceptionType (API-The MovieDB 3.12-SNAPSHOT API) +MovieDbException.MovieDbExceptionType (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
@@ -80,15 +80,15 @@
-
com.omertron.themoviedbapi
+

com.omertron.themoviedbapi

Enum MovieDbException.MovieDbExceptionType

@@ -173,7 +173,7 @@ extends static MovieDbException.MovieDbExceptionType -valueOf(String name) +valueOf(String name)
Returns the enum constant of this type with the specified name.
@@ -189,15 +189,15 @@ the order they are declared.
  • -

    Methods inherited from class java.lang.Enum

    -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
  • +

    Methods inherited from class java.lang.Enum

    +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf @@ -316,7 +316,8 @@ 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
    +
    Returns:
    an array containing the constants of this enum type, in +the order they are declared
    @@ -325,7 +326,7 @@ for (MovieDbException.MovieDbExceptionType c : MovieDbException.MovieDbException @@ -363,12 +365,12 @@ not permitted.)
    diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.html index 39f19493d..d9810f197 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.html @@ -2,16 +2,16 @@ - + -MovieDbException (API-The MovieDB 3.12-SNAPSHOT API) +MovieDbException (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,18 +80,18 @@
    -
    com.omertron.themoviedbapi
    +

    com.omertron.themoviedbapi

    Class MovieDbException

    @@ -246,8 +246,8 @@ extends

    MovieDbException

    public MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
    -                String response,
    -                URL url)
    + String response, + URL url) @@ -257,9 +257,9 @@ extends

    MovieDbException

    public MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
    -                String response,
    -                String url,
    -                Throwable cause)
    + String response, + String url, + Throwable cause) @@ -269,9 +269,9 @@ extends

    MovieDbException

    public MovieDbException(MovieDbException.MovieDbExceptionType exceptionType,
    -                String response,
    -                URL url,
    -                Throwable cause)
    + String response, + URL url, + Throwable cause) @@ -297,7 +297,7 @@ extends
  • getResponse

    -
    public String getResponse()
    +
    public String getResponse()
  • @@ -306,7 +306,7 @@ extends
  • getUrl

    -
    public String getUrl()
    +
    public String getUrl()
  • @@ -335,12 +335,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html index 436d994f0..8e355a022 100644 --- a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html @@ -2,16 +2,16 @@ - + -TheMovieDbApi (API-The MovieDB 3.12-SNAPSHOT API) +TheMovieDbApi (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi
    +

    com.omertron.themoviedbapi

    Class TheMovieDbApi

    @@ -715,7 +715,7 @@ extends
  • TheMovieDbApi

    -
    public TheMovieDbApi(String apiKey)
    +
    public TheMovieDbApi(String apiKey)
                   throws MovieDbException
    API for The Movie Db.
    Parameters:
    apiKey -
    @@ -729,7 +729,7 @@ extends
  • TheMovieDbApi

    -
    public TheMovieDbApi(String apiKey,
    +
    public TheMovieDbApi(String apiKey,
                  org.yamj.api.common.http.CommonHttpClient httpClient)
                   throws MovieDbException
    API for The Movie Db.
    @@ -752,7 +752,7 @@ extends
  • getApiKey

    -
    public String getApiKey()
    +
    public String getApiKey()
    Get the API key that is to be used
    Returns:
  • @@ -763,10 +763,10 @@ extends
  • setProxy

    -
    public void setProxy(String host,
    +
    public void setProxy(String host,
                 int port,
    -            String username,
    -            String password)
    + String username, + String password)
    Set the proxy information
    Parameters:
    host -
    port -
    username -
    password -
  • @@ -790,8 +790,8 @@ extends

    compareMovies

    public static boolean compareMovies(MovieDb moviedb,
    -                    String title,
    -                    String year)
    + String title, + String year)
    Compare the MovieDB object with a title & year
    Parameters:
    moviedb - The moviedb object to compare 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.
    @@ -804,8 +804,8 @@ extends

    compareMovies

    public static boolean compareMovies(MovieDb moviedb,
    -                    String title,
    -                    String year,
    +                    String title,
    +                    String year,
                         int maxDistance,
                         boolean caseSensitive)
    Compare the MovieDB object with a title & year
    @@ -821,8 +821,8 @@ extends

    compareMovies

    public static boolean compareMovies(MovieDb moviedb,
    -                    String title,
    -                    String year,
    +                    String title,
    +                    String year,
                         int maxDistance)
    Compare the MovieDB object with a title & year, case sensitive
    Parameters:
    moviedb -
    title -
    year -
    maxDistance -
    @@ -846,8 +846,8 @@ extends
  • createImageUrl

    -
    public URL createImageUrl(String imagePath,
    -                 String requiredSize)
    +
    public URL createImageUrl(String imagePath,
    +                 String requiredSize)
                        throws MovieDbException
    Generate the full image URL from the size and image path
    Parameters:
    imagePath -
    requiredSize -
    @@ -930,7 +930,7 @@ extends
  • getAccount

    -
    public Account getAccount(String sessionId)
    +
    public Account getAccount(String sessionId)
                        throws MovieDbException
    Get the basic information for an account. You will need to have a valid session id.
    @@ -946,7 +946,7 @@ extends
  • getFavoriteMovies

    -
    public List<MovieDb> getFavoriteMovies(String sessionId,
    +
    public List<MovieDb> getFavoriteMovies(String sessionId,
                                   int accountId)
                                     throws MovieDbException
    Throws:
    @@ -959,9 +959,9 @@ extends
  • changeFavoriteStatus

    -
    public StatusCode changeFavoriteStatus(String sessionId,
    +
    public StatusCode changeFavoriteStatus(String sessionId,
                                   int accountId,
    -                              Integer movieId,
    +                              Integer movieId,
                                   boolean isFavorite)
                                     throws MovieDbException
    Throws:
    @@ -974,9 +974,9 @@ extends
  • addToWatchList

    -
    public StatusCode addToWatchList(String sessionId,
    +
    public StatusCode addToWatchList(String sessionId,
                             int accountId,
    -                        Integer movieId)
    +                        Integer movieId)
                               throws MovieDbException
    Add a movie to an accounts watch list.
    Parameters:
    sessionId -
    accountId -
    movieId -
    @@ -991,9 +991,9 @@ extends
  • removeFromWatchList

    -
    public StatusCode removeFromWatchList(String sessionId,
    +
    public StatusCode removeFromWatchList(String sessionId,
                                  int accountId,
    -                             Integer movieId)
    +                             Integer movieId)
                                    throws MovieDbException
    Remove a movie from an accounts watch list.
    Parameters:
    sessionId -
    accountId -
    movieId -
    @@ -1009,8 +1009,8 @@ extends

    getMovieInfo

    public MovieDb getMovieInfo(int movieId,
    -                   String language,
    -                   String... appendToResponse)
    +                   String language,
    +                   String... appendToResponse)
                          throws MovieDbException
    This method is used to retrieve all of the basic movie information. @@ -1030,9 +1030,9 @@ extends
  • getMovieInfoImdb

    -
    public MovieDb getMovieInfoImdb(String imdbId,
    -                       String language,
    -                       String... appendToResponse)
    +
    public MovieDb getMovieInfoImdb(String imdbId,
    +                       String language,
    +                       String... appendToResponse)
                              throws MovieDbException
    This method is used to retrieve all of the basic movie information. @@ -1053,8 +1053,8 @@ extends

    getMovieAlternativeTitles

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

    getMovieCasts

    public TmdbResultsList<Person> getMovieCasts(int movieId,
    -                                    String... appendToResponse)
    +                                    String... appendToResponse)
                                           throws MovieDbException
    Get the cast information for a specific movie id. @@ -1089,8 +1089,8 @@ extends

    getMovieImages

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

    getMovieKeywords

    public TmdbResultsList<Keyword> getMovieKeywords(int movieId,
    -                                        String... appendToResponse)
    +                                        String... appendToResponse)
                                               throws MovieDbException
    This method is used to retrieve all of the keywords that have been added to a particular movie. @@ -1126,8 +1126,8 @@ extends

    getMovieReleaseInfo

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

    getMovieTrailers

    public TmdbResultsList<Trailer> getMovieTrailers(int movieId,
    -                                        String language,
    -                                        String... appendToResponse)
    +                                        String language,
    +                                        String... appendToResponse)
                                               throws MovieDbException
    This method is used to retrieve all of the trailers for a particular movie. @@ -1164,7 +1164,7 @@ extends

    getMovieTranslations

    public TmdbResultsList<Translation> getMovieTranslations(int movieId,
    -                                                String... appendToResponse)
    +                                                String... appendToResponse)
                                                       throws MovieDbException
    This method is used to retrieve a list of the available translations for a specific movie.
    @@ -1181,9 +1181,9 @@ extends

    getSimilarMovies

    public TmdbResultsList<MovieDb> getSimilarMovies(int movieId,
    -                                        String language,
    +                                        String language,
                                             int page,
    -                                        String... appendToResponse)
    +                                        String... appendToResponse)
                                               throws MovieDbException
    The similar movies method will let you retrieve the similar movies for a particular movie. @@ -1205,9 +1205,9 @@ extends

    getReviews

    public TmdbResultsList<Reviews> getReviews(int movieId,
    -                                  String language,
    +                                  String language,
                                       int page,
    -                                  String... appendToResponse)
    +                                  String... appendToResponse)
                                         throws MovieDbException
    Throws:
    MovieDbException
    @@ -1220,9 +1220,9 @@ extends

    getMovieLists

    public TmdbResultsList<MovieList> getMovieLists(int movieId,
    -                                       String language,
    +                                       String language,
                                            int page,
    -                                       String... appendToResponse)
    +                                       String... appendToResponse)
                                              throws MovieDbException
    Get the lists that the movie belongs to
    Parameters:
    movieId -
    language -
    page -
    appendToResponse -
    @@ -1237,9 +1237,9 @@ extends
  • getMovieChanges

    -
    public TmdbResultsMap<String,List<ChangedItem>> getMovieChanges(int movieId,
    -                                                       String startDate,
    -                                                       String endDate)
    +
    public TmdbResultsMap<String,List<ChangedItem>> getMovieChanges(int movieId,
    +                                                       String startDate,
    +                                                       String endDate)
                                                              throws MovieDbException
    Get the changes for a specific movie id. @@ -1280,7 +1280,7 @@ extends
  • getUpcoming

    -
    public TmdbResultsList<MovieDb> getUpcoming(String language,
    +
    public TmdbResultsList<MovieDb> getUpcoming(String language,
                                        int page)
                                          throws MovieDbException
    Get the list of upcoming movies. @@ -1300,7 +1300,7 @@ extends
  • getNowPlayingMovies

    -
    public TmdbResultsList<MovieDb> getNowPlayingMovies(String language,
    +
    public TmdbResultsList<MovieDb> getNowPlayingMovies(String language,
                                                int page)
                                                  throws MovieDbException
    This method is used to retrieve the movies currently in theatres. @@ -1321,7 +1321,7 @@ extends
  • getPopularMovieList

    -
    public TmdbResultsList<MovieDb> getPopularMovieList(String language,
    +
    public TmdbResultsList<MovieDb> getPopularMovieList(String language,
                                                int page)
                                                  throws MovieDbException
    This method is used to retrieve the daily movie popularity list. @@ -1341,7 +1341,7 @@ extends
  • getTopRatedMovies

    -
    public TmdbResultsList<MovieDb> getTopRatedMovies(String language,
    +
    public TmdbResultsList<MovieDb> getTopRatedMovies(String language,
                                              int page)
                                                throws MovieDbException
    This method is used to retrieve the top rated movies that have over 10 @@ -1362,7 +1362,7 @@ extends
  • getRatedMovies

    -
    public List<MovieDb> getRatedMovies(String sessionId,
    +
    public List<MovieDb> getRatedMovies(String sessionId,
                                int accountId)
                                  throws MovieDbException
    Get the list of rated movies (and associated rating) for an account.
    @@ -1378,9 +1378,9 @@ extends
  • postMovieRating

    -
    public boolean postMovieRating(String sessionId,
    -                      Integer movieId,
    -                      Integer rating)
    +
    public boolean postMovieRating(String sessionId,
    +                      Integer movieId,
    +                      Integer rating)
                             throws MovieDbException
    This method lets users rate a movie. @@ -1398,7 +1398,7 @@ extends

    getCollectionInfo

    public CollectionInfo getCollectionInfo(int collectionId,
    -                               String language)
    +                               String language)
                                      throws MovieDbException
    This method is used to retrieve all of the basic information about a movie collection. @@ -1418,7 +1418,7 @@ extends

    getCollectionImages

    public TmdbResultsList<Artwork> getCollectionImages(int collectionId,
    -                                           String language)
    +                                           String language)
                                                  throws MovieDbException
    Get all of the images for a particular collection by collection id.
    Parameters:
    collectionId -
    language -
    @@ -1434,7 +1434,7 @@ extends

    getPersonInfo

    public Person getPersonInfo(int personId,
    -                   String... appendToResponse)
    +                   String... appendToResponse)
                          throws MovieDbException
    This method is used to retrieve all of the basic person information. @@ -1452,7 +1452,7 @@ extends

    getPersonCredits

    public TmdbResultsList<PersonCredit> getPersonCredits(int personId,
    -                                             String... appendToResponse)
    +                                             String... appendToResponse)
                                                    throws MovieDbException
    This method is used to retrieve all of the cast & crew information for the person. @@ -1486,8 +1486,8 @@ extends

    getPersonChanges

    public void getPersonChanges(int personId,
    -                    String startDate,
    -                    String endDate)
    +                    String startDate,
    +                    String endDate)
                           throws MovieDbException
    Get the changes for a specific person id. @@ -1574,7 +1574,7 @@ extends

    getCompanyMovies

    public TmdbResultsList<MovieDb> getCompanyMovies(int companyId,
    -                                        String language,
    +                                        String language,
                                             int page)
                                               throws MovieDbException
    This method is used to retrieve the movies associated with a company. @@ -1595,7 +1595,7 @@ extends
  • getGenreList

    -
    public TmdbResultsList<Genre> getGenreList(String language)
    +
    public TmdbResultsList<Genre> getGenreList(String language)
                                         throws MovieDbException
    You can use this method to retrieve the list of genres used on TMDb. @@ -1613,7 +1613,7 @@ extends

    getGenreMovies

    public TmdbResultsList<MovieDb> getGenreMovies(int genreId,
    -                                      String language,
    +                                      String language,
                                           int page,
                                           boolean includeAllMovies)
                                             throws MovieDbException
    @@ -1636,9 +1636,9 @@ extends
  • searchMovie

    -
    public TmdbResultsList<MovieDb> searchMovie(String movieName,
    +
    public TmdbResultsList<MovieDb> searchMovie(String movieName,
                                        int searchYear,
    -                                   String language,
    +                                   String language,
                                        boolean includeAdult,
                                        int page)
                                          throws MovieDbException
    @@ -1658,8 +1658,8 @@ extends
  • searchCollection

    -
    public TmdbResultsList<Collection> searchCollection(String query,
    -                                           String language,
    +
    public TmdbResultsList<Collection> searchCollection(String query,
    +                                           String language,
                                                int page)
                                                  throws MovieDbException
    Search for collections by name.
    @@ -1675,7 +1675,7 @@ extends
  • searchPeople

    -
    public TmdbResultsList<Person> searchPeople(String personName,
    +
    public TmdbResultsList<Person> searchPeople(String personName,
                                        boolean includeAdult,
                                        int page)
                                          throws MovieDbException
    @@ -1695,8 +1695,8 @@ extends
  • searchList

    -
    public TmdbResultsList<MovieList> searchList(String query,
    -                                    String language,
    +
    public TmdbResultsList<MovieList> searchList(String query,
    +                                    String language,
                                         int page)
                                           throws MovieDbException
    Search for lists by name and description.
    @@ -1712,7 +1712,7 @@ extends
  • searchCompanies

    -
    public TmdbResultsList<Company> searchCompanies(String companyName,
    +
    public TmdbResultsList<Company> searchCompanies(String companyName,
                                            int page)
                                              throws MovieDbException
    Search Companies. @@ -1733,7 +1733,7 @@ extends
  • searchKeyword

    -
    public TmdbResultsList<Keyword> searchKeyword(String query,
    +
    public TmdbResultsList<Keyword> searchKeyword(String query,
                                          int page)
                                            throws MovieDbException
    Search for keywords by name
    @@ -1749,7 +1749,7 @@ extends
  • getList

    -
    public MovieDbList getList(String listId)
    +
    public MovieDbList getList(String listId)
                         throws MovieDbException
    Get a list by its ID
    Parameters:
    listId -
    @@ -1764,7 +1764,7 @@ extends
  • getUserLists

    -
    public List<MovieDbList> getUserLists(String sessionId,
    +
    public List<MovieDbList> getUserLists(String sessionId,
                                  int accountID)
                                    throws MovieDbException
    Get all lists of a given user
    @@ -1780,9 +1780,9 @@ extends
  • createList

    -
    public String createList(String sessionId,
    -                String name,
    -                String description)
    +
    public String createList(String sessionId,
    +                String name,
    +                String description)
                       throws MovieDbException
    This method lets users create a new list. A valid session id is required.
    Parameters:
    sessionId -
    name -
    description -
    @@ -1797,8 +1797,8 @@ extends
  • isMovieOnList

    -
    public boolean isMovieOnList(String listId,
    -                    Integer movieId)
    +
    public boolean isMovieOnList(String listId,
    +                    Integer movieId)
                           throws MovieDbException
    Check to see if a movie ID is already added to a list.
    Parameters:
    listId -
    movieId -
    @@ -1813,9 +1813,9 @@ extends
  • addMovieToList

    -
    public StatusCode addMovieToList(String sessionId,
    -                        String listId,
    -                        Integer movieId)
    +
    public StatusCode addMovieToList(String sessionId,
    +                        String listId,
    +                        Integer movieId)
                               throws MovieDbException
    This method lets users add new movies to a list that they created. A valid session id is required.
    @@ -1831,9 +1831,9 @@ extends
  • removeMovieFromList

    -
    public StatusCode removeMovieFromList(String sessionId,
    -                             String listId,
    -                             Integer movieId)
    +
    public StatusCode removeMovieFromList(String sessionId,
    +                             String listId,
    +                             Integer movieId)
                                    throws MovieDbException
    This method lets users remove movies from a list that they created. A valid session id is required.
    @@ -1849,7 +1849,7 @@ extends
  • getWatchList

    -
    public List<MovieDb> getWatchList(String sessionId,
    +
    public List<MovieDb> getWatchList(String sessionId,
                              int accountId)
                                throws MovieDbException
    Get the list of movies on an accounts watchlist.
    @@ -1865,8 +1865,8 @@ extends
  • deleteMovieList

    -
    public StatusCode deleteMovieList(String sessionId,
    -                         String listId)
    +
    public StatusCode deleteMovieList(String sessionId,
    +                         String listId)
                                throws MovieDbException
    This method lets users delete a list that they created. A valid session id is required.
    @@ -1882,7 +1882,7 @@ extends
  • getKeyword

    -
    public Keyword getKeyword(String keywordId)
    +
    public Keyword getKeyword(String keywordId)
                        throws MovieDbException
    Get the basic information for a specific keyword id.
    Parameters:
    keywordId -
    @@ -1897,8 +1897,8 @@ extends
  • getKeywordMovies

    -
    public TmdbResultsList<KeywordMovie> getKeywordMovies(String keywordId,
    -                                             String language,
    +
    public TmdbResultsList<KeywordMovie> getKeywordMovies(String keywordId,
    +                                             String language,
                                                  int page)
                                                    throws MovieDbException
    Get the list of movies for a particular keyword by id.
    @@ -1915,8 +1915,8 @@ extends

    getMovieChangesList

    public TmdbResultsList<ChangedMovie> getMovieChangesList(int page,
    -                                                String startDate,
    -                                                String endDate)
    +                                                String startDate,
    +                                                String endDate)
                                                       throws MovieDbException
    Get a list of movie ids that have been edited. By default we show the last 24 hours and only 100 items per page. The maximum number of days @@ -1937,8 +1937,8 @@ extends

    getPersonChangesList

    public void getPersonChangesList(int page,
    -                        String startDate,
    -                        String endDate)
    +                        String startDate,
    +                        String endDate)
                               throws MovieDbException
    Throws:
    MovieDbException
    @@ -1963,19 +1963,19 @@ extends

    getDiscover

    public TmdbResultsList<MovieDb> getDiscover(int page,
    -                                   String language,
    -                                   String sortBy,
    +                                   String language,
    +                                   String sortBy,
                                        boolean includeAdult,
                                        int year,
                                        int primaryReleaseYear,
                                        int voteCountGte,
                                        float voteAverageGte,
    -                                   String withGenres,
    -                                   String releaseDateGte,
    -                                   String releaseDateLte,
    -                                   String certificationCountry,
    -                                   String certificationLte,
    -                                   String withCompanies)
    +                                   String withGenres,
    +                                   String releaseDateGte,
    +                                   String releaseDateLte,
    +                                   String certificationCountry,
    +                                   String certificationLte,
    +                                   String withCompanies)
                                          throws MovieDbException
    Discover movies by different types of data like average rating, number of votes, genres and certifications. @@ -2026,7 +2026,7 @@ extends
  • convertToJson

    -
    public static String convertToJson(Map<String,?> map)
    +
    public static String convertToJson(Map<String,?> map)
                                 throws MovieDbException
    Use Jackson to convert Map to JSON string.
    Parameters:
    map -
    @@ -2061,12 +2061,12 @@ extends
  • diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html index 55fa68728..146d57773 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 3.12-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    -MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, - String response, - String url)  +MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, + String response, + String url)  -MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, - String response, - String url, - Throwable cause)  +MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, + String response, + String url, + Throwable cause)  -MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, - String response, - URL url)  +MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, + String response, + URL url)  -MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, - String response, - URL url, - Throwable cause)  +MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, + String response, + URL url, + Throwable cause)  @@ -169,12 +169,12 @@ the order they are declared.
  • @@ -308,12 +308,12 @@ extends
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html index 28851cf8c..8f9682c72 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html +++ b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html @@ -2,16 +2,16 @@ - + -AbstractJsonMapping (API-The MovieDB 3.12-SNAPSHOT API) +AbstractJsonMapping (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
  • @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class AbstractJsonMapping

    @@ -203,8 +203,8 @@ implements
  • handleUnknown

    -
    protected void handleUnknown(String key,
    -                 Object value)
    +
    protected void handleUnknown(String key,
    +                 Object value)
    Handle unknown properties and print a message
    Parameters:
    key -
    value -
  • @@ -215,10 +215,10 @@ implements
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • @@ -248,12 +248,12 @@ implements
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Account.html b/apidocs/com/omertron/themoviedbapi/model/Account.html index ef2ff07cc..158556783 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Account.html +++ b/apidocs/com/omertron/themoviedbapi/model/Account.html @@ -2,16 +2,16 @@ - + -Account (API-The MovieDB 3.12-SNAPSHOT API) +Account (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
  • @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Account

    @@ -271,7 +271,7 @@ extends
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -298,7 +298,7 @@ extends
  • getUserName

    -
    public String getUserName()
    +
    public String getUserName()
  • @@ -307,7 +307,7 @@ extends
  • setUserName

    -
    public void setUserName(String userName)
    +
    public void setUserName(String userName)
  • @@ -316,7 +316,7 @@ extends
  • getLanguage

    -
    public String getLanguage()
    +
    public String getLanguage()
  • @@ -325,7 +325,7 @@ extends
  • setLanguage

    -
    public void setLanguage(String language)
    +
    public void setLanguage(String language)
  • @@ -334,7 +334,7 @@ extends
  • getCountry

    -
    public String getCountry()
    +
    public String getCountry()
  • @@ -343,7 +343,7 @@ extends
  • setCountry

    -
    public void setCountry(String country)
    +
    public void setCountry(String country)
  • @@ -372,12 +372,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html index f1e0d35bc..b01f63647 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html @@ -2,16 +2,16 @@ - + -AlternativeTitle (API-The MovieDB 3.12-SNAPSHOT API) +AlternativeTitle (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
  • @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class AlternativeTitle

    @@ -220,7 +220,7 @@ implements
  • getTitle

    -
    public String getTitle()
    +
    public String getTitle()
  • @@ -229,7 +229,7 @@ implements
  • setCountry

    -
    public void setCountry(String country)
    +
    public void setCountry(String country)
  • @@ -238,7 +238,7 @@ implements
  • setTitle

    -
    public void setTitle(String title)
    +
    public void setTitle(String title)
  • @@ -247,10 +247,10 @@ implements
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -263,7 +263,7 @@ implements hashCode
     in class Object +
    hashCode in class Object
  • @@ -293,12 +293,12 @@ implements
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/Artwork.html index 6130fd34d..feae8ccd5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/Artwork.html @@ -2,16 +2,16 @@ - + -Artwork (API-The MovieDB 3.12-SNAPSHOT API) +Artwork (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
  • @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Artwork

    @@ -305,7 +305,7 @@ extends
  • getFilePath

    -
    public String getFilePath()
    +
    public String getFilePath()
  • @@ -323,7 +323,7 @@ extends
  • getLanguage

    -
    public String getLanguage()
    +
    public String getLanguage()
  • @@ -359,7 +359,7 @@ extends
  • getFlag

    -
    public String getFlag()
    +
    public String getFlag()
  • @@ -368,7 +368,7 @@ extends
  • getId

    -
    public String getId()
    +
    public String getId()
  • @@ -395,7 +395,7 @@ extends
  • setFilePath

    -
    public void setFilePath(String filePath)
    +
    public void setFilePath(String filePath)
  • @@ -413,7 +413,7 @@ extends
  • setLanguage

    -
    public void setLanguage(String language)
    +
    public void setLanguage(String language)
  • @@ -449,7 +449,7 @@ extends
  • setFlag

    -
    public void setFlag(String flag)
    +
    public void setFlag(String flag)
  • @@ -458,7 +458,7 @@ extends
  • setId

    -
    public void setId(String id)
    +
    public void setId(String id)
  • @@ -467,10 +467,10 @@ extends
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -483,7 +483,7 @@ extends hashCode in class Object +
    hashCode in class Object
    @@ -513,12 +513,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html index e7d13d42a..e4383758d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html @@ -2,16 +2,16 @@ - + -ArtworkType (API-The MovieDB 3.12-SNAPSHOT API) +ArtworkType (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,15 +80,15 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Enum ArtworkType

  • -

    Methods inherited from class java.lang.Enum

    -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
  • +

    Methods inherited from class java.lang.Enum

    +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf @@ -241,7 +241,8 @@ over the constants as follows: for (ArtworkType c : ArtworkType.values())   System.out.println(c); -
    Returns:
    an array containing the constants of this enum type, in the order they are declared
    +
    Returns:
    an array containing the constants of this enum type, in +the order they are declared
    @@ -250,7 +251,7 @@ for (ArtworkType c : ArtworkType.values()) @@ -288,12 +290,12 @@ not permitted.)
    diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html index 1b39c40b2..9871e7427 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html @@ -2,16 +2,16 @@ - + -ChangeKeyItem (API-The MovieDB 3.12-SNAPSHOT API) +ChangeKeyItem (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class ChangeKeyItem

    @@ -135,37 +135,37 @@ extends Method and Description -List<ChangedItem> +List<ChangedItem> getChangedItems()  -String +String getKey()  -Map<String,Object> +Map<String,Object> getNewItems()  void -setChangedItems(List<ChangedItem> changes)  +setChangedItems(List<ChangedItem> changes)  void -setKey(String key)  +setKey(String key)  void -setNewItems(String name, - Object value)  +setNewItems(String name, + Object value)  @@ -204,7 +204,7 @@ extends
  • getKey

    -
    public String getKey()
    +
    public String getKey()
  • @@ -213,7 +213,7 @@ extends
  • setKey

    -
    public void setKey(String key)
    +
    public void setKey(String key)
  • @@ -222,7 +222,7 @@ extends
  • getChangedItems

    -
    public List<ChangedItem> getChangedItems()
    +
    public List<ChangedItem> getChangedItems()
  • @@ -231,7 +231,7 @@ extends
  • setChangedItems

    -
    public void setChangedItems(List<ChangedItem> changes)
    +
    public void setChangedItems(List<ChangedItem> changes)
  • @@ -240,7 +240,7 @@ extends
  • getNewItems

    -
    public Map<String,Object> getNewItems()
    +
    public Map<String,Object> getNewItems()
  • @@ -249,8 +249,8 @@ extends
  • setNewItems

    -
    public void setNewItems(String name,
    -               Object value)
    +
    public void setNewItems(String name,
    +               Object value)
  • @@ -279,12 +279,12 @@ extends diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html index dc028fb45..0449554ea 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html @@ -2,16 +2,16 @@ - + -ChangedItem (API-The MovieDB 3.12-SNAPSHOT API) +ChangedItem (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class ChangedItem

    @@ -254,7 +254,7 @@ extends
  • setId

    -
    public void setId(String id)
    +
    public void setId(String id)
  • @@ -263,7 +263,7 @@ extends
  • getAction

    -
    public String getAction()
    +
    public String getAction()
  • @@ -272,7 +272,7 @@ extends
  • setAction

    -
    public void setAction(String action)
    +
    public void setAction(String action)
  • @@ -281,7 +281,7 @@ extends
  • getTime

    -
    public String getTime()
    +
    public String getTime()
  • @@ -290,7 +290,7 @@ extends
  • setTime

    -
    public void setTime(String time)
    +
    public void setTime(String time)
  • @@ -299,7 +299,7 @@ extends
  • getLanguage

    -
    public String getLanguage()
    +
    public String getLanguage()
  • @@ -308,7 +308,7 @@ extends
  • setLanguage

    -
    public void setLanguage(String language)
    +
    public void setLanguage(String language)
  • @@ -317,7 +317,7 @@ extends
  • getValue

    -
    public Object getValue()
    +
    public Object getValue()
  • @@ -326,7 +326,7 @@ extends
  • setValue

    -
    public void setValue(Object value)
    +
    public void setValue(Object value)
  • @@ -335,7 +335,7 @@ extends
  • getNewItems

    -
    public Map<String,Object> getNewItems()
    +
    public Map<String,Object> getNewItems()
  • @@ -344,8 +344,8 @@ extends
  • setNewItems

    -
    public void setNewItems(String name,
    -               Object value)
    +
    public void setNewItems(String name,
    +               Object value)
  • @@ -374,12 +374,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html index a4be71522..a12dc787c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html @@ -2,16 +2,16 @@ - + -ChangedMovie (API-The MovieDB 3.12-SNAPSHOT API) +ChangedMovie (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class ChangedMovie

    @@ -230,7 +230,7 @@ extends
  • setId

    -
    public void setId(String id)
    +
    public void setId(String id)
  • @@ -268,12 +268,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Collection.html b/apidocs/com/omertron/themoviedbapi/model/Collection.html index 730a251d6..62628d318 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/Collection.html @@ -2,16 +2,16 @@ - + -Collection (API-The MovieDB 3.12-SNAPSHOT API) +Collection (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Collection

    @@ -272,7 +272,7 @@ extends
  • getPosterPath

    -
    public String getPosterPath()
    +
    public String getPosterPath()
  • @@ -281,7 +281,7 @@ extends
  • getReleaseDate

    -
    public String getReleaseDate()
    +
    public String getReleaseDate()
  • @@ -290,7 +290,7 @@ extends
  • getTitle

    -
    public String getTitle()
    +
    public String getTitle()
  • @@ -299,7 +299,7 @@ extends
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -308,7 +308,7 @@ extends
  • setBackdropPath

    -
    public void setBackdropPath(String backdropPath)
    +
    public void setBackdropPath(String backdropPath)
  • @@ -326,7 +326,7 @@ extends
  • setPosterPath

    -
    public void setPosterPath(String posterPath)
    +
    public void setPosterPath(String posterPath)
  • @@ -335,7 +335,7 @@ extends
  • setReleaseDate

    -
    public void setReleaseDate(String releaseDate)
    +
    public void setReleaseDate(String releaseDate)
  • @@ -344,7 +344,7 @@ extends
  • setTitle

    -
    public void setTitle(String title)
    +
    public void setTitle(String title)
  • @@ -353,7 +353,7 @@ extends
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -362,10 +362,10 @@ extends
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -378,7 +378,7 @@ extends hashCode in class Object +
    hashCode in class Object
    @@ -408,12 +408,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html index 8cad98a6e..1427e3fdf 100644 --- a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html @@ -2,16 +2,16 @@ - + -CollectionInfo (API-The MovieDB 3.12-SNAPSHOT API) +CollectionInfo (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class CollectionInfo

    @@ -264,7 +264,7 @@ extends
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -273,7 +273,7 @@ extends
  • getOverview

    -
    public String getOverview()
    +
    public String getOverview()
  • @@ -282,7 +282,7 @@ extends
  • getParts

    -
    public List<Collection> getParts()
    +
    public List<Collection> getParts()
  • @@ -291,7 +291,7 @@ extends
  • getPosterPath

    -
    public String getPosterPath()
    +
    public String getPosterPath()
  • @@ -300,7 +300,7 @@ extends
  • setBackdropPath

    -
    public void setBackdropPath(String backdropPath)
    +
    public void setBackdropPath(String backdropPath)
  • @@ -318,7 +318,7 @@ extends
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -327,7 +327,7 @@ extends
  • setOverview

    -
    public void setOverview(String overview)
    +
    public void setOverview(String overview)
  • @@ -336,7 +336,7 @@ extends
  • setParts

    -
    public void setParts(List<Collection> parts)
    +
    public void setParts(List<Collection> parts)
  • @@ -345,7 +345,7 @@ extends
  • setPosterPath

    -
    public void setPosterPath(String posterPath)
    +
    public void setPosterPath(String posterPath)
  • @@ -374,12 +374,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Company.html b/apidocs/com/omertron/themoviedbapi/model/Company.html index 5528d8d67..8e75be662 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/Company.html @@ -2,16 +2,16 @@ - + -Company (API-The MovieDB 3.12-SNAPSHOT API) +Company (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Company

    @@ -279,7 +279,7 @@ extends
  • getHeadquarters

    -
    public String getHeadquarters()
    +
    public String getHeadquarters()
  • @@ -288,7 +288,7 @@ extends
  • getHomepage

    -
    public String getHomepage()
    +
    public String getHomepage()
  • @@ -297,7 +297,7 @@ extends
  • getLogoPath

    -
    public String getLogoPath()
    +
    public String getLogoPath()
  • @@ -306,7 +306,7 @@ extends
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -333,7 +333,7 @@ extends
  • setDescription

    -
    public void setDescription(String description)
    +
    public void setDescription(String description)
  • @@ -342,7 +342,7 @@ extends
  • setHeadquarters

    -
    public void setHeadquarters(String headquarters)
    +
    public void setHeadquarters(String headquarters)
  • @@ -351,7 +351,7 @@ extends
  • setHomepage

    -
    public void setHomepage(String homepage)
    +
    public void setHomepage(String homepage)
  • @@ -360,7 +360,7 @@ extends
  • setLogoPath

    -
    public void setLogoPath(String logoPath)
    +
    public void setLogoPath(String logoPath)
  • @@ -369,7 +369,7 @@ extends
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -388,8 +388,8 @@ extends

    setParentCompany

    public void setParentCompany(int id,
    -                    String name,
    -                    String logoPath)
    + String name, + String logoPath) @@ -418,12 +418,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Discover.html b/apidocs/com/omertron/themoviedbapi/model/Discover.html index ff1d851ef..b3beb7431 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Discover.html +++ b/apidocs/com/omertron/themoviedbapi/model/Discover.html @@ -2,16 +2,16 @@ - + -Discover (API-The MovieDB 3.12-SNAPSHOT API) +Discover (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Discover

    @@ -282,7 +282,7 @@ extends
  • getParams

    -
    public Map<String,String> getParams()
    +
    public Map<String,String> getParams()
    Get the parameters

    This will be used to construct the URL in the API

    @@ -307,7 +307,7 @@ extends
  • language

    -
    public Discover language(String language)
    +
    public Discover language(String language)
    ISO 639-1 code
    Parameters:
    language -
    Returns:
    @@ -319,7 +319,7 @@ extends
  • sortBy

    -
    public Discover sortBy(String sortBy)
    +
    public Discover sortBy(String sortBy)
    Available options are
    vote_average.desc
    vote_average.asc
    @@ -397,7 +397,7 @@ extends
  • withGenres

    -
    public Discover withGenres(String withGenres)
    +
    public Discover withGenres(String withGenres)
    Only include movies with the specified genres.

    Expected value is an integer (the id of a genre). @@ -415,7 +415,7 @@ extends

  • releaseDateGte

    -
    public Discover releaseDateGte(String releaseDateGte)
    +
    public Discover releaseDateGte(String releaseDateGte)
    The minimum release to include.

    Expected format is YYYY-MM-DD.

    @@ -429,7 +429,7 @@ extends
  • releaseDateLte

    -
    public Discover releaseDateLte(String releaseDateLte)
    +
    public Discover releaseDateLte(String releaseDateLte)
    The maximum release to include.

    Expected format is YYYY-MM-DD.

    @@ -443,7 +443,7 @@ extends
  • certificationCountry

    -
    public Discover certificationCountry(String certificationCountry)
    +
    public Discover certificationCountry(String certificationCountry)
    Only include movies with certifications for a specific country.

    When this value is specified, 'certificationLte' is required. @@ -459,7 +459,7 @@ extends

  • certificationLte

    -
    public Discover certificationLte(String certificationLte)
    +
    public Discover certificationLte(String certificationLte)
    Only include movies with this certification and lower.

    Expected value is a valid certification for the specified 'certificationCountry'.

    @@ -473,7 +473,7 @@ extends
  • withCompanies

    -
    public Discover withCompanies(String withCompanies)
    +
    public Discover withCompanies(String withCompanies)
    Filter movies to include a specific company.

    Expected value is an integer (the id of a company). @@ -509,12 +509,12 @@ extends

    diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html index f7fc7f73c..d8c548532 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/Genre.html @@ -2,16 +2,16 @@ - + -Genre (API-The MovieDB 3.12-SNAPSHOT API) +Genre (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
  • @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Genre

    @@ -215,12 +215,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html index e32862431..ba74f2c6e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html +++ b/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html @@ -2,16 +2,16 @@ - + -JobDepartment (API-The MovieDB 3.12-SNAPSHOT API) +JobDepartment (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class JobDepartment

    @@ -221,7 +221,7 @@ extends
  • getJobs

    -
    public List<String> getJobs()
    +
    public List<String> getJobs()
  • @@ -230,7 +230,7 @@ extends
  • setDepartment

    -
    public void setDepartment(String department)
    +
    public void setDepartment(String department)
  • @@ -239,7 +239,7 @@ extends
  • setJobs

    -
    public void setJobs(List<String> jobs)
    +
    public void setJobs(List<String> jobs)
  • @@ -268,12 +268,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/Keyword.html index a794053c2..fc52cd13a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/Keyword.html @@ -2,16 +2,16 @@ - + -Keyword (API-The MovieDB 3.12-SNAPSHOT API) +Keyword (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Keyword

    @@ -215,12 +215,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html index cba8af4cd..7f22afaf5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html @@ -2,16 +2,16 @@ - + -KeywordMovie (API-The MovieDB 3.12-SNAPSHOT API) +KeywordMovie (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class KeywordMovie

    @@ -299,7 +299,7 @@ extends
  • getBackdropPath

    -
    public String getBackdropPath()
    +
    public String getBackdropPath()
  • @@ -308,7 +308,7 @@ extends
  • getId

    -
    public String getId()
    +
    public String getId()
  • @@ -317,7 +317,7 @@ extends
  • getOriginalTitle

    -
    public String getOriginalTitle()
    +
    public String getOriginalTitle()
  • @@ -326,7 +326,7 @@ extends
  • getReleaseDate

    -
    public String getReleaseDate()
    +
    public String getReleaseDate()
  • @@ -335,7 +335,7 @@ extends
  • getPosterPath

    -
    public String getPosterPath()
    +
    public String getPosterPath()
  • @@ -344,7 +344,7 @@ extends
  • getTitle

    -
    public String getTitle()
    +
    public String getTitle()
  • @@ -398,7 +398,7 @@ extends
  • setBackdropPath

    -
    public void setBackdropPath(String backdropPath)
    +
    public void setBackdropPath(String backdropPath)
  • @@ -407,7 +407,7 @@ extends
  • setId

    -
    public void setId(String id)
    +
    public void setId(String id)
  • @@ -416,7 +416,7 @@ extends
  • setOriginalTitle

    -
    public void setOriginalTitle(String originalTitle)
    +
    public void setOriginalTitle(String originalTitle)
  • @@ -425,7 +425,7 @@ extends
  • setReleaseDate

    -
    public void setReleaseDate(String releaseDate)
    +
    public void setReleaseDate(String releaseDate)
  • @@ -434,7 +434,7 @@ extends
  • setPosterPath

    -
    public void setPosterPath(String posterPath)
    +
    public void setPosterPath(String posterPath)
  • @@ -443,7 +443,7 @@ extends
  • setTitle

    -
    public void setTitle(String title)
    +
    public void setTitle(String title)
  • @@ -517,12 +517,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html index a517315a6..ea9765dc8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/Language.html @@ -2,16 +2,16 @@ - + -Language (API-The MovieDB 3.12-SNAPSHOT API) +Language (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Language

    @@ -231,7 +231,7 @@ extends
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -240,7 +240,7 @@ extends
  • setIsoCode

    -
    public void setIsoCode(String isoCode)
    +
    public void setIsoCode(String isoCode)
  • @@ -249,7 +249,7 @@ extends
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -258,10 +258,10 @@ extends
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -274,7 +274,7 @@ extends hashCode in class Object +
    hashCode in class Object
    @@ -304,12 +304,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html index ecbfda52c..1341982fd 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html @@ -2,16 +2,16 @@ - + -ListItemStatus (API-The MovieDB 3.12-SNAPSHOT API) +ListItemStatus (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class ListItemStatus

    @@ -270,12 +270,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html index 21172e541..19e44607e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html @@ -2,16 +2,16 @@ - + -MovieDb (API-The MovieDB 3.12-SNAPSHOT API) +MovieDb (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class MovieDb

    @@ -491,7 +491,7 @@ extends
  • getBackdropPath

    -
    public String getBackdropPath()
    +
    public String getBackdropPath()
  • @@ -509,7 +509,7 @@ extends
  • getOriginalTitle

    -
    public String getOriginalTitle()
    +
    public String getOriginalTitle()
  • @@ -527,7 +527,7 @@ extends
  • getPosterPath

    -
    public String getPosterPath()
    +
    public String getPosterPath()
  • @@ -536,7 +536,7 @@ extends
  • getReleaseDate

    -
    public String getReleaseDate()
    +
    public String getReleaseDate()
  • @@ -545,7 +545,7 @@ extends
  • getTitle

    -
    public String getTitle()
    +
    public String getTitle()
  • @@ -581,7 +581,7 @@ extends
  • getGenres

    -
    public List<Genre> getGenres()
    +
    public List<Genre> getGenres()
  • @@ -590,7 +590,7 @@ extends
  • getHomepage

    -
    public String getHomepage()
    +
    public String getHomepage()
  • @@ -599,7 +599,7 @@ extends
  • getImdbID

    -
    public String getImdbID()
    +
    public String getImdbID()
  • @@ -608,7 +608,7 @@ extends
  • getOverview

    -
    public String getOverview()
    +
    public String getOverview()
  • @@ -617,7 +617,7 @@ extends
  • getProductionCompanies

    -
    public List<ProductionCompany> getProductionCompanies()
    +
    public List<ProductionCompany> getProductionCompanies()
  • @@ -626,7 +626,7 @@ extends
  • getProductionCountries

    -
    public List<ProductionCountry> getProductionCountries()
    +
    public List<ProductionCountry> getProductionCountries()
  • @@ -653,7 +653,7 @@ extends
  • getSpokenLanguages

    -
    public List<Language> getSpokenLanguages()
    +
    public List<Language> getSpokenLanguages()
  • @@ -662,7 +662,7 @@ extends
  • getTagline

    -
    public String getTagline()
    +
    public String getTagline()
  • @@ -689,7 +689,7 @@ extends
  • getStatus

    -
    public String getStatus()
    +
    public String getStatus()
  • @@ -707,7 +707,7 @@ extends
  • getVideo

    -
    public Boolean getVideo()
    +
    public Boolean getVideo()
  • @@ -716,7 +716,7 @@ extends
  • setBackdropPath

    -
    public void setBackdropPath(String backdropPath)
    +
    public void setBackdropPath(String backdropPath)
  • @@ -734,7 +734,7 @@ extends
  • setOriginalTitle

    -
    public void setOriginalTitle(String originalTitle)
    +
    public void setOriginalTitle(String originalTitle)
  • @@ -752,7 +752,7 @@ extends
  • setPosterPath

    -
    public void setPosterPath(String posterPath)
    +
    public void setPosterPath(String posterPath)
  • @@ -761,7 +761,7 @@ extends
  • setReleaseDate

    -
    public void setReleaseDate(String releaseDate)
    +
    public void setReleaseDate(String releaseDate)
  • @@ -770,7 +770,7 @@ extends
  • setTitle

    -
    public void setTitle(String title)
    +
    public void setTitle(String title)
  • @@ -806,7 +806,7 @@ extends
  • setGenres

    -
    public void setGenres(List<Genre> genres)
    +
    public void setGenres(List<Genre> genres)
  • @@ -815,7 +815,7 @@ extends
  • setHomepage

    -
    public void setHomepage(String homepage)
    +
    public void setHomepage(String homepage)
  • @@ -824,7 +824,7 @@ extends
  • setImdbID

    -
    public void setImdbID(String imdbID)
    +
    public void setImdbID(String imdbID)
  • @@ -833,7 +833,7 @@ extends
  • setOverview

    -
    public void setOverview(String overview)
    +
    public void setOverview(String overview)
  • @@ -842,7 +842,7 @@ extends
  • setProductionCompanies

    -
    public void setProductionCompanies(List<ProductionCompany> productionCompanies)
    +
    public void setProductionCompanies(List<ProductionCompany> productionCompanies)
  • @@ -851,7 +851,7 @@ extends
  • setProductionCountries

    -
    public void setProductionCountries(List<ProductionCountry> productionCountries)
    +
    public void setProductionCountries(List<ProductionCountry> productionCountries)
  • @@ -878,7 +878,7 @@ extends
  • setSpokenLanguages

    -
    public void setSpokenLanguages(List<Language> spokenLanguages)
    +
    public void setSpokenLanguages(List<Language> spokenLanguages)
  • @@ -887,7 +887,7 @@ extends
  • setTagline

    -
    public void setTagline(String tagline)
    +
    public void setTagline(String tagline)
  • @@ -914,7 +914,7 @@ extends
  • setStatus

    -
    public void setStatus(String status)
    +
    public void setStatus(String status)
  • @@ -932,7 +932,7 @@ extends
  • setVideo

    -
    public void setVideo(Boolean video)
    +
    public void setVideo(Boolean video)
  • @@ -941,7 +941,7 @@ extends
  • getAlternativeTitles

    -
    public List<AlternativeTitle> getAlternativeTitles()
    +
    public List<AlternativeTitle> getAlternativeTitles()
  • @@ -950,7 +950,7 @@ extends
  • getCast

    -
    public List<PersonCast> getCast()
    +
    public List<PersonCast> getCast()
  • @@ -959,7 +959,7 @@ extends
  • getCrew

    -
    public List<PersonCrew> getCrew()
    +
    public List<PersonCrew> getCrew()
  • @@ -968,7 +968,7 @@ extends
  • getImages

    -
    public List<Artwork> getImages()
    +
    public List<Artwork> getImages()
  • @@ -977,7 +977,7 @@ extends
  • getKeywords

    -
    public List<Keyword> getKeywords()
    +
    public List<Keyword> getKeywords()
  • @@ -986,7 +986,7 @@ extends
  • getReleases

    -
    public List<ReleaseInfo> getReleases()
    +
    public List<ReleaseInfo> getReleases()
  • @@ -995,7 +995,7 @@ extends
  • getTrailers

    -
    public List<Trailer> getTrailers()
    +
    public List<Trailer> getTrailers()
  • @@ -1004,7 +1004,7 @@ extends
  • getTranslations

    -
    public List<Translation> getTranslations()
    +
    public List<Translation> getTranslations()
  • @@ -1013,7 +1013,7 @@ extends
  • getSimilarMovies

    -
    public List<MovieDb> getSimilarMovies()
    +
    public List<MovieDb> getSimilarMovies()
  • @@ -1022,7 +1022,7 @@ extends
  • getLists

    -
    public List<MovieList> getLists()
    +
    public List<MovieList> getLists()
  • @@ -1031,7 +1031,7 @@ extends
  • getReviews

    -
    public List<Reviews> getReviews()
    +
    public List<Reviews> getReviews()
  • @@ -1130,10 +1130,10 @@ extends
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -1146,7 +1146,7 @@ extends hashCode in class Object +
    hashCode in class Object
    @@ -1176,12 +1176,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html index dae34cf1a..503f65e38 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html @@ -2,16 +2,16 @@ - + -MovieDbList (API-The MovieDB 3.12-SNAPSHOT API) +MovieDbList (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class MovieDbList

    @@ -296,7 +296,7 @@ extends
  • getCreatedBy

    -
    public String getCreatedBy()
    +
    public String getCreatedBy()
  • @@ -305,7 +305,7 @@ extends
  • getDescription

    -
    public String getDescription()
    +
    public String getDescription()
  • @@ -323,7 +323,7 @@ extends
  • getItems

    -
    public List<MovieDb> getItems()
    +
    public List<MovieDb> getItems()
  • @@ -341,7 +341,7 @@ extends
  • getLanguage

    -
    public String getLanguage()
    +
    public String getLanguage()
  • @@ -350,7 +350,7 @@ extends
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -359,7 +359,7 @@ extends
  • getPosterPath

    -
    public String getPosterPath()
    +
    public String getPosterPath()
  • @@ -368,7 +368,7 @@ extends
  • getStatusCode

    -
    public String getStatusCode()
    +
    public String getStatusCode()
  • @@ -377,7 +377,7 @@ extends
  • getStatusMessage

    -
    public String getStatusMessage()
    +
    public String getStatusMessage()
  • @@ -386,7 +386,7 @@ extends
  • setId

    -
    public void setId(String id)
    +
    public void setId(String id)
  • @@ -395,7 +395,7 @@ extends
  • setCreatedBy

    -
    public void setCreatedBy(String createdBy)
    +
    public void setCreatedBy(String createdBy)
  • @@ -404,7 +404,7 @@ extends
  • setDescription

    -
    public void setDescription(String description)
    +
    public void setDescription(String description)
  • @@ -422,7 +422,7 @@ extends
  • setItems

    -
    public void setItems(List<MovieDb> items)
    +
    public void setItems(List<MovieDb> items)
  • @@ -440,7 +440,7 @@ extends
  • setLanguage

    -
    public void setLanguage(String language)
    +
    public void setLanguage(String language)
  • @@ -449,7 +449,7 @@ extends
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -458,7 +458,7 @@ extends
  • setPosterPath

    -
    public void setPosterPath(String posterPath)
    +
    public void setPosterPath(String posterPath)
  • @@ -467,7 +467,7 @@ extends
  • setStatusCode

    -
    public void setStatusCode(String statusCode)
    +
    public void setStatusCode(String statusCode)
  • @@ -476,7 +476,7 @@ extends
  • setStatusMessage

    -
    public void setStatusMessage(String statusMessage)
    +
    public void setStatusMessage(String statusMessage)
  • @@ -505,12 +505,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html index 022003550..b72106633 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html @@ -2,16 +2,16 @@ - + -MovieDbListStatus (API-The MovieDB 3.12-SNAPSHOT API) +MovieDbListStatus (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class MovieDbListStatus

    @@ -225,7 +225,7 @@ extends
  • setListId

    -
    public void setListId(String listId)
    +
    public void setListId(String listId)
  • @@ -254,12 +254,12 @@ extends
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class MovieList

    @@ -280,7 +280,7 @@ extends
  • getId

    -
    public String getId()
    +
    public String getId()
  • @@ -298,7 +298,7 @@ extends
  • getLanguage

    -
    public String getLanguage()
    +
    public String getLanguage()
  • @@ -307,7 +307,7 @@ extends
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -316,7 +316,7 @@ extends
  • getPosterPath

    -
    public String getPosterPath()
    +
    public String getPosterPath()
  • @@ -325,7 +325,7 @@ extends
  • getListType

    -
    public String getListType()
    +
    public String getListType()
  • @@ -334,7 +334,7 @@ extends
  • setDescription

    -
    public void setDescription(String description)
    +
    public void setDescription(String description)
  • @@ -352,7 +352,7 @@ extends
  • setId

    -
    public void setId(String id)
    +
    public void setId(String id)
  • @@ -370,7 +370,7 @@ extends
  • setLanguage

    -
    public void setLanguage(String language)
    +
    public void setLanguage(String language)
  • @@ -379,7 +379,7 @@ extends
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -388,7 +388,7 @@ extends
  • setPosterPath

    -
    public void setPosterPath(String posterPath)
    +
    public void setPosterPath(String posterPath)
  • @@ -397,7 +397,7 @@ extends
  • setListType

    -
    public void setListType(String listType)
    +
    public void setListType(String listType)
  • @@ -426,12 +426,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Person.html b/apidocs/com/omertron/themoviedbapi/model/Person.html index bda02368e..a759bdcdc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/Person.html @@ -2,16 +2,16 @@ - + -Person (API-The MovieDB 3.12-SNAPSHOT API) +Person (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Person

    @@ -409,7 +409,7 @@ extends
  • getDepartment

    -
    public String getDepartment()
    +
    public String getDepartment()
  • @@ -427,7 +427,7 @@ extends
  • getJob

    -
    public String getJob()
    +
    public String getJob()
  • @@ -436,7 +436,7 @@ extends
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -463,7 +463,7 @@ extends
  • getProfilePath

    -
    public String getProfilePath()
    +
    public String getProfilePath()
  • @@ -481,7 +481,7 @@ extends
  • getAka

    -
    public List<String> getAka()
    +
    public List<String> getAka()
  • @@ -490,7 +490,7 @@ extends
  • getBiography

    -
    public String getBiography()
    +
    public String getBiography()
  • @@ -499,7 +499,7 @@ extends
  • getBirthday

    -
    public String getBirthday()
    +
    public String getBirthday()
  • @@ -508,7 +508,7 @@ extends
  • getBirthplace

    -
    public String getBirthplace()
    +
    public String getBirthplace()
  • @@ -517,7 +517,7 @@ extends
  • getDeathday

    -
    public String getDeathday()
    +
    public String getDeathday()
  • @@ -526,7 +526,7 @@ extends
  • getHomepage

    -
    public String getHomepage()
    +
    public String getHomepage()
  • @@ -535,7 +535,7 @@ extends
  • getImdbId

    -
    public String getImdbId()
    +
    public String getImdbId()
  • @@ -553,7 +553,7 @@ extends
  • setCharacter

    -
    public void setCharacter(String character)
    +
    public void setCharacter(String character)
  • @@ -562,7 +562,7 @@ extends
  • setDepartment

    -
    public void setDepartment(String department)
    +
    public void setDepartment(String department)
  • @@ -580,7 +580,7 @@ extends
  • setJob

    -
    public void setJob(String job)
    +
    public void setJob(String job)
  • @@ -589,7 +589,7 @@ extends
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -616,7 +616,7 @@ extends
  • setProfilePath

    -
    public void setProfilePath(String profilePath)
    +
    public void setProfilePath(String profilePath)
  • @@ -634,7 +634,7 @@ extends
  • setAka

    -
    public void setAka(List<String> aka)
    +
    public void setAka(List<String> aka)
  • @@ -643,7 +643,7 @@ extends
  • setBiography

    -
    public void setBiography(String biography)
    +
    public void setBiography(String biography)
  • @@ -652,7 +652,7 @@ extends
  • setBirthday

    -
    public void setBirthday(String birthday)
    +
    public void setBirthday(String birthday)
  • @@ -661,7 +661,7 @@ extends
  • setBirthplace

    -
    public void setBirthplace(String birthplace)
    +
    public void setBirthplace(String birthplace)
  • @@ -670,7 +670,7 @@ extends
  • setDeathday

    -
    public void setDeathday(String deathday)
    +
    public void setDeathday(String deathday)
  • @@ -679,7 +679,7 @@ extends
  • setHomepage

    -
    public void setHomepage(String homepage)
    +
    public void setHomepage(String homepage)
  • @@ -688,7 +688,7 @@ extends
  • setImdbId

    -
    public void setImdbId(String imdbId)
    +
    public void setImdbId(String imdbId)
  • @@ -706,7 +706,7 @@ extends
  • getKnownFor

    -
    public List<PersonCredit> getKnownFor()
    +
    public List<PersonCredit> getKnownFor()
  • @@ -715,7 +715,7 @@ extends
  • setKnownFor

    -
    public void setKnownFor(List<PersonCredit> knownFor)
    +
    public void setKnownFor(List<PersonCredit> knownFor)
  • @@ -724,10 +724,10 @@ extends
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -740,7 +740,7 @@ extends hashCode
     in class Object +
    hashCode in class Object
    @@ -770,12 +770,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html index 73c2bc6f6..df88d8cc3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html @@ -2,16 +2,16 @@ - + -PersonCast (API-The MovieDB 3.12-SNAPSHOT API) +PersonCast (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class PersonCast

    @@ -280,7 +280,7 @@ extends
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -298,7 +298,7 @@ extends
  • getProfilePath

    -
    public String getProfilePath()
    +
    public String getProfilePath()
  • @@ -316,7 +316,7 @@ extends
  • setCharacter

    -
    public void setCharacter(String character)
    +
    public void setCharacter(String character)
  • @@ -334,7 +334,7 @@ extends
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -352,7 +352,7 @@ extends
  • setProfilePath

    -
    public void setProfilePath(String profilePath)
    +
    public void setProfilePath(String profilePath)
  • @@ -370,7 +370,7 @@ extends
  • getCreditId

    -
    public String getCreditId()
    +
    public String getCreditId()
  • @@ -379,7 +379,7 @@ extends
  • setCreditId

    -
    public void setCreditId(String creditId)
    +
    public void setCreditId(String creditId)
  • @@ -388,10 +388,10 @@ extends
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -404,7 +404,7 @@ extends hashCode in class Object +
    hashCode in class Object
    @@ -434,12 +434,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html index af2eb57d5..23f821f46 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html @@ -2,16 +2,16 @@ - + -PersonCredit (API-The MovieDB 3.12-SNAPSHOT API) +PersonCredit (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class PersonCredit

    @@ -366,7 +366,7 @@ extends
  • getCharacter

    -
    public String getCharacter()
    +
    public String getCharacter()
  • @@ -375,7 +375,7 @@ extends
  • getDepartment

    -
    public String getDepartment()
    +
    public String getDepartment()
  • @@ -384,7 +384,7 @@ extends
  • getJob

    -
    public String getJob()
    +
    public String getJob()
  • @@ -402,7 +402,7 @@ extends
  • getMovieOriginalTitle

    -
    public String getMovieOriginalTitle()
    +
    public String getMovieOriginalTitle()
  • @@ -411,7 +411,7 @@ extends
  • getMovieTitle

    -
    public String getMovieTitle()
    +
    public String getMovieTitle()
  • @@ -429,7 +429,7 @@ extends
  • getPosterPath

    -
    public String getPosterPath()
    +
    public String getPosterPath()
  • @@ -438,7 +438,7 @@ extends
  • getReleaseDate

    -
    public String getReleaseDate()
    +
    public String getReleaseDate()
  • @@ -447,7 +447,7 @@ extends
  • getAdult

    -
    public String getAdult()
    +
    public String getAdult()
  • @@ -456,7 +456,7 @@ extends
  • getCreditId

    -
    public String getCreditId()
    +
    public String getCreditId()
  • @@ -474,7 +474,7 @@ extends
  • getTvOriginalName

    -
    public String getTvOriginalName()
    +
    public String getTvOriginalName()
  • @@ -483,7 +483,7 @@ extends
  • getTvName

    -
    public String getTvName()
    +
    public String getTvName()
  • @@ -492,7 +492,7 @@ extends
  • getFirstAirDate

    -
    public String getFirstAirDate()
    +
    public String getFirstAirDate()
  • @@ -501,7 +501,7 @@ extends
  • getOriginCountry

    -
    public List<String> getOriginCountry()
    +
    public List<String> getOriginCountry()
  • @@ -510,7 +510,7 @@ extends
  • setCharacter

    -
    public void setCharacter(String character)
    +
    public void setCharacter(String character)
  • @@ -519,7 +519,7 @@ extends
  • setDepartment

    -
    public void setDepartment(String department)
    +
    public void setDepartment(String department)
  • @@ -528,7 +528,7 @@ extends
  • setJob

    -
    public void setJob(String job)
    +
    public void setJob(String job)
  • @@ -546,7 +546,7 @@ extends
  • setMovieOriginalTitle

    -
    public void setMovieOriginalTitle(String movieOriginalTitle)
    +
    public void setMovieOriginalTitle(String movieOriginalTitle)
  • @@ -555,7 +555,7 @@ extends
  • setMovieTitle

    -
    public void setMovieTitle(String movieTitle)
    +
    public void setMovieTitle(String movieTitle)
  • @@ -573,7 +573,7 @@ extends
  • setPosterPath

    -
    public void setPosterPath(String posterPath)
    +
    public void setPosterPath(String posterPath)
  • @@ -582,7 +582,7 @@ extends
  • setReleaseDate

    -
    public void setReleaseDate(String releaseDate)
    +
    public void setReleaseDate(String releaseDate)
  • @@ -591,7 +591,7 @@ extends
  • setAdult

    -
    public void setAdult(String adult)
    +
    public void setAdult(String adult)
  • @@ -600,7 +600,7 @@ extends
  • setCreditId

    -
    public void setCreditId(String creditId)
    +
    public void setCreditId(String creditId)
  • @@ -609,7 +609,7 @@ extends
  • getBackdropPath

    -
    public String getBackdropPath()
    +
    public String getBackdropPath()
  • @@ -618,7 +618,7 @@ extends
  • setBackdropPath

    -
    public void setBackdropPath(String backdropPath)
    +
    public void setBackdropPath(String backdropPath)
  • @@ -681,7 +681,7 @@ extends
  • getMediaType

    -
    public String getMediaType()
    +
    public String getMediaType()
  • @@ -690,7 +690,7 @@ extends
  • setMediaType

    -
    public void setMediaType(String mediaType)
    +
    public void setMediaType(String mediaType)
  • @@ -708,7 +708,7 @@ extends
  • setTvOriginalName

    -
    public void setTvOriginalName(String tvOriginalName)
    +
    public void setTvOriginalName(String tvOriginalName)
  • @@ -717,7 +717,7 @@ extends
  • setTvName

    -
    public void setTvName(String tvName)
    +
    public void setTvName(String tvName)
  • @@ -726,7 +726,7 @@ extends
  • setFirstAirDate

    -
    public void setFirstAirDate(String firstAirDate)
    +
    public void setFirstAirDate(String firstAirDate)
  • @@ -735,7 +735,7 @@ extends
  • setOriginCountry

    -
    public void setOriginCountry(List<String> originCountry)
    +
    public void setOriginCountry(List<String> originCountry)
  • @@ -764,12 +764,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html index e3cb92e1a..783c4f00d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html @@ -2,16 +2,16 @@ - + -PersonCrew (API-The MovieDB 3.12-SNAPSHOT API) +PersonCrew (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class PersonCrew

    @@ -272,7 +272,7 @@ extends
  • getJob

    -
    public String getJob()
    +
    public String getJob()
  • @@ -281,7 +281,7 @@ extends
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -290,7 +290,7 @@ extends
  • getProfilePath

    -
    public String getProfilePath()
    +
    public String getProfilePath()
  • @@ -299,7 +299,7 @@ extends
  • getCreditId

    -
    public String getCreditId()
    +
    public String getCreditId()
  • @@ -308,7 +308,7 @@ extends
  • setCreditId

    -
    public void setCreditId(String creditId)
    +
    public void setCreditId(String creditId)
  • @@ -317,7 +317,7 @@ extends
  • setDepartment

    -
    public void setDepartment(String department)
    +
    public void setDepartment(String department)
  • @@ -335,7 +335,7 @@ extends
  • setJob

    -
    public void setJob(String job)
    +
    public void setJob(String job)
  • @@ -344,7 +344,7 @@ extends
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -353,7 +353,7 @@ extends
  • setProfilePath

    -
    public void setProfilePath(String profilePath)
    +
    public void setProfilePath(String profilePath)
  • @@ -362,10 +362,10 @@ extends
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -378,7 +378,7 @@ extends hashCode in class Object +
    hashCode in class Object
    @@ -408,12 +408,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/PersonType.html index a2ffad310..38c3bf168 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonType.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonType.html @@ -2,16 +2,16 @@ - + -PersonType (API-The MovieDB 3.12-SNAPSHOT API) +PersonType (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,15 +80,15 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Enum PersonType

  • -

    Methods inherited from class java.lang.Enum

    -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
  • +

    Methods inherited from class java.lang.Enum

    +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf @@ -242,7 +242,8 @@ 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
    +
    Returns:
    an array containing the constants of this enum type, in +the order they are declared
    @@ -251,7 +252,7 @@ for (PersonType c : PersonType.values()) @@ -289,12 +291,12 @@ not permitted.)
    diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html index 11a829844..2cc82cf5f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html @@ -2,16 +2,16 @@ - + -ProductionCompany (API-The MovieDB 3.12-SNAPSHOT API) +ProductionCompany (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class ProductionCompany

    @@ -215,12 +215,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html index 60213c93d..86b2fede4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html @@ -2,16 +2,16 @@ - + -ProductionCountry (API-The MovieDB 3.12-SNAPSHOT API) +ProductionCountry (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class ProductionCountry

    @@ -231,7 +231,7 @@ extends
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -240,7 +240,7 @@ extends
  • setIsoCode

    -
    public void setIsoCode(String isoCode)
    +
    public void setIsoCode(String isoCode)
  • @@ -249,7 +249,7 @@ extends
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -258,10 +258,10 @@ extends
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -274,7 +274,7 @@ extends hashCode in class Object +
    hashCode in class Object
    @@ -304,12 +304,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html index 16fe9dd1e..302ceb4f6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html @@ -2,16 +2,16 @@ - + -ReleaseInfo (API-The MovieDB 3.12-SNAPSHOT API) +ReleaseInfo (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class ReleaseInfo

    @@ -239,7 +239,7 @@ extends
  • getCountry

    -
    public String getCountry()
    +
    public String getCountry()
  • @@ -248,7 +248,7 @@ extends
  • getReleaseDate

    -
    public String getReleaseDate()
    +
    public String getReleaseDate()
  • @@ -257,7 +257,7 @@ extends
  • setCertification

    -
    public void setCertification(String certification)
    +
    public void setCertification(String certification)
  • @@ -266,7 +266,7 @@ extends
  • setCountry

    -
    public void setCountry(String country)
    +
    public void setCountry(String country)
  • @@ -275,7 +275,7 @@ extends
  • setReleaseDate

    -
    public void setReleaseDate(String releaseDate)
    +
    public void setReleaseDate(String releaseDate)
  • @@ -284,10 +284,10 @@ extends
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -300,7 +300,7 @@ extends hashCode in class Object +
    hashCode in class Object
    @@ -330,12 +330,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Reviews.html b/apidocs/com/omertron/themoviedbapi/model/Reviews.html index 36a5a70f2..024fd29f7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Reviews.html +++ b/apidocs/com/omertron/themoviedbapi/model/Reviews.html @@ -2,16 +2,16 @@ - + -Reviews (API-The MovieDB 3.12-SNAPSHOT API) +Reviews (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Reviews

    @@ -239,7 +239,7 @@ extends
  • getAuthor

    -
    public String getAuthor()
    +
    public String getAuthor()
  • @@ -248,7 +248,7 @@ extends
  • getContent

    -
    public String getContent()
    +
    public String getContent()
  • @@ -257,7 +257,7 @@ extends
  • getUrl

    -
    public String getUrl()
    +
    public String getUrl()
  • @@ -266,7 +266,7 @@ extends
  • setId

    -
    public void setId(String id)
    +
    public void setId(String id)
  • @@ -275,7 +275,7 @@ extends
  • setAuthor

    -
    public void setAuthor(String author)
    +
    public void setAuthor(String author)
  • @@ -284,7 +284,7 @@ extends
  • setContent

    -
    public void setContent(String content)
    +
    public void setContent(String content)
  • @@ -293,7 +293,7 @@ extends
  • setUrl

    -
    public void setUrl(String url)
    +
    public void setUrl(String url)
  • @@ -322,12 +322,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html index 465fccd68..8bf801edc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html @@ -2,16 +2,16 @@ - + -StatusCode (API-The MovieDB 3.12-SNAPSHOT API) +StatusCode (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class StatusCode

    @@ -245,7 +245,7 @@ extends
  • setStatusMessage

    -
    public void setStatusMessage(String statusMessage)
    +
    public void setStatusMessage(String statusMessage)
  • @@ -274,12 +274,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html index ddd16dd61..1111f07de 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html @@ -2,16 +2,16 @@ - + -TmdbConfiguration (API-The MovieDB 3.12-SNAPSHOT API) +TmdbConfiguration (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class TmdbConfiguration

    @@ -299,7 +299,7 @@ extends
  • getBaseUrl

    -
    public String getBaseUrl()
    +
    public String getBaseUrl()
  • @@ -308,7 +308,7 @@ extends
  • getPosterSizes

    -
    public List<String> getPosterSizes()
    +
    public List<String> getPosterSizes()
  • @@ -317,7 +317,7 @@ extends
  • getProfileSizes

    -
    public List<String> getProfileSizes()
    +
    public List<String> getProfileSizes()
  • @@ -326,7 +326,7 @@ extends
  • getLogoSizes

    -
    public List<String> getLogoSizes()
    +
    public List<String> getLogoSizes()
  • @@ -335,7 +335,7 @@ extends
  • getSecureBaseUrl

    -
    public String getSecureBaseUrl()
    +
    public String getSecureBaseUrl()
  • @@ -344,7 +344,7 @@ extends
  • getStillSizes

    -
    public List<String> getStillSizes()
    +
    public List<String> getStillSizes()
  • @@ -353,7 +353,7 @@ extends
  • setBackdropSizes

    -
    public void setBackdropSizes(List<String> backdropSizes)
    +
    public void setBackdropSizes(List<String> backdropSizes)
  • @@ -362,7 +362,7 @@ extends
  • setBaseUrl

    -
    public void setBaseUrl(String baseUrl)
    +
    public void setBaseUrl(String baseUrl)
  • @@ -371,7 +371,7 @@ extends
  • setPosterSizes

    -
    public void setPosterSizes(List<String> posterSizes)
    +
    public void setPosterSizes(List<String> posterSizes)
  • @@ -380,7 +380,7 @@ extends
  • setProfileSizes

    -
    public void setProfileSizes(List<String> profileSizes)
    +
    public void setProfileSizes(List<String> profileSizes)
  • @@ -389,7 +389,7 @@ extends
  • setLogoSizes

    -
    public void setLogoSizes(List<String> logoSizes)
    +
    public void setLogoSizes(List<String> logoSizes)
  • @@ -398,7 +398,7 @@ extends
  • setSecureBaseUrl

    -
    public void setSecureBaseUrl(String secureBaseUrl)
    +
    public void setSecureBaseUrl(String secureBaseUrl)
  • @@ -407,7 +407,7 @@ extends
  • setStillSizes

    -
    public void setStillSizes(List<String> stillSizes)
    +
    public void setStillSizes(List<String> stillSizes)
  • @@ -427,7 +427,7 @@ extends
  • isValidPosterSize

    -
    public boolean isValidPosterSize(String posterSize)
    +
    public boolean isValidPosterSize(String posterSize)
    Check that the poster size is valid
    Parameters:
    posterSize -
    Returns:
    @@ -439,7 +439,7 @@ extends
  • isValidBackdropSize

    -
    public boolean isValidBackdropSize(String backdropSize)
    +
    public boolean isValidBackdropSize(String backdropSize)
    Check that the backdrop size is valid
    Parameters:
    backdropSize -
    Returns:
    @@ -451,7 +451,7 @@ extends
  • isValidProfileSize

    -
    public boolean isValidProfileSize(String profileSize)
    +
    public boolean isValidProfileSize(String profileSize)
    Check that the profile size is valid
    Parameters:
    profileSize -
    Returns:
    @@ -463,7 +463,7 @@ extends
  • isValidLogoSize

    -
    public boolean isValidLogoSize(String logoSize)
    +
    public boolean isValidLogoSize(String logoSize)
    Check that the logo size is valid
    Parameters:
    logoSize -
    Returns:
    @@ -475,7 +475,7 @@ extends
  • isValidSize

    -
    public boolean isValidSize(String sizeToCheck)
    +
    public boolean isValidSize(String sizeToCheck)
    Check to see if the size is valid for any of the images types
    Parameters:
    sizeToCheck -
    Returns:
    @@ -507,12 +507,12 @@ extends
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html index 8be0b2ebc..686f5b9fd 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html @@ -2,16 +2,16 @@ - + -TokenAuthorisation (API-The MovieDB 3.12-SNAPSHOT API) +TokenAuthorisation (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class TokenAuthorisation

    @@ -229,7 +229,7 @@ extends
  • getRequestToken

    -
    public String getRequestToken()
    +
    public String getRequestToken()
  • @@ -238,7 +238,7 @@ extends
  • getSuccess

    -
    public Boolean getSuccess()
    +
    public Boolean getSuccess()
  • @@ -247,7 +247,7 @@ extends
  • setExpires

    -
    public void setExpires(String expires)
    +
    public void setExpires(String expires)
  • @@ -256,7 +256,7 @@ extends
  • setRequestToken

    -
    public void setRequestToken(String requestToken)
    +
    public void setRequestToken(String requestToken)
  • @@ -265,7 +265,7 @@ extends
  • setSuccess

    -
    public void setSuccess(Boolean success)
    +
    public void setSuccess(Boolean success)
  • @@ -294,12 +294,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html index 17f253c37..5aaaac601 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html @@ -2,16 +2,16 @@ - + -TokenSession (API-The MovieDB 3.12-SNAPSHOT API) +TokenSession (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class TokenSession

    @@ -253,7 +253,7 @@ extends
  • getSuccess

    -
    public Boolean getSuccess()
    +
    public Boolean getSuccess()
  • @@ -262,7 +262,7 @@ extends
  • getStatusCode

    -
    public String getStatusCode()
    +
    public String getStatusCode()
  • @@ -271,7 +271,7 @@ extends
  • getStatusMessage

    -
    public String getStatusMessage()
    +
    public String getStatusMessage()
  • @@ -280,7 +280,7 @@ extends
  • getGuestSessionId

    -
    public String getGuestSessionId()
    +
    public String getGuestSessionId()
  • @@ -289,7 +289,7 @@ extends
  • getExpiresAt

    -
    public String getExpiresAt()
    +
    public String getExpiresAt()
  • @@ -298,7 +298,7 @@ extends
  • setSessionId

    -
    public void setSessionId(String sessionId)
    +
    public void setSessionId(String sessionId)
  • @@ -307,7 +307,7 @@ extends
  • setSuccess

    -
    public void setSuccess(Boolean success)
    +
    public void setSuccess(Boolean success)
  • @@ -316,7 +316,7 @@ extends
  • setStatusCode

    -
    public void setStatusCode(String statusCode)
    +
    public void setStatusCode(String statusCode)
  • @@ -325,7 +325,7 @@ extends
  • setStatusMessage

    -
    public void setStatusMessage(String statusMessage)
    +
    public void setStatusMessage(String statusMessage)
  • @@ -334,7 +334,7 @@ extends
  • setGuestSessionId

    -
    public void setGuestSessionId(String guestSessionId)
    +
    public void setGuestSessionId(String guestSessionId)
  • @@ -343,7 +343,7 @@ extends
  • setExpiresAt

    -
    public void setExpiresAt(String expiresAt)
    +
    public void setExpiresAt(String expiresAt)
  • @@ -372,12 +372,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/Trailer.html index 13738d963..2666d0ab7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/Trailer.html @@ -2,16 +2,16 @@ - + -Trailer (API-The MovieDB 3.12-SNAPSHOT API) +Trailer (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Trailer

    @@ -278,7 +278,7 @@ extends
  • WEBSITE_QUICKTIME

    -
    public static final String WEBSITE_QUICKTIME
    +
    public static final String WEBSITE_QUICKTIME
    See Also:
    Constant Field Values
  • @@ -313,7 +313,7 @@ extends
  • getId

    -
    public String getId()
    +
    public String getId()
  • @@ -322,7 +322,7 @@ extends
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -331,7 +331,7 @@ extends
  • getSize

    -
    public String getSize()
    +
    public String getSize()
  • @@ -340,7 +340,7 @@ extends
  • getKey

    -
    public String getKey()
    +
    public String getKey()
  • @@ -349,7 +349,7 @@ extends
  • getSite

    -
    public String getSite()
    +
    public String getSite()
  • @@ -358,7 +358,7 @@ extends
  • getType

    -
    public String getType()
    +
    public String getType()
  • @@ -367,7 +367,7 @@ extends
  • getLanguage

    -
    public String getLanguage()
    +
    public String getLanguage()
  • @@ -376,7 +376,7 @@ extends
  • setId

    -
    public void setId(String id)
    +
    public void setId(String id)
  • @@ -385,7 +385,7 @@ extends
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -394,7 +394,7 @@ extends
  • setSize

    -
    public void setSize(String size)
    +
    public void setSize(String size)
  • @@ -403,7 +403,7 @@ extends
  • setKey

    -
    public void setKey(String key)
    +
    public void setKey(String key)
  • @@ -412,7 +412,7 @@ extends
  • setSite

    -
    public void setSite(String site)
    +
    public void setSite(String site)
  • @@ -421,7 +421,7 @@ extends
  • setType

    -
    public void setType(String type)
    +
    public void setType(String type)
  • @@ -430,7 +430,7 @@ extends
  • setLanguage

    -
    public void setLanguage(String language)
    +
    public void setLanguage(String language)
  • @@ -439,10 +439,10 @@ extends
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -455,7 +455,7 @@ extends hashCode in class Object +
    hashCode in class Object
    @@ -485,12 +485,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Translation.html b/apidocs/com/omertron/themoviedbapi/model/Translation.html index cda070f35..508a19fb2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/Translation.html @@ -2,16 +2,16 @@ - + -Translation (API-The MovieDB 3.12-SNAPSHOT API) +Translation (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Translation

    @@ -234,7 +234,7 @@ extends
  • getEnglishName

    -
    public String getEnglishName()
    +
    public String getEnglishName()
  • @@ -243,7 +243,7 @@ extends
  • getIsoCode

    -
    public String getIsoCode()
    +
    public String getIsoCode()
  • @@ -252,7 +252,7 @@ extends
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -261,7 +261,7 @@ extends
  • setEnglishName

    -
    public void setEnglishName(String englishName)
    +
    public void setEnglishName(String englishName)
  • @@ -270,7 +270,7 @@ extends
  • setIsoCode

    -
    public void setIsoCode(String isoCode)
    +
    public void setIsoCode(String isoCode)
  • @@ -279,7 +279,7 @@ extends
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -288,10 +288,10 @@ extends
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -304,7 +304,7 @@ extends hashCode in class Object +
    hashCode in class Object
    @@ -314,7 +314,7 @@ extends
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    toString in class AbstractJsonMapping
    @@ -347,12 +347,12 @@ extends
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html index 954c68646..9c8057853 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.AbstractIdName (API-The MovieDB 3.12-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.AbstractIdName (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@ -List<Artwork> +List<Artwork> WrapperImages.getAll(ArtworkType... artworkList)
    Return a list of all the artwork with their types.
    @@ -176,12 +176,12 @@ the order they are declared.
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.model.comparator
    +

    com.omertron.themoviedbapi.model.comparator

    Class PersonCreditDateComparator

    @@ -224,7 +224,7 @@ implements PersonCredit pc2)
    Specified by:
    -
    compare in interface Comparator<PersonCredit>
    +
    compare in interface Comparator<PersonCredit>
    @@ -268,12 +268,12 @@ implements
    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 9802a8306..8f0184e01 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.comparator.PersonCreditDateComparator (API-The MovieDB 3.12-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.comparator.PersonCreditDateComparator (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@ diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html index 42d0108f6..d483ef822 100644 --- a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html +++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html @@ -2,16 +2,16 @@ - + -TmdbResultsMap (API-The MovieDB 3.12-SNAPSHOT API) +TmdbResultsMap (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.results
    +

    com.omertron.themoviedbapi.results

    Class TmdbResultsMap<K,V>

    @@ -207,7 +207,7 @@ extends
  • getResults

    -
    public Map<K,V> getResults()
    +
    public Map<K,V> getResults()
  • @@ -216,7 +216,7 @@ extends
  • setResults

    -
    public void setResults(Map<K,V> results)
    +
    public void setResults(Map<K,V> results)
  • @@ -258,12 +258,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html index 7a441af31..379e36baa 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.results.AbstractResults (API-The MovieDB 3.12-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.results.AbstractResults (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@ diff --git a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html index 048e723a1..782dce131 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html +++ b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html @@ -2,16 +2,16 @@ - + -WebBrowser (API-The MovieDB 3.12-SNAPSHOT API) +WebBrowser (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.tools
    +

    com.omertron.themoviedbapi.tools

    Class WebBrowser

    @@ -253,7 +253,7 @@ extends
  • request

    -
    public static String request(String url)
    +
    public static String request(String url)
                           throws MovieDbException
    Throws:
    MovieDbException
    @@ -265,7 +265,7 @@ extends
  • openProxiedConnection

    -
    public static URLConnection openProxiedConnection(URL url)
    +
    public static URLConnection openProxiedConnection(URL url)
                                                throws MovieDbException
    Throws:
    MovieDbException
    @@ -277,7 +277,7 @@ extends
  • request

    -
    public static String request(URL url)
    +
    public static String request(URL url)
                           throws MovieDbException
    Throws:
    MovieDbException
    @@ -289,8 +289,8 @@ extends
  • request

    -
    public static String request(URL url,
    -             String jsonBody)
    +
    public static String request(URL url,
    +             String jsonBody)
                           throws MovieDbException
    Throws:
    MovieDbException
    @@ -302,8 +302,8 @@ extends
  • request

    -
    public static String request(URL url,
    -             String jsonBody,
    +
    public static String request(URL url,
    +             String jsonBody,
                  boolean isDeleteRequest)
                           throws MovieDbException
    Throws:
    @@ -316,7 +316,7 @@ extends
  • getProxyHost

    -
    public static String getProxyHost()
    +
    public static String getProxyHost()
  • @@ -325,7 +325,7 @@ extends
  • setProxyHost

    -
    public static void setProxyHost(String myProxyHost)
    +
    public static void setProxyHost(String myProxyHost)
  • @@ -352,7 +352,7 @@ extends
  • getProxyUsername

    -
    public static String getProxyUsername()
    +
    public static String getProxyUsername()
  • @@ -361,7 +361,7 @@ extends
  • setProxyUsername

    -
    public static void setProxyUsername(String myProxyUsername)
    +
    public static void setProxyUsername(String myProxyUsername)
  • @@ -370,7 +370,7 @@ extends
  • getProxyPassword

    -
    public static String getProxyPassword()
    +
    public static String getProxyPassword()
  • @@ -379,7 +379,7 @@ extends
  • setProxyPassword

    -
    public static void setProxyPassword(String myProxyPassword)
    +
    public static void setProxyPassword(String myProxyPassword)
  • @@ -444,12 +444,12 @@ extends
  • diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html index e8e71354d..c6175de94 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.12-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@ diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html index 984c2d09f..885085729 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html @@ -2,16 +2,16 @@ - + -AbstractWrapperAll (API-The MovieDB 3.12-SNAPSHOT API) +AbstractWrapperAll (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class AbstractWrapperAll

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html index 568c1c7a7..1a207c3ab 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html @@ -2,16 +2,16 @@ - + -AbstractWrapperId (API-The MovieDB 3.12-SNAPSHOT API) +AbstractWrapperId (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class AbstractWrapperId

    @@ -270,12 +270,12 @@ implements
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html index 73330f42f..9deb01fdf 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html @@ -2,16 +2,16 @@ - + -IWrapperDates (API-The MovieDB 3.12-SNAPSHOT API) +IWrapperDates (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Interface IWrapperDates

    @@ -93,7 +93,7 @@

    -
    public interface IWrapperDates
    +
    public interface IWrapperDates
    @@ -179,12 +179,12 @@
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html index dd0eb4f5d..2bd7dc958 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html @@ -2,16 +2,16 @@ - + -IWrapperId (API-The MovieDB 3.12-SNAPSHOT API) +IWrapperId (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Interface IWrapperId

    @@ -93,7 +93,7 @@

    -
    public interface IWrapperId
    +
    public interface IWrapperId
    @@ -179,12 +179,12 @@
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html index e4fe097ab..c131bb607 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html @@ -2,16 +2,16 @@ - + -IWrapperPages (API-The MovieDB 3.12-SNAPSHOT API) +IWrapperPages (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Interface IWrapperPages

    @@ -93,7 +93,7 @@

    -
    public interface IWrapperPages
    +
    public interface IWrapperPages
    @@ -231,12 +231,12 @@
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html index 1ebb9798a..0432d177b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html @@ -2,16 +2,16 @@ - + -ResultDates (API-The MovieDB 3.12-SNAPSHOT API) +ResultDates (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class ResultDates

    @@ -214,7 +214,7 @@ implements
  • getMinimum

    -
    public String getMinimum()
    +
    public String getMinimum()
  • @@ -223,7 +223,7 @@ implements
  • getMaximum

    -
    public String getMaximum()
    +
    public String getMaximum()
  • @@ -232,7 +232,7 @@ implements
  • setMinimum

    -
    public void setMinimum(String minimum)
    +
    public void setMinimum(String minimum)
  • @@ -241,7 +241,7 @@ implements
  • setMaximum

    -
    public void setMaximum(String maximum)
    +
    public void setMaximum(String maximum)
  • @@ -250,8 +250,8 @@ implements
  • handleUnknown

    -
    public void handleUnknown(String key,
    -                 Object value)
    +
    public void handleUnknown(String key,
    +                 Object value)
    Handle unknown properties and print a message
    Parameters:
    key -
    value -
  • @@ -262,10 +262,10 @@ implements
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • @@ -295,12 +295,12 @@ implements
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html index 5b8df629b..ba9be6809 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html @@ -2,16 +2,16 @@ - + -WrapperAlternativeTitles (API-The MovieDB 3.12-SNAPSHOT API) +WrapperAlternativeTitles (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperAlternativeTitles

    @@ -240,7 +240,7 @@ implements
  • setTitles

    -
    public void setTitles(List<AlternativeTitle> titles)
    +
    public void setTitles(List<AlternativeTitle> titles)
  • @@ -269,12 +269,12 @@ implements
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html index 40465e5a2..1a2aca0f1 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html @@ -2,16 +2,16 @@ - + -WrapperChanges (API-The MovieDB 3.12-SNAPSHOT API) +WrapperChanges (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperChanges

    @@ -135,24 +135,24 @@ extends Method and Description -List<ChangeKeyItem> +List<ChangeKeyItem> getChangedItems()  -Map<String,Object> +Map<String,Object> getNewItems()  void -setChangedItems(List<ChangeKeyItem> changes)  +setChangedItems(List<ChangeKeyItem> changes)  void -setNewItems(String name, - Object value)  +setNewItems(String name, + Object value)  -String +String toString()  @@ -160,8 +160,8 @@ extends -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait @@ -200,7 +200,7 @@ extends
  • getChangedItems

    -
    public List<ChangeKeyItem> getChangedItems()
    +
    public List<ChangeKeyItem> getChangedItems()
  • @@ -209,7 +209,7 @@ extends
  • setChangedItems

    -
    public void setChangedItems(List<ChangeKeyItem> changes)
    +
    public void setChangedItems(List<ChangeKeyItem> changes)
  • @@ -218,7 +218,7 @@ extends
  • getNewItems

    -
    public Map<String,Object> getNewItems()
    +
    public Map<String,Object> getNewItems()
  • @@ -227,8 +227,8 @@ extends
  • setNewItems

    -
    public void setNewItems(String name,
    -               Object value)
    +
    public void setNewItems(String name,
    +               Object value)
  • @@ -237,10 +237,10 @@ extends
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • @@ -270,12 +270,12 @@ extends diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html index 2fe9d9a11..ebdcfdcf6 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html @@ -2,16 +2,16 @@ - + -WrapperCollection (API-The MovieDB 3.12-SNAPSHOT API) +WrapperCollection (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperCollection

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html index 76a57fc2a..0b34819dc 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html @@ -2,16 +2,16 @@ - + -WrapperCompany (API-The MovieDB 3.12-SNAPSHOT API) +WrapperCompany (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperCompany

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html index 623e3cfe2..bc9a88466 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html @@ -2,16 +2,16 @@ - + -WrapperCompanyMovies (API-The MovieDB 3.12-SNAPSHOT API) +WrapperCompanyMovies (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperCompanyMovies

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html index 27f3c1a9d..aa471b1ff 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html @@ -2,16 +2,16 @@ - + -WrapperConfig (API-The MovieDB 3.12-SNAPSHOT API) +WrapperConfig (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperConfig

    @@ -244,7 +244,7 @@ extends
  • getChangeKeys

    -
    public List<String> getChangeKeys()
    +
    public List<String> getChangeKeys()
  • @@ -253,7 +253,7 @@ extends
  • setChangeKeys

    -
    public void setChangeKeys(List<String> changeKeys)
    +
    public void setChangeKeys(List<String> changeKeys)
  • @@ -282,12 +282,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html index 37e228eda..5100e3da6 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html @@ -2,16 +2,16 @@ - + -WrapperGenres (API-The MovieDB 3.12-SNAPSHOT API) +WrapperGenres (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperGenres

    @@ -228,7 +228,7 @@ extends
  • setGenres

    -
    public void setGenres(List<Genre> genres)
    +
    public void setGenres(List<Genre> genres)
  • @@ -257,12 +257,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html index c783fb884..478d31248 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html @@ -2,16 +2,16 @@ - + -WrapperImages (API-The MovieDB 3.12-SNAPSHOT API) +WrapperImages (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperImages

    @@ -299,7 +299,7 @@ implements
  • setBackdrops

    -
    public void setBackdrops(List<Artwork> backdrops)
    +
    public void setBackdrops(List<Artwork> backdrops)
  • @@ -308,7 +308,7 @@ implements
  • setPosters

    -
    public void setPosters(List<Artwork> posters)
    +
    public void setPosters(List<Artwork> posters)
  • @@ -317,7 +317,7 @@ implements
  • setProfiles

    -
    public void setProfiles(List<Artwork> profiles)
    +
    public void setProfiles(List<Artwork> profiles)
  • @@ -326,7 +326,7 @@ implements
  • getAll

    -
    public List<Artwork> getAll(ArtworkType... artworkList)
    +
    public List<Artwork> getAll(ArtworkType... artworkList)
    Return a list of all the artwork with their types. Leaving the parameters blank will return all types
    @@ -360,12 +360,12 @@ implements
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html index 943f7ef78..ef953588b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html @@ -2,16 +2,16 @@ - + -WrapperJobList (API-The MovieDB 3.12-SNAPSHOT API) +WrapperJobList (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperJobList

    @@ -227,7 +227,7 @@ extends
  • setJobs

    -
    public void setJobs(List<JobDepartment> jobs)
    +
    public void setJobs(List<JobDepartment> jobs)
  • @@ -256,12 +256,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html index b4c6c4595..af4dcc070 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html @@ -2,16 +2,16 @@ - + -WrapperKeywordMovies (API-The MovieDB 3.12-SNAPSHOT API) +WrapperKeywordMovies (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperKeywordMovies

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html index 9fde94324..b1918304d 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html @@ -2,16 +2,16 @@ - + -WrapperKeywords (API-The MovieDB 3.12-SNAPSHOT API) +WrapperKeywords (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperKeywords

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html index 94fc63751..a6cd878f6 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html @@ -2,16 +2,16 @@ - + -WrapperMovie (API-The MovieDB 3.12-SNAPSHOT API) +WrapperMovie (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperMovie

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html index 0a82c7a7a..43db38a1b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html @@ -2,16 +2,16 @@ - + -WrapperMovieCasts (API-The MovieDB 3.12-SNAPSHOT API) +WrapperMovieCasts (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperMovieCasts

    @@ -252,7 +252,7 @@ implements
  • getCrew

    -
    public List<PersonCrew> getCrew()
    +
    public List<PersonCrew> getCrew()
  • @@ -261,7 +261,7 @@ implements
  • setCast

    -
    public void setCast(List<PersonCast> cast)
    +
    public void setCast(List<PersonCast> cast)
  • @@ -270,7 +270,7 @@ implements
  • setCrew

    -
    public void setCrew(List<PersonCrew> crew)
    +
    public void setCrew(List<PersonCrew> crew)
  • @@ -279,7 +279,7 @@ implements
  • getAll

    -
    public List<Person> getAll()
    +
    public List<Person> getAll()
  • @@ -308,12 +308,12 @@ implements
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html index 8b4775b11..f590153a5 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html @@ -2,16 +2,16 @@ - + -WrapperMovieChanges (API-The MovieDB 3.12-SNAPSHOT API) +WrapperMovieChanges (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperMovieChanges

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html index f7941048b..62f3112f6 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html @@ -2,16 +2,16 @@ - + -WrapperMovieDbList (API-The MovieDB 3.12-SNAPSHOT API) +WrapperMovieDbList (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperMovieDbList

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html index 59eb663a3..d4df6df8c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html @@ -2,16 +2,16 @@ - + -WrapperMovieKeywords (API-The MovieDB 3.12-SNAPSHOT API) +WrapperMovieKeywords (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperMovieKeywords

    @@ -240,7 +240,7 @@ implements
  • setKeywords

    -
    public void setKeywords(List<Keyword> keywords)
    +
    public void setKeywords(List<Keyword> keywords)
  • @@ -269,12 +269,12 @@ implements
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html index d853397be..ae2ddf6fb 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html @@ -2,16 +2,16 @@ - + -WrapperMovieList (API-The MovieDB 3.12-SNAPSHOT API) +WrapperMovieList (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperMovieList

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html index a2fa0fda9..fa8210986 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html @@ -2,16 +2,16 @@ - + -WrapperPerson (API-The MovieDB 3.12-SNAPSHOT API) +WrapperPerson (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperPerson

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html index 395c283b4..b73fd494f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html @@ -2,16 +2,16 @@ - + -WrapperPersonCredits (API-The MovieDB 3.12-SNAPSHOT API) +WrapperPersonCredits (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperPersonCredits

    @@ -288,7 +288,7 @@ extends
  • setCrew

    -
    public void setCrew(List<PersonCredit> crew)
    +
    public void setCrew(List<PersonCredit> crew)
  • @@ -297,7 +297,7 @@ extends
  • getAll

    -
    public List<PersonCredit> getAll(PersonType... typeList)
    +
    public List<PersonCredit> getAll(PersonType... typeList)
  • @@ -326,12 +326,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html index 6248ef9e8..4e9316c34 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html @@ -2,16 +2,16 @@ - + -WrapperPersonList (API-The MovieDB 3.12-SNAPSHOT API) +WrapperPersonList (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperPersonList

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html index 55e3f3bb1..c641fdec4 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html @@ -2,16 +2,16 @@ - + -WrapperReleaseInfo (API-The MovieDB 3.12-SNAPSHOT API) +WrapperReleaseInfo (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperReleaseInfo

    @@ -240,7 +240,7 @@ implements
  • setCountries

    -
    public void setCountries(List<ReleaseInfo> countries)
    +
    public void setCountries(List<ReleaseInfo> countries)
  • @@ -269,12 +269,12 @@ implements
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html index 95015fa8b..f95228d41 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html @@ -2,16 +2,16 @@ - + -WrapperReviews (API-The MovieDB 3.12-SNAPSHOT API) +WrapperReviews (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperReviews

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html index 7516492ea..c8ff14e8b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html @@ -2,16 +2,16 @@ - + -WrapperTrailers (API-The MovieDB 3.12-SNAPSHOT API) +WrapperTrailers (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperTrailers

    @@ -240,7 +240,7 @@ implements
  • setTrailers

    -
    public void setTrailers(List<Trailer> trailers)
    +
    public void setTrailers(List<Trailer> trailers)
  • @@ -269,12 +269,12 @@ implements
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html index 03a1b54fd..21be45abb 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html @@ -2,16 +2,16 @@ - + -WrapperTranslations (API-The MovieDB 3.12-SNAPSHOT API) +WrapperTranslations (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    @@ -80,12 +80,12 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperTranslations

    @@ -240,7 +240,7 @@ implements
  • getTranslations

    -
    public List<Translation> getTranslations()
    +
    public List<Translation> getTranslations()
  • @@ -269,12 +269,12 @@ implements
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html index 74e2f6acc..1d29bd6a5 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapper (API-The MovieDB 3.12-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapper (API-The MovieDB 3.11 API) @@ -37,12 +37,12 @@
    -

    API-The MovieDB 3.12-SNAPSHOT API

    +

    API-The MovieDB 3.11 API

    @@ -120,12 +120,12 @@
    @@ -234,7 +234,7 @@

    URL: https://github.com/Omertron/api-themoviedb

    Project License: GNU General Public License v3+

    API-The MovieDB
      -
    • commons-io:commons-io:jar:2.4 (compile) Information
    • commons-io:commons-io:jar:2.4 (compile) Information
    • -
    • junit:junit:jar:4.12 (test) Information
    • junit:junit:jar:4.12 (test) Information
        -
      • org.hamcrest:hamcrest-core:jar:1.3 (test) Information
      • org.hamcrest:hamcrest-core:jar:1.3 (test) Information
    • -
    • com.fasterxml.jackson.core:jackson-core:jar:2.4.4 (compile) Information
    • com.fasterxml.jackson.core:jackson-core:jar:2.4.4 (compile) Information
    • -
    • com.fasterxml.jackson.core:jackson-annotations:jar:2.4.4 (compile) Information
    • com.fasterxml.jackson.core:jackson-annotations:jar:2.4.4 (compile) Information
    • -
    • com.fasterxml.jackson.core:jackson-databind:jar:2.4.4 (compile) Information
    • com.fasterxml.jackson.core:jackson-databind:jar:2.4.4 (compile) Information
        -
      • com.fasterxml.jackson.core:jackson-core:jar:2.4.4 (compile) Information
      • com.fasterxml.jackson.core:jackson-core:jar:2.4.4 (compile) Information
    • -
    • org.slf4j:slf4j-api:jar:1.7.9 (compile) Information
    • org.slf4j:slf4j-api:jar:1.7.9 (compile) Information
    • -
    • org.slf4j:slf4j-jdk14:jar:1.7.9 (test) Information
    • org.slf4j:slf4j-jdk14:jar:1.7.9 (test) Information
        -
      • org.slf4j:slf4j-api:jar:1.7.9 (test) Information
      • org.slf4j:slf4j-api:jar:1.7.9 (test) Information
    • -
    • org.yamj:api-common:jar:1.2 (compile) Information
    • org.yamj:api-common:jar:1.2 (compile) Information
        -
      • org.apache.commons:commons-lang3:jar:3.3.2 (compile) Information
      • org.apache.commons:commons-lang3:jar:3.3.2 (compile) Information
      • -
      • commons-dbcp:commons-dbcp:jar:1.4 (compile) Information
      • commons-dbcp:commons-dbcp:jar:1.4 (compile) Information
      • -
      • commons-pool:commons-pool:jar:1.6 (compile) Information
      • commons-pool:commons-pool:jar:1.6 (compile) Information
      • -
      • commons-codec:commons-codec:jar:1.10 (compile) Information
      • commons-codec:commons-codec:jar:1.10 (compile) Information
      • -
      • org.apache.httpcomponents:httpclient:jar:4.3.6 (compile) Information
      • org.apache.httpcomponents:httpclient:jar:4.3.6 (compile) Information
      • -
      • org.slf4j:slf4j-api:jar:1.7.9 (compile) Information
      • org.slf4j:slf4j-api:jar:1.7.9 (compile) Information diff --git a/source-repository.html b/source-repository.html index f629328e0..73ed44fe7 100644 --- a/source-repository.html +++ b/source-repository.html @@ -28,7 +28,7 @@
        Last Published: 2014-12-31 -  | Version: 3.12-SNAPSHOT +  | Version: 3.11
        API-The MovieDB diff --git a/testapidocs/allclasses-frame.html b/testapidocs/allclasses-frame.html index b07b87e7c..ad7492c50 100644 --- a/testapidocs/allclasses-frame.html +++ b/testapidocs/allclasses-frame.html @@ -2,9 +2,9 @@ - + -All Classes (API-The MovieDB 3.12-SNAPSHOT Test API) +All Classes (API-The MovieDB 3.11 Test API) diff --git a/testapidocs/allclasses-noframe.html b/testapidocs/allclasses-noframe.html index 0a52c9862..855206c3a 100644 --- a/testapidocs/allclasses-noframe.html +++ b/testapidocs/allclasses-noframe.html @@ -2,9 +2,9 @@ - + -All Classes (API-The MovieDB 3.12-SNAPSHOT Test API) +All Classes (API-The MovieDB 3.11 Test API) diff --git a/testapidocs/com/omertron/themoviedbapi/TestLogger.html b/testapidocs/com/omertron/themoviedbapi/TestLogger.html index 72102d45f..37ae94b77 100644 --- a/testapidocs/com/omertron/themoviedbapi/TestLogger.html +++ b/testapidocs/com/omertron/themoviedbapi/TestLogger.html @@ -2,16 +2,16 @@ - + -TestLogger (API-The MovieDB 3.12-SNAPSHOT Test API) +TestLogger (API-The MovieDB 3.11 Test API) @@ -36,12 +36,12 @@
        @@ -79,12 +79,12 @@
        -
        com.omertron.themoviedbapi
        +

        com.omertron.themoviedbapi

        Class TestLogger

        @@ -124,22 +124,22 @@ extends static boolean -Configure(String level) +Configure(String level)
        Configure the logger with a simple in-memory file for the required log level
        static void -loadProperties(Properties props, - File propertyFile) +loadProperties(Properties props, + File propertyFile)
        Load properties from a file
        static void -saveProperties(Properties props, - File propertyFile, - String headerText) +saveProperties(Properties props, + File propertyFile, + String headerText)
        Save properties to a file
        @@ -148,8 +148,8 @@ extends -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    @@ -171,7 +171,7 @@ extends
  • Configure

    -
    public static boolean Configure(String level)
    +
    public static boolean Configure(String level)
    Configure the logger with a simple in-memory file for the required log level
    Parameters:
    level - The logging level required
    Returns:
    True if successful
    @@ -194,8 +194,8 @@ extends
  • loadProperties

    -
    public static void loadProperties(Properties props,
    -                  File propertyFile)
    +
    public static void loadProperties(Properties props,
    +                  File propertyFile)
    Load properties from a file
    Parameters:
    props -
    propertyFile -
  • @@ -206,9 +206,9 @@ extends
  • saveProperties

    -
    public static void saveProperties(Properties props,
    -                  File propertyFile,
    -                  String headerText)
    +
    public static void saveProperties(Properties props,
    +                  File propertyFile,
    +                  String headerText)
    Save properties to a file
    Parameters:
    props -
    propertyFile -
    headerText -
  • @@ -238,12 +238,12 @@ extends diff --git a/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html b/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html index 5f8c386af..368ceac62 100644 --- a/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html +++ b/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html @@ -2,16 +2,16 @@ - + -TheMovieDbApiTest (API-The MovieDB 3.12-SNAPSHOT Test API) +TheMovieDbApiTest (API-The MovieDB 3.11 Test API) @@ -36,12 +36,12 @@
    @@ -79,12 +79,12 @@
    -
    com.omertron.themoviedbapi
    +

    com.omertron.themoviedbapi

    Class TheMovieDbApiTest

    @@ -581,9 +581,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws Exception
    + throws Exception
    Throws:
    -
    Exception
    +
    Exception
    @@ -593,9 +593,9 @@ extends

    tearDownClass

    public static void tearDownClass()
    -                          throws Exception
    + throws Exception
    Throws:
    -
    Exception
    +
    Exception
    @@ -1067,11 +1067,11 @@ extends

    testGetUpcoming

    public void testGetUpcoming()
    -                     throws Exception
    + throws Exception
    Test of getUpcoming method, of class TheMovieDbApi.
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1081,11 +1081,11 @@ extends

    testGetCollectionImages

    public void testGetCollectionImages()
    -                             throws Exception
    + throws Exception
    Test of getCollectionImages method, of class TheMovieDbApi.
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1095,11 +1095,11 @@ extends

    testGetAuthorisationToken

    public void testGetAuthorisationToken()
    -                               throws Exception
    + throws Exception
    Test of getAuthorisationToken method, of class TheMovieDbApi.
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1109,13 +1109,13 @@ extends

    testGetSessionToken

    public void testGetSessionToken()
    -                         throws Exception
    + throws Exception
    Test of getSessionToken method, of class TheMovieDbApi. TODO: Cannot be tested without a HTTP authorisation: http://help.themoviedb.org/kb/api/user-authentication
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1125,11 +1125,11 @@ extends

    testGetGuestSessionToken

    public void testGetGuestSessionToken()
    -                              throws Exception
    + throws Exception
    Test of getGuestSessionToken method, of class TheMovieDbApi.
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1139,9 +1139,9 @@ extends

    testGetMovieLists

    public void testGetMovieLists()
    -                       throws Exception
    + throws Exception
    Throws:
    -
    Exception
    +
    Exception
    @@ -1151,13 +1151,13 @@ extends

    testGetMovieChanges

    public void testGetMovieChanges()
    -                         throws Exception
    + throws Exception
    Test of getMovieChanges method,of class TheMovieDbApi TODO: Do not test this until it is fixed
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1167,9 +1167,9 @@ extends

    testGetPersonLatest

    public void testGetPersonLatest()
    -                         throws Exception
    + throws Exception
    Throws:
    -
    Exception
    +
    Exception
    @@ -1179,11 +1179,11 @@ extends

    testSearchCollection

    public void testSearchCollection()
    -                          throws Exception
    + throws Exception
    Test of searchCollection method, of class TheMovieDbApi.
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1193,11 +1193,11 @@ extends

    testSearchList

    public void testSearchList()
    -                    throws Exception
    + throws Exception
    Test of searchList method, of class TheMovieDbApi.
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1207,11 +1207,11 @@ extends

    testSearchKeyword

    public void testSearchKeyword()
    -                       throws Exception
    + throws Exception
    Test of searchKeyword method, of class TheMovieDbApi.
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1221,13 +1221,13 @@ extends

    testMovieRating

    public void testMovieRating()
    -                     throws Exception
    + throws Exception
    Test of postMovieRating method, of class TheMovieDbApi. TODO: Cannot be tested without a HTTP authorisation: http://help.themoviedb.org/kb/api/user-authentication
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1237,9 +1237,9 @@ extends

    testMovieLists

    public void testMovieLists()
    -                    throws Exception
    + throws Exception
    Throws:
    -
    Exception
    +
    Exception
    @@ -1249,11 +1249,11 @@ extends

    testGetPersonChanges

    public void testGetPersonChanges()
    -                          throws Exception
    + throws Exception
    Test of getPersonChanges method, of class TheMovieDbApi.
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1263,11 +1263,11 @@ extends

    testGetList

    public void testGetList()
    -                 throws Exception
    + throws Exception
    Test of getList method, of class TheMovieDbApi.
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1277,11 +1277,11 @@ extends

    testGetKeyword

    public void testGetKeyword()
    -                    throws Exception
    + throws Exception
    Test of getKeyword method, of class TheMovieDbApi.
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1291,11 +1291,11 @@ extends

    testGetKeywordMovies

    public void testGetKeywordMovies()
    -                          throws Exception
    + throws Exception
    Test of getKeywordMovies method, of class TheMovieDbApi.
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1305,11 +1305,11 @@ extends

    testGetReviews

    public void testGetReviews()
    -                    throws Exception
    + throws Exception
    Test of getReviews method, of class TheMovieDbApi.
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1349,11 +1349,11 @@ extends

    testGetPersonPopular_int

    public void testGetPersonPopular_int()
    -                              throws Exception
    + throws Exception
    Test of getPersonPopular method, of class TheMovieDbApi.
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1363,11 +1363,11 @@ extends

    testGetGenreMovies_3args

    public void testGetGenreMovies_3args()
    -                              throws Exception
    + throws Exception
    Test of getGenreMovies method, of class TheMovieDbApi.
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1377,11 +1377,11 @@ extends

    testGetGenreMovies_4args

    public void testGetGenreMovies_4args()
    -                              throws Exception
    + throws Exception
    Test of getGenreMovies method, of class TheMovieDbApi.
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1391,11 +1391,11 @@ extends

    testGetMovieChangesList

    public void testGetMovieChangesList()
    -                             throws Exception
    + throws Exception
    Test of getMovieChangesList method, of class TheMovieDbApi.
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1405,11 +1405,11 @@ extends

    testGetPersonChangesList

    public void testGetPersonChangesList()
    -                              throws Exception
    + throws Exception
    Test of getPersonChangesList method, of class TheMovieDbApi.
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1419,11 +1419,11 @@ extends

    testGetJobs

    public void testGetJobs()
    -                 throws Exception
    + throws Exception
    Test of getJobs method, of class TheMovieDbApi.
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1433,11 +1433,11 @@ extends

    testGetDiscover_14args

    public void testGetDiscover_14args()
    -                            throws Exception
    + throws Exception
    Test of getDiscover method, of class TheMovieDbApi.
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1447,11 +1447,11 @@ extends

    testGetDiscover_Discover

    public void testGetDiscover_Discover()
    -                              throws Exception
    + throws Exception
    Test of getDiscover method, of class TheMovieDbApi.
    Throws:
    MovieDbException
    -
    Exception
    +
    Exception
    @@ -1479,12 +1479,12 @@ extends
    diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html b/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html index a7d08acee..39a4d01b7 100644 --- a/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html +++ b/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.TestLogger (API-The MovieDB 3.12-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.TestLogger (API-The MovieDB 3.11 Test API) @@ -36,12 +36,12 @@