diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index de6a71681..f82187266 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,9 +2,9 @@ - + -All Classes (API-The MovieDB 4.3 API) +All Classes (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 4bfe9035a..2ac01a1f0 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,9 +2,9 @@ - + -All Classes (API-The MovieDB 4.3 API) +All Classes (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/AppendToResponseBuilder.html b/apidocs/com/omertron/themoviedbapi/AppendToResponseBuilder.html index 1da0208be..036ed5a6b 100644 --- a/apidocs/com/omertron/themoviedbapi/AppendToResponseBuilder.html +++ b/apidocs/com/omertron/themoviedbapi/AppendToResponseBuilder.html @@ -2,16 +2,16 @@ - + -AppendToResponseBuilder (API-The MovieDB 4.3 API) +AppendToResponseBuilder (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
@@ -198,7 +198,7 @@ extends
  • build

    -
    public String build()
    +
    public String build()
    Generate the string
    Returns:
  • @@ -282,6 +282,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/Compare.html b/apidocs/com/omertron/themoviedbapi/Compare.html index 656a47032..a71653b1b 100644 --- a/apidocs/com/omertron/themoviedbapi/Compare.html +++ b/apidocs/com/omertron/themoviedbapi/Compare.html @@ -2,16 +2,16 @@ - + -Compare (API-The MovieDB 4.3 API) +Compare (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -178,8 +178,8 @@ extends

    movies

    public static boolean movies(MovieInfo 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.
    @@ -192,8 +192,8 @@ extends

    movies

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

    movies

    public static boolean movies(MovieInfo 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 -
    @@ -284,6 +284,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.html index 015dc7bd5..ea34a507f 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.html @@ -2,16 +2,16 @@ - + -MovieDbException (API-The MovieDB 4.3 API) +MovieDbException (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,13 +85,13 @@
    @@ -260,9 +260,9 @@ extends org.yamj.api.common.exception.ApiException
  • MovieDbException

    public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
    -                String response,
    +                String response,
                     int responseCode,
    -                URL url)
    + URL url)
  • @@ -272,8 +272,8 @@ extends org.yamj.api.common.exception.ApiException
  • MovieDbException

    public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
    -                String response,
    -                String url)
    + String response, + String url)
  • @@ -283,9 +283,9 @@ extends org.yamj.api.common.exception.ApiException
  • MovieDbException

    public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
    -                String response,
    +                String response,
                     int responseCode,
    -                String url)
    + String url)
  • @@ -295,9 +295,9 @@ extends org.yamj.api.common.exception.ApiException
  • MovieDbException

    public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
    -                String response,
    -                URL url,
    -                Throwable cause)
    + String response, + URL url, + Throwable cause)
  • @@ -307,10 +307,10 @@ extends org.yamj.api.common.exception.ApiException
  • MovieDbException

    public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
    -                String response,
    +                String response,
                     int responseCode,
    -                URL url,
    -                Throwable cause)
    + URL url, + Throwable cause)
  • @@ -320,9 +320,9 @@ extends org.yamj.api.common.exception.ApiException
  • MovieDbException

    public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
    -                String response,
    -                String url,
    -                Throwable cause)
    + String response, + String url, + Throwable cause)
  • @@ -332,10 +332,10 @@ extends org.yamj.api.common.exception.ApiException
  • MovieDbException

    public MovieDbException(org.yamj.api.common.exception.ApiExceptionType exceptionType,
    -                String response,
    +                String response,
                     int responseCode,
    -                String url,
    -                Throwable cause)
    + String url, + Throwable cause)
  • @@ -405,6 +405,6 @@ extends org.yamj.api.common.exception.ApiException
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html index a1b749f76..64ef39eeb 100644 --- a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html @@ -2,16 +2,16 @@ - + -TheMovieDbApi (API-The MovieDB 4.3 API) +TheMovieDbApi (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -1079,7 +1079,7 @@ extends
  • TheMovieDbApi

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

    -
    public TheMovieDbApi(String apiKey,
    +
    public TheMovieDbApi(String apiKey,
                  org.apache.http.client.HttpClient httpClient)
                   throws MovieDbException
    API for The Movie Db.
    @@ -1116,7 +1116,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.
    @@ -1132,7 +1132,7 @@ extends
  • getUserLists

    -
    public ResultList<UserList> getUserLists(String sessionId,
    +
    public ResultList<UserList> getUserLists(String sessionId,
                                     int accountId)
                                       throws MovieDbException
    Get all lists of a given user
    @@ -1148,7 +1148,7 @@ extends
  • getFavoriteMovies

    -
    public ResultList<MovieBasic> getFavoriteMovies(String sessionId,
    +
    public ResultList<MovieBasic> getFavoriteMovies(String sessionId,
                                            int accountId)
                                              throws MovieDbException
    Get the account favourite movies
    @@ -1164,9 +1164,9 @@ extends
  • modifyFavoriteStatus

    -
    public StatusCode modifyFavoriteStatus(String sessionId,
    +
    public StatusCode modifyFavoriteStatus(String sessionId,
                                   int accountId,
    -                              Integer mediaId,
    +                              Integer mediaId,
                                   MediaType mediaType,
                                   boolean isFavorite)
                                     throws MovieDbException
    @@ -1183,11 +1183,11 @@ extends
  • getRatedMovies

    -
    public ResultList<MovieBasic> getRatedMovies(String sessionId,
    +
    public ResultList<MovieBasic> getRatedMovies(String sessionId,
                                         int accountId,
    -                                    Integer page,
    -                                    String sortBy,
    -                                    String language)
    +                                    Integer page,
    +                                    String sortBy,
    +                                    String language)
                                           throws MovieDbException
    Get the list of rated movies (and associated rating) for an account.
    Parameters:
    sessionId -
    accountId -
    page -
    sortBy -
    language -
    @@ -1202,11 +1202,11 @@ extends
  • getRatedTV

    -
    public ResultList<TVBasic> getRatedTV(String sessionId,
    +
    public ResultList<TVBasic> getRatedTV(String sessionId,
                                  int accountId,
    -                             Integer page,
    -                             String sortBy,
    -                             String language)
    +                             Integer page,
    +                             String sortBy,
    +                             String language)
                                    throws MovieDbException
    Get the list of rated TV shows (and associated rating) for an account.
    Parameters:
    sessionId -
    accountId -
    page -
    sortBy -
    language -
    @@ -1221,11 +1221,11 @@ extends
  • getWatchListMovie

    -
    public ResultList<MovieBasic> getWatchListMovie(String sessionId,
    +
    public ResultList<MovieBasic> getWatchListMovie(String sessionId,
                                            int accountId,
    -                                       Integer page,
    -                                       String sortBy,
    -                                       String language)
    +                                       Integer page,
    +                                       String sortBy,
    +                                       String language)
                                              throws MovieDbException
    Get the list of movies on an accounts watchlist.
    Parameters:
    sessionId -
    accountId -
    page -
    sortBy -
    language -
    @@ -1240,11 +1240,11 @@ extends
  • getWatchListTV

    -
    public ResultList<TVBasic> getWatchListTV(String sessionId,
    +
    public ResultList<TVBasic> getWatchListTV(String sessionId,
                                      int accountId,
    -                                 Integer page,
    -                                 String sortBy,
    -                                 String language)
    +                                 Integer page,
    +                                 String sortBy,
    +                                 String language)
                                        throws MovieDbException
    Get the list of movies on an accounts watchlist.
    Parameters:
    sessionId -
    accountId -
    page -
    sortBy -
    language -
    @@ -1259,10 +1259,10 @@ extends
  • addToWatchList

    -
    public StatusCode addToWatchList(String sessionId,
    +
    public StatusCode addToWatchList(String sessionId,
                             int accountId,
                             MediaType mediaType,
    -                        Integer mediaId)
    +                        Integer mediaId)
                               throws MovieDbException
    Add a movie to an accounts watch list.
    Parameters:
    sessionId -
    accountId -
    mediaId -
    mediaType -
    @@ -1277,10 +1277,10 @@ extends
  • removeFromWatchList

    -
    public StatusCode removeFromWatchList(String sessionId,
    +
    public StatusCode removeFromWatchList(String sessionId,
                                  int accountId,
                                  MediaType mediaType,
    -                             Integer mediaId)
    +                             Integer mediaId)
                                    throws MovieDbException
    Remove a movie from an accounts watch list.
    Parameters:
    sessionId -
    accountId -
    mediaId -
    mediaType -
    @@ -1295,7 +1295,7 @@ extends
  • getFavoriteTv

    -
    public ResultList<TVBasic> getFavoriteTv(String sessionId,
    +
    public ResultList<TVBasic> getFavoriteTv(String sessionId,
                                     int accountId)
                                       throws MovieDbException
    Get the list of favorite TV series for an account.
    @@ -1311,9 +1311,9 @@ extends
  • getGuestRatedMovies

    -
    public ResultList<MovieBasic> getGuestRatedMovies(String guestSessionId,
    -                                         String language,
    -                                         Integer page,
    +
    public ResultList<MovieBasic> getGuestRatedMovies(String guestSessionId,
    +                                         String language,
    +                                         Integer page,
                                              SortBy sortBy)
                                                throws MovieDbException
    Get a list of rated movies for a specific guest session id.
    @@ -1371,8 +1371,8 @@ extends

    getSessionTokenLogin

    public TokenAuthorisation getSessionTokenLogin(TokenAuthorisation token,
    -                                      String username,
    -                                      String password)
    +                                      String username,
    +                                      String password)
                                             throws MovieDbException
    This method is used to generate a session id for user based authentication. User must provide their username and password @@ -1417,7 +1417,7 @@ extends
  • getMoviesCertification

    -
    public ResultsMap<String,List<Certification>> getMoviesCertification()
    +
    public ResultsMap<String,List<Certification>> getMoviesCertification()
                                                                   throws MovieDbException
    Get a list of movies certification.
    Returns:
    @@ -1431,7 +1431,7 @@ extends
  • getTvCertification

    -
    public ResultsMap<String,List<Certification>> getTvCertification()
    +
    public ResultsMap<String,List<Certification>> getTvCertification()
                                                               throws MovieDbException
    Get a list of tv certification.
    Returns:
    @@ -1445,9 +1445,9 @@ extends
  • getMovieChangeList

    -
    public ResultList<ChangeListItem> getMovieChangeList(Integer page,
    -                                            String startDate,
    -                                            String endDate)
    +
    public ResultList<ChangeListItem> getMovieChangeList(Integer page,
    +                                            String startDate,
    +                                            String endDate)
                                                   throws MovieDbException
    Get a list of Movie IDs that have been edited. @@ -1465,9 +1465,9 @@ extends
  • getTvChangeList

    -
    public ResultList<ChangeListItem> getTvChangeList(Integer page,
    -                                         String startDate,
    -                                         String endDate)
    +
    public ResultList<ChangeListItem> getTvChangeList(Integer page,
    +                                         String startDate,
    +                                         String endDate)
                                                throws MovieDbException
    Get a list of TV IDs that have been edited. @@ -1485,9 +1485,9 @@ extends
  • getPersonChangeList

    -
    public ResultList<ChangeListItem> getPersonChangeList(Integer page,
    -                                             String startDate,
    -                                             String endDate)
    +
    public ResultList<ChangeListItem> getPersonChangeList(Integer page,
    +                                             String startDate,
    +                                             String endDate)
                                                    throws MovieDbException
    Get a list of PersonInfo IDs that have been edited. @@ -1506,7 +1506,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. @@ -1526,7 +1526,7 @@ extends

    getCollectionImages

    public ResultList<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 -
    @@ -1558,8 +1558,8 @@ extends

    getCompanyMovies

    public ResultList<MovieBasic> getCompanyMovies(int companyId,
    -                                      String language,
    -                                      Integer page)
    +                                      String language,
    +                                      Integer page)
                                             throws MovieDbException
    This method is used to retrieve the movies associated with a company. @@ -1591,8 +1591,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 -
    @@ -1621,7 +1621,7 @@ extends
  • getTimezones

    -
    public ResultsMap<String,List<String>> getTimezones()
    +
    public ResultsMap<String,List<String>> getTimezones()
                                                  throws MovieDbException
    Get the list of supported timezones for the API methods that support them.
    @@ -1636,8 +1636,8 @@ extends
  • getCreditInfo

    -
    public CreditInfo getCreditInfo(String creditId,
    -                       String language)
    +
    public CreditInfo getCreditInfo(String creditId,
    +                       String language)
                              throws MovieDbException
    Get the detailed information about a particular credit record.

    @@ -1695,9 +1695,9 @@ extends

  • find

    -
    public FindResults find(String id,
    +
    public FindResults find(String id,
                    ExternalSource externalSource,
    -               String language)
    +               String language)
                      throws MovieDbException
    You con use this method to find movies, tv series or persons using external ids. @@ -1726,7 +1726,7 @@ extends
  • getGenreMovieList

    -
    public ResultList<Genre> getGenreMovieList(String language)
    +
    public ResultList<Genre> getGenreMovieList(String language)
                                         throws MovieDbException
    Get the list of Movie genres.
    Parameters:
    language -
    @@ -1741,7 +1741,7 @@ extends
  • getGenreTVList

    -
    public ResultList<Genre> getGenreTVList(String language)
    +
    public ResultList<Genre> getGenreTVList(String language)
                                      throws MovieDbException
    Get the list of TV genres..
    Parameters:
    language -
    @@ -1757,10 +1757,10 @@ extends

    getGenreMovies

    public ResultList<MovieBasic> getGenreMovies(int genreId,
    -                                    String language,
    -                                    Integer page,
    -                                    Boolean includeAllMovies,
    -                                    Boolean includeAdult)
    +                                    String language,
    +                                    Integer page,
    +                                    Boolean includeAllMovies,
    +                                    Boolean includeAdult)
                                           throws MovieDbException
    Get a list of movies per genre. @@ -1781,7 +1781,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 -
    @@ -1796,9 +1796,9 @@ extends
  • getKeywordMovies

    -
    public ResultList<MovieBasic> getKeywordMovies(String keywordId,
    -                                      String language,
    -                                      Integer page)
    +
    public ResultList<MovieBasic> getKeywordMovies(String keywordId,
    +                                      String language,
    +                                      Integer page)
                                             throws MovieDbException
    Get the list of movies for a particular keyword by id.
    Parameters:
    keywordId -
    language -
    page -
    @@ -1813,7 +1813,7 @@ extends
  • getList

    -
    public ListItem<MovieInfo> getList(String listId)
    +
    public ListItem<MovieInfo> getList(String listId)
                                 throws MovieDbException
    Get a list by its ID
    Parameters:
    listId -
    @@ -1828,9 +1828,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 -
    @@ -1845,8 +1845,8 @@ extends
  • deleteList

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

    -
    public boolean checkItemStatus(String listId,
    -                      Integer mediaId)
    +
    public boolean checkItemStatus(String listId,
    +                      Integer mediaId)
                             throws MovieDbException
    Check to see if an item is already on a list.
    Parameters:
    listId -
    mediaId -
    @@ -1878,9 +1878,9 @@ extends
  • addItemToList

    -
    public StatusCode addItemToList(String sessionId,
    -                       String listId,
    -                       Integer mediaId)
    +
    public StatusCode addItemToList(String sessionId,
    +                       String listId,
    +                       Integer mediaId)
                              throws MovieDbException
    This method lets users add new items to a list that they created. @@ -1897,9 +1897,9 @@ extends
  • removeItemFromList

    -
    public StatusCode removeItemFromList(String sessionId,
    -                            String listId,
    -                            Integer mediaId)
    +
    public StatusCode removeItemFromList(String sessionId,
    +                            String listId,
    +                            Integer mediaId)
                                   throws MovieDbException
    This method lets users remove items from a list that they created. @@ -1917,8 +1917,8 @@ extends

    getMovieInfo

    public MovieInfo 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. @@ -1938,9 +1938,9 @@ extends
  • getMovieInfoImdb

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

    getMovieAccountState

    public MediaState getMovieAccountState(int movieId,
    -                              String sessionId)
    +                              String sessionId)
                                     throws MovieDbException
    This method lets a user get the status of whether or not the movie has been rated or added to their favourite or movie watch list. @@ -1980,7 +1980,7 @@ extends

    getMovieAlternativeTitles

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

    getMovieImages

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

    getMovieReleaseInfo

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

    getMovieVideos

    public ResultList<Video> getMovieVideos(int movieId,
    -                               String language)
    +                               String language)
                                      throws MovieDbException
    This method is used to retrieve all of the trailers for a particular movie. @@ -2099,8 +2099,8 @@ extends

    getSimilarMovies

    public ResultList<MovieInfo> getSimilarMovies(int movieId,
    -                                     Integer page,
    -                                     String language)
    +                                     Integer page,
    +                                     String language)
                                            throws MovieDbException
    The similar movies method will let you retrieve the similar movies for a particular movie. @@ -2122,8 +2122,8 @@ extends

    getMovieReviews

    public ResultList<Review> getMovieReviews(int movieId,
    -                                 Integer page,
    -                                 String language)
    +                                 Integer page,
    +                                 String language)
                                        throws MovieDbException
    Get the reviews for a particular movie id.
    Parameters:
    movieId -
    page -
    language -
    @@ -2139,8 +2139,8 @@ extends

    getMovieLists

    public ResultList<UserList> getMovieLists(int movieId,
    -                                 Integer page,
    -                                 String language)
    +                                 Integer page,
    +                                 String language)
                                        throws MovieDbException
    Get the lists that the movie belongs to
    Parameters:
    movieId -
    language -
    page -
    @@ -2156,8 +2156,8 @@ extends

    getMovieChanges

    public ResultList<ChangeKeyItem> getMovieChanges(int movieId,
    -                                        String startDate,
    -                                        String endDate)
    +                                        String startDate,
    +                                        String endDate)
                                               throws MovieDbException
    Get the changes for a specific movie ID. @@ -2183,8 +2183,8 @@ extends StatusCode postMovieRating(int movieId, int rating, - String sessionId, - String guestSessionId) + String sessionId, + String guestSessionId) throws MovieDbException
    This method lets users rate a movie. @@ -2215,8 +2215,8 @@ extends
  • getUpcoming

    -
    public ResultList<MovieInfo> getUpcoming(Integer page,
    -                                String language)
    +
    public ResultList<MovieInfo> getUpcoming(Integer page,
    +                                String language)
                                       throws MovieDbException
    Get the list of upcoming movies. @@ -2235,8 +2235,8 @@ extends
  • getNowPlayingMovies

    -
    public ResultList<MovieInfo> getNowPlayingMovies(Integer page,
    -                                        String language)
    +
    public ResultList<MovieInfo> getNowPlayingMovies(Integer page,
    +                                        String language)
                                               throws MovieDbException
    This method is used to retrieve the movies currently in theatres. @@ -2254,8 +2254,8 @@ extends
  • getPopularMovieList

    -
    public ResultList<MovieInfo> getPopularMovieList(Integer page,
    -                                        String language)
    +
    public ResultList<MovieInfo> getPopularMovieList(Integer page,
    +                                        String language)
                                               throws MovieDbException
    This method is used to retrieve the daily movie popularity list. @@ -2272,8 +2272,8 @@ extends
  • getTopRatedMovies

    -
    public ResultList<MovieInfo> getTopRatedMovies(Integer page,
    -                                      String language)
    +
    public ResultList<MovieInfo> getTopRatedMovies(Integer page,
    +                                      String language)
                                             throws MovieDbException
    This method is used to retrieve the top rated movies that have over 10 votes on TMDb. @@ -2309,7 +2309,7 @@ extends

    getPersonInfo

    public PersonInfo getPersonInfo(int personId,
    -                       String... appendToResponse)
    +                       String... appendToResponse)
                              throws MovieDbException
    Get the general person information for a specific id.
    Parameters:
    personId -
    appendToResponse -
    @@ -2325,7 +2325,7 @@ extends

    getPersonMovieCredits

    public PersonCreditList<CreditMovieBasic> getPersonMovieCredits(int personId,
    -                                                       String language)
    +                                                       String language)
                                                              throws MovieDbException
    Get the movie credits for a specific person id.
    Parameters:
    personId -
    language -
    @@ -2341,7 +2341,7 @@ extends

    getPersonTVCredits

    public PersonCreditList<CreditTVBasic> getPersonTVCredits(int personId,
    -                                                 String language)
    +                                                 String language)
                                                        throws MovieDbException
    Get the TV credits for a specific person id. @@ -2363,7 +2363,7 @@ extends

    getPersonCombinedCredits

    public PersonCreditList<CreditBasic> getPersonCombinedCredits(int personId,
    -                                                     String language)
    +                                                     String language)
                                                            throws MovieDbException
    Get the combined (movie and TV) credits for a specific person id. @@ -2415,8 +2415,8 @@ extends

    getPersonTaggedImages

    public ResultList<ArtworkMedia> getPersonTaggedImages(int personId,
    -                                             Integer page,
    -                                             String language)
    +                                             Integer page,
    +                                             String language)
                                                    throws MovieDbException
    Get the images that have been tagged with a specific person id. @@ -2435,8 +2435,8 @@ extends

    getPersonChanges

    public ResultList<ChangeKeyItem> getPersonChanges(int personId,
    -                                         String startDate,
    -                                         String endDate)
    +                                         String startDate,
    +                                         String endDate)
                                                throws MovieDbException
    Get the changes for a specific person id. @@ -2460,7 +2460,7 @@ extends
  • getPersonPopular

    -
    public ResultList<PersonFind> getPersonPopular(Integer page)
    +
    public ResultList<PersonFind> getPersonPopular(Integer page)
                                             throws MovieDbException
    Get the list of popular people on The Movie Database. @@ -2491,7 +2491,7 @@ extends
  • getReviews

    -
    public Review getReviews(String reviewId)
    +
    public Review getReviews(String reviewId)
                       throws MovieDbException
    Parameters:
    reviewId -
    Returns:
    @throws MovieDbException
    @@ -2505,8 +2505,8 @@ extends
  • searchCompanies

    -
    public ResultList<Company> searchCompanies(String query,
    -                                  Integer page)
    +
    public ResultList<Company> searchCompanies(String query,
    +                                  Integer page)
                                         throws MovieDbException
    Search Companies. @@ -2526,9 +2526,9 @@ extends
  • searchCollection

    -
    public ResultList<Collection> searchCollection(String query,
    -                                      Integer page,
    -                                      String language)
    +
    public ResultList<Collection> searchCollection(String query,
    +                                      Integer page,
    +                                      String language)
                                             throws MovieDbException
    Search for collections by name.
    Parameters:
    query -
    language -
    page -
    @@ -2543,8 +2543,8 @@ extends
  • searchKeyword

    -
    public ResultList<Keyword> searchKeyword(String query,
    -                                Integer page)
    +
    public ResultList<Keyword> searchKeyword(String query,
    +                                Integer page)
                                       throws MovieDbException
    Search for keywords by name
    Parameters:
    query -
    page -
    @@ -2559,9 +2559,9 @@ extends
  • searchList

    -
    public ResultList<UserList> searchList(String query,
    -                              Integer page,
    -                              Boolean includeAdult)
    +
    public ResultList<UserList> searchList(String query,
    +                              Integer page,
    +                              Boolean includeAdult)
                                     throws MovieDbException
    Search for lists by name and description.
    Parameters:
    query -
    includeAdult -
    page -
    @@ -2576,12 +2576,12 @@ extends
  • searchMovie

    -
    public ResultList<MovieInfo> searchMovie(String query,
    -                                Integer page,
    -                                String language,
    -                                Boolean includeAdult,
    -                                Integer searchYear,
    -                                Integer primaryReleaseYear,
    +
    public ResultList<MovieInfo> searchMovie(String query,
    +                                Integer page,
    +                                String language,
    +                                Boolean includeAdult,
    +                                Integer searchYear,
    +                                Integer primaryReleaseYear,
                                     SearchType searchType)
                                       throws MovieDbException
    Search Movies This is a good starting point to start finding movies on @@ -2600,10 +2600,10 @@ extends
  • searchMulti

    -
    public ResultList<MediaBasic> searchMulti(String query,
    -                                 Integer page,
    -                                 String language,
    -                                 Boolean includeAdult)
    +
    public ResultList<MediaBasic> searchMulti(String query,
    +                                 Integer page,
    +                                 String language,
    +                                 Boolean includeAdult)
                                        throws MovieDbException
    Search the movie, tv show and person collections with a single query. @@ -2624,9 +2624,9 @@ extends
  • searchPeople

    -
    public ResultList<PersonFind> searchPeople(String query,
    -                                  Integer page,
    -                                  Boolean includeAdult,
    +
    public ResultList<PersonFind> searchPeople(String query,
    +                                  Integer page,
    +                                  Boolean includeAdult,
                                       SearchType searchType)
                                         throws MovieDbException
    This is a good starting point to start finding people on TMDb. @@ -2645,10 +2645,10 @@ extends
  • searchTV

    -
    public ResultList<TVBasic> searchTV(String query,
    -                           Integer page,
    -                           String language,
    -                           Integer firstAirDateYear,
    +
    public ResultList<TVBasic> searchTV(String query,
    +                           Integer page,
    +                           String language,
    +                           Integer firstAirDateYear,
                                SearchType searchType)
                                  throws MovieDbException
    Search for TV shows by title.
    @@ -2665,8 +2665,8 @@ extends

    getTVInfo

    public TVInfo getTVInfo(int tvID,
    -               String language,
    -               String... appendToResponse)
    +               String language,
    +               String... appendToResponse)
                      throws MovieDbException
    Get the primary information about a TV series by id.
    Parameters:
    tvID -
    language -
    appendToResponse -
    @@ -2682,7 +2682,7 @@ extends

    getTVAccountState

    public MediaState getTVAccountState(int tvID,
    -                           String sessionID)
    +                           String sessionID)
                                  throws MovieDbException
    This method lets users get the status of whether or not the TV show has been rated or added to their favourite or watch lists. @@ -2716,8 +2716,8 @@ extends

    getTVChanges

    public ResultList<ChangeKeyItem> getTVChanges(int tvID,
    -                                     String startDate,
    -                                     String endDate)
    +                                     String startDate,
    +                                     String endDate)
                                            throws MovieDbException
    Get the changes for a specific TV show id.
    Parameters:
    tvID -
    startDate -
    endDate -
    @@ -2748,7 +2748,7 @@ extends

    getTVCredits

    public MediaCreditList getTVCredits(int tvID,
    -                           String language)
    +                           String language)
                                  throws MovieDbException
    Get the cast & crew information about a TV series.
    Parameters:
    tvID -
    language -
    @@ -2764,7 +2764,7 @@ extends

    getTVExternalIDs

    public ExternalID getTVExternalIDs(int tvID,
    -                          String language)
    +                          String language)
                                 throws MovieDbException
    Get the external ids that we have stored for a TV series.
    Parameters:
    tvID -
    language -
    @@ -2780,8 +2780,8 @@ extends

    getTVImages

    public ResultList<Artwork> getTVImages(int tvID,
    -                              String language,
    -                              String... includeImageLanguage)
    +                              String language,
    +                              String... includeImageLanguage)
                                     throws MovieDbException
    Get the images (posters and backdrops) for a TV series.
    Parameters:
    tvID -
    language -
    includeImageLanguage -
    @@ -2813,8 +2813,8 @@ extends StatusCode postTVRating(int tvID, int rating, - String sessionID, - String guestSessionID) + String sessionID, + String guestSessionID) throws MovieDbException
    This method lets users rate a TV show. @@ -2832,8 +2832,8 @@ extends

    getTVSimilar

    public ResultList<TVInfo> getTVSimilar(int tvID,
    -                              Integer page,
    -                              String language)
    +                              Integer page,
    +                              String language)
                                     throws MovieDbException
    Get the similar TV shows for a specific tv id.
    Parameters:
    tvID -
    page -
    language -
    @@ -2865,7 +2865,7 @@ extends

    getTVVideos

    public ResultList<Video> getTVVideos(int tvID,
    -                            String language)
    +                            String language)
                                   throws MovieDbException
    Get the videos that have been added to a TV series (trailers, opening credits, etc...)
    @@ -2895,8 +2895,8 @@ extends
  • getTVOnTheAir

    -
    public ResultList<TVInfo> getTVOnTheAir(Integer page,
    -                               String language)
    +
    public ResultList<TVInfo> getTVOnTheAir(Integer page,
    +                               String language)
                                      throws MovieDbException
    Get the list of TV shows that are currently on the air. @@ -2914,9 +2914,9 @@ extends
  • getTVAiringToday

    -
    public ResultList<TVInfo> getTVAiringToday(Integer page,
    -                                  String language,
    -                                  String timezone)
    +
    public ResultList<TVInfo> getTVAiringToday(Integer page,
    +                                  String language,
    +                                  String timezone)
                                         throws MovieDbException
    Get the list of TV shows that air today. @@ -2933,8 +2933,8 @@ extends
  • getTVTopRated

    -
    public ResultList<TVInfo> getTVTopRated(Integer page,
    -                               String language)
    +
    public ResultList<TVInfo> getTVTopRated(Integer page,
    +                               String language)
                                      throws MovieDbException
    Get the list of top rated TV shows. @@ -2954,8 +2954,8 @@ extends
  • getTVPopular

    -
    public ResultList<TVInfo> getTVPopular(Integer page,
    -                              String language)
    +
    public ResultList<TVInfo> getTVPopular(Integer page,
    +                              String language)
                                     throws MovieDbException
    Get the list of popular TV shows. This list refreshes every day.
    Parameters:
    page -
    language -
    @@ -2972,8 +2972,8 @@ extends TVSeasonInfo getSeasonInfo(int tvID, int seasonNumber, - String language, - String... appendToResponse) + String language, + String... appendToResponse) throws MovieDbException
    Get the primary information about a TV season by its season number.
    Parameters:
    tvID -
    seasonNumber -
    language -
    appendToResponse -
    @@ -2989,8 +2989,8 @@ extends

    getSeasonChanges

    public ResultList<ChangeKeyItem> getSeasonChanges(int tvID,
    -                                         String startDate,
    -                                         String endDate)
    +                                         String startDate,
    +                                         String endDate)
                                                throws MovieDbException
    Look up a TV season's changes by season ID.
    Parameters:
    tvID -
    startDate -
    endDate -
    @@ -3006,7 +3006,7 @@ extends

    getSeasonAccountState

    public MediaState getSeasonAccountState(int tvID,
    -                               String sessionID)
    +                               String sessionID)
                                      throws MovieDbException
    This method lets users get the status of whether or not the TV episodes of a season have been rated. @@ -3042,7 +3042,7 @@ extends ExternalID getSeasonExternalID(int tvID, int seasonNumber, - String language) + String language) throws MovieDbException
  • Get the external ids that we have stored for a TV season by season number.
    @@ -3060,8 +3060,8 @@ extends ResultList<Artwork> getSeasonImages(int tvID, int seasonNumber, - String language, - String... includeImageLanguage) + String language, + String... includeImageLanguage) throws MovieDbException
  • Get the images that we have stored for a TV season by season number.
    Parameters:
    tvID -
    seasonNumber -
    language -
    includeImageLanguage -
    @@ -3078,7 +3078,7 @@ extends ResultList<Video> getSeasonVideos(int tvID, int seasonNumber, - String language) + String language) throws MovieDbException
  • Get the videos that have been added to a TV season (trailers, teasers, etc...)
    @@ -3097,8 +3097,8 @@ extends TVEpisodeInfo getEpisodeInfo(int tvID, int seasonNumber, int episodeNumber, - String language, - String... appendToResponse) + String language, + String... appendToResponse) throws MovieDbException
  • Get the primary information about a TV episode by combination of a season and episode number.
    @@ -3115,8 +3115,8 @@ extends

    getEpisodeChanges

    public ResultList<ChangeKeyItem> getEpisodeChanges(int episodeID,
    -                                          String startDate,
    -                                          String endDate)
    +                                          String startDate,
    +                                          String endDate)
                                                 throws MovieDbException
    Look up a TV episode's changes by episode ID
    Parameters:
    episodeID -
    startDate -
    endDate -
    @@ -3134,7 +3134,7 @@ extends MediaState getEpisodeAccountState(int tvID, int seasonNumber, int episodeNumber, - String sessionID) + String sessionID) throws MovieDbException
  • This method lets users get the status of whether or not the TV episode has been rated. @@ -3172,7 +3172,7 @@ extends ExternalID getEpisodeExternalID(int tvID, int seasonNumber, int episodeNumber, - String language) + String language) throws MovieDbException
  • Get the external ids for a TV episode by comabination of a season and episode number.
    @@ -3210,8 +3210,8 @@ extends String sessionID, - String guestSessionID) + String sessionID, + String guestSessionID) throws MovieDbException
  • This method lets users rate a TV episode. A valid session id or guest session id is required.
    @@ -3230,7 +3230,7 @@ extends ResultList<Video> getEpisodeVideos(int tvID, int seasonNumber, int episodeNumber, - String language) + String language) throws MovieDbException
  • Get the videos that have been added to a TV episode (teasers, clips, etc...)
    @@ -3307,6 +3307,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/class-use/AppendToResponseBuilder.html b/apidocs/com/omertron/themoviedbapi/class-use/AppendToResponseBuilder.html index 226df4004..10219a8e3 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/AppendToResponseBuilder.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/AppendToResponseBuilder.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.AppendToResponseBuilder (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.AppendToResponseBuilder (API-The MovieDB 4.4-SNAPSHOT API) @@ -154,6 +154,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/class-use/Compare.html b/apidocs/com/omertron/themoviedbapi/class-use/Compare.html index 71ce7f839..213a080da 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/Compare.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/Compare.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.Compare (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.Compare (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html index b6d075d20..ac9e27f9b 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 4.4-SNAPSHOT API) @@ -110,62 +110,62 @@ StatusCode -TheMovieDbApi.addItemToList(String sessionId, - String listId, - Integer mediaId) +TheMovieDbApi.addItemToList(String sessionId, + String listId, + Integer mediaId)
    This method lets users add new items to a list that they created.
    StatusCode -TheMovieDbApi.addToWatchList(String sessionId, +TheMovieDbApi.addToWatchList(String sessionId, int accountId, MediaType mediaType, - Integer mediaId) + Integer mediaId)
    Add a movie to an accounts watch list.
    boolean -TheMovieDbApi.checkItemStatus(String listId, - Integer mediaId) +TheMovieDbApi.checkItemStatus(String listId, + Integer mediaId)
    Check to see if an item is already on a list.
    -URL -TheMovieDbApi.createImageUrl(String imagePath, - String requiredSize) +URL +TheMovieDbApi.createImageUrl(String imagePath, + String requiredSize)
    Generate the full image URL from the size and image path
    -String -TheMovieDbApi.createList(String sessionId, - String name, - String description) +String +TheMovieDbApi.createList(String sessionId, + String name, + String description)
    This method lets users create a new list.
    StatusCode -TheMovieDbApi.deleteList(String sessionId, - String listId) +TheMovieDbApi.deleteList(String sessionId, + String listId)
    This method lets users delete a list that they created.
    FindResults -TheMovieDbApi.find(String id, +TheMovieDbApi.find(String id, ExternalSource externalSource, - String language) + String language)
    You con use this method to find movies, tv series or persons using external ids.
    Account -TheMovieDbApi.getAccount(String sessionId) +TheMovieDbApi.getAccount(String sessionId)
    Get the basic information for an account.
    @@ -179,14 +179,14 @@ ResultList<Artwork> TheMovieDbApi.getCollectionImages(int collectionId, - String language) + String language)
    Get all of the images for a particular collection by collection id.
    CollectionInfo TheMovieDbApi.getCollectionInfo(int collectionId, - String language) + String language)
    This method is used to retrieve all of the basic information about a movie collection.
    @@ -201,8 +201,8 @@ ResultList<MovieBasic> TheMovieDbApi.getCompanyMovies(int companyId, - String language, - Integer page) + String language, + Integer page)
    This method is used to retrieve the movies associated with a company.
    @@ -214,8 +214,8 @@ CreditInfo -TheMovieDbApi.getCreditInfo(String creditId, - String language) +TheMovieDbApi.getCreditInfo(String creditId, + String language)
    Get the detailed information about a particular credit record.
    @@ -238,7 +238,7 @@ TheMovieDbApi.getEpisodeAccountState(int tvID, int seasonNumber, int episodeNumber, - String sessionID) + String sessionID)
    This method lets users get the status of whether or not the TV episode has been rated.
    @@ -246,8 +246,8 @@ ResultList<ChangeKeyItem> TheMovieDbApi.getEpisodeChanges(int episodeID, - String startDate, - String endDate) + String startDate, + String endDate)
    Look up a TV episode's changes by episode ID
    @@ -264,7 +264,7 @@ TheMovieDbApi.getEpisodeExternalID(int tvID, int seasonNumber, int episodeNumber, - String language) + String language)
    Get the external ids for a TV episode by comabination of a season and episode number.
    @@ -283,8 +283,8 @@ TheMovieDbApi.getEpisodeInfo(int tvID, int seasonNumber, int episodeNumber, - String language, - String... appendToResponse) + String language, + String... appendToResponse)
    Get the primary information about a TV episode by combination of a season and episode number.
    @@ -294,52 +294,52 @@ TheMovieDbApi.getEpisodeVideos(int tvID, int seasonNumber, int episodeNumber, - String language) + String language)
    Get the videos that have been added to a TV episode (teasers, clips, etc...)
    ResultList<MovieBasic> -TheMovieDbApi.getFavoriteMovies(String sessionId, +TheMovieDbApi.getFavoriteMovies(String sessionId, int accountId)
    Get the account favourite movies
    ResultList<TVBasic> -TheMovieDbApi.getFavoriteTv(String sessionId, +TheMovieDbApi.getFavoriteTv(String sessionId, int accountId)
    Get the list of favorite TV series for an account.
    ResultList<Genre> -TheMovieDbApi.getGenreMovieList(String language) +TheMovieDbApi.getGenreMovieList(String language)
    Get the list of Movie genres.
    ResultList<MovieBasic> TheMovieDbApi.getGenreMovies(int genreId, - String language, - Integer page, - Boolean includeAllMovies, - Boolean includeAdult) + String language, + Integer page, + Boolean includeAllMovies, + Boolean includeAdult)
    Get a list of movies per genre.
    ResultList<Genre> -TheMovieDbApi.getGenreTVList(String language) +TheMovieDbApi.getGenreTVList(String language)
    Get the list of TV genres..
    ResultList<MovieBasic> -TheMovieDbApi.getGuestRatedMovies(String guestSessionId, - String language, - Integer page, +TheMovieDbApi.getGuestRatedMovies(String guestSessionId, + String language, + Integer page, SortBy sortBy)
    Get a list of rated movies for a specific guest session id.
    @@ -358,15 +358,15 @@ Keyword -TheMovieDbApi.getKeyword(String keywordId) +TheMovieDbApi.getKeyword(String keywordId)
    Get the basic information for a specific keyword id.
    ResultList<MovieBasic> -TheMovieDbApi.getKeywordMovies(String keywordId, - String language, - Integer page) +TheMovieDbApi.getKeywordMovies(String keywordId, + String language, + Integer page)
    Get the list of movies for a particular keyword by id.
    @@ -384,14 +384,14 @@ ListItem<MovieInfo> -TheMovieDbApi.getList(String listId) +TheMovieDbApi.getList(String listId)
    Get a list by its ID
    MediaState TheMovieDbApi.getMovieAccountState(int movieId, - String sessionId) + String sessionId)
    This method lets a user get the status of whether or not the movie has been rated or added to their favourite or movie watch list.
    @@ -399,24 +399,24 @@ ResultList<AlternativeTitle> TheMovieDbApi.getMovieAlternativeTitles(int movieId, - String country) + String country)
    This method is used to retrieve all of the alternative titles we have for a particular movie.
    ResultList<ChangeListItem> -TheMovieDbApi.getMovieChangeList(Integer page, - String startDate, - String endDate) +TheMovieDbApi.getMovieChangeList(Integer page, + String startDate, + String endDate)
    Get a list of Movie IDs that have been edited.
    ResultList<ChangeKeyItem> TheMovieDbApi.getMovieChanges(int movieId, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific movie ID.
    @@ -429,7 +429,7 @@ ResultList<Artwork> TheMovieDbApi.getMovieImages(int movieId, - String language) + String language)
    This method should be used when you’re wanting to retrieve all of the images for a particular movie.
    @@ -437,16 +437,16 @@ MovieInfo TheMovieDbApi.getMovieInfo(int movieId, - String language, - String... appendToResponse) + String language, + String... appendToResponse)
    This method is used to retrieve all of the basic movie information.
    MovieInfo -TheMovieDbApi.getMovieInfoImdb(String imdbId, - String language, - String... appendToResponse) +TheMovieDbApi.getMovieInfoImdb(String imdbId, + String language, + String... appendToResponse)
    This method is used to retrieve all of the basic movie information.
    @@ -460,15 +460,15 @@ ResultList<UserList> TheMovieDbApi.getMovieLists(int movieId, - Integer page, - String language) + Integer page, + String language)
    Get the lists that the movie belongs to
    ResultList<ReleaseInfo> TheMovieDbApi.getMovieReleaseInfo(int movieId, - String language) + String language)
    This method is used to retrieve all of the release and certification data we have for a specific movie.
    @@ -476,13 +476,13 @@ ResultList<Review> TheMovieDbApi.getMovieReviews(int movieId, - Integer page, - String language) + Integer page, + String language)
    Get the reviews for a particular movie id.
    -ResultsMap<String,List<Certification>> +ResultsMap<String,List<Certification>> TheMovieDbApi.getMoviesCertification()
    Get a list of movies certification.
    @@ -497,7 +497,7 @@ ResultList<Video> TheMovieDbApi.getMovieVideos(int movieId, - String language) + String language)
    This method is used to retrieve all of the trailers for a particular movie.
    @@ -510,31 +510,31 @@ ResultList<MovieInfo> -TheMovieDbApi.getNowPlayingMovies(Integer page, - String language) +TheMovieDbApi.getNowPlayingMovies(Integer page, + String language)
    This method is used to retrieve the movies currently in theatres.
    ResultList<ChangeListItem> -TheMovieDbApi.getPersonChangeList(Integer page, - String startDate, - String endDate) +TheMovieDbApi.getPersonChangeList(Integer page, + String startDate, + String endDate)
    Get a list of PersonInfo IDs that have been edited.
    ResultList<ChangeKeyItem> TheMovieDbApi.getPersonChanges(int personId, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific person id.
    PersonCreditList<CreditBasic> TheMovieDbApi.getPersonCombinedCredits(int personId, - String language) + String language)
    Get the combined (movie and TV) credits for a specific person id.
    @@ -553,7 +553,7 @@ PersonInfo TheMovieDbApi.getPersonInfo(int personId, - String... appendToResponse) + String... appendToResponse)
    Get the general person information for a specific id.
    @@ -566,66 +566,66 @@ PersonCreditList<CreditMovieBasic> TheMovieDbApi.getPersonMovieCredits(int personId, - String language) + String language)
    Get the movie credits for a specific person id.
    ResultList<PersonFind> -TheMovieDbApi.getPersonPopular(Integer page) +TheMovieDbApi.getPersonPopular(Integer page)
    Get the list of popular people on The Movie Database.
    ResultList<ArtworkMedia> TheMovieDbApi.getPersonTaggedImages(int personId, - Integer page, - String language) + Integer page, + String language)
    Get the images that have been tagged with a specific person id.
    PersonCreditList<CreditTVBasic> TheMovieDbApi.getPersonTVCredits(int personId, - String language) + String language)
    Get the TV credits for a specific person id.
    ResultList<MovieInfo> -TheMovieDbApi.getPopularMovieList(Integer page, - String language) +TheMovieDbApi.getPopularMovieList(Integer page, + String language)
    This method is used to retrieve the daily movie popularity list.
    ResultList<MovieBasic> -TheMovieDbApi.getRatedMovies(String sessionId, +TheMovieDbApi.getRatedMovies(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of rated movies (and associated rating) for an account.
    ResultList<TVBasic> -TheMovieDbApi.getRatedTV(String sessionId, +TheMovieDbApi.getRatedTV(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of rated TV shows (and associated rating) for an account.
    Review -TheMovieDbApi.getReviews(String reviewId)  +TheMovieDbApi.getReviews(String reviewId)  MediaState TheMovieDbApi.getSeasonAccountState(int tvID, - String sessionID) + String sessionID)
    This method lets users get the status of whether or not the TV episodes of a season have been rated.
    @@ -633,8 +633,8 @@ ResultList<ChangeKeyItem> TheMovieDbApi.getSeasonChanges(int tvID, - String startDate, - String endDate) + String startDate, + String endDate)
    Look up a TV season's changes by season ID.
    @@ -649,7 +649,7 @@ ExternalID TheMovieDbApi.getSeasonExternalID(int tvID, int seasonNumber, - String language) + String language)
    Get the external ids that we have stored for a TV season by season number.
    @@ -658,8 +658,8 @@ ResultList<Artwork> TheMovieDbApi.getSeasonImages(int tvID, int seasonNumber, - String language, - String... includeImageLanguage) + String language, + String... includeImageLanguage)
    Get the images that we have stored for a TV season by season number.
    @@ -667,8 +667,8 @@ TVSeasonInfo TheMovieDbApi.getSeasonInfo(int tvID, int seasonNumber, - String language, - String... appendToResponse) + String language, + String... appendToResponse)
    Get the primary information about a TV season by its season number.
    @@ -676,7 +676,7 @@ ResultList<Video> TheMovieDbApi.getSeasonVideos(int tvID, int seasonNumber, - String language) + String language)
    Get the videos that have been added to a TV season (trailers, teasers, etc...)
    @@ -691,8 +691,8 @@ TokenAuthorisation TheMovieDbApi.getSessionTokenLogin(TokenAuthorisation token, - String username, - String password) + String username, + String password)
    This method is used to generate a session id for user based authentication.
    @@ -700,14 +700,14 @@ ResultList<MovieInfo> TheMovieDbApi.getSimilarMovies(int movieId, - Integer page, - String language) + Integer page, + String language)
    The similar movies method will let you retrieve the similar movies for a particular movie.
    -ResultsMap<String,List<String>> +ResultsMap<String,List<String>> TheMovieDbApi.getTimezones()
    Get the list of supported timezones for the API methods that support them.
    @@ -715,8 +715,8 @@ ResultList<MovieInfo> -TheMovieDbApi.getTopRatedMovies(Integer page, - String language) +TheMovieDbApi.getTopRatedMovies(Integer page, + String language)
    This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
    @@ -724,16 +724,16 @@ MediaState TheMovieDbApi.getTVAccountState(int tvID, - String sessionID) + String sessionID)
    This method lets users get the status of whether or not the TV show has been rated or added to their favourite or watch lists.
    ResultList<TVInfo> -TheMovieDbApi.getTVAiringToday(Integer page, - String language, - String timezone) +TheMovieDbApi.getTVAiringToday(Integer page, + String language, + String timezone)
    Get the list of TV shows that air today.
    @@ -744,24 +744,24 @@ -ResultsMap<String,List<Certification>> +ResultsMap<String,List<Certification>> TheMovieDbApi.getTvCertification()
    Get a list of tv certification.
    ResultList<ChangeListItem> -TheMovieDbApi.getTvChangeList(Integer page, - String startDate, - String endDate) +TheMovieDbApi.getTvChangeList(Integer page, + String startDate, + String endDate)
    Get a list of TV IDs that have been edited.
    ResultList<ChangeKeyItem> TheMovieDbApi.getTVChanges(int tvID, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific TV show id.
    @@ -774,30 +774,30 @@ MediaCreditList TheMovieDbApi.getTVCredits(int tvID, - String language) + String language)
    Get the cast & crew information about a TV series.
    ExternalID TheMovieDbApi.getTVExternalIDs(int tvID, - String language) + String language)
    Get the external ids that we have stored for a TV series.
    ResultList<Artwork> TheMovieDbApi.getTVImages(int tvID, - String language, - String... includeImageLanguage) + String language, + String... includeImageLanguage)
    Get the images (posters and backdrops) for a TV series.
    TVInfo TheMovieDbApi.getTVInfo(int tvID, - String language, - String... appendToResponse) + String language, + String... appendToResponse)
    Get the primary information about a TV series by id.
    @@ -809,30 +809,30 @@ ResultList<TVInfo> -TheMovieDbApi.getTVOnTheAir(Integer page, - String language) +TheMovieDbApi.getTVOnTheAir(Integer page, + String language)
    Get the list of TV shows that are currently on the air.
    ResultList<TVInfo> -TheMovieDbApi.getTVPopular(Integer page, - String language) +TheMovieDbApi.getTVPopular(Integer page, + String language)
    Get the list of popular TV shows.
    ResultList<TVInfo> TheMovieDbApi.getTVSimilar(int tvID, - Integer page, - String language) + Integer page, + String language)
    Get the similar TV shows for a specific tv id.
    ResultList<TVInfo> -TheMovieDbApi.getTVTopRated(Integer page, - String language) +TheMovieDbApi.getTVTopRated(Integer page, + String language)
    Get the list of top rated TV shows.
    @@ -845,50 +845,50 @@ ResultList<Video> TheMovieDbApi.getTVVideos(int tvID, - String language) + String language)
    Get the videos that have been added to a TV series (trailers, opening credits, etc...)
    ResultList<MovieInfo> -TheMovieDbApi.getUpcoming(Integer page, - String language) +TheMovieDbApi.getUpcoming(Integer page, + String language)
    Get the list of upcoming movies.
    ResultList<UserList> -TheMovieDbApi.getUserLists(String sessionId, +TheMovieDbApi.getUserLists(String sessionId, int accountId)
    Get all lists of a given user
    ResultList<MovieBasic> -TheMovieDbApi.getWatchListMovie(String sessionId, +TheMovieDbApi.getWatchListMovie(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of movies on an accounts watchlist.
    ResultList<TVBasic> -TheMovieDbApi.getWatchListTV(String sessionId, +TheMovieDbApi.getWatchListTV(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of movies on an accounts watchlist.
    StatusCode -TheMovieDbApi.modifyFavoriteStatus(String sessionId, +TheMovieDbApi.modifyFavoriteStatus(String sessionId, int accountId, - Integer mediaId, + Integer mediaId, MediaType mediaType, boolean isFavorite)
    Add or remove a movie to an accounts favourite list.
    @@ -900,8 +900,8 @@ int seasonNumber, int episodeNumber, int rating, - String sessionID, - String guestSessionID)
    + String sessionID, + String guestSessionID)
    This method lets users rate a TV episode.
    @@ -909,8 +909,8 @@ StatusCode TheMovieDbApi.postMovieRating(int movieId, int rating, - String sessionId, - String guestSessionId) + String sessionId, + String guestSessionId)
    This method lets users rate a movie.
    @@ -918,66 +918,66 @@ StatusCode TheMovieDbApi.postTVRating(int tvID, int rating, - String sessionID, - String guestSessionID) + String sessionID, + String guestSessionID)
    This method lets users rate a TV show.
    StatusCode -TheMovieDbApi.removeFromWatchList(String sessionId, +TheMovieDbApi.removeFromWatchList(String sessionId, int accountId, MediaType mediaType, - Integer mediaId) + Integer mediaId)
    Remove a movie from an accounts watch list.
    StatusCode -TheMovieDbApi.removeItemFromList(String sessionId, - String listId, - Integer mediaId) +TheMovieDbApi.removeItemFromList(String sessionId, + String listId, + Integer mediaId)
    This method lets users remove items from a list that they created.
    ResultList<Collection> -TheMovieDbApi.searchCollection(String query, - Integer page, - String language) +TheMovieDbApi.searchCollection(String query, + Integer page, + String language)
    Search for collections by name.
    ResultList<Company> -TheMovieDbApi.searchCompanies(String query, - Integer page) +TheMovieDbApi.searchCompanies(String query, + Integer page)
    Search Companies.
    ResultList<Keyword> -TheMovieDbApi.searchKeyword(String query, - Integer page) +TheMovieDbApi.searchKeyword(String query, + Integer page)
    Search for keywords by name
    ResultList<UserList> -TheMovieDbApi.searchList(String query, - Integer page, - Boolean includeAdult) +TheMovieDbApi.searchList(String query, + Integer page, + Boolean includeAdult)
    Search for lists by name and description.
    ResultList<MovieInfo> -TheMovieDbApi.searchMovie(String query, - Integer page, - String language, - Boolean includeAdult, - Integer searchYear, - Integer primaryReleaseYear, +TheMovieDbApi.searchMovie(String query, + Integer page, + String language, + Boolean includeAdult, + Integer searchYear, + Integer primaryReleaseYear, SearchType searchType)
    Search Movies This is a good starting point to start finding movies on TMDb.
    @@ -985,28 +985,28 @@ ResultList<MediaBasic> -TheMovieDbApi.searchMulti(String query, - Integer page, - String language, - Boolean includeAdult) +TheMovieDbApi.searchMulti(String query, + Integer page, + String language, + Boolean includeAdult)
    Search the movie, tv show and person collections with a single query.
    ResultList<PersonFind> -TheMovieDbApi.searchPeople(String query, - Integer page, - Boolean includeAdult, +TheMovieDbApi.searchPeople(String query, + Integer page, + Boolean includeAdult, SearchType searchType)
    This is a good starting point to start finding people on TMDb.
    ResultList<TVBasic> -TheMovieDbApi.searchTV(String query, - Integer page, - String language, - Integer firstAirDateYear, +TheMovieDbApi.searchTV(String query, + Integer page, + String language, + Integer firstAirDateYear, SearchType searchType)
    Search for TV shows by title.
    @@ -1020,12 +1020,12 @@ -TheMovieDbApi(String apiKey) +TheMovieDbApi(String apiKey)
    API for The Movie Db.
    -TheMovieDbApi(String apiKey, +TheMovieDbApi(String apiKey, org.apache.http.client.HttpClient httpClient)
    API for The Movie Db.
    @@ -1046,53 +1046,53 @@ StatusCode -TmdbLists.addItem(String sessionId, - String listId, +TmdbLists.addItem(String sessionId, + String listId, int mediaId)
    This method lets users add new items to a list that they created.
    boolean -TmdbLists.checkItemStatus(String listId, +TmdbLists.checkItemStatus(String listId, int mediaId)
    Check to see if an ID is already on a list.
    StatusCode -TmdbLists.clear(String sessionId, - String listId, +TmdbLists.clear(String sessionId, + String listId, boolean confirm)
    Clear all of the items within a list.
    -String -TmdbLists.createList(String sessionId, - String name, - String description) +String +TmdbLists.createList(String sessionId, + String name, + String description)
    This method lets users create a new list.
    StatusCode -TmdbLists.deleteList(String sessionId, - String listId) +TmdbLists.deleteList(String sessionId, + String listId)
    This method lets users delete a list that they created.
    FindResults -TmdbFind.find(String id, +TmdbFind.find(String id, ExternalSource externalSource, - String language) + String language)
    You con use this method to find movies, tv series or persons using external ids.
    Account -TmdbAccount.getAccount(String sessionId) +TmdbAccount.getAccount(String sessionId)
    Get the basic information for an account.
    @@ -1106,23 +1106,23 @@ ResultList<ChangeListItem> TmdbChanges.getChangeList(MethodBase method, - Integer page, - String startDate, - String endDate) + Integer page, + String startDate, + String endDate)
    Get a list of Media IDs that have been edited.
    ResultList<Artwork> TmdbCollections.getCollectionImages(int collectionId, - String language) + String language)
    Get all of the images for a particular collection by collection id.
    CollectionInfo TmdbCollections.getCollectionInfo(int collectionId, - String language) + String language)
    This method is used to retrieve all of the basic information about a movie collection.
    @@ -1136,8 +1136,8 @@ ResultList<MovieBasic> TmdbCompanies.getCompanyMovies(int companyId, - String language, - Integer page) + String language, + Integer page)
    This method is used to retrieve the movies associated with a company.
    @@ -1150,8 +1150,8 @@ CreditInfo -TmdbCredits.getCreditInfo(String creditId, - String language) +TmdbCredits.getCreditInfo(String creditId, + String language)
    Get the detailed information about a particular credit record.
    @@ -1172,7 +1172,7 @@ TmdbEpisodes.getEpisodeAccountState(int tvID, int seasonNumber, int episodeNumber, - String sessionID) + String sessionID)
    This method lets users get the status of whether or not the TV episode has been rated.
    @@ -1180,8 +1180,8 @@ ResultList<ChangeKeyItem> TmdbEpisodes.getEpisodeChanges(int episodeID, - String startDate, - String endDate) + String startDate, + String endDate)
    Look up a TV episode's changes by episode ID
    @@ -1198,7 +1198,7 @@ TmdbEpisodes.getEpisodeExternalID(int tvID, int seasonNumber, int episodeNumber, - String language) + String language)
    Get the external ids for a TV episode by comabination of a season and episode number.
    @@ -1217,8 +1217,8 @@ TmdbEpisodes.getEpisodeInfo(int tvID, int seasonNumber, int episodeNumber, - String language, - String... appendToResponse) + String language, + String... appendToResponse)
    Get the primary information about a TV episode by combination of a season and episode number.
    @@ -1228,52 +1228,52 @@ TmdbEpisodes.getEpisodeVideos(int tvID, int seasonNumber, int episodeNumber, - String language) + String language)
    Get the videos that have been added to a TV episode (teasers, clips, etc...)
    ResultList<MovieBasic> -TmdbAccount.getFavoriteMovies(String sessionId, +TmdbAccount.getFavoriteMovies(String sessionId, int accountId)
    Get the list of favorite movies for an account.
    ResultList<TVBasic> -TmdbAccount.getFavoriteTv(String sessionId, +TmdbAccount.getFavoriteTv(String sessionId, int accountId)
    Get the list of favorite TV series for an account.
    ResultList<Genre> -TmdbGenres.getGenreMovieList(String language) +TmdbGenres.getGenreMovieList(String language)
    Get the list of movie genres.
    ResultList<MovieBasic> TmdbGenres.getGenreMovies(int genreId, - String language, - Integer page, - Boolean includeAllMovies, - Boolean includeAdult) + String language, + Integer page, + Boolean includeAllMovies, + Boolean includeAdult)
    Get the list of movies for a particular genre by id.
    ResultList<Genre> -TmdbGenres.getGenreTVList(String language) +TmdbGenres.getGenreTVList(String language)
    Get the list of TV genres.
    ResultList<MovieBasic> -TmdbAccount.getGuestRatedMovies(String guestSessionId, - String language, - Integer page, +TmdbAccount.getGuestRatedMovies(String guestSessionId, + String language, + Integer page, SortBy sortBy)
    Get a list of rated movies for a specific guest session id.
    @@ -1292,15 +1292,15 @@ Keyword -TmdbKeywords.getKeyword(String keywordId) +TmdbKeywords.getKeyword(String keywordId)
    Get the basic information for a specific keyword id.
    ResultList<MovieBasic> -TmdbKeywords.getKeywordMovies(String keywordId, - String language, - Integer page) +TmdbKeywords.getKeywordMovies(String keywordId, + String language, + Integer page)
    Get the list of movies for a particular keyword by id.
    @@ -1318,22 +1318,22 @@ ListItem<MovieInfo> -TmdbLists.getList(String listId) +TmdbLists.getList(String listId)
    Get a list by its ID
    protected ResultList<ChangeKeyItem> AbstractMethod.getMediaChanges(int mediaID, - String startDate, - String endDate) + String startDate, + String endDate)
    Look up the media's changes by ID
    MediaState TmdbMovies.getMovieAccountState(int movieId, - String sessionId) + String sessionId)
    This method lets a user get the status of whether or not the movie has been rated or added to their favourite or movie watch list.
    @@ -1341,15 +1341,15 @@ ResultList<AlternativeTitle> TmdbMovies.getMovieAlternativeTitles(int movieId, - String country) + String country)
    This method is used to retrieve all of the alternative titles we have for a particular movie.
    ResultList<ChangeKeyItem> TmdbMovies.getMovieChanges(int movieId, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific movie ID.
    @@ -1362,23 +1362,23 @@ ResultList<Artwork> TmdbMovies.getMovieImages(int movieId, - String language) + String language)
    This method should be used when you’re wanting to retrieve all of the images for a particular movie.
    MovieInfo TmdbMovies.getMovieInfo(int movieId, - String language, - String... appendToResponse) + String language, + String... appendToResponse)
    This method is used to retrieve all of the basic movie information.
    MovieInfo -TmdbMovies.getMovieInfoImdb(String imdbId, - String language, - String... appendToResponse) +TmdbMovies.getMovieInfoImdb(String imdbId, + String language, + String... appendToResponse)
    This method is used to retrieve all of the basic movie information.
    @@ -1391,28 +1391,28 @@ ResultList<UserList> TmdbMovies.getMovieLists(int movieId, - Integer page, - String language) + Integer page, + String language)
    Get the lists that the movie belongs to
    ResultList<ReleaseInfo> TmdbMovies.getMovieReleaseInfo(int movieId, - String language) + String language)
    This method is used to retrieve all of the release and certification data we have for a specific movie.
    ResultList<Review> TmdbMovies.getMovieReviews(int movieId, - Integer page, - String language) + Integer page, + String language)
    Get the reviews for a particular movie id.
    -ResultsMap<String,List<Certification>> +ResultsMap<String,List<Certification>> TmdbCertifications.getMoviesCertification()
    Get a list of movies certification.
    @@ -1426,7 +1426,7 @@ ResultList<Video> TmdbMovies.getMovieVideos(int movieId, - String language) + String language)
    This method is used to retrieve all of the trailers for a particular movie.
    @@ -1438,23 +1438,23 @@ ResultList<MovieInfo> -TmdbMovies.getNowPlayingMovies(Integer page, - String language) +TmdbMovies.getNowPlayingMovies(Integer page, + String language)
    This method is used to retrieve the movies currently in theatres.
    ResultList<ChangeKeyItem> TmdbPeople.getPersonChanges(int personId, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific person id.
    PersonCreditList<CreditBasic> TmdbPeople.getPersonCombinedCredits(int personId, - String language) + String language)
    Get the combined (movie and TV) credits for a specific person id.
    @@ -1473,7 +1473,7 @@ PersonInfo TmdbPeople.getPersonInfo(int personId, - String... appendToResponse) + String... appendToResponse)
    Get the general person information for a specific id.
    @@ -1486,55 +1486,55 @@ PersonCreditList<CreditMovieBasic> TmdbPeople.getPersonMovieCredits(int personId, - String language) + String language)
    Get the movie credits for a specific person id.
    ResultList<PersonFind> -TmdbPeople.getPersonPopular(Integer page) +TmdbPeople.getPersonPopular(Integer page)
    Get the list of popular people on The Movie Database.
    ResultList<ArtworkMedia> TmdbPeople.getPersonTaggedImages(int personId, - Integer page, - String language) + Integer page, + String language)
    Get the images that have been tagged with a specific person id.
    PersonCreditList<CreditTVBasic> TmdbPeople.getPersonTVCredits(int personId, - String language) + String language)
    Get the TV credits for a specific person id.
    ResultList<MovieInfo> -TmdbMovies.getPopularMovieList(Integer page, - String language) +TmdbMovies.getPopularMovieList(Integer page, + String language)
    This method is used to retrieve the daily movie popularity list.
    ResultList<MovieBasic> -TmdbAccount.getRatedMovies(String sessionId, +TmdbAccount.getRatedMovies(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of rated movies (and associated rating) for an account.
    ResultList<TVBasic> -TmdbAccount.getRatedTV(String sessionId, +TmdbAccount.getRatedTV(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of rated TV shows (and associated rating) for an account.
    @@ -1546,22 +1546,22 @@ Review -TmdbReviews.getReview(String reviewId) +TmdbReviews.getReview(String reviewId)
    Get the full details of a review by ID.
    MediaState TmdbSeasons.getSeasonAccountState(int tvID, - String sessionID) + String sessionID)
    This method lets users get the status of whether or not the TV episodes of a season have been rated.
    ResultList<ChangeKeyItem> TmdbSeasons.getSeasonChanges(int tvID, - String startDate, - String endDate) + String startDate, + String endDate)
    Look up a TV season's changes by season ID.
    @@ -1576,7 +1576,7 @@ ExternalID TmdbSeasons.getSeasonExternalID(int tvID, int seasonNumber, - String language) + String language)
    Get the external ids that we have stored for a TV season by season number.
    @@ -1584,8 +1584,8 @@ ResultList<Artwork> TmdbSeasons.getSeasonImages(int tvID, int seasonNumber, - String language, - String... includeImageLanguage) + String language, + String... includeImageLanguage)
    Get the images that we have stored for a TV season by season number.
    @@ -1593,8 +1593,8 @@ TVSeasonInfo TmdbSeasons.getSeasonInfo(int tvID, int seasonNumber, - String language, - String... appendToResponse) + String language, + String... appendToResponse)
    Get the primary information about a TV season by its season number.
    @@ -1602,7 +1602,7 @@ ResultList<Video> TmdbSeasons.getSeasonVideos(int tvID, int seasonNumber, - String language) + String language)
    Get the videos that have been added to a TV season (trailers, teasers, etc...)
    @@ -1616,8 +1616,8 @@ TokenAuthorisation TmdbAuthentication.getSessionTokenLogin(TokenAuthorisation token, - String username, - String password) + String username, + String password)
    This method is used to generate a session id for user based authentication.
    @@ -1625,37 +1625,37 @@ ResultList<MovieInfo> TmdbMovies.getSimilarMovies(int movieId, - Integer page, - String language) + Integer page, + String language)
    The similar movies method will let you retrieve the similar movies for a particular movie.
    -ResultsMap<String,List<String>> +ResultsMap<String,List<String>> TmdbConfiguration.getTimezones()
    Get the list of supported timezones for the API methods that support them
    ResultList<MovieInfo> -TmdbMovies.getTopRatedMovies(Integer page, - String language) +TmdbMovies.getTopRatedMovies(Integer page, + String language)
    This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
    MediaState TmdbTV.getTVAccountState(int tvID, - String sessionID) + String sessionID)
    This method lets users get the status of whether or not the TV show has been rated or added to their favourite or watch lists.
    ResultList<TVInfo> -TmdbTV.getTVAiringToday(Integer page, - String language, - String timezone) +TmdbTV.getTVAiringToday(Integer page, + String language, + String timezone)
    Get the list of TV shows that air today.
    @@ -1666,7 +1666,7 @@ -ResultsMap<String,List<Certification>> +ResultsMap<String,List<Certification>> TmdbCertifications.getTvCertification()
    Get a list of tv certification.
    @@ -1674,8 +1674,8 @@ ResultList<ChangeKeyItem> TmdbTV.getTVChanges(int tvID, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific TV show id.
    @@ -1688,30 +1688,30 @@ MediaCreditList TmdbTV.getTVCredits(int tvID, - String language) + String language)
    Get the cast & crew information about a TV series.
    ExternalID TmdbTV.getTVExternalIDs(int tvID, - String language) + String language)
    Get the external ids that we have stored for a TV series.
    ResultList<Artwork> TmdbTV.getTVImages(int tvID, - String language, - String... includeImageLanguage) + String language, + String... includeImageLanguage)
    Get the images (posters and backdrops) for a TV series.
    TVInfo TmdbTV.getTVInfo(int tvID, - String language, - String... appendToResponse) + String language, + String... appendToResponse)
    Get the primary information about a TV series by id.
    @@ -1723,30 +1723,30 @@ ResultList<TVInfo> -TmdbTV.getTVOnTheAir(Integer page, - String language) +TmdbTV.getTVOnTheAir(Integer page, + String language)
    Get the list of TV shows that are currently on the air.
    ResultList<TVInfo> -TmdbTV.getTVPopular(Integer page, - String language) +TmdbTV.getTVPopular(Integer page, + String language)
    Get the list of popular TV shows.
    ResultList<TVInfo> TmdbTV.getTVSimilar(int tvID, - Integer page, - String language) + Integer page, + String language)
    Get the similar TV shows for a specific tv id.
    ResultList<TVInfo> -TmdbTV.getTVTopRated(Integer page, - String language) +TmdbTV.getTVTopRated(Integer page, + String language)
    Get the list of top rated TV shows.
    @@ -1759,54 +1759,54 @@ ResultList<Video> TmdbTV.getTVVideos(int tvID, - String language) + String language)
    Get the videos that have been added to a TV series (trailers, opening credits, etc...)
    protected static com.fasterxml.jackson.core.type.TypeReference -AbstractMethod.getTypeReference(Class aClass) +AbstractMethod.getTypeReference(Class aClass)
    Helper function to get a pre-generated TypeReference for a class
    ResultList<MovieInfo> -TmdbMovies.getUpcoming(Integer page, - String language) +TmdbMovies.getUpcoming(Integer page, + String language)
    Get the list of upcoming movies.
    ResultList<UserList> -TmdbAccount.getUserLists(String sessionId, +TmdbAccount.getUserLists(String sessionId, int accountId)
    Get all lists of a given user
    ResultList<MovieBasic> -TmdbAccount.getWatchListMovie(String sessionId, +TmdbAccount.getWatchListMovie(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of movies on an accounts watch list.
    ResultList<TVBasic> -TmdbAccount.getWatchListTV(String sessionId, +TmdbAccount.getWatchListTV(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of movies on an accounts watch list.
    StatusCode -TmdbAccount.modifyFavoriteStatus(String sessionId, +TmdbAccount.modifyFavoriteStatus(String sessionId, int accountId, MediaType mediaType, int mediaId, @@ -1816,10 +1816,10 @@ StatusCode -TmdbAccount.modifyWatchList(String sessionId, +TmdbAccount.modifyWatchList(String sessionId, int accountId, MediaType mediaType, - Integer movieId, + Integer movieId, boolean addToWatchlist)
    Add or remove a movie to an accounts watch list.
    @@ -1830,8 +1830,8 @@ int seasonNumber, int episodeNumber, int rating, - String sessionID, - String guestSessionID)
    + String sessionID, + String guestSessionID)
    This method lets users rate a TV episode.
    @@ -1839,8 +1839,8 @@ StatusCode TmdbMovies.postMovieRating(int movieId, int rating, - String sessionId, - String guestSessionId) + String sessionId, + String guestSessionId)
    This method lets users rate a movie.
    @@ -1848,101 +1848,101 @@ StatusCode TmdbTV.postTVRating(int tvID, int rating, - String sessionID, - String guestSessionID) + String sessionID, + String guestSessionID)
    This method lets users rate a TV show.
    protected <T> WrapperGenericList<T> AbstractMethod.processWrapper(com.fasterxml.jackson.core.type.TypeReference typeRef, - URL url, - String errorMessageSuffix) + URL url, + String errorMessageSuffix)
    Process the wrapper list and return the whole wrapper
    -protected <T> List<T> +protected <T> List<T> AbstractMethod.processWrapperList(com.fasterxml.jackson.core.type.TypeReference typeRef, - URL url, - String errorMessageSuffix) + URL url, + String errorMessageSuffix)
    Process the wrapper list and return the results
    StatusCode -TmdbLists.removeItem(String sessionId, - String listId, +TmdbLists.removeItem(String sessionId, + String listId, int mediaId)
    This method lets users delete items from a list that they created.
    ResultList<Collection> -TmdbSearch.searchCollection(String query, - Integer page, - String language) +TmdbSearch.searchCollection(String query, + Integer page, + String language)
    Search for collections by name.
    ResultList<Company> -TmdbSearch.searchCompanies(String query, - Integer page) +TmdbSearch.searchCompanies(String query, + Integer page)
    Search Companies.
    ResultList<Keyword> -TmdbSearch.searchKeyword(String query, - Integer page) +TmdbSearch.searchKeyword(String query, + Integer page)
    Search for keywords by name
    ResultList<UserList> -TmdbSearch.searchList(String query, - Integer page, - Boolean includeAdult) +TmdbSearch.searchList(String query, + Integer page, + Boolean includeAdult)
    Search for lists by name and description.
    ResultList<MovieInfo> -TmdbSearch.searchMovie(String query, - Integer page, - String language, - Boolean includeAdult, - Integer searchYear, - Integer primaryReleaseYear, +TmdbSearch.searchMovie(String query, + Integer page, + String language, + Boolean includeAdult, + Integer searchYear, + Integer primaryReleaseYear, SearchType searchType)
    Search Movies This is a good starting point to start finding movies on TMDb.
    ResultList<MediaBasic> -TmdbSearch.searchMulti(String query, - Integer page, - String language, - Boolean includeAdult) +TmdbSearch.searchMulti(String query, + Integer page, + String language, + Boolean includeAdult)
    Search the movie, tv show and person collections with a single query.
    ResultList<PersonFind> -TmdbSearch.searchPeople(String query, - Integer page, - Boolean includeAdult, +TmdbSearch.searchPeople(String query, + Integer page, + Boolean includeAdult, SearchType searchType)
    This is a good starting point to start finding people on TMDb.
    ResultList<TVBasic> -TmdbSearch.searchTV(String query, - Integer page, - String language, - Integer firstAirDateYear, +TmdbSearch.searchTV(String query, + Integer page, + String language, + Integer firstAirDateYear, SearchType searchType)
    Search for TV shows by title.
    @@ -1962,9 +1962,9 @@ -URL -Configuration.createImageUrl(String imagePath, - String requiredSize) +URL +Configuration.createImageUrl(String imagePath, + String requiredSize)
    Generate the full image URL from the size and image path
    @@ -1983,25 +1983,25 @@ -String +String PostTools.build()  -String -HttpTools.deleteRequest(URL url) +String +HttpTools.deleteRequest(URL url)
    Execute a DELETE on the URL
    -String -HttpTools.getRequest(URL url) +String +HttpTools.getRequest(URL url)
    GET data from the URL
    -String -HttpTools.postRequest(URL url, - String jsonBody) +String +HttpTools.postRequest(URL url, + String jsonBody)
    POST content to the URL with the specified body
    @@ -2057,6 +2057,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html index a8ba53544..7df51400d 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html index 44377842d..7efd8170c 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html @@ -2,16 +2,16 @@ - + -ArtworkType (API-The MovieDB 4.3 API) +ArtworkType (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,10 +85,10 @@
    ArtworkType enum List of the artwork types that are available
  • @@ -163,13 +163,13 @@ extends static ArtworkType -fromString(String artworkType) +fromString(String artworkType)
    Convert a string into an Enum type
    static ArtworkType -valueOf(String name) +valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -185,15 +185,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
  • @@ -280,7 +280,7 @@ for (ArtworkType c : ArtworkType.values())
    • valueOf

      -
      public static ArtworkType valueOf(String name)
      +
      public static ArtworkType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are @@ -288,8 +288,8 @@ not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      -
      IllegalArgumentException - if this enum type has no constant with the specified name
      -
      NullPointerException - if the argument is null
      +
      IllegalArgumentException - if this enum type has no constant with the specified name
      +
      NullPointerException - if the argument is null
  • @@ -298,12 +298,12 @@ not permitted.)
  • @@ -373,6 +373,6 @@ not permitted.)
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html b/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html index 14e7b7aca..8287d37c7 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html @@ -2,16 +2,16 @@ - + -CreditType (API-The MovieDB 4.3 API) +CreditType (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,10 +85,10 @@
  • Author:
    Stuart
  • @@ -150,7 +150,7 @@ extends static CreditType -valueOf(String name) +valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -166,15 +166,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
  • @@ -239,7 +239,7 @@ for (CreditType c : CreditType.values())
    • valueOf

      -
      public static CreditType valueOf(String name)
      +
      public static CreditType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are @@ -247,8 +247,8 @@ not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      -
      IllegalArgumentException - if this enum type has no constant with the specified name
      -
      NullPointerException - if the argument is null
      +
      IllegalArgumentException - if this enum type has no constant with the specified name
      +
      NullPointerException - if the argument is null
  • @@ -318,6 +318,6 @@ not permitted.)
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html b/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html index 79e2a3140..02774e65f 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html @@ -2,16 +2,16 @@ - + -ExternalSource (API-The MovieDB 4.3 API) +ExternalSource (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,10 +85,10 @@
  • -

    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 @@ -279,7 +279,7 @@ for (ExternalSource c : ExternalSource.values()) @@ -297,7 +297,7 @@ not permitted.) @@ -367,6 +367,6 @@ not permitted.) -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/Gender.html b/apidocs/com/omertron/themoviedbapi/enumeration/Gender.html index 81e6d8f1e..5b9be1788 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/Gender.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/Gender.html @@ -2,16 +2,16 @@ - + -Gender (API-The MovieDB 4.3 API) +Gender (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,10 +85,10 @@
    @@ -157,7 +157,7 @@ extends static Gender -valueOf(String name) +valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -173,15 +173,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 @@ -255,7 +255,7 @@ for (Gender c : Gender.values()) @@ -346,6 +346,6 @@ not permitted.) -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html b/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html index 590a1ec66..2c154b538 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html @@ -2,16 +2,16 @@ - + -MediaType (API-The MovieDB 4.3 API) +MediaType (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,10 +85,10 @@
  • -

    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 @@ -267,7 +267,7 @@ for (MediaType c : MediaType.values()) @@ -285,12 +285,12 @@ not permitted.) @@ -360,6 +360,6 @@ not permitted.) -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/MovieMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/MovieMethod.html index b596b68dc..74151915b 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/MovieMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/MovieMethod.html @@ -2,16 +2,16 @@ - + -MovieMethod (API-The MovieDB 4.3 API) +MovieMethod (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,10 +85,10 @@
  • -

    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 @@ -361,7 +361,7 @@ for (MovieMethod c : MovieMethod.values()) @@ -379,7 +379,7 @@ not permitted.) @@ -468,6 +468,6 @@ not permitted.) -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/PeopleMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/PeopleMethod.html index bc8ea0236..cadd14dc9 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/PeopleMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/PeopleMethod.html @@ -2,16 +2,16 @@ - + -PeopleMethod (API-The MovieDB 4.3 API) +PeopleMethod (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,10 +85,10 @@
  • -

    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 @@ -313,7 +313,7 @@ for (PeopleMethod c : PeopleMethod.values()) @@ -331,7 +331,7 @@ not permitted.) @@ -420,6 +420,6 @@ not permitted.) -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/ReleaseType.html b/apidocs/com/omertron/themoviedbapi/enumeration/ReleaseType.html index 1fb81e59a..07eee2134 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/ReleaseType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/ReleaseType.html @@ -2,16 +2,16 @@ - + -ReleaseType (API-The MovieDB 4.3 API) +ReleaseType (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,10 +85,10 @@
  • -

    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 @@ -306,7 +306,7 @@ for (ReleaseType c : ReleaseType.values()) @@ -397,6 +397,6 @@ not permitted.) -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html b/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html index 75b07e754..ed34baa82 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html @@ -2,16 +2,16 @@ - + -SearchType (API-The MovieDB 4.3 API) +SearchType (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,10 +85,10 @@
  • -

    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 @@ -243,7 +243,7 @@ for (SearchType c : SearchType.values()) @@ -261,7 +261,7 @@ not permitted.) @@ -331,6 +331,6 @@ not permitted.) -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html b/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html index 87e7aac0c..73b2ffbef 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html @@ -2,16 +2,16 @@ - + -SortBy (API-The MovieDB 4.3 API) +SortBy (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,10 +85,10 @@
    @@ -189,12 +189,12 @@ extends Method and Description -String +String getPropertyString()  static SortBy -valueOf(String name) +valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -210,15 +210,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 @@ -409,7 +409,7 @@ for (SortBy c : SortBy.values()) @@ -427,7 +427,7 @@ not permitted.) @@ -497,6 +497,6 @@ not permitted.) -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/TVEpisodeMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/TVEpisodeMethod.html index 950d6e7ad..01dfe2028 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/TVEpisodeMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/TVEpisodeMethod.html @@ -2,16 +2,16 @@ - + -TVEpisodeMethod (API-The MovieDB 4.3 API) +TVEpisodeMethod (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,10 +85,10 @@
  • -

    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 @@ -277,7 +277,7 @@ for (TVEpisodeMethod c : TVEpisodeMethod.values()) @@ -295,7 +295,7 @@ not permitted.) @@ -384,6 +384,6 @@ not permitted.) -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/TVMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/TVMethod.html index 99ff5131f..b3efb7a45 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/TVMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/TVMethod.html @@ -2,16 +2,16 @@ - + -TVMethod (API-The MovieDB 4.3 API) +TVMethod (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,10 +85,10 @@
  • -

    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 @@ -349,7 +349,7 @@ for (TVMethod c : TVMethod.values()) @@ -367,7 +367,7 @@ not permitted.) @@ -456,6 +456,6 @@ not permitted.) -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/TVSeasonMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/TVSeasonMethod.html index 6d41d6766..c2be86087 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/TVSeasonMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/TVSeasonMethod.html @@ -2,16 +2,16 @@ - + -TVSeasonMethod (API-The MovieDB 4.3 API) +TVSeasonMethod (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,10 +85,10 @@
  • -

    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 @@ -277,7 +277,7 @@ for (TVSeasonMethod c : TVSeasonMethod.values()) @@ -295,7 +295,7 @@ not permitted.) @@ -384,6 +384,6 @@ not permitted.) -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html index c4a4bde77..a47dc6e3e 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.enumeration.ArtworkType (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.enumeration.ArtworkType (API-The MovieDB 4.4-SNAPSHOT API) @@ -106,13 +106,13 @@ static ArtworkType -ArtworkType.fromString(String artworkType) +ArtworkType.fromString(String artworkType)
    Convert a string into an Enum type
    static ArtworkType -ArtworkType.valueOf(String name) +ArtworkType.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -169,7 +169,7 @@ the order they are declared. -List<Artwork> +List<Artwork> WrapperImages.getAll(ArtworkType... artworkList)
    Return a list of all the artwork with their types.
    @@ -226,6 +226,6 @@ the order they are declared. -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html index 25d5807ab..302602b7e 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.enumeration.CreditType (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.enumeration.CreditType (API-The MovieDB 4.4-SNAPSHOT API) @@ -102,7 +102,7 @@ static CreditType -CreditType.valueOf(String name) +CreditType.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -196,6 +196,6 @@ the order they are declared. -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html index a39d721bc..87658b167 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.enumeration.ExternalSource (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.enumeration.ExternalSource (API-The MovieDB 4.4-SNAPSHOT API) @@ -106,9 +106,9 @@ FindResults -TheMovieDbApi.find(String id, +TheMovieDbApi.find(String id, ExternalSource externalSource, - String language) + String language)
    You con use this method to find movies, tv series or persons using external ids.
    @@ -129,7 +129,7 @@ static ExternalSource -ExternalSource.valueOf(String name) +ExternalSource.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -156,9 +156,9 @@ the order they are declared. FindResults -TmdbFind.find(String id, +TmdbFind.find(String id, ExternalSource externalSource, - String language) + String language)
    You con use this method to find movies, tv series or persons using external ids.
    @@ -214,6 +214,6 @@ the order they are declared. -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/Gender.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/Gender.html index 49631cb26..10386bfa2 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/Gender.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/Gender.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.enumeration.Gender (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.enumeration.Gender (API-The MovieDB 4.4-SNAPSHOT API) @@ -108,7 +108,7 @@ static Gender -Gender.valueOf(String name) +Gender.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -189,6 +189,6 @@ the order they are declared. -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MediaType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MediaType.html index da5dc3f29..722a1a305 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MediaType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MediaType.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.enumeration.MediaType (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.enumeration.MediaType (API-The MovieDB 4.4-SNAPSHOT API) @@ -118,18 +118,18 @@ StatusCode -TheMovieDbApi.addToWatchList(String sessionId, +TheMovieDbApi.addToWatchList(String sessionId, int accountId, MediaType mediaType, - Integer mediaId) + Integer mediaId)
    Add a movie to an accounts watch list.
    StatusCode -TheMovieDbApi.modifyFavoriteStatus(String sessionId, +TheMovieDbApi.modifyFavoriteStatus(String sessionId, int accountId, - Integer mediaId, + Integer mediaId, MediaType mediaType, boolean isFavorite)
    Add or remove a movie to an accounts favourite list.
    @@ -137,10 +137,10 @@ StatusCode -TheMovieDbApi.removeFromWatchList(String sessionId, +TheMovieDbApi.removeFromWatchList(String sessionId, int accountId, MediaType mediaType, - Integer mediaId) + Integer mediaId)
    Remove a movie from an accounts watch list.
    @@ -160,13 +160,13 @@ static MediaType -MediaType.fromString(String mediaType) +MediaType.fromString(String mediaType)
    Convert a string into an Enum type
    static MediaType -MediaType.valueOf(String name) +MediaType.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -193,7 +193,7 @@ the order they are declared. StatusCode -TmdbAccount.modifyFavoriteStatus(String sessionId, +TmdbAccount.modifyFavoriteStatus(String sessionId, int accountId, MediaType mediaType, int mediaId, @@ -203,10 +203,10 @@ the order they are declared. StatusCode -TmdbAccount.modifyWatchList(String sessionId, +TmdbAccount.modifyWatchList(String sessionId, int accountId, MediaType mediaType, - Integer movieId, + Integer movieId, boolean addToWatchlist)
    Add or remove a movie to an accounts watch list.
    @@ -356,6 +356,6 @@ the order they are declared. -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MovieMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MovieMethod.html index 024d4a197..fcb389ce9 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MovieMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MovieMethod.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.enumeration.MovieMethod (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.enumeration.MovieMethod (API-The MovieDB 4.4-SNAPSHOT API) @@ -102,13 +102,13 @@ static MovieMethod -MovieMethod.fromString(String method) +MovieMethod.fromString(String method)
    Convert a string into an Enum type
    static MovieMethod -MovieMethod.valueOf(String name) +MovieMethod.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -189,6 +189,6 @@ the order they are declared. -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/PeopleMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/PeopleMethod.html index 97ee265ad..019a3e376 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/PeopleMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/PeopleMethod.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.enumeration.PeopleMethod (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.enumeration.PeopleMethod (API-The MovieDB 4.4-SNAPSHOT API) @@ -102,13 +102,13 @@ static PeopleMethod -PeopleMethod.fromString(String method) +PeopleMethod.fromString(String method)
    Convert a string into an Enum type
    static PeopleMethod -PeopleMethod.valueOf(String name) +PeopleMethod.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -189,6 +189,6 @@ the order they are declared. -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ReleaseType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ReleaseType.html index c3da788f4..201b6658f 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ReleaseType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ReleaseType.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.enumeration.ReleaseType (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.enumeration.ReleaseType (API-The MovieDB 4.4-SNAPSHOT API) @@ -108,7 +108,7 @@ static ReleaseType -ReleaseType.valueOf(String name) +ReleaseType.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -189,6 +189,6 @@ the order they are declared. -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html index 254c8c008..aaf1fb4b2 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.enumeration.SearchType (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.enumeration.SearchType (API-The MovieDB 4.4-SNAPSHOT API) @@ -106,12 +106,12 @@ ResultList<MovieInfo> -TheMovieDbApi.searchMovie(String query, - Integer page, - String language, - Boolean includeAdult, - Integer searchYear, - Integer primaryReleaseYear, +TheMovieDbApi.searchMovie(String query, + Integer page, + String language, + Boolean includeAdult, + Integer searchYear, + Integer primaryReleaseYear, SearchType searchType)
    Search Movies This is a good starting point to start finding movies on TMDb.
    @@ -119,19 +119,19 @@ ResultList<PersonFind> -TheMovieDbApi.searchPeople(String query, - Integer page, - Boolean includeAdult, +TheMovieDbApi.searchPeople(String query, + Integer page, + Boolean includeAdult, SearchType searchType)
    This is a good starting point to start finding people on TMDb.
    ResultList<TVBasic> -TheMovieDbApi.searchTV(String query, - Integer page, - String language, - Integer firstAirDateYear, +TheMovieDbApi.searchTV(String query, + Integer page, + String language, + Integer firstAirDateYear, SearchType searchType)
    Search for TV shows by title.
    @@ -152,7 +152,7 @@ static SearchType -SearchType.valueOf(String name) +SearchType.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -179,31 +179,31 @@ the order they are declared. ResultList<MovieInfo> -TmdbSearch.searchMovie(String query, - Integer page, - String language, - Boolean includeAdult, - Integer searchYear, - Integer primaryReleaseYear, +TmdbSearch.searchMovie(String query, + Integer page, + String language, + Boolean includeAdult, + Integer searchYear, + Integer primaryReleaseYear, SearchType searchType)
    Search Movies This is a good starting point to start finding movies on TMDb.
    ResultList<PersonFind> -TmdbSearch.searchPeople(String query, - Integer page, - Boolean includeAdult, +TmdbSearch.searchPeople(String query, + Integer page, + Boolean includeAdult, SearchType searchType)
    This is a good starting point to start finding people on TMDb.
    ResultList<TVBasic> -TmdbSearch.searchTV(String query, - Integer page, - String language, - Integer firstAirDateYear, +TmdbSearch.searchTV(String query, + Integer page, + String language, + Integer firstAirDateYear, SearchType searchType)
    Search for TV shows by title.
    @@ -260,6 +260,6 @@ the order they are declared. -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SortBy.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SortBy.html index 42a9cc13a..a17630ace 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SortBy.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SortBy.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.enumeration.SortBy (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.enumeration.SortBy (API-The MovieDB 4.4-SNAPSHOT API) @@ -110,9 +110,9 @@ ResultList<MovieBasic> -TheMovieDbApi.getGuestRatedMovies(String guestSessionId, - String language, - Integer page, +TheMovieDbApi.getGuestRatedMovies(String guestSessionId, + String language, + Integer page, SortBy sortBy)
    Get a list of rated movies for a specific guest session id.
    @@ -133,7 +133,7 @@ static SortBy -SortBy.valueOf(String name) +SortBy.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -160,9 +160,9 @@ the order they are declared. ResultList<MovieBasic> -TmdbAccount.getGuestRatedMovies(String guestSessionId, - String language, - Integer page, +TmdbAccount.getGuestRatedMovies(String guestSessionId, + String language, + Integer page, SortBy sortBy)
    Get a list of rated movies for a specific guest session id.
    @@ -245,6 +245,6 @@ the order they are declared. -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVEpisodeMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVEpisodeMethod.html index b4c9007ff..788707077 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVEpisodeMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVEpisodeMethod.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.enumeration.TVEpisodeMethod (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.enumeration.TVEpisodeMethod (API-The MovieDB 4.4-SNAPSHOT API) @@ -102,13 +102,13 @@ static TVEpisodeMethod -TVEpisodeMethod.fromString(String method) +TVEpisodeMethod.fromString(String method)
    Convert a string into an Enum type
    static TVEpisodeMethod -TVEpisodeMethod.valueOf(String name) +TVEpisodeMethod.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -189,6 +189,6 @@ the order they are declared. -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVMethod.html index 10a8becb3..237e4e699 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVMethod.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.enumeration.TVMethod (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.enumeration.TVMethod (API-The MovieDB 4.4-SNAPSHOT API) @@ -102,13 +102,13 @@ static TVMethod -TVMethod.fromString(String method) +TVMethod.fromString(String method)
    Convert a string into an Enum type
    static TVMethod -TVMethod.valueOf(String name) +TVMethod.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -189,6 +189,6 @@ the order they are declared. -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVSeasonMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVSeasonMethod.html index 8e35aa979..a2862f23b 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVSeasonMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVSeasonMethod.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.enumeration.TVSeasonMethod (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.enumeration.TVSeasonMethod (API-The MovieDB 4.4-SNAPSHOT API) @@ -102,13 +102,13 @@ static TVSeasonMethod -TVSeasonMethod.fromString(String method) +TVSeasonMethod.fromString(String method)
    Convert a string into an Enum type
    static TVSeasonMethod -TVSeasonMethod.valueOf(String name) +TVSeasonMethod.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -189,6 +189,6 @@ the order they are declared. -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html index 8d923a902..ba1b2d74f 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html index a46fd58c0..f7d52c6bb 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.4-SNAPSHOT API) @@ -194,6 +194,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-tree.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-tree.html index eddaea0ee..49e807f81 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.enumeration Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.enumeration Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,23 +73,23 @@

    Enum Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-use.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-use.html index a6a648ae0..26ae97953 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.4-SNAPSHOT API) @@ -449,6 +449,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponse.html b/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponse.html index eb0c6876f..a21d9c03b 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponse.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponse.html @@ -2,16 +2,16 @@ - + -AppendToResponse (API-The MovieDB 4.3 API) +AppendToResponse (API-The MovieDB 4.4-SNAPSHOT API) @@ -213,6 +213,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponseMethod.html b/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponseMethod.html index be2bfce1b..d8ad90022 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponseMethod.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponseMethod.html @@ -2,16 +2,16 @@ - + -AppendToResponseMethod (API-The MovieDB 4.3 API) +AppendToResponseMethod (API-The MovieDB 4.4-SNAPSHOT API) @@ -113,7 +113,7 @@ Method and Description -String +String getPropertyString()  @@ -137,7 +137,7 @@
    • getPropertyString

      -
      String getPropertyString()
      +
      String getPropertyString()
    @@ -207,6 +207,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/Identification.html b/apidocs/com/omertron/themoviedbapi/interfaces/Identification.html index c60f4f499..86572e57f 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/Identification.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/Identification.html @@ -2,16 +2,16 @@ - + -Identification (API-The MovieDB 4.3 API) +Identification (API-The MovieDB 4.4-SNAPSHOT API) @@ -220,6 +220,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/WrapperDates.html b/apidocs/com/omertron/themoviedbapi/interfaces/WrapperDates.html index ab84f5453..31b9f379b 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/WrapperDates.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/WrapperDates.html @@ -2,16 +2,16 @@ - + -WrapperDates (API-The MovieDB 4.3 API) +WrapperDates (API-The MovieDB 4.4-SNAPSHOT API) @@ -220,6 +220,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/WrapperPages.html b/apidocs/com/omertron/themoviedbapi/interfaces/WrapperPages.html index e2936a65a..3cb453969 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/WrapperPages.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/WrapperPages.html @@ -2,16 +2,16 @@ - + -WrapperPages (API-The MovieDB 4.3 API) +WrapperPages (API-The MovieDB 4.4-SNAPSHOT API) @@ -272,6 +272,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponse.html b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponse.html index 465d63e9e..87af16eb1 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponse.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponse.html @@ -2,16 +2,16 @@ - + -Uses of Interface com.omertron.themoviedbapi.interfaces.AppendToResponse (API-The MovieDB 4.3 API) +Uses of Interface com.omertron.themoviedbapi.interfaces.AppendToResponse (API-The MovieDB 4.4-SNAPSHOT API) @@ -210,6 +210,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponseMethod.html b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponseMethod.html index 5c5eca0bf..75dbc2717 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponseMethod.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponseMethod.html @@ -2,16 +2,16 @@ - + -Uses of Interface com.omertron.themoviedbapi.interfaces.AppendToResponseMethod (API-The MovieDB 4.3 API) +Uses of Interface com.omertron.themoviedbapi.interfaces.AppendToResponseMethod (API-The MovieDB 4.4-SNAPSHOT API) @@ -239,6 +239,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/Identification.html b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/Identification.html index a0e1509bb..f879ffde7 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/Identification.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/Identification.html @@ -2,16 +2,16 @@ - + -Uses of Interface com.omertron.themoviedbapi.interfaces.Identification (API-The MovieDB 4.3 API) +Uses of Interface com.omertron.themoviedbapi.interfaces.Identification (API-The MovieDB 4.4-SNAPSHOT API) @@ -564,6 +564,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperDates.html b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperDates.html index 4f06759d5..b7a53b6c3 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperDates.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperDates.html @@ -2,16 +2,16 @@ - + -Uses of Interface com.omertron.themoviedbapi.interfaces.WrapperDates (API-The MovieDB 4.3 API) +Uses of Interface com.omertron.themoviedbapi.interfaces.WrapperDates (API-The MovieDB 4.4-SNAPSHOT API) @@ -168,6 +168,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperPages.html b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperPages.html index 0f7d28944..edb4d4ef6 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperPages.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperPages.html @@ -2,16 +2,16 @@ - + -Uses of Interface com.omertron.themoviedbapi.interfaces.WrapperPages (API-The MovieDB 4.3 API) +Uses of Interface com.omertron.themoviedbapi.interfaces.WrapperPages (API-The MovieDB 4.4-SNAPSHOT API) @@ -192,6 +192,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/package-frame.html b/apidocs/com/omertron/themoviedbapi/interfaces/package-frame.html index 00bd15922..805f5c96f 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.interfaces (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.interfaces (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/package-summary.html b/apidocs/com/omertron/themoviedbapi/interfaces/package-summary.html index 44dfea021..086678263 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.interfaces (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.interfaces (API-The MovieDB 4.4-SNAPSHOT API) @@ -148,6 +148,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/package-tree.html b/apidocs/com/omertron/themoviedbapi/interfaces/package-tree.html index 3cb514b6f..7c07e5720 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.interfaces Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.interfaces Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -125,6 +125,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/package-use.html b/apidocs/com/omertron/themoviedbapi/interfaces/package-use.html index 6a5c8494e..5b853404b 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.interfaces (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.interfaces (API-The MovieDB 4.4-SNAPSHOT API) @@ -432,6 +432,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/AbstractMethod.html b/apidocs/com/omertron/themoviedbapi/methods/AbstractMethod.html index d35c34121..88183ef03 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/AbstractMethod.html +++ b/apidocs/com/omertron/themoviedbapi/methods/AbstractMethod.html @@ -2,16 +2,16 @@ - + -AbstractMethod (API-The MovieDB 4.3 API) +AbstractMethod (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -229,7 +229,7 @@ extends
  • apiKey

    -
    protected final String apiKey
    +
    protected final String apiKey
  • @@ -264,7 +264,7 @@ extends
  • AbstractMethod

    -
    public AbstractMethod(String apiKey,
    +
    public AbstractMethod(String apiKey,
                   HttpTools httpTools)
    Default constructor for the methods
    Parameters:
    apiKey -
    httpTools -
    @@ -284,7 +284,7 @@ extends
  • getTypeReference

    -
    protected static com.fasterxml.jackson.core.type.TypeReference getTypeReference(Class aClass)
    +
    protected static com.fasterxml.jackson.core.type.TypeReference getTypeReference(Class aClass)
                                                                              throws MovieDbException
    Helper function to get a pre-generated TypeReference for a class
    Parameters:
    aClass -
    @@ -299,9 +299,9 @@ extends
  • processWrapperList

    -
    protected <T> List<T> processWrapperList(com.fasterxml.jackson.core.type.TypeReference typeRef,
    -                             URL url,
    -                             String errorMessageSuffix)
    +
    protected <T> List<T> processWrapperList(com.fasterxml.jackson.core.type.TypeReference typeRef,
    +                             URL url,
    +                             String errorMessageSuffix)
                                   throws MovieDbException
    Process the wrapper list and return the results
    Type Parameters:
    T - Type of list to process
    Parameters:
    typeRef -
    url - URL of the page (Error output only)
    errorMessageSuffix - Error message to output (Error output only)
    @@ -317,8 +317,8 @@ extends

    processWrapper

    protected <T> WrapperGenericList<T> processWrapper(com.fasterxml.jackson.core.type.TypeReference typeRef,
    -                                       URL url,
    -                                       String errorMessageSuffix)
    +                                       URL url,
    +                                       String errorMessageSuffix)
                                             throws MovieDbException
    Process the wrapper list and return the whole wrapper
    Type Parameters:
    T - Type of list to process
    Parameters:
    typeRef -
    url - URL of the page (Error output only)
    errorMessageSuffix - Error message to output (Error output only)
    @@ -334,8 +334,8 @@ extends

    getMediaChanges

    protected ResultList<ChangeKeyItem> getMediaChanges(int mediaID,
    -                                        String startDate,
    -                                        String endDate)
    +                                        String startDate,
    +                                        String endDate)
                                                  throws MovieDbException
    Look up the media's changes by ID
    Parameters:
    mediaID -
    startDate -
    endDate -
    @@ -411,6 +411,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbAccount.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbAccount.html index 3f5ff8e85..314ca04ea 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbAccount.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbAccount.html @@ -2,16 +2,16 @@ - + -TmdbAccount (API-The MovieDB 4.3 API) +TmdbAccount (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
  • @@ -291,7 +291,7 @@ extends
  • TmdbAccount

    -
    public TmdbAccount(String apiKey,
    +
    public TmdbAccount(String apiKey,
                HttpTools httpTools)
    Constructor
    Parameters:
    apiKey -
    httpTools -
    @@ -311,7 +311,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.
    Parameters:
    sessionId -
    @@ -326,7 +326,7 @@ extends
  • getUserLists

    -
    public ResultList<UserList> getUserLists(String sessionId,
    +
    public ResultList<UserList> getUserLists(String sessionId,
                                     int accountId)
                                       throws MovieDbException
    Get all lists of a given user
    @@ -342,7 +342,7 @@ extends
  • getFavoriteMovies

    -
    public ResultList<MovieBasic> getFavoriteMovies(String sessionId,
    +
    public ResultList<MovieBasic> getFavoriteMovies(String sessionId,
                                            int accountId)
                                              throws MovieDbException
    Get the list of favorite movies for an account.
    @@ -358,7 +358,7 @@ extends
  • getFavoriteTv

    -
    public ResultList<TVBasic> getFavoriteTv(String sessionId,
    +
    public ResultList<TVBasic> getFavoriteTv(String sessionId,
                                     int accountId)
                                       throws MovieDbException
    Get the list of favorite TV series for an account.
    @@ -374,7 +374,7 @@ extends
  • modifyFavoriteStatus

    -
    public StatusCode modifyFavoriteStatus(String sessionId,
    +
    public StatusCode modifyFavoriteStatus(String sessionId,
                                   int accountId,
                                   MediaType mediaType,
                                   int mediaId,
    @@ -393,11 +393,11 @@ extends 
     
  • getRatedMovies

    -
    public ResultList<MovieBasic> getRatedMovies(String sessionId,
    +
    public ResultList<MovieBasic> getRatedMovies(String sessionId,
                                         int accountId,
    -                                    Integer page,
    -                                    String sortBy,
    -                                    String language)
    +                                    Integer page,
    +                                    String sortBy,
    +                                    String language)
                                           throws MovieDbException
    Get the list of rated movies (and associated rating) for an account.
    Parameters:
    sessionId -
    accountId -
    page -
    sortBy -
    language -
    @@ -412,11 +412,11 @@ extends
  • getRatedTV

    -
    public ResultList<TVBasic> getRatedTV(String sessionId,
    +
    public ResultList<TVBasic> getRatedTV(String sessionId,
                                  int accountId,
    -                             Integer page,
    -                             String sortBy,
    -                             String language)
    +                             Integer page,
    +                             String sortBy,
    +                             String language)
                                    throws MovieDbException
    Get the list of rated TV shows (and associated rating) for an account.
    Parameters:
    sessionId -
    accountId -
    page -
    sortBy -
    language -
    @@ -431,11 +431,11 @@ extends
  • getWatchListMovie

    -
    public ResultList<MovieBasic> getWatchListMovie(String sessionId,
    +
    public ResultList<MovieBasic> getWatchListMovie(String sessionId,
                                            int accountId,
    -                                       Integer page,
    -                                       String sortBy,
    -                                       String language)
    +                                       Integer page,
    +                                       String sortBy,
    +                                       String language)
                                              throws MovieDbException
    Get the list of movies on an accounts watch list.
    Parameters:
    sessionId -
    accountId -
    page -
    sortBy -
    language -
    @@ -450,11 +450,11 @@ extends
  • getWatchListTV

    -
    public ResultList<TVBasic> getWatchListTV(String sessionId,
    +
    public ResultList<TVBasic> getWatchListTV(String sessionId,
                                      int accountId,
    -                                 Integer page,
    -                                 String sortBy,
    -                                 String language)
    +                                 Integer page,
    +                                 String sortBy,
    +                                 String language)
                                        throws MovieDbException
    Get the list of movies on an accounts watch list.
    Parameters:
    sessionId -
    accountId -
    page -
    sortBy -
    language -
    @@ -469,10 +469,10 @@ extends
  • modifyWatchList

    -
    public StatusCode modifyWatchList(String sessionId,
    +
    public StatusCode modifyWatchList(String sessionId,
                              int accountId,
                              MediaType mediaType,
    -                         Integer movieId,
    +                         Integer movieId,
                              boolean addToWatchlist)
                                throws MovieDbException
    Add or remove a movie to an accounts watch list.
    @@ -488,9 +488,9 @@ extends
  • getGuestRatedMovies

    -
    public ResultList<MovieBasic> getGuestRatedMovies(String guestSessionId,
    -                                         String language,
    -                                         Integer page,
    +
    public ResultList<MovieBasic> getGuestRatedMovies(String guestSessionId,
    +                                         String language,
    +                                         Integer page,
                                              SortBy sortBy)
                                                throws MovieDbException
    Get a list of rated movies for a specific guest session id.
    @@ -567,6 +567,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbAuthentication.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbAuthentication.html index aff49a055..014e5d8b4 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbAuthentication.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbAuthentication.html @@ -2,16 +2,16 @@ - + -TmdbAuthentication (API-The MovieDB 4.3 API) +TmdbAuthentication (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
  • @@ -224,7 +224,7 @@ extends
  • TmdbAuthentication

    -
    public TmdbAuthentication(String apiKey,
    +
    public TmdbAuthentication(String apiKey,
                       HttpTools httpTools)
    Constructor
    Parameters:
    apiKey -
    httpTools -
    @@ -286,8 +286,8 @@ extends

    getSessionTokenLogin

    public TokenAuthorisation getSessionTokenLogin(TokenAuthorisation token,
    -                                      String username,
    -                                      String password)
    +                                      String username,
    +                                      String password)
                                             throws MovieDbException
    @@ -207,7 +207,7 @@ extends
  • TmdbCertifications

    -
    public TmdbCertifications(String apiKey,
    +
    public TmdbCertifications(String apiKey,
                       HttpTools httpTools)
    Constructor
    Parameters:
    apiKey -
    httpTools -
    @@ -227,7 +227,7 @@ extends
  • getMoviesCertification

    -
    public ResultsMap<String,List<Certification>> getMoviesCertification()
    +
    public ResultsMap<String,List<Certification>> getMoviesCertification()
                                                                   throws MovieDbException
    Get a list of movies certification.
    Returns:
    @@ -241,7 +241,7 @@ extends
  • getTvCertification

    -
    public ResultsMap<String,List<Certification>> getTvCertification()
    +
    public ResultsMap<String,List<Certification>> getTvCertification()
                                                               throws MovieDbException
    Get a list of tv certification.
    Returns:
    @@ -316,6 +316,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbChanges.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbChanges.html index 1cf2dab15..175172352 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbChanges.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbChanges.html @@ -2,16 +2,16 @@ - + -TmdbChanges (API-The MovieDB 4.3 API) +TmdbChanges (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
  • @@ -204,7 +204,7 @@ extends
  • TmdbChanges

    -
    public TmdbChanges(String apiKey,
    +
    public TmdbChanges(String apiKey,
                HttpTools httpTools)
    Constructor
    Parameters:
    apiKey -
    httpTools -
    @@ -225,9 +225,9 @@ extends

    getChangeList

    public ResultList<ChangeListItem> getChangeList(MethodBase method,
    -                                       Integer page,
    -                                       String startDate,
    -                                       String endDate)
    +                                       Integer page,
    +                                       String startDate,
    +                                       String endDate)
                                              throws MovieDbException
    @@ -210,7 +210,7 @@ extends
  • TmdbCollections

    -
    public TmdbCollections(String apiKey,
    +
    public TmdbCollections(String apiKey,
                    HttpTools httpTools)
    Constructor
    Parameters:
    apiKey -
    httpTools -
    @@ -231,7 +231,7 @@ extends

    getCollectionInfo

    public CollectionInfo getCollectionInfo(int collectionId,
    -                               String language)
    +                               String language)
                                      throws MovieDbException
    @@ -209,7 +209,7 @@ extends
  • TmdbCompanies

    -
    public TmdbCompanies(String apiKey,
    +
    public TmdbCompanies(String apiKey,
                  HttpTools httpTools)
    Constructor
    Parameters:
    apiKey -
    httpTools -
    @@ -245,8 +245,8 @@ extends

    getCompanyMovies

    public ResultList<MovieBasic> getCompanyMovies(int companyId,
    -                                      String language,
    -                                      Integer page)
    +                                      String language,
    +                                      Integer page)
                                             throws MovieDbException
    @@ -214,7 +214,7 @@ extends
  • TmdbConfiguration

    -
    public TmdbConfiguration(String apiKey,
    +
    public TmdbConfiguration(String apiKey,
                      HttpTools httpTools)
    Constructor
    Parameters:
    apiKey -
    httpTools -
    @@ -263,7 +263,7 @@ extends
  • getTimezones

    -
    public ResultsMap<String,List<String>> getTimezones()
    +
    public ResultsMap<String,List<String>> getTimezones()
                                                  throws MovieDbException
    Get the list of supported timezones for the API methods that support them
    Returns:
    @@ -338,6 +338,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbCredits.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbCredits.html index 8452e5b11..173946056 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbCredits.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbCredits.html @@ -2,16 +2,16 @@ - + -TmdbCredits (API-The MovieDB 4.3 API) +TmdbCredits (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
  • @@ -202,7 +202,7 @@ extends
  • TmdbCredits

    -
    public TmdbCredits(String apiKey,
    +
    public TmdbCredits(String apiKey,
                HttpTools httpTools)
    Constructor
    Parameters:
    apiKey -
    httpTools -
    @@ -222,8 +222,8 @@ extends
  • getCreditInfo

    -
    public CreditInfo getCreditInfo(String creditId,
    -                       String language)
    +
    public CreditInfo getCreditInfo(String creditId,
    +                       String language)
                              throws MovieDbException
    @@ -272,7 +272,7 @@ extends
  • TmdbEpisodes

    -
    public TmdbEpisodes(String apiKey,
    +
    public TmdbEpisodes(String apiKey,
                 HttpTools httpTools)
    Constructor
    Parameters:
    apiKey -
    httpTools -
    @@ -295,8 +295,8 @@ extends TVEpisodeInfo getEpisodeInfo(int tvID, int seasonNumber, int episodeNumber, - String language, - String... appendToResponse) + String language, + String... appendToResponse) throws MovieDbException
    Get the primary information about a TV episode by combination of a season and episode number.
    @@ -313,8 +313,8 @@ extends

    getEpisodeChanges

    public ResultList<ChangeKeyItem> getEpisodeChanges(int episodeID,
    -                                          String startDate,
    -                                          String endDate)
    +                                          String startDate,
    +                                          String endDate)
                                                 throws MovieDbException
    Look up a TV episode's changes by episode ID
    Parameters:
    episodeID -
    startDate -
    endDate -
    @@ -332,7 +332,7 @@ extends MediaState getEpisodeAccountState(int tvID, int seasonNumber, int episodeNumber, - String sessionID) + String sessionID) throws MovieDbException
  • This method lets users get the status of whether or not the TV episode has been rated. @@ -370,7 +370,7 @@ extends ExternalID getEpisodeExternalID(int tvID, int seasonNumber, int episodeNumber, - String language) + String language) throws MovieDbException
  • Get the external ids for a TV episode by comabination of a season and episode number.
    @@ -408,8 +408,8 @@ extends String sessionID, - String guestSessionID) + String sessionID, + String guestSessionID) throws MovieDbException
  • This method lets users rate a TV episode. A valid session id or guest session id is required.
    @@ -428,7 +428,7 @@ extends ResultList<Video> getEpisodeVideos(int tvID, int seasonNumber, int episodeNumber, - String language) + String language) throws MovieDbException
  • Get the videos that have been added to a TV episode (teasers, clips, etc...)
    @@ -505,6 +505,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbFind.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbFind.html index 9655631d7..7c5bcb799 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbFind.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbFind.html @@ -2,16 +2,16 @@ - + -TmdbFind (API-The MovieDB 4.3 API) +TmdbFind (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
  • @@ -203,7 +203,7 @@ extends
  • TmdbFind

    -
    public TmdbFind(String apiKey,
    +
    public TmdbFind(String apiKey,
             HttpTools httpTools)
    Constructor
    Parameters:
    apiKey -
    httpTools -
    @@ -223,9 +223,9 @@ extends
  • find

    -
    public FindResults find(String id,
    +
    public FindResults find(String id,
                    ExternalSource externalSource,
    -               String language)
    +               String language)
                      throws MovieDbException
    @@ -217,7 +217,7 @@ extends
  • TmdbGenres

    -
    public TmdbGenres(String apiKey,
    +
    public TmdbGenres(String apiKey,
               HttpTools httpTools)
    Constructor
    Parameters:
    apiKey -
    httpTools -
    @@ -237,7 +237,7 @@ extends
  • getGenreMovieList

    -
    public ResultList<Genre> getGenreMovieList(String language)
    +
    public ResultList<Genre> getGenreMovieList(String language)
                                         throws MovieDbException
    Get the list of movie genres.
    Parameters:
    language -
    @@ -252,7 +252,7 @@ extends
  • getGenreTVList

    -
    public ResultList<Genre> getGenreTVList(String language)
    +
    public ResultList<Genre> getGenreTVList(String language)
                                      throws MovieDbException
    Get the list of TV genres.
    Parameters:
    language -
    @@ -268,10 +268,10 @@ extends

    getGenreMovies

    public ResultList<MovieBasic> getGenreMovies(int genreId,
    -                                    String language,
    -                                    Integer page,
    -                                    Boolean includeAllMovies,
    -                                    Boolean includeAdult)
    +                                    String language,
    +                                    Integer page,
    +                                    Boolean includeAllMovies,
    +                                    Boolean includeAdult)
                                           throws MovieDbException
    @@ -209,7 +209,7 @@ extends
  • TmdbKeywords

    -
    public TmdbKeywords(String apiKey,
    +
    public TmdbKeywords(String apiKey,
                 HttpTools httpTools)
    Constructor
    Parameters:
    apiKey -
    httpTools -
    @@ -229,7 +229,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 -
    @@ -244,9 +244,9 @@ extends
  • getKeywordMovies

    -
    public ResultList<MovieBasic> getKeywordMovies(String keywordId,
    -                                      String language,
    -                                      Integer page)
    +
    public ResultList<MovieBasic> getKeywordMovies(String keywordId,
    +                                      String language,
    +                                      Integer page)
                                             throws MovieDbException
    Get the list of movies for a particular keyword by id.
    Parameters:
    keywordId -
    language -
    page -
    @@ -322,6 +322,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbLists.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbLists.html index 72e9c8a2f..69573b4d4 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbLists.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbLists.html @@ -2,16 +2,16 @@ - + -TmdbLists (API-The MovieDB 4.3 API) +TmdbLists (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
  • @@ -247,7 +247,7 @@ extends
  • TmdbLists

    -
    public TmdbLists(String apiKey,
    +
    public TmdbLists(String apiKey,
              HttpTools httpTools)
    Constructor
    Parameters:
    apiKey -
    httpTools -
    @@ -267,7 +267,7 @@ extends
  • getList

    -
    public ListItem<MovieInfo> getList(String listId)
    +
    public ListItem<MovieInfo> getList(String listId)
                                 throws MovieDbException
    Get a list by its ID
    Parameters:
    listId -
    @@ -282,7 +282,7 @@ extends
  • checkItemStatus

    -
    public boolean checkItemStatus(String listId,
    +
    public boolean checkItemStatus(String listId,
                           int mediaId)
                             throws MovieDbException
    Check to see if an ID is already on a list.
    @@ -298,9 +298,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 -
    @@ -315,8 +315,8 @@ extends
  • deleteList

    -
    public StatusCode deleteList(String sessionId,
    -                    String listId)
    +
    public StatusCode deleteList(String sessionId,
    +                    String listId)
                           throws MovieDbException
    This method lets users delete a list that they created. A valid session id is required.
    Parameters:
    sessionId -
    listId -
    @@ -331,8 +331,8 @@ extends
  • addItem

    -
    public StatusCode addItem(String sessionId,
    -                 String listId,
    +
    public StatusCode addItem(String sessionId,
    +                 String listId,
                      int mediaId)
                        throws MovieDbException
    This method lets users add new items to a list that they created. @@ -350,8 +350,8 @@ extends
  • removeItem

    -
    public StatusCode removeItem(String sessionId,
    -                    String listId,
    +
    public StatusCode removeItem(String sessionId,
    +                    String listId,
                         int mediaId)
                           throws MovieDbException
    This method lets users delete items from a list that they created. @@ -369,8 +369,8 @@ extends
  • clear

    -
    public StatusCode clear(String sessionId,
    -               String listId,
    +
    public StatusCode clear(String sessionId,
    +               String listId,
                    boolean confirm)
                      throws MovieDbException
    @@ -346,7 +346,7 @@ extends
  • TmdbMovies

    -
    public TmdbMovies(String apiKey,
    +
    public TmdbMovies(String apiKey,
               HttpTools httpTools)
    Constructor
    Parameters:
    apiKey -
    httpTools -
    @@ -367,8 +367,8 @@ extends

    getMovieInfo

    public MovieInfo 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. @@ -387,9 +387,9 @@ extends
  • getMovieInfoImdb

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

    getMovieAccountState

    public MediaState getMovieAccountState(int movieId,
    -                              String sessionId)
    +                              String sessionId)
                                     throws MovieDbException
    This method lets a user get the status of whether or not the movie has been rated or added to their favourite or movie watch list. @@ -428,7 +428,7 @@ extends

    getMovieAlternativeTitles

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

    getMovieImages

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

    getMovieReleaseInfo

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

    getMovieVideos

    public ResultList<Video> getMovieVideos(int movieId,
    -                               String language)
    +                               String language)
                                      throws MovieDbException
    This method is used to retrieve all of the trailers for a particular movie. @@ -558,8 +558,8 @@ extends

    getSimilarMovies

    public ResultList<MovieInfo> getSimilarMovies(int movieId,
    -                                     Integer page,
    -                                     String language)
    +                                     Integer page,
    +                                     String language)
                                            throws MovieDbException
    The similar movies method will let you retrieve the similar movies for a particular movie. @@ -579,8 +579,8 @@ extends

    getMovieReviews

    public ResultList<Review> getMovieReviews(int movieId,
    -                                 Integer page,
    -                                 String language)
    +                                 Integer page,
    +                                 String language)
                                        throws MovieDbException
    Get the reviews for a particular movie id.
    Parameters:
    movieId -
    page -
    language -
    @@ -596,8 +596,8 @@ extends

    getMovieLists

    public ResultList<UserList> getMovieLists(int movieId,
    -                                 Integer page,
    -                                 String language)
    +                                 Integer page,
    +                                 String language)
                                        throws MovieDbException
    Get the lists that the movie belongs to
    Parameters:
    movieId -
    language -
    page -
    @@ -613,8 +613,8 @@ extends

    getMovieChanges

    public ResultList<ChangeKeyItem> getMovieChanges(int movieId,
    -                                        String startDate,
    -                                        String endDate)
    +                                        String startDate,
    +                                        String endDate)
                                               throws MovieDbException
    Get the changes for a specific movie ID. @@ -639,8 +639,8 @@ extends StatusCode postMovieRating(int movieId, int rating, - String sessionId, - String guestSessionId) + String sessionId, + String guestSessionId) throws MovieDbException
    This method lets users rate a movie. @@ -671,8 +671,8 @@ extends
  • getUpcoming

    -
    public ResultList<MovieInfo> getUpcoming(Integer page,
    -                                String language)
    +
    public ResultList<MovieInfo> getUpcoming(Integer page,
    +                                String language)
                                       throws MovieDbException
    Get the list of upcoming movies. @@ -691,8 +691,8 @@ extends
  • getNowPlayingMovies

    -
    public ResultList<MovieInfo> getNowPlayingMovies(Integer page,
    -                                        String language)
    +
    public ResultList<MovieInfo> getNowPlayingMovies(Integer page,
    +                                        String language)
                                               throws MovieDbException
    This method is used to retrieve the movies currently in theatres. @@ -709,8 +709,8 @@ extends
  • getPopularMovieList

    -
    public ResultList<MovieInfo> getPopularMovieList(Integer page,
    -                                        String language)
    +
    public ResultList<MovieInfo> getPopularMovieList(Integer page,
    +                                        String language)
                                               throws MovieDbException
    This method is used to retrieve the daily movie popularity list. @@ -727,8 +727,8 @@ extends
  • getTopRatedMovies

    -
    public ResultList<MovieInfo> getTopRatedMovies(Integer page,
    -                                      String language)
    +
    public ResultList<MovieInfo> getTopRatedMovies(Integer page,
    +                                      String language)
                                             throws MovieDbException
    @@ -263,7 +263,7 @@ extends
  • TmdbPeople

    -
    public TmdbPeople(String apiKey,
    +
    public TmdbPeople(String apiKey,
               HttpTools httpTools)
    Constructor
    Parameters:
    apiKey -
    httpTools -
    @@ -284,7 +284,7 @@ extends

    getPersonInfo

    public PersonInfo getPersonInfo(int personId,
    -                       String... appendToResponse)
    +                       String... appendToResponse)
                              throws MovieDbException
    Get the general person information for a specific id.
    Parameters:
    personId -
    appendToResponse -
    @@ -300,7 +300,7 @@ extends

    getPersonMovieCredits

    public PersonCreditList<CreditMovieBasic> getPersonMovieCredits(int personId,
    -                                                       String language)
    +                                                       String language)
                                                              throws MovieDbException
    Get the movie credits for a specific person id.
    Parameters:
    personId -
    language -
    @@ -316,7 +316,7 @@ extends

    getPersonTVCredits

    public PersonCreditList<CreditTVBasic> getPersonTVCredits(int personId,
    -                                                 String language)
    +                                                 String language)
                                                        throws MovieDbException
    Get the TV credits for a specific person id. @@ -338,7 +338,7 @@ extends

    getPersonCombinedCredits

    public PersonCreditList<CreditBasic> getPersonCombinedCredits(int personId,
    -                                                     String language)
    +                                                     String language)
                                                            throws MovieDbException
    Get the combined (movie and TV) credits for a specific person id. @@ -390,8 +390,8 @@ extends

    getPersonTaggedImages

    public ResultList<ArtworkMedia> getPersonTaggedImages(int personId,
    -                                             Integer page,
    -                                             String language)
    +                                             Integer page,
    +                                             String language)
                                                    throws MovieDbException
    Get the images that have been tagged with a specific person id. @@ -410,8 +410,8 @@ extends

    getPersonChanges

    public ResultList<ChangeKeyItem> getPersonChanges(int personId,
    -                                         String startDate,
    -                                         String endDate)
    +                                         String startDate,
    +                                         String endDate)
                                                throws MovieDbException
    Get the changes for a specific person id. @@ -435,7 +435,7 @@ extends
  • getPersonPopular

    -
    public ResultList<PersonFind> getPersonPopular(Integer page)
    +
    public ResultList<PersonFind> getPersonPopular(Integer page)
                                             throws MovieDbException
    @@ -201,7 +201,7 @@ extends
  • TmdbReviews

    -
    public TmdbReviews(String apiKey,
    +
    public TmdbReviews(String apiKey,
                HttpTools httpTools)
    Constructor
    Parameters:
    apiKey -
    httpTools -
    @@ -221,7 +221,7 @@ extends
  • getReview

    -
    public Review getReview(String reviewId)
    +
    public Review getReview(String reviewId)
                      throws MovieDbException
    Get the full details of a review by ID.
    Parameters:
    reviewId -
    @@ -297,6 +297,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html index 76e891fe4..42c5f2ad2 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html @@ -2,16 +2,16 @@ - + -TmdbSearch (API-The MovieDB 4.3 API) +TmdbSearch (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
  • @@ -265,7 +265,7 @@ extends
  • TmdbSearch

    -
    public TmdbSearch(String apiKey,
    +
    public TmdbSearch(String apiKey,
               HttpTools httpTools)
    Constructor
    Parameters:
    apiKey -
    httpTools -
    @@ -285,8 +285,8 @@ extends
  • searchCompanies

    -
    public ResultList<Company> searchCompanies(String query,
    -                                  Integer page)
    +
    public ResultList<Company> searchCompanies(String query,
    +                                  Integer page)
                                         throws MovieDbException
    Search Companies. @@ -306,9 +306,9 @@ extends
  • searchCollection

    -
    public ResultList<Collection> searchCollection(String query,
    -                                      Integer page,
    -                                      String language)
    +
    public ResultList<Collection> searchCollection(String query,
    +                                      Integer page,
    +                                      String language)
                                             throws MovieDbException
    Search for collections by name.
    Parameters:
    query -
    language -
    page -
    @@ -323,8 +323,8 @@ extends
  • searchKeyword

    -
    public ResultList<Keyword> searchKeyword(String query,
    -                                Integer page)
    +
    public ResultList<Keyword> searchKeyword(String query,
    +                                Integer page)
                                       throws MovieDbException
    Search for keywords by name
    Parameters:
    query -
    page -
    @@ -339,9 +339,9 @@ extends
  • searchList

    -
    public ResultList<UserList> searchList(String query,
    -                              Integer page,
    -                              Boolean includeAdult)
    +
    public ResultList<UserList> searchList(String query,
    +                              Integer page,
    +                              Boolean includeAdult)
                                     throws MovieDbException
    Search for lists by name and description.
    Parameters:
    query -
    includeAdult -
    page -
    @@ -356,12 +356,12 @@ extends
  • searchMovie

    -
    public ResultList<MovieInfo> searchMovie(String query,
    -                                Integer page,
    -                                String language,
    -                                Boolean includeAdult,
    -                                Integer searchYear,
    -                                Integer primaryReleaseYear,
    +
    public ResultList<MovieInfo> searchMovie(String query,
    +                                Integer page,
    +                                String language,
    +                                Boolean includeAdult,
    +                                Integer searchYear,
    +                                Integer primaryReleaseYear,
                                     SearchType searchType)
                                       throws MovieDbException
    Search Movies This is a good starting point to start finding movies on TMDb.
    @@ -377,10 +377,10 @@ extends
  • searchMulti

    -
    public ResultList<MediaBasic> searchMulti(String query,
    -                                 Integer page,
    -                                 String language,
    -                                 Boolean includeAdult)
    +
    public ResultList<MediaBasic> searchMulti(String query,
    +                                 Integer page,
    +                                 String language,
    +                                 Boolean includeAdult)
                                        throws MovieDbException
    Search the movie, tv show and person collections with a single query. @@ -399,9 +399,9 @@ extends
  • searchPeople

    -
    public ResultList<PersonFind> searchPeople(String query,
    -                                  Integer page,
    -                                  Boolean includeAdult,
    +
    public ResultList<PersonFind> searchPeople(String query,
    +                                  Integer page,
    +                                  Boolean includeAdult,
                                       SearchType searchType)
                                         throws MovieDbException
    @@ -251,7 +251,7 @@ extends
  • TmdbSeasons

    -
    public TmdbSeasons(String apiKey,
    +
    public TmdbSeasons(String apiKey,
                HttpTools httpTools)
    Constructor
    Parameters:
    apiKey -
    httpTools -
    @@ -273,8 +273,8 @@ extends TVSeasonInfo getSeasonInfo(int tvID, int seasonNumber, - String language, - String... appendToResponse) + String language, + String... appendToResponse) throws MovieDbException
    Get the primary information about a TV season by its season number.
    Parameters:
    tvID -
    seasonNumber -
    language -
    appendToResponse -
    @@ -290,8 +290,8 @@ extends

    getSeasonChanges

    public ResultList<ChangeKeyItem> getSeasonChanges(int tvID,
    -                                         String startDate,
    -                                         String endDate)
    +                                         String startDate,
    +                                         String endDate)
                                                throws MovieDbException
    Look up a TV season's changes by season ID.
    Parameters:
    tvID -
    startDate -
    endDate -
    @@ -307,7 +307,7 @@ extends

    getSeasonAccountState

    public MediaState getSeasonAccountState(int tvID,
    -                               String sessionID)
    +                               String sessionID)
                                      throws MovieDbException
    This method lets users get the status of whether or not the TV episodes of a season have been rated. @@ -342,7 +342,7 @@ extends ExternalID getSeasonExternalID(int tvID, int seasonNumber, - String language) + String language) throws MovieDbException
  • Get the external ids that we have stored for a TV season by season number.
    Parameters:
    tvID -
    seasonNumber -
    language -
    @@ -359,8 +359,8 @@ extends ResultList<Artwork> getSeasonImages(int tvID, int seasonNumber, - String language, - String... includeImageLanguage) + String language, + String... includeImageLanguage) throws MovieDbException
  • Get the images that we have stored for a TV season by season number.
    Parameters:
    tvID -
    seasonNumber -
    language -
    includeImageLanguage -
    @@ -377,7 +377,7 @@ extends ResultList<Video> getSeasonVideos(int tvID, int seasonNumber, - String language) + String language) throws MovieDbException
  • Get the videos that have been added to a TV season (trailers, teasers, etc...)
    Parameters:
    tvID -
    seasonNumber -
    language -
    @@ -453,6 +453,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html index 0230e70f5..0dde9228e 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html @@ -2,16 +2,16 @@ - + -TmdbTV (API-The MovieDB 4.3 API) +TmdbTV (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
  • @@ -325,7 +325,7 @@ extends
  • TmdbTV

    -
    public TmdbTV(String apiKey,
    +
    public TmdbTV(String apiKey,
           HttpTools httpTools)
    Constructor
    Parameters:
    apiKey -
    httpTools -
    @@ -346,8 +346,8 @@ extends

    getTVInfo

    public TVInfo getTVInfo(int tvID,
    -               String language,
    -               String... appendToResponse)
    +               String language,
    +               String... appendToResponse)
                      throws MovieDbException
    Get the primary information about a TV series by id.
    Parameters:
    tvID -
    language -
    appendToResponse -
    @@ -363,7 +363,7 @@ extends

    getTVAccountState

    public MediaState getTVAccountState(int tvID,
    -                           String sessionID)
    +                           String sessionID)
                                  throws MovieDbException
    This method lets users get the status of whether or not the TV show has been rated or added to their favourite or watch lists. @@ -397,8 +397,8 @@ extends

    getTVChanges

    public ResultList<ChangeKeyItem> getTVChanges(int tvID,
    -                                     String startDate,
    -                                     String endDate)
    +                                     String startDate,
    +                                     String endDate)
                                            throws MovieDbException
    Get the changes for a specific TV show id.
    Parameters:
    tvID -
    startDate -
    endDate -
    @@ -429,7 +429,7 @@ extends

    getTVCredits

    public MediaCreditList getTVCredits(int tvID,
    -                           String language)
    +                           String language)
                                  throws MovieDbException
    Get the cast & crew information about a TV series.
    Parameters:
    tvID -
    language -
    @@ -445,7 +445,7 @@ extends

    getTVExternalIDs

    public ExternalID getTVExternalIDs(int tvID,
    -                          String language)
    +                          String language)
                                 throws MovieDbException
    Get the external ids that we have stored for a TV series.
    Parameters:
    tvID -
    language -
    @@ -461,8 +461,8 @@ extends

    getTVImages

    public ResultList<Artwork> getTVImages(int tvID,
    -                              String language,
    -                              String... includeImageLanguage)
    +                              String language,
    +                              String... includeImageLanguage)
                                     throws MovieDbException
    Get the images (posters and backdrops) for a TV series.
    Parameters:
    tvID -
    language -
    includeImageLanguage -
    @@ -494,8 +494,8 @@ extends StatusCode postTVRating(int tvID, int rating, - String sessionID, - String guestSessionID) + String sessionID, + String guestSessionID) throws MovieDbException
    This method lets users rate a TV show. @@ -513,8 +513,8 @@ extends

    getTVSimilar

    public ResultList<TVInfo> getTVSimilar(int tvID,
    -                              Integer page,
    -                              String language)
    +                              Integer page,
    +                              String language)
                                     throws MovieDbException
    Get the similar TV shows for a specific tv id.
    Parameters:
    tvID -
    page -
    language -
    @@ -546,7 +546,7 @@ extends

    getTVVideos

    public ResultList<Video> getTVVideos(int tvID,
    -                            String language)
    +                            String language)
                                   throws MovieDbException
    Get the videos that have been added to a TV series (trailers, opening credits, etc...)
    @@ -576,8 +576,8 @@ extends
  • getTVOnTheAir

    -
    public ResultList<TVInfo> getTVOnTheAir(Integer page,
    -                               String language)
    +
    public ResultList<TVInfo> getTVOnTheAir(Integer page,
    +                               String language)
                                      throws MovieDbException
    Get the list of TV shows that are currently on the air. @@ -595,9 +595,9 @@ extends
  • getTVAiringToday

    -
    public ResultList<TVInfo> getTVAiringToday(Integer page,
    -                                  String language,
    -                                  String timezone)
    +
    public ResultList<TVInfo> getTVAiringToday(Integer page,
    +                                  String language,
    +                                  String timezone)
                                         throws MovieDbException
    Get the list of TV shows that air today. @@ -614,8 +614,8 @@ extends
  • getTVTopRated

    -
    public ResultList<TVInfo> getTVTopRated(Integer page,
    -                               String language)
    +
    public ResultList<TVInfo> getTVTopRated(Integer page,
    +                               String language)
                                      throws MovieDbException
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccount.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccount.html index ade2f6813..36a972c10 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccount.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccount.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbAccount (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbAccount (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthentication.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthentication.html index b3164960f..130b8e722 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthentication.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthentication.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbAuthentication (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbAuthentication (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertifications.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertifications.html index 040484c37..5093e0777 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertifications.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertifications.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbCertifications (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbCertifications (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChanges.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChanges.html index 6898ec4bb..fdca8caf7 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChanges.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChanges.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbChanges (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbChanges (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollections.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollections.html index adb9aabf2..d67eb0693 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollections.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollections.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbCollections (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbCollections (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompanies.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompanies.html index 040edfca7..c9184a4d6 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompanies.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompanies.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbCompanies (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbCompanies (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfiguration.html index 2bc0e66e8..07f5c7bc6 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfiguration.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbConfiguration (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbConfiguration (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCredits.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCredits.html index 4abc41040..614421a52 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCredits.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCredits.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbCredits (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbCredits (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscover.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscover.html index 1661f9c54..9d12b453e 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscover.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscover.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbDiscover (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbDiscover (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbEpisodes.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbEpisodes.html index d8c7e51bc..7fe23213a 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbEpisodes.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbEpisodes.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbEpisodes (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbEpisodes (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html index de327a8e3..c77df734d 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbFind (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbFind (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenres.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenres.html index bb814e277..9da3642e4 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenres.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenres.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbGenres (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbGenres (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywords.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywords.html index 74c224006..c4e2cd961 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywords.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbKeywords (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbKeywords (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbLists.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbLists.html index 7d3ac96e7..d49a5d328 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbLists.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbLists.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbLists (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbLists (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMovies.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMovies.html index 36a0ddc03..ca7568866 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMovies.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMovies.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbMovies (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbMovies (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworks.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworks.html index 068cd38d7..28de82681 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworks.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworks.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbNetworks (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbNetworks (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeople.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeople.html index 42b7c0a49..e7d98d7c3 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeople.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeople.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbPeople (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbPeople (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviews.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviews.html index a63ed9f49..03aeabac6 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviews.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviews.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbReviews (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbReviews (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearch.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearch.html index b49e37357..40d52a6d4 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearch.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearch.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbSearch (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbSearch (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSeasons.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSeasons.html index 1a56f1483..47dd55e41 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSeasons.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSeasons.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbSeasons (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbSeasons (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html index efa7512f1..53e0978c3 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbTV (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbTV (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-frame.html b/apidocs/com/omertron/themoviedbapi/methods/package-frame.html index c32808af7..66b31d6bf 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/methods/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.methods (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.methods (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-summary.html b/apidocs/com/omertron/themoviedbapi/methods/package-summary.html index 64a388281..930beae72 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/methods/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.methods (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.methods (API-The MovieDB 4.4-SNAPSHOT API) @@ -258,6 +258,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-tree.html b/apidocs/com/omertron/themoviedbapi/methods/package-tree.html index c2ebc093e..a034658bc 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/methods/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.methods Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.methods Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,7 +73,7 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-use.html b/apidocs/com/omertron/themoviedbapi/methods/package-use.html index 05dd796e6..70871b773 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/methods/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.methods (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.methods (API-The MovieDB 4.4-SNAPSHOT API) @@ -147,6 +147,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html index c9c6aba47..7e0b1cb84 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html +++ b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html @@ -2,16 +2,16 @@ - + -AbstractIdName (API-The MovieDB 4.3 API) +AbstractIdName (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -262,7 +262,7 @@ implements
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -271,10 +271,10 @@ implements
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -287,7 +287,7 @@ implements hashCode in class Object +
    hashCode in class Object
    @@ -358,6 +358,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html index 915d6f51f..1a78de1af 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 4.3 API) +AbstractJsonMapping (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -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
  • @@ -289,6 +289,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/Certification.html b/apidocs/com/omertron/themoviedbapi/model/Certification.html index 27d1fe80f..85e166641 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Certification.html +++ b/apidocs/com/omertron/themoviedbapi/model/Certification.html @@ -2,16 +2,16 @@ - + -Certification (API-The MovieDB 4.3 API) +Certification (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -221,7 +221,7 @@ implements
  • getValue

    -
    public String getValue()
    +
    public String getValue()
  • @@ -230,7 +230,7 @@ implements
  • setValue

    -
    public void setValue(String value)
    +
    public void setValue(String value)
  • @@ -239,7 +239,7 @@ implements
  • getMeaning

    -
    public String getMeaning()
    +
    public String getMeaning()
  • @@ -248,7 +248,7 @@ implements
  • setMeaning

    -
    public void setMeaning(String meaning)
    +
    public void setMeaning(String meaning)
  • @@ -336,6 +336,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/FindResults.html b/apidocs/com/omertron/themoviedbapi/model/FindResults.html index 533fe3bfc..d013e5ade 100644 --- a/apidocs/com/omertron/themoviedbapi/model/FindResults.html +++ b/apidocs/com/omertron/themoviedbapi/model/FindResults.html @@ -2,16 +2,16 @@ - + -FindResults (API-The MovieDB 4.3 API) +FindResults (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -248,7 +248,7 @@ implements
  • setMovieResults

    -
    public void setMovieResults(List<MovieBasic> movieResults)
    +
    public void setMovieResults(List<MovieBasic> movieResults)
  • @@ -257,7 +257,7 @@ implements
  • getPersonResults

    -
    public List<PersonFind> getPersonResults()
    +
    public List<PersonFind> getPersonResults()
  • @@ -266,7 +266,7 @@ implements
  • setPersonResults

    -
    public void setPersonResults(List<PersonFind> personResults)
    +
    public void setPersonResults(List<PersonFind> personResults)
  • @@ -275,7 +275,7 @@ implements
  • getTvResults

    -
    public List<TVBasic> getTvResults()
    +
    public List<TVBasic> getTvResults()
  • @@ -284,7 +284,7 @@ implements
  • setTvResults

    -
    public void setTvResults(List<TVBasic> tvResults)
    +
    public void setTvResults(List<TVBasic> tvResults)
  • @@ -293,7 +293,7 @@ implements
  • getTvSeasonResults

    -
    public List<TVSeasonBasic> getTvSeasonResults()
    +
    public List<TVSeasonBasic> getTvSeasonResults()
  • @@ -302,7 +302,7 @@ implements
  • setTvSeasonResults

    -
    public void setTvSeasonResults(List<TVSeasonBasic> tvSeasonResults)
    +
    public void setTvSeasonResults(List<TVSeasonBasic> tvSeasonResults)
  • @@ -311,7 +311,7 @@ implements
  • getTvEpisodeResults

    -
    public List<TVEpisodeBasic> getTvEpisodeResults()
    +
    public List<TVEpisodeBasic> getTvEpisodeResults()
  • @@ -320,7 +320,7 @@ implements
  • setTvEpisodeResults

    -
    public void setTvEpisodeResults(List<TVEpisodeBasic> tvEpisodeResults)
    +
    public void setTvEpisodeResults(List<TVEpisodeBasic> tvEpisodeResults)
  • @@ -390,6 +390,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html index 83a8320c8..92b8ee763 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 4.3 API) +Genre (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -232,7 +232,7 @@ implements
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -241,7 +241,7 @@ implements
  • setCode

    -
    public void setCode(String code)
    +
    public void setCode(String code)
  • @@ -250,7 +250,7 @@ implements
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -259,10 +259,10 @@ implements
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -275,7 +275,7 @@ implements hashCode in class Object +
    hashCode in class Object
    @@ -346,6 +346,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html index 09b289085..0ba82973d 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 4.3 API) +StatusCode (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -245,7 +245,7 @@ extends
  • setMessage

    -
    public void setMessage(String message)
    +
    public void setMessage(String message)
  • @@ -315,6 +315,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/account/Account.html b/apidocs/com/omertron/themoviedbapi/model/account/Account.html index 8e97579f6..3ebfb46b5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/Account.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/Account.html @@ -2,16 +2,16 @@ - + -Account (API-The MovieDB 4.3 API) +Account (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -288,7 +288,7 @@ implements
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -315,7 +315,7 @@ implements
  • getUserName

    -
    public String getUserName()
    +
    public String getUserName()
  • @@ -324,7 +324,7 @@ implements
  • setUserName

    -
    public void setUserName(String userName)
    +
    public void setUserName(String userName)
  • @@ -333,7 +333,7 @@ implements
  • getLanguage

    -
    public String getLanguage()
    +
    public String getLanguage()
  • @@ -342,7 +342,7 @@ implements
  • setLanguage

    -
    public void setLanguage(String language)
    +
    public void setLanguage(String language)
  • @@ -351,7 +351,7 @@ implements
  • getCountry

    -
    public String getCountry()
    +
    public String getCountry()
  • @@ -360,7 +360,7 @@ implements
  • setCountry

    -
    public void setCountry(String country)
    +
    public void setCountry(String country)
  • @@ -448,6 +448,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/account/Avatar.html b/apidocs/com/omertron/themoviedbapi/model/account/Avatar.html index 0dd2f2492..60bfccd01 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/Avatar.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/Avatar.html @@ -2,16 +2,16 @@ - + -Avatar (API-The MovieDB 4.3 API) +Avatar (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -213,7 +213,7 @@ extends
  • setHash

    -
    public void setHash(String hash)
    +
    public void setHash(String hash)
  • @@ -283,6 +283,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/account/class-use/Account.html b/apidocs/com/omertron/themoviedbapi/model/account/class-use/Account.html index 60e8f68c4..4196cd5bd 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/class-use/Account.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/class-use/Account.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.account.Account (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.account.Account (API-The MovieDB 4.4-SNAPSHOT API) @@ -102,7 +102,7 @@
    Account -TheMovieDbApi.getAccount(String sessionId) +TheMovieDbApi.getAccount(String sessionId)
    Get the basic information for an account.
    @@ -122,7 +122,7 @@ Account -TmdbAccount.getAccount(String sessionId) +TmdbAccount.getAccount(String sessionId)
    Get the basic information for an account.
    @@ -178,6 +178,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/account/class-use/Avatar.html b/apidocs/com/omertron/themoviedbapi/model/account/class-use/Avatar.html index b4d1745f8..414f0ec11 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/class-use/Avatar.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/class-use/Avatar.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.account.Avatar (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.account.Avatar (API-The MovieDB 4.4-SNAPSHOT API) @@ -165,6 +165,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/account/class-use/AvatarHash.html b/apidocs/com/omertron/themoviedbapi/model/account/class-use/AvatarHash.html index 23c2ca4eb..5d94f9eca 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/class-use/AvatarHash.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/class-use/AvatarHash.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.account.AvatarHash (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.account.AvatarHash (API-The MovieDB 4.4-SNAPSHOT API) @@ -152,6 +152,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/account/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/account/package-frame.html index 8d64b3d7e..f415a4d5c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.model.account (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.account (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html index 3e521369a..4a455d21f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.account (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.account (API-The MovieDB 4.4-SNAPSHOT API) @@ -138,6 +138,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/account/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/account/package-tree.html index 88de15082..1647241b9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.account Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.account Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,9 +73,9 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/account/package-use.html b/apidocs/com/omertron/themoviedbapi/model/account/package-use.html index 1404dc90f..953fd99e3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.model.account (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.model.account (API-The MovieDB 4.4-SNAPSHOT API) @@ -186,6 +186,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/artwork/Artwork.html index f88d469c0..57556cef2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/Artwork.html @@ -2,16 +2,16 @@ - + -Artwork (API-The MovieDB 4.3 API) +Artwork (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -296,7 +296,7 @@ implements
  • getId

    -
    public String getId()
    +
    public String getId()
  • @@ -305,7 +305,7 @@ implements
  • setId

    -
    public void setId(String id)
    +
    public void setId(String id)
  • @@ -332,7 +332,7 @@ implements
  • getFilePath

    -
    public String getFilePath()
    +
    public String getFilePath()
  • @@ -341,7 +341,7 @@ implements
  • setFilePath

    -
    public void setFilePath(String filePath)
    +
    public void setFilePath(String filePath)
  • @@ -368,7 +368,7 @@ implements
  • getLanguage

    -
    public String getLanguage()
    +
    public String getLanguage()
  • @@ -377,7 +377,7 @@ implements
  • setLanguage

    -
    public void setLanguage(String language)
    +
    public void setLanguage(String language)
  • @@ -440,7 +440,7 @@ implements
  • getFlag

    -
    public String getFlag()
    +
    public String getFlag()
  • @@ -449,7 +449,7 @@ implements
  • setFlag

    -
    public void setFlag(String flag)
    +
    public void setFlag(String flag)
  • @@ -476,7 +476,7 @@ implements
  • setArtworkType

    -
    public void setArtworkType(String artworkType)
    +
    public void setArtworkType(String artworkType)
  • @@ -485,10 +485,10 @@ implements
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -501,7 +501,7 @@ implements hashCode in class Object +
    hashCode in class Object
    @@ -572,6 +572,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.html b/apidocs/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.html index d3ba38a75..9bb8180df 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.html @@ -2,16 +2,16 @@ - + -ArtworkMedia (API-The MovieDB 4.3 API) +ArtworkMedia (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -297,7 +297,7 @@ implements
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    equals in class Artwork
    @@ -371,6 +371,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/Artwork.html index e1e4cf8ad..cfc27e17d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/Artwork.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.artwork.Artwork (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.artwork.Artwork (API-The MovieDB 4.4-SNAPSHOT API) @@ -123,7 +123,7 @@
    ResultList<Artwork> TheMovieDbApi.getCollectionImages(int collectionId, - String language) + String language)
    Get all of the images for a particular collection by collection id.
    @@ -139,7 +139,7 @@ ResultList<Artwork> TheMovieDbApi.getMovieImages(int movieId, - String language) + String language)
    This method should be used when you’re wanting to retrieve all of the images for a particular movie.
    @@ -154,16 +154,16 @@ ResultList<Artwork> TheMovieDbApi.getSeasonImages(int tvID, int seasonNumber, - String language, - String... includeImageLanguage) + String language, + String... includeImageLanguage)
    Get the images that we have stored for a TV season by season number.
    ResultList<Artwork> TheMovieDbApi.getTVImages(int tvID, - String language, - String... includeImageLanguage) + String language, + String... includeImageLanguage)
    Get the images (posters and backdrops) for a TV series.
    @@ -184,7 +184,7 @@ ResultList<Artwork> TmdbCollections.getCollectionImages(int collectionId, - String language) + String language)
    Get all of the images for a particular collection by collection id.
    @@ -200,7 +200,7 @@ ResultList<Artwork> TmdbMovies.getMovieImages(int movieId, - String language) + String language)
    This method should be used when you’re wanting to retrieve all of the images for a particular movie.
    @@ -214,16 +214,16 @@ ResultList<Artwork> TmdbSeasons.getSeasonImages(int tvID, int seasonNumber, - String language, - String... includeImageLanguage) + String language, + String... includeImageLanguage)
    Get the images that we have stored for a TV season by season number.
    ResultList<Artwork> TmdbTV.getTVImages(int tvID, - String language, - String... includeImageLanguage) + String language, + String... includeImageLanguage)
    Get the images (posters and backdrops) for a TV series.
    @@ -260,7 +260,7 @@ -List<Artwork> +List<Artwork> MovieInfo.getImages()  @@ -278,7 +278,7 @@ -List<Artwork> +List<Artwork> PersonInfo.getImages()  @@ -296,16 +296,16 @@ -List<Artwork> -TVSeasonInfo.getImages()  +List<Artwork> +TVInfo.getImages()  -List<Artwork> +List<Artwork> TVEpisodeInfo.getImages()  -List<Artwork> -TVInfo.getImages()  +List<Artwork> +TVSeasonInfo.getImages()  @@ -322,21 +322,21 @@ -List<Artwork> +List<Artwork> WrapperImages.getAll(ArtworkType... artworkList)
    Return a list of all the artwork with their types.
    -List<Artwork> +List<Artwork> WrapperImages.getBackdrops()  -List<Artwork> +List<Artwork> WrapperImages.getPosters()  -List<Artwork> +List<Artwork> WrapperImages.getProfiles()  @@ -350,19 +350,19 @@ void -WrapperImages.setBackdrops(List<Artwork> backdrops)  +WrapperImages.setBackdrops(List<Artwork> backdrops)  void -WrapperImages.setPosters(List<Artwork> posters)  +WrapperImages.setPosters(List<Artwork> posters)  void -WrapperImages.setProfiles(List<Artwork> profiles)  +WrapperImages.setProfiles(List<Artwork> profiles)  void -WrapperImages.setStills(List<Artwork> stills)  +WrapperImages.setStills(List<Artwork> stills)  @@ -416,6 +416,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html b/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html index 668742446..e4e72ba9f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.artwork.ArtworkMedia (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.artwork.ArtworkMedia (API-The MovieDB 4.4-SNAPSHOT API) @@ -107,8 +107,8 @@ ResultList<ArtworkMedia> TheMovieDbApi.getPersonTaggedImages(int personId, - Integer page, - String language) + Integer page, + String language)
    Get the images that have been tagged with a specific person id.
    @@ -129,8 +129,8 @@ ResultList<ArtworkMedia> TmdbPeople.getPersonTaggedImages(int personId, - Integer page, - String language) + Integer page, + String language)
    Get the images that have been tagged with a specific person id.
    @@ -149,7 +149,7 @@ -List<ArtworkMedia> +List<ArtworkMedia> PersonInfo.getTaggedImages()  @@ -217,6 +217,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html index fc76b2d6e..53a4ccece 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html index ad47ba2b1..3217a679d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.4-SNAPSHOT API) @@ -136,6 +136,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html index 8358ed5b1..df85895b3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.artwork Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.artwork Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,13 +73,13 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html index a2dd6750a..e5eeafaac 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.4-SNAPSHOT API) @@ -282,6 +282,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html index 352abafe2..e894da97b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html @@ -2,16 +2,16 @@ - + -TokenAuthorisation (API-The MovieDB 4.3 API) +TokenAuthorisation (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -221,7 +221,7 @@ implements
  • getExpires

    -
    public String getExpires()
    +
    public String getExpires()
  • @@ -230,7 +230,7 @@ implements
  • getRequestToken

    -
    public String getRequestToken()
    +
    public String getRequestToken()
  • @@ -239,7 +239,7 @@ implements
  • getSuccess

    -
    public Boolean getSuccess()
    +
    public Boolean getSuccess()
  • @@ -248,7 +248,7 @@ implements
  • setExpires

    -
    public void setExpires(String expires)
    +
    public void setExpires(String expires)
  • @@ -257,7 +257,7 @@ implements
  • setRequestToken

    -
    public void setRequestToken(String requestToken)
    +
    public void setRequestToken(String requestToken)
  • @@ -266,7 +266,7 @@ implements
  • setSuccess

    -
    public void setSuccess(Boolean success)
    +
    public void setSuccess(Boolean success)
  • @@ -336,6 +336,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html index 92f56f0f3..0c2ffe32a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html @@ -2,16 +2,16 @@ - + -TokenSession (API-The MovieDB 4.3 API) +TokenSession (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -245,7 +245,7 @@ implements
  • getSessionId

    -
    public String getSessionId()
    +
    public String getSessionId()
  • @@ -254,7 +254,7 @@ implements
  • getSuccess

    -
    public Boolean getSuccess()
    +
    public Boolean getSuccess()
  • @@ -263,7 +263,7 @@ implements
  • getStatusCode

    -
    public String getStatusCode()
    +
    public String getStatusCode()
  • @@ -272,7 +272,7 @@ implements
  • getStatusMessage

    -
    public String getStatusMessage()
    +
    public String getStatusMessage()
  • @@ -281,7 +281,7 @@ implements
  • getGuestSessionId

    -
    public String getGuestSessionId()
    +
    public String getGuestSessionId()
  • @@ -290,7 +290,7 @@ implements
  • getExpiresAt

    -
    public String getExpiresAt()
    +
    public String getExpiresAt()
  • @@ -299,7 +299,7 @@ implements
  • setSessionId

    -
    public void setSessionId(String sessionId)
    +
    public void setSessionId(String sessionId)
  • @@ -308,7 +308,7 @@ implements
  • setSuccess

    -
    public void setSuccess(Boolean success)
    +
    public void setSuccess(Boolean success)
  • @@ -317,7 +317,7 @@ implements
  • setStatusCode

    -
    public void setStatusCode(String statusCode)
    +
    public void setStatusCode(String statusCode)
  • @@ -326,7 +326,7 @@ implements
  • setStatusMessage

    -
    public void setStatusMessage(String statusMessage)
    +
    public void setStatusMessage(String statusMessage)
  • @@ -335,7 +335,7 @@ implements
  • setGuestSessionId

    -
    public void setGuestSessionId(String guestSessionId)
    +
    public void setGuestSessionId(String guestSessionId)
  • @@ -344,7 +344,7 @@ implements
  • setExpiresAt

    -
    public void setExpiresAt(String expiresAt)
    +
    public void setExpiresAt(String expiresAt)
  • @@ -414,6 +414,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html index a8e7d8019..d6fc5cc98 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.authentication.TokenAuthorisation (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.authentication.TokenAuthorisation (API-The MovieDB 4.4-SNAPSHOT API) @@ -110,8 +110,8 @@
    TokenAuthorisation TheMovieDbApi.getSessionTokenLogin(TokenAuthorisation token, - String username, - String password) + String username, + String password)
    This method is used to generate a session id for user based authentication.
    @@ -135,8 +135,8 @@ TokenAuthorisation TheMovieDbApi.getSessionTokenLogin(TokenAuthorisation token, - String username, - String password) + String username, + String password)
    This method is used to generate a session id for user based authentication.
    @@ -165,8 +165,8 @@ TokenAuthorisation TmdbAuthentication.getSessionTokenLogin(TokenAuthorisation token, - String username, - String password) + String username, + String password)
    This method is used to generate a session id for user based authentication.
    @@ -190,8 +190,8 @@ TokenAuthorisation TmdbAuthentication.getSessionTokenLogin(TokenAuthorisation token, - String username, - String password) + String username, + String password)
    This method is used to generate a session id for user based authentication.
    @@ -248,6 +248,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html index 05e930cd5..04ae3e3b4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.authentication.TokenSession (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.authentication.TokenSession (API-The MovieDB 4.4-SNAPSHOT API) @@ -192,6 +192,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html index 0792b3807..d40ef0611 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html index 91cf710be..cc2dd425e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.4-SNAPSHOT API) @@ -134,6 +134,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html index f2ec54ba9..05ed8ded3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.authentication Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.authentication Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,12 +73,12 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html index 2cab806c0..1f3bb7767 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.4-SNAPSHOT API) @@ -170,6 +170,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html index 6d6d95809..e70083d75 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html @@ -2,16 +2,16 @@ - + -ChangeKeyItem (API-The MovieDB 4.3 API) +ChangeKeyItem (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -213,7 +213,7 @@ implements
  • getKey

    -
    public String getKey()
    +
    public String getKey()
  • @@ -222,7 +222,7 @@ implements
  • setKey

    -
    public void setKey(String key)
    +
    public void setKey(String key)
  • @@ -231,7 +231,7 @@ implements
  • getChangedItems

    -
    public List<ChangedItem> getChangedItems()
    +
    public List<ChangedItem> getChangedItems()
  • @@ -240,7 +240,7 @@ implements
  • setChangedItems

    -
    public void setChangedItems(List<ChangedItem> changes)
    +
    public void setChangedItems(List<ChangedItem> changes)
  • @@ -310,6 +310,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html b/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html index 257707e44..7afc1a562 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html @@ -2,16 +2,16 @@ - + -ChangeListItem (API-The MovieDB 4.3 API) +ChangeListItem (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -245,7 +245,7 @@ implements
  • getId

    -
    public String getId()
    +
    public String getId()
  • @@ -254,7 +254,7 @@ implements
  • setId

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

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

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

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

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

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

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

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

    -
    public void setValue(Object value)
    +
    public void setValue(Object value)
  • @@ -335,7 +335,7 @@ implements
  • getOriginalValue

    -
    public Object getOriginalValue()
    +
    public Object getOriginalValue()
  • @@ -344,7 +344,7 @@ implements
  • setOriginalValue

    -
    public void setOriginalValue(Object originalValue)
    +
    public void setOriginalValue(Object originalValue)
  • @@ -414,6 +414,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html index 8ea1ddd16..b6a6f1a35 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.change.ChangeKeyItem (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.change.ChangeKeyItem (API-The MovieDB 4.4-SNAPSHOT API) @@ -119,40 +119,40 @@
    ResultList<ChangeKeyItem> TheMovieDbApi.getEpisodeChanges(int episodeID, - String startDate, - String endDate) + String startDate, + String endDate)
    Look up a TV episode's changes by episode ID
    ResultList<ChangeKeyItem> TheMovieDbApi.getMovieChanges(int movieId, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific movie ID.
    ResultList<ChangeKeyItem> TheMovieDbApi.getPersonChanges(int personId, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific person id.
    ResultList<ChangeKeyItem> TheMovieDbApi.getSeasonChanges(int tvID, - String startDate, - String endDate) + String startDate, + String endDate)
    Look up a TV season's changes by season ID.
    ResultList<ChangeKeyItem> TheMovieDbApi.getTVChanges(int tvID, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific TV show id.
    @@ -173,48 +173,48 @@ ResultList<ChangeKeyItem> TmdbEpisodes.getEpisodeChanges(int episodeID, - String startDate, - String endDate) + String startDate, + String endDate)
    Look up a TV episode's changes by episode ID
    protected ResultList<ChangeKeyItem> AbstractMethod.getMediaChanges(int mediaID, - String startDate, - String endDate) + String startDate, + String endDate)
    Look up the media's changes by ID
    ResultList<ChangeKeyItem> TmdbMovies.getMovieChanges(int movieId, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific movie ID.
    ResultList<ChangeKeyItem> TmdbPeople.getPersonChanges(int personId, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific person id.
    ResultList<ChangeKeyItem> TmdbSeasons.getSeasonChanges(int tvID, - String startDate, - String endDate) + String startDate, + String endDate)
    Look up a TV season's changes by season ID.
    ResultList<ChangeKeyItem> TmdbTV.getTVChanges(int tvID, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific TV show id.
    @@ -233,7 +233,7 @@ -List<ChangeKeyItem> +List<ChangeKeyItem> MovieInfo.getChanges()  @@ -251,7 +251,7 @@ -List<ChangeKeyItem> +List<ChangeKeyItem> PersonInfo.getChanges()  @@ -269,7 +269,7 @@ -List<ChangeKeyItem> +List<ChangeKeyItem> TVInfo.getChanges()  @@ -287,7 +287,7 @@ -List<ChangeKeyItem> +List<ChangeKeyItem> WrapperChanges.getChangedItems()  @@ -301,7 +301,7 @@ void -WrapperChanges.setChangedItems(List<ChangeKeyItem> changes)  +WrapperChanges.setChangedItems(List<ChangeKeyItem> changes)  @@ -355,6 +355,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeListItem.html b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeListItem.html index 507f0f29d..8a6473811 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeListItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeListItem.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.change.ChangeListItem (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.change.ChangeListItem (API-The MovieDB 4.4-SNAPSHOT API) @@ -102,25 +102,25 @@ ResultList<ChangeListItem> -TheMovieDbApi.getMovieChangeList(Integer page, - String startDate, - String endDate) +TheMovieDbApi.getMovieChangeList(Integer page, + String startDate, + String endDate)
    Get a list of Movie IDs that have been edited.
    ResultList<ChangeListItem> -TheMovieDbApi.getPersonChangeList(Integer page, - String startDate, - String endDate) +TheMovieDbApi.getPersonChangeList(Integer page, + String startDate, + String endDate)
    Get a list of PersonInfo IDs that have been edited.
    ResultList<ChangeListItem> -TheMovieDbApi.getTvChangeList(Integer page, - String startDate, - String endDate) +TheMovieDbApi.getTvChangeList(Integer page, + String startDate, + String endDate)
    Get a list of TV IDs that have been edited.
    @@ -141,9 +141,9 @@ ResultList<ChangeListItem> TmdbChanges.getChangeList(MethodBase method, - Integer page, - String startDate, - String endDate) + Integer page, + String startDate, + String endDate)
    Get a list of Media IDs that have been edited.
    @@ -199,6 +199,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangedItem.html index 3776f808c..31f47598a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangedItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangedItem.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.change.ChangedItem (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.change.ChangedItem (API-The MovieDB 4.4-SNAPSHOT API) @@ -97,7 +97,7 @@ -List<ChangedItem> +List<ChangedItem> ChangeKeyItem.getChangedItems()  @@ -111,7 +111,7 @@ void -ChangeKeyItem.setChangedItems(List<ChangedItem> changes)  +ChangeKeyItem.setChangedItems(List<ChangedItem> changes)  @@ -165,6 +165,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/change/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/change/package-frame.html index 518f5ff3b..dd04a37bb 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.model.change (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.change (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html index 30686b532..cb7cb4c16 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.change (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.change (API-The MovieDB 4.4-SNAPSHOT API) @@ -138,6 +138,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/change/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/change/package-tree.html index 2102bf50c..de0fa873c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.change Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.change Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,13 +73,13 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/change/package-use.html b/apidocs/com/omertron/themoviedbapi/model/change/package-use.html index 0633e4e7f..5f5d1602b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.model.change (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.model.change (API-The MovieDB 4.4-SNAPSHOT API) @@ -265,6 +265,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html index 002b4a47f..216bad18b 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 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.AbstractIdName (API-The MovieDB 4.4-SNAPSHOT API) @@ -272,6 +272,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html index 7020a0ec6..5b489bc08 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 4.4-SNAPSHOT API) @@ -828,6 +828,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Certification.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Certification.html index d4c9b53c6..10c432224 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Certification.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Certification.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.Certification (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.Certification (API-The MovieDB 4.4-SNAPSHOT API) @@ -101,13 +101,13 @@ -ResultsMap<String,List<Certification>> +ResultsMap<String,List<Certification>> TheMovieDbApi.getMoviesCertification()
    Get a list of movies certification.
    -ResultsMap<String,List<Certification>> +ResultsMap<String,List<Certification>> TheMovieDbApi.getTvCertification()
    Get a list of tv certification.
    @@ -127,13 +127,13 @@ -ResultsMap<String,List<Certification>> +ResultsMap<String,List<Certification>> TmdbCertifications.getMoviesCertification()
    Get a list of movies certification.
    -ResultsMap<String,List<Certification>> +ResultsMap<String,List<Certification>> TmdbCertifications.getTvCertification()
    Get a list of tv certification.
    @@ -190,6 +190,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/FindResults.html b/apidocs/com/omertron/themoviedbapi/model/class-use/FindResults.html index 59432c521..7ac3410b9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/FindResults.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/FindResults.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.FindResults (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.FindResults (API-The MovieDB 4.4-SNAPSHOT API) @@ -102,9 +102,9 @@ FindResults -TheMovieDbApi.find(String id, +TheMovieDbApi.find(String id, ExternalSource externalSource, - String language) + String language)
    You con use this method to find movies, tv series or persons using external ids.
    @@ -125,9 +125,9 @@ FindResults -TmdbFind.find(String id, +TmdbFind.find(String id, ExternalSource externalSource, - String language) + String language)
    You con use this method to find movies, tv series or persons using external ids.
    @@ -183,6 +183,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html index 20c72f90f..378cab83c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 4.4-SNAPSHOT API) @@ -114,13 +114,13 @@ ResultList<Genre> -TheMovieDbApi.getGenreMovieList(String language) +TheMovieDbApi.getGenreMovieList(String language)
    Get the list of Movie genres.
    ResultList<Genre> -TheMovieDbApi.getGenreTVList(String language) +TheMovieDbApi.getGenreTVList(String language)
    Get the list of TV genres..
    @@ -140,13 +140,13 @@ ResultList<Genre> -TmdbGenres.getGenreMovieList(String language) +TmdbGenres.getGenreMovieList(String language)
    Get the list of movie genres.
    ResultList<Genre> -TmdbGenres.getGenreTVList(String language) +TmdbGenres.getGenreTVList(String language)
    Get the list of TV genres.
    @@ -165,7 +165,7 @@ -List<Genre> +List<Genre> MovieInfo.getGenres()  @@ -179,7 +179,7 @@ void -MovieInfo.setGenres(List<Genre> genres)  +MovieInfo.setGenres(List<Genre> genres)  @@ -196,7 +196,7 @@ -List<Genre> +List<Genre> TVInfo.getGenres()  @@ -210,7 +210,7 @@ void -TVInfo.setGenres(List<Genre> genres)  +TVInfo.setGenres(List<Genre> genres)  @@ -227,7 +227,7 @@ -List<Genre> +List<Genre> WrapperGenres.getGenres()  @@ -241,7 +241,7 @@ void -WrapperGenres.setGenres(List<Genre> genres)  +WrapperGenres.setGenres(List<Genre> genres)  @@ -295,6 +295,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html index 770172ad2..8d2cb6e26 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 4.4-SNAPSHOT API) @@ -97,7 +97,7 @@ -List<Language> +List<Language> MovieInfo.getSpokenLanguages()  @@ -111,7 +111,7 @@ void -MovieInfo.setSpokenLanguages(List<Language> spokenLanguages)  +MovieInfo.setSpokenLanguages(List<Language> spokenLanguages)  @@ -165,6 +165,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html index 4e82bc159..a809a8d28 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 4.4-SNAPSHOT API) @@ -106,33 +106,33 @@ StatusCode -TheMovieDbApi.addItemToList(String sessionId, - String listId, - Integer mediaId) +TheMovieDbApi.addItemToList(String sessionId, + String listId, + Integer mediaId)
    This method lets users add new items to a list that they created.
    StatusCode -TheMovieDbApi.addToWatchList(String sessionId, +TheMovieDbApi.addToWatchList(String sessionId, int accountId, MediaType mediaType, - Integer mediaId) + Integer mediaId)
    Add a movie to an accounts watch list.
    StatusCode -TheMovieDbApi.deleteList(String sessionId, - String listId) +TheMovieDbApi.deleteList(String sessionId, + String listId)
    This method lets users delete a list that they created.
    StatusCode -TheMovieDbApi.modifyFavoriteStatus(String sessionId, +TheMovieDbApi.modifyFavoriteStatus(String sessionId, int accountId, - Integer mediaId, + Integer mediaId, MediaType mediaType, boolean isFavorite)
    Add or remove a movie to an accounts favourite list.
    @@ -144,8 +144,8 @@ int seasonNumber, int episodeNumber, int rating, - String sessionID, - String guestSessionID)
    + String sessionID, + String guestSessionID)
    This method lets users rate a TV episode.
    @@ -153,8 +153,8 @@ StatusCode TheMovieDbApi.postMovieRating(int movieId, int rating, - String sessionId, - String guestSessionId) + String sessionId, + String guestSessionId)
    This method lets users rate a movie.
    @@ -162,25 +162,25 @@ StatusCode TheMovieDbApi.postTVRating(int tvID, int rating, - String sessionID, - String guestSessionID) + String sessionID, + String guestSessionID)
    This method lets users rate a TV show.
    StatusCode -TheMovieDbApi.removeFromWatchList(String sessionId, +TheMovieDbApi.removeFromWatchList(String sessionId, int accountId, MediaType mediaType, - Integer mediaId) + Integer mediaId)
    Remove a movie from an accounts watch list.
    StatusCode -TheMovieDbApi.removeItemFromList(String sessionId, - String listId, - Integer mediaId) +TheMovieDbApi.removeItemFromList(String sessionId, + String listId, + Integer mediaId)
    This method lets users remove items from a list that they created.
    @@ -200,30 +200,30 @@ StatusCode -TmdbLists.addItem(String sessionId, - String listId, +TmdbLists.addItem(String sessionId, + String listId, int mediaId)
    This method lets users add new items to a list that they created.
    StatusCode -TmdbLists.clear(String sessionId, - String listId, +TmdbLists.clear(String sessionId, + String listId, boolean confirm)
    Clear all of the items within a list.
    StatusCode -TmdbLists.deleteList(String sessionId, - String listId) +TmdbLists.deleteList(String sessionId, + String listId)
    This method lets users delete a list that they created.
    StatusCode -TmdbAccount.modifyFavoriteStatus(String sessionId, +TmdbAccount.modifyFavoriteStatus(String sessionId, int accountId, MediaType mediaType, int mediaId, @@ -233,10 +233,10 @@ StatusCode -TmdbAccount.modifyWatchList(String sessionId, +TmdbAccount.modifyWatchList(String sessionId, int accountId, MediaType mediaType, - Integer movieId, + Integer movieId, boolean addToWatchlist)
    Add or remove a movie to an accounts watch list.
    @@ -247,8 +247,8 @@ int seasonNumber, int episodeNumber, int rating, - String sessionID, - String guestSessionID)
    + String sessionID, + String guestSessionID)
    This method lets users rate a TV episode.
    @@ -256,8 +256,8 @@ StatusCode TmdbMovies.postMovieRating(int movieId, int rating, - String sessionId, - String guestSessionId) + String sessionId, + String guestSessionId)
    This method lets users rate a movie.
    @@ -265,15 +265,15 @@ StatusCode TmdbTV.postTVRating(int tvID, int rating, - String sessionID, - String guestSessionID) + String sessionID, + String guestSessionID)
    This method lets users rate a TV show.
    StatusCode -TmdbLists.removeItem(String sessionId, - String listId, +TmdbLists.removeItem(String sessionId, + String listId, int mediaId)
    This method lets users delete items from a list that they created.
    @@ -348,6 +348,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html b/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html index 15a8c0346..c19efe785 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html @@ -2,16 +2,16 @@ - + -Collection (API-The MovieDB 4.3 API) +Collection (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -327,7 +327,7 @@ implements
  • getBackdropPath

    -
    public String getBackdropPath()
    +
    public String getBackdropPath()
  • @@ -349,7 +349,7 @@ implements
  • getPosterPath

    -
    public String getPosterPath()
    +
    public String getPosterPath()
  • @@ -358,7 +358,7 @@ implements
  • getReleaseDate

    -
    public String getReleaseDate()
    +
    public String getReleaseDate()
  • @@ -367,7 +367,7 @@ implements
  • getTitle

    -
    public String getTitle()
    +
    public String getTitle()
  • @@ -376,7 +376,7 @@ implements
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -385,7 +385,7 @@ implements
  • getGenreIds

    -
    public List<Integer> getGenreIds()
    +
    public List<Integer> getGenreIds()
  • @@ -403,7 +403,7 @@ implements
  • getOriginalLanguage

    -
    public String getOriginalLanguage()
    +
    public String getOriginalLanguage()
  • @@ -412,7 +412,7 @@ implements
  • setBackdropPath

    -
    public void setBackdropPath(String backdropPath)
    +
    public void setBackdropPath(String backdropPath)
  • @@ -434,7 +434,7 @@ implements
  • setPosterPath

    -
    public void setPosterPath(String posterPath)
    +
    public void setPosterPath(String posterPath)
  • @@ -443,7 +443,7 @@ implements
  • setReleaseDate

    -
    public void setReleaseDate(String releaseDate)
    +
    public void setReleaseDate(String releaseDate)
  • @@ -452,7 +452,7 @@ implements
  • setTitle

    -
    public void setTitle(String title)
    +
    public void setTitle(String title)
  • @@ -461,7 +461,7 @@ implements
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -470,7 +470,7 @@ implements
  • setGenreIds

    -
    public void setGenreIds(List<Integer> genreIds)
    +
    public void setGenreIds(List<Integer> genreIds)
  • @@ -488,7 +488,7 @@ implements
  • setOriginalLanguage

    -
    public void setOriginalLanguage(String originalLanguage)
    +
    public void setOriginalLanguage(String originalLanguage)
  • @@ -497,7 +497,7 @@ implements
  • getOriginalTitle

    -
    public String getOriginalTitle()
    +
    public String getOriginalTitle()
  • @@ -506,7 +506,7 @@ implements
  • setOriginalTitle

    -
    public void setOriginalTitle(String originalTitle)
    +
    public void setOriginalTitle(String originalTitle)
  • @@ -515,7 +515,7 @@ implements
  • getOverview

    -
    public String getOverview()
    +
    public String getOverview()
  • @@ -524,7 +524,7 @@ implements
  • setOverview

    -
    public void setOverview(String overview)
    +
    public void setOverview(String overview)
  • @@ -605,10 +605,10 @@ implements
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -621,7 +621,7 @@ implements hashCode
     in class Object +
    hashCode in class Object
    @@ -692,6 +692,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html index 1aea0433a..12b595cc6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html @@ -2,16 +2,16 @@ - + -CollectionInfo (API-The MovieDB 4.3 API) +CollectionInfo (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -269,7 +269,7 @@ implements
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -278,7 +278,7 @@ implements
  • getOverview

    -
    public String getOverview()
    +
    public String getOverview()
  • @@ -287,7 +287,7 @@ implements
  • getParts

    -
    public List<Collection> getParts()
    +
    public List<Collection> getParts()
  • @@ -296,7 +296,7 @@ implements
  • getPosterPath

    -
    public String getPosterPath()
    +
    public String getPosterPath()
  • @@ -305,7 +305,7 @@ implements
  • setBackdropPath

    -
    public void setBackdropPath(String backdropPath)
    +
    public void setBackdropPath(String backdropPath)
  • @@ -327,7 +327,7 @@ implements
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -336,7 +336,7 @@ implements
  • setOverview

    -
    public void setOverview(String overview)
    +
    public void setOverview(String overview)
  • @@ -345,7 +345,7 @@ implements
  • setParts

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

    -
    public void setPosterPath(String posterPath)
    +
    public void setPosterPath(String posterPath)
  • @@ -424,6 +424,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html index fea9a9c54..3c36bd31c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.collection.Collection (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.collection.Collection (API-The MovieDB 4.4-SNAPSHOT API) @@ -110,9 +110,9 @@
    ResultList<Collection> -TheMovieDbApi.searchCollection(String query, - Integer page, - String language) +TheMovieDbApi.searchCollection(String query, + Integer page, + String language)
    Search for collections by name.
    @@ -132,9 +132,9 @@ ResultList<Collection> -TmdbSearch.searchCollection(String query, - Integer page, - String language) +TmdbSearch.searchCollection(String query, + Integer page, + String language)
    Search for collections by name.
    @@ -153,7 +153,7 @@ -List<Collection> +List<Collection> CollectionInfo.getParts()  @@ -167,7 +167,7 @@ void -CollectionInfo.setParts(List<Collection> parts)  +CollectionInfo.setParts(List<Collection> parts)  @@ -252,6 +252,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html index 8d77a72b2..f21b65ebb 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.collection.CollectionInfo (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.collection.CollectionInfo (API-The MovieDB 4.4-SNAPSHOT API) @@ -103,7 +103,7 @@ CollectionInfo TheMovieDbApi.getCollectionInfo(int collectionId, - String language) + String language)
    This method is used to retrieve all of the basic information about a movie collection.
    @@ -125,7 +125,7 @@ CollectionInfo TmdbCollections.getCollectionInfo(int collectionId, - String language) + String language)
    This method is used to retrieve all of the basic information about a movie collection.
    @@ -182,6 +182,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html index 917f6d688..deb10ee18 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html index 6a3845882..d02075cc6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.4-SNAPSHOT API) @@ -134,6 +134,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html index 4da295d8b..d536833a4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.collection Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.collection Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,12 +73,12 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-use.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-use.html index 2d8ed3480..c6b84b754 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.4-SNAPSHOT API) @@ -208,6 +208,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/company/Company.html b/apidocs/com/omertron/themoviedbapi/model/company/Company.html index 1122baf41..4846ab8d3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/company/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/company/Company.html @@ -2,16 +2,16 @@ - + -Company (API-The MovieDB 4.3 API) +Company (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -284,7 +284,7 @@ implements
  • getHeadquarters

    -
    public String getHeadquarters()
    +
    public String getHeadquarters()
  • @@ -293,7 +293,7 @@ implements
  • getHomepage

    -
    public String getHomepage()
    +
    public String getHomepage()
  • @@ -302,7 +302,7 @@ implements
  • getLogoPath

    -
    public String getLogoPath()
    +
    public String getLogoPath()
  • @@ -311,7 +311,7 @@ implements
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -342,7 +342,7 @@ implements
  • setDescription

    -
    public void setDescription(String description)
    +
    public void setDescription(String description)
  • @@ -351,7 +351,7 @@ implements
  • setHeadquarters

    -
    public void setHeadquarters(String headquarters)
    +
    public void setHeadquarters(String headquarters)
  • @@ -360,7 +360,7 @@ implements
  • setHomepage

    -
    public void setHomepage(String homepage)
    +
    public void setHomepage(String homepage)
  • @@ -369,7 +369,7 @@ implements
  • setLogoPath

    -
    public void setLogoPath(String logoPath)
    +
    public void setLogoPath(String logoPath)
  • @@ -378,7 +378,7 @@ implements
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -397,8 +397,8 @@ implements

    setParentCompany

    public void setParentCompany(int id,
    -                    String name,
    -                    String logoPath)
    + String name, + String logoPath) @@ -468,6 +468,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/company/class-use/Company.html b/apidocs/com/omertron/themoviedbapi/model/company/class-use/Company.html index 81fc36805..9cc848fef 100644 --- a/apidocs/com/omertron/themoviedbapi/model/company/class-use/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/company/class-use/Company.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.company.Company (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.company.Company (API-The MovieDB 4.4-SNAPSHOT API) @@ -122,8 +122,8 @@
    ResultList<Company> -TheMovieDbApi.searchCompanies(String query, - Integer page) +TheMovieDbApi.searchCompanies(String query, + Integer page)
    Search Companies.
    @@ -158,8 +158,8 @@ ResultList<Company> -TmdbSearch.searchCompanies(String query, - Integer page) +TmdbSearch.searchCompanies(String query, + Integer page)
    Search Companies.
    @@ -246,6 +246,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html index 4ac3d7474..1b5ad5622 100644 --- a/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.model.company (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.company (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html index a0e90054a..e5433b996 100644 --- a/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.company (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.company (API-The MovieDB 4.4-SNAPSHOT API) @@ -132,6 +132,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/company/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/company/package-tree.html index 06230d061..8e2c76621 100644 --- a/apidocs/com/omertron/themoviedbapi/model/company/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/company/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.company Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.company Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,11 +73,11 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/company/package-use.html b/apidocs/com/omertron/themoviedbapi/model/company/package-use.html index ab9540647..8e193a95f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/company/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/company/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.model.company (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.model.company (API-The MovieDB 4.4-SNAPSHOT API) @@ -189,6 +189,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html b/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html index 3f948f231..0df9b3024 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html @@ -2,16 +2,16 @@ - + -Configuration (API-The MovieDB 4.3 API) +Configuration (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -307,7 +307,7 @@ implements
  • getBaseUrl

    -
    public String getBaseUrl()
    +
    public String getBaseUrl()
  • @@ -316,7 +316,7 @@ implements
  • getPosterSizes

    -
    public List<String> getPosterSizes()
    +
    public List<String> getPosterSizes()
  • @@ -325,7 +325,7 @@ implements
  • getProfileSizes

    -
    public List<String> getProfileSizes()
    +
    public List<String> getProfileSizes()
  • @@ -334,7 +334,7 @@ implements
  • getLogoSizes

    -
    public List<String> getLogoSizes()
    +
    public List<String> getLogoSizes()
  • @@ -343,7 +343,7 @@ implements
  • getSecureBaseUrl

    -
    public String getSecureBaseUrl()
    +
    public String getSecureBaseUrl()
  • @@ -352,7 +352,7 @@ implements
  • getStillSizes

    -
    public List<String> getStillSizes()
    +
    public List<String> getStillSizes()
  • @@ -361,7 +361,7 @@ implements
  • setBackdropSizes

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

    -
    public void setBaseUrl(String baseUrl)
    +
    public void setBaseUrl(String baseUrl)
  • @@ -379,7 +379,7 @@ implements
  • setPosterSizes

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

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

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

    -
    public void setSecureBaseUrl(String secureBaseUrl)
    +
    public void setSecureBaseUrl(String secureBaseUrl)
  • @@ -415,7 +415,7 @@ implements
  • setStillSizes

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

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

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

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

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

    -
    public boolean isValidSize(String sizeToCheck)
    +
    public boolean isValidSize(String sizeToCheck)
    Check to see if the size is valid for any of the images types
    Parameters:
    sizeToCheck -
    Returns:
    @@ -495,8 +495,8 @@ implements
  • 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 -
    @@ -572,6 +572,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html index c6fe5ad94..3764f06b8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html @@ -2,16 +2,16 @@ - + -JobDepartment (API-The MovieDB 4.3 API) +JobDepartment (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
  • @@ -213,7 +213,7 @@ implements
  • getDepartment

    -
    public String getDepartment()
    +
    public String getDepartment()
  • @@ -222,7 +222,7 @@ implements
  • getJobs

    -
    public List<String> getJobs()
    +
    public List<String> getJobs()
  • @@ -231,7 +231,7 @@ implements
  • setDepartment

    -
    public void setDepartment(String department)
    +
    public void setDepartment(String department)
  • @@ -240,7 +240,7 @@ implements
  • setJobs

    -
    public void setJobs(List<String> jobs)
    +
    public void setJobs(List<String> jobs)
  • @@ -310,6 +310,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/config/class-use/Configuration.html b/apidocs/com/omertron/themoviedbapi/model/config/class-use/Configuration.html index 3604e797f..26ed79a1f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/class-use/Configuration.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/class-use/Configuration.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.config.Configuration (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.config.Configuration (API-The MovieDB 4.4-SNAPSHOT API) @@ -238,6 +238,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/config/class-use/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/config/class-use/JobDepartment.html index 3691a6f76..1f97f1cdd 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/class-use/JobDepartment.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/class-use/JobDepartment.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.config.JobDepartment (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.config.JobDepartment (API-The MovieDB 4.4-SNAPSHOT API) @@ -145,7 +145,7 @@ -List<JobDepartment> +List<JobDepartment> WrapperJobList.getJobs()  @@ -159,7 +159,7 @@ void -WrapperJobList.setJobs(List<JobDepartment> jobs)  +WrapperJobList.setJobs(List<JobDepartment> jobs)  @@ -213,6 +213,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html index e42e60fda..c18de31a2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.model.config (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.config (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html index 51fb4f461..9206d0c08 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.config (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.config (API-The MovieDB 4.4-SNAPSHOT API) @@ -134,6 +134,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/config/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/config/package-tree.html index ffdf357aa..e7d170e6f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.config Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.config Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,12 +73,12 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/config/package-use.html b/apidocs/com/omertron/themoviedbapi/model/config/package-use.html index b069b27ef..ab90dbf05 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.model.config (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.model.config (API-The MovieDB 4.4-SNAPSHOT API) @@ -211,6 +211,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/CreditBasic.html b/apidocs/com/omertron/themoviedbapi/model/credits/CreditBasic.html index 219a57932..0937dad96 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/CreditBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/CreditBasic.html @@ -2,16 +2,16 @@ - + -CreditBasic (API-The MovieDB 4.3 API) +CreditBasic (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -316,7 +316,7 @@ implements
  • getCreditId

    -
    public String getCreditId()
    +
    public String getCreditId()
  • @@ -325,7 +325,7 @@ implements
  • setCreditId

    -
    public void setCreditId(String creditId)
    +
    public void setCreditId(String creditId)
  • @@ -360,7 +360,7 @@ implements
  • getArtworkPath

    -
    public String getArtworkPath()
    +
    public String getArtworkPath()
  • @@ -369,7 +369,7 @@ implements
  • setArtworkPath

    -
    public void setArtworkPath(String artworkPath)
    +
    public void setArtworkPath(String artworkPath)
  • @@ -378,7 +378,7 @@ implements
  • getCharacter

    -
    public String getCharacter()
    +
    public String getCharacter()
  • @@ -387,7 +387,7 @@ implements
  • setCharacter

    -
    public void setCharacter(String character)
    +
    public void setCharacter(String character)
  • @@ -396,7 +396,7 @@ implements
  • getDepartment

    -
    public String getDepartment()
    +
    public String getDepartment()
  • @@ -405,7 +405,7 @@ implements
  • setDepartment

    -
    public void setDepartment(String department)
    +
    public void setDepartment(String department)
  • @@ -414,7 +414,7 @@ implements
  • getJob

    -
    public String getJob()
    +
    public String getJob()
  • @@ -423,7 +423,7 @@ implements
  • setJob

    -
    public void setJob(String job)
    +
    public void setJob(String job)
  • @@ -493,6 +493,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/CreditMovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/credits/CreditMovieBasic.html index 7a18bceb0..a2f0a354d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/CreditMovieBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/CreditMovieBasic.html @@ -2,16 +2,16 @@ - + -CreditMovieBasic (API-The MovieDB 4.3 API) +CreditMovieBasic (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -270,7 +270,7 @@ implements
  • setOriginalTitle

    -
    public void setOriginalTitle(String originalTitle)
    +
    public void setOriginalTitle(String originalTitle)
  • @@ -279,7 +279,7 @@ implements
  • getReleaseDate

    -
    public String getReleaseDate()
    +
    public String getReleaseDate()
  • @@ -288,7 +288,7 @@ implements
  • setReleaseDate

    -
    public void setReleaseDate(String releaseDate)
    +
    public void setReleaseDate(String releaseDate)
  • @@ -297,7 +297,7 @@ implements
  • getTitle

    -
    public String getTitle()
    +
    public String getTitle()
  • @@ -306,7 +306,7 @@ implements
  • setTitle

    -
    public void setTitle(String title)
    +
    public void setTitle(String title)
  • @@ -376,6 +376,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/CreditTVBasic.html b/apidocs/com/omertron/themoviedbapi/model/credits/CreditTVBasic.html index 45ec42a35..a0219ba76 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/CreditTVBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/CreditTVBasic.html @@ -2,16 +2,16 @@ - + -CreditTVBasic (API-The MovieDB 4.3 API) +CreditTVBasic (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -270,7 +270,7 @@ implements
  • setFirstAirDate

    -
    public void setFirstAirDate(String firstAirDate)
    +
    public void setFirstAirDate(String firstAirDate)
  • @@ -279,7 +279,7 @@ implements
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -288,7 +288,7 @@ implements
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -297,7 +297,7 @@ implements
  • getOriginalName

    -
    public String getOriginalName()
    +
    public String getOriginalName()
  • @@ -306,7 +306,7 @@ implements
  • setOriginalName

    -
    public void setOriginalName(String originalName)
    +
    public void setOriginalName(String originalName)
  • @@ -376,6 +376,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCredit.html b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCredit.html index 11b3889ab..6f1c6efdb 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCredit.html @@ -2,16 +2,16 @@ - + -MediaCredit (API-The MovieDB 4.3 API) +MediaCredit (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -244,7 +244,7 @@ implements
  • setCreditId

    -
    public void setCreditId(String creditId)
    +
    public void setCreditId(String creditId)
  • @@ -279,7 +279,7 @@ implements
  • getArtworkPath

    -
    public String getArtworkPath()
    +
    public String getArtworkPath()
  • @@ -288,7 +288,7 @@ implements
  • setArtworkPath

    -
    public void setArtworkPath(String artworkPath)
    +
    public void setArtworkPath(String artworkPath)
  • @@ -297,7 +297,7 @@ implements
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -306,7 +306,7 @@ implements
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -376,6 +376,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCast.html b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCast.html index ce4b2def5..d0b1b6567 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCast.html @@ -2,16 +2,16 @@ - + -MediaCreditCast (API-The MovieDB 4.3 API) +MediaCreditCast (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -253,7 +253,7 @@ implements
  • getCharacter

    -
    public String getCharacter()
    +
    public String getCharacter()
  • @@ -262,7 +262,7 @@ implements
  • setCharacter

    -
    public void setCharacter(String character)
    +
    public void setCharacter(String character)
  • @@ -350,6 +350,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCrew.html b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCrew.html index 1be26776e..8705c6118 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCrew.html @@ -2,16 +2,16 @@ - + -MediaCreditCrew (API-The MovieDB 4.3 API) +MediaCreditCrew (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -236,7 +236,7 @@ implements
  • setDepartment

    -
    public void setDepartment(String department)
    +
    public void setDepartment(String department)
  • @@ -245,7 +245,7 @@ implements
  • getJob

    -
    public String getJob()
    +
    public String getJob()
  • @@ -254,7 +254,7 @@ implements
  • setJob

    -
    public void setJob(String job)
    +
    public void setJob(String job)
  • @@ -324,6 +324,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditBasic.html b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditBasic.html index ffd747fd4..b220b4510 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditBasic.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.credits.CreditBasic (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.credits.CreditBasic (API-The MovieDB 4.4-SNAPSHOT API) @@ -111,7 +111,7 @@
    PersonCreditList<CreditBasic> TheMovieDbApi.getPersonCombinedCredits(int personId, - String language) + String language)
    Get the combined (movie and TV) credits for a specific person id.
    @@ -132,7 +132,7 @@ PersonCreditList<CreditBasic> TmdbPeople.getPersonCombinedCredits(int personId, - String language) + String language)
    Get the combined (movie and TV) credits for a specific person id.
    @@ -187,11 +187,11 @@ void -PersonCreditsMixIn.setCast(List<CreditBasic> cast)  +PersonCreditsMixIn.setCast(List<CreditBasic> cast)  void -PersonCreditsMixIn.setCrew(List<CreditBasic> crew)  +PersonCreditsMixIn.setCrew(List<CreditBasic> crew)  @@ -245,6 +245,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditMovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditMovieBasic.html index 69f11f863..31840e621 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditMovieBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditMovieBasic.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.credits.CreditMovieBasic (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.credits.CreditMovieBasic (API-The MovieDB 4.4-SNAPSHOT API) @@ -107,7 +107,7 @@ PersonCreditList<CreditMovieBasic> TheMovieDbApi.getPersonMovieCredits(int personId, - String language) + String language)
    Get the movie credits for a specific person id.
    @@ -128,7 +128,7 @@ PersonCreditList<CreditMovieBasic> TmdbPeople.getPersonMovieCredits(int personId, - String language) + String language)
    Get the movie credits for a specific person id.
    @@ -215,6 +215,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditTVBasic.html b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditTVBasic.html index e33446472..824af14b9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditTVBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditTVBasic.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.credits.CreditTVBasic (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.credits.CreditTVBasic (API-The MovieDB 4.4-SNAPSHOT API) @@ -107,7 +107,7 @@ PersonCreditList<CreditTVBasic> TheMovieDbApi.getPersonTVCredits(int personId, - String language) + String language)
    Get the TV credits for a specific person id.
    @@ -128,7 +128,7 @@ PersonCreditList<CreditTVBasic> TmdbPeople.getPersonTVCredits(int personId, - String language) + String language)
    Get the TV credits for a specific person id.
    @@ -215,6 +215,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCredit.html b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCredit.html index 7de7df0e3..25741e7b4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCredit.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.credits.MediaCredit (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.credits.MediaCredit (API-The MovieDB 4.4-SNAPSHOT API) @@ -156,6 +156,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCast.html b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCast.html index f2d0fb748..f1f60b4a2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCast.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.credits.MediaCreditCast (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.credits.MediaCreditCast (API-The MovieDB 4.4-SNAPSHOT API) @@ -105,11 +105,11 @@ -List<MediaCreditCast> +List<MediaCreditCast> MediaCreditList.getCast()  -List<MediaCreditCast> +List<MediaCreditCast> MediaCreditList.getGuestStars()  @@ -123,11 +123,11 @@ void -MediaCreditList.setCast(List<MediaCreditCast> cast)  +MediaCreditList.setCast(List<MediaCreditCast> cast)  void -MediaCreditList.setGuestStars(List<MediaCreditCast> guestStars)  +MediaCreditList.setGuestStars(List<MediaCreditCast> guestStars)  @@ -144,7 +144,7 @@ -List<MediaCreditCast> +List<MediaCreditCast> MovieInfo.getCast()  @@ -162,7 +162,7 @@ -List<MediaCreditCast> +List<MediaCreditCast> TVEpisodeInfo.getGuestStars()  @@ -176,7 +176,7 @@ void -TVEpisodeInfo.setGuestStars(List<MediaCreditCast> guestStars)  +TVEpisodeInfo.setGuestStars(List<MediaCreditCast> guestStars)  @@ -230,6 +230,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCrew.html b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCrew.html index 560892952..e5563e14d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCrew.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.credits.MediaCreditCrew (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.credits.MediaCreditCrew (API-The MovieDB 4.4-SNAPSHOT API) @@ -105,7 +105,7 @@ -List<MediaCreditCrew> +List<MediaCreditCrew> MediaCreditList.getCrew()  @@ -119,7 +119,7 @@ void -MediaCreditList.setCrew(List<MediaCreditCrew> crew)  +MediaCreditList.setCrew(List<MediaCreditCrew> crew)  @@ -136,7 +136,7 @@ -List<MediaCreditCrew> +List<MediaCreditCrew> MovieInfo.getCrew()  @@ -154,7 +154,7 @@ -List<MediaCreditCrew> +List<MediaCreditCrew> TVEpisodeInfo.getCrew()  @@ -168,7 +168,7 @@ void -TVEpisodeInfo.setCrew(List<MediaCreditCrew> crew)  +TVEpisodeInfo.setCrew(List<MediaCreditCrew> crew)  @@ -222,6 +222,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/credits/package-frame.html index 8d6e5f090..76936db9d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/credits/package-summary.html index 6a034e902..49c7bd214 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.4-SNAPSHOT API) @@ -150,6 +150,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/credits/package-tree.html index ac853cc42..7e0d14cf1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.credits Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.credits Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,20 +73,20 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/package-use.html b/apidocs/com/omertron/themoviedbapi/model/credits/package-use.html index 0545a2971..0d0828644 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.4-SNAPSHOT API) @@ -289,6 +289,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html b/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html index ea1ba1cec..7ac6f40f5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html @@ -2,16 +2,16 @@ - + -Discover (API-The MovieDB 4.3 API) +Discover (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -421,7 +421,7 @@ extends
  • language

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

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

    Expected format is YYYY-MM-DD.

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

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

    Expected format is YYYY-MM-DD.

    @@ -577,7 +577,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. @@ -593,7 +593,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'.

    @@ -607,7 +607,7 @@ extends
  • certification

    -
    public Discover certification(String certification)
    +
    public Discover certification(String certification)
    Only include movies with this certification. Expected value is a valid certification for the specified 'certificationCountry'.
    @@ -621,7 +621,7 @@ extends
  • withCast

    -
    public Discover withCast(String withCast)
    +
    public Discover withCast(String withCast)
    Only include movies that have this person id added as a cast member. Expected value is an integer (the id of a person). @@ -653,7 +653,7 @@ extends
  • withCrew

    -
    public Discover withCrew(String withCrew)
    +
    public Discover withCrew(String withCrew)
    Only include movies that have this person id added as a crew member. Expected value is an integer (the id of a person). @@ -685,7 +685,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). @@ -717,7 +717,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). @@ -751,7 +751,7 @@ extends

  • withKeywords

    -
    public Discover withKeywords(String withKeywords)
    +
    public Discover withKeywords(String withKeywords)
    Only include movies with the specified genres. Expected value is an integer (the id of a genre). @@ -783,7 +783,7 @@ extends
  • withPeople

    -
    public Discover withPeople(String withPeople)
    +
    public Discover withPeople(String withPeople)
    Only include movies that have these person id's added as a cast or crew member. Expected value is an integer (the id or ids of a person). @@ -853,7 +853,7 @@ extends
  • withNetworks

    -
    public Discover withNetworks(String withNetworks)
    +
    public Discover withNetworks(String withNetworks)
    @@ -219,7 +219,7 @@ extends
  • WithBuilder

    -
    public WithBuilder(String id)
    +
    public WithBuilder(String id)
    Create the first ID in the string
    Parameters:
    id -
  • @@ -238,7 +238,7 @@ extends
  • build

    -
    public String build()
    +
    public String build()
    Generate the string to pass to the method
    Returns:
  • @@ -249,11 +249,11 @@ extends
  • toString

    -
    public String toString()
    +
    public String toString()
    Generate the string to pass to the method
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
    Returns:
  • @@ -275,7 +275,7 @@ extends
  • and

    -
    public WithBuilder and(String id)
    +
    public WithBuilder and(String id)
    Add an "AND ID"
    Parameters:
    id -
    Returns:
    @@ -299,7 +299,7 @@ extends
  • or

    -
    public WithBuilder or(String id)
    +
    public WithBuilder or(String id)
    Add an "OR ID"
    Parameters:
    id -
    Returns:
    @@ -372,6 +372,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/class-use/Discover.html b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/Discover.html index 749d27f8c..2e01b0092 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/class-use/Discover.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/Discover.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.discover.Discover (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.discover.Discover (API-The MovieDB 4.4-SNAPSHOT API) @@ -160,19 +160,19 @@
    Discover -Discover.certification(String certification) +Discover.certification(String certification)
    Only include movies with this certification.
    Discover -Discover.certificationCountry(String certificationCountry) +Discover.certificationCountry(String certificationCountry)
    Only include movies with certifications for a specific country.
    Discover -Discover.certificationLte(String certificationLte) +Discover.certificationLte(String certificationLte)
    Only include movies with this certification and lower.
    @@ -210,7 +210,7 @@ Discover -Discover.language(String language) +Discover.language(String language)
    ISO 639-1 code
    @@ -228,13 +228,13 @@ Discover -Discover.releaseDateGte(String releaseDateGte) +Discover.releaseDateGte(String releaseDateGte)
    The minimum release to include.
    Discover -Discover.releaseDateLte(String releaseDateLte) +Discover.releaseDateLte(String releaseDateLte)
    The maximum release to include.
    @@ -276,7 +276,7 @@ Discover -Discover.withCast(String withCast) +Discover.withCast(String withCast)
    Only include movies that have this person id added as a cast member.
    @@ -288,7 +288,7 @@ Discover -Discover.withCompanies(String withCompanies) +Discover.withCompanies(String withCompanies)
    Filter movies to include a specific company.
    @@ -300,7 +300,7 @@ Discover -Discover.withCrew(String withCrew) +Discover.withCrew(String withCrew)
    Only include movies that have this person id added as a crew member.
    @@ -312,7 +312,7 @@ Discover -Discover.withGenres(String withGenres) +Discover.withGenres(String withGenres)
    Only include movies with the specified genres.
    @@ -324,7 +324,7 @@ Discover -Discover.withKeywords(String withKeywords) +Discover.withKeywords(String withKeywords)
    Only include movies with the specified genres.
    @@ -336,7 +336,7 @@ Discover -Discover.withNetworks(String withNetworks) +Discover.withNetworks(String withNetworks)
    Filter TV shows to include a specific network.
    @@ -348,7 +348,7 @@ Discover -Discover.withPeople(String withPeople) +Discover.withPeople(String withPeople)
    Only include movies that have these person id's added as a cast or crew member.
    @@ -416,6 +416,6 @@
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/class-use/WithBuilder.html b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/WithBuilder.html index 24dac42bd..cc5461fef 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/class-use/WithBuilder.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/WithBuilder.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.discover.WithBuilder (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.discover.WithBuilder (API-The MovieDB 4.4-SNAPSHOT API) @@ -104,7 +104,7 @@ WithBuilder -WithBuilder.and(String id) +WithBuilder.and(String id)
    Add an "AND ID"
    @@ -116,7 +116,7 @@ WithBuilder -WithBuilder.or(String id) +WithBuilder.or(String id)
    Add an "OR ID"
    @@ -223,6 +223,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html index 87ac61677..c2cdf725c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html index 831f7f9c7..d770ace14 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.4-SNAPSHOT API) @@ -138,6 +138,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/discover/package-tree.html index deb6beb3f..accca7a25 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.discover Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.discover Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,7 +73,7 @@

    Class Hierarchy

      -
    • java.lang.Object +
    • java.lang.Object
      • com.omertron.themoviedbapi.model.discover.Discover
      • com.omertron.themoviedbapi.model.discover.WithBuilder
      • @@ -126,6 +126,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/package-use.html b/apidocs/com/omertron/themoviedbapi/model/discover/package-use.html index 64543f212..30f0b8e46 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.4-SNAPSHOT API) @@ -194,6 +194,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html index 140681dfd..7a1d8f8c5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html @@ -2,16 +2,16 @@ - + -Keyword (API-The MovieDB 4.3 API) +Keyword (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -257,6 +257,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/class-use/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/keyword/class-use/Keyword.html index c5b460a24..224cf2076 100644 --- a/apidocs/com/omertron/themoviedbapi/model/keyword/class-use/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/class-use/Keyword.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.keyword.Keyword (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.keyword.Keyword (API-The MovieDB 4.4-SNAPSHOT API) @@ -114,7 +114,7 @@
    Keyword -TheMovieDbApi.getKeyword(String keywordId) +TheMovieDbApi.getKeyword(String keywordId)
    Get the basic information for a specific keyword id.
    @@ -142,8 +142,8 @@ ResultList<Keyword> -TheMovieDbApi.searchKeyword(String query, - Integer page) +TheMovieDbApi.searchKeyword(String query, + Integer page)
    Search for keywords by name
    @@ -163,7 +163,7 @@ Keyword -TmdbKeywords.getKeyword(String keywordId) +TmdbKeywords.getKeyword(String keywordId)
    Get the basic information for a specific keyword id.
    @@ -190,8 +190,8 @@ ResultList<Keyword> -TmdbSearch.searchKeyword(String query, - Integer page) +TmdbSearch.searchKeyword(String query, + Integer page)
    Search for keywords by name
    @@ -210,7 +210,7 @@ -List<Keyword> +List<Keyword> MovieInfo.getKeywords()  @@ -228,7 +228,7 @@ -List<Keyword> +List<Keyword> TVInfo.getKeywords()  @@ -259,7 +259,7 @@ -List<Keyword> +List<Keyword> WrapperMovieKeywords.getKeywords()  @@ -273,7 +273,7 @@ void -WrapperMovieKeywords.setKeywords(List<Keyword> keywords)  +WrapperMovieKeywords.setKeywords(List<Keyword> keywords)  @@ -327,6 +327,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html index ee08f8711..18ae798a4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html index 8987c080e..006417628 100644 --- a/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.4-SNAPSHOT API) @@ -130,6 +130,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-tree.html index b45051e0e..810100163 100644 --- a/apidocs/com/omertron/themoviedbapi/model/keyword/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.keyword Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.keyword Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,13 +73,13 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-use.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-use.html index 0c2043007..df12d3f92 100644 --- a/apidocs/com/omertron/themoviedbapi/model/keyword/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.4-SNAPSHOT API) @@ -221,6 +221,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html b/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html index b69ef0dc7..d025eb910 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html @@ -2,16 +2,16 @@ - + -ListItem (API-The MovieDB 4.3 API) +ListItem (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -298,7 +298,7 @@ implements
  • getCreatedBy

    -
    public String getCreatedBy()
    +
    public String getCreatedBy()
  • @@ -307,7 +307,7 @@ implements
  • getDescription

    -
    public String getDescription()
    +
    public String getDescription()
  • @@ -325,7 +325,7 @@ implements
  • getItems

    -
    public List<T> getItems()
    +
    public List<T> getItems()
  • @@ -343,7 +343,7 @@ implements
  • getLanguage

    -
    public String getLanguage()
    +
    public String getLanguage()
  • @@ -352,7 +352,7 @@ implements
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -361,7 +361,7 @@ implements
  • getPosterPath

    -
    public String getPosterPath()
    +
    public String getPosterPath()
  • @@ -370,7 +370,7 @@ implements
  • getStatusCode

    -
    public String getStatusCode()
    +
    public String getStatusCode()
  • @@ -379,7 +379,7 @@ implements
  • getStatusMessage

    -
    public String getStatusMessage()
    +
    public String getStatusMessage()
  • @@ -388,7 +388,7 @@ implements
  • setId

    -
    public void setId(String id)
    +
    public void setId(String id)
  • @@ -397,7 +397,7 @@ implements
  • setCreatedBy

    -
    public void setCreatedBy(String createdBy)
    +
    public void setCreatedBy(String createdBy)
  • @@ -406,7 +406,7 @@ implements
  • setDescription

    -
    public void setDescription(String description)
    +
    public void setDescription(String description)
  • @@ -424,7 +424,7 @@ implements
  • setItems

    -
    public void setItems(List<T> items)
    +
    public void setItems(List<T> items)
  • @@ -442,7 +442,7 @@ implements
  • setLanguage

    -
    public void setLanguage(String language)
    +
    public void setLanguage(String language)
  • @@ -451,7 +451,7 @@ implements
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -460,7 +460,7 @@ implements
  • setPosterPath

    -
    public void setPosterPath(String posterPath)
    +
    public void setPosterPath(String posterPath)
  • @@ -469,7 +469,7 @@ implements
  • setStatusCode

    -
    public void setStatusCode(String statusCode)
    +
    public void setStatusCode(String statusCode)
  • @@ -478,7 +478,7 @@ implements
  • setStatusMessage

    -
    public void setStatusMessage(String statusMessage)
    +
    public void setStatusMessage(String statusMessage)
  • @@ -548,6 +548,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html index 3c521c865..eee2d5225 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html @@ -2,16 +2,16 @@ - + -ListItemStatus (API-The MovieDB 4.3 API) +ListItemStatus (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -222,7 +222,7 @@ extends
  • getId

    -
    public String getId()
    +
    public String getId()
  • @@ -231,7 +231,7 @@ extends
  • setId

    -
    public void setId(String id)
    +
    public void setId(String id)
  • @@ -337,6 +337,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html b/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html index f0a3985be..e2c0f00f5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html @@ -2,16 +2,16 @@ - + -ListStatusCode (API-The MovieDB 4.3 API) +ListStatusCode (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -225,7 +225,7 @@ extends
  • setListId

    -
    public void setListId(String listId)
    +
    public void setListId(String listId)
  • @@ -295,6 +295,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/list/UserList.html b/apidocs/com/omertron/themoviedbapi/model/list/UserList.html index 3db8a2ef8..d69db4996 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/UserList.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/UserList.html @@ -2,16 +2,16 @@ - + -UserList (API-The MovieDB 4.3 API) +UserList (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -273,7 +273,7 @@ implements
  • setId

    -
    public void setId(String id)
    +
    public void setId(String id)
  • @@ -282,7 +282,7 @@ implements
  • getDescription

    -
    public String getDescription()
    +
    public String getDescription()
  • @@ -291,7 +291,7 @@ implements
  • setDescription

    -
    public void setDescription(String description)
    +
    public void setDescription(String description)
  • @@ -336,7 +336,7 @@ implements
  • getLanguage

    -
    public String getLanguage()
    +
    public String getLanguage()
  • @@ -345,7 +345,7 @@ implements
  • setLanguage

    -
    public void setLanguage(String language)
    +
    public void setLanguage(String language)
  • @@ -354,7 +354,7 @@ implements
  • getListType

    -
    public String getListType()
    +
    public String getListType()
  • @@ -363,7 +363,7 @@ implements
  • setListType

    -
    public void setListType(String listType)
    +
    public void setListType(String listType)
  • @@ -372,7 +372,7 @@ implements
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -381,7 +381,7 @@ implements
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -390,7 +390,7 @@ implements
  • getPosterPath

    -
    public String getPosterPath()
    +
    public String getPosterPath()
  • @@ -399,7 +399,7 @@ implements
  • setPosterPath

    -
    public void setPosterPath(String posterPath)
    +
    public void setPosterPath(String posterPath)
  • @@ -469,6 +469,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItem.html b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItem.html index 85b5ff31b..b735b1148 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItem.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.list.ListItem (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.list.ListItem (API-The MovieDB 4.4-SNAPSHOT API) @@ -102,7 +102,7 @@
    ListItem<MovieInfo> -TheMovieDbApi.getList(String listId) +TheMovieDbApi.getList(String listId)
    Get a list by its ID
    @@ -122,7 +122,7 @@ ListItem<MovieInfo> -TmdbLists.getList(String listId) +TmdbLists.getList(String listId)
    Get a list by its ID
    @@ -178,6 +178,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItemStatus.html index 521d6114e..d6cd71e73 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItemStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItemStatus.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.list.ListItemStatus (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.list.ListItemStatus (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListStatusCode.html b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListStatusCode.html index 30e17a94f..045bbe745 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListStatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListStatusCode.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.list.ListStatusCode (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.list.ListStatusCode (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/list/class-use/UserList.html b/apidocs/com/omertron/themoviedbapi/model/list/class-use/UserList.html index 5cfc5c6b5..1793fb43f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/class-use/UserList.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/UserList.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.list.UserList (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.list.UserList (API-The MovieDB 4.4-SNAPSHOT API) @@ -107,23 +107,23 @@ ResultList<UserList> TheMovieDbApi.getMovieLists(int movieId, - Integer page, - String language) + Integer page, + String language)
    Get the lists that the movie belongs to
    ResultList<UserList> -TheMovieDbApi.getUserLists(String sessionId, +TheMovieDbApi.getUserLists(String sessionId, int accountId)
    Get all lists of a given user
    ResultList<UserList> -TheMovieDbApi.searchList(String query, - Integer page, - Boolean includeAdult) +TheMovieDbApi.searchList(String query, + Integer page, + Boolean includeAdult)
    Search for lists by name and description.
    @@ -144,23 +144,23 @@ ResultList<UserList> TmdbMovies.getMovieLists(int movieId, - Integer page, - String language) + Integer page, + String language)
    Get the lists that the movie belongs to
    ResultList<UserList> -TmdbAccount.getUserLists(String sessionId, +TmdbAccount.getUserLists(String sessionId, int accountId)
    Get all lists of a given user
    ResultList<UserList> -TmdbSearch.searchList(String query, - Integer page, - Boolean includeAdult) +TmdbSearch.searchList(String query, + Integer page, + Boolean includeAdult)
    Search for lists by name and description.
    @@ -179,7 +179,7 @@ -List<UserList> +List<UserList> MovieInfo.getLists()  @@ -247,6 +247,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html index 9049884b7..444c874e5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.model.list (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.list (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html index 6defd8d8b..a87ec2145 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.list (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.list (API-The MovieDB 4.4-SNAPSHOT API) @@ -146,6 +146,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/list/package-tree.html index 4e1a55567..af4848015 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.list Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.list Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,18 +73,18 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-use.html b/apidocs/com/omertron/themoviedbapi/model/list/package-use.html index 81bd1c003..6af9994ac 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.model.list (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.model.list (API-The MovieDB 4.4-SNAPSHOT API) @@ -199,6 +199,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html index 114577521..9bc01cfb9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html @@ -2,16 +2,16 @@ - + -AlternativeTitle (API-The MovieDB 4.3 API) +AlternativeTitle (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -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
    @@ -334,6 +334,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html index b63807b35..c6f322c91 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html @@ -2,16 +2,16 @@ - + -MediaBasic (API-The MovieDB 4.3 API) +MediaBasic (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -299,7 +299,7 @@ implements
  • setMediaType

    -
    public void setMediaType(String mediaType)
    +
    public void setMediaType(String mediaType)
  • @@ -317,7 +317,7 @@ implements
  • getBackdropPath

    -
    public String getBackdropPath()
    +
    public String getBackdropPath()
  • @@ -326,7 +326,7 @@ implements
  • setBackdropPath

    -
    public void setBackdropPath(String backdropPath)
    +
    public void setBackdropPath(String backdropPath)
  • @@ -335,7 +335,7 @@ implements
  • getPosterPath

    -
    public String getPosterPath()
    +
    public String getPosterPath()
  • @@ -344,7 +344,7 @@ implements
  • setPosterPath

    -
    public void setPosterPath(String posterPath)
    +
    public void setPosterPath(String posterPath)
  • @@ -468,6 +468,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html index 93dca838a..3b4d4080e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html @@ -2,16 +2,16 @@ - + -MediaCreditList (API-The MovieDB 4.3 API) +MediaCreditList (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -257,7 +257,7 @@ implements
  • getCast

    -
    public List<MediaCreditCast> getCast()
    +
    public List<MediaCreditCast> getCast()
  • @@ -266,7 +266,7 @@ implements
  • setCast

    -
    public void setCast(List<MediaCreditCast> cast)
    +
    public void setCast(List<MediaCreditCast> cast)
  • @@ -275,7 +275,7 @@ implements
  • getCrew

    -
    public List<MediaCreditCrew> getCrew()
    +
    public List<MediaCreditCrew> getCrew()
  • @@ -284,7 +284,7 @@ implements
  • setCrew

    -
    public void setCrew(List<MediaCreditCrew> crew)
    +
    public void setCrew(List<MediaCreditCrew> crew)
  • @@ -293,7 +293,7 @@ implements
  • getGuestStars

    -
    public List<MediaCreditCast> getGuestStars()
    +
    public List<MediaCreditCast> getGuestStars()
  • @@ -302,7 +302,7 @@ implements
  • setGuestStars

    -
    public void setGuestStars(List<MediaCreditCast> guestStars)
    +
    public void setGuestStars(List<MediaCreditCast> guestStars)
  • @@ -372,6 +372,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html index 5681ec9d1..2adafec2d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html @@ -2,16 +2,16 @@ - + -MediaState (API-The MovieDB 4.3 API) +MediaState (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -249,7 +249,7 @@ implements
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -258,7 +258,7 @@ implements
  • getSize

    -
    public String getSize()
    +
    public String getSize()
  • @@ -267,7 +267,7 @@ implements
  • setSize

    -
    public void setSize(String size)
    +
    public void setSize(String size)
  • @@ -276,7 +276,7 @@ implements
  • getSource

    -
    public String getSource()
    +
    public String getSource()
  • @@ -285,7 +285,7 @@ implements
  • setSource

    -
    public void setSource(String source)
    +
    public void setSource(String source)
  • @@ -294,7 +294,7 @@ implements
  • getType

    -
    public String getType()
    +
    public String getType()
  • @@ -303,7 +303,7 @@ implements
  • setType

    -
    public void setType(String type)
    +
    public void setType(String type)
  • @@ -312,10 +312,10 @@ implements
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -328,7 +328,7 @@ implements hashCode in class Object +
    hashCode in class Object
    @@ -399,6 +399,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/media/Translation.html b/apidocs/com/omertron/themoviedbapi/model/media/Translation.html index 57a56e774..94bf90fe5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/Translation.html @@ -2,16 +2,16 @@ - + -Translation (API-The MovieDB 4.3 API) +Translation (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -243,7 +243,7 @@ implements
  • getEnglishName

    -
    public String getEnglishName()
    +
    public String getEnglishName()
  • @@ -252,7 +252,7 @@ implements
  • getLanguage

    -
    public String getLanguage()
    +
    public String getLanguage()
  • @@ -261,7 +261,7 @@ implements
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -270,7 +270,7 @@ implements
  • getCountry

    -
    public String getCountry()
    +
    public String getCountry()
  • @@ -279,7 +279,7 @@ implements
  • setEnglishName

    -
    public void setEnglishName(String englishName)
    +
    public void setEnglishName(String englishName)
  • @@ -288,7 +288,7 @@ implements
  • setLanguage

    -
    public void setLanguage(String language)
    +
    public void setLanguage(String language)
  • @@ -297,7 +297,7 @@ implements
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -306,7 +306,7 @@ implements
  • setCountry

    -
    public void setCountry(String country)
    +
    public void setCountry(String country)
  • @@ -315,10 +315,10 @@ implements
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -331,7 +331,7 @@ implements hashCode in class Object +
    hashCode in class Object
    @@ -341,7 +341,7 @@ implements
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    toString in class AbstractJsonMapping
    @@ -415,6 +415,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/media/Video.html b/apidocs/com/omertron/themoviedbapi/model/media/Video.html index ecdf8ae5d..e24f4a59e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/Video.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/Video.html @@ -2,16 +2,16 @@ - + -Video (API-The MovieDB 4.3 API) +Video (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
  • @@ -281,7 +281,7 @@ implements
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -299,7 +299,7 @@ implements
  • getKey

    -
    public String getKey()
    +
    public String getKey()
  • @@ -308,7 +308,7 @@ implements
  • getSite

    -
    public String getSite()
    +
    public String getSite()
  • @@ -317,7 +317,7 @@ implements
  • getType

    -
    public String getType()
    +
    public String getType()
  • @@ -326,7 +326,7 @@ implements
  • getLanguage

    -
    public String getLanguage()
    +
    public String getLanguage()
  • @@ -335,7 +335,7 @@ implements
  • getCountry

    -
    public String getCountry()
    +
    public String getCountry()
  • @@ -344,7 +344,7 @@ implements
  • setId

    -
    public void setId(String id)
    +
    public void setId(String id)
  • @@ -353,7 +353,7 @@ implements
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -371,7 +371,7 @@ implements
  • setKey

    -
    public void setKey(String key)
    +
    public void setKey(String key)
  • @@ -380,7 +380,7 @@ implements
  • setSite

    -
    public void setSite(String site)
    +
    public void setSite(String site)
  • @@ -389,7 +389,7 @@ implements
  • setType

    -
    public void setType(String type)
    +
    public void setType(String type)
  • @@ -398,7 +398,7 @@ implements
  • setLanguage

    -
    public void setLanguage(String language)
    +
    public void setLanguage(String language)
  • @@ -407,7 +407,7 @@ implements
  • setCountry

    -
    public void setCountry(String country)
    +
    public void setCountry(String country)
  • @@ -416,10 +416,10 @@ implements
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -432,7 +432,7 @@ implements hashCode in class Object +
    hashCode in class Object
    @@ -503,6 +503,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/AlternativeTitle.html index c4f0c4d8f..4088d8b36 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/AlternativeTitle.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.media.AlternativeTitle (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.media.AlternativeTitle (API-The MovieDB 4.4-SNAPSHOT API) @@ -115,7 +115,7 @@
    ResultList<AlternativeTitle> TheMovieDbApi.getMovieAlternativeTitles(int movieId, - String country) + String country)
    This method is used to retrieve all of the alternative titles we have for a particular movie.
    @@ -143,7 +143,7 @@ ResultList<AlternativeTitle> TmdbMovies.getMovieAlternativeTitles(int movieId, - String country) + String country)
    This method is used to retrieve all of the alternative titles we have for a particular movie.
    @@ -168,7 +168,7 @@ -List<AlternativeTitle> +List<AlternativeTitle> MovieInfo.getAlternativeTitles()  @@ -186,7 +186,7 @@ -List<AlternativeTitle> +List<AlternativeTitle> TVInfo.getAlternativeTitles()  @@ -217,7 +217,7 @@ -List<AlternativeTitle> +List<AlternativeTitle> WrapperAlternativeTitles.getTitles()  @@ -231,7 +231,7 @@ void -WrapperAlternativeTitles.setTitles(List<AlternativeTitle> titles)  +WrapperAlternativeTitles.setTitles(List<AlternativeTitle> titles)  @@ -285,6 +285,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaBasic.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaBasic.html index 7f724bdcb..3037a69d8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaBasic.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.media.MediaBasic (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.media.MediaBasic (API-The MovieDB 4.4-SNAPSHOT API) @@ -122,10 +122,10 @@ ResultList<MediaBasic> -TheMovieDbApi.searchMulti(String query, - Integer page, - String language, - Boolean includeAdult) +TheMovieDbApi.searchMulti(String query, + Integer page, + String language, + Boolean includeAdult)
    Search the movie, tv show and person collections with a single query.
    @@ -145,10 +145,10 @@ ResultList<MediaBasic> -TmdbSearch.searchMulti(String query, - Integer page, - String language, - Boolean includeAdult) +TmdbSearch.searchMulti(String query, + Integer page, + String language, + Boolean includeAdult)
    Search the movie, tv show and person collections with a single query.
    @@ -224,7 +224,7 @@ -List<MediaBasic> +List<MediaBasic> PersonFind.getKnownFor()  @@ -238,7 +238,7 @@ void -PersonFind.setKnownFor(List<? extends MediaBasic> knownFor)  +PersonFind.setKnownFor(List<? extends MediaBasic> knownFor)  @@ -291,7 +291,7 @@ -List<MediaBasic> +List<MediaBasic> WrapperMultiSearch.getResults()  @@ -305,7 +305,7 @@ void -WrapperMultiSearch.setResults(List<? extends MediaBasic> results)  +WrapperMultiSearch.setResults(List<? extends MediaBasic> results)  @@ -359,6 +359,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditList.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditList.html index e7e9821b5..a7ad637ab 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditList.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditList.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.media.MediaCreditList (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.media.MediaCreditList (API-The MovieDB 4.4-SNAPSHOT API) @@ -132,7 +132,7 @@ MediaCreditList TheMovieDbApi.getTVCredits(int tvID, - String language) + String language)
    Get the cast & crew information about a TV series.
    @@ -174,7 +174,7 @@ MediaCreditList TmdbTV.getTVCredits(int tvID, - String language) + String language)
    Get the cast & crew information about a TV series.
    @@ -212,7 +212,7 @@ MediaCreditList -TVSeasonInfo.getCredits()  +TVInfo.getCredits()  MediaCreditList @@ -220,7 +220,7 @@ MediaCreditList -TVInfo.getCredits()  +TVSeasonInfo.getCredits()  @@ -233,7 +233,7 @@ void -TVSeasonInfo.setCredits(MediaCreditList credits)  +TVInfo.setCredits(MediaCreditList credits)  void @@ -241,7 +241,7 @@ void -TVInfo.setCredits(MediaCreditList credits)  +TVSeasonInfo.setCredits(MediaCreditList credits)  @@ -295,6 +295,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html index 3edd866d0..ba134f897 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.media.MediaState (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.media.MediaState (API-The MovieDB 4.4-SNAPSHOT API) @@ -105,7 +105,7 @@ TheMovieDbApi.getEpisodeAccountState(int tvID, int seasonNumber, int episodeNumber, - String sessionID) + String sessionID)
    This method lets users get the status of whether or not the TV episode has been rated.
    @@ -113,7 +113,7 @@ MediaState TheMovieDbApi.getMovieAccountState(int movieId, - String sessionId) + String sessionId)
    This method lets a user get the status of whether or not the movie has been rated or added to their favourite or movie watch list.
    @@ -121,7 +121,7 @@ MediaState TheMovieDbApi.getSeasonAccountState(int tvID, - String sessionID) + String sessionID)
    This method lets users get the status of whether or not the TV episodes of a season have been rated.
    @@ -129,7 +129,7 @@ MediaState TheMovieDbApi.getTVAccountState(int tvID, - String sessionID) + String sessionID)
    This method lets users get the status of whether or not the TV show has been rated or added to their favourite or watch lists.
    @@ -153,7 +153,7 @@ TmdbEpisodes.getEpisodeAccountState(int tvID, int seasonNumber, int episodeNumber, - String sessionID) + String sessionID)
    This method lets users get the status of whether or not the TV episode has been rated.
    @@ -161,7 +161,7 @@ MediaState TmdbMovies.getMovieAccountState(int movieId, - String sessionId) + String sessionId)
    This method lets a user get the status of whether or not the movie has been rated or added to their favourite or movie watch list.
    @@ -169,14 +169,14 @@ MediaState TmdbSeasons.getSeasonAccountState(int tvID, - String sessionID) + String sessionID)
    This method lets users get the status of whether or not the TV episodes of a season have been rated.
    MediaState TmdbTV.getTVAccountState(int tvID, - String sessionID) + String sessionID)
    This method lets users get the status of whether or not the TV show has been rated or added to their favourite or watch lists.
    @@ -233,6 +233,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html index 652cf23de..86fdb4001 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.media.RatedValue (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.media.RatedValue (API-The MovieDB 4.4-SNAPSHOT API) @@ -152,6 +152,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html index 47004983f..0acbc27ae 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.media.Trailer (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.media.Trailer (API-The MovieDB 4.4-SNAPSHOT API) @@ -98,11 +98,11 @@ void -WrapperVideos.setQuickTime(List<Trailer> trailers)  +WrapperVideos.setQuickTime(List<Trailer> trailers)  void -WrapperVideos.setYouTube(List<Trailer> trailers)  +WrapperVideos.setYouTube(List<Trailer> trailers)  @@ -156,6 +156,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html index e82a748fa..318847ccc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.media.Translation (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.media.Translation (API-The MovieDB 4.4-SNAPSHOT API) @@ -166,7 +166,7 @@ -List<Translation> +List<Translation> MovieInfo.getTranslations()  @@ -184,7 +184,7 @@ -List<Translation> +List<Translation> TVInfo.getTranslations()  @@ -202,7 +202,7 @@ -List<Translation> +List<Translation> WrapperTranslations.getTranslations()  @@ -216,7 +216,7 @@ void -WrapperTranslations.setTranslations(List<Translation> translations)  +WrapperTranslations.setTranslations(List<Translation> translations)  @@ -270,6 +270,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html index cbdc8dc3b..13ffee233 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.media.Video (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.media.Video (API-The MovieDB 4.4-SNAPSHOT API) @@ -117,7 +117,7 @@ TheMovieDbApi.getEpisodeVideos(int tvID, int seasonNumber, int episodeNumber, - String language) + String language)
    Get the videos that have been added to a TV episode (teasers, clips, etc...)
    @@ -125,7 +125,7 @@ ResultList<Video> TheMovieDbApi.getMovieVideos(int movieId, - String language) + String language)
    This method is used to retrieve all of the trailers for a particular movie.
    @@ -134,7 +134,7 @@ ResultList<Video> TheMovieDbApi.getSeasonVideos(int tvID, int seasonNumber, - String language) + String language)
    Get the videos that have been added to a TV season (trailers, teasers, etc...)
    @@ -142,7 +142,7 @@ ResultList<Video> TheMovieDbApi.getTVVideos(int tvID, - String language) + String language)
    Get the videos that have been added to a TV series (trailers, opening credits, etc...)
    @@ -166,7 +166,7 @@ TmdbEpisodes.getEpisodeVideos(int tvID, int seasonNumber, int episodeNumber, - String language) + String language)
    Get the videos that have been added to a TV episode (teasers, clips, etc...)
    @@ -174,7 +174,7 @@ ResultList<Video> TmdbMovies.getMovieVideos(int movieId, - String language) + String language)
    This method is used to retrieve all of the trailers for a particular movie.
    @@ -182,14 +182,14 @@ ResultList<Video> TmdbSeasons.getSeasonVideos(int tvID, int seasonNumber, - String language) + String language)
    Get the videos that have been added to a TV season (trailers, teasers, etc...)
    ResultList<Video> TmdbTV.getTVVideos(int tvID, - String language) + String language)
    Get the videos that have been added to a TV series (trailers, opening credits, etc...)
    @@ -209,7 +209,7 @@ -List<Video> +List<Video> MovieInfo.getVideos()  @@ -227,16 +227,16 @@ -List<Video> -TVSeasonInfo.getVideos()  +List<Video> +TVInfo.getVideos()  -List<Video> +List<Video> TVEpisodeInfo.getVideos()  -List<Video> -TVInfo.getVideos()  +List<Video> +TVSeasonInfo.getVideos()  @@ -249,7 +249,7 @@ void -TVSeasonInfo.setVideos(WrapperGenericList<Video> videos)  +TVInfo.setVideos(WrapperGenericList<Video> videos)  void @@ -257,7 +257,7 @@ void -TVInfo.setVideos(WrapperGenericList<Video> videos)  +TVSeasonInfo.setVideos(WrapperGenericList<Video> videos)  @@ -274,7 +274,7 @@ -List<Video> +List<Video> WrapperVideos.getVideos()  @@ -288,7 +288,7 @@ void -WrapperVideos.setVideos(List<Video> videos)  +WrapperVideos.setVideos(List<Video> videos)  @@ -342,6 +342,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html index 5efe4bac0..88685e845 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.model.media (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.media (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html index ee442ee9c..bcc2be555 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.media (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.media (API-The MovieDB 4.4-SNAPSHOT API) @@ -164,6 +164,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html index bffb44403..fd488da9b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.media Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.media Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,20 +73,20 @@

    Class Hierarchy

    @@ -136,6 +136,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-use.html b/apidocs/com/omertron/themoviedbapi/model/media/package-use.html index d7aa9b6bc..d8ac48a2a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.model.media (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.model.media (API-The MovieDB 4.4-SNAPSHOT API) @@ -370,6 +370,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html index 9f7c4d1b4..62c4c37d9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html @@ -2,16 +2,16 @@ - + -MovieBasic (API-The MovieDB 4.3 API) +MovieBasic (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -313,7 +313,7 @@ implements
  • setMediaId

    -
    public void setMediaId(String mediaId)
    +
    public void setMediaId(String mediaId)
  • @@ -340,7 +340,7 @@ implements
  • getOriginalTitle

    -
    public String getOriginalTitle()
    +
    public String getOriginalTitle()
  • @@ -349,7 +349,7 @@ implements
  • setOriginalTitle

    -
    public void setOriginalTitle(String originalTitle)
    +
    public void setOriginalTitle(String originalTitle)
  • @@ -358,7 +358,7 @@ implements
  • getReleaseDate

    -
    public String getReleaseDate()
    +
    public String getReleaseDate()
  • @@ -367,7 +367,7 @@ implements
  • setReleaseDate

    -
    public void setReleaseDate(String releaseDate)
    +
    public void setReleaseDate(String releaseDate)
  • @@ -376,7 +376,7 @@ implements
  • getTitle

    -
    public String getTitle()
    +
    public String getTitle()
  • @@ -385,7 +385,7 @@ implements
  • setTitle

    -
    public void setTitle(String title)
    +
    public void setTitle(String title)
  • @@ -403,7 +403,7 @@ implements
  • setVideo

    -
    public void setVideo(Boolean video)
    +
    public void setVideo(Boolean video)
  • @@ -430,7 +430,7 @@ implements
  • getGenreIds

    -
    public List<Integer> getGenreIds()
    +
    public List<Integer> getGenreIds()
  • @@ -439,7 +439,7 @@ implements
  • setGenreIds

    -
    public void setGenreIds(List<Integer> genreIds)
    +
    public void setGenreIds(List<Integer> genreIds)
  • @@ -448,7 +448,7 @@ implements
  • getOriginalLanguage

    -
    public String getOriginalLanguage()
    +
    public String getOriginalLanguage()
  • @@ -457,7 +457,7 @@ implements
  • setOriginalLanguage

    -
    public void setOriginalLanguage(String originalLanguage)
    +
    public void setOriginalLanguage(String originalLanguage)
  • @@ -466,7 +466,7 @@ implements
  • getOverview

    -
    public String getOverview()
    +
    public String getOverview()
  • @@ -475,7 +475,7 @@ implements
  • setOverview

    -
    public void setOverview(String overview)
    +
    public void setOverview(String overview)
  • @@ -563,6 +563,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/MovieInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/MovieInfo.html index 574f9a2ac..c4e408888 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/MovieInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/MovieInfo.html @@ -2,16 +2,16 @@ - + -MovieInfo (API-The MovieDB 4.3 API) +MovieInfo (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -451,7 +451,7 @@ implements
  • getImdbID

    -
    public String getImdbID()
    +
    public String getImdbID()
  • @@ -460,7 +460,7 @@ implements
  • getProductionCompanies

    -
    public List<ProductionCompany> getProductionCompanies()
    +
    public List<ProductionCompany> getProductionCompanies()
  • @@ -469,7 +469,7 @@ implements
  • getProductionCountries

    -
    public List<ProductionCountry> getProductionCountries()
    +
    public List<ProductionCountry> getProductionCountries()
  • @@ -487,7 +487,7 @@ implements
  • getSpokenLanguages

    -
    public List<Language> getSpokenLanguages()
    +
    public List<Language> getSpokenLanguages()
  • @@ -496,7 +496,7 @@ implements
  • getTagline

    -
    public String getTagline()
    +
    public String getTagline()
  • @@ -505,7 +505,7 @@ implements
  • getStatus

    -
    public String getStatus()
    +
    public String getStatus()
  • @@ -532,7 +532,7 @@ implements
  • setGenres

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

    -
    public void setHomepage(String homepage)
    +
    public void setHomepage(String homepage)
  • @@ -550,7 +550,7 @@ implements
  • setImdbID

    -
    public void setImdbID(String imdbID)
    +
    public void setImdbID(String imdbID)
  • @@ -559,7 +559,7 @@ implements
  • setProductionCompanies

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

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

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

    -
    public void setTagline(String tagline)
    +
    public void setTagline(String tagline)
  • @@ -604,7 +604,7 @@ implements
  • setStatus

    -
    public void setStatus(String status)
    +
    public void setStatus(String status)
  • @@ -613,7 +613,7 @@ implements
  • getAlternativeTitles

    -
    public List<AlternativeTitle> getAlternativeTitles()
    +
    public List<AlternativeTitle> getAlternativeTitles()
  • @@ -622,7 +622,7 @@ implements
  • getCast

    -
    public List<MediaCreditCast> getCast()
    +
    public List<MediaCreditCast> getCast()
  • @@ -631,7 +631,7 @@ implements
  • getCrew

    -
    public List<MediaCreditCrew> getCrew()
    +
    public List<MediaCreditCrew> getCrew()
  • @@ -640,7 +640,7 @@ implements
  • getImages

    -
    public List<Artwork> getImages()
    +
    public List<Artwork> getImages()
  • @@ -649,7 +649,7 @@ implements
  • getKeywords

    -
    public List<Keyword> getKeywords()
    +
    public List<Keyword> getKeywords()
  • @@ -658,7 +658,7 @@ implements
  • getReleases

    -
    public List<ReleaseInfo> getReleases()
    +
    public List<ReleaseInfo> getReleases()
  • @@ -667,7 +667,7 @@ implements
  • getVideos

    -
    public List<Video> getVideos()
    +
    public List<Video> getVideos()
  • @@ -676,7 +676,7 @@ implements
  • getTranslations

    -
    public List<Translation> getTranslations()
    +
    public List<Translation> getTranslations()
  • @@ -685,7 +685,7 @@ implements
  • getSimilarMovies

    -
    public List<MovieInfo> getSimilarMovies()
    +
    public List<MovieInfo> getSimilarMovies()
  • @@ -694,7 +694,7 @@ implements
  • getLists

    -
    public List<UserList> getLists()
    +
    public List<UserList> getLists()
  • @@ -703,7 +703,7 @@ implements
  • getReviews

    -
    public List<Review> getReviews()
    +
    public List<Review> getReviews()
  • @@ -712,7 +712,7 @@ implements
  • getChanges

    -
    public List<ChangeKeyItem> getChanges()
    +
    public List<ChangeKeyItem> getChanges()
  • @@ -894,6 +894,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html index fdb9f628e..870cdf660 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html @@ -2,16 +2,16 @@ - + -ProductionCompany (API-The MovieDB 4.3 API) +ProductionCompany (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -257,6 +257,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html index 7d06a50ae..59a6ad36e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html @@ -2,16 +2,16 @@ - + -ProductionCountry (API-The MovieDB 4.3 API) +ProductionCountry (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -232,7 +232,7 @@ implements
  • setCountry

    -
    public void setCountry(String country)
    +
    public void setCountry(String country)
  • @@ -241,7 +241,7 @@ implements
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -250,7 +250,7 @@ implements
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -259,10 +259,10 @@ implements
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -275,7 +275,7 @@ implements hashCode in class Object +
    hashCode in class Object
    @@ -346,6 +346,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/Release.html b/apidocs/com/omertron/themoviedbapi/model/movie/Release.html index a3aeb0a07..982708cfe 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/Release.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/Release.html @@ -2,16 +2,16 @@ - + -Release (API-The MovieDB 4.3 API) +Release (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -225,7 +225,7 @@ extends
  • setCertification

    -
    public void setCertification(String certification)
    +
    public void setCertification(String certification)
  • @@ -234,7 +234,7 @@ extends
  • getReleaseDate

    -
    public String getReleaseDate()
    +
    public String getReleaseDate()
  • @@ -243,7 +243,7 @@ extends
  • setReleaseDate

    -
    public void setReleaseDate(String releaseDate)
    +
    public void setReleaseDate(String releaseDate)
  • @@ -313,6 +313,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseDate.html b/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseDate.html index 62a888b92..c04ca4b9a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseDate.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseDate.html @@ -2,16 +2,16 @@ - + -ReleaseDate (API-The MovieDB 4.3 API) +ReleaseDate (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -232,7 +232,7 @@ extends
  • getNote

    -
    public String getNote()
    +
    public String getNote()
  • @@ -241,7 +241,7 @@ extends
  • setNote

    -
    public void setNote(String note)
    +
    public void setNote(String note)
  • @@ -250,7 +250,7 @@ extends
  • getLanguage

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

    -
    public void setLanguage(String language)
    +
    public void setLanguage(String language)
  • @@ -347,6 +347,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseDates.html b/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseDates.html index 377ae905d..c28ec2577 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseDates.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseDates.html @@ -2,16 +2,16 @@ - + -ReleaseDates (API-The MovieDB 4.3 API) +ReleaseDates (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -221,7 +221,7 @@ extends
  • setCountry

    -
    public void setCountry(String country)
    +
    public void setCountry(String country)
  • @@ -230,7 +230,7 @@ extends
  • getReleaseDate

    -
    public List<ReleaseDate> getReleaseDate()
    +
    public List<ReleaseDate> getReleaseDate()
  • @@ -239,7 +239,7 @@ extends
  • setReleaseDate

    -
    public void setReleaseDate(List<ReleaseDate> releaseDate)
    +
    public void setReleaseDate(List<ReleaseDate> releaseDate)
  • @@ -309,6 +309,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html index 5386e8dfe..09e667ef8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html @@ -2,16 +2,16 @@ - + -ReleaseInfo (API-The MovieDB 4.3 API) +ReleaseInfo (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -235,7 +235,7 @@ implements
  • getCountry

    -
    public String getCountry()
    +
    public String getCountry()
  • @@ -244,7 +244,7 @@ implements
  • setCountry

    -
    public void setCountry(String country)
    +
    public void setCountry(String country)
  • @@ -271,10 +271,10 @@ implements
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -287,7 +287,7 @@ implements hashCode in class Object +
    hashCode in class Object
    @@ -358,6 +358,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieBasic.html index 4735dcb19..9d6679876 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieBasic.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.movie.MovieBasic (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.movie.MovieBasic (API-The MovieDB 4.4-SNAPSHOT API) @@ -111,8 +111,8 @@
    ResultList<MovieBasic> TheMovieDbApi.getCompanyMovies(int companyId, - String language, - Integer page) + String language, + Integer page)
    This method is used to retrieve the movies associated with a company.
    @@ -125,7 +125,7 @@ ResultList<MovieBasic> -TheMovieDbApi.getFavoriteMovies(String sessionId, +TheMovieDbApi.getFavoriteMovies(String sessionId, int accountId)
    Get the account favourite movies
    @@ -133,47 +133,47 @@ ResultList<MovieBasic> TheMovieDbApi.getGenreMovies(int genreId, - String language, - Integer page, - Boolean includeAllMovies, - Boolean includeAdult) + String language, + Integer page, + Boolean includeAllMovies, + Boolean includeAdult)
    Get a list of movies per genre.
    ResultList<MovieBasic> -TheMovieDbApi.getGuestRatedMovies(String guestSessionId, - String language, - Integer page, +TheMovieDbApi.getGuestRatedMovies(String guestSessionId, + String language, + Integer page, SortBy sortBy)
    Get a list of rated movies for a specific guest session id.
    ResultList<MovieBasic> -TheMovieDbApi.getKeywordMovies(String keywordId, - String language, - Integer page) +TheMovieDbApi.getKeywordMovies(String keywordId, + String language, + Integer page)
    Get the list of movies for a particular keyword by id.
    ResultList<MovieBasic> -TheMovieDbApi.getRatedMovies(String sessionId, +TheMovieDbApi.getRatedMovies(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of rated movies (and associated rating) for an account.
    ResultList<MovieBasic> -TheMovieDbApi.getWatchListMovie(String sessionId, +TheMovieDbApi.getWatchListMovie(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of movies on an accounts watchlist.
    @@ -194,8 +194,8 @@ ResultList<MovieBasic> TmdbCompanies.getCompanyMovies(int companyId, - String language, - Integer page) + String language, + Integer page)
    This method is used to retrieve the movies associated with a company.
    @@ -207,7 +207,7 @@ ResultList<MovieBasic> -TmdbAccount.getFavoriteMovies(String sessionId, +TmdbAccount.getFavoriteMovies(String sessionId, int accountId)
    Get the list of favorite movies for an account.
    @@ -215,47 +215,47 @@ ResultList<MovieBasic> TmdbGenres.getGenreMovies(int genreId, - String language, - Integer page, - Boolean includeAllMovies, - Boolean includeAdult) + String language, + Integer page, + Boolean includeAllMovies, + Boolean includeAdult)
    Get the list of movies for a particular genre by id.
    ResultList<MovieBasic> -TmdbAccount.getGuestRatedMovies(String guestSessionId, - String language, - Integer page, +TmdbAccount.getGuestRatedMovies(String guestSessionId, + String language, + Integer page, SortBy sortBy)
    Get a list of rated movies for a specific guest session id.
    ResultList<MovieBasic> -TmdbKeywords.getKeywordMovies(String keywordId, - String language, - Integer page) +TmdbKeywords.getKeywordMovies(String keywordId, + String language, + Integer page)
    Get the list of movies for a particular keyword by id.
    ResultList<MovieBasic> -TmdbAccount.getRatedMovies(String sessionId, +TmdbAccount.getRatedMovies(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of rated movies (and associated rating) for an account.
    ResultList<MovieBasic> -TmdbAccount.getWatchListMovie(String sessionId, +TmdbAccount.getWatchListMovie(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of movies on an accounts watch list.
    @@ -274,7 +274,7 @@ -List<MovieBasic> +List<MovieBasic> FindResults.getMovieResults()  @@ -288,7 +288,7 @@ void -FindResults.setMovieResults(List<MovieBasic> movieResults)  +FindResults.setMovieResults(List<MovieBasic> movieResults)  @@ -362,6 +362,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieInfo.html index 8219a1242..e64d8db22 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieInfo.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.movie.MovieInfo (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.movie.MovieInfo (API-The MovieDB 4.4-SNAPSHOT API) @@ -113,16 +113,16 @@ MovieInfo TheMovieDbApi.getMovieInfo(int movieId, - String language, - String... appendToResponse) + String language, + String... appendToResponse)
    This method is used to retrieve all of the basic movie information.
    MovieInfo -TheMovieDbApi.getMovieInfoImdb(String imdbId, - String language, - String... appendToResponse) +TheMovieDbApi.getMovieInfoImdb(String imdbId, + String language, + String... appendToResponse)
    This method is used to retrieve all of the basic movie information.
    @@ -137,56 +137,56 @@ ListItem<MovieInfo> -TheMovieDbApi.getList(String listId) +TheMovieDbApi.getList(String listId)
    Get a list by its ID
    ResultList<MovieInfo> -TheMovieDbApi.getNowPlayingMovies(Integer page, - String language) +TheMovieDbApi.getNowPlayingMovies(Integer page, + String language)
    This method is used to retrieve the movies currently in theatres.
    ResultList<MovieInfo> -TheMovieDbApi.getPopularMovieList(Integer page, - String language) +TheMovieDbApi.getPopularMovieList(Integer page, + String language)
    This method is used to retrieve the daily movie popularity list.
    ResultList<MovieInfo> TheMovieDbApi.getSimilarMovies(int movieId, - Integer page, - String language) + Integer page, + String language)
    The similar movies method will let you retrieve the similar movies for a particular movie.
    ResultList<MovieInfo> -TheMovieDbApi.getTopRatedMovies(Integer page, - String language) +TheMovieDbApi.getTopRatedMovies(Integer page, + String language)
    This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
    ResultList<MovieInfo> -TheMovieDbApi.getUpcoming(Integer page, - String language) +TheMovieDbApi.getUpcoming(Integer page, + String language)
    Get the list of upcoming movies.
    ResultList<MovieInfo> -TheMovieDbApi.searchMovie(String query, - Integer page, - String language, - Boolean includeAdult, - Integer searchYear, - Integer primaryReleaseYear, +TheMovieDbApi.searchMovie(String query, + Integer page, + String language, + Boolean includeAdult, + Integer searchYear, + Integer primaryReleaseYear, SearchType searchType)
    Search Movies This is a good starting point to start finding movies on TMDb.
    @@ -204,16 +204,16 @@ static boolean Compare.movies(MovieInfo moviedb, - String title, - String year) + String title, + String year)
    Compare the MovieDB object with a title & year
    static boolean Compare.movies(MovieInfo moviedb, - String title, - String year, + String title, + String year, int maxDistance)
    Compare the MovieDB object with a title & year, case sensitive
    @@ -221,8 +221,8 @@ static boolean Compare.movies(MovieInfo moviedb, - String title, - String year, + String title, + String year, int maxDistance, boolean caseSensitive)
    Compare the MovieDB object with a title & year
    @@ -251,16 +251,16 @@ MovieInfo TmdbMovies.getMovieInfo(int movieId, - String language, - String... appendToResponse) + String language, + String... appendToResponse)
    This method is used to retrieve all of the basic movie information.
    MovieInfo -TmdbMovies.getMovieInfoImdb(String imdbId, - String language, - String... appendToResponse) +TmdbMovies.getMovieInfoImdb(String imdbId, + String language, + String... appendToResponse)
    This method is used to retrieve all of the basic movie information.
    @@ -275,54 +275,54 @@ ListItem<MovieInfo> -TmdbLists.getList(String listId) +TmdbLists.getList(String listId)
    Get a list by its ID
    ResultList<MovieInfo> -TmdbMovies.getNowPlayingMovies(Integer page, - String language) +TmdbMovies.getNowPlayingMovies(Integer page, + String language)
    This method is used to retrieve the movies currently in theatres.
    ResultList<MovieInfo> -TmdbMovies.getPopularMovieList(Integer page, - String language) +TmdbMovies.getPopularMovieList(Integer page, + String language)
    This method is used to retrieve the daily movie popularity list.
    ResultList<MovieInfo> TmdbMovies.getSimilarMovies(int movieId, - Integer page, - String language) + Integer page, + String language)
    The similar movies method will let you retrieve the similar movies for a particular movie.
    ResultList<MovieInfo> -TmdbMovies.getTopRatedMovies(Integer page, - String language) +TmdbMovies.getTopRatedMovies(Integer page, + String language)
    This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
    ResultList<MovieInfo> -TmdbMovies.getUpcoming(Integer page, - String language) +TmdbMovies.getUpcoming(Integer page, + String language)
    Get the list of upcoming movies.
    ResultList<MovieInfo> -TmdbSearch.searchMovie(String query, - Integer page, - String language, - Boolean includeAdult, - Integer searchYear, - Integer primaryReleaseYear, +TmdbSearch.searchMovie(String query, + Integer page, + String language, + Boolean includeAdult, + Integer searchYear, + Integer primaryReleaseYear, SearchType searchType)
    Search Movies This is a good starting point to start finding movies on TMDb.
    @@ -342,7 +342,7 @@ -List<MovieInfo> +List<MovieInfo> MovieInfo.getSimilarMovies()  @@ -410,6 +410,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html index c1723ce25..547cfb371 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.movie.ProductionCompany (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.movie.ProductionCompany (API-The MovieDB 4.4-SNAPSHOT API) @@ -101,7 +101,7 @@ -List<ProductionCompany> +List<ProductionCompany> MovieInfo.getProductionCompanies()  @@ -115,7 +115,7 @@ void -MovieInfo.setProductionCompanies(List<ProductionCompany> productionCompanies)  +MovieInfo.setProductionCompanies(List<ProductionCompany> productionCompanies)  @@ -132,7 +132,7 @@ -List<ProductionCompany> +List<ProductionCompany> TVInfo.getProductionCompanies()  @@ -146,7 +146,7 @@ void -TVInfo.setProductionCompanies(List<ProductionCompany> productionCompanies)  +TVInfo.setProductionCompanies(List<ProductionCompany> productionCompanies)  @@ -200,6 +200,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html index b6919d738..fb62eb749 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.movie.ProductionCountry (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.movie.ProductionCountry (API-The MovieDB 4.4-SNAPSHOT API) @@ -97,7 +97,7 @@ -List<ProductionCountry> +List<ProductionCountry> MovieInfo.getProductionCountries()  @@ -111,7 +111,7 @@ void -MovieInfo.setProductionCountries(List<ProductionCountry> productionCountries)  +MovieInfo.setProductionCountries(List<ProductionCountry> productionCountries)  @@ -165,6 +165,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/Release.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/Release.html index 4d24f57ed..846ffcad8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/Release.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/Release.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.movie.Release (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.movie.Release (API-The MovieDB 4.4-SNAPSHOT API) @@ -156,6 +156,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseDate.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseDate.html index 0123b1a42..97c2de338 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseDate.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseDate.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.movie.ReleaseDate (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.movie.ReleaseDate (API-The MovieDB 4.4-SNAPSHOT API) @@ -97,7 +97,7 @@ -List<ReleaseDate> +List<ReleaseDate> ReleaseDates.getReleaseDate()  @@ -111,7 +111,7 @@ void -ReleaseDates.setReleaseDate(List<ReleaseDate> releaseDate)  +ReleaseDates.setReleaseDate(List<ReleaseDate> releaseDate)  @@ -165,6 +165,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseDates.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseDates.html index 7b54a315e..fb60586d4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseDates.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseDates.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.movie.ReleaseDates (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.movie.ReleaseDates (API-The MovieDB 4.4-SNAPSHOT API) @@ -154,6 +154,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html index ee5443f7d..b2636f162 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.movie.ReleaseInfo (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.movie.ReleaseInfo (API-The MovieDB 4.4-SNAPSHOT API) @@ -111,7 +111,7 @@ ResultList<ReleaseInfo> TheMovieDbApi.getMovieReleaseInfo(int movieId, - String language) + String language)
    This method is used to retrieve all of the release and certification data we have for a specific movie.
    @@ -133,7 +133,7 @@ ResultList<ReleaseInfo> TmdbMovies.getMovieReleaseInfo(int movieId, - String language) + String language)
    This method is used to retrieve all of the release and certification data we have for a specific movie.
    @@ -152,7 +152,7 @@ -List<ReleaseInfo> +List<ReleaseInfo> MovieInfo.getReleases()  @@ -170,7 +170,7 @@ -List<ReleaseInfo> +List<ReleaseInfo> WrapperReleaseInfo.getCountries()  @@ -184,7 +184,7 @@ void -WrapperReleaseInfo.setCountries(List<ReleaseInfo> countries)  +WrapperReleaseInfo.setCountries(List<ReleaseInfo> countries)  @@ -238,6 +238,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html index 0af431e52..65f1662de 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html index cc3ee3ec6..3408848ee 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.4-SNAPSHOT API) @@ -162,6 +162,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html index 142d5b048..782964423 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.movie Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.movie Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,29 +73,29 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html index 4a3f8e642..6c477f762 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.4-SNAPSHOT API) @@ -287,6 +287,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/network/Network.html b/apidocs/com/omertron/themoviedbapi/model/network/Network.html index 978c20094..0a0707724 100644 --- a/apidocs/com/omertron/themoviedbapi/model/network/Network.html +++ b/apidocs/com/omertron/themoviedbapi/model/network/Network.html @@ -2,16 +2,16 @@ - + -Network (API-The MovieDB 4.3 API) +Network (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html index 50f1eb783..ad4574dc4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.model.network (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.network (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html index e79bcf6a4..2fc5ff78e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.network (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.network (API-The MovieDB 4.4-SNAPSHOT API) @@ -130,6 +130,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/network/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/network/package-tree.html index 7a98d1293..e76b41843 100644 --- a/apidocs/com/omertron/themoviedbapi/model/network/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/network/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.network Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.network Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,13 +73,13 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/network/package-use.html b/apidocs/com/omertron/themoviedbapi/model/network/package-use.html index cc41bade7..4dcc3be31 100644 --- a/apidocs/com/omertron/themoviedbapi/model/network/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/network/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.model.network (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.model.network (API-The MovieDB 4.4-SNAPSHOT API) @@ -183,6 +183,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html index ce97a7ce8..3c08e7bc1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.model (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html index 39efc8714..7b1f79bc9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model (API-The MovieDB 4.4-SNAPSHOT API) @@ -156,6 +156,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/package-tree.html index 530d05289..58c585f7d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,18 +73,18 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/package-use.html b/apidocs/com/omertron/themoviedbapi/model/package-use.html index a4ffbfcfb..b8261cbc9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 4.4-SNAPSHOT API) @@ -593,6 +593,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/person/ContentRating.html b/apidocs/com/omertron/themoviedbapi/model/person/ContentRating.html index dd9bb84cb..1b37ab8a3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/ContentRating.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/ContentRating.html @@ -2,16 +2,16 @@ - + -ContentRating (API-The MovieDB 4.3 API) +ContentRating (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -212,7 +212,7 @@ implements
  • setCountry

    -
    public void setCountry(String country)
    +
    public void setCountry(String country)
  • @@ -221,7 +221,7 @@ implements
  • getRating

    -
    public String getRating()
    +
    public String getRating()
  • @@ -230,7 +230,7 @@ implements
  • setRating

    -
    public void setRating(String rating)
    +
    public void setRating(String rating)
  • @@ -300,6 +300,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/person/CreditInfo.html b/apidocs/com/omertron/themoviedbapi/model/person/CreditInfo.html index ad11da5df..5f35724fe 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/CreditInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/CreditInfo.html @@ -2,16 +2,16 @@ - + -CreditInfo (API-The MovieDB 4.3 API) +CreditInfo (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -255,7 +255,7 @@ implements
  • getId

    -
    public String getId()
    +
    public String getId()
  • @@ -264,7 +264,7 @@ implements
  • setId

    -
    public void setId(String id)
    +
    public void setId(String id)
  • @@ -273,7 +273,7 @@ implements
  • getCreditType

    -
    public String getCreditType()
    +
    public String getCreditType()
  • @@ -282,7 +282,7 @@ implements
  • setCreditType

    -
    public void setCreditType(String creditType)
    +
    public void setCreditType(String creditType)
  • @@ -291,7 +291,7 @@ implements
  • getDepartment

    -
    public String getDepartment()
    +
    public String getDepartment()
  • @@ -300,7 +300,7 @@ implements
  • setDepartment

    -
    public void setDepartment(String department)
    +
    public void setDepartment(String department)
  • @@ -309,7 +309,7 @@ implements
  • getJob

    -
    public String getJob()
    +
    public String getJob()
  • @@ -318,7 +318,7 @@ implements
  • setJob

    -
    public void setJob(String job)
    +
    public void setJob(String job)
  • @@ -327,7 +327,7 @@ implements
  • getMediaType

    -
    public String getMediaType()
    +
    public String getMediaType()
  • @@ -336,7 +336,7 @@ implements
  • setMediaType

    -
    public void setMediaType(String mediaType)
    +
    public void setMediaType(String mediaType)
  • @@ -442,6 +442,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/person/ExternalID.html b/apidocs/com/omertron/themoviedbapi/model/person/ExternalID.html index c355464e7..440e41d3b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/ExternalID.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/ExternalID.html @@ -2,16 +2,16 @@ - + -ExternalID (API-The MovieDB 4.3 API) +ExternalID (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -298,7 +298,7 @@ implements
  • setImdbId

    -
    public void setImdbId(String imdbId)
    +
    public void setImdbId(String imdbId)
  • @@ -307,7 +307,7 @@ implements
  • getFreebaseMid

    -
    public String getFreebaseMid()
    +
    public String getFreebaseMid()
  • @@ -316,7 +316,7 @@ implements
  • setFreebaseMid

    -
    public void setFreebaseMid(String freebaseMid)
    +
    public void setFreebaseMid(String freebaseMid)
  • @@ -325,7 +325,7 @@ implements
  • getFreebaseId

    -
    public String getFreebaseId()
    +
    public String getFreebaseId()
  • @@ -334,7 +334,7 @@ implements
  • setFreebaseId

    -
    public void setFreebaseId(String freebaseId)
    +
    public void setFreebaseId(String freebaseId)
  • @@ -343,7 +343,7 @@ implements
  • getTvrageId

    -
    public String getTvrageId()
    +
    public String getTvrageId()
  • @@ -352,7 +352,7 @@ implements
  • setTvrageId

    -
    public void setTvrageId(String tvrageId)
    +
    public void setTvrageId(String tvrageId)
  • @@ -361,7 +361,7 @@ implements
  • getTvdbId

    -
    public String getTvdbId()
    +
    public String getTvdbId()
  • @@ -370,7 +370,7 @@ implements
  • setTvdbId

    -
    public void setTvdbId(String tvdbId)
    +
    public void setTvdbId(String tvdbId)
  • @@ -379,7 +379,7 @@ implements
  • getFacebookId

    -
    public String getFacebookId()
    +
    public String getFacebookId()
  • @@ -388,7 +388,7 @@ implements
  • setFacebookId

    -
    public void setFacebookId(String facebookId)
    +
    public void setFacebookId(String facebookId)
  • @@ -397,7 +397,7 @@ implements
  • getTwitterId

    -
    public String getTwitterId()
    +
    public String getTwitterId()
  • @@ -406,7 +406,7 @@ implements
  • setTwitterId

    -
    public void setTwitterId(String twitterId)
    +
    public void setTwitterId(String twitterId)
  • @@ -476,6 +476,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html index cb7e4b06b..eabba0c25 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html @@ -2,16 +2,16 @@ - + -PersonBasic (API-The MovieDB 4.3 API) +PersonBasic (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -232,7 +232,7 @@ implements
  • setProfilePath

    -
    public void setProfilePath(String profilePath)
    +
    public void setProfilePath(String profilePath)
  • @@ -302,6 +302,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditList.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditList.html index d8f73a556..8e4d9315b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditList.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditList.html @@ -2,16 +2,16 @@ - + -PersonCreditList (API-The MovieDB 4.3 API) +PersonCreditList (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -250,7 +250,7 @@ implements
  • getCast

    -
    public List<T> getCast()
    +
    public List<T> getCast()
  • @@ -259,7 +259,7 @@ implements
  • setCast

    -
    public void setCast(List<T> cast)
    +
    public void setCast(List<T> cast)
  • @@ -268,7 +268,7 @@ implements
  • getCrew

    -
    public List<T> getCrew()
    +
    public List<T> getCrew()
  • @@ -277,7 +277,7 @@ implements
  • setCrew

    -
    public void setCrew(List<T> crew)
    +
    public void setCrew(List<T> crew)
  • @@ -347,6 +347,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html index 5a115bc93..1887b862e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html @@ -2,16 +2,16 @@ - + -PersonCreditsMixIn (API-The MovieDB 4.3 API) +PersonCreditsMixIn (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -199,7 +199,7 @@ extends
  • setCrew

    -
    public void setCrew(List<CreditBasic> crew)
    +
    public void setCrew(List<CreditBasic> crew)
  • @@ -269,6 +269,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html index 4d0fe2b2d..7af319e35 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html @@ -2,16 +2,16 @@ - + -PersonFind (API-The MovieDB 4.3 API) +PersonFind (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -256,7 +256,7 @@ implements
  • setAdult

    -
    public void setAdult(Boolean adult)
    +
    public void setAdult(Boolean adult)
  • @@ -265,7 +265,7 @@ implements
  • getPopularity

    -
    public Float getPopularity()
    +
    public Float getPopularity()
  • @@ -274,7 +274,7 @@ implements
  • setPopularity

    -
    public void setPopularity(Float popularity)
    +
    public void setPopularity(Float popularity)
  • @@ -283,7 +283,7 @@ implements
  • getKnownFor

    -
    public List<MediaBasic> getKnownFor()
    +
    public List<MediaBasic> getKnownFor()
  • @@ -292,7 +292,7 @@ implements
  • setKnownFor

    -
    public void setKnownFor(List<? extends MediaBasic> knownFor)
    +
    public void setKnownFor(List<? extends MediaBasic> knownFor)
  • @@ -362,6 +362,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonInfo.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonInfo.html index bcafac5af..d2085648d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/PersonInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonInfo.html @@ -2,16 +2,16 @@ - + -PersonInfo (API-The MovieDB 4.3 API) +PersonInfo (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -373,7 +373,7 @@ implements
  • getAlsoKnownAs

    -
    public List<String> getAlsoKnownAs()
    +
    public List<String> getAlsoKnownAs()
  • @@ -382,7 +382,7 @@ implements
  • setAlsoKnownAs

    -
    public void setAlsoKnownAs(List<String> alsoKnownAs)
    +
    public void setAlsoKnownAs(List<String> alsoKnownAs)
  • @@ -391,7 +391,7 @@ implements
  • getBiography

    -
    public String getBiography()
    +
    public String getBiography()
  • @@ -400,7 +400,7 @@ implements
  • setBiography

    -
    public void setBiography(String biography)
    +
    public void setBiography(String biography)
  • @@ -409,7 +409,7 @@ implements
  • getBirthday

    -
    public String getBirthday()
    +
    public String getBirthday()
  • @@ -418,7 +418,7 @@ implements
  • setBirthday

    -
    public void setBirthday(String birthday)
    +
    public void setBirthday(String birthday)
  • @@ -427,7 +427,7 @@ implements
  • getDeathday

    -
    public String getDeathday()
    +
    public String getDeathday()
  • @@ -436,7 +436,7 @@ implements
  • setDeathday

    -
    public void setDeathday(String deathday)
    +
    public void setDeathday(String deathday)
  • @@ -445,7 +445,7 @@ implements
  • getHomepage

    -
    public String getHomepage()
    +
    public String getHomepage()
  • @@ -454,7 +454,7 @@ implements
  • setHomepage

    -
    public void setHomepage(String homepage)
    +
    public void setHomepage(String homepage)
  • @@ -463,7 +463,7 @@ implements
  • getImdbId

    -
    public String getImdbId()
    +
    public String getImdbId()
  • @@ -472,7 +472,7 @@ implements
  • setImdbId

    -
    public void setImdbId(String imdbId)
    +
    public void setImdbId(String imdbId)
  • @@ -481,7 +481,7 @@ implements
  • getPlaceOfBirth

    -
    public String getPlaceOfBirth()
    +
    public String getPlaceOfBirth()
  • @@ -490,7 +490,7 @@ implements
  • setPlaceOfBirth

    -
    public void setPlaceOfBirth(String placeOfBirth)
    +
    public void setPlaceOfBirth(String placeOfBirth)
  • @@ -602,7 +602,7 @@ implements
  • getChanges

    -
    public List<ChangeKeyItem> getChanges()
    +
    public List<ChangeKeyItem> getChanges()
  • @@ -620,7 +620,7 @@ implements
  • getImages

    -
    public List<Artwork> getImages()
    +
    public List<Artwork> getImages()
  • @@ -638,7 +638,7 @@ implements
  • getTaggedImages

    -
    public List<ArtworkMedia> getTaggedImages()
    +
    public List<ArtworkMedia> getTaggedImages()
  • @@ -717,6 +717,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/ContentRating.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ContentRating.html index c9cecdc87..ba1591f1f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/ContentRating.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ContentRating.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.person.ContentRating (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.person.ContentRating (API-The MovieDB 4.4-SNAPSHOT API) @@ -145,7 +145,7 @@ -
    List<ContentRating> +List<ContentRating> TVInfo.getContentRatings()  @@ -213,6 +213,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditInfo.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditInfo.html index b3bf9e420..c9c271740 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditInfo.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.person.CreditInfo (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.person.CreditInfo (API-The MovieDB 4.4-SNAPSHOT API) @@ -102,8 +102,8 @@ CreditInfo -TheMovieDbApi.getCreditInfo(String creditId, - String language) +TheMovieDbApi.getCreditInfo(String creditId, + String language)
    Get the detailed information about a particular credit record.
    @@ -123,8 +123,8 @@ CreditInfo -TmdbCredits.getCreditInfo(String creditId, - String language) +TmdbCredits.getCreditInfo(String creditId, + String language)
    Get the detailed information about a particular credit record.
    @@ -180,6 +180,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/ExternalID.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ExternalID.html index 8a7b36241..7be87dd06 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/ExternalID.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ExternalID.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.person.ExternalID (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.person.ExternalID (API-The MovieDB 4.4-SNAPSHOT API) @@ -113,7 +113,7 @@ TheMovieDbApi.getEpisodeExternalID(int tvID, int seasonNumber, int episodeNumber, - String language) + String language)
    Get the external ids for a TV episode by comabination of a season and episode number.
    @@ -128,7 +128,7 @@ ExternalID TheMovieDbApi.getSeasonExternalID(int tvID, int seasonNumber, - String language) + String language)
    Get the external ids that we have stored for a TV season by season number.
    @@ -136,7 +136,7 @@ ExternalID TheMovieDbApi.getTVExternalIDs(int tvID, - String language) + String language)
    Get the external ids that we have stored for a TV series.
    @@ -159,7 +159,7 @@ TmdbEpisodes.getEpisodeExternalID(int tvID, int seasonNumber, int episodeNumber, - String language) + String language)
    Get the external ids for a TV episode by comabination of a season and episode number.
    @@ -174,14 +174,14 @@ ExternalID TmdbSeasons.getSeasonExternalID(int tvID, int seasonNumber, - String language) + String language)
    Get the external ids that we have stored for a TV season by season number.
    ExternalID TmdbTV.getTVExternalIDs(int tvID, - String language) + String language)
    Get the external ids that we have stored for a TV series.
    @@ -232,7 +232,7 @@ ExternalID -TVSeasonInfo.getExternalIDs()  +TVInfo.getExternalIDs()  ExternalID @@ -240,7 +240,7 @@ ExternalID -TVInfo.getExternalIDs()  +TVSeasonInfo.getExternalIDs()  @@ -253,7 +253,7 @@ void -TVSeasonInfo.setExternalIDs(ExternalID externalIDs)  +TVInfo.setExternalIDs(ExternalID externalIDs)  void @@ -261,7 +261,7 @@ void -TVInfo.setExternalIDs(ExternalID externalIDs)  +TVSeasonInfo.setExternalIDs(ExternalID externalIDs)  @@ -315,6 +315,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html index 62943ea06..29638a230 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.person.PersonBasic (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.person.PersonBasic (API-The MovieDB 4.4-SNAPSHOT API) @@ -149,7 +149,7 @@ -List<PersonBasic> +List<PersonBasic> TVInfo.getCreatedBy()  @@ -163,7 +163,7 @@ void -TVInfo.setCreatedBy(List<PersonBasic> createdBy)  +TVInfo.setCreatedBy(List<PersonBasic> createdBy)  @@ -217,6 +217,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditList.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditList.html index 64da7a1bb..cd9dc3a3f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditList.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditList.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.person.PersonCreditList (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.person.PersonCreditList (API-The MovieDB 4.4-SNAPSHOT API) @@ -107,21 +107,21 @@ PersonCreditList<CreditBasic> TheMovieDbApi.getPersonCombinedCredits(int personId, - String language) + String language)
    Get the combined (movie and TV) credits for a specific person id.
    PersonCreditList<CreditMovieBasic> TheMovieDbApi.getPersonMovieCredits(int personId, - String language) + String language)
    Get the movie credits for a specific person id.
    PersonCreditList<CreditTVBasic> TheMovieDbApi.getPersonTVCredits(int personId, - String language) + String language)
    Get the TV credits for a specific person id.
    @@ -142,21 +142,21 @@ PersonCreditList<CreditBasic> TmdbPeople.getPersonCombinedCredits(int personId, - String language) + String language)
    Get the combined (movie and TV) credits for a specific person id.
    PersonCreditList<CreditMovieBasic> TmdbPeople.getPersonMovieCredits(int personId, - String language) + String language)
    Get the movie credits for a specific person id.
    PersonCreditList<CreditTVBasic> TmdbPeople.getPersonTVCredits(int personId, - String language) + String language)
    Get the TV credits for a specific person id.
    @@ -251,6 +251,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html index 9584af6b2..6785ab3c4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.person.PersonCreditsMixIn (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.person.PersonCreditsMixIn (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html index 8ff284ca3..3bd3cba28 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.person.PersonFind (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.person.PersonFind (API-The MovieDB 4.4-SNAPSHOT API) @@ -106,15 +106,15 @@ ResultList<PersonFind> -TheMovieDbApi.getPersonPopular(Integer page) +TheMovieDbApi.getPersonPopular(Integer page)
    Get the list of popular people on The Movie Database.
    ResultList<PersonFind> -TheMovieDbApi.searchPeople(String query, - Integer page, - Boolean includeAdult, +TheMovieDbApi.searchPeople(String query, + Integer page, + Boolean includeAdult, SearchType searchType)
    This is a good starting point to start finding people on TMDb.
    @@ -135,15 +135,15 @@ ResultList<PersonFind> -TmdbPeople.getPersonPopular(Integer page) +TmdbPeople.getPersonPopular(Integer page)
    Get the list of popular people on The Movie Database.
    ResultList<PersonFind> -TmdbSearch.searchPeople(String query, - Integer page, - Boolean includeAdult, +TmdbSearch.searchPeople(String query, + Integer page, + Boolean includeAdult, SearchType searchType)
    This is a good starting point to start finding people on TMDb.
    @@ -163,7 +163,7 @@ -List<PersonFind> +List<PersonFind> FindResults.getPersonResults()  @@ -177,7 +177,7 @@ void -FindResults.setPersonResults(List<PersonFind> personResults)  +FindResults.setPersonResults(List<PersonFind> personResults)  @@ -231,6 +231,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonInfo.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonInfo.html index f21c82782..cffdb3697 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonInfo.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.person.PersonInfo (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.person.PersonInfo (API-The MovieDB 4.4-SNAPSHOT API) @@ -103,7 +103,7 @@ PersonInfo TheMovieDbApi.getPersonInfo(int personId, - String... appendToResponse) + String... appendToResponse)
    Get the general person information for a specific id.
    @@ -130,7 +130,7 @@ PersonInfo TmdbPeople.getPersonInfo(int personId, - String... appendToResponse) + String... appendToResponse)
    Get the general person information for a specific id.
    @@ -192,6 +192,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html index 2d20dbaf3..35d179f9d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.model.person (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.person (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html index 3a7e03d8f..47850c65c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.person (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.person (API-The MovieDB 4.4-SNAPSHOT API) @@ -160,6 +160,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html index dd578bee8..9f95942f8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.person Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.person Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,26 +73,26 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-use.html b/apidocs/com/omertron/themoviedbapi/model/person/package-use.html index cee684a4c..e31e831c4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.model.person (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.model.person (API-The MovieDB 4.4-SNAPSHOT API) @@ -263,6 +263,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/review/Review.html b/apidocs/com/omertron/themoviedbapi/model/review/Review.html index a23a55397..3036bd29b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/review/Review.html +++ b/apidocs/com/omertron/themoviedbapi/model/review/Review.html @@ -2,16 +2,16 @@ - + -Review (API-The MovieDB 4.3 API) +Review (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -272,7 +272,7 @@ implements
  • setId

    -
    public void setId(String id)
    +
    public void setId(String id)
  • @@ -281,7 +281,7 @@ implements
  • getAuthor

    -
    public String getAuthor()
    +
    public String getAuthor()
  • @@ -290,7 +290,7 @@ implements
  • setAuthor

    -
    public void setAuthor(String author)
    +
    public void setAuthor(String author)
  • @@ -299,7 +299,7 @@ implements
  • getContent

    -
    public String getContent()
    +
    public String getContent()
  • @@ -308,7 +308,7 @@ implements
  • setContent

    -
    public void setContent(String content)
    +
    public void setContent(String content)
  • @@ -317,7 +317,7 @@ implements
  • getLangauage

    -
    public String getLangauage()
    +
    public String getLangauage()
  • @@ -326,7 +326,7 @@ implements
  • setLangauage

    -
    public void setLangauage(String langauage)
    +
    public void setLangauage(String langauage)
  • @@ -335,7 +335,7 @@ implements
  • getMediaId

    -
    public String getMediaId()
    +
    public String getMediaId()
  • @@ -344,7 +344,7 @@ implements
  • setMediaId

    -
    public void setMediaId(String mediaId)
    +
    public void setMediaId(String mediaId)
  • @@ -353,7 +353,7 @@ implements
  • getMediaTitle

    -
    public String getMediaTitle()
    +
    public String getMediaTitle()
  • @@ -362,7 +362,7 @@ implements
  • setMediaTitle

    -
    public void setMediaTitle(String mediaTitle)
    +
    public void setMediaTitle(String mediaTitle)
  • @@ -371,7 +371,7 @@ implements
  • getMediaType

    -
    public String getMediaType()
    +
    public String getMediaType()
  • @@ -380,7 +380,7 @@ implements
  • setMediaType

    -
    public void setMediaType(String mediaType)
    +
    public void setMediaType(String mediaType)
  • @@ -389,7 +389,7 @@ implements
  • getUrl

    -
    public String getUrl()
    +
    public String getUrl()
  • @@ -398,7 +398,7 @@ implements
  • setUrl

    -
    public void setUrl(String url)
    +
    public void setUrl(String url)
  • @@ -468,6 +468,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html b/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html index 8e98e753d..ba8d8904b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html +++ b/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.review.Review (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.review.Review (API-The MovieDB 4.4-SNAPSHOT API) @@ -106,7 +106,7 @@
    Review -TheMovieDbApi.getReviews(String reviewId)  +TheMovieDbApi.getReviews(String reviewId)  @@ -120,8 +120,8 @@ ResultList<Review> TheMovieDbApi.getMovieReviews(int movieId, - Integer page, - String language) + Integer page, + String language)
    Get the reviews for a particular movie id.
    @@ -141,7 +141,7 @@ Review -TmdbReviews.getReview(String reviewId) +TmdbReviews.getReview(String reviewId)
    Get the full details of a review by ID.
    @@ -157,8 +157,8 @@ ResultList<Review> TmdbMovies.getMovieReviews(int movieId, - Integer page, - String language) + Integer page, + String language)
    Get the reviews for a particular movie id.
    @@ -177,7 +177,7 @@ -List<Review> +List<Review> MovieInfo.getReviews()  @@ -245,6 +245,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html index c54f151a4..70c879194 100644 --- a/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.model.review (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.review (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html index a383bfca1..09a44ca34 100644 --- a/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.review (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.review (API-The MovieDB 4.4-SNAPSHOT API) @@ -130,6 +130,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html index bc8a8c427..4ee44ca08 100644 --- a/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.review Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.review Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,11 +73,11 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-use.html b/apidocs/com/omertron/themoviedbapi/model/review/package-use.html index 68ac590eb..7df98e0a6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/review/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/review/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.model.review (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.model.review (API-The MovieDB 4.4-SNAPSHOT API) @@ -183,6 +183,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html index 59825240a..60e7fd7a3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html @@ -2,16 +2,16 @@ - + -TVBasic (API-The MovieDB 4.3 API) +TVBasic (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -280,7 +280,7 @@ implements
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -289,7 +289,7 @@ implements
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -298,7 +298,7 @@ implements
  • getOriginalName

    -
    public String getOriginalName()
    +
    public String getOriginalName()
  • @@ -307,7 +307,7 @@ implements
  • setOriginalName

    -
    public void setOriginalName(String originalName)
    +
    public void setOriginalName(String originalName)
  • @@ -316,7 +316,7 @@ implements
  • getFirstAirDate

    -
    public String getFirstAirDate()
    +
    public String getFirstAirDate()
  • @@ -325,7 +325,7 @@ implements
  • setFirstAirDate

    -
    public void setFirstAirDate(String firstAirDate)
    +
    public void setFirstAirDate(String firstAirDate)
  • @@ -334,7 +334,7 @@ implements
  • getOriginCountry

    -
    public List<String> getOriginCountry()
    +
    public List<String> getOriginCountry()
  • @@ -343,7 +343,7 @@ implements
  • setOriginCountry

    -
    public void setOriginCountry(List<String> originCountry)
    +
    public void setOriginCountry(List<String> originCountry)
  • @@ -370,7 +370,7 @@ implements
  • getGenreIds

    -
    public List<Integer> getGenreIds()
    +
    public List<Integer> getGenreIds()
  • @@ -379,7 +379,7 @@ implements
  • setGenreIds

    -
    public void setGenreIds(List<Integer> genreIds)
    +
    public void setGenreIds(List<Integer> genreIds)
  • @@ -388,7 +388,7 @@ implements
  • getOriginalLanguage

    -
    public String getOriginalLanguage()
    +
    public String getOriginalLanguage()
  • @@ -397,7 +397,7 @@ implements
  • setOriginalLanguage

    -
    public void setOriginalLanguage(String originalLanguage)
    +
    public void setOriginalLanguage(String originalLanguage)
  • @@ -406,7 +406,7 @@ implements
  • getOverview

    -
    public String getOverview()
    +
    public String getOverview()
  • @@ -415,7 +415,7 @@ implements
  • setOverview

    -
    public void setOverview(String overview)
    +
    public void setOverview(String overview)
  • @@ -485,6 +485,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html index a11a74acc..74b345f66 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html @@ -2,16 +2,16 @@ - + -TVCredit (API-The MovieDB 4.3 API) +TVCredit (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -253,7 +253,7 @@ implements
  • setOriginalName

    -
    public void setOriginalName(String originalName)
    +
    public void setOriginalName(String originalName)
  • @@ -262,7 +262,7 @@ implements
  • getCharacter

    -
    public String getCharacter()
    +
    public String getCharacter()
  • @@ -271,7 +271,7 @@ implements
  • setCharacter

    -
    public void setCharacter(String character)
    +
    public void setCharacter(String character)
  • @@ -280,7 +280,7 @@ implements
  • getSeasons

    -
    public List<TVSeasonBasic> getSeasons()
    +
    public List<TVSeasonBasic> getSeasons()
  • @@ -289,7 +289,7 @@ implements
  • setSeasons

    -
    public void setSeasons(List<TVSeasonBasic> seasons)
    +
    public void setSeasons(List<TVSeasonBasic> seasons)
  • @@ -298,7 +298,7 @@ implements
  • getEpisodes

    -
    public List<TVEpisodeBasic> getEpisodes()
    +
    public List<TVEpisodeBasic> getEpisodes()
  • @@ -307,7 +307,7 @@ implements
  • setEpisodes

    -
    public void setEpisodes(List<TVEpisodeBasic> episodes)
    +
    public void setEpisodes(List<TVEpisodeBasic> episodes)
  • @@ -377,6 +377,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html index d9d2560f0..a5f94373c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html @@ -2,16 +2,16 @@ - + -TVEpisodeBasic (API-The MovieDB 4.3 API) +TVEpisodeBasic (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -281,7 +281,7 @@ implements
  • setAirDate

    -
    public void setAirDate(String airDate)
    +
    public void setAirDate(String airDate)
  • @@ -326,7 +326,7 @@ implements
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -335,7 +335,7 @@ implements
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -344,7 +344,7 @@ implements
  • getOverview

    -
    public String getOverview()
    +
    public String getOverview()
  • @@ -353,7 +353,7 @@ implements
  • setOverview

    -
    public void setOverview(String overview)
    +
    public void setOverview(String overview)
  • @@ -362,7 +362,7 @@ implements
  • getStillPath

    -
    public String getStillPath()
    +
    public String getStillPath()
  • @@ -371,7 +371,7 @@ implements
  • setStillPath

    -
    public void setStillPath(String stillPath)
    +
    public void setStillPath(String stillPath)
  • @@ -380,7 +380,7 @@ implements
  • getShowId

    -
    public String getShowId()
    +
    public String getShowId()
  • @@ -389,7 +389,7 @@ implements
  • setShowId

    -
    public void setShowId(String showId)
    +
    public void setShowId(String showId)
  • @@ -459,6 +459,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html index 79be5c803..81e608fad 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html @@ -2,16 +2,16 @@ - + -TVEpisodeInfo (API-The MovieDB 4.3 API) +TVEpisodeInfo (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -284,7 +284,7 @@ implements
  • getCrew

    -
    public List<MediaCreditCrew> getCrew()
    +
    public List<MediaCreditCrew> getCrew()
  • @@ -293,7 +293,7 @@ implements
  • setCrew

    -
    public void setCrew(List<MediaCreditCrew> crew)
    +
    public void setCrew(List<MediaCreditCrew> crew)
  • @@ -302,7 +302,7 @@ implements
  • getGuestStars

    -
    public List<MediaCreditCast> getGuestStars()
    +
    public List<MediaCreditCast> getGuestStars()
  • @@ -311,7 +311,7 @@ implements
  • setGuestStars

    -
    public void setGuestStars(List<MediaCreditCast> guestStars)
    +
    public void setGuestStars(List<MediaCreditCast> guestStars)
  • @@ -320,7 +320,7 @@ implements
  • getProductionCode

    -
    public String getProductionCode()
    +
    public String getProductionCode()
  • @@ -329,7 +329,7 @@ implements
  • setProductionCode

    -
    public void setProductionCode(String productionCode)
    +
    public void setProductionCode(String productionCode)
  • @@ -405,7 +405,7 @@ implements
  • getImages

    -
    public List<Artwork> getImages()
    +
    public List<Artwork> getImages()
  • @@ -414,7 +414,7 @@ implements
  • getVideos

    -
    public List<Video> getVideos()
    +
    public List<Video> getVideos()
  • @@ -484,6 +484,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html index 88bf6c63e..a33ac399f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html @@ -2,16 +2,16 @@ - + -TVInfo (API-The MovieDB 4.3 API) +TVInfo (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -439,7 +439,7 @@ implements
  • getCreatedBy

    -
    public List<PersonBasic> getCreatedBy()
    +
    public List<PersonBasic> getCreatedBy()
  • @@ -448,7 +448,7 @@ implements
  • setCreatedBy

    -
    public void setCreatedBy(List<PersonBasic> createdBy)
    +
    public void setCreatedBy(List<PersonBasic> createdBy)
  • @@ -457,7 +457,7 @@ implements
  • getEpisodeRunTime

    -
    public List<Integer> getEpisodeRunTime()
    +
    public List<Integer> getEpisodeRunTime()
  • @@ -466,7 +466,7 @@ implements
  • setEpisodeRunTime

    -
    public void setEpisodeRunTime(List<Integer> episodeRunTime)
    +
    public void setEpisodeRunTime(List<Integer> episodeRunTime)
  • @@ -475,7 +475,7 @@ implements
  • getGenres

    -
    public List<Genre> getGenres()
    +
    public List<Genre> getGenres()
  • @@ -484,7 +484,7 @@ implements
  • setGenres

    -
    public void setGenres(List<Genre> genres)
    +
    public void setGenres(List<Genre> genres)
  • @@ -493,7 +493,7 @@ implements
  • getHomepage

    -
    public String getHomepage()
    +
    public String getHomepage()
  • @@ -502,7 +502,7 @@ implements
  • setHomepage

    -
    public void setHomepage(String homepage)
    +
    public void setHomepage(String homepage)
  • @@ -529,7 +529,7 @@ implements
  • getLanguages

    -
    public List<String> getLanguages()
    +
    public List<String> getLanguages()
  • @@ -538,7 +538,7 @@ implements
  • setLanguages

    -
    public void setLanguages(List<String> languages)
    +
    public void setLanguages(List<String> languages)
  • @@ -547,7 +547,7 @@ implements
  • getLastAirDate

    -
    public String getLastAirDate()
    +
    public String getLastAirDate()
  • @@ -556,7 +556,7 @@ implements
  • setLastAirDate

    -
    public void setLastAirDate(String lastAirDate)
    +
    public void setLastAirDate(String lastAirDate)
  • @@ -565,7 +565,7 @@ implements
  • getNetworks

    -
    public List<Network> getNetworks()
    +
    public List<Network> getNetworks()
  • @@ -574,7 +574,7 @@ implements
  • setNetworks

    -
    public void setNetworks(List<Network> networks)
    +
    public void setNetworks(List<Network> networks)
  • @@ -619,7 +619,7 @@ implements
  • getOriginalLanguage

    -
    public String getOriginalLanguage()
    +
    public String getOriginalLanguage()
    Overrides:
    getOriginalLanguage in class TVBasic
    @@ -632,7 +632,7 @@ implements
  • setOriginalLanguage

    -
    public void setOriginalLanguage(String originalLanguage)
    +
    public void setOriginalLanguage(String originalLanguage)
    Overrides:
    setOriginalLanguage in class TVBasic
    @@ -645,7 +645,7 @@ implements
  • getOverview

    -
    public String getOverview()
    +
    public String getOverview()
    Overrides:
    getOverview in class TVBasic
    @@ -658,7 +658,7 @@ implements
  • setOverview

    -
    public void setOverview(String overview)
    +
    public void setOverview(String overview)
    Overrides:
    setOverview in class TVBasic
    @@ -671,7 +671,7 @@ implements
  • getProductionCompanies

    -
    public List<ProductionCompany> getProductionCompanies()
    +
    public List<ProductionCompany> getProductionCompanies()
  • @@ -680,7 +680,7 @@ implements
  • setProductionCompanies

    -
    public void setProductionCompanies(List<ProductionCompany> productionCompanies)
    +
    public void setProductionCompanies(List<ProductionCompany> productionCompanies)
  • @@ -689,7 +689,7 @@ implements
  • getSeasons

    -
    public List<TVSeasonBasic> getSeasons()
    +
    public List<TVSeasonBasic> getSeasons()
  • @@ -698,7 +698,7 @@ implements
  • setSeasons

    -
    public void setSeasons(List<TVSeasonBasic> seasons)
    +
    public void setSeasons(List<TVSeasonBasic> seasons)
  • @@ -707,7 +707,7 @@ implements
  • getStatus

    -
    public String getStatus()
    +
    public String getStatus()
  • @@ -716,7 +716,7 @@ implements
  • setStatus

    -
    public void setStatus(String status)
    +
    public void setStatus(String status)
  • @@ -725,7 +725,7 @@ implements
  • getType

    -
    public String getType()
    +
    public String getType()
  • @@ -734,7 +734,7 @@ implements
  • setType

    -
    public void setType(String type)
    +
    public void setType(String type)
  • @@ -743,7 +743,7 @@ implements
  • setGenreIds

    -
    public void setGenreIds(List<Integer> ids)
    +
    public void setGenreIds(List<Integer> ids)
    Overrides:
    setGenreIds in class TVBasic
    @@ -859,7 +859,7 @@ implements
  • getAlternativeTitles

    -
    public List<AlternativeTitle> getAlternativeTitles()
    +
    public List<AlternativeTitle> getAlternativeTitles()
  • @@ -868,7 +868,7 @@ implements
  • getChanges

    -
    public List<ChangeKeyItem> getChanges()
    +
    public List<ChangeKeyItem> getChanges()
  • @@ -877,7 +877,7 @@ implements
  • getContentRatings

    -
    public List<ContentRating> getContentRatings()
    +
    public List<ContentRating> getContentRatings()
  • @@ -904,7 +904,7 @@ implements
  • getImages

    -
    public List<Artwork> getImages()
    +
    public List<Artwork> getImages()
  • @@ -913,7 +913,7 @@ implements
  • getKeywords

    -
    public List<Keyword> getKeywords()
    +
    public List<Keyword> getKeywords()
  • @@ -922,7 +922,7 @@ implements
  • getTranslations

    -
    public List<Translation> getTranslations()
    +
    public List<Translation> getTranslations()
  • @@ -931,7 +931,7 @@ implements
  • getSimilarTV

    -
    public List<TVInfo> getSimilarTV()
    +
    public List<TVInfo> getSimilarTV()
  • @@ -940,7 +940,7 @@ implements
  • getVideos

    -
    public List<Video> getVideos()
    +
    public List<Video> getVideos()
  • @@ -1010,6 +1010,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html index dc11ca476..63562fa5c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html @@ -2,16 +2,16 @@ - + -TVSeasonBasic (API-The MovieDB 4.3 API) +TVSeasonBasic (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
  • @@ -270,7 +270,7 @@ implements
  • getAirDate

    -
    public String getAirDate()
    +
    public String getAirDate()
  • @@ -279,7 +279,7 @@ implements
  • setAirDate

    -
    public void setAirDate(String airDate)
    +
    public void setAirDate(String airDate)
  • @@ -288,7 +288,7 @@ implements
  • getPosterPath

    -
    public String getPosterPath()
    +
    public String getPosterPath()
  • @@ -297,7 +297,7 @@ implements
  • setPosterPath

    -
    public void setPosterPath(String posterPath)
    +
    public void setPosterPath(String posterPath)
  • @@ -403,6 +403,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html index 5c93f6380..a0f6aa475 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html @@ -2,16 +2,16 @@ - + -TVSeasonInfo (API-The MovieDB 4.3 API) +TVSeasonInfo (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -272,7 +272,7 @@ implements
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -281,7 +281,7 @@ implements
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -290,7 +290,7 @@ implements
  • getOverview

    -
    public String getOverview()
    +
    public String getOverview()
  • @@ -299,7 +299,7 @@ implements
  • setOverview

    -
    public void setOverview(String overview)
    +
    public void setOverview(String overview)
  • @@ -308,7 +308,7 @@ implements
  • getEpisodes

    -
    public List<TVEpisodeInfo> getEpisodes()
    +
    public List<TVEpisodeInfo> getEpisodes()
  • @@ -317,7 +317,7 @@ implements
  • setEpisodes

    -
    public void setEpisodes(List<TVEpisodeInfo> episodes)
    +
    public void setEpisodes(List<TVEpisodeInfo> episodes)
  • @@ -393,7 +393,7 @@ implements
  • getImages

    -
    public List<Artwork> getImages()
    +
    public List<Artwork> getImages()
  • @@ -402,7 +402,7 @@ implements
  • getVideos

    -
    public List<Video> getVideos()
    +
    public List<Video> getVideos()
  • @@ -472,6 +472,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html index d780e76eb..da62d2fe8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.tv.TVBasic (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.tv.TVBasic (API-The MovieDB 4.4-SNAPSHOT API) @@ -117,37 +117,37 @@
    ResultList<TVBasic> -TheMovieDbApi.getFavoriteTv(String sessionId, +TheMovieDbApi.getFavoriteTv(String sessionId, int accountId)
    Get the list of favorite TV series for an account.
    ResultList<TVBasic> -TheMovieDbApi.getRatedTV(String sessionId, +TheMovieDbApi.getRatedTV(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of rated TV shows (and associated rating) for an account.
    ResultList<TVBasic> -TheMovieDbApi.getWatchListTV(String sessionId, +TheMovieDbApi.getWatchListTV(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of movies on an accounts watchlist.
    ResultList<TVBasic> -TheMovieDbApi.searchTV(String query, - Integer page, - String language, - Integer firstAirDateYear, +TheMovieDbApi.searchTV(String query, + Integer page, + String language, + Integer firstAirDateYear, SearchType searchType)
    Search for TV shows by title.
    @@ -174,37 +174,37 @@ ResultList<TVBasic> -TmdbAccount.getFavoriteTv(String sessionId, +TmdbAccount.getFavoriteTv(String sessionId, int accountId)
    Get the list of favorite TV series for an account.
    ResultList<TVBasic> -TmdbAccount.getRatedTV(String sessionId, +TmdbAccount.getRatedTV(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of rated TV shows (and associated rating) for an account.
    ResultList<TVBasic> -TmdbAccount.getWatchListTV(String sessionId, +TmdbAccount.getWatchListTV(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of movies on an accounts watch list.
    ResultList<TVBasic> -TmdbSearch.searchTV(String query, - Integer page, - String language, - Integer firstAirDateYear, +TmdbSearch.searchTV(String query, + Integer page, + String language, + Integer firstAirDateYear, SearchType searchType)
    Search for TV shows by title.
    @@ -224,7 +224,7 @@ -List<TVBasic> +List<TVBasic> FindResults.getTvResults()  @@ -238,7 +238,7 @@ void -FindResults.setTvResults(List<TVBasic> tvResults)  +FindResults.setTvResults(List<TVBasic> tvResults)  @@ -310,6 +310,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html index 320b17463..b382e24c0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.tv.TVCredit (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.tv.TVCredit (API-The MovieDB 4.4-SNAPSHOT API) @@ -165,6 +165,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html index 104b216a9..c9f3cc933 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic (API-The MovieDB 4.4-SNAPSHOT API) @@ -101,7 +101,7 @@ -List<TVEpisodeBasic> +List<TVEpisodeBasic> FindResults.getTvEpisodeResults()  @@ -115,7 +115,7 @@ void -FindResults.setTvEpisodeResults(List<TVEpisodeBasic> tvEpisodeResults)  +FindResults.setTvEpisodeResults(List<TVEpisodeBasic> tvEpisodeResults)  @@ -147,7 +147,7 @@ -List<TVEpisodeBasic> +List<TVEpisodeBasic> TVCredit.getEpisodes()  @@ -161,7 +161,7 @@ void -TVCredit.setEpisodes(List<TVEpisodeBasic> episodes)  +TVCredit.setEpisodes(List<TVEpisodeBasic> episodes)  @@ -215,6 +215,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html index 4e6b7922f..a0aed3d97 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo (API-The MovieDB 4.4-SNAPSHOT API) @@ -109,8 +109,8 @@ TheMovieDbApi.getEpisodeInfo(int tvID, int seasonNumber, int episodeNumber, - String language, - String... appendToResponse) + String language, + String... appendToResponse)
    Get the primary information about a TV episode by combination of a season and episode number.
    @@ -134,8 +134,8 @@ TmdbEpisodes.getEpisodeInfo(int tvID, int seasonNumber, int episodeNumber, - String language, - String... appendToResponse) + String language, + String... appendToResponse)
    Get the primary information about a TV episode by combination of a season and episode number.
    @@ -155,7 +155,7 @@ -List<TVEpisodeInfo> +List<TVEpisodeInfo> TVSeasonInfo.getEpisodes()  @@ -169,7 +169,7 @@ void -TVSeasonInfo.setEpisodes(List<TVEpisodeInfo> episodes)  +TVSeasonInfo.setEpisodes(List<TVEpisodeInfo> episodes)  @@ -223,6 +223,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html index eff07d0cd..35e533207 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.tv.TVInfo (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.tv.TVInfo (API-The MovieDB 4.4-SNAPSHOT API) @@ -113,8 +113,8 @@ TVInfo TheMovieDbApi.getTVInfo(int tvID, - String language, - String... appendToResponse) + String language, + String... appendToResponse)
    Get the primary information about a TV series by id.
    @@ -129,38 +129,38 @@ ResultList<TVInfo> -TheMovieDbApi.getTVAiringToday(Integer page, - String language, - String timezone) +TheMovieDbApi.getTVAiringToday(Integer page, + String language, + String timezone)
    Get the list of TV shows that air today.
    ResultList<TVInfo> -TheMovieDbApi.getTVOnTheAir(Integer page, - String language) +TheMovieDbApi.getTVOnTheAir(Integer page, + String language)
    Get the list of TV shows that are currently on the air.
    ResultList<TVInfo> -TheMovieDbApi.getTVPopular(Integer page, - String language) +TheMovieDbApi.getTVPopular(Integer page, + String language)
    Get the list of popular TV shows.
    ResultList<TVInfo> TheMovieDbApi.getTVSimilar(int tvID, - Integer page, - String language) + Integer page, + String language)
    Get the similar TV shows for a specific tv id.
    ResultList<TVInfo> -TheMovieDbApi.getTVTopRated(Integer page, - String language) +TheMovieDbApi.getTVTopRated(Integer page, + String language)
    Get the list of top rated TV shows.
    @@ -187,8 +187,8 @@ TVInfo TmdbTV.getTVInfo(int tvID, - String language, - String... appendToResponse) + String language, + String... appendToResponse)
    Get the primary information about a TV series by id.
    @@ -203,38 +203,38 @@ ResultList<TVInfo> -TmdbTV.getTVAiringToday(Integer page, - String language, - String timezone) +TmdbTV.getTVAiringToday(Integer page, + String language, + String timezone)
    Get the list of TV shows that air today.
    ResultList<TVInfo> -TmdbTV.getTVOnTheAir(Integer page, - String language) +TmdbTV.getTVOnTheAir(Integer page, + String language)
    Get the list of TV shows that are currently on the air.
    ResultList<TVInfo> -TmdbTV.getTVPopular(Integer page, - String language) +TmdbTV.getTVPopular(Integer page, + String language)
    Get the list of popular TV shows.
    ResultList<TVInfo> TmdbTV.getTVSimilar(int tvID, - Integer page, - String language) + Integer page, + String language)
    Get the similar TV shows for a specific tv id.
    ResultList<TVInfo> -TmdbTV.getTVTopRated(Integer page, - String language) +TmdbTV.getTVTopRated(Integer page, + String language)
    Get the list of top rated TV shows.
    @@ -253,7 +253,7 @@ -List<TVInfo> +List<TVInfo> TVInfo.getSimilarTV()  @@ -321,6 +321,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html index 457ec4022..566fea14b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.tv.TVSeasonBasic (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.tv.TVSeasonBasic (API-The MovieDB 4.4-SNAPSHOT API) @@ -101,7 +101,7 @@ -List<TVSeasonBasic> +List<TVSeasonBasic> FindResults.getTvSeasonResults()  @@ -115,7 +115,7 @@ void -FindResults.setTvSeasonResults(List<TVSeasonBasic> tvSeasonResults)  +FindResults.setTvSeasonResults(List<TVSeasonBasic> tvSeasonResults)  @@ -147,11 +147,11 @@ -List<TVSeasonBasic> +List<TVSeasonBasic> TVInfo.getSeasons()  -List<TVSeasonBasic> +List<TVSeasonBasic> TVCredit.getSeasons()  @@ -165,11 +165,11 @@ void -TVInfo.setSeasons(List<TVSeasonBasic> seasons)  +TVInfo.setSeasons(List<TVSeasonBasic> seasons)  void -TVCredit.setSeasons(List<TVSeasonBasic> seasons)  +TVCredit.setSeasons(List<TVSeasonBasic> seasons)  @@ -223,6 +223,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html index 87e252844..dcb341a54 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.tv.TVSeasonInfo (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.model.tv.TVSeasonInfo (API-The MovieDB 4.4-SNAPSHOT API) @@ -104,8 +104,8 @@ TVSeasonInfo TheMovieDbApi.getSeasonInfo(int tvID, int seasonNumber, - String language, - String... appendToResponse) + String language, + String... appendToResponse)
    Get the primary information about a TV season by its season number.
    @@ -127,8 +127,8 @@ TVSeasonInfo TmdbSeasons.getSeasonInfo(int tvID, int seasonNumber, - String language, - String... appendToResponse) + String language, + String... appendToResponse)
    Get the primary information about a TV season by its season number.
    @@ -184,6 +184,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html index 768858a51..5110c8921 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html index 31e97ee70..705c69120 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.4-SNAPSHOT API) @@ -166,6 +166,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html index c50db10b3..92852d11f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.model.tv Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.model.tv Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,32 +73,32 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html index 08407619c..6d4eb342c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.4-SNAPSHOT API) @@ -285,6 +285,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/package-frame.html b/apidocs/com/omertron/themoviedbapi/package-frame.html index fb8f04bf9..37f47bf2e 100644 --- a/apidocs/com/omertron/themoviedbapi/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html index 7d2cc012a..5add37da9 100644 --- a/apidocs/com/omertron/themoviedbapi/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi (API-The MovieDB 4.4-SNAPSHOT API) @@ -159,6 +159,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/package-tree.html b/apidocs/com/omertron/themoviedbapi/package-tree.html index a698c693e..8ab048e25 100644 --- a/apidocs/com/omertron/themoviedbapi/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,14 +73,14 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/package-use.html b/apidocs/com/omertron/themoviedbapi/package-use.html index 3da7db871..ce6c697ac 100644 --- a/apidocs/com/omertron/themoviedbapi/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi (API-The MovieDB 4.4-SNAPSHOT API) @@ -207,6 +207,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperAll.html index ae29f917b..80287cb43 100644 --- a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperAll.html +++ b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperAll.html @@ -2,16 +2,16 @@ - + -AbstractWrapperAll (API-The MovieDB 4.3 API) +AbstractWrapperAll (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -215,7 +215,7 @@ extends
  • getTypeList

    -
    public <E extends Enum<E>> List<E> getTypeList(Class<E> clz,
    +
    public <E extends Enum<E>> List<E> getTypeList(Class<E> clz,
                                           E[] typeList)
    Get a list of the enums passed
    Type Parameters:
    E -
    Parameters:
    clz - Class of the enum
    typeList - Array of the enums
    @@ -300,6 +300,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperId.html index 52fa9a82d..75f755d3b 100644 --- a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperId.html @@ -2,16 +2,16 @@ - + -AbstractWrapperId (API-The MovieDB 4.3 API) +AbstractWrapperId (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
  • @@ -331,6 +331,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperIdPages.html b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperIdPages.html index 9e710853d..598f0ba1d 100644 --- a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperIdPages.html +++ b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperIdPages.html @@ -2,16 +2,16 @@ - + -AbstractWrapperIdPages (API-The MovieDB 4.3 API) +AbstractWrapperIdPages (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -411,6 +411,6 @@ implements Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/ResultDates.html b/apidocs/com/omertron/themoviedbapi/results/ResultDates.html index 1da8ebd5b..56c3b4d2f 100644 --- a/apidocs/com/omertron/themoviedbapi/results/ResultDates.html +++ b/apidocs/com/omertron/themoviedbapi/results/ResultDates.html @@ -2,16 +2,16 @@ - + -ResultDates (API-The MovieDB 4.3 API) +ResultDates (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -223,7 +223,7 @@ extends
  • getMaximum

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

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

    -
    public void setMaximum(String maximum)
    +
    public void setMaximum(String maximum)
  • @@ -311,6 +311,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/ResultList.html b/apidocs/com/omertron/themoviedbapi/results/ResultList.html index b077c55de..e610379d3 100644 --- a/apidocs/com/omertron/themoviedbapi/results/ResultList.html +++ b/apidocs/com/omertron/themoviedbapi/results/ResultList.html @@ -2,16 +2,16 @@ - + -ResultList (API-The MovieDB 4.3 API) +ResultList (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -267,7 +267,7 @@ extends
  • getResults

    -
    public List<T> getResults()
    +
    public List<T> getResults()
  • @@ -276,7 +276,7 @@ extends
  • setResults

    -
    public void setResults(List<T> results)
    +
    public void setResults(List<T> results)
  • @@ -370,6 +370,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/ResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/ResultsMap.html index c76df92ee..773837043 100644 --- a/apidocs/com/omertron/themoviedbapi/results/ResultsMap.html +++ b/apidocs/com/omertron/themoviedbapi/results/ResultsMap.html @@ -2,16 +2,16 @@ - + -ResultsMap (API-The MovieDB 4.3 API) +ResultsMap (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -289,7 +289,7 @@ extends
  • getResults

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

    -
    public void setResults(Map<K,V> results)
    +
    public void setResults(Map<K,V> results)
  • @@ -417,6 +417,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/results/WrapperAlternativeTitles.html index 99aafe0db..d2c671296 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperAlternativeTitles.html @@ -2,16 +2,16 @@ - + -WrapperAlternativeTitles (API-The MovieDB 4.3 API) +WrapperAlternativeTitles (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -239,7 +239,7 @@ extends
  • setTitles

    -
    public void setTitles(List<AlternativeTitle> titles)
    +
    public void setTitles(List<AlternativeTitle> titles)
  • @@ -309,6 +309,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/results/WrapperChanges.html index 0c6aa45aa..fa27a28c1 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperChanges.html @@ -2,16 +2,16 @@ - + -WrapperChanges (API-The MovieDB 4.3 API) +WrapperChanges (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -225,7 +225,7 @@ extends
  • setChangedItems

    -
    public void setChangedItems(List<ChangeKeyItem> changes)
    +
    public void setChangedItems(List<ChangeKeyItem> changes)
  • @@ -295,6 +295,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/results/WrapperConfig.html index f224d99f7..a02aa2ce7 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperConfig.html @@ -2,16 +2,16 @@ - + -WrapperConfig (API-The MovieDB 4.3 API) +WrapperConfig (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -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)
  • @@ -323,6 +323,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperGenericList.html b/apidocs/com/omertron/themoviedbapi/results/WrapperGenericList.html index eeac40608..3c6e73f3f 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperGenericList.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperGenericList.html @@ -2,16 +2,16 @@ - + -WrapperGenericList (API-The MovieDB 4.3 API) +WrapperGenericList (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -228,7 +228,7 @@ extends
  • setGenres

    -
    public void setGenres(List<Genre> genres)
    +
    public void setGenres(List<Genre> genres)
  • @@ -298,6 +298,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/results/WrapperImages.html index f1fcce280..f09a393e7 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperImages.html @@ -2,16 +2,16 @@ - + -WrapperImages (API-The MovieDB 4.3 API) +WrapperImages (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -321,7 +321,7 @@ extends
  • setBackdrops

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

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

    -
    public void setProfiles(List<Artwork> profiles)
    +
    public void setProfiles(List<Artwork> profiles)
  • @@ -348,7 +348,7 @@ extends
  • setStills

    -
    public void setStills(List<Artwork> stills)
    +
    public void setStills(List<Artwork> stills)
  • @@ -357,7 +357,7 @@ extends
  • 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
    @@ -432,6 +432,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/results/WrapperJobList.html index 561c362db..7ea88f56c 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperJobList.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperJobList.html @@ -2,16 +2,16 @@ - + -WrapperJobList (API-The MovieDB 4.3 API) +WrapperJobList (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
  • @@ -227,7 +227,7 @@ extends
  • setJobs

    -
    public void setJobs(List<JobDepartment> jobs)
    +
    public void setJobs(List<JobDepartment> jobs)
  • @@ -297,6 +297,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/results/WrapperMovieKeywords.html index b65186312..f037543db 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperMovieKeywords.html @@ -2,16 +2,16 @@ - + -WrapperMovieKeywords (API-The MovieDB 4.3 API) +WrapperMovieKeywords (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -239,7 +239,7 @@ extends
  • setKeywords

    -
    public void setKeywords(List<Keyword> keywords)
    +
    public void setKeywords(List<Keyword> keywords)
  • @@ -309,6 +309,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperMultiSearch.html b/apidocs/com/omertron/themoviedbapi/results/WrapperMultiSearch.html index 10962bf83..0fe09d0ac 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperMultiSearch.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperMultiSearch.html @@ -2,16 +2,16 @@ - + -WrapperMultiSearch (API-The MovieDB 4.3 API) +WrapperMultiSearch (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -239,7 +239,7 @@ extends
  • setCountries

    -
    public void setCountries(List<ReleaseInfo> countries)
    +
    public void setCountries(List<ReleaseInfo> countries)
  • @@ -309,6 +309,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/results/WrapperTranslations.html index 41f006932..043347d6b 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperTranslations.html @@ -2,16 +2,16 @@ - + -WrapperTranslations (API-The MovieDB 4.3 API) +WrapperTranslations (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -239,7 +239,7 @@ extends
  • getTranslations

    -
    public List<Translation> getTranslations()
    +
    public List<Translation> getTranslations()
  • @@ -309,6 +309,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperVideos.html b/apidocs/com/omertron/themoviedbapi/results/WrapperVideos.html index 1f4c6d5cb..cd2c87e8b 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperVideos.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperVideos.html @@ -2,16 +2,16 @@ - + -WrapperVideos (API-The MovieDB 4.3 API) +WrapperVideos (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -247,7 +247,7 @@ extends
  • setVideos

    -
    public void setVideos(List<Video> videos)
    +
    public void setVideos(List<Video> videos)
  • @@ -256,7 +256,7 @@ extends
  • setQuickTime

    -
    public void setQuickTime(List<Trailer> trailers)
    +
    public void setQuickTime(List<Trailer> trailers)
  • @@ -265,7 +265,7 @@ extends
  • setYouTube

    -
    public void setYouTube(List<Trailer> trailers)
    +
    public void setYouTube(List<Trailer> trailers)
  • @@ -335,6 +335,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperAll.html index c69dd18ff..462072736 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperAll.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperAll.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperAll (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperAll (API-The MovieDB 4.4-SNAPSHOT API) @@ -162,6 +162,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperBase.html b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperBase.html index cb8d23bf4..439cd15b1 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperBase.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperBase.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperBase (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperBase (API-The MovieDB 4.4-SNAPSHOT API) @@ -236,6 +236,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperId.html index 214d0fbdc..f0afbf3b3 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperId.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperId (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperId (API-The MovieDB 4.4-SNAPSHOT API) @@ -212,6 +212,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperIdPages.html b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperIdPages.html index 586d5c105..9d96baba0 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperIdPages.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperIdPages.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperIdPages (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperIdPages (API-The MovieDB 4.4-SNAPSHOT API) @@ -145,7 +145,7 @@ void -AbstractWrapperBase.setResultProperties(AbstractWrapperIdPages results) +AbstractWrapperIdPages.setResultProperties(AbstractWrapperIdPages results)
    Copy the wrapper values to the results
    @@ -157,7 +157,7 @@ void -AbstractWrapperIdPages.setResultProperties(AbstractWrapperIdPages results) +AbstractWrapperBase.setResultProperties(AbstractWrapperIdPages results)
    Copy the wrapper values to the results
    @@ -213,6 +213,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultDates.html b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultDates.html index df4ccc830..35a85d518 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultDates.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultDates.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.results.ResultDates (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.results.ResultDates (API-The MovieDB 4.4-SNAPSHOT API) @@ -200,6 +200,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultList.html b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultList.html index f769fc94d..df132baf9 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultList.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultList.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.results.ResultList (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.results.ResultList (API-The MovieDB 4.4-SNAPSHOT API) @@ -107,15 +107,15 @@ ResultList<Artwork> TheMovieDbApi.getCollectionImages(int collectionId, - String language) + String language)
    Get all of the images for a particular collection by collection id.
    ResultList<MovieBasic> TheMovieDbApi.getCompanyMovies(int companyId, - String language, - Integer page) + String language, + Integer page)
    This method is used to retrieve the movies associated with a company.
    @@ -136,8 +136,8 @@ ResultList<ChangeKeyItem> TheMovieDbApi.getEpisodeChanges(int episodeID, - String startDate, - String endDate) + String startDate, + String endDate)
    Look up a TV episode's changes by episode ID
    @@ -155,52 +155,52 @@ TheMovieDbApi.getEpisodeVideos(int tvID, int seasonNumber, int episodeNumber, - String language) + String language)
    Get the videos that have been added to a TV episode (teasers, clips, etc...)
    ResultList<MovieBasic> -TheMovieDbApi.getFavoriteMovies(String sessionId, +TheMovieDbApi.getFavoriteMovies(String sessionId, int accountId)
    Get the account favourite movies
    ResultList<TVBasic> -TheMovieDbApi.getFavoriteTv(String sessionId, +TheMovieDbApi.getFavoriteTv(String sessionId, int accountId)
    Get the list of favorite TV series for an account.
    ResultList<Genre> -TheMovieDbApi.getGenreMovieList(String language) +TheMovieDbApi.getGenreMovieList(String language)
    Get the list of Movie genres.
    ResultList<MovieBasic> TheMovieDbApi.getGenreMovies(int genreId, - String language, - Integer page, - Boolean includeAllMovies, - Boolean includeAdult) + String language, + Integer page, + Boolean includeAllMovies, + Boolean includeAdult)
    Get a list of movies per genre.
    ResultList<Genre> -TheMovieDbApi.getGenreTVList(String language) +TheMovieDbApi.getGenreTVList(String language)
    Get the list of TV genres..
    ResultList<MovieBasic> -TheMovieDbApi.getGuestRatedMovies(String guestSessionId, - String language, - Integer page, +TheMovieDbApi.getGuestRatedMovies(String guestSessionId, + String language, + Integer page, SortBy sortBy)
    Get a list of rated movies for a specific guest session id.
    @@ -213,40 +213,40 @@ ResultList<MovieBasic> -TheMovieDbApi.getKeywordMovies(String keywordId, - String language, - Integer page) +TheMovieDbApi.getKeywordMovies(String keywordId, + String language, + Integer page)
    Get the list of movies for a particular keyword by id.
    ResultList<AlternativeTitle> TheMovieDbApi.getMovieAlternativeTitles(int movieId, - String country) + String country)
    This method is used to retrieve all of the alternative titles we have for a particular movie.
    ResultList<ChangeListItem> -TheMovieDbApi.getMovieChangeList(Integer page, - String startDate, - String endDate) +TheMovieDbApi.getMovieChangeList(Integer page, + String startDate, + String endDate)
    Get a list of Movie IDs that have been edited.
    ResultList<ChangeKeyItem> TheMovieDbApi.getMovieChanges(int movieId, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific movie ID.
    ResultList<Artwork> TheMovieDbApi.getMovieImages(int movieId, - String language) + String language)
    This method should be used when you’re wanting to retrieve all of the images for a particular movie.
    @@ -261,15 +261,15 @@ ResultList<UserList> TheMovieDbApi.getMovieLists(int movieId, - Integer page, - String language) + Integer page, + String language)
    Get the lists that the movie belongs to
    ResultList<ReleaseInfo> TheMovieDbApi.getMovieReleaseInfo(int movieId, - String language) + String language)
    This method is used to retrieve all of the release and certification data we have for a specific movie.
    @@ -277,8 +277,8 @@ ResultList<Review> TheMovieDbApi.getMovieReviews(int movieId, - Integer page, - String language) + Integer page, + String language)
    Get the reviews for a particular movie id.
    @@ -292,31 +292,31 @@ ResultList<Video> TheMovieDbApi.getMovieVideos(int movieId, - String language) + String language)
    This method is used to retrieve all of the trailers for a particular movie.
    ResultList<MovieInfo> -TheMovieDbApi.getNowPlayingMovies(Integer page, - String language) +TheMovieDbApi.getNowPlayingMovies(Integer page, + String language)
    This method is used to retrieve the movies currently in theatres.
    ResultList<ChangeListItem> -TheMovieDbApi.getPersonChangeList(Integer page, - String startDate, - String endDate) +TheMovieDbApi.getPersonChangeList(Integer page, + String startDate, + String endDate)
    Get a list of PersonInfo IDs that have been edited.
    ResultList<ChangeKeyItem> TheMovieDbApi.getPersonChanges(int personId, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific person id.
    @@ -328,50 +328,50 @@ ResultList<PersonFind> -TheMovieDbApi.getPersonPopular(Integer page) +TheMovieDbApi.getPersonPopular(Integer page)
    Get the list of popular people on The Movie Database.
    ResultList<ArtworkMedia> TheMovieDbApi.getPersonTaggedImages(int personId, - Integer page, - String language) + Integer page, + String language)
    Get the images that have been tagged with a specific person id.
    ResultList<MovieInfo> -TheMovieDbApi.getPopularMovieList(Integer page, - String language) +TheMovieDbApi.getPopularMovieList(Integer page, + String language)
    This method is used to retrieve the daily movie popularity list.
    ResultList<MovieBasic> -TheMovieDbApi.getRatedMovies(String sessionId, +TheMovieDbApi.getRatedMovies(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of rated movies (and associated rating) for an account.
    ResultList<TVBasic> -TheMovieDbApi.getRatedTV(String sessionId, +TheMovieDbApi.getRatedTV(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of rated TV shows (and associated rating) for an account.
    ResultList<ChangeKeyItem> TheMovieDbApi.getSeasonChanges(int tvID, - String startDate, - String endDate) + String startDate, + String endDate)
    Look up a TV season's changes by season ID.
    @@ -379,8 +379,8 @@ ResultList<Artwork> TheMovieDbApi.getSeasonImages(int tvID, int seasonNumber, - String language, - String... includeImageLanguage) + String language, + String... includeImageLanguage)
    Get the images that we have stored for a TV season by season number.
    @@ -388,7 +388,7 @@ ResultList<Video> TheMovieDbApi.getSeasonVideos(int tvID, int seasonNumber, - String language) + String language)
    Get the videos that have been added to a TV season (trailers, teasers, etc...)
    @@ -396,25 +396,25 @@ ResultList<MovieInfo> TheMovieDbApi.getSimilarMovies(int movieId, - Integer page, - String language) + Integer page, + String language)
    The similar movies method will let you retrieve the similar movies for a particular movie.
    ResultList<MovieInfo> -TheMovieDbApi.getTopRatedMovies(Integer page, - String language) +TheMovieDbApi.getTopRatedMovies(Integer page, + String language)
    This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
    ResultList<TVInfo> -TheMovieDbApi.getTVAiringToday(Integer page, - String language, - String timezone) +TheMovieDbApi.getTVAiringToday(Integer page, + String language, + String timezone)
    Get the list of TV shows that air today.
    @@ -426,17 +426,17 @@ ResultList<ChangeListItem> -TheMovieDbApi.getTvChangeList(Integer page, - String startDate, - String endDate) +TheMovieDbApi.getTvChangeList(Integer page, + String startDate, + String endDate)
    Get a list of TV IDs that have been edited.
    ResultList<ChangeKeyItem> TheMovieDbApi.getTVChanges(int tvID, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific TV show id.
    @@ -449,8 +449,8 @@ ResultList<Artwork> TheMovieDbApi.getTVImages(int tvID, - String language, - String... includeImageLanguage) + String language, + String... includeImageLanguage)
    Get the images (posters and backdrops) for a TV series.
    @@ -462,30 +462,30 @@ ResultList<TVInfo> -TheMovieDbApi.getTVOnTheAir(Integer page, - String language) +TheMovieDbApi.getTVOnTheAir(Integer page, + String language)
    Get the list of TV shows that are currently on the air.
    ResultList<TVInfo> -TheMovieDbApi.getTVPopular(Integer page, - String language) +TheMovieDbApi.getTVPopular(Integer page, + String language)
    Get the list of popular TV shows.
    ResultList<TVInfo> TheMovieDbApi.getTVSimilar(int tvID, - Integer page, - String language) + Integer page, + String language)
    Get the similar TV shows for a specific tv id.
    ResultList<TVInfo> -TheMovieDbApi.getTVTopRated(Integer page, - String language) +TheMovieDbApi.getTVTopRated(Integer page, + String language)
    Get the list of top rated TV shows.
    @@ -498,83 +498,83 @@ ResultList<Video> TheMovieDbApi.getTVVideos(int tvID, - String language) + String language)
    Get the videos that have been added to a TV series (trailers, opening credits, etc...)
    ResultList<MovieInfo> -TheMovieDbApi.getUpcoming(Integer page, - String language) +TheMovieDbApi.getUpcoming(Integer page, + String language)
    Get the list of upcoming movies.
    ResultList<UserList> -TheMovieDbApi.getUserLists(String sessionId, +TheMovieDbApi.getUserLists(String sessionId, int accountId)
    Get all lists of a given user
    ResultList<MovieBasic> -TheMovieDbApi.getWatchListMovie(String sessionId, +TheMovieDbApi.getWatchListMovie(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of movies on an accounts watchlist.
    ResultList<TVBasic> -TheMovieDbApi.getWatchListTV(String sessionId, +TheMovieDbApi.getWatchListTV(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of movies on an accounts watchlist.
    ResultList<Collection> -TheMovieDbApi.searchCollection(String query, - Integer page, - String language) +TheMovieDbApi.searchCollection(String query, + Integer page, + String language)
    Search for collections by name.
    ResultList<Company> -TheMovieDbApi.searchCompanies(String query, - Integer page) +TheMovieDbApi.searchCompanies(String query, + Integer page)
    Search Companies.
    ResultList<Keyword> -TheMovieDbApi.searchKeyword(String query, - Integer page) +TheMovieDbApi.searchKeyword(String query, + Integer page)
    Search for keywords by name
    ResultList<UserList> -TheMovieDbApi.searchList(String query, - Integer page, - Boolean includeAdult) +TheMovieDbApi.searchList(String query, + Integer page, + Boolean includeAdult)
    Search for lists by name and description.
    ResultList<MovieInfo> -TheMovieDbApi.searchMovie(String query, - Integer page, - String language, - Boolean includeAdult, - Integer searchYear, - Integer primaryReleaseYear, +TheMovieDbApi.searchMovie(String query, + Integer page, + String language, + Boolean includeAdult, + Integer searchYear, + Integer primaryReleaseYear, SearchType searchType)
    Search Movies This is a good starting point to start finding movies on TMDb.
    @@ -582,28 +582,28 @@ ResultList<MediaBasic> -TheMovieDbApi.searchMulti(String query, - Integer page, - String language, - Boolean includeAdult) +TheMovieDbApi.searchMulti(String query, + Integer page, + String language, + Boolean includeAdult)
    Search the movie, tv show and person collections with a single query.
    ResultList<PersonFind> -TheMovieDbApi.searchPeople(String query, - Integer page, - Boolean includeAdult, +TheMovieDbApi.searchPeople(String query, + Integer page, + Boolean includeAdult, SearchType searchType)
    This is a good starting point to start finding people on TMDb.
    ResultList<TVBasic> -TheMovieDbApi.searchTV(String query, - Integer page, - String language, - Integer firstAirDateYear, +TheMovieDbApi.searchTV(String query, + Integer page, + String language, + Integer firstAirDateYear, SearchType searchType)
    Search for TV shows by title.
    @@ -625,24 +625,24 @@ ResultList<ChangeListItem> TmdbChanges.getChangeList(MethodBase method, - Integer page, - String startDate, - String endDate) + Integer page, + String startDate, + String endDate)
    Get a list of Media IDs that have been edited.
    ResultList<Artwork> TmdbCollections.getCollectionImages(int collectionId, - String language) + String language)
    Get all of the images for a particular collection by collection id.
    ResultList<MovieBasic> TmdbCompanies.getCompanyMovies(int companyId, - String language, - Integer page) + String language, + Integer page)
    This method is used to retrieve the movies associated with a company.
    @@ -661,8 +661,8 @@ ResultList<ChangeKeyItem> TmdbEpisodes.getEpisodeChanges(int episodeID, - String startDate, - String endDate) + String startDate, + String endDate)
    Look up a TV episode's changes by episode ID
    @@ -680,52 +680,52 @@ TmdbEpisodes.getEpisodeVideos(int tvID, int seasonNumber, int episodeNumber, - String language) + String language)
    Get the videos that have been added to a TV episode (teasers, clips, etc...)
    ResultList<MovieBasic> -TmdbAccount.getFavoriteMovies(String sessionId, +TmdbAccount.getFavoriteMovies(String sessionId, int accountId)
    Get the list of favorite movies for an account.
    ResultList<TVBasic> -TmdbAccount.getFavoriteTv(String sessionId, +TmdbAccount.getFavoriteTv(String sessionId, int accountId)
    Get the list of favorite TV series for an account.
    ResultList<Genre> -TmdbGenres.getGenreMovieList(String language) +TmdbGenres.getGenreMovieList(String language)
    Get the list of movie genres.
    ResultList<MovieBasic> TmdbGenres.getGenreMovies(int genreId, - String language, - Integer page, - Boolean includeAllMovies, - Boolean includeAdult) + String language, + Integer page, + Boolean includeAllMovies, + Boolean includeAdult)
    Get the list of movies for a particular genre by id.
    ResultList<Genre> -TmdbGenres.getGenreTVList(String language) +TmdbGenres.getGenreTVList(String language)
    Get the list of TV genres.
    ResultList<MovieBasic> -TmdbAccount.getGuestRatedMovies(String guestSessionId, - String language, - Integer page, +TmdbAccount.getGuestRatedMovies(String guestSessionId, + String language, + Integer page, SortBy sortBy)
    Get a list of rated movies for a specific guest session id.
    @@ -738,39 +738,39 @@ ResultList<MovieBasic> -TmdbKeywords.getKeywordMovies(String keywordId, - String language, - Integer page) +TmdbKeywords.getKeywordMovies(String keywordId, + String language, + Integer page)
    Get the list of movies for a particular keyword by id.
    protected ResultList<ChangeKeyItem> AbstractMethod.getMediaChanges(int mediaID, - String startDate, - String endDate) + String startDate, + String endDate)
    Look up the media's changes by ID
    ResultList<AlternativeTitle> TmdbMovies.getMovieAlternativeTitles(int movieId, - String country) + String country)
    This method is used to retrieve all of the alternative titles we have for a particular movie.
    ResultList<ChangeKeyItem> TmdbMovies.getMovieChanges(int movieId, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific movie ID.
    ResultList<Artwork> TmdbMovies.getMovieImages(int movieId, - String language) + String language)
    This method should be used when you’re wanting to retrieve all of the images for a particular movie.
    @@ -783,23 +783,23 @@ ResultList<UserList> TmdbMovies.getMovieLists(int movieId, - Integer page, - String language) + Integer page, + String language)
    Get the lists that the movie belongs to
    ResultList<ReleaseInfo> TmdbMovies.getMovieReleaseInfo(int movieId, - String language) + String language)
    This method is used to retrieve all of the release and certification data we have for a specific movie.
    ResultList<Review> TmdbMovies.getMovieReviews(int movieId, - Integer page, - String language) + Integer page, + String language)
    Get the reviews for a particular movie id.
    @@ -812,22 +812,22 @@ ResultList<Video> TmdbMovies.getMovieVideos(int movieId, - String language) + String language)
    This method is used to retrieve all of the trailers for a particular movie.
    ResultList<MovieInfo> -TmdbMovies.getNowPlayingMovies(Integer page, - String language) +TmdbMovies.getNowPlayingMovies(Integer page, + String language)
    This method is used to retrieve the movies currently in theatres.
    ResultList<ChangeKeyItem> TmdbPeople.getPersonChanges(int personId, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific person id.
    @@ -839,42 +839,42 @@ ResultList<PersonFind> -TmdbPeople.getPersonPopular(Integer page) +TmdbPeople.getPersonPopular(Integer page)
    Get the list of popular people on The Movie Database.
    ResultList<ArtworkMedia> TmdbPeople.getPersonTaggedImages(int personId, - Integer page, - String language) + Integer page, + String language)
    Get the images that have been tagged with a specific person id.
    ResultList<MovieInfo> -TmdbMovies.getPopularMovieList(Integer page, - String language) +TmdbMovies.getPopularMovieList(Integer page, + String language)
    This method is used to retrieve the daily movie popularity list.
    ResultList<MovieBasic> -TmdbAccount.getRatedMovies(String sessionId, +TmdbAccount.getRatedMovies(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of rated movies (and associated rating) for an account.
    ResultList<TVBasic> -TmdbAccount.getRatedTV(String sessionId, +TmdbAccount.getRatedTV(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of rated TV shows (and associated rating) for an account.
    @@ -887,8 +887,8 @@ ResultList<ChangeKeyItem> TmdbSeasons.getSeasonChanges(int tvID, - String startDate, - String endDate) + String startDate, + String endDate)
    Look up a TV season's changes by season ID.
    @@ -896,8 +896,8 @@ ResultList<Artwork> TmdbSeasons.getSeasonImages(int tvID, int seasonNumber, - String language, - String... includeImageLanguage) + String language, + String... includeImageLanguage)
    Get the images that we have stored for a TV season by season number.
    @@ -905,30 +905,30 @@ ResultList<Video> TmdbSeasons.getSeasonVideos(int tvID, int seasonNumber, - String language) + String language)
    Get the videos that have been added to a TV season (trailers, teasers, etc...)
    ResultList<MovieInfo> TmdbMovies.getSimilarMovies(int movieId, - Integer page, - String language) + Integer page, + String language)
    The similar movies method will let you retrieve the similar movies for a particular movie.
    ResultList<MovieInfo> -TmdbMovies.getTopRatedMovies(Integer page, - String language) +TmdbMovies.getTopRatedMovies(Integer page, + String language)
    This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
    ResultList<TVInfo> -TmdbTV.getTVAiringToday(Integer page, - String language, - String timezone) +TmdbTV.getTVAiringToday(Integer page, + String language, + String timezone)
    Get the list of TV shows that air today.
    @@ -941,8 +941,8 @@ ResultList<ChangeKeyItem> TmdbTV.getTVChanges(int tvID, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific TV show id.
    @@ -955,8 +955,8 @@ ResultList<Artwork> TmdbTV.getTVImages(int tvID, - String language, - String... includeImageLanguage) + String language, + String... includeImageLanguage)
    Get the images (posters and backdrops) for a TV series.
    @@ -968,30 +968,30 @@ ResultList<TVInfo> -TmdbTV.getTVOnTheAir(Integer page, - String language) +TmdbTV.getTVOnTheAir(Integer page, + String language)
    Get the list of TV shows that are currently on the air.
    ResultList<TVInfo> -TmdbTV.getTVPopular(Integer page, - String language) +TmdbTV.getTVPopular(Integer page, + String language)
    Get the list of popular TV shows.
    ResultList<TVInfo> TmdbTV.getTVSimilar(int tvID, - Integer page, - String language) + Integer page, + String language)
    Get the similar TV shows for a specific tv id.
    ResultList<TVInfo> -TmdbTV.getTVTopRated(Integer page, - String language) +TmdbTV.getTVTopRated(Integer page, + String language)
    Get the list of top rated TV shows.
    @@ -1004,111 +1004,111 @@ ResultList<Video> TmdbTV.getTVVideos(int tvID, - String language) + String language)
    Get the videos that have been added to a TV series (trailers, opening credits, etc...)
    ResultList<MovieInfo> -TmdbMovies.getUpcoming(Integer page, - String language) +TmdbMovies.getUpcoming(Integer page, + String language)
    Get the list of upcoming movies.
    ResultList<UserList> -TmdbAccount.getUserLists(String sessionId, +TmdbAccount.getUserLists(String sessionId, int accountId)
    Get all lists of a given user
    ResultList<MovieBasic> -TmdbAccount.getWatchListMovie(String sessionId, +TmdbAccount.getWatchListMovie(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of movies on an accounts watch list.
    ResultList<TVBasic> -TmdbAccount.getWatchListTV(String sessionId, +TmdbAccount.getWatchListTV(String sessionId, int accountId, - Integer page, - String sortBy, - String language) + Integer page, + String sortBy, + String language)
    Get the list of movies on an accounts watch list.
    ResultList<Collection> -TmdbSearch.searchCollection(String query, - Integer page, - String language) +TmdbSearch.searchCollection(String query, + Integer page, + String language)
    Search for collections by name.
    ResultList<Company> -TmdbSearch.searchCompanies(String query, - Integer page) +TmdbSearch.searchCompanies(String query, + Integer page)
    Search Companies.
    ResultList<Keyword> -TmdbSearch.searchKeyword(String query, - Integer page) +TmdbSearch.searchKeyword(String query, + Integer page)
    Search for keywords by name
    ResultList<UserList> -TmdbSearch.searchList(String query, - Integer page, - Boolean includeAdult) +TmdbSearch.searchList(String query, + Integer page, + Boolean includeAdult)
    Search for lists by name and description.
    ResultList<MovieInfo> -TmdbSearch.searchMovie(String query, - Integer page, - String language, - Boolean includeAdult, - Integer searchYear, - Integer primaryReleaseYear, +TmdbSearch.searchMovie(String query, + Integer page, + String language, + Boolean includeAdult, + Integer searchYear, + Integer primaryReleaseYear, SearchType searchType)
    Search Movies This is a good starting point to start finding movies on TMDb.
    ResultList<MediaBasic> -TmdbSearch.searchMulti(String query, - Integer page, - String language, - Boolean includeAdult) +TmdbSearch.searchMulti(String query, + Integer page, + String language, + Boolean includeAdult)
    Search the movie, tv show and person collections with a single query.
    ResultList<PersonFind> -TmdbSearch.searchPeople(String query, - Integer page, - Boolean includeAdult, +TmdbSearch.searchPeople(String query, + Integer page, + Boolean includeAdult, SearchType searchType)
    This is a good starting point to start finding people on TMDb.
    ResultList<TVBasic> -TmdbSearch.searchTV(String query, - Integer page, - String language, - Integer firstAirDateYear, +TmdbSearch.searchTV(String query, + Integer page, + String language, + Integer firstAirDateYear, SearchType searchType)
    Search for TV shows by title.
    @@ -1183,6 +1183,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultsMap.html index 2ff4d813e..bdf062622 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultsMap.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultsMap.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.results.ResultsMap (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.results.ResultsMap (API-The MovieDB 4.4-SNAPSHOT API) @@ -101,20 +101,20 @@ -ResultsMap<String,List<Certification>> +ResultsMap<String,List<Certification>> TheMovieDbApi.getMoviesCertification()
    Get a list of movies certification.
    -ResultsMap<String,List<String>> +ResultsMap<String,List<String>> TheMovieDbApi.getTimezones()
    Get the list of supported timezones for the API methods that support them.
    -ResultsMap<String,List<Certification>> +ResultsMap<String,List<Certification>> TheMovieDbApi.getTvCertification()
    Get a list of tv certification.
    @@ -134,19 +134,19 @@ -ResultsMap<String,List<Certification>> +ResultsMap<String,List<Certification>> TmdbCertifications.getMoviesCertification()
    Get a list of movies certification.
    -ResultsMap<String,List<String>> +ResultsMap<String,List<String>> TmdbConfiguration.getTimezones()
    Get the list of supported timezones for the API methods that support them
    -ResultsMap<String,List<Certification>> +ResultsMap<String,List<Certification>> TmdbCertifications.getTvCertification()
    Get a list of tv certification.
    @@ -203,6 +203,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperAlternativeTitles.html index 570222a92..ae50481a1 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperAlternativeTitles.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.results.WrapperAlternativeTitles (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.results.WrapperAlternativeTitles (API-The MovieDB 4.4-SNAPSHOT API) @@ -152,6 +152,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperChanges.html index 7fed74da6..9edb59aab 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperChanges.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.results.WrapperChanges (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.results.WrapperChanges (API-The MovieDB 4.4-SNAPSHOT API) @@ -196,6 +196,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperConfig.html index 0c0adc66e..0d157eeb7 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperConfig.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.results.WrapperConfig (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.results.WrapperConfig (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenericList.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenericList.html index ba142a2cc..b74875343 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenericList.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenericList.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.results.WrapperGenericList (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.results.WrapperGenericList (API-The MovieDB 4.4-SNAPSHOT API) @@ -111,8 +111,8 @@ protected <T> WrapperGenericList<T> AbstractMethod.processWrapper(com.fasterxml.jackson.core.type.TypeReference typeRef, - URL url, - String errorMessageSuffix) + URL url, + String errorMessageSuffix)
    Process the wrapper list and return the whole wrapper
    @@ -192,7 +192,7 @@ void -TVSeasonInfo.setVideos(WrapperGenericList<Video> videos)  +TVInfo.setVideos(WrapperGenericList<Video> videos)  void @@ -200,7 +200,7 @@ void -TVInfo.setVideos(WrapperGenericList<Video> videos)  +TVSeasonInfo.setVideos(WrapperGenericList<Video> videos)  @@ -254,6 +254,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenres.html index 0abae824d..15e8bafe0 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenres.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.results.WrapperGenres (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.results.WrapperGenres (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperImages.html index 712a16c2c..3895118a1 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperImages.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.results.WrapperImages (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.results.WrapperImages (API-The MovieDB 4.4-SNAPSHOT API) @@ -142,7 +142,7 @@ void -TVSeasonInfo.setImages(WrapperImages images)  +TVInfo.setImages(WrapperImages images)  void @@ -150,7 +150,7 @@ void -TVInfo.setImages(WrapperImages images)  +TVSeasonInfo.setImages(WrapperImages images)  @@ -204,6 +204,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperJobList.html index c3002a4e7..17d9e4592 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperJobList.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperJobList.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.results.WrapperJobList (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.results.WrapperJobList (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMovieKeywords.html index 6959581c8..20111353d 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMovieKeywords.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.results.WrapperMovieKeywords (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.results.WrapperMovieKeywords (API-The MovieDB 4.4-SNAPSHOT API) @@ -152,6 +152,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMultiSearch.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMultiSearch.html index 05a23f76f..065096cbd 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMultiSearch.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMultiSearch.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.results.WrapperMultiSearch (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.results.WrapperMultiSearch (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperReleaseInfo.html index 91f873425..b744a6849 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperReleaseInfo.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.results.WrapperReleaseInfo (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.results.WrapperReleaseInfo (API-The MovieDB 4.4-SNAPSHOT API) @@ -152,6 +152,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperTranslations.html index 26e52a141..eed9e27d5 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperTranslations.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.results.WrapperTranslations (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.results.WrapperTranslations (API-The MovieDB 4.4-SNAPSHOT API) @@ -174,6 +174,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperVideos.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperVideos.html index adb27eb4a..67bc488ce 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperVideos.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperVideos.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.results.WrapperVideos (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.results.WrapperVideos (API-The MovieDB 4.4-SNAPSHOT API) @@ -152,6 +152,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/package-frame.html b/apidocs/com/omertron/themoviedbapi/results/package-frame.html index 991ed30d3..e96ea7d4c 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.results (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.results (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/package-summary.html b/apidocs/com/omertron/themoviedbapi/results/package-summary.html index d0d7caab3..83a628d47 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.results (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.results (API-The MovieDB 4.4-SNAPSHOT API) @@ -222,6 +222,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/package-tree.html b/apidocs/com/omertron/themoviedbapi/results/package-tree.html index 0779dc918..310de78f3 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.results Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.results Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,9 +73,9 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/results/package-use.html b/apidocs/com/omertron/themoviedbapi/results/package-use.html index 99e58c1fa..fd6860d60 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.results (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.results (API-The MovieDB 4.4-SNAPSHOT API) @@ -358,6 +358,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html index 056ceaa79..601a25f04 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html @@ -2,16 +2,16 @@ - + -ApiUrl (API-The MovieDB 4.3 API) +ApiUrl (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    @@ -186,7 +186,7 @@ extends
  • ApiUrl

    -
    public ApiUrl(String apiKey,
    +
    public ApiUrl(String apiKey,
           MethodBase method)
    Constructor for the simple API URL method without a sub-method
    Parameters:
    apiKey -
    method -
    @@ -218,7 +218,7 @@ extends
  • buildUrl

    -
    public URL buildUrl()
    +
    public URL buildUrl()
    Build the URL with the default parameters
    Returns:
  • @@ -229,7 +229,7 @@ extends
  • buildUrl

    -
    public URL buildUrl(TmdbParameters params)
    +
    public URL buildUrl(TmdbParameters params)
    Build the URL from the pre-created parameters.
    Parameters:
    params -
    Returns:
    @@ -302,6 +302,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html b/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html index fafb3db74..5eaaad9eb 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html +++ b/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html @@ -2,16 +2,16 @@ - + -HttpTools (API-The MovieDB 4.3 API) +HttpTools (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
  • @@ -201,7 +201,7 @@ extends
  • getRequest

    -
    public String getRequest(URL url)
    +
    public String getRequest(URL url)
                       throws MovieDbException
    GET data from the URL
    Parameters:
    url - URL to use in the request
    @@ -216,7 +216,7 @@ extends
  • deleteRequest

    -
    public String deleteRequest(URL url)
    +
    public String deleteRequest(URL url)
                          throws MovieDbException
    Execute a DELETE on the URL
    Parameters:
    url - URL to use in the request
    @@ -231,8 +231,8 @@ extends
  • postRequest

    -
    public String postRequest(URL url,
    -                 String jsonBody)
    +
    public String postRequest(URL url,
    +                 String jsonBody)
                        throws MovieDbException
    POST content to the URL with the specified body
    Parameters:
    url - URL to use in the request
    jsonBody - Body to use in the request
    @@ -308,6 +308,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/tools/MethodBase.html b/apidocs/com/omertron/themoviedbapi/tools/MethodBase.html index 40ecd8b28..860a91f36 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/MethodBase.html +++ b/apidocs/com/omertron/themoviedbapi/tools/MethodBase.html @@ -2,16 +2,16 @@ - + -MethodBase (API-The MovieDB 4.3 API) +MethodBase (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,10 +85,10 @@
  • @@ -211,19 +211,19 @@ extends static MethodBase -fromString(String value) +fromString(String value)
    Convert a string into an Enum type
    -String +String getValue()
    Get the URL parameter to use
    static MethodBase -valueOf(String name) +valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -239,15 +239,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 @@ -501,7 +501,7 @@ for (MethodBase c : MethodBase.values())
    • valueOf

      -
      public static MethodBase valueOf(String name)
      +
      public static MethodBase valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are @@ -509,8 +509,8 @@ not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      -
      IllegalArgumentException - if this enum type has no constant with the specified name
      -
      NullPointerException - if the argument is null
      +
      IllegalArgumentException - if this enum type has no constant with the specified name
      +
      NullPointerException - if the argument is null
    @@ -519,7 +519,7 @@ not permitted.) @@ -909,7 +909,7 @@ for (MethodSub c : MethodSub.values())
    • valueOf

      -
      public static MethodSub valueOf(String name)
      +
      public static MethodSub valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are @@ -917,8 +917,8 @@ not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      -
      IllegalArgumentException - if this enum type has no constant with the specified name
      -
      NullPointerException - if the argument is null
      +
      IllegalArgumentException - if this enum type has no constant with the specified name
      +
      NullPointerException - if the argument is null
    @@ -927,7 +927,7 @@ not permitted.) @@ -852,7 +852,7 @@ for (Param c : Param.values())
    • valueOf

      -
      public static Param valueOf(String name)
      +
      public static Param valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are @@ -860,8 +860,8 @@ not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      -
      IllegalArgumentException - if this enum type has no constant with the specified name
      -
      NullPointerException - if the argument is null
      +
      IllegalArgumentException - if this enum type has no constant with the specified name
      +
      NullPointerException - if the argument is null
    @@ -870,7 +870,7 @@ not permitted.) @@ -306,7 +306,7 @@ for (PostBody c : PostBody.values())
    • valueOf

      -
      public static PostBody valueOf(String name)
      +
      public static PostBody valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are @@ -314,8 +314,8 @@ not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      -
      IllegalArgumentException - if this enum type has no constant with the specified name
      -
      NullPointerException - if the argument is null
      +
      IllegalArgumentException - if this enum type has no constant with the specified name
      +
      NullPointerException - if the argument is null
    @@ -324,7 +324,7 @@ not permitted.)
    @@ -244,8 +244,8 @@ extends
  • add

    -
    public PostTools add(String key,
    -            Object value)
    +
    public PostTools add(String key,
    +            Object value)
  • @@ -254,7 +254,7 @@ extends
  • build

    -
    public String build()
    +
    public String build()
                  throws MovieDbException
    Throws:
    MovieDbException
    @@ -327,6 +327,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/tools/TmdbParameters.html b/apidocs/com/omertron/themoviedbapi/tools/TmdbParameters.html index 099356469..cfa7722eb 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/TmdbParameters.html +++ b/apidocs/com/omertron/themoviedbapi/tools/TmdbParameters.html @@ -2,16 +2,16 @@ - + -TmdbParameters (API-The MovieDB 4.3 API) +TmdbParameters (API-The MovieDB 4.4-SNAPSHOT API) @@ -85,7 +85,7 @@
    Parameters for the TMDB API
    Author:
    Stuart
    @@ -142,46 +142,46 @@ extends void add(Param key, - Boolean value) + Boolean value)
    Add a boolean parameter to the collection
    void add(Param key, - Float value) + Float value)
    Add a float parameter to the collection
    void add(Param key, - Integer value) + Integer value)
    Add an integer parameter to the collection
    void add(Param key, - String value) + String value)
    Add a string parameter to the collection
    void add(Param key, - String[] value) + String[] value)
    Add an array parameter to the collection
    -Object +Object get(Param key)
    Get a parameter from the collection
    -Set<Map.Entry<Param,String>> +Set<Map.Entry<Param,String>> getEntries()
    Get the entry set of the parameters
    @@ -211,13 +211,13 @@ extends -String -toList(String[] appendToResponse) +String +toList(String[] appendToResponse)
    Append any optional parameters to the URL
    -String +String toString()  @@ -225,8 +225,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 @@ -266,7 +266,7 @@ extends
  • getEntries

    -
    public Set<Map.Entry<Param,String>> getEntries()
    +
    public Set<Map.Entry<Param,String>> getEntries()
    Get the entry set of the parameters
    Returns:
  • @@ -278,7 +278,7 @@ extends

    add

    public void add(Param key,
    -       String[] value)
    + String[] value)
    Add an array parameter to the collection
    Parameters:
    key - Parameter to add
    value - The array value to use (will be converted into a comma separated list)
    @@ -290,7 +290,7 @@ extends

    add

    public void add(Param key,
    -       String value)
    + String value)
    Add a string parameter to the collection
    Parameters:
    key - Parameter to add
    value - The value to add (will be checked to ensure it's valid)
    @@ -302,7 +302,7 @@ extends

    add

    public void add(Param key,
    -       Integer value)
    + Integer value)
    Add an integer parameter to the collection
    Parameters:
    key - Parameter to add
    value - The value to add (will be checked to ensure >0)
    @@ -314,7 +314,7 @@ extends

    add

    public void add(Param key,
    -       Float value)
    + Float value)
    Add a float parameter to the collection
    Parameters:
    key - Parameter to add
    value - The value to add (will be checked to ensure >0)
    @@ -326,7 +326,7 @@ extends

    add

    public void add(Param key,
    -       Boolean value)
    + Boolean value)
    Add a boolean parameter to the collection
    Parameters:
    key - Parameter to add
    value - The value to add (will be checked to ensure >0)
    @@ -349,7 +349,7 @@ extends
  • get

    -
    public Object get(Param key)
    +
    public Object get(Param key)
    Get a parameter from the collection
    Parameters:
    key - The parameter to get
    Returns:
    @@ -394,7 +394,7 @@ extends
  • toList

    -
    public String toList(String[] appendToResponse)
    +
    public String toList(String[] appendToResponse)
    Append any optional parameters to the URL
    Parameters:
    appendToResponse -
    Returns:
    @@ -406,10 +406,10 @@ extends
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • @@ -480,6 +480,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html index c230d350f..2aa7aa74b 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 4.3 API) +Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 4.4-SNAPSHOT API) @@ -154,6 +154,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html index 94768b4e7..e789eb863 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.tools.HttpTools (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.tools.HttpTools (API-The MovieDB 4.4-SNAPSHOT API) @@ -109,133 +109,133 @@ -AbstractMethod(String apiKey, +AbstractMethod(String apiKey, HttpTools httpTools)
    Default constructor for the methods
    -TmdbAccount(String apiKey, +TmdbAccount(String apiKey, HttpTools httpTools)
    Constructor
    -TmdbAuthentication(String apiKey, +TmdbAuthentication(String apiKey, HttpTools httpTools)
    Constructor
    -TmdbCertifications(String apiKey, +TmdbCertifications(String apiKey, HttpTools httpTools)
    Constructor
    -TmdbChanges(String apiKey, +TmdbChanges(String apiKey, HttpTools httpTools)
    Constructor
    -TmdbCollections(String apiKey, +TmdbCollections(String apiKey, HttpTools httpTools)
    Constructor
    -TmdbCompanies(String apiKey, +TmdbCompanies(String apiKey, HttpTools httpTools)
    Constructor
    -TmdbConfiguration(String apiKey, +TmdbConfiguration(String apiKey, HttpTools httpTools)
    Constructor
    -TmdbCredits(String apiKey, +TmdbCredits(String apiKey, HttpTools httpTools)
    Constructor
    -TmdbDiscover(String apiKey, +TmdbDiscover(String apiKey, HttpTools httpTools)
    Constructor
    -TmdbEpisodes(String apiKey, +TmdbEpisodes(String apiKey, HttpTools httpTools)
    Constructor
    -TmdbFind(String apiKey, +TmdbFind(String apiKey, HttpTools httpTools)
    Constructor
    -TmdbGenres(String apiKey, +TmdbGenres(String apiKey, HttpTools httpTools)
    Constructor
    -TmdbKeywords(String apiKey, +TmdbKeywords(String apiKey, HttpTools httpTools)
    Constructor
    -TmdbLists(String apiKey, +TmdbLists(String apiKey, HttpTools httpTools)
    Constructor
    -TmdbMovies(String apiKey, +TmdbMovies(String apiKey, HttpTools httpTools)
    Constructor
    -TmdbNetworks(String apiKey, +TmdbNetworks(String apiKey, HttpTools httpTools)
    Constructor
    -TmdbPeople(String apiKey, +TmdbPeople(String apiKey, HttpTools httpTools)
    Constructor
    -TmdbReviews(String apiKey, +TmdbReviews(String apiKey, HttpTools httpTools)
    Constructor
    -TmdbSearch(String apiKey, +TmdbSearch(String apiKey, HttpTools httpTools)
    Constructor
    -TmdbSeasons(String apiKey, +TmdbSeasons(String apiKey, HttpTools httpTools)
    Constructor
    -TmdbTV(String apiKey, +TmdbTV(String apiKey, HttpTools httpTools)
    Constructor
    @@ -292,6 +292,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodBase.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodBase.html index 22345f21d..1c9de541b 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodBase.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodBase.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.tools.MethodBase (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.tools.MethodBase (API-The MovieDB 4.4-SNAPSHOT API) @@ -103,9 +103,9 @@ ResultList<ChangeListItem> TmdbChanges.getChangeList(MethodBase method, - Integer page, - String startDate, - String endDate) + Integer page, + String startDate, + String endDate)
    Get a list of Media IDs that have been edited.
    @@ -125,13 +125,13 @@ static MethodBase -MethodBase.fromString(String value) +MethodBase.fromString(String value)
    Convert a string into an Enum type
    static MethodBase -MethodBase.valueOf(String name) +MethodBase.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -151,7 +151,7 @@ the order they are declared. -ApiUrl(String apiKey, +ApiUrl(String apiKey, MethodBase method)
    Constructor for the simple API URL method without a sub-method
    @@ -208,6 +208,6 @@ the order they are declared. -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodSub.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodSub.html index 2ec6075b9..d979cf9cd 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodSub.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodSub.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.tools.MethodSub (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.tools.MethodSub (API-The MovieDB 4.4-SNAPSHOT API) @@ -98,13 +98,13 @@ static MethodSub -MethodSub.fromString(String value) +MethodSub.fromString(String value)
    Convert a string into an Enum type
    static MethodSub -MethodSub.valueOf(String name) +MethodSub.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -182,6 +182,6 @@ the order they are declared. -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/Param.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/Param.html index 357c6bb3d..c88e4f627 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/Param.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/Param.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.tools.Param (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.tools.Param (API-The MovieDB 4.4-SNAPSHOT API) @@ -98,13 +98,13 @@ static Param -Param.fromString(String value) +Param.fromString(String value)
    Convert a string into an Enum type
    static Param -Param.valueOf(String name) +Param.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -125,7 +125,7 @@ the order they are declared. -Set<Map.Entry<Param,String>> +Set<Map.Entry<Param,String>> TmdbParameters.getEntries()
    Get the entry set of the parameters
    @@ -142,40 +142,40 @@ the order they are declared. void TmdbParameters.add(Param key, - Boolean value) + Boolean value)
    Add a boolean parameter to the collection
    void TmdbParameters.add(Param key, - Float value) + Float value)
    Add a float parameter to the collection
    void TmdbParameters.add(Param key, - Integer value) + Integer value)
    Add an integer parameter to the collection
    void TmdbParameters.add(Param key, - String value) + String value)
    Add a string parameter to the collection
    void TmdbParameters.add(Param key, - String[] value) + String[] value)
    Add an array parameter to the collection
    -Object +Object TmdbParameters.get(Param key)
    Get a parameter from the collection
    @@ -244,6 +244,6 @@ the order they are declared. -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/PostBody.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/PostBody.html index 3f2b6f11b..25cab6510 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/PostBody.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/PostBody.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.tools.PostBody (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.tools.PostBody (API-The MovieDB 4.4-SNAPSHOT API) @@ -98,7 +98,7 @@ static PostBody -PostBody.valueOf(String name) +PostBody.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -121,7 +121,7 @@ the order they are declared. PostTools PostTools.add(PostBody key, - Object value)  + Object value)
      @@ -175,6 +175,6 @@ the order they are declared. -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/PostTools.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/PostTools.html index aad27d36d..4dbc395b7 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/PostTools.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/PostTools.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.tools.PostTools (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.tools.PostTools (API-The MovieDB 4.4-SNAPSHOT API) @@ -99,12 +99,12 @@ PostTools PostTools.add(PostBody key, - Object value)  + Object value)
      PostTools -PostTools.add(String key, - Object value)  +PostTools.add(String key, + Object value)  @@ -158,6 +158,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/TmdbParameters.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/TmdbParameters.html index 3fca42dad..49a5e96b5 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/TmdbParameters.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/TmdbParameters.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.tools.TmdbParameters (API-The MovieDB 4.3 API) +Uses of Class com.omertron.themoviedbapi.tools.TmdbParameters (API-The MovieDB 4.4-SNAPSHOT API) @@ -121,7 +121,7 @@ -URL +URL ApiUrl.buildUrl(TmdbParameters params)
    Build the URL from the pre-created parameters.
    @@ -178,6 +178,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html index 37f0df066..7ff4b3929 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.tools (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.tools (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html index 7f3c00da2..e7fb873ed 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.tools (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.tools (API-The MovieDB 4.4-SNAPSHOT API) @@ -179,6 +179,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html index 9a631f466..6955a7225 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 4.3 API) +com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -73,7 +73,7 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-use.html b/apidocs/com/omertron/themoviedbapi/tools/package-use.html index 74b14330c..ed833cf25 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 4.3 API) +Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 4.4-SNAPSHOT API) @@ -216,6 +216,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 80ec6a2df..ed5fe0176 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,16 +2,16 @@ - + -Constant Field Values (API-The MovieDB 4.3 API) +Constant Field Values (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 8c17db676..ed67898c7 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,16 +2,16 @@ - + -Deprecated List (API-The MovieDB 4.3 API) +Deprecated List (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index c2f54daa0..208309e73 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,16 +2,16 @@ - + -API Help (API-The MovieDB 4.3 API) +API Help (API-The MovieDB 4.4-SNAPSHOT API) @@ -217,6 +217,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 346bb07d2..3d3a2984d 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,16 +2,16 @@ - + -Index (API-The MovieDB 4.3 API) +Index (API-The MovieDB 4.4-SNAPSHOT API) @@ -4114,6 +4114,6 @@ the order they are declared. -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/index.html b/apidocs/index.html index bafe613d7..1e6f57c98 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,9 +2,9 @@ - + -API-The MovieDB 4.3 API +API-The MovieDB 4.4-SNAPSHOT API @@ -64,7 +64,7 @@
    -

    API-The MovieDB 4.3 API

    +

    API-The MovieDB 4.4-SNAPSHOT API

    @@ -218,6 +218,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index f28225b13..4665ebcce 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,16 +2,16 @@ - + -Class Hierarchy (API-The MovieDB 4.3 API) +Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) @@ -96,23 +96,23 @@

    Class Hierarchy

    -
  • com.omertron.themoviedbapi.model.media.AlternativeTitle (implements java.io.Serializable)
  • +
  • com.omertron.themoviedbapi.model.media.AlternativeTitle (implements java.io.Serializable)
  • com.omertron.themoviedbapi.tools.ApiUrl
  • com.omertron.themoviedbapi.AppendToResponseBuilder
  • com.omertron.themoviedbapi.Compare
  • -
  • com.omertron.themoviedbapi.model.person.ContentRating (implements java.io.Serializable)
  • +
  • com.omertron.themoviedbapi.model.person.ContentRating (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.discover.Discover
  • com.omertron.themoviedbapi.tools.HttpTools
  • com.omertron.themoviedbapi.model.person.PersonCreditsMixIn
  • com.omertron.themoviedbapi.tools.PostTools
  • com.omertron.themoviedbapi.TheMovieDbApi
  • -
  • java.lang.Throwable (implements java.io.Serializable) +
  • java.lang.Throwable (implements java.io.Serializable)
  • -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index 31bbd2dad..09a0c53ae 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,16 +2,16 @@ - + -Serialized Form (API-The MovieDB 4.3 API) +Serialized Form (API-The MovieDB 4.4-SNAPSHOT API) @@ -101,7 +101,7 @@
  • name

    -
    String name
    +
    String name
  • @@ -110,7 +110,7 @@
  • -

    Class com.omertron.themoviedbapi.model.AbstractJsonMapping extends Object implements Serializable

    +

    Class com.omertron.themoviedbapi.model.AbstractJsonMapping extends Object implements Serializable

    serialVersionUID:
    100L
    @@ -132,11 +132,11 @@
  • @@ -270,11 +270,11 @@
  • name

    -
    String name
    +
    String name
  • userName

    -
    String userName
    +
    String userName
  • includeAdult

    @@ -282,11 +282,11 @@
  • language

    -
    String language
    +
    String language
  • country

    -
    String country
    +
    String country
  • avatar

    @@ -326,7 +326,7 @@
  • @@ -353,7 +353,7 @@ @@ -747,23 +747,23 @@
  • name

    -
    String name
    +
    String name
  • description

    -
    String description
    +
    String description
  • headquarters

    -
    String headquarters
    +
    String headquarters
  • homepage

    -
    String homepage
    +
    String homepage
  • logoPath

    -
    String logoPath
    +
    String logoPath
  • parentCompany

    @@ -794,31 +794,31 @@
  • @@ -840,11 +840,11 @@ @@ -879,7 +879,7 @@
  • creditId

    -
    String creditId
    +
    String creditId
  • id

    @@ -887,19 +887,19 @@
  • artworkPath

    -
    String artworkPath
    +
    String artworkPath
  • character

    -
    String character
    +
    String character
  • department

    -
    String department
    +
    String department
  • job

    -
    String job
    +
    String job
  • @@ -925,15 +925,15 @@
  • originalTitle

    -
    String originalTitle
    +
    String originalTitle
  • releaseDate

    -
    String releaseDate
    +
    String releaseDate
  • title

    -
    String title
    +
    String title
  • @@ -959,15 +959,15 @@
  • firstAirDate

    -
    String firstAirDate
    +
    String firstAirDate
  • name

    -
    String name
    +
    String name
  • originalName

    -
    String originalName
    +
    String originalName
  • @@ -989,7 +989,7 @@ @@ -1027,7 +1027,7 @@
  • character

    -
    String character
    +
    String character
  • order

    @@ -1053,11 +1053,11 @@
  • @@ -1098,15 +1098,15 @@ @@ -1160,7 +1160,7 @@ @@ -1425,19 +1425,19 @@ @@ -1459,19 +1459,19 @@ @@ -1493,19 +1493,19 @@ @@ -1548,7 +1548,7 @@
    • mediaId

      -
      String mediaId
      +
      String mediaId
    • adult

      @@ -1556,19 +1556,19 @@
    • originalTitle

      -
      String originalTitle
      +
      String originalTitle
    • releaseDate

      -
      String releaseDate
      +
      String releaseDate
    • title

      -
      String title
      +
      String title
    • video

      -
      Boolean video
      +
      Boolean video
    • userRating

      @@ -1576,15 +1576,15 @@
    • genreIds

      -
      List<E> genreIds
      +
      List<E> genreIds
    • originalLanguage

      -
      String originalLanguage
      +
      String originalLanguage
    • overview

      -
      String overview
      +
      String overview
    • revenue

      @@ -1618,23 +1618,23 @@
    • genres

      -
      List<E> genres
      +
      List<E> genres
    • homepage

      -
      String homepage
      +
      String homepage
    • imdbID

      -
      String imdbID
      +
      String imdbID
    • productionCompanies

      -
      List<E> productionCompanies
      +
      List<E> productionCompanies
    • productionCountries

      -
      List<E> productionCountries
      +
      List<E> productionCountries
    • runtime

      @@ -1642,23 +1642,23 @@
    • spokenLanguages

      -
      List<E> spokenLanguages
      +
      List<E> spokenLanguages
    • tagline

      -
      String tagline
      +
      String tagline
    • status

      -
      String status
      +
      String status
    • methods

      -
      Set<E> methods
      +
      Set<E> methods
    • alternativeTitles

      -
      List<E> alternativeTitles
      +
      List<E> alternativeTitles
    • credits

      @@ -1666,39 +1666,39 @@
    • images

      -
      List<E> images
      +
      List<E> images
    • keywords

      -
      List<E> keywords
      +
      List<E> keywords
    • releases

      -
      List<E> releases
      +
      List<E> releases
    • videos

      -
      List<E> videos
      +
      List<E> videos
    • translations

      -
      List<E> translations
      +
      List<E> translations
    • similarMovies

      -
      List<E> similarMovies
      +
      List<E> similarMovies
    • reviews

      -
      List<E> reviews
      +
      List<E> reviews
    • lists

      -
      List<E> lists
      +
      List<E> lists
    • changes

      -
      List<E> changes
      +
      List<E> changes
    @@ -1729,11 +1729,11 @@ @@ -1751,11 +1751,11 @@ @@ -1777,11 +1777,11 @@ @@ -2802,7 +2802,7 @@ @@ -2820,7 +2820,7 @@ @@ -2838,19 +2838,19 @@ @@ -2868,7 +2868,7 @@ @@ -2886,7 +2886,7 @@ @@ -2904,7 +2904,7 @@ @@ -2922,7 +2922,7 @@ @@ -2940,7 +2940,7 @@
    • translations

      -
      List<E> translations
      +
      List<E> translations
    @@ -2958,7 +2958,7 @@ @@ -3013,6 +3013,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/dependencies.html b/dependencies.html index d795d38f8..edbf8d073 100644 --- a/dependencies.html +++ b/dependencies.html @@ -27,7 +27,7 @@
    Last Published: 2016-05-01 -  | Version: 4.3 +  | Version: 4.4-SNAPSHOT
    API-The MovieDB @@ -41,7 +41,7 @@
    Project Documentation
    @@ -391,147 +394,147 @@ file comparators, endian transformation classes, and much more.

    - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - - + + + - - - + + + - + @@ -548,18 +551,18 @@ file comparators, endian transformation classes, and much more.

    - + - + -
    API-The MovieDB
    Entries Classes PackagesJDK RevDebug
    Java VersionDebug Information
    jackson-annotations-2.7.1.jar49.70 kB50.90 kB 72 60 1 1.6debug
    Yes
    jackson-core-2.7.1.jar246.39 kB252.30 kB 112 89 9 1.6debug
    Yes
    jackson-databind-2.7.1.jar1.14 MB1.20 MB 603 569 20 1.6debug
    Yes
    commons-codec-1.9.jar257.78 kB263.96 kB 227 85 6 1.6debug
    Yes
    commons-io-2.4.jar180.80 kB185.14 kB 128 110 6 1.6debug
    Yes
    commons-logging-1.2.jar60.38 kB61.83 kB 42 28 2 1.2debug
    Yes
    junit-4.12.jar307.55 kB314.93 kB 323 286 30 1.5debug
    Yes
    commons-lang3-3.4.jar424.49 kB434.68 kB 248 224 12 1.6debug
    Yes
    httpclient-4.5.1.jar715.59 kB732.77 kB 502 461 24 1.6debug
    Yes
    httpcore-4.4.3.jar318.94 kB326.59 kB 284 254 17 1.6debug
    Yes
    hamcrest-core-1.3.jar43.97 kB45.02 kB 52 45 3 1.5debug
    Yes
    slf4j-api-1.7.16.jar39.56 kB40.51 kB 46 34 4 1.5debug
    Yes
    slf4j-jdk14-1.7.16.jar8.25 kB8.45 kB 15 5 1 1.5debug
    Yes
    api-common-2.0.jar30.15 kB30.88 kB 28 14 3 1.6debug
    Yes
    Total Size Entries Classes PackagesJDK RevDebug
    Java VersionDebug Information
    143.76 MB2,6822,2643.95 MB26822264 138 1.6 14
    compile: 10compile: 3.24 MBcompile: 2,164compile: 1,818compile: 3.39 MBcompile: 2164compile: 1818 compile: 98 - compile: 10
    test: 4test: 540.57 kBtest: 553.55 kB test: 518 test: 446 test: 40
    apache.snapshots http://repository.apache.org/snapshots-No Yes
    sonatype-nexus-snapshots https://oss.sonatype.org/content/repositories/snapshots-No Yes
    central https://repo.maven.apache.org/maven2 Yes-
    +No

    Repository locations for each of the Dependencies.

    @@ -571,72 +574,72 @@ file comparators, endian transformation classes, and much more.

    - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -646,7 +649,7 @@ file comparators, endian transformation classes, and much more.

    -
    com.fasterxml.jackson.core:jackson-annotations:jar:2.7.1 - --
    Found at https://repo.maven.apache.org/maven2
    com.fasterxml.jackson.core:jackson-core:jar:2.7.1 - --
    Found at https://repo.maven.apache.org/maven2
    com.fasterxml.jackson.core:jackson-databind:jar:2.7.1 - --
    Found at https://repo.maven.apache.org/maven2
    commons-codec:commons-codec:jar:1.9 - --
    Found at https://repo.maven.apache.org/maven2
    commons-io:commons-io:jar:2.4 - --
    Found at https://repo.maven.apache.org/maven2
    commons-logging:commons-logging:jar:1.2 - --
    Found at https://repo.maven.apache.org/maven2
    junit:junit:jar:4.12 - --
    Found at https://repo.maven.apache.org/maven2
    org.apache.commons:commons-lang3:jar:3.4 - --
    Found at https://repo.maven.apache.org/maven2
    org.apache.httpcomponents:httpclient:jar:4.5.1 - --
    Found at https://repo.maven.apache.org/maven2
    org.apache.httpcomponents:httpcore:jar:4.4.3 - --
    Found at https://repo.maven.apache.org/maven2
    org.hamcrest:hamcrest-core:jar:1.3 - --
    Found at https://repo.maven.apache.org/maven2
    org.slf4j:slf4j-api:jar:1.7.16 - --
    Found at https://repo.maven.apache.org/maven2
    org.slf4j:slf4j-jdk14:jar:1.7.16 - --
    Found at https://repo.maven.apache.org/maven2
    org.yamj:api-common:jar:2.0 - --
    Found at https://repo.maven.apache.org/maven2
    Total apache.snapshots 14 (compile: 10, test: 4) 0 00
    +14
    diff --git a/index.html b/index.html index d09c99543..16391237a 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@
    Last Published: 2016-05-01 -  | Version: 4.3 +  | Version: 4.4-SNAPSHOT
    API-The MovieDB @@ -41,7 +41,7 @@
    Project Documentation
      -
    • +
    • Project Information
      • @@ -52,6 +52,9 @@
      • Issue Tracking +
      • +
      • + Dependency Convergence
      • Project Summary diff --git a/issue-tracking.html b/issue-tracking.html index c1aa0c650..2bcc46d47 100644 --- a/issue-tracking.html +++ b/issue-tracking.html @@ -27,7 +27,7 @@
        Last Published: 2016-05-01 -  | Version: 4.3 +  | Version: 4.4-SNAPSHOT
        API-The MovieDB @@ -41,7 +41,7 @@
        Project Documentation
          -
        • +
        • Project Information
          • @@ -53,6 +53,9 @@
          • Issue Tracking
          • +
          • + Dependency Convergence +
          • Project Summary
          • diff --git a/license.html b/license.html index 383935eb6..ccfdab468 100644 --- a/license.html +++ b/license.html @@ -27,7 +27,7 @@
            Last Published: 2016-05-01 -  | Version: 4.3 +  | Version: 4.4-SNAPSHOT
            API-The MovieDB @@ -41,7 +41,7 @@
            Project Documentation
              -
            • +
            • Project Information
              • @@ -52,6 +52,9 @@
              • Issue Tracking +
              • +
              • + Dependency Convergence
              • Project Summary @@ -83,7 +86,7 @@

                Project License

                GNU General Public License v3+

                [Original text] -

                Copy of the license follows.

                +

                Copy of the license follows:

                GNU GENERAL PUBLIC LICENSE

                Version 3, 29 June 2007

                diff --git a/project-info.html b/project-info.html index 787efc1b5..94347cec6 100644 --- a/project-info.html +++ b/project-info.html @@ -27,7 +27,7 @@
                Last Published: 2016-05-01 -  | Version: 4.3 +  | Version: 4.4-SNAPSHOT
                API-The MovieDB @@ -41,7 +41,7 @@
                Project Documentation
                  -
                • +
                • Project Information
                  • @@ -52,6 +52,9 @@
                  • Issue Tracking +
                  • +
                  • + Dependency Convergence
                  • Project Summary @@ -90,19 +93,22 @@ API for the TheMovieDb.org website Source Repository -This is a link to the online source repository that can be viewed via a web browser. +This document lists ways to access the online source repository. Issue Tracking -This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link. +This document provides information on the issue management system used in this project. +Dependency Convergence +This document presents the convergence of dependency versions across the entire project, and its sub modules. + Project Summary This document lists other related information of this project - + Dependencies This document lists the project's dependencies and provides information on each dependency. - + Project License -This is a link to the definitions of project licenses.
                +This document lists the project license(s).
    diff --git a/project-reports.html b/project-reports.html index 96581141e..fcd366908 100644 --- a/project-reports.html +++ b/project-reports.html @@ -27,7 +27,7 @@
    Last Published: 2016-05-01 -  | Version: 4.3 +  | Version: 4.4-SNAPSHOT
    API-The MovieDB @@ -41,17 +41,17 @@
    Project Documentation
    +JavaDoc API documentation. + +Test JavaDocs +Test JavaDoc API documentation.
    diff --git a/project-summary.html b/project-summary.html index 6bdaec101..3eb7fa30a 100644 --- a/project-summary.html +++ b/project-summary.html @@ -27,7 +27,7 @@
    Last Published: 2016-05-01 -  | Version: 4.3 +  | Version: 4.4-SNAPSHOT
    API-The MovieDB @@ -41,7 +41,7 @@
    Project Documentation
    +Java Version +1.7
    diff --git a/source-repository.html b/source-repository.html index d4a428e0c..dc5b2a7f0 100644 --- a/source-repository.html +++ b/source-repository.html @@ -27,7 +27,7 @@
    Last Published: 2016-05-01 -  | Version: 4.3 +  | Version: 4.4-SNAPSHOT
    API-The MovieDB @@ -41,7 +41,7 @@
    Project Documentation
    diff --git a/testapidocs/allclasses-frame.html b/testapidocs/allclasses-frame.html index 7029a5f44..e42187385 100644 --- a/testapidocs/allclasses-frame.html +++ b/testapidocs/allclasses-frame.html @@ -2,9 +2,9 @@ - + -All Classes (API-The MovieDB 4.3 Test API) +All Classes (API-The MovieDB 4.4-SNAPSHOT Test API) diff --git a/testapidocs/allclasses-noframe.html b/testapidocs/allclasses-noframe.html index 3f0ee8d0a..06d7cea9f 100644 --- a/testapidocs/allclasses-noframe.html +++ b/testapidocs/allclasses-noframe.html @@ -2,9 +2,9 @@ - + -All Classes (API-The MovieDB 4.3 Test API) +All Classes (API-The MovieDB 4.4-SNAPSHOT Test API) diff --git a/testapidocs/com/omertron/themoviedbapi/AbstractTests.html b/testapidocs/com/omertron/themoviedbapi/AbstractTests.html index e69e894ea..bb8f05f3f 100644 --- a/testapidocs/com/omertron/themoviedbapi/AbstractTests.html +++ b/testapidocs/com/omertron/themoviedbapi/AbstractTests.html @@ -2,16 +2,16 @@ - + -AbstractTests (API-The MovieDB 4.3 Test API) +AbstractTests (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@
    @@ -122,15 +122,15 @@ extends Field and Description -protected static String +protected static String LANGUAGE_DEFAULT  -protected static String +protected static String LANGUAGE_ENGLISH  -protected static String +protected static String LANGUAGE_RUSSIAN  @@ -170,8 +170,8 @@ extends Method and Description -protected static <T extends com.omertron.themoviedbapi.interfaces.AppendToResponseMethod> 
    String -appendToResponseBuilder(Class<T> methodClass) +protected static <T extends AppendToResponseMethod> 
    String
    +appendToResponseBuilder(Class<T> methodClass)
    Build up a full list of the AppendToResponse methods into a string for use in the URL
    @@ -189,13 +189,13 @@ extends -protected static String +protected static String getApiKey()
    Get the API Key
    -protected static String +protected static String getGuestSession()
    Get the Guest Session ID
    @@ -207,31 +207,31 @@ extends -protected static com.omertron.themoviedbapi.tools.HttpTools +protected static HttpTools getHttpTools()
    Get the Http Tools
    -protected static String +protected static String getPassword()
    Get the Account password
    -protected static String -getProperty(String property) +protected static String +getProperty(String property)
    Get the named property
    -protected static String +protected static String getSessionId()
    get the Session ID
    -protected static String +protected static String getUsername()
    Get the Account username
    @@ -241,8 +241,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 @@ -273,7 +273,7 @@ extends
  • LANGUAGE_DEFAULT

    -
    protected static final String LANGUAGE_DEFAULT
    +
    protected static final String LANGUAGE_DEFAULT
    See Also:
    Constant Field Values
  • @@ -283,7 +283,7 @@ extends
  • LANGUAGE_ENGLISH

    -
    protected static final String LANGUAGE_ENGLISH
    +
    protected static final String LANGUAGE_ENGLISH
    See Also:
    Constant Field Values
  • @@ -293,7 +293,7 @@ extends
  • LANGUAGE_RUSSIAN

    -
    protected static final String LANGUAGE_RUSSIAN
    +
    protected static final String LANGUAGE_RUSSIAN
    See Also:
    Constant Field Values
  • @@ -329,7 +329,7 @@ extends

    doConfiguration

    protected static final void doConfiguration()
    -                                     throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Do the initial configuration for the test cases
    Throws:
    MovieDbException
    @@ -341,8 +341,8 @@ extends
  • getSessionId

    -
    protected static final String getSessionId()
    -                                    throws com.omertron.themoviedbapi.MovieDbException
    +
    protected static final String getSessionId()
    +                                    throws MovieDbException
    get the Session ID
    Returns:
    Throws:
    @@ -356,7 +356,7 @@ extends

    getAccountId

    protected static final int getAccountId()
    -                                 throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Get the Account information
    Returns:
    Throws:
    @@ -380,7 +380,7 @@ extends
  • getHttpTools

    -
    protected static com.omertron.themoviedbapi.tools.HttpTools getHttpTools()
    +
    protected static HttpTools getHttpTools()
    Get the Http Tools
    Returns:
  • @@ -391,7 +391,7 @@ extends
  • getApiKey

    -
    protected static String getApiKey()
    +
    protected static String getApiKey()
    Get the API Key
    Returns:
  • @@ -402,7 +402,7 @@ extends
  • getUsername

    -
    protected static String getUsername()
    +
    protected static String getUsername()
    Get the Account username
    Returns:
  • @@ -413,7 +413,7 @@ extends
  • getPassword

    -
    protected static String getPassword()
    +
    protected static String getPassword()
    Get the Account password
    Returns:
  • @@ -424,7 +424,7 @@ extends
  • getGuestSession

    -
    protected static String getGuestSession()
    +
    protected static String getGuestSession()
    Get the Guest Session ID
    Returns:
  • @@ -435,7 +435,7 @@ extends
  • getProperty

    -
    protected static String getProperty(String property)
    +
    protected static String getProperty(String property)
    Get the named property
    Parameters:
    property -
    Returns:
    @@ -447,7 +447,7 @@ extends
  • appendToResponseBuilder

    -
    protected static <T extends com.omertron.themoviedbapi.interfaces.AppendToResponseMethod> String appendToResponseBuilder(Class<T> methodClass)
    +
    protected static <T extends AppendToResponseMethod> String appendToResponseBuilder(Class<T> methodClass)
    Build up a full list of the AppendToResponse methods into a string for use in the URL
    Type Parameters:
    T -
    Parameters:
    methodClass -
    @@ -521,6 +521,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/ArtworkResults.html b/testapidocs/com/omertron/themoviedbapi/ArtworkResults.html index e04fb6399..71213e1b0 100644 --- a/testapidocs/com/omertron/themoviedbapi/ArtworkResults.html +++ b/testapidocs/com/omertron/themoviedbapi/ArtworkResults.html @@ -2,16 +2,16 @@ - + -ArtworkResults (API-The MovieDB 4.3 Test API) +ArtworkResults (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@
    @@ -136,28 +136,28 @@ extends void -found(com.omertron.themoviedbapi.enumeration.ArtworkType artworkType)  +found(ArtworkType artworkType)  void -validateResults(com.omertron.themoviedbapi.enumeration.ArtworkType expectedType)  +validateResults(ArtworkType expectedType)  void -validateResults(com.omertron.themoviedbapi.enumeration.ArtworkType[] expectedTypes)  +validateResults(ArtworkType[] expectedTypes)  void -validateResults(com.omertron.themoviedbapi.enumeration.ArtworkType expectedType1, - com.omertron.themoviedbapi.enumeration.ArtworkType expectedType2)  +validateResults(ArtworkType expectedType1, + ArtworkType expectedType2) 
  • @@ -190,41 +190,41 @@ extends +
    • found

      -
      public void found(com.omertron.themoviedbapi.enumeration.ArtworkType artworkType)
      +
      public void found(ArtworkType artworkType)
    - +
    • validateResults

      -
      public void validateResults(com.omertron.themoviedbapi.enumeration.ArtworkType expectedType)
      +
      public void validateResults(ArtworkType expectedType)
    - +
    • validateResults

      -
      public void validateResults(com.omertron.themoviedbapi.enumeration.ArtworkType expectedType1,
      -                   com.omertron.themoviedbapi.enumeration.ArtworkType expectedType2)
      +
      public void validateResults(ArtworkType expectedType1,
      +                   ArtworkType expectedType2)
    - +
    • validateResults

      -
      public void validateResults(com.omertron.themoviedbapi.enumeration.ArtworkType[] expectedTypes)
      +
      public void validateResults(ArtworkType[] expectedTypes)
  • @@ -294,6 +294,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/CompareTest.html b/testapidocs/com/omertron/themoviedbapi/CompareTest.html index d8c03f0c5..b314f1bfb 100644 --- a/testapidocs/com/omertron/themoviedbapi/CompareTest.html +++ b/testapidocs/com/omertron/themoviedbapi/CompareTest.html @@ -2,16 +2,16 @@ - + -CompareTest (API-The MovieDB 4.3 Test API) +CompareTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@
    @@ -117,15 +117,15 @@ extends Constructor and Description -TestID(String name, - String imdb, +TestID(String name, + String imdb, int tmdb)  -TestID(String name, - String imdb, +TestID(String name, + String imdb, int tmdb, - String other)  + String other)  @@ -143,15 +143,15 @@ extends Method and Description -String +String getImdb()  -String +String getName()  -String +String getOther()  @@ -160,22 +160,22 @@ extends void -setImdb(String imdb)  +setImdb(String imdb)  void -setName(String name)  +setName(String name)  void -setOther(String other)  +setOther(String other)  void setTmdb(int tmdb)  -String +String toString()  @@ -183,8 +183,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 @@ -206,8 +206,8 @@ extends
  • TestID

    -
    public TestID(String name,
    -      String imdb,
    +
    public TestID(String name,
    +      String imdb,
           int tmdb)
  • @@ -217,10 +217,10 @@ extends
  • TestID

    -
    public TestID(String name,
    -      String imdb,
    +
    public TestID(String name,
    +      String imdb,
           int tmdb,
    -      String other)
    + String other)
  • @@ -237,7 +237,7 @@ extends
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -246,7 +246,7 @@ extends
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -255,7 +255,7 @@ extends
  • getImdb

    -
    public String getImdb()
    +
    public String getImdb()
  • @@ -264,7 +264,7 @@ extends
  • setImdb

    -
    public void setImdb(String imdb)
    +
    public void setImdb(String imdb)
  • @@ -291,7 +291,7 @@ extends
  • getOther

    -
    public String getOther()
    +
    public String getOther()
  • @@ -300,7 +300,7 @@ extends
  • setOther

    -
    public void setOther(String other)
    +
    public void setOther(String other)
  • @@ -309,10 +309,10 @@ extends
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • @@ -383,6 +383,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/TestLogger.html b/testapidocs/com/omertron/themoviedbapi/TestLogger.html index 03c59c551..3bd55af4e 100644 --- a/testapidocs/com/omertron/themoviedbapi/TestLogger.html +++ b/testapidocs/com/omertron/themoviedbapi/TestLogger.html @@ -2,16 +2,16 @@ - + -TestLogger (API-The MovieDB 4.3 Test API) +TestLogger (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@
    @@ -125,22 +125,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
    @@ -149,8 +149,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 @@ -172,7 +172,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
    @@ -195,8 +195,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 -
  • @@ -207,9 +207,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 -
  • @@ -281,6 +281,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/TestSuite.html b/testapidocs/com/omertron/themoviedbapi/TestSuite.html index 4dd36fc49..a5874f660 100644 --- a/testapidocs/com/omertron/themoviedbapi/TestSuite.html +++ b/testapidocs/com/omertron/themoviedbapi/TestSuite.html @@ -2,16 +2,16 @@ - + -TestSuite (API-The MovieDB 4.3 Test API) +TestSuite (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@
    @@ -123,90 +123,79 @@ extends static void -test(com.omertron.themoviedbapi.model.person.ExternalID test)  +test( result, + String message)  static void -test(List<?> result, - String message)  +test( test, + String message)  static void -test(com.omertron.themoviedbapi.model.media.MediaCreditList test)  +test(ExternalID test)  static void -test(com.omertron.themoviedbapi.model.media.MediaState test)  +test(MediaCreditList test)  static void -test(com.omertron.themoviedbapi.model.movie.MovieBasic test)  +test(MediaState test)  static void -test(com.omertron.themoviedbapi.model.movie.MovieInfo test)  +test(MovieBasic test)  static void -test(com.omertron.themoviedbapi.model.person.PersonCreditList<?> test, - String message)  +test(MovieInfo test)  static void -test(com.omertron.themoviedbapi.model.person.PersonInfo test)  +test(PersonInfo test)  static void -test(com.omertron.themoviedbapi.results.ResultList<?> result, - String message)  +test(TVBasic test)  static void -test(com.omertron.themoviedbapi.model.tv.TVBasic test)  +test(TVEpisodeInfo test)  static void -test(com.omertron.themoviedbapi.model.tv.TVEpisodeInfo test)  +test(TVInfo test)  static void -test(com.omertron.themoviedbapi.model.tv.TVInfo test)  +test(TVSeasonInfo test)  static void -test(com.omertron.themoviedbapi.model.tv.TVSeasonInfo test)  +test(UserList test)  -static void -test(com.omertron.themoviedbapi.model.list.UserList test)  - - -static <T extends com.omertron.themoviedbapi.interfaces.AppendToResponseMethod> 
    void
    -testATR(com.omertron.themoviedbapi.interfaces.AppendToResponse<T> test, - Class<T> methodClass, +static <T extends AppendToResponseMethod> 
    void
    +testATR( test, + Class<T> methodClass, T skip)
    Test the AppendToResponse method
    - -static void -testId(List<? extends com.omertron.themoviedbapi.interfaces.Identification> result, - int id, - String message)  - static void -testId(com.omertron.themoviedbapi.results.ResultList<? extends com.omertron.themoviedbapi.interfaces.Identification> result, +testId( result, int id, - String message)  + String message)  @@ -231,168 +220,147 @@ extends - - -
      -
    • -

      test

      -
      public static void test(com.omertron.themoviedbapi.results.ResultList<?> result,
      -        String message)
      -
    • -
    - +
    • test

      -
      public static void test(List<?> result,
      -        String message)
      +
      public static void test( result,
      +        String message)
    - +
    • test

      -
      public static void test(com.omertron.themoviedbapi.model.movie.MovieBasic test)
      +
      public static void test(MovieBasic test)
    - +
    • test

      -
      public static void test(com.omertron.themoviedbapi.model.movie.MovieInfo test)
      +
      public static void test(MovieInfo test)
    - +
    • test

      -
      public static void test(com.omertron.themoviedbapi.model.list.UserList test)
      +
      public static void test(UserList test)
    - +
    • test

      -
      public static void test(com.omertron.themoviedbapi.model.tv.TVBasic test)
      +
      public static void test(TVBasic test)
    - +
    • test

      -
      public static void test(com.omertron.themoviedbapi.model.tv.TVInfo test)
      +
      public static void test(TVInfo test)
    - +
    • test

      -
      public static void test(com.omertron.themoviedbapi.model.tv.TVEpisodeInfo test)
      +
      public static void test(TVEpisodeInfo test)
    - +
    • test

      -
      public static void test(com.omertron.themoviedbapi.model.person.PersonInfo test)
      +
      public static void test(PersonInfo test)
    - +
    • test

      -
      public static void test(com.omertron.themoviedbapi.model.tv.TVSeasonInfo test)
      +
      public static void test(TVSeasonInfo test)
    - +
    • test

      -
      public static void test(com.omertron.themoviedbapi.model.person.ExternalID test)
      +
      public static void test(ExternalID test)
    - +
    • test

      -
      public static void test(com.omertron.themoviedbapi.model.media.MediaCreditList test)
      +
      public static void test(MediaCreditList test)
    - +
    • test

      -
      public static void test(com.omertron.themoviedbapi.model.media.MediaState test)
      +
      public static void test(MediaState test)
    - +
    • test

      -
      public static void test(com.omertron.themoviedbapi.model.person.PersonCreditList<?> test,
      -        String message)
      -
    • -
    - - - -
      -
    • -

      testId

      -
      public static void testId(com.omertron.themoviedbapi.results.ResultList<? extends com.omertron.themoviedbapi.interfaces.Identification> result,
      -          int id,
      -          String message)
      +
      public static void test( test,
      +        String message)
    - +
    • testId

      -
      public static void testId(List<? extends com.omertron.themoviedbapi.interfaces.Identification> result,
      +
      public static void testId( result,
                 int id,
      -          String message)
      + String message)
    - + - +
    • testATR

      -
      public static <T extends com.omertron.themoviedbapi.interfaces.AppendToResponseMethod> void testATR(com.omertron.themoviedbapi.interfaces.AppendToResponse<T> test,
      -                                                                                    Class<T> methodClass,
      -                                                                                    T skip)
      +
      public static <T extends AppendToResponseMethod> void testATR( test,
      +                                              Class<T> methodClass,
      +                                              T skip)
      Test the AppendToResponse method
      Type Parameters:
      T -
      Parameters:
      test -
      methodClass -
      skip - Any methods to skip
    • @@ -464,6 +432,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

      +

      Copyright © 2012–2016. All rights reserved.

      diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/AbstractTests.html b/testapidocs/com/omertron/themoviedbapi/class-use/AbstractTests.html index 45afa232c..7808a73cb 100644 --- a/testapidocs/com/omertron/themoviedbapi/class-use/AbstractTests.html +++ b/testapidocs/com/omertron/themoviedbapi/class-use/AbstractTests.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.AbstractTests (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.AbstractTests (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -258,6 +258,6 @@
      -

      Copyright © 2012-2016. All Rights Reserved.

      +

      Copyright © 2012–2016. All rights reserved.

      diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/ArtworkResults.html b/testapidocs/com/omertron/themoviedbapi/class-use/ArtworkResults.html index d0afeebe4..485d34bf0 100644 --- a/testapidocs/com/omertron/themoviedbapi/class-use/ArtworkResults.html +++ b/testapidocs/com/omertron/themoviedbapi/class-use/ArtworkResults.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.ArtworkResults (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.ArtworkResults (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

      Copyright © 2012-2016. All Rights Reserved.

      +

      Copyright © 2012–2016. All rights reserved.

      diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/CompareTest.html b/testapidocs/com/omertron/themoviedbapi/class-use/CompareTest.html index cf4611f5c..6aa0deda5 100644 --- a/testapidocs/com/omertron/themoviedbapi/class-use/CompareTest.html +++ b/testapidocs/com/omertron/themoviedbapi/class-use/CompareTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.CompareTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.CompareTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

      Copyright © 2012-2016. All Rights Reserved.

      +

      Copyright © 2012–2016. All rights reserved.

      diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/DebugTest.html b/testapidocs/com/omertron/themoviedbapi/class-use/DebugTest.html index 9a60c1c18..4d65f067e 100644 --- a/testapidocs/com/omertron/themoviedbapi/class-use/DebugTest.html +++ b/testapidocs/com/omertron/themoviedbapi/class-use/DebugTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.DebugTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.DebugTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

      Copyright © 2012-2016. All Rights Reserved.

      +

      Copyright © 2012–2016. All rights reserved.

      diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/TestID.html b/testapidocs/com/omertron/themoviedbapi/class-use/TestID.html index faee483e7..905fc4edf 100644 --- a/testapidocs/com/omertron/themoviedbapi/class-use/TestID.html +++ b/testapidocs/com/omertron/themoviedbapi/class-use/TestID.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.TestID (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.TestID (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

      Copyright © 2012-2016. All Rights Reserved.

      +

      Copyright © 2012–2016. All rights reserved.

      diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html b/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html index 1e6911f8f..075bf1a62 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 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.TestLogger (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

      Copyright © 2012-2016. All Rights Reserved.

      +

      Copyright © 2012–2016. All rights reserved.

      diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/TestSuite.html b/testapidocs/com/omertron/themoviedbapi/class-use/TestSuite.html index a66b34ee4..b9d835188 100644 --- a/testapidocs/com/omertron/themoviedbapi/class-use/TestSuite.html +++ b/testapidocs/com/omertron/themoviedbapi/class-use/TestSuite.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.TestSuite (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.TestSuite (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

      Copyright © 2012-2016. All Rights Reserved.

      +

      Copyright © 2012–2016. All rights reserved.

      diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbAccountTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbAccountTest.html index f442f95ad..07c3b724d 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbAccountTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbAccountTest.html @@ -2,16 +2,16 @@ - + -TmdbAccountTest (API-The MovieDB 4.3 Test API) +TmdbAccountTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@
    @@ -291,10 +291,11 @@ extends

    testGetAccount

    public void testGetAccount()
    -                    throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getAccountId method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -304,10 +305,11 @@ extends

    testGetUserLists

    public void testGetUserLists()
    -                      throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getUserLists method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -317,10 +319,11 @@ extends

    testGetFavoriteMovies

    public void testGetFavoriteMovies()
    -                           throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getFavoriteMovies method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -330,10 +333,11 @@ extends

    testGetFavoriteTv

    public void testGetFavoriteTv()
    -                       throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getFavoriteTv method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -343,10 +347,11 @@ extends

    testModifyFavoriteStatus

    public void testModifyFavoriteStatus()
    -                              throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of modifyFavoriteStatus method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -356,10 +361,11 @@ extends

    testGetRatedMovies

    public void testGetRatedMovies()
    -                        throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getRatedMovies method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -369,10 +375,11 @@ extends

    testGetRatedTV

    public void testGetRatedTV()
    -                    throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getRatedTV method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -382,10 +389,11 @@ extends

    testGetWatchListMovie

    public void testGetWatchListMovie()
    -                           throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getWatchListMovie method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -395,10 +403,11 @@ extends

    testGetWatchListTV

    public void testGetWatchListTV()
    -                        throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getWatchListTV method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -408,10 +417,11 @@ extends

    testModifyWatchList

    public void testModifyWatchList()
    -                         throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of modifyWatchList method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -421,10 +431,11 @@ extends

    testGetGuestRatedMovies

    public void testGetGuestRatedMovies()
    -                             throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getGuestRatedMovies method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -494,6 +505,6 @@ extends
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbAuthenticationTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbAuthenticationTest.html index 342fb72e3..38c2d1aad 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbAuthenticationTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbAuthenticationTest.html @@ -2,16 +2,16 @@ - + -TmdbAuthenticationTest (API-The MovieDB 4.3 Test API) +TmdbAuthenticationTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@
    @@ -237,9 +237,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -249,10 +249,11 @@ extends

    testGetAuthorisationToken

    public void testGetAuthorisationToken()
    -                               throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getAuthorisationToken method, of class TmdbAuthentication.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -262,13 +263,14 @@ extends

    testGetSessionToken

    public void testGetSessionToken()
    -                         throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getSessionToken method, of class TmdbAuthentication. Cannot be tested without a HTTP authorisation:
    http://help.themoviedb.org/kb/api/user-authentication
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -278,10 +280,11 @@ extends

    testGetGuestSessionToken

    public void testGetGuestSessionToken()
    -                              throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getGuestSessionToken method, of class TmdbAuthentication.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -291,10 +294,11 @@ extends

    testGetSessionTokenLogin

    public void testGetSessionTokenLogin()
    -                              throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getSessionTokenLogin method, of class TmdbAuthentication.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -364,6 +368,6 @@ extends
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbCertificationsTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbCertificationsTest.html index c00c8bdf7..445509176 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbCertificationsTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbCertificationsTest.html @@ -2,16 +2,16 @@ - + -TmdbCertificationsTest (API-The MovieDB 4.3 Test API) +TmdbCertificationsTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbChangesTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbChangesTest.html index 9d2845032..c4bec7d05 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbChangesTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbChangesTest.html @@ -2,16 +2,16 @@ - + -TmdbChangesTest (API-The MovieDB 4.3 Test API) +TmdbChangesTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@
    @@ -231,9 +231,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -243,10 +243,10 @@ extends

    testGetMovieChangesList

    public void testGetMovieChangesList()
    -                             throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getChangeList(MOVIE) method, of class TmdbChanges.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -256,10 +256,10 @@ extends

    testGetPersonChangesList

    public void testGetPersonChangesList()
    -                              throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getChangeList(PERSON) method, of class TheMovieDbApi.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -269,10 +269,10 @@ extends

    testGetTVChangesList

    public void testGetTVChangesList()
    -                          throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getChangeList(TV) method, of class TheMovieDbApi.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -342,6 +342,6 @@ extends
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbCollectionsTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbCollectionsTest.html index e3eb82e96..1b4907d01 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbCollectionsTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbCollectionsTest.html @@ -2,16 +2,16 @@ - + -TmdbCollectionsTest (API-The MovieDB 4.3 Test API) +TmdbCollectionsTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbCompaniesTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbCompaniesTest.html index 140f00b09..37947f454 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbCompaniesTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbCompaniesTest.html @@ -2,16 +2,16 @@ - + -TmdbCompaniesTest (API-The MovieDB 4.3 Test API) +TmdbCompaniesTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbConfigurationTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbConfigurationTest.html index 70e5f3280..021db5b9d 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbConfigurationTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbConfigurationTest.html @@ -2,16 +2,16 @@ - + -TmdbConfigurationTest (API-The MovieDB 4.3 Test API) +TmdbConfigurationTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@
    @@ -237,9 +237,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -249,10 +249,11 @@ extends

    testGetConfig

    public void testGetConfig()
    -                   throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getConfig method, of class TmdbConfiguration.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -262,10 +263,10 @@ extends

    testCreateImageUrl

    public void testCreateImageUrl()
    -                        throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of createImageUrl method, of class TheMovieDbApi.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -275,10 +276,11 @@ extends

    testGetJobs

    public void testGetJobs()
    -                 throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getJobs method, of class TmdbConfiguration.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -288,10 +290,11 @@ extends

    testGetTimezones

    public void testGetTimezones()
    -                      throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getTimezones method, of class TmdbConfiguration.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -361,6 +364,6 @@ extends
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbCreditsTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbCreditsTest.html index a646f5fdb..a436589bb 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbCreditsTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbCreditsTest.html @@ -2,16 +2,16 @@ - + -TmdbCreditsTest (API-The MovieDB 4.3 Test API) +TmdbCreditsTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbDiscoverTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbDiscoverTest.html index 23110f061..fb42603d4 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbDiscoverTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbDiscoverTest.html @@ -2,16 +2,16 @@ - + -TmdbDiscoverTest (API-The MovieDB 4.3 Test API) +TmdbDiscoverTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbEpisodesTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbEpisodesTest.html index 0a2d1bad5..e2216fadd 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbEpisodesTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbEpisodesTest.html @@ -2,16 +2,16 @@ - + -TmdbEpisodesTest (API-The MovieDB 4.3 Test API) +TmdbEpisodesTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@
    @@ -261,9 +261,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -273,10 +273,11 @@ extends

    testGetEpisodeInfo

    public void testGetEpisodeInfo()
    -                        throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getEpisodeInfo method, of class TmdbEpisodes.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -286,10 +287,11 @@ extends

    testGetEpisodeChanges

    public void testGetEpisodeChanges()
    -                           throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getEpisodeChanges method, of class TmdbEpisodes.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -299,10 +301,11 @@ extends

    testGetEpisodeAccountState

    public void testGetEpisodeAccountState()
    -                                throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getEpisodeAccountState method, of class TmdbEpisodes.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -312,10 +315,11 @@ extends

    testGetEpisodeCredits

    public void testGetEpisodeCredits()
    -                           throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getEpisodeCredits method, of class TmdbEpisodes.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -325,10 +329,11 @@ extends

    testGetEpisodeExternalID

    public void testGetEpisodeExternalID()
    -                              throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getEpisodeExternalID method, of class TmdbEpisodes.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -338,10 +343,11 @@ extends

    testGetEpisodeImages

    public void testGetEpisodeImages()
    -                          throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getEpisodeImages method, of class TmdbEpisodes.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -351,10 +357,11 @@ extends

    testPostEpisodeRating

    public void testPostEpisodeRating()
    -                           throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of postEpisodeRating method, of class TmdbEpisodes.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -364,10 +371,11 @@ extends

    testGetEpisodeVideos

    public void testGetEpisodeVideos()
    -                          throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getEpisodeVideos method, of class TmdbEpisodes.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -437,6 +445,6 @@ extends
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbFindTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbFindTest.html index 21b425aca..34daac2ae 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbFindTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbFindTest.html @@ -2,16 +2,16 @@ - + -TmdbFindTest (API-The MovieDB 4.3 Test API) +TmdbFindTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbGenresTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbGenresTest.html index ee0a2f310..7c5cd8ae1 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbGenresTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbGenresTest.html @@ -2,16 +2,16 @@ - + -TmdbGenresTest (API-The MovieDB 4.3 Test API) +TmdbGenresTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@
    @@ -231,9 +231,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -243,10 +243,11 @@ extends

    testGetGenreMovieList

    public void testGetGenreMovieList()
    -                           throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getGenreMovieList method, of class TmdbGenres.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -256,10 +257,11 @@ extends

    testGetGenreTVList

    public void testGetGenreTVList()
    -                        throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getGenreTVList method, of class TmdbGenres.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -269,10 +271,11 @@ extends

    testGetGenreMovies

    public void testGetGenreMovies()
    -                        throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getGenreMovies method, of class TmdbGenres.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -342,6 +345,6 @@ extends
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbKeywordsTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbKeywordsTest.html index 3e90c9dde..ddca6cfd5 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbKeywordsTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbKeywordsTest.html @@ -2,16 +2,16 @@ - + -TmdbKeywordsTest (API-The MovieDB 4.3 Test API) +TmdbKeywordsTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbListsTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbListsTest.html index 73974053e..eaef080d8 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbListsTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbListsTest.html @@ -2,16 +2,16 @@ - + -TmdbListsTest (API-The MovieDB 4.3 Test API) +TmdbListsTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbMoviesTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbMoviesTest.html index d5624938f..8535b6a22 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbMoviesTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbMoviesTest.html @@ -2,16 +2,16 @@ - + -TmdbMoviesTest (API-The MovieDB 4.3 Test API) +TmdbMoviesTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@
    @@ -345,9 +345,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -357,10 +357,11 @@ extends

    testAppendToResponse

    public void testAppendToResponse()
    -                          throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of Append_To_Response method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -370,10 +371,11 @@ extends

    testGetMovieInfo

    public void testGetMovieInfo()
    -                      throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getMovieInfo method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -383,10 +385,11 @@ extends

    testGetMovieInfoImdb

    public void testGetMovieInfoImdb()
    -                          throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getMovieInfoImdb method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -396,10 +399,11 @@ extends

    testGetMovieAccountState

    public void testGetMovieAccountState()
    -                              throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getMovieAccountState method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -409,10 +413,11 @@ extends

    testGetMovieAlternativeTitles

    public void testGetMovieAlternativeTitles()
    -                                   throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getMovieAlternativeTitles method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -422,10 +427,11 @@ extends

    testGetMovieCredits

    public void testGetMovieCredits()
    -                         throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getMovieCredits method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -435,10 +441,11 @@ extends

    testGetMovieImages

    public void testGetMovieImages()
    -                        throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getMovieImages method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -448,10 +455,11 @@ extends

    testGetMovieKeywords

    public void testGetMovieKeywords()
    -                          throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getMovieKeywords method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -461,10 +469,11 @@ extends

    testGetMovieReleaseInfo

    public void testGetMovieReleaseInfo()
    -                             throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getMovieReleaseInfo method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -474,10 +483,11 @@ extends

    testGetMovieVideos

    public void testGetMovieVideos()
    -                        throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getMovieVideos method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -487,10 +497,11 @@ extends

    testGetMovieTranslations

    public void testGetMovieTranslations()
    -                              throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getMovieTranslations method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -500,10 +511,11 @@ extends

    testGetSimilarMovies

    public void testGetSimilarMovies()
    -                          throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getSimilarMovies method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -513,10 +525,11 @@ extends

    testGetMovieReviews

    public void testGetMovieReviews()
    -                         throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getMovieReviews method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -526,10 +539,11 @@ extends

    testGetMovieLists

    public void testGetMovieLists()
    -                       throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getMovieLists method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -539,10 +553,11 @@ extends

    testGetMovieChanges

    public void testGetMovieChanges()
    -                         throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getMovieChanges method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -552,10 +567,11 @@ extends

    testPostMovieRating

    public void testPostMovieRating()
    -                         throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of postMovieRating method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -565,10 +581,11 @@ extends

    testGetLatestMovie

    public void testGetLatestMovie()
    -                        throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getLatestMovie method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -578,10 +595,11 @@ extends

    testGetUpcoming

    public void testGetUpcoming()
    -                     throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getUpcoming method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -591,10 +609,11 @@ extends

    testGetNowPlayingMovies

    public void testGetNowPlayingMovies()
    -                             throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getNowPlayingMovies method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -604,10 +623,11 @@ extends

    testGetPopularMovieList

    public void testGetPopularMovieList()
    -                             throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getPopularMovieList method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -617,10 +637,11 @@ extends

    testGetTopRatedMovies

    public void testGetTopRatedMovies()
    -                           throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getTopRatedMovies method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -630,10 +651,11 @@ extends

    testGetReleaseDates

    public void testGetReleaseDates()
    -                         throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getReleaseDates method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -703,6 +725,6 @@ extends
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbNetworksTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbNetworksTest.html index ba2f87ea8..f267b8b62 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbNetworksTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbNetworksTest.html @@ -2,16 +2,16 @@ - + -TmdbNetworksTest (API-The MovieDB 4.3 Test API) +TmdbNetworksTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbPeopleTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbPeopleTest.html index e78ee9996..9cdc3ef66 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbPeopleTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbPeopleTest.html @@ -2,16 +2,16 @@ - + -TmdbPeopleTest (API-The MovieDB 4.3 Test API) +TmdbPeopleTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@
    @@ -279,9 +279,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -291,10 +291,11 @@ extends

    testAppendToResponse

    public void testAppendToResponse()
    -                          throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of Append_To_Response method, of class TmdbPeople.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -304,10 +305,10 @@ extends

    testGetPersonInfo

    public void testGetPersonInfo()
    -                       throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getPersonMovieOldInfo method, of class TheMovieDbApi.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -317,10 +318,11 @@ extends

    testGetPersonMovieCredits

    public void testGetPersonMovieCredits()
    -                               throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getPersonMovieCredits method, of class TmdbPeople.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -330,10 +332,11 @@ extends

    testGetPersonTVCredits

    public void testGetPersonTVCredits()
    -                            throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getPersonTVCredits method, of class TmdbPeople.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -343,10 +346,11 @@ extends

    testGetPersonCombinedCredits

    public void testGetPersonCombinedCredits()
    -                                  throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getPersonCombinedCredits method, of class TmdbPeople.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -356,10 +360,11 @@ extends

    testGetPersonExternalIds

    public void testGetPersonExternalIds()
    -                              throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getPersonExternalIds method, of class TmdbPeople.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -369,10 +374,11 @@ extends

    testGetPersonImages

    public void testGetPersonImages()
    -                         throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getPersonImages method, of class TmdbPeople.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -382,10 +388,11 @@ extends

    testGetPersonTaggedImages

    public void testGetPersonTaggedImages()
    -                               throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getPersonTaggedImages method, of class TmdbPeople.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -395,10 +402,11 @@ extends

    testGetPersonChanges

    public void testGetPersonChanges()
    -                          throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getPersonChanges method, of class TmdbPeople.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -408,10 +416,11 @@ extends

    testGetPersonPopular

    public void testGetPersonPopular()
    -                          throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getPersonPopular method, of class TmdbPeople.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -421,10 +430,11 @@ extends

    testGetPersonLatest

    public void testGetPersonLatest()
    -                         throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getPersonLatest method, of class TmdbPeople.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -494,6 +504,6 @@ extends
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbReviewsTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbReviewsTest.html index 5df10a219..eebcb0670 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbReviewsTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbReviewsTest.html @@ -2,16 +2,16 @@ - + -TmdbReviewsTest (API-The MovieDB 4.3 Test API) +TmdbReviewsTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbSearchTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbSearchTest.html index 4eeedc23e..d20700c44 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbSearchTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbSearchTest.html @@ -2,16 +2,16 @@ - + -TmdbSearchTest (API-The MovieDB 4.3 Test API) +TmdbSearchTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@
    @@ -261,9 +261,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -273,10 +273,10 @@ extends

    testSearchCompanies

    public void testSearchCompanies()
    -                         throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of searchCompanies method, of class TheMovieDbApi.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -286,10 +286,10 @@ extends

    testSearchCollection

    public void testSearchCollection()
    -                          throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of searchCollection method, of class TheMovieDbApi.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -299,10 +299,10 @@ extends

    testSearchKeyword

    public void testSearchKeyword()
    -                       throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of searchKeyword method, of class TheMovieDbApi.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -312,10 +312,10 @@ extends

    testSearchList

    public void testSearchList()
    -                    throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of searchList method, of class TheMovieDbApi.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -325,10 +325,10 @@ extends

    testSearchMovie

    public void testSearchMovie()
    -                     throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of searchMovie method, of class TheMovieDbApi.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -338,10 +338,11 @@ extends

    testSearchMulti

    public void testSearchMulti()
    -                     throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of searchMulti method, of class TmdbSearch.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -351,10 +352,10 @@ extends

    testSearchPeople

    public void testSearchPeople()
    -                      throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of searchPeople method, of class TheMovieDbApi.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -364,10 +365,11 @@ extends

    testSearchTV

    public void testSearchTV()
    -                  throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of searchTV method, of class TmdbSearch.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -437,6 +439,6 @@ extends
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbSeasonsTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbSeasonsTest.html index e18cd941b..31ad7bb4e 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbSeasonsTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbSeasonsTest.html @@ -2,16 +2,16 @@ - + -TmdbSeasonsTest (API-The MovieDB 4.3 Test API) +TmdbSeasonsTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@
    @@ -255,9 +255,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -267,10 +267,11 @@ extends

    testGetSeasonInfo

    public void testGetSeasonInfo()
    -                       throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getSeasonInfo method, of class TmdbSeasons.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -280,10 +281,11 @@ extends

    testGetSeasonChanges

    public void testGetSeasonChanges()
    -                          throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getSeasonChanges method, of class TmdbSeasons.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -293,10 +295,11 @@ extends

    testGetSeasonAccountState

    public void testGetSeasonAccountState()
    -                               throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getSeasonAccountState method, of class TmdbSeasons.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -306,10 +309,11 @@ extends

    testGetSeasonCredits

    public void testGetSeasonCredits()
    -                          throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getSeasonCredits method, of class TmdbSeasons.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -319,10 +323,11 @@ extends

    testGetSeasonExternalID

    public void testGetSeasonExternalID()
    -                             throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getSeasonExternalID method, of class TmdbSeasons.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -332,10 +337,11 @@ extends

    testGetSeasonImages

    public void testGetSeasonImages()
    -                         throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getSeasonImages method, of class TmdbSeasons.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -345,10 +351,11 @@ extends

    testGetSeasonVideos

    public void testGetSeasonVideos()
    -                         throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getSeasonVideos method, of class TmdbSeasons.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -418,6 +425,6 @@ extends
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/TmdbTVTest.html b/testapidocs/com/omertron/themoviedbapi/methods/TmdbTVTest.html index 56671505a..076a44526 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/TmdbTVTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/TmdbTVTest.html @@ -2,16 +2,16 @@ - + -TmdbTVTest (API-The MovieDB 4.3 Test API) +TmdbTVTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@
    @@ -328,9 +328,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -340,10 +340,11 @@ extends

    testAppendToResponse

    public void testAppendToResponse()
    -                          throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of Append_To_Response method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -353,10 +354,11 @@ extends

    testGetTVInfo

    public void testGetTVInfo()
    -                   throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getTVInfo method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -366,10 +368,11 @@ extends

    testGetTVAccountState

    public void testGetTVAccountState()
    -                           throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getTVAccountState method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -379,10 +382,11 @@ extends

    testGetTVAlternativeTitles

    public void testGetTVAlternativeTitles()
    -                                throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getTVAlternativeTitles method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -392,10 +396,11 @@ extends

    testGetTVChanges

    public void testGetTVChanges()
    -                      throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getTVChanges method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -405,10 +410,11 @@ extends

    testGetTVContentRatings

    public void testGetTVContentRatings()
    -                             throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getTVContentRatings method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -418,10 +424,11 @@ extends

    testGetTVCredits

    public void testGetTVCredits()
    -                      throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getTVCredits method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -431,10 +438,11 @@ extends

    testGetTVExternalIDs

    public void testGetTVExternalIDs()
    -                          throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getTVExternalIDs method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -444,10 +452,11 @@ extends

    testGetTVImages

    public void testGetTVImages()
    -                     throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getTVImages method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -457,10 +466,11 @@ extends

    testGetTVKeywords

    public void testGetTVKeywords()
    -                       throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getTVKeywords method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -470,10 +480,11 @@ extends

    testPostTVRating

    public void testPostTVRating()
    -                      throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of postTVRating method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -483,10 +494,11 @@ extends

    testGetTVSimilar

    public void testGetTVSimilar()
    -                      throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getTVSimilar method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -496,10 +508,11 @@ extends

    testGetTVTranslations

    public void testGetTVTranslations()
    -                           throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getTVTranslations method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -509,10 +522,11 @@ extends

    testGetTVVideos

    public void testGetTVVideos()
    -                     throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getTVVideos method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -522,10 +536,11 @@ extends

    testGetTVLatest

    public void testGetTVLatest()
    -                     throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getLatestTV method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -535,10 +550,11 @@ extends

    testGetTVOnTheAir

    public void testGetTVOnTheAir()
    -                       throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getTVOnTheAir method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -548,10 +564,11 @@ extends

    testGetTVAiringToday

    public void testGetTVAiringToday()
    -                          throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getTVAiringToday method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -561,10 +578,11 @@ extends

    testGetTVTopRated

    public void testGetTVTopRated()
    -                       throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getTVTopRated method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -574,10 +592,11 @@ extends

    testGetTVPopular

    public void testGetTVPopular()
    -                      throws com.omertron.themoviedbapi.MovieDbException
    + throws MovieDbException
    Test of getTVPopular method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    +
    MovieDbException
    @@ -647,6 +666,6 @@ extends
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccountTest.html b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccountTest.html index 7bd618bea..c36f72530 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccountTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccountTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbAccountTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbAccountTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthenticationTest.html b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthenticationTest.html index 552eaa90f..7c3ebeab3 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthenticationTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthenticationTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbAuthenticationTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbAuthenticationTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertificationsTest.html b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertificationsTest.html index 37a639821..757af141b 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertificationsTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertificationsTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbCertificationsTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbCertificationsTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChangesTest.html b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChangesTest.html index ee87a749b..bb51ecb3a 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChangesTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChangesTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbChangesTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbChangesTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollectionsTest.html b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollectionsTest.html index 39fec95de..00b5e81a7 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollectionsTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollectionsTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbCollectionsTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbCollectionsTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompaniesTest.html b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompaniesTest.html index 6dd12cbe2..2c7f099db 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompaniesTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompaniesTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbCompaniesTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbCompaniesTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfigurationTest.html b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfigurationTest.html index 7664fddab..481a2973d 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfigurationTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfigurationTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbConfigurationTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbConfigurationTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCreditsTest.html b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCreditsTest.html index 457614082..2d245a436 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCreditsTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCreditsTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbCreditsTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbCreditsTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscoverTest.html b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscoverTest.html index 082bca0cd..6bd6e7e3a 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscoverTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscoverTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbDiscoverTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbDiscoverTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbEpisodesTest.html b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbEpisodesTest.html index 7830cd7ba..fa129f2a9 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbEpisodesTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbEpisodesTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbEpisodesTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbEpisodesTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFindTest.html b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFindTest.html index 1637f0bf1..2021f3d95 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFindTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFindTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbFindTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbFindTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenresTest.html b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenresTest.html index 8ca4b17b9..78bde60c7 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenresTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenresTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbGenresTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbGenresTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywordsTest.html b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywordsTest.html index 5191755f5..d3dd203c4 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywordsTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywordsTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbKeywordsTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbKeywordsTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbListsTest.html b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbListsTest.html index 73f7f384a..1ee5f761e 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbListsTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbListsTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbListsTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbListsTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMoviesTest.html b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMoviesTest.html index 75d2f697b..0cf024ea7 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMoviesTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMoviesTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbMoviesTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbMoviesTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworksTest.html b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworksTest.html index 0a7228e7d..b43fe6e9d 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworksTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworksTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbNetworksTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbNetworksTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeopleTest.html b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeopleTest.html index 383bf9e07..ecc141425 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeopleTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeopleTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbPeopleTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbPeopleTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviewsTest.html b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviewsTest.html index d2a2dcd12..cfd26ae61 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviewsTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviewsTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbReviewsTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbReviewsTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearchTest.html b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearchTest.html index 057005647..5d96c0be5 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearchTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearchTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbSearchTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbSearchTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSeasonsTest.html b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSeasonsTest.html index c55bd8072..38bc8be4d 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSeasonsTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSeasonsTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbSeasonsTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbSeasonsTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTVTest.html b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTVTest.html index 8f238fc61..7c58d2d1c 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTVTest.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTVTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.methods.TmdbTVTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbTVTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/package-frame.html b/testapidocs/com/omertron/themoviedbapi/methods/package-frame.html index 5b4f76604..fd28b1ec0 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/package-frame.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.methods (API-The MovieDB 4.3 Test API) +com.omertron.themoviedbapi.methods (API-The MovieDB 4.4-SNAPSHOT Test API) diff --git a/testapidocs/com/omertron/themoviedbapi/methods/package-summary.html b/testapidocs/com/omertron/themoviedbapi/methods/package-summary.html index 34d51114b..cda388bdb 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/package-summary.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.methods (API-The MovieDB 4.3 Test API) +com.omertron.themoviedbapi.methods (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -212,6 +212,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/package-tree.html b/testapidocs/com/omertron/themoviedbapi/methods/package-tree.html index 1a942fd77..6ada85757 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/package-tree.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.methods Class Hierarchy (API-The MovieDB 4.3 Test API) +com.omertron.themoviedbapi.methods Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -73,7 +73,7 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/methods/package-use.html b/testapidocs/com/omertron/themoviedbapi/methods/package-use.html index b7b439299..b9b5d36f2 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/package-use.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.methods (API-The MovieDB 4.3 Test API) +Uses of Package com.omertron.themoviedbapi.methods (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/package-frame.html b/testapidocs/com/omertron/themoviedbapi/package-frame.html index ca765179f..1229be706 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-frame.html +++ b/testapidocs/com/omertron/themoviedbapi/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi (API-The MovieDB 4.3 Test API) +com.omertron.themoviedbapi (API-The MovieDB 4.4-SNAPSHOT Test API) diff --git a/testapidocs/com/omertron/themoviedbapi/package-summary.html b/testapidocs/com/omertron/themoviedbapi/package-summary.html index 7e4adeb93..9ab250345 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-summary.html +++ b/testapidocs/com/omertron/themoviedbapi/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi (API-The MovieDB 4.3 Test API) +com.omertron.themoviedbapi (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -156,6 +156,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/package-tree.html b/testapidocs/com/omertron/themoviedbapi/package-tree.html index 36d852016..f5454a062 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-tree.html +++ b/testapidocs/com/omertron/themoviedbapi/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 4.3 Test API) +com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -73,7 +73,7 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/package-use.html b/testapidocs/com/omertron/themoviedbapi/package-use.html index 6548eafdc..8fe5f545b 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-use.html +++ b/testapidocs/com/omertron/themoviedbapi/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi (API-The MovieDB 4.3 Test API) +Uses of Package com.omertron.themoviedbapi (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -164,6 +164,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/tools/ApiUrlTest.html b/testapidocs/com/omertron/themoviedbapi/tools/ApiUrlTest.html index 84da7f106..2881d246e 100644 --- a/testapidocs/com/omertron/themoviedbapi/tools/ApiUrlTest.html +++ b/testapidocs/com/omertron/themoviedbapi/tools/ApiUrlTest.html @@ -2,16 +2,16 @@ - + -ApiUrlTest (API-The MovieDB 4.3 Test API) +ApiUrlTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -85,7 +85,7 @@
    @@ -386,6 +386,6 @@ extends Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrlTest.html b/testapidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrlTest.html index a6b8c6130..373b8185e 100644 --- a/testapidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrlTest.html +++ b/testapidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrlTest.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.tools.ApiUrlTest (API-The MovieDB 4.3 Test API) +Uses of Class com.omertron.themoviedbapi.tools.ApiUrlTest (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@
    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/tools/package-frame.html b/testapidocs/com/omertron/themoviedbapi/tools/package-frame.html index e143389b8..26f142be5 100644 --- a/testapidocs/com/omertron/themoviedbapi/tools/package-frame.html +++ b/testapidocs/com/omertron/themoviedbapi/tools/package-frame.html @@ -2,9 +2,9 @@ - + -com.omertron.themoviedbapi.tools (API-The MovieDB 4.3 Test API) +com.omertron.themoviedbapi.tools (API-The MovieDB 4.4-SNAPSHOT Test API) diff --git a/testapidocs/com/omertron/themoviedbapi/tools/package-summary.html b/testapidocs/com/omertron/themoviedbapi/tools/package-summary.html index ac8c776e6..6e33b5c66 100644 --- a/testapidocs/com/omertron/themoviedbapi/tools/package-summary.html +++ b/testapidocs/com/omertron/themoviedbapi/tools/package-summary.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.tools (API-The MovieDB 4.3 Test API) +com.omertron.themoviedbapi.tools (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -132,6 +132,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/tools/package-tree.html b/testapidocs/com/omertron/themoviedbapi/tools/package-tree.html index e33a46b72..4379c1bd5 100644 --- a/testapidocs/com/omertron/themoviedbapi/tools/package-tree.html +++ b/testapidocs/com/omertron/themoviedbapi/tools/package-tree.html @@ -2,16 +2,16 @@ - + -com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 4.3 Test API) +com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -73,7 +73,7 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/tools/package-use.html b/testapidocs/com/omertron/themoviedbapi/tools/package-use.html index 80c03e0e2..87fa307e8 100644 --- a/testapidocs/com/omertron/themoviedbapi/tools/package-use.html +++ b/testapidocs/com/omertron/themoviedbapi/tools/package-use.html @@ -2,16 +2,16 @@ - + -Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 4.3 Test API) +Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/constant-values.html b/testapidocs/constant-values.html index 1a82fa220..47dbb1fcb 100644 --- a/testapidocs/constant-values.html +++ b/testapidocs/constant-values.html @@ -2,16 +2,16 @@ - + -Constant Field Values (API-The MovieDB 4.3 Test API) +Constant Field Values (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -87,21 +87,21 @@ -protected static final String +protected static final String LANGUAGE_DEFAULT "" -protected static final String +protected static final String LANGUAGE_ENGLISH "en" -protected static final String +protected static final String LANGUAGE_RUSSIAN "ru" @@ -155,6 +155,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/deprecated-list.html b/testapidocs/deprecated-list.html index f9e03a00d..419a02b56 100644 --- a/testapidocs/deprecated-list.html +++ b/testapidocs/deprecated-list.html @@ -2,16 +2,16 @@ - + -Deprecated List (API-The MovieDB 4.3 Test API) +Deprecated List (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -112,6 +112,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/help-doc.html b/testapidocs/help-doc.html index 8d0cdf0cb..8ba73e83c 100644 --- a/testapidocs/help-doc.html +++ b/testapidocs/help-doc.html @@ -2,16 +2,16 @@ - + -API Help (API-The MovieDB 4.3 Test API) +API Help (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -217,6 +217,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/index-all.html b/testapidocs/index-all.html index 7a1360c4b..58b6896bf 100644 --- a/testapidocs/index-all.html +++ b/testapidocs/index-all.html @@ -2,16 +2,16 @@ - + -Index (API-The MovieDB 4.3 Test API) +Index (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -141,7 +141,7 @@

    F

    -
    found(ArtworkType) - Method in class com.omertron.themoviedbapi.ArtworkResults
    +
    found(ArtworkType) - Method in class com.omertron.themoviedbapi.ArtworkResults
     
    @@ -293,33 +293,31 @@
    test() - Method in class com.omertron.themoviedbapi.DebugTest
     
    -
    test(ResultList<?>, String) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(<any>, String) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(List<?>, String) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(MovieBasic) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(MovieBasic) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(MovieInfo) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(MovieInfo) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(UserList) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(UserList) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(TVBasic) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(TVBasic) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(TVInfo) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(TVInfo) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(TVEpisodeInfo) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(TVEpisodeInfo) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(PersonInfo) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(PersonInfo) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(TVSeasonInfo) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(TVSeasonInfo) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(ExternalID) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(ExternalID) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(MediaCreditList) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(MediaCreditList) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(MediaState) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(MediaState) - Static method in class com.omertron.themoviedbapi.TestSuite
    -
     
    -
    test(PersonCreditList<?>, String) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(<any>, String) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    testAppendToResponse() - Method in class com.omertron.themoviedbapi.methods.TmdbMoviesTest
    @@ -333,7 +331,7 @@
    Test of Append_To_Response method, of class TmdbTV.
    -
    testATR(AppendToResponse<T>, Class<T>, T) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    testATR(<any>, Class<T>, T) - Static method in class com.omertron.themoviedbapi.TestSuite
    Test the AppendToResponse method
    @@ -753,9 +751,7 @@
     
    TestID(String, String, int, String) - Constructor for class com.omertron.themoviedbapi.TestID
     
    -
    testId(ResultList<? extends Identification>, int, String) - Static method in class com.omertron.themoviedbapi.TestSuite
    -
     
    -
    testId(List<? extends Identification>, int, String) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    testId(<any>, int, String) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    testId() - Method in class com.omertron.themoviedbapi.tools.ApiUrlTest
     
    @@ -927,11 +923,11 @@

    V

    -
    validateResults(ArtworkType) - Method in class com.omertron.themoviedbapi.ArtworkResults
    +
    validateResults(ArtworkType) - Method in class com.omertron.themoviedbapi.ArtworkResults
     
    -
    validateResults(ArtworkType, ArtworkType) - Method in class com.omertron.themoviedbapi.ArtworkResults
    +
    validateResults(ArtworkType, ArtworkType) - Method in class com.omertron.themoviedbapi.ArtworkResults
     
    -
    validateResults(ArtworkType[]) - Method in class com.omertron.themoviedbapi.ArtworkResults
    +
    validateResults(ArtworkType[]) - Method in class com.omertron.themoviedbapi.ArtworkResults
     
    A C D E F G L R S T V  @@ -980,6 +976,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/index.html b/testapidocs/index.html index 47b93803e..664b746ef 100644 --- a/testapidocs/index.html +++ b/testapidocs/index.html @@ -2,9 +2,9 @@ - + -API-The MovieDB 4.3 Test API +API-The MovieDB 4.4-SNAPSHOT Test API @@ -64,7 +64,7 @@
    -

    API-The MovieDB 4.3 Test API

    +

    API-The MovieDB 4.4-SNAPSHOT Test API

    @@ -134,6 +134,6 @@ -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.

    diff --git a/testapidocs/overview-tree.html b/testapidocs/overview-tree.html index 251d5dac5..47e0c78e8 100644 --- a/testapidocs/overview-tree.html +++ b/testapidocs/overview-tree.html @@ -2,16 +2,16 @@ - + -Class Hierarchy (API-The MovieDB 4.3 Test API) +Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT Test API) @@ -75,7 +75,7 @@

    Class Hierarchy

    -

    Copyright © 2012-2016. All Rights Reserved.

    +

    Copyright © 2012–2016. All rights reserved.