diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 1ffd832c4..ec99b9f6f 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,9 +2,9 @@ - + -All Classes (API-The MovieDB 4.3-SNAPSHOT API) +All Classes (API-The MovieDB 4.2 API) diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index b46258599..580266220 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,9 +2,9 @@ - + -All Classes (API-The MovieDB 4.3-SNAPSHOT API) +All Classes (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/AppendToResponseBuilder.html b/apidocs/com/omertron/themoviedbapi/AppendToResponseBuilder.html index 5a69c8242..8b31f2ae5 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-SNAPSHOT API) +AppendToResponseBuilder (API-The MovieDB 4.2 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 04335d8c9..355c59212 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-SNAPSHOT API) +Compare (API-The MovieDB 4.2 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 3a1acf358..ae90c9049 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-SNAPSHOT API) +MovieDbException (API-The MovieDB 4.2 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 10c02d3c6..2163dd57f 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-SNAPSHOT API) +TheMovieDbApi (API-The MovieDB 4.2 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 5f45727a6..b8e386bfe 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.AppendToResponseBuilder (API-The MovieDB 4.2 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 7cc30b843..26cdd6b26 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.Compare (API-The MovieDB 4.2 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 835141041..88e99d897 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 4.2 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,7 +1341,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.
    @@ -1349,8 +1349,8 @@ ResultList<ChangeKeyItem> TmdbMovies.getMovieChanges(int movieId, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific movie ID.
    @@ -1363,7 +1363,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.
    @@ -1371,16 +1371,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.
    @@ -1394,15 +1394,15 @@ 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.
    @@ -1410,13 +1410,13 @@ 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.
    @@ -1431,7 +1431,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.
    @@ -1444,23 +1444,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.
    @@ -1479,7 +1479,7 @@ PersonInfo TmdbPeople.getPersonInfo(int personId, - String... appendToResponse) + String... appendToResponse)
    Get the general person information for a specific id.
    @@ -1492,76 +1492,76 @@ 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.
    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,22 +1625,22 @@ 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.
    @@ -1648,16 +1648,16 @@ 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.
    @@ -1668,7 +1668,7 @@ -ResultsMap<String,List<Certification>> +ResultsMap<String,List<Certification>> TmdbCertifications.getTvCertification()
    Get a list of tv certification.
    @@ -1676,8 +1676,8 @@ ResultList<ChangeKeyItem> TmdbTV.getTVChanges(int tvID, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific TV show id.
    @@ -1690,30 +1690,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.
    @@ -1725,30 +1725,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.
    @@ -1761,54 +1761,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, @@ -1818,10 +1818,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.
    @@ -1832,8 +1832,8 @@ int seasonNumber, int episodeNumber, int rating, - String sessionID, - String guestSessionID)
    + String sessionID, + String guestSessionID)
    This method lets users rate a TV episode.
    @@ -1841,8 +1841,8 @@ StatusCode TmdbMovies.postMovieRating(int movieId, int rating, - String sessionId, - String guestSessionId) + String sessionId, + String guestSessionId)
    This method lets users rate a movie.
    @@ -1850,101 +1850,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.
    @@ -1964,9 +1964,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
    @@ -1985,25 +1985,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
    @@ -2059,6 +2059,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 da85fa093..859201575 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 4.2 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 10b5bcb2c..63701a3d6 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-SNAPSHOT API) +ArtworkType (API-The MovieDB 4.2 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 0895c9818..aa5af2b1a 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-SNAPSHOT API) +CreditType (API-The MovieDB 4.2 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 b9a6c18a7..e0dc409f7 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-SNAPSHOT API) +ExternalSource (API-The MovieDB 4.2 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/MediaType.html b/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html index 8cc268d07..15b26dbe3 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-SNAPSHOT API) +MediaType (API-The MovieDB 4.2 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 ada5cafb1..67fe19ae9 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-SNAPSHOT API) +MovieMethod (API-The MovieDB 4.2 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 18fc1dc8a..d5502925d 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-SNAPSHOT API) +PeopleMethod (API-The MovieDB 4.2 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/SearchType.html b/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html index 951a856ad..4be4b3876 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-SNAPSHOT API) +SearchType (API-The MovieDB 4.2 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 af813a0b4..fc85494e8 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-SNAPSHOT API) +SortBy (API-The MovieDB 4.2 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 d8c60a6b0..736feaffe 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-SNAPSHOT API) +TVEpisodeMethod (API-The MovieDB 4.2 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 a052aa7e9..f2f12b08b 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-SNAPSHOT API) +TVMethod (API-The MovieDB 4.2 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 c5560103b..72519f008 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-SNAPSHOT API) +TVSeasonMethod (API-The MovieDB 4.2 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 a88e0a8d2..e74efac7e 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.enumeration.ArtworkType (API-The MovieDB 4.2 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 4d4083a7b..30db3ad70 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.enumeration.CreditType (API-The MovieDB 4.2 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 4d19d2f12..059819aaa 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.enumeration.ExternalSource (API-The MovieDB 4.2 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/MediaType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MediaType.html index e82769c11..0905ca732 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.enumeration.MediaType (API-The MovieDB 4.2 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 9a2ec2329..9c85eabff 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.enumeration.MovieMethod (API-The MovieDB 4.2 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 b90e43d16..e04796f5e 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.enumeration.PeopleMethod (API-The MovieDB 4.2 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/SearchType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html index 3472e6e27..03cb2cc3f 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.enumeration.SearchType (API-The MovieDB 4.2 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 79e2b4cc4..b11399583 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.enumeration.SortBy (API-The MovieDB 4.2 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 746a12529..5f9ceb699 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.enumeration.TVEpisodeMethod (API-The MovieDB 4.2 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 c6e385a63..146967be7 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.enumeration.TVMethod (API-The MovieDB 4.2 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 374962508..a1c2b085c 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.enumeration.TVSeasonMethod (API-The MovieDB 4.2 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 e73a1b1df..d5a099e81 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-SNAPSHOT API) +com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html index 35b1a3957..dfad1562e 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-SNAPSHOT API) +com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.2 API) @@ -184,6 +184,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 4ac32722e..5c939d883 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-SNAPSHOT API) +com.omertron.themoviedbapi.enumeration Class Hierarchy (API-The MovieDB 4.2 API) @@ -73,21 +73,21 @@

    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 70406022f..2d3ce6642 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.2 API) @@ -433,6 +433,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 425f6b83d..dcc326408 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-SNAPSHOT API) +AppendToResponse (API-The MovieDB 4.2 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 d75d442bc..b95c81374 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-SNAPSHOT API) +AppendToResponseMethod (API-The MovieDB 4.2 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 dd9377a91..7bc348733 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-SNAPSHOT API) +Identification (API-The MovieDB 4.2 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 98f66590a..dea1877f5 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-SNAPSHOT API) +WrapperDates (API-The MovieDB 4.2 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 07cbc300d..1e62edf5f 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-SNAPSHOT API) +WrapperPages (API-The MovieDB 4.2 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 68b21a5d3..c4badc1ab 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-SNAPSHOT API) +Uses of Interface com.omertron.themoviedbapi.interfaces.AppendToResponse (API-The MovieDB 4.2 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 1b2a8494b..de9a76329 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-SNAPSHOT API) +Uses of Interface com.omertron.themoviedbapi.interfaces.AppendToResponseMethod (API-The MovieDB 4.2 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 6a695513c..bd23bc940 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-SNAPSHOT API) +Uses of Interface com.omertron.themoviedbapi.interfaces.Identification (API-The MovieDB 4.2 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 856e16abc..fdeb04280 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-SNAPSHOT API) +Uses of Interface com.omertron.themoviedbapi.interfaces.WrapperDates (API-The MovieDB 4.2 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 ebc26387f..be684d1b0 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-SNAPSHOT API) +Uses of Interface com.omertron.themoviedbapi.interfaces.WrapperPages (API-The MovieDB 4.2 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 544a207c8..fdce28822 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-SNAPSHOT API) +com.omertron.themoviedbapi.interfaces (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/package-summary.html b/apidocs/com/omertron/themoviedbapi/interfaces/package-summary.html index e15b59d24..033f04244 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-SNAPSHOT API) +com.omertron.themoviedbapi.interfaces (API-The MovieDB 4.2 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 cc3e8439d..8f5c17cdf 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-SNAPSHOT API) +com.omertron.themoviedbapi.interfaces Class Hierarchy (API-The MovieDB 4.2 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 673a18518..19f1e061a 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.interfaces (API-The MovieDB 4.2 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 1ee2d6760..bb7ab5a8b 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-SNAPSHOT API) +AbstractMethod (API-The MovieDB 4.2 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 9cb87e633..96493c339 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-SNAPSHOT API) +TmdbAccount (API-The MovieDB 4.2 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 0119b09b4..40ad7cff6 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-SNAPSHOT API) +TmdbAuthentication (API-The MovieDB 4.2 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 4495cde2f..a1441f608 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-SNAPSHOT API) +TmdbChanges (API-The MovieDB 4.2 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 01233d2a5..ba81957aa 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-SNAPSHOT API) +TmdbCredits (API-The MovieDB 4.2 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 4c75efe12..c7052b56d 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-SNAPSHOT API) +TmdbFind (API-The MovieDB 4.2 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 8cd6eab9b..491a78c52 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-SNAPSHOT API) +TmdbLists (API-The MovieDB 4.2 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
    @@ -348,7 +348,7 @@ extends
  • TmdbMovies

    -
    public TmdbMovies(String apiKey,
    +
    public TmdbMovies(String apiKey,
               HttpTools httpTools)
    Constructor
    Parameters:
    apiKey -
    httpTools -
    @@ -369,8 +369,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. @@ -390,9 +390,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. @@ -413,7 +413,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. @@ -432,7 +432,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.
    @@ -464,7 +464,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.
    @@ -499,7 +499,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.
    @@ -516,7 +516,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. @@ -551,8 +551,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. @@ -574,8 +574,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 -
    @@ -591,8 +591,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 -
    @@ -608,8 +608,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. @@ -635,8 +635,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. @@ -667,8 +667,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. @@ -687,8 +687,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. @@ -706,8 +706,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. @@ -724,8 +724,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 ba8c93239..6c6e5cc90 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-SNAPSHOT API) +TmdbSearch (API-The MovieDB 4.2 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 7ab64c0f3..68d4e7b80 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-SNAPSHOT API) +TmdbTV (API-The MovieDB 4.2 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 ccb6d7d3e..5798fa354 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbAccount (API-The MovieDB 4.2 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 96e2c15e5..ba68cc605 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbAuthentication (API-The MovieDB 4.2 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 946bd5322..b05145f0c 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbCertifications (API-The MovieDB 4.2 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 a05c97f02..5ef57e799 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbChanges (API-The MovieDB 4.2 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 7b30b68f3..242c93786 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbCollections (API-The MovieDB 4.2 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 0394495a7..c1708792c 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbCompanies (API-The MovieDB 4.2 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 b65e2b3e0..e4a0bd42c 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbConfiguration (API-The MovieDB 4.2 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 7445f59c5..aa64c4796 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbCredits (API-The MovieDB 4.2 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 7e1a9a655..b2bbd0286 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbDiscover (API-The MovieDB 4.2 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 1ea6daf87..309a64ede 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbEpisodes (API-The MovieDB 4.2 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 47a34396e..5c62f7005 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbFind (API-The MovieDB 4.2 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 3bfe6b0c4..4727b7e10 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbGenres (API-The MovieDB 4.2 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 2c2b1708f..a505b314a 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbKeywords (API-The MovieDB 4.2 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 ce6c5423b..1f7d5eaac 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbLists (API-The MovieDB 4.2 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 5ee482e83..f12820df8 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbMovies (API-The MovieDB 4.2 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 d07286f31..a2ac1725e 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbNetworks (API-The MovieDB 4.2 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 502c6a79d..89cb2cb3f 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbPeople (API-The MovieDB 4.2 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 c50d21247..18506dc23 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbReviews (API-The MovieDB 4.2 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 839e8c368..c71ae739b 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbSearch (API-The MovieDB 4.2 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 d7fa15f3b..963504fc8 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbSeasons (API-The MovieDB 4.2 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 d57c633ed..2a3856384 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbTV (API-The MovieDB 4.2 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 120d6b9e0..05f1118f8 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-SNAPSHOT API) +com.omertron.themoviedbapi.methods (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-summary.html b/apidocs/com/omertron/themoviedbapi/methods/package-summary.html index c7bc2255a..2ad73de57 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-SNAPSHOT API) +com.omertron.themoviedbapi.methods (API-The MovieDB 4.2 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 3ee992b18..dbcbeda19 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-SNAPSHOT API) +com.omertron.themoviedbapi.methods Class Hierarchy (API-The MovieDB 4.2 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 527de0aa6..5369ff892 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.methods (API-The MovieDB 4.2 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 d95203546..c1bce4779 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-SNAPSHOT API) +AbstractIdName (API-The MovieDB 4.2 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 137538082..02c30ed83 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-SNAPSHOT API) +AbstractJsonMapping (API-The MovieDB 4.2 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 0315e2ea0..7b922c935 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-SNAPSHOT API) +Certification (API-The MovieDB 4.2 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 9d02efc6c..bbadb79ad 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-SNAPSHOT API) +FindResults (API-The MovieDB 4.2 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 c72c9c5df..aedcfa26a 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-SNAPSHOT API) +Genre (API-The MovieDB 4.2 API) @@ -85,7 +85,7 @@
    @@ -232,7 +232,7 @@ implements
  • getName

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

    -
    public void setIsoCode(String isoCode)
    +
    public void setIsoCode(String isoCode)
  • @@ -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 42bac5b68..5513434af 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-SNAPSHOT API) +StatusCode (API-The MovieDB 4.2 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 8f61d14b2..41c626e7b 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-SNAPSHOT API) +Account (API-The MovieDB 4.2 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 e2d59a44f..3be678342 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-SNAPSHOT API) +Avatar (API-The MovieDB 4.2 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 3faf35494..1a1a5cd00 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.account.Account (API-The MovieDB 4.2 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 4e6487f9f..1484fbfa9 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.account.Avatar (API-The MovieDB 4.2 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 34fac9fbf..e83da6015 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.account.AvatarHash (API-The MovieDB 4.2 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 a90deadf8..76dfcb81b 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.account (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html index 591f59d34..ccb30d1b1 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.account (API-The MovieDB 4.2 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 a60528960..108e04424 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.account Class Hierarchy (API-The MovieDB 4.2 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 d1718b33b..d2a0cfa79 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.model.account (API-The MovieDB 4.2 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 0d0afa86c..52b4e55c8 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-SNAPSHOT API) +Artwork (API-The MovieDB 4.2 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 e0320d270..6a1f5437d 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-SNAPSHOT API) +ArtworkMedia (API-The MovieDB 4.2 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 691e328cb..d852ba40f 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.artwork.Artwork (API-The MovieDB 4.2 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.
    @@ -215,16 +215,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.
    @@ -261,7 +261,7 @@ -List<Artwork> +List<Artwork> MovieInfo.getImages()  @@ -279,7 +279,7 @@ -List<Artwork> +List<Artwork> PersonInfo.getImages()  @@ -297,16 +297,16 @@ -List<Artwork> -TVInfo.getImages()  +List<Artwork> +TVSeasonInfo.getImages()  -List<Artwork> +List<Artwork> TVEpisodeInfo.getImages()  -List<Artwork> -TVSeasonInfo.getImages()  +List<Artwork> +TVInfo.getImages()  @@ -323,21 +323,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()  @@ -351,19 +351,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)  @@ -417,6 +417,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 42cd44238..4fbb1498b 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.artwork.ArtworkMedia (API-The MovieDB 4.2 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 a9dc8e9f9..a85d1b4bd 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html index 49491fc9b..d584bfd17 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.2 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 075055577..8d37a1c88 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.artwork Class Hierarchy (API-The MovieDB 4.2 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 6031b7dbf..42e364297 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.2 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 cff815e28..7c22ce480 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-SNAPSHOT API) +TokenAuthorisation (API-The MovieDB 4.2 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 23784feef..1ff596e00 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-SNAPSHOT API) +TokenSession (API-The MovieDB 4.2 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 d046c79d6..641870727 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.authentication.TokenAuthorisation (API-The MovieDB 4.2 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 416bd9428..8898a3690 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.authentication.TokenSession (API-The MovieDB 4.2 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 673e1c93c..5b00ff982 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html index 2a880096f..1e70e5769 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.2 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 7ddf668de..f2f2bc41c 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.authentication Class Hierarchy (API-The MovieDB 4.2 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 ccfa8011e..8f06ab620 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.2 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 5d9dfe5fe..4b9d55b3f 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-SNAPSHOT API) +ChangeKeyItem (API-The MovieDB 4.2 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 a454483f5..1c79d9d44 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-SNAPSHOT API) +ChangeListItem (API-The MovieDB 4.2 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 729e7e2f7..81a55eded 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.change.ChangeKeyItem (API-The MovieDB 4.2 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 6ec739c29..ba50df5aa 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.change.ChangeListItem (API-The MovieDB 4.2 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 8d00e78d8..8c61ed6c4 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.change.ChangedItem (API-The MovieDB 4.2 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 3dccfea82..8126b456c 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.change (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html index b44785f01..c08ab470b 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.change (API-The MovieDB 4.2 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 bb0193c36..0361d1fc4 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.change Class Hierarchy (API-The MovieDB 4.2 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 588fa69ac..870c9b548 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.model.change (API-The MovieDB 4.2 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 744d1c4ac..0f2a32379 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.AbstractIdName (API-The MovieDB 4.2 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 6f584625f..29732ebaf 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 4.2 API) @@ -816,6 +816,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 fa4288d0e..c1906b43f 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.Certification (API-The MovieDB 4.2 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 341c3cb79..6b1cbace5 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.FindResults (API-The MovieDB 4.2 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 ea0e04d6e..282de46df 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 4.2 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 a8a0519b2..55ab4d6dd 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 4.2 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 173149c1d..d408d490d 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 4.2 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 e57e9899a..779f5d0d3 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-SNAPSHOT API) +Collection (API-The MovieDB 4.2 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 2b83f63de..3ace2d1ed 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-SNAPSHOT API) +CollectionInfo (API-The MovieDB 4.2 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 92709d924..52018e2c1 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.collection.Collection (API-The MovieDB 4.2 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 1fbc370a0..48e3ba506 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.collection.CollectionInfo (API-The MovieDB 4.2 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 a38acf88b..d32484e95 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html index db0e0100b..9c816de78 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.2 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 533acf3bc..cea18b382 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.collection Class Hierarchy (API-The MovieDB 4.2 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 461b3c69c..b31b9575a 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.2 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 9cdfe9f90..831661811 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-SNAPSHOT API) +Company (API-The MovieDB 4.2 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 ce1e0bc95..8d8b4420f 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.company.Company (API-The MovieDB 4.2 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 4d130da72..9ef060c7a 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.company (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html index 4d02e3b04..552f49678 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.company (API-The MovieDB 4.2 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 de91f9227..5012a902e 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.company Class Hierarchy (API-The MovieDB 4.2 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 55a4d4087..f7c1048f1 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.model.company (API-The MovieDB 4.2 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 082c925dc..1cd1fdb1b 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-SNAPSHOT API) +Configuration (API-The MovieDB 4.2 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 f376c83c5..3140646c0 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-SNAPSHOT API) +JobDepartment (API-The MovieDB 4.2 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 ba4cce72c..5c4d49332 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.config.Configuration (API-The MovieDB 4.2 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 aaf89e6b1..816e531bc 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.config.JobDepartment (API-The MovieDB 4.2 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 ab168d002..71479b1f6 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.config (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html index ee9684a33..9f9759f6d 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.config (API-The MovieDB 4.2 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 5d3d11bd7..65ada8be0 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.config Class Hierarchy (API-The MovieDB 4.2 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 9e731b0b7..e8c5562ca 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.model.config (API-The MovieDB 4.2 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 6266a3814..c09033bc2 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-SNAPSHOT API) +CreditBasic (API-The MovieDB 4.2 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 1c700ce0f..5304c7b7c 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-SNAPSHOT API) +CreditMovieBasic (API-The MovieDB 4.2 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 8ca2deb04..c3b2b38de 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-SNAPSHOT API) +CreditTVBasic (API-The MovieDB 4.2 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 3a3cf9641..4884d627b 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-SNAPSHOT API) +MediaCredit (API-The MovieDB 4.2 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 c6b42bdc9..021587703 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-SNAPSHOT API) +MediaCreditCast (API-The MovieDB 4.2 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 ffc7db9c3..bf1d71a87 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-SNAPSHOT API) +MediaCreditCrew (API-The MovieDB 4.2 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 f971eaf2a..c9fc756b8 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.credits.CreditBasic (API-The MovieDB 4.2 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 998884580..6c34e512b 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.credits.CreditMovieBasic (API-The MovieDB 4.2 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 41903469c..a59c38468 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.credits.CreditTVBasic (API-The MovieDB 4.2 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 fd0252e97..3095fc2bc 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.credits.MediaCredit (API-The MovieDB 4.2 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 087be2539..544cada39 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.credits.MediaCreditCast (API-The MovieDB 4.2 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 32973441f..7a4e12b35 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.credits.MediaCreditCrew (API-The MovieDB 4.2 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 5b153f17e..db2ebeca3 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/credits/package-summary.html index 5ad6d7e29..ea76d7a3f 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.2 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 a67abc4fa..023d63891 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.credits Class Hierarchy (API-The MovieDB 4.2 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 5ce220f3a..1e79a619a 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.2 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 0c135f736..e18d82553 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-SNAPSHOT API) +Discover (API-The MovieDB 4.2 API) @@ -85,7 +85,7 @@
    @@ -423,7 +423,7 @@ extends
  • language

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

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

    Expected format is YYYY-MM-DD.

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

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

    Expected format is YYYY-MM-DD.

    @@ -579,7 +579,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. @@ -595,7 +595,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'.

    @@ -609,7 +609,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'.
    @@ -623,7 +623,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). @@ -655,7 +655,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). @@ -687,7 +687,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). @@ -719,7 +719,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). @@ -753,7 +753,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). @@ -785,7 +785,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). @@ -855,7 +855,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 3c7797876..f90863f32 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.discover.Discover (API-The MovieDB 4.2 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 48057c072..bc71507d4 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.discover.WithBuilder (API-The MovieDB 4.2 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 acdcec954..5f765e150 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html index 69110ccb5..5b43f4da1 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.2 API) @@ -140,6 +140,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 1c898f13f..63f121048 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.discover Class Hierarchy (API-The MovieDB 4.2 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 542002456..914f9cfce 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.2 API) @@ -200,6 +200,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 2aaeabe5f..75af91e55 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-SNAPSHOT API) +Keyword (API-The MovieDB 4.2 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 c32b5796a..4a9a6bc5d 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.keyword.Keyword (API-The MovieDB 4.2 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.
    @@ -191,8 +191,8 @@ ResultList<Keyword> -TmdbSearch.searchKeyword(String query, - Integer page) +TmdbSearch.searchKeyword(String query, + Integer page)
    Search for keywords by name
    @@ -211,7 +211,7 @@ -List<Keyword> +List<Keyword> MovieInfo.getKeywords()  @@ -229,7 +229,7 @@ -List<Keyword> +List<Keyword> TVInfo.getKeywords()  @@ -260,7 +260,7 @@ -List<Keyword> +List<Keyword> WrapperMovieKeywords.getKeywords()  @@ -274,7 +274,7 @@ void -WrapperMovieKeywords.setKeywords(List<Keyword> keywords)  +WrapperMovieKeywords.setKeywords(List<Keyword> keywords)  @@ -328,6 +328,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 30ce12887..e764c9ca9 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html index 2996182d6..bd83ad49a 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.2 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 67cdf573c..8a117c31c 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.keyword Class Hierarchy (API-The MovieDB 4.2 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 08bbe88e3..7bcb74291 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.2 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 41d9fc48e..fda8f9ef7 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-SNAPSHOT API) +ListItem (API-The MovieDB 4.2 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 39198ad2c..330bb2ffc 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-SNAPSHOT API) +ListItemStatus (API-The MovieDB 4.2 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 05b36f008..680e500e2 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-SNAPSHOT API) +ListStatusCode (API-The MovieDB 4.2 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 b78ff285c..38789b065 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-SNAPSHOT API) +UserList (API-The MovieDB 4.2 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 ea26eb1a8..f18b905d0 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.list.ListItem (API-The MovieDB 4.2 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 e4646bb2c..cfba6b1e3 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.list.ListItemStatus (API-The MovieDB 4.2 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 2b82bb15b..19ae7d430 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.list.ListStatusCode (API-The MovieDB 4.2 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 a58125ec1..4466f5226 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.list.UserList (API-The MovieDB 4.2 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 8fe52eeb6..5b0856e5f 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.list (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html index 45035d0ef..eca0cbcd7 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.list (API-The MovieDB 4.2 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 5a9009340..ce8808ff5 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.list Class Hierarchy (API-The MovieDB 4.2 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 e609627de..6e51116a5 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.model.list (API-The MovieDB 4.2 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 e666c08ad..5deae4891 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-SNAPSHOT API) +AlternativeTitle (API-The MovieDB 4.2 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 278ff69c8..b1c50fdd4 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-SNAPSHOT API) +MediaBasic (API-The MovieDB 4.2 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 a909dc4c0..296fb6d5a 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-SNAPSHOT API) +MediaCreditList (API-The MovieDB 4.2 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 9d8f9f539..357a1d275 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-SNAPSHOT API) +MediaState (API-The MovieDB 4.2 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 1ce38c585..eabc317e7 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-SNAPSHOT API) +Translation (API-The MovieDB 4.2 API) @@ -85,7 +85,7 @@
    @@ -235,7 +235,7 @@ implements
  • getEnglishName

    -
    public String getEnglishName()
    +
    public String getEnglishName()
  • @@ -244,7 +244,7 @@ implements
  • getIsoCode

    -
    public String getIsoCode()
    +
    public String getIsoCode()
  • @@ -253,7 +253,7 @@ implements
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -262,7 +262,7 @@ implements
  • setEnglishName

    -
    public void setEnglishName(String englishName)
    +
    public void setEnglishName(String englishName)
  • @@ -271,7 +271,7 @@ implements
  • setIsoCode

    -
    public void setIsoCode(String isoCode)
    +
    public void setIsoCode(String isoCode)
  • @@ -280,7 +280,7 @@ implements
  • setName

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

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    toString in class AbstractJsonMapping
    @@ -389,6 +389,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 69bdb8468..94836c165 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-SNAPSHOT API) +Video (API-The MovieDB 4.2 API) @@ -85,7 +85,7 @@
  • @@ -273,7 +273,7 @@ implements
  • getName

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

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

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

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

    -
    public String getLanguage()
    +
    public String getLanguage()
  • @@ -327,7 +327,7 @@ implements
  • setId

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

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

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

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

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

    -
    public void setLanguage(String language)
    +
    public void setLanguage(String language)
  • @@ -390,10 +390,10 @@ implements
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -406,7 +406,7 @@ implements hashCode in class Object +
    hashCode in class Object
    @@ -477,6 +477,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 f0fa4861d..53f05ddd1 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.media.AlternativeTitle (API-The MovieDB 4.2 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.
    @@ -169,7 +169,7 @@ -List<AlternativeTitle> +List<AlternativeTitle> MovieInfo.getAlternativeTitles()  @@ -187,7 +187,7 @@ -List<AlternativeTitle> +List<AlternativeTitle> TVInfo.getAlternativeTitles()  @@ -218,7 +218,7 @@ -List<AlternativeTitle> +List<AlternativeTitle> WrapperAlternativeTitles.getTitles()  @@ -232,7 +232,7 @@ void -WrapperAlternativeTitles.setTitles(List<AlternativeTitle> titles)  +WrapperAlternativeTitles.setTitles(List<AlternativeTitle> titles)  @@ -286,6 +286,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 04669bc63..aaa0070a7 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.media.MediaBasic (API-The MovieDB 4.2 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 8b79e2ffc..7b023677b 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.media.MediaCreditList (API-The MovieDB 4.2 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 -TVInfo.getCredits()  +TVSeasonInfo.getCredits()  MediaCreditList @@ -220,7 +220,7 @@ MediaCreditList -TVSeasonInfo.getCredits()  +TVInfo.getCredits()  @@ -233,7 +233,7 @@ void -TVInfo.setCredits(MediaCreditList credits)  +TVSeasonInfo.setCredits(MediaCreditList credits)  void @@ -241,7 +241,7 @@ void -TVSeasonInfo.setCredits(MediaCreditList credits)  +TVInfo.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 b170745a1..1724e06b6 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.media.MediaState (API-The MovieDB 4.2 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 029f1f856..a268184ae 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.media.RatedValue (API-The MovieDB 4.2 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 a9dc64ca1..e1b5ddf74 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.media.Trailer (API-The MovieDB 4.2 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 e5711d729..b710d136a 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.media.Translation (API-The MovieDB 4.2 API) @@ -167,7 +167,7 @@ -List<Translation> +List<Translation> MovieInfo.getTranslations()  @@ -185,7 +185,7 @@ -List<Translation> +List<Translation> TVInfo.getTranslations()  @@ -203,7 +203,7 @@ -List<Translation> +List<Translation> WrapperTranslations.getTranslations()  @@ -217,7 +217,7 @@ void -WrapperTranslations.setTranslations(List<Translation> translations)  +WrapperTranslations.setTranslations(List<Translation> translations)  @@ -271,6 +271,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 ab9026013..9a2c2d710 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.media.Video (API-The MovieDB 4.2 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.
    @@ -183,14 +183,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...)
    @@ -210,7 +210,7 @@ -List<Video> +List<Video> MovieInfo.getVideos()  @@ -228,16 +228,16 @@ -List<Video> -TVInfo.getVideos()  +List<Video> +TVSeasonInfo.getVideos()  -List<Video> +List<Video> TVEpisodeInfo.getVideos()  -List<Video> -TVSeasonInfo.getVideos()  +List<Video> +TVInfo.getVideos()  @@ -250,7 +250,7 @@ void -TVInfo.setVideos(WrapperGenericList<Video> videos)  +TVSeasonInfo.setVideos(WrapperGenericList<Video> videos)  void @@ -258,7 +258,7 @@ void -TVSeasonInfo.setVideos(WrapperGenericList<Video> videos)  +TVInfo.setVideos(WrapperGenericList<Video> videos)  @@ -275,7 +275,7 @@ -List<Video> +List<Video> WrapperVideos.getVideos()  @@ -289,7 +289,7 @@ void -WrapperVideos.setVideos(List<Video> videos)  +WrapperVideos.setVideos(List<Video> videos)  @@ -343,6 +343,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 e390610f4..2dd523391 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.media (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html index 6cb5a7722..17675426e 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.media (API-The MovieDB 4.2 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 9e1f4e1e2..eb655f052 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.media Class Hierarchy (API-The MovieDB 4.2 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 d1381c027..52054ae9a 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.model.media (API-The MovieDB 4.2 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 05145f176..4ad10400c 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-SNAPSHOT API) +MovieBasic (API-The MovieDB 4.2 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 6dcb3c49c..0a513d017 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-SNAPSHOT API) +MovieInfo (API-The MovieDB 4.2 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 4aac1424b..e230ac48b 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-SNAPSHOT API) +ProductionCompany (API-The MovieDB 4.2 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 d1e36f6f6..f2a3e4a19 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-SNAPSHOT API) +ProductionCountry (API-The MovieDB 4.2 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/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html index 0efa0914f..498b452ce 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-SNAPSHOT API) +ReleaseInfo (API-The MovieDB 4.2 API) @@ -85,7 +85,7 @@
    @@ -248,7 +248,7 @@ implements
  • getCountry

    -
    public String getCountry()
    +
    public String getCountry()
  • @@ -257,7 +257,7 @@ implements
  • getReleaseDate

    -
    public String getReleaseDate()
    +
    public String getReleaseDate()
  • @@ -266,7 +266,7 @@ implements
  • setCertification

    -
    public void setCertification(String certification)
    +
    public void setCertification(String certification)
  • @@ -275,7 +275,7 @@ implements
  • setCountry

    -
    public void setCountry(String country)
    +
    public void setCountry(String country)
  • @@ -284,7 +284,7 @@ implements
  • setReleaseDate

    -
    public void setReleaseDate(String releaseDate)
    +
    public void setReleaseDate(String releaseDate)
  • @@ -311,10 +311,10 @@ implements
  • equals

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -327,7 +327,7 @@ implements hashCode in class Object +
    hashCode in class Object
    @@ -398,6 +398,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 6ec3ecd65..3b78313e4 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.movie.MovieBasic (API-The MovieDB 4.2 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 f7713fb4e..db6a68345 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.movie.MovieInfo (API-The MovieDB 4.2 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,56 +275,56 @@ 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.
    @@ -344,7 +344,7 @@ -List<MovieInfo> +List<MovieInfo> MovieInfo.getSimilarMovies()  @@ -412,6 +412,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 91cb6a937..9b8fdeba7 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.movie.ProductionCompany (API-The MovieDB 4.2 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 7220b6d50..f6e59bf17 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.movie.ProductionCountry (API-The MovieDB 4.2 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/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html index 4c4dd497e..a8511b294 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.movie.ReleaseInfo (API-The MovieDB 4.2 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.
    @@ -153,7 +153,7 @@ -List<ReleaseInfo> +List<ReleaseInfo> MovieInfo.getReleases()  @@ -171,7 +171,7 @@ -List<ReleaseInfo> +List<ReleaseInfo> WrapperReleaseInfo.getCountries()  @@ -185,7 +185,7 @@ void -WrapperReleaseInfo.setCountries(List<ReleaseInfo> countries)  +WrapperReleaseInfo.setCountries(List<ReleaseInfo> countries)  @@ -239,6 +239,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 5f9806b76..eebd66d38 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html index 448c2b2d4..41787b4a9 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.2 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/movie/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html index 7e648b4dd..8fef4c82d 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.movie Class Hierarchy (API-The MovieDB 4.2 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/movie/package-use.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html index 93945c1ad..18ca58a0c 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.2 API) @@ -278,6 +278,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 8b2fc142e..bf98c6652 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-SNAPSHOT API) +Network (API-The MovieDB 4.2 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 d392219be..315c836af 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.network (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html index d0421cb2f..9b4b3c69e 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.network (API-The MovieDB 4.2 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 2caeac867..f161737e4 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.network Class Hierarchy (API-The MovieDB 4.2 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 b37bcdcb7..89ba657e9 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.model.network (API-The MovieDB 4.2 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 a48ef0e9f..ec0a6c6be 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-SNAPSHOT API) +com.omertron.themoviedbapi.model (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html index b913bda29..9b58ea673 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-SNAPSHOT API) +com.omertron.themoviedbapi.model (API-The MovieDB 4.2 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 230ec0949..91e16bd7c 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-SNAPSHOT API) +com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 4.2 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 a60cafcd6..acab0defc 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 4.2 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 11f5f17c4..b8bd85c9f 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-SNAPSHOT API) +ContentRating (API-The MovieDB 4.2 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 f2e41bdd8..c916ac466 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-SNAPSHOT API) +CreditInfo (API-The MovieDB 4.2 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 61e212935..0076feef5 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-SNAPSHOT API) +ExternalID (API-The MovieDB 4.2 API) @@ -85,7 +85,7 @@
    @@ -282,7 +282,7 @@ implements
  • setImdbId

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

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

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

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

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

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

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

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

    -
    public void setTvdbId(String tvdbId)
    +
    public void setTvdbId(String tvdbId)
  • @@ -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/person/PersonBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html index 5f3252127..0809143fc 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-SNAPSHOT API) +PersonBasic (API-The MovieDB 4.2 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 90914991e..86982bbfb 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-SNAPSHOT API) +PersonCreditList (API-The MovieDB 4.2 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 e3f51328a..54b0458c1 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-SNAPSHOT API) +PersonCreditsMixIn (API-The MovieDB 4.2 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 b929e5e00..1d617a275 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-SNAPSHOT API) +PersonFind (API-The MovieDB 4.2 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 599c8eaed..9e91b9689 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-SNAPSHOT API) +PersonInfo (API-The MovieDB 4.2 API) @@ -85,7 +85,7 @@
    @@ -365,7 +365,7 @@ implements
  • getAlsoKnownAs

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    -
    public List<ArtworkMedia> getTaggedImages()
    +
    public List<ArtworkMedia> getTaggedImages()
  • @@ -691,6 +691,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 4e0673963..5766cfbc6 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.person.ContentRating (API-The MovieDB 4.2 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 24d7d841f..3afa3b057 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.person.CreditInfo (API-The MovieDB 4.2 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 206c938d6..eea0f2349 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.person.ExternalID (API-The MovieDB 4.2 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 -TVInfo.getExternalIDs()  +TVSeasonInfo.getExternalIDs()  ExternalID @@ -240,7 +240,7 @@ ExternalID -TVSeasonInfo.getExternalIDs()  +TVInfo.getExternalIDs()  @@ -253,7 +253,7 @@ void -TVInfo.setExternalIDs(ExternalID externalIDs)  +TVSeasonInfo.setExternalIDs(ExternalID externalIDs)  void @@ -261,7 +261,7 @@ void -TVSeasonInfo.setExternalIDs(ExternalID externalIDs)  +TVInfo.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 c08e71b24..4f5abb3b2 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.person.PersonBasic (API-The MovieDB 4.2 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 8cba9ec37..041656225 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.person.PersonCreditList (API-The MovieDB 4.2 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 f1c235ad1..b3ce67cc4 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.person.PersonCreditsMixIn (API-The MovieDB 4.2 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 d696aad3b..ea233cd02 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.person.PersonFind (API-The MovieDB 4.2 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 9e3d87de1..89c0a8789 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.person.PersonInfo (API-The MovieDB 4.2 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 6d2b703ae..cd514c39b 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.person (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html index f04761983..a56148f80 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.person (API-The MovieDB 4.2 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 2843a9cdc..d380dbd76 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.person Class Hierarchy (API-The MovieDB 4.2 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 b1071c78c..8919033cc 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.model.person (API-The MovieDB 4.2 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 2e71f2e5b..f5fa8d596 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-SNAPSHOT API) +Review (API-The MovieDB 4.2 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 51b0d7372..d821bd226 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.review.Review (API-The MovieDB 4.2 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 9146e15fa..5b016c7a3 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.review (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html index 2624c84d0..e94809955 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.review (API-The MovieDB 4.2 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 bbf239696..1d49029e9 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.review Class Hierarchy (API-The MovieDB 4.2 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 206389c7e..fc21c694b 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.model.review (API-The MovieDB 4.2 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 047e1d7f0..4b1ecba8a 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-SNAPSHOT API) +TVBasic (API-The MovieDB 4.2 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 f4d3d51c3..ddcc31bee 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-SNAPSHOT API) +TVCredit (API-The MovieDB 4.2 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 8f3dfafde..7beaf2f7b 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-SNAPSHOT API) +TVEpisodeBasic (API-The MovieDB 4.2 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 3def35d0f..e0f462ac7 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-SNAPSHOT API) +TVEpisodeInfo (API-The MovieDB 4.2 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 9e4ad0abc..3ee84251d 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-SNAPSHOT API) +TVInfo (API-The MovieDB 4.2 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 cca1d2a9c..a85199573 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-SNAPSHOT API) +TVSeasonBasic (API-The MovieDB 4.2 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 3fc7e17a4..b3254a706 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-SNAPSHOT API) +TVSeasonInfo (API-The MovieDB 4.2 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 6286ec8ab..bd1cce965 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.tv.TVBasic (API-The MovieDB 4.2 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 a73865c26..07ccf6370 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.tv.TVCredit (API-The MovieDB 4.2 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 17a7db560..dae0473a3 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic (API-The MovieDB 4.2 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 1d49f2250..7d994e390 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo (API-The MovieDB 4.2 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 146838b1e..aa680ab91 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.tv.TVInfo (API-The MovieDB 4.2 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 748d3c4b7..ee2e76889 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.tv.TVSeasonBasic (API-The MovieDB 4.2 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 7273b5211..533b79e19 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.tv.TVSeasonInfo (API-The MovieDB 4.2 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 26e814464..ecc9b1cdb 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html index a0fe72022..8afe2f0ee 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.2 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 0aa7d6d3a..96068d44d 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-SNAPSHOT API) +com.omertron.themoviedbapi.model.tv Class Hierarchy (API-The MovieDB 4.2 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 1c816ed6b..0182ff17c 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.2 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 4d0b55ec9..de6f4bb73 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-SNAPSHOT API) +com.omertron.themoviedbapi (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html index 06033a7f2..641d0dfa3 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-SNAPSHOT API) +com.omertron.themoviedbapi (API-The MovieDB 4.2 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 95fdaadf5..e21fb907c 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-SNAPSHOT API) +com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 4.2 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 c2951e5bb..2b2d1a402 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi (API-The MovieDB 4.2 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 ee99bc0e9..bdc8886dd 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-SNAPSHOT API) +AbstractWrapperAll (API-The MovieDB 4.2 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 99d4a3ae8..4be19bf18 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-SNAPSHOT API) +AbstractWrapperId (API-The MovieDB 4.2 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 4e373d4a2..71c0f3c51 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-SNAPSHOT API) +AbstractWrapperIdPages (API-The MovieDB 4.2 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 aef4722ca..f75e1c902 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-SNAPSHOT API) +ResultDates (API-The MovieDB 4.2 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 06a1e9620..bc8cdec19 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-SNAPSHOT API) +ResultList (API-The MovieDB 4.2 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 2c2d73182..d4f09ac71 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-SNAPSHOT API) +ResultsMap (API-The MovieDB 4.2 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 e76338c69..bd7ec49d4 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-SNAPSHOT API) +WrapperAlternativeTitles (API-The MovieDB 4.2 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 bbe54c7d3..d8f6dc967 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-SNAPSHOT API) +WrapperChanges (API-The MovieDB 4.2 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 cee294f99..e9f50d781 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-SNAPSHOT API) +WrapperConfig (API-The MovieDB 4.2 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 9be9490cd..8c802cae5 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-SNAPSHOT API) +WrapperGenericList (API-The MovieDB 4.2 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 dbe8ad65c..f06198a67 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-SNAPSHOT API) +WrapperImages (API-The MovieDB 4.2 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 7c74bbe96..057c3c298 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-SNAPSHOT API) +WrapperJobList (API-The MovieDB 4.2 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 5fee96417..33c667900 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-SNAPSHOT API) +WrapperMovieKeywords (API-The MovieDB 4.2 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 ced38197b..c05426b76 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-SNAPSHOT API) +WrapperMultiSearch (API-The MovieDB 4.2 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 f8674f11e..904409bd6 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-SNAPSHOT API) +WrapperTranslations (API-The MovieDB 4.2 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 8c1450d82..33185696d 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-SNAPSHOT API) +WrapperVideos (API-The MovieDB 4.2 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 e31d2a2d9..1e44714ae 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperAll (API-The MovieDB 4.2 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 2846c312a..62d872805 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperBase (API-The MovieDB 4.2 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 d6dbe110d..e244a1aac 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperId (API-The MovieDB 4.2 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 ca19d959f..a17b63617 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperIdPages (API-The MovieDB 4.2 API) @@ -145,7 +145,7 @@ void -AbstractWrapperIdPages.setResultProperties(AbstractWrapperIdPages results) +AbstractWrapperBase.setResultProperties(AbstractWrapperIdPages results)
    Copy the wrapper values to the results
    @@ -157,7 +157,7 @@ void -AbstractWrapperBase.setResultProperties(AbstractWrapperIdPages results) +AbstractWrapperIdPages.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 38238ffd0..3be560862 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.results.ResultDates (API-The MovieDB 4.2 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 642314e03..b5115f058 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.results.ResultList (API-The MovieDB 4.2 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,24 +738,24 @@ 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.
    @@ -763,15 +763,15 @@ 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.
    @@ -786,15 +786,15 @@ 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.
    @@ -802,8 +802,8 @@ ResultList<Review> TmdbMovies.getMovieReviews(int movieId, - Integer page, - String language) + Integer page, + String language)
    Get the reviews for a particular movie id.
    @@ -817,23 +817,23 @@ 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.
    @@ -845,50 +845,50 @@ 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.
    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,32 +905,32 @@ 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.
    @@ -943,8 +943,8 @@ ResultList<ChangeKeyItem> TmdbTV.getTVChanges(int tvID, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific TV show id.
    @@ -957,8 +957,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.
    @@ -970,30 +970,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.
    @@ -1006,111 +1006,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.
    @@ -1185,6 +1185,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 db2ef3087..5e117169b 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.results.ResultsMap (API-The MovieDB 4.2 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 aeba37590..1c945df8d 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.results.WrapperAlternativeTitles (API-The MovieDB 4.2 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 ecdfd8334..b7e971e4d 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.results.WrapperChanges (API-The MovieDB 4.2 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 b71686f4d..5d3ab5add 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.results.WrapperConfig (API-The MovieDB 4.2 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 f0d41bbaf..9117ee856 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.results.WrapperGenericList (API-The MovieDB 4.2 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 -TVInfo.setVideos(WrapperGenericList<Video> videos)  +TVSeasonInfo.setVideos(WrapperGenericList<Video> videos)  void @@ -200,7 +200,7 @@ void -TVSeasonInfo.setVideos(WrapperGenericList<Video> videos)  +TVInfo.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 d773ca588..ba4953b03 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.results.WrapperGenres (API-The MovieDB 4.2 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 ad6f8f72b..f82b4576c 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.results.WrapperImages (API-The MovieDB 4.2 API) @@ -142,7 +142,7 @@ void -TVInfo.setImages(WrapperImages images)  +TVSeasonInfo.setImages(WrapperImages images)  void @@ -150,7 +150,7 @@ void -TVSeasonInfo.setImages(WrapperImages images)  +TVInfo.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 64decf979..1199a931d 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.results.WrapperJobList (API-The MovieDB 4.2 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 946482224..76646728e 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.results.WrapperMovieKeywords (API-The MovieDB 4.2 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 3df8d3a06..e0a12894d 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.results.WrapperMultiSearch (API-The MovieDB 4.2 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 9b3449af4..0ea9ae566 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.results.WrapperReleaseInfo (API-The MovieDB 4.2 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 d75008d7d..c75d35033 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.results.WrapperTranslations (API-The MovieDB 4.2 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 7e733e2e4..6fd87cc5a 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.results.WrapperVideos (API-The MovieDB 4.2 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 ca953c261..cf457deb1 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-SNAPSHOT API) +com.omertron.themoviedbapi.results (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/results/package-summary.html b/apidocs/com/omertron/themoviedbapi/results/package-summary.html index 13a8b615c..b8fe569b4 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-SNAPSHOT API) +com.omertron.themoviedbapi.results (API-The MovieDB 4.2 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 ab9728807..b7a6af4d0 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-SNAPSHOT API) +com.omertron.themoviedbapi.results Class Hierarchy (API-The MovieDB 4.2 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 21882c711..8a55a6645 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.results (API-The MovieDB 4.2 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 ca3f73063..faee65fb1 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-SNAPSHOT API) +ApiUrl (API-The MovieDB 4.2 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 427edc9ba..322b687d2 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-SNAPSHOT API) +HttpTools (API-The MovieDB 4.2 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 1faa00022..ab0a9a7c2 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-SNAPSHOT API) +MethodBase (API-The MovieDB 4.2 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.) @@ -897,7 +897,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 @@ -905,8 +905,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
    @@ -915,7 +915,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 699787552..71b447ebc 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-SNAPSHOT API) +TmdbParameters (API-The MovieDB 4.2 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 a0138298a..38c91c04a 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 4.2 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 6f8e65c6d..7eb42ce02 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.tools.HttpTools (API-The MovieDB 4.2 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 0a2181ed6..4c9c66c3e 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.tools.MethodBase (API-The MovieDB 4.2 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 6004ac729..1b7015563 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.tools.MethodSub (API-The MovieDB 4.2 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 b3ffea747..20b65e714 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.tools.Param (API-The MovieDB 4.2 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 74be004fd..f53ad87d4 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.tools.PostBody (API-The MovieDB 4.2 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 0b6093dcb..23c03dcaa 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.tools.PostTools (API-The MovieDB 4.2 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 b48254e5a..cfc01bfa2 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-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.tools.TmdbParameters (API-The MovieDB 4.2 API) @@ -123,7 +123,7 @@ -URL +URL ApiUrl.buildUrl(TmdbParameters params)
    Build the URL from the pre-created parameters.
    @@ -180,6 +180,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 311eb8ffd..adccb500a 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-SNAPSHOT API) +com.omertron.themoviedbapi.tools (API-The MovieDB 4.2 API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html index 9c4c9c15a..b2233e86e 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-SNAPSHOT API) +com.omertron.themoviedbapi.tools (API-The MovieDB 4.2 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 87a4e6922..bbc2cb351 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-SNAPSHOT API) +com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 4.2 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 ed53279ec..fe1c7a098 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-SNAPSHOT API) +Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 4.2 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 79a0a460a..3c467780a 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,16 +2,16 @@ - + -Constant Field Values (API-The MovieDB 4.3-SNAPSHOT API) +Constant Field Values (API-The MovieDB 4.2 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 20d639307..6ce272233 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,16 +2,16 @@ - + -Deprecated List (API-The MovieDB 4.3-SNAPSHOT API) +Deprecated List (API-The MovieDB 4.2 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 a1a4d1b0c..a4141b77b 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,16 +2,16 @@ - + -API Help (API-The MovieDB 4.3-SNAPSHOT API) +API Help (API-The MovieDB 4.2 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 e2b1eb51a..2ffd5be6b 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,16 +2,16 @@ - + -Index (API-The MovieDB 4.3-SNAPSHOT API) +Index (API-The MovieDB 4.2 API) @@ -4038,6 +4038,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 bc7cc0fcd..83bceb8a8 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,9 +2,9 @@ - + -API-The MovieDB 4.3-SNAPSHOT API +API-The MovieDB 4.2 API @@ -64,7 +64,7 @@
    -

    API-The MovieDB 4.3-SNAPSHOT API

    +

    API-The MovieDB 4.2 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 472b156a6..686423fad 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,16 +2,16 @@ - + -Class Hierarchy (API-The MovieDB 4.3-SNAPSHOT API) +Class Hierarchy (API-The MovieDB 4.2 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 4245862ec..874ac685c 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,16 +2,16 @@ - + -Serialized Form (API-The MovieDB 4.3-SNAPSHOT API) +Serialized Form (API-The MovieDB 4.2 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 @@
    • value

      -
      String value
      +
      String value
    • meaning

      -
      String meaning
      +
      String meaning
    • order

      @@ -162,23 +162,23 @@
      • movieResults

        -
        List<E> movieResults
        +
        List<E> movieResults
      • personResults

        -
        List<E> personResults
        +
        List<E> personResults
      • tvResults

        -
        List<E> tvResults
        +
        List<E> tvResults
      • tvSeasonResults

        -
        List<E> tvSeasonResults
        +
        List<E> tvSeasonResults
      • tvEpisodeResults

        -
        List<E> tvEpisodeResults
        +
        List<E> tvEpisodeResults
    • @@ -209,11 +209,11 @@ @@ -239,7 +239,7 @@
    • message

      -
      String message
      +
      String message
  • @@ -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,15 +1459,15 @@ @@ -1489,23 +1489,23 @@ @@ -1540,7 +1540,7 @@
    • mediaId

      -
      String mediaId
      +
      String mediaId
    • adult

      @@ -1548,19 +1548,19 @@
    • originalTitle

      -
      String originalTitle
      +
      String originalTitle
    • releaseDate

      -
      String releaseDate
      +
      String releaseDate
    • title

      -
      String title
      +
      String title
    • video

      -
      Boolean video
      +
      Boolean video
    • userRating

      @@ -1568,15 +1568,15 @@
    • genreIds

      -
      List<E> genreIds
      +
      List<E> genreIds
    • originalLanguage

      -
      String originalLanguage
      +
      String originalLanguage
    • overview

      -
      String overview
      +
      String overview
    • revenue

      @@ -1610,23 +1610,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

      @@ -1634,23 +1634,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

      @@ -1658,39 +1658,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
    @@ -1721,11 +1721,11 @@ @@ -1747,15 +1747,15 @@ @@ -1966,15 +1966,15 @@ @@ -2000,31 +2000,31 @@
  • alsoKnownAs

    -
    List<E> alsoKnownAs
    +
    List<E> alsoKnownAs
  • biography

    -
    String biography
    +
    String biography
  • birthday

    -
    String birthday
    +
    String birthday
  • deathday

    -
    String deathday
    +
    String deathday
  • homepage

    -
    String homepage
    +
    String homepage
  • imdbId

    -
    String imdbId
    +
    String imdbId
  • placeOfBirth

    -
    String placeOfBirth
    +
    String placeOfBirth
  • popularity

    @@ -2032,11 +2032,11 @@
  • methods

    -
    Set<E> methods
    +
    Set<E> methods
  • changes

    -
    List<E> changes
    +
    List<E> changes
  • externalIDs

    @@ -2044,11 +2044,11 @@
  • images

    -
    List<E> images
    +
    List<E> images
  • taggedImages

    -
    List<E> taggedImages
    +
    List<E> taggedImages
  • movieCredits

    @@ -2083,35 +2083,35 @@
  • @@ -2138,19 +2138,19 @@ @@ -2188,19 +2188,19 @@ @@ -2222,7 +2222,7 @@ @@ -2268,19 +2268,19 @@ @@ -2318,19 +2318,19 @@
    • createdBy

      -
      List<E> createdBy
      +
      List<E> createdBy
    • episodeRunTime

      -
      List<E> episodeRunTime
      +
      List<E> episodeRunTime
    • genres

      -
      List<E> genres
      +
      List<E> genres
    • homepage

      -
      String homepage
      +
      String homepage
    • inProduction

      @@ -2338,15 +2338,15 @@
    • languages

      -
      List<E> languages
      +
      List<E> languages
    • lastAirDate

      -
      String lastAirDate
      +
      String lastAirDate
    • networks

      -
      List<E> networks
      +
      List<E> networks
    • numberOfEpisodes

      @@ -2358,43 +2358,43 @@
    • originalLanguage

      -
      String originalLanguage
      +
      String originalLanguage
    • overview

      -
      String overview
      +
      String overview
    • productionCompanies

      -
      List<E> productionCompanies
      +
      List<E> productionCompanies
    • seasons

      -
      List<E> seasons
      +
      List<E> seasons
    • status

      -
      String status
      +
      String status
    • type

      -
      String type
      +
      String type
    • methods

      -
      Set<E> methods
      +
      Set<E> methods
    • alternativeTitles

      -
      List<E> alternativeTitles
      +
      List<E> alternativeTitles
    • changes

      -
      List<E> changes
      +
      List<E> changes
    • contentRatings

      -
      List<E> contentRatings
      +
      List<E> contentRatings
    • credits

      @@ -2406,23 +2406,23 @@
    • images

      -
      List<E> images
      +
      List<E> images
    • keywords

      -
      List<E> keywords
      +
      List<E> keywords
    • translations

      -
      List<E> translations
      +
      List<E> translations
    • similarTV

      -
      List<E> similarTV
      +
      List<E> similarTV
    • videos

      -
      List<E> videos
      +
      List<E> videos
    @@ -2448,11 +2448,11 @@
  • airDate

    -
    String airDate
    +
    String airDate
  • posterPath

    -
    String posterPath
    +
    String posterPath
  • seasonNumber

    @@ -2482,19 +2482,19 @@
  • @@ -2600,11 +2600,11 @@ @@ -2622,7 +2622,7 @@ @@ -2640,7 +2640,7 @@ @@ -2658,7 +2658,7 @@ @@ -2676,7 +2676,7 @@
    • changedItems

      -
      List<E> changedItems
      +
      List<E> changedItems
    @@ -2698,7 +2698,7 @@
  • changeKeys

    -
    List<E> changeKeys
    +
    List<E> changeKeys
  • @@ -2716,7 +2716,7 @@ @@ -2734,7 +2734,7 @@ @@ -2752,19 +2752,19 @@ @@ -2782,7 +2782,7 @@ @@ -2800,7 +2800,7 @@ @@ -2818,7 +2818,7 @@ @@ -2836,7 +2836,7 @@ @@ -2854,7 +2854,7 @@
    • translations

      -
      List<E> translations
      +
      List<E> translations
    @@ -2872,7 +2872,7 @@ @@ -2927,6 +2927,6 @@ -

    Copyright © 2012–2016. All rights reserved.

    +

    Copyright © 2012-2016. All Rights Reserved.

    diff --git a/dependencies.html b/dependencies.html index 6473894b2..d212c7b4c 100644 --- a/dependencies.html +++ b/dependencies.html @@ -27,7 +27,7 @@
    Last Published: 2016-02-26 -  | Version: 4.3-SNAPSHOT +  | Version: 4.2
    API-The MovieDB @@ -41,7 +41,7 @@
    Project Documentation
    @@ -394,147 +391,147 @@ file comparators, endian transformation classes, and much more.

    - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - - + + + - - - + + + - + @@ -551,18 +548,18 @@ file comparators, endian transformation classes, and much more.

    - + - + -
    API-The MovieDB
    Entries Classes PackagesJava VersionDebug Information
    JDK RevDebug
    jackson-annotations-2.7.1.jar50.90 kB49.70 kB 72 60 1 1.6Yes
    debug
    jackson-core-2.7.1.jar252.30 kB246.39 kB 112 89 9 1.6Yes
    debug
    jackson-databind-2.7.1.jar1.20 MB1.14 MB 603 569 20 1.6Yes
    debug
    commons-codec-1.9.jar263.96 kB257.78 kB 227 85 6 1.6Yes
    debug
    commons-io-2.4.jar185.14 kB180.80 kB 128 110 6 1.6Yes
    debug
    commons-logging-1.2.jar61.83 kB60.38 kB 42 28 2 1.2Yes
    debug
    junit-4.12.jar314.93 kB307.55 kB 323 286 30 1.5Yes
    debug
    commons-lang3-3.4.jar434.68 kB424.49 kB 248 224 12 1.6Yes
    debug
    httpclient-4.5.1.jar732.77 kB715.59 kB 502 461 24 1.6Yes
    debug
    httpcore-4.4.3.jar326.59 kB318.94 kB 284 254 17 1.6Yes
    debug
    hamcrest-core-1.3.jar45.02 kB43.97 kB 52 45 3 1.5Yes
    debug
    slf4j-api-1.7.16.jar40.51 kB39.56 kB 46 34 4 1.5Yes
    debug
    slf4j-jdk14-1.7.16.jar8.45 kB8.25 kB 15 5 1 1.5Yes
    debug
    api-common-2.0.jar30.88 kB30.15 kB 28 14 3 1.6Yes
    debug
    Total Size Entries Classes PackagesJava VersionDebug Information
    JDK RevDebug
    143.95 MB268222643.76 MB2,6822,264 138 1.6 14
    compile: 10compile: 3.39 MBcompile: 2164compile: 1818compile: 3.24 MBcompile: 2,164compile: 1,818 compile: 98 - compile: 10
    test: 4test: 553.55 kBtest: 540.57 kB test: 518 test: 446 test: 40
    apache.snapshots http://repository.apache.org/snapshotsNo- Yes
    sonatype-nexus-snapshots https://oss.sonatype.org/content/repositories/snapshotsNo- Yes
    central https://repo.maven.apache.org/maven2 YesNo
    +-

    Repository locations for each of the Dependencies.

    @@ -574,72 +571,72 @@ file comparators, endian transformation classes, and much more.

    - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -649,7 +646,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 014
    +0
    diff --git a/index.html b/index.html index 8bb4938c1..06208b358 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@
    Last Published: 2016-02-26 -  | Version: 4.3-SNAPSHOT +  | Version: 4.2
    API-The MovieDB @@ -41,7 +41,7 @@
    Project Documentation
      -
    • +
    • Project Information
      • @@ -52,9 +52,6 @@
      • Issue Tracking -
      • -
      • - Dependency Convergence
      • Project Summary diff --git a/issue-tracking.html b/issue-tracking.html index 770f1eba3..28f57c16a 100644 --- a/issue-tracking.html +++ b/issue-tracking.html @@ -27,7 +27,7 @@
        Last Published: 2016-02-26 -  | Version: 4.3-SNAPSHOT +  | Version: 4.2
        API-The MovieDB @@ -41,7 +41,7 @@
        Project Documentation
          -
        • +
        • Project Information
          • @@ -53,9 +53,6 @@
          • Issue Tracking
          • -
          • - Dependency Convergence -
          • Project Summary
          • diff --git a/license.html b/license.html index 8e5ad1fd4..00fbcd89b 100644 --- a/license.html +++ b/license.html @@ -27,7 +27,7 @@
            Last Published: 2016-02-26 -  | Version: 4.3-SNAPSHOT +  | Version: 4.2
            API-The MovieDB @@ -41,7 +41,7 @@
            Project Documentation
              -
            • +
            • Project Information
              • @@ -52,9 +52,6 @@
              • Issue Tracking -
              • -
              • - Dependency Convergence
              • Project Summary @@ -86,7 +83,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 e2346bcff..e795bcbc7 100644 --- a/project-info.html +++ b/project-info.html @@ -27,7 +27,7 @@
                Last Published: 2016-02-26 -  | Version: 4.3-SNAPSHOT +  | Version: 4.2
                API-The MovieDB @@ -41,7 +41,7 @@
                Project Documentation
                  -
                • +
                • Project Information
                  • @@ -52,9 +52,6 @@
                  • Issue Tracking -
                  • -
                  • - Dependency Convergence
                  • Project Summary @@ -93,22 +90,19 @@ API for the TheMovieDb.org website Source Repository -This document lists ways to access the online source repository. +This is a link to the online source repository that can be viewed via a web browser. Issue Tracking -This document provides information on the issue management system used in this project. +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. -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 document lists the project license(s).
                +This is a link to the definitions of project licenses.
    diff --git a/project-reports.html b/project-reports.html index 5f6f8e960..69096f6e2 100644 --- a/project-reports.html +++ b/project-reports.html @@ -27,7 +27,7 @@
    Last Published: 2016-02-26 -  | Version: 4.3-SNAPSHOT +  | Version: 4.2
    API-The MovieDB @@ -41,17 +41,17 @@
    Project Documentation
    +Test JavaDoc API documentation. + +JavaDocs +JavaDoc API documentation.
    diff --git a/project-summary.html b/project-summary.html index f2e509d3c..97ca08cd4 100644 --- a/project-summary.html +++ b/project-summary.html @@ -27,7 +27,7 @@
    Last Published: 2016-02-26 -  | Version: 4.3-SNAPSHOT +  | Version: 4.2
    API-The MovieDB @@ -41,7 +41,7 @@
    Project Documentation
    +JDK Rev +-
    diff --git a/source-repository.html b/source-repository.html index ed8efb97b..465a974e9 100644 --- a/source-repository.html +++ b/source-repository.html @@ -27,7 +27,7 @@
    Last Published: 2016-02-26 -  | Version: 4.3-SNAPSHOT +  | Version: 4.2
    API-The MovieDB @@ -41,7 +41,7 @@
    Project Documentation
    diff --git a/testapidocs/allclasses-frame.html b/testapidocs/allclasses-frame.html index 82ee32286..b467d7884 100644 --- a/testapidocs/allclasses-frame.html +++ b/testapidocs/allclasses-frame.html @@ -2,9 +2,9 @@ - + -All Classes (API-The MovieDB 4.3-SNAPSHOT Test API) +All Classes (API-The MovieDB 4.2 Test API) diff --git a/testapidocs/allclasses-noframe.html b/testapidocs/allclasses-noframe.html index 70180dc2c..eb3c7ba8d 100644 --- a/testapidocs/allclasses-noframe.html +++ b/testapidocs/allclasses-noframe.html @@ -2,9 +2,9 @@ - + -All Classes (API-The MovieDB 4.3-SNAPSHOT Test API) +All Classes (API-The MovieDB 4.2 Test API) diff --git a/testapidocs/com/omertron/themoviedbapi/AbstractTests.html b/testapidocs/com/omertron/themoviedbapi/AbstractTests.html index fdffe95bb..a76dd0bd4 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-SNAPSHOT Test API) +AbstractTests (API-The MovieDB 4.2 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 AppendToResponseMethod> 
    String -appendToResponseBuilder(Class<T> methodClass) +protected static <T extends com.omertron.themoviedbapi.interfaces.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 HttpTools +protected static com.omertron.themoviedbapi.tools.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 MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Do the initial configuration for the test cases
    Throws:
    MovieDbException
    @@ -341,8 +341,8 @@ extends
  • getSessionId

    -
    protected static final String getSessionId()
    -                                    throws MovieDbException
    +
    protected static final String getSessionId()
    +                                    throws com.omertron.themoviedbapi.MovieDbException
    get the Session ID
    Returns:
    Throws:
    @@ -356,7 +356,7 @@ extends

    getAccountId

    protected static final int getAccountId()
    -                                 throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Get the Account information
    Returns:
    Throws:
    @@ -380,7 +380,7 @@ extends
  • getHttpTools

    -
    protected static HttpTools getHttpTools()
    +
    protected static com.omertron.themoviedbapi.tools.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 AppendToResponseMethod> String appendToResponseBuilder(Class<T> methodClass)
    +
    protected static <T extends com.omertron.themoviedbapi.interfaces.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 014e42dc0..c3d67ab8e 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-SNAPSHOT Test API) +ArtworkResults (API-The MovieDB 4.2 Test API) @@ -85,7 +85,7 @@
    @@ -136,28 +136,28 @@ extends void -found(ArtworkType artworkType)  +found(com.omertron.themoviedbapi.enumeration.ArtworkType artworkType)  void -validateResults(ArtworkType expectedType)  +validateResults(com.omertron.themoviedbapi.enumeration.ArtworkType expectedType)  void -validateResults(ArtworkType[] expectedTypes)  +validateResults(com.omertron.themoviedbapi.enumeration.ArtworkType[] expectedTypes)  void -validateResults(ArtworkType expectedType1, - ArtworkType expectedType2)  +validateResults(com.omertron.themoviedbapi.enumeration.ArtworkType expectedType1, + com.omertron.themoviedbapi.enumeration.ArtworkType expectedType2) 
  • @@ -190,41 +190,41 @@ extends +
    • found

      -
      public void found(ArtworkType artworkType)
      +
      public void found(com.omertron.themoviedbapi.enumeration.ArtworkType artworkType)
    - +
    • validateResults

      -
      public void validateResults(ArtworkType expectedType)
      +
      public void validateResults(com.omertron.themoviedbapi.enumeration.ArtworkType expectedType)
    - +
    • validateResults

      -
      public void validateResults(ArtworkType expectedType1,
      -                   ArtworkType expectedType2)
      +
      public void validateResults(com.omertron.themoviedbapi.enumeration.ArtworkType expectedType1,
      +                   com.omertron.themoviedbapi.enumeration.ArtworkType expectedType2)
    - +
    • validateResults

      -
      public void validateResults(ArtworkType[] expectedTypes)
      +
      public void validateResults(com.omertron.themoviedbapi.enumeration.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 91ba5ccab..542e7af7d 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-SNAPSHOT Test API) +CompareTest (API-The MovieDB 4.2 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 84e2c3aae..37f22981f 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-SNAPSHOT Test API) +TestLogger (API-The MovieDB 4.2 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 a5d5cd08b..367504ce0 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-SNAPSHOT Test API) +TestSuite (API-The MovieDB 4.2 Test API) @@ -85,7 +85,7 @@
    @@ -123,79 +123,90 @@ extends static void -test( result, - String message)  +test(com.omertron.themoviedbapi.model.person.ExternalID test)  static void -test( test, - String message)  +test(List<?> result, + String message)  static void -test(ExternalID test)  +test(com.omertron.themoviedbapi.model.media.MediaCreditList test)  static void -test(MediaCreditList test)  +test(com.omertron.themoviedbapi.model.media.MediaState test)  static void -test(MediaState test)  +test(com.omertron.themoviedbapi.model.movie.MovieBasic test)  static void -test(MovieBasic test)  +test(com.omertron.themoviedbapi.model.movie.MovieInfo test)  static void -test(MovieInfo test)  +test(com.omertron.themoviedbapi.model.person.PersonCreditList<?> test, + String message)  static void -test(PersonInfo test)  +test(com.omertron.themoviedbapi.model.person.PersonInfo test)  static void -test(TVBasic test)  +test(com.omertron.themoviedbapi.results.ResultList<?> result, + String message)  static void -test(TVEpisodeInfo test)  +test(com.omertron.themoviedbapi.model.tv.TVBasic test)  static void -test(TVInfo test)  +test(com.omertron.themoviedbapi.model.tv.TVEpisodeInfo test)  static void -test(TVSeasonInfo test)  +test(com.omertron.themoviedbapi.model.tv.TVInfo test)  static void -test(UserList test)  +test(com.omertron.themoviedbapi.model.tv.TVSeasonInfo test)  -static <T extends AppendToResponseMethod> 
    void
    -testATR( test, - Class<T> methodClass, +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, T skip)
    Test the AppendToResponse method
    + +static void +testId(List<? extends com.omertron.themoviedbapi.interfaces.Identification> result, + int id, + String message)  + static void -testId( result, +testId(com.omertron.themoviedbapi.results.ResultList<? extends com.omertron.themoviedbapi.interfaces.Identification> result, int id, - String message)  + String message)  @@ -220,147 +231,168 @@ extends +
    • test

      -
      public static void test( result,
      -        String message)
      +
      public static void test(com.omertron.themoviedbapi.results.ResultList<?> result,
      +        String message)
    - +
    • test

      -
      public static void test(MovieBasic test)
      +
      public static void test(List<?> result,
      +        String message)
    - +
    • test

      -
      public static void test(MovieInfo test)
      +
      public static void test(com.omertron.themoviedbapi.model.movie.MovieBasic test)
    - +
    • test

      -
      public static void test(UserList test)
      +
      public static void test(com.omertron.themoviedbapi.model.movie.MovieInfo test)
    - +
    • test

      -
      public static void test(TVBasic test)
      +
      public static void test(com.omertron.themoviedbapi.model.list.UserList test)
    - +
    • test

      -
      public static void test(TVInfo test)
      +
      public static void test(com.omertron.themoviedbapi.model.tv.TVBasic test)
    - +
    • test

      -
      public static void test(TVEpisodeInfo test)
      +
      public static void test(com.omertron.themoviedbapi.model.tv.TVInfo test)
    - +
    • test

      -
      public static void test(PersonInfo test)
      +
      public static void test(com.omertron.themoviedbapi.model.tv.TVEpisodeInfo test)
    - +
    • test

      -
      public static void test(TVSeasonInfo test)
      +
      public static void test(com.omertron.themoviedbapi.model.person.PersonInfo test)
    - +
    • test

      -
      public static void test(ExternalID test)
      +
      public static void test(com.omertron.themoviedbapi.model.tv.TVSeasonInfo test)
    - +
    • test

      -
      public static void test(MediaCreditList test)
      +
      public static void test(com.omertron.themoviedbapi.model.person.ExternalID test)
    - +
    • test

      -
      public static void test(MediaState test)
      +
      public static void test(com.omertron.themoviedbapi.model.media.MediaCreditList test)
    - +
    • test

      -
      public static void test( test,
      -        String message)
      +
      public static void test(com.omertron.themoviedbapi.model.media.MediaState test)
    - + + + +
      +
    • +

      test

      +
      public static void test(com.omertron.themoviedbapi.model.person.PersonCreditList<?> test,
      +        String message)
      +
    • +
    +
    • testId

      -
      public static void testId( result,
      +
      public static void testId(com.omertron.themoviedbapi.results.ResultList<? extends com.omertron.themoviedbapi.interfaces.Identification> result,
                 int id,
      -          String message)
      + String message)
    - + - + +
      +
    • +

      testId

      +
      public static void testId(List<? extends com.omertron.themoviedbapi.interfaces.Identification> result,
      +          int id,
      +          String message)
      +
    • +
    + + +
    • testATR

      -
      public static <T extends AppendToResponseMethod> void testATR( test,
      -                                              Class<T> methodClass,
      -                                              T skip)
      +
      public static <T extends com.omertron.themoviedbapi.interfaces.AppendToResponseMethod> void testATR(com.omertron.themoviedbapi.interfaces.AppendToResponse<T> test,
      +                                                                                    Class<T> methodClass,
      +                                                                                    T skip)
      Test the AppendToResponse method
      Type Parameters:
      T -
      Parameters:
      test -
      methodClass -
      skip - Any methods to skip
    • @@ -432,6 +464,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 e03cb985b..744f6c163 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.AbstractTests (API-The MovieDB 4.2 Test API) @@ -234,6 +234,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 c2f14ecd2..701a1d31f 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.ArtworkResults (API-The MovieDB 4.2 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 ee0bc13ae..bcdbc6a86 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.CompareTest (API-The MovieDB 4.2 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 135af723f..242848fb4 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.TestID (API-The MovieDB 4.2 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 482d505f3..3a5b74e70 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.TestLogger (API-The MovieDB 4.2 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 d1563d02b..f9143151b 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.TestSuite (API-The MovieDB 4.2 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 1affb8bf7..755c2e634 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-SNAPSHOT Test API) +TmdbAccountTest (API-The MovieDB 4.2 Test API) @@ -85,7 +85,7 @@
    @@ -291,11 +291,10 @@ extends

    testGetAccount

    public void testGetAccount()
    -                    throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getAccountId method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -305,11 +304,10 @@ extends

    testGetUserLists

    public void testGetUserLists()
    -                      throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getUserLists method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -319,11 +317,10 @@ extends

    testGetFavoriteMovies

    public void testGetFavoriteMovies()
    -                           throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getFavoriteMovies method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -333,11 +330,10 @@ extends

    testGetFavoriteTv

    public void testGetFavoriteTv()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getFavoriteTv method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -347,11 +343,10 @@ extends

    testModifyFavoriteStatus

    public void testModifyFavoriteStatus()
    -                              throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of modifyFavoriteStatus method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -361,11 +356,10 @@ extends

    testGetRatedMovies

    public void testGetRatedMovies()
    -                        throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getRatedMovies method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -375,11 +369,10 @@ extends

    testGetRatedTV

    public void testGetRatedTV()
    -                    throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getRatedTV method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -389,11 +382,10 @@ extends

    testGetWatchListMovie

    public void testGetWatchListMovie()
    -                           throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getWatchListMovie method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -403,11 +395,10 @@ extends

    testGetWatchListTV

    public void testGetWatchListTV()
    -                        throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getWatchListTV method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -417,11 +408,10 @@ extends

    testModifyWatchList

    public void testModifyWatchList()
    -                         throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of modifyWatchList method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -431,11 +421,10 @@ extends

    testGetGuestRatedMovies

    public void testGetGuestRatedMovies()
    -                             throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getGuestRatedMovies method, of class TmdbAccount.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -505,6 +494,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 3372e940c..642951b21 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-SNAPSHOT Test API) +TmdbAuthenticationTest (API-The MovieDB 4.2 Test API) @@ -85,7 +85,7 @@
    @@ -237,9 +237,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -249,11 +249,10 @@ extends

    testGetAuthorisationToken

    public void testGetAuthorisationToken()
    -                               throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getAuthorisationToken method, of class TmdbAuthentication.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -263,14 +262,13 @@ extends

    testGetSessionToken

    public void testGetSessionToken()
    -                         throws MovieDbException
    + throws com.omertron.themoviedbapi.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
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -280,11 +278,10 @@ extends

    testGetGuestSessionToken

    public void testGetGuestSessionToken()
    -                              throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getGuestSessionToken method, of class TmdbAuthentication.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -294,11 +291,10 @@ extends

    testGetSessionTokenLogin

    public void testGetSessionTokenLogin()
    -                              throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getSessionTokenLogin method, of class TmdbAuthentication.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -368,6 +364,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 9a3df1a8a..96fb17b13 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-SNAPSHOT Test API) +TmdbCertificationsTest (API-The MovieDB 4.2 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 5a142309b..0a2a2338f 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-SNAPSHOT Test API) +TmdbChangesTest (API-The MovieDB 4.2 Test API) @@ -85,7 +85,7 @@
    @@ -231,9 +231,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -243,10 +243,10 @@ extends

    testGetMovieChangesList

    public void testGetMovieChangesList()
    -                             throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getChangeList(MOVIE) method, of class TmdbChanges.
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -256,10 +256,10 @@ extends

    testGetPersonChangesList

    public void testGetPersonChangesList()
    -                              throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getChangeList(PERSON) method, of class TheMovieDbApi.
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -269,10 +269,10 @@ extends

    testGetTVChangesList

    public void testGetTVChangesList()
    -                          throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getChangeList(TV) method, of class TheMovieDbApi.
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.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 a16ad80f3..035ba7ff2 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-SNAPSHOT Test API) +TmdbCollectionsTest (API-The MovieDB 4.2 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 92855a1c3..7ddd164f6 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-SNAPSHOT Test API) +TmdbCompaniesTest (API-The MovieDB 4.2 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 00b431735..3b491b2eb 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-SNAPSHOT Test API) +TmdbConfigurationTest (API-The MovieDB 4.2 Test API) @@ -85,7 +85,7 @@
    @@ -237,9 +237,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -249,11 +249,10 @@ extends

    testGetConfig

    public void testGetConfig()
    -                   throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getConfig method, of class TmdbConfiguration.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -263,10 +262,10 @@ extends

    testCreateImageUrl

    public void testCreateImageUrl()
    -                        throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of createImageUrl method, of class TheMovieDbApi.
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -276,11 +275,10 @@ extends

    testGetJobs

    public void testGetJobs()
    -                 throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getJobs method, of class TmdbConfiguration.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -290,11 +288,10 @@ extends

    testGetTimezones

    public void testGetTimezones()
    -                      throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getTimezones method, of class TmdbConfiguration.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -364,6 +361,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 a3aa37a98..57420e409 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-SNAPSHOT Test API) +TmdbCreditsTest (API-The MovieDB 4.2 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 f702fcf0b..448c04e95 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-SNAPSHOT Test API) +TmdbDiscoverTest (API-The MovieDB 4.2 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 08b3f0443..4eb282341 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-SNAPSHOT Test API) +TmdbEpisodesTest (API-The MovieDB 4.2 Test API) @@ -85,7 +85,7 @@
    @@ -261,9 +261,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -273,11 +273,10 @@ extends

    testGetEpisodeInfo

    public void testGetEpisodeInfo()
    -                        throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getEpisodeInfo method, of class TmdbEpisodes.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -287,11 +286,10 @@ extends

    testGetEpisodeChanges

    public void testGetEpisodeChanges()
    -                           throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getEpisodeChanges method, of class TmdbEpisodes.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -301,11 +299,10 @@ extends

    testGetEpisodeAccountState

    public void testGetEpisodeAccountState()
    -                                throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getEpisodeAccountState method, of class TmdbEpisodes.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -315,11 +312,10 @@ extends

    testGetEpisodeCredits

    public void testGetEpisodeCredits()
    -                           throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getEpisodeCredits method, of class TmdbEpisodes.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -329,11 +325,10 @@ extends

    testGetEpisodeExternalID

    public void testGetEpisodeExternalID()
    -                              throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getEpisodeExternalID method, of class TmdbEpisodes.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -343,11 +338,10 @@ extends

    testGetEpisodeImages

    public void testGetEpisodeImages()
    -                          throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getEpisodeImages method, of class TmdbEpisodes.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -357,11 +351,10 @@ extends

    testPostEpisodeRating

    public void testPostEpisodeRating()
    -                           throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of postEpisodeRating method, of class TmdbEpisodes.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -371,11 +364,10 @@ extends

    testGetEpisodeVideos

    public void testGetEpisodeVideos()
    -                          throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getEpisodeVideos method, of class TmdbEpisodes.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -445,6 +437,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 53724c5b0..a1e48c64b 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-SNAPSHOT Test API) +TmdbFindTest (API-The MovieDB 4.2 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 d035d0817..dcd88deba 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-SNAPSHOT Test API) +TmdbGenresTest (API-The MovieDB 4.2 Test API) @@ -85,7 +85,7 @@
    @@ -231,9 +231,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -243,11 +243,10 @@ extends

    testGetGenreMovieList

    public void testGetGenreMovieList()
    -                           throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getGenreMovieList method, of class TmdbGenres.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -257,11 +256,10 @@ extends

    testGetGenreTVList

    public void testGetGenreTVList()
    -                        throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getGenreTVList method, of class TmdbGenres.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -271,11 +269,10 @@ extends

    testGetGenreMovies

    public void testGetGenreMovies()
    -                        throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getGenreMovies method, of class TmdbGenres.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -345,6 +342,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 2b88f01e5..b4b58cf77 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-SNAPSHOT Test API) +TmdbKeywordsTest (API-The MovieDB 4.2 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 25b9b3cb4..6d2e72f98 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-SNAPSHOT Test API) +TmdbListsTest (API-The MovieDB 4.2 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 ff9877981..41e771974 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-SNAPSHOT Test API) +TmdbMoviesTest (API-The MovieDB 4.2 Test API) @@ -85,7 +85,7 @@
    @@ -339,9 +339,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -351,11 +351,10 @@ extends

    testAppendToResponse

    public void testAppendToResponse()
    -                          throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of Append_To_Response method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -365,11 +364,10 @@ extends

    testGetMovieInfo

    public void testGetMovieInfo()
    -                      throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getMovieInfo method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -379,11 +377,10 @@ extends

    testGetMovieInfoImdb

    public void testGetMovieInfoImdb()
    -                          throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getMovieInfoImdb method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -393,11 +390,10 @@ extends

    testGetMovieAccountState

    public void testGetMovieAccountState()
    -                              throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getMovieAccountState method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -407,11 +403,10 @@ extends

    testGetMovieAlternativeTitles

    public void testGetMovieAlternativeTitles()
    -                                   throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getMovieAlternativeTitles method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -421,11 +416,10 @@ extends

    testGetMovieCredits

    public void testGetMovieCredits()
    -                         throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getMovieCredits method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -435,11 +429,10 @@ extends

    testGetMovieImages

    public void testGetMovieImages()
    -                        throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getMovieImages method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -449,11 +442,10 @@ extends

    testGetMovieKeywords

    public void testGetMovieKeywords()
    -                          throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getMovieKeywords method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -463,11 +455,10 @@ extends

    testGetMovieReleaseInfo

    public void testGetMovieReleaseInfo()
    -                             throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getMovieReleaseInfo method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -477,11 +468,10 @@ extends

    testGetMovieVideos

    public void testGetMovieVideos()
    -                        throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getMovieVideos method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -491,11 +481,10 @@ extends

    testGetMovieTranslations

    public void testGetMovieTranslations()
    -                              throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getMovieTranslations method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -505,11 +494,10 @@ extends

    testGetSimilarMovies

    public void testGetSimilarMovies()
    -                          throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getSimilarMovies method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -519,11 +507,10 @@ extends

    testGetMovieReviews

    public void testGetMovieReviews()
    -                         throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getMovieReviews method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -533,11 +520,10 @@ extends

    testGetMovieLists

    public void testGetMovieLists()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getMovieLists method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -547,11 +533,10 @@ extends

    testGetMovieChanges

    public void testGetMovieChanges()
    -                         throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getMovieChanges method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -561,11 +546,10 @@ extends

    testPostMovieRating

    public void testPostMovieRating()
    -                         throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of postMovieRating method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -575,11 +559,10 @@ extends

    testGetLatestMovie

    public void testGetLatestMovie()
    -                        throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getLatestMovie method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -589,11 +572,10 @@ extends

    testGetUpcoming

    public void testGetUpcoming()
    -                     throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getUpcoming method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -603,11 +585,10 @@ extends

    testGetNowPlayingMovies

    public void testGetNowPlayingMovies()
    -                             throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getNowPlayingMovies method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -617,11 +598,10 @@ extends

    testGetPopularMovieList

    public void testGetPopularMovieList()
    -                             throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getPopularMovieList method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -631,11 +611,10 @@ extends

    testGetTopRatedMovies

    public void testGetTopRatedMovies()
    -                           throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getTopRatedMovies method, of class TmdbMovies.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -705,6 +684,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 49fd522bb..ea0e46cc8 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-SNAPSHOT Test API) +TmdbNetworksTest (API-The MovieDB 4.2 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 d3b3d97f5..a24b92a03 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-SNAPSHOT Test API) +TmdbPeopleTest (API-The MovieDB 4.2 Test API) @@ -85,7 +85,7 @@
    @@ -279,9 +279,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -291,11 +291,10 @@ extends

    testAppendToResponse

    public void testAppendToResponse()
    -                          throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of Append_To_Response method, of class TmdbPeople.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -305,10 +304,10 @@ extends

    testGetPersonInfo

    public void testGetPersonInfo()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getPersonMovieOldInfo method, of class TheMovieDbApi.
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -318,11 +317,10 @@ extends

    testGetPersonMovieCredits

    public void testGetPersonMovieCredits()
    -                               throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getPersonMovieCredits method, of class TmdbPeople.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -332,11 +330,10 @@ extends

    testGetPersonTVCredits

    public void testGetPersonTVCredits()
    -                            throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getPersonTVCredits method, of class TmdbPeople.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -346,11 +343,10 @@ extends

    testGetPersonCombinedCredits

    public void testGetPersonCombinedCredits()
    -                                  throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getPersonCombinedCredits method, of class TmdbPeople.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -360,11 +356,10 @@ extends

    testGetPersonExternalIds

    public void testGetPersonExternalIds()
    -                              throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getPersonExternalIds method, of class TmdbPeople.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -374,11 +369,10 @@ extends

    testGetPersonImages

    public void testGetPersonImages()
    -                         throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getPersonImages method, of class TmdbPeople.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -388,11 +382,10 @@ extends

    testGetPersonTaggedImages

    public void testGetPersonTaggedImages()
    -                               throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getPersonTaggedImages method, of class TmdbPeople.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -402,11 +395,10 @@ extends

    testGetPersonChanges

    public void testGetPersonChanges()
    -                          throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getPersonChanges method, of class TmdbPeople.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -416,11 +408,10 @@ extends

    testGetPersonPopular

    public void testGetPersonPopular()
    -                          throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getPersonPopular method, of class TmdbPeople.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -430,11 +421,10 @@ extends

    testGetPersonLatest

    public void testGetPersonLatest()
    -                         throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getPersonLatest method, of class TmdbPeople.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -504,6 +494,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 b9b6c1f97..bb9108af2 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-SNAPSHOT Test API) +TmdbReviewsTest (API-The MovieDB 4.2 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 2b7bf63b4..faa77c0f7 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-SNAPSHOT Test API) +TmdbSearchTest (API-The MovieDB 4.2 Test API) @@ -85,7 +85,7 @@
    @@ -261,9 +261,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -273,10 +273,10 @@ extends

    testSearchCompanies

    public void testSearchCompanies()
    -                         throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of searchCompanies method, of class TheMovieDbApi.
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -286,10 +286,10 @@ extends

    testSearchCollection

    public void testSearchCollection()
    -                          throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of searchCollection method, of class TheMovieDbApi.
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -299,10 +299,10 @@ extends

    testSearchKeyword

    public void testSearchKeyword()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of searchKeyword method, of class TheMovieDbApi.
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -312,10 +312,10 @@ extends

    testSearchList

    public void testSearchList()
    -                    throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of searchList method, of class TheMovieDbApi.
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -325,10 +325,10 @@ extends

    testSearchMovie

    public void testSearchMovie()
    -                     throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of searchMovie method, of class TheMovieDbApi.
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -338,11 +338,10 @@ extends

    testSearchMulti

    public void testSearchMulti()
    -                     throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of searchMulti method, of class TmdbSearch.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -352,10 +351,10 @@ extends

    testSearchPeople

    public void testSearchPeople()
    -                      throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of searchPeople method, of class TheMovieDbApi.
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -365,11 +364,10 @@ extends

    testSearchTV

    public void testSearchTV()
    -                  throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of searchTV method, of class TmdbSearch.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -439,6 +437,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 2d2ab7a2b..c719c238f 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-SNAPSHOT Test API) +TmdbSeasonsTest (API-The MovieDB 4.2 Test API) @@ -85,7 +85,7 @@
    @@ -255,9 +255,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -267,11 +267,10 @@ extends

    testGetSeasonInfo

    public void testGetSeasonInfo()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getSeasonInfo method, of class TmdbSeasons.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -281,11 +280,10 @@ extends

    testGetSeasonChanges

    public void testGetSeasonChanges()
    -                          throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getSeasonChanges method, of class TmdbSeasons.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -295,11 +293,10 @@ extends

    testGetSeasonAccountState

    public void testGetSeasonAccountState()
    -                               throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getSeasonAccountState method, of class TmdbSeasons.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -309,11 +306,10 @@ extends

    testGetSeasonCredits

    public void testGetSeasonCredits()
    -                          throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getSeasonCredits method, of class TmdbSeasons.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -323,11 +319,10 @@ extends

    testGetSeasonExternalID

    public void testGetSeasonExternalID()
    -                             throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getSeasonExternalID method, of class TmdbSeasons.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -337,11 +332,10 @@ extends

    testGetSeasonImages

    public void testGetSeasonImages()
    -                         throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getSeasonImages method, of class TmdbSeasons.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -351,11 +345,10 @@ extends

    testGetSeasonVideos

    public void testGetSeasonVideos()
    -                         throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getSeasonVideos method, of class TmdbSeasons.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -425,6 +418,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 99040c5a3..c3b17bbb4 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-SNAPSHOT Test API) +TmdbTVTest (API-The MovieDB 4.2 Test API) @@ -85,7 +85,7 @@
    @@ -328,9 +328,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -340,11 +340,10 @@ extends

    testAppendToResponse

    public void testAppendToResponse()
    -                          throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of Append_To_Response method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -354,11 +353,10 @@ extends

    testGetTVInfo

    public void testGetTVInfo()
    -                   throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getTVInfo method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -368,11 +366,10 @@ extends

    testGetTVAccountState

    public void testGetTVAccountState()
    -                           throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getTVAccountState method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -382,11 +379,10 @@ extends

    testGetTVAlternativeTitles

    public void testGetTVAlternativeTitles()
    -                                throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getTVAlternativeTitles method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -396,11 +392,10 @@ extends

    testGetTVChanges

    public void testGetTVChanges()
    -                      throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getTVChanges method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -410,11 +405,10 @@ extends

    testGetTVContentRatings

    public void testGetTVContentRatings()
    -                             throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getTVContentRatings method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -424,11 +418,10 @@ extends

    testGetTVCredits

    public void testGetTVCredits()
    -                      throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getTVCredits method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -438,11 +431,10 @@ extends

    testGetTVExternalIDs

    public void testGetTVExternalIDs()
    -                          throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getTVExternalIDs method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -452,11 +444,10 @@ extends

    testGetTVImages

    public void testGetTVImages()
    -                     throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getTVImages method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -466,11 +457,10 @@ extends

    testGetTVKeywords

    public void testGetTVKeywords()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getTVKeywords method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -480,11 +470,10 @@ extends

    testPostTVRating

    public void testPostTVRating()
    -                      throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of postTVRating method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -494,11 +483,10 @@ extends

    testGetTVSimilar

    public void testGetTVSimilar()
    -                      throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getTVSimilar method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -508,11 +496,10 @@ extends

    testGetTVTranslations

    public void testGetTVTranslations()
    -                           throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getTVTranslations method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -522,11 +509,10 @@ extends

    testGetTVVideos

    public void testGetTVVideos()
    -                     throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getTVVideos method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -536,11 +522,10 @@ extends

    testGetTVLatest

    public void testGetTVLatest()
    -                     throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getLatestTV method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -550,11 +535,10 @@ extends

    testGetTVOnTheAir

    public void testGetTVOnTheAir()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getTVOnTheAir method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -564,11 +548,10 @@ extends

    testGetTVAiringToday

    public void testGetTVAiringToday()
    -                          throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getTVAiringToday method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -578,11 +561,10 @@ extends

    testGetTVTopRated

    public void testGetTVTopRated()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getTVTopRated method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -592,11 +574,10 @@ extends

    testGetTVPopular

    public void testGetTVPopular()
    -                      throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getTVPopular method, of class TmdbTV.
    Throws:
    -
    com.omertron.themoviedbapi.MovieDbException
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -666,6 +647,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 4dcf77e94..4aa5d4cb8 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbAccountTest (API-The MovieDB 4.2 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 da468ffae..d34a26d75 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbAuthenticationTest (API-The MovieDB 4.2 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 29b359837..88d687fb2 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbCertificationsTest (API-The MovieDB 4.2 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 5f5c8fdec..7a4d7a95a 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbChangesTest (API-The MovieDB 4.2 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 19471dc48..ba7991666 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbCollectionsTest (API-The MovieDB 4.2 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 78bbae0a7..1c5fca3fe 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbCompaniesTest (API-The MovieDB 4.2 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 ab3b54128..609ce4758 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbConfigurationTest (API-The MovieDB 4.2 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 6d9d3b113..5a1116dbd 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbCreditsTest (API-The MovieDB 4.2 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 2ea68c319..ac47d2f00 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbDiscoverTest (API-The MovieDB 4.2 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 562dcf7a2..37b7118b2 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbEpisodesTest (API-The MovieDB 4.2 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 b80d34db1..bbe781a01 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbFindTest (API-The MovieDB 4.2 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 50f352499..4287d835e 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbGenresTest (API-The MovieDB 4.2 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 b499054eb..22c115c3e 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbKeywordsTest (API-The MovieDB 4.2 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 4bde4da5d..881c3f748 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbListsTest (API-The MovieDB 4.2 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 cb969dbf7..7ce93e39f 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbMoviesTest (API-The MovieDB 4.2 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 4bf9793b4..4ec66a0f6 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbNetworksTest (API-The MovieDB 4.2 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 4225d3ada..483cffd28 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbPeopleTest (API-The MovieDB 4.2 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 18ab6c7f0..8f8ea3795 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbReviewsTest (API-The MovieDB 4.2 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 7a574608f..b40b9d75f 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbSearchTest (API-The MovieDB 4.2 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 758f0e621..90b5f0f53 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbSeasonsTest (API-The MovieDB 4.2 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 9da7afaf7..12395d8d9 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.methods.TmdbTVTest (API-The MovieDB 4.2 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 ad6b93da5..2eecc18a0 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-SNAPSHOT Test API) +com.omertron.themoviedbapi.methods (API-The MovieDB 4.2 Test API) diff --git a/testapidocs/com/omertron/themoviedbapi/methods/package-summary.html b/testapidocs/com/omertron/themoviedbapi/methods/package-summary.html index 4c89e1864..1610e9a24 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-SNAPSHOT Test API) +com.omertron.themoviedbapi.methods (API-The MovieDB 4.2 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 5ef72a540..f4f82df30 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-SNAPSHOT Test API) +com.omertron.themoviedbapi.methods Class Hierarchy (API-The MovieDB 4.2 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 fef777078..ab75b08bf 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-SNAPSHOT Test API) +Uses of Package com.omertron.themoviedbapi.methods (API-The MovieDB 4.2 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 55865483a..910fcc11d 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-SNAPSHOT Test API) +com.omertron.themoviedbapi (API-The MovieDB 4.2 Test API) diff --git a/testapidocs/com/omertron/themoviedbapi/package-summary.html b/testapidocs/com/omertron/themoviedbapi/package-summary.html index 56cfd231c..c9597ea76 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-SNAPSHOT Test API) +com.omertron.themoviedbapi (API-The MovieDB 4.2 Test API) @@ -150,6 +150,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 d061ebc50..922881b70 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-SNAPSHOT Test API) +com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 4.2 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 d8f39d5a7..99d886a4d 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-SNAPSHOT Test API) +Uses of Package com.omertron.themoviedbapi (API-The MovieDB 4.2 Test API) @@ -145,6 +145,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 d37ae4e67..44eb56793 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-SNAPSHOT Test API) +ApiUrlTest (API-The MovieDB 4.2 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 58e545af8..deb2af20b 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-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.tools.ApiUrlTest (API-The MovieDB 4.2 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 ab3c5cee7..3cd13a0c7 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-SNAPSHOT Test API) +com.omertron.themoviedbapi.tools (API-The MovieDB 4.2 Test API) diff --git a/testapidocs/com/omertron/themoviedbapi/tools/package-summary.html b/testapidocs/com/omertron/themoviedbapi/tools/package-summary.html index 9911e3205..c254a3042 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-SNAPSHOT Test API) +com.omertron.themoviedbapi.tools (API-The MovieDB 4.2 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 9b203b710..d7866aa2c 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-SNAPSHOT Test API) +com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 4.2 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 eb9fa0f1b..78ba1ccd9 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-SNAPSHOT Test API) +Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 4.2 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 0492a7a1c..e6a701fe3 100644 --- a/testapidocs/constant-values.html +++ b/testapidocs/constant-values.html @@ -2,16 +2,16 @@ - + -Constant Field Values (API-The MovieDB 4.3-SNAPSHOT Test API) +Constant Field Values (API-The MovieDB 4.2 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 a7f03c467..0b7f7f07b 100644 --- a/testapidocs/deprecated-list.html +++ b/testapidocs/deprecated-list.html @@ -2,16 +2,16 @@ - + -Deprecated List (API-The MovieDB 4.3-SNAPSHOT Test API) +Deprecated List (API-The MovieDB 4.2 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 a6a4e0b53..3a986981a 100644 --- a/testapidocs/help-doc.html +++ b/testapidocs/help-doc.html @@ -2,16 +2,16 @@ - + -API Help (API-The MovieDB 4.3-SNAPSHOT Test API) +API Help (API-The MovieDB 4.2 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 0eb9997f1..19570c912 100644 --- a/testapidocs/index-all.html +++ b/testapidocs/index-all.html @@ -2,16 +2,16 @@ - + -Index (API-The MovieDB 4.3-SNAPSHOT Test API) +Index (API-The MovieDB 4.2 Test API) @@ -135,7 +135,7 @@

    F

    -
    found(ArtworkType) - Method in class com.omertron.themoviedbapi.ArtworkResults
    +
    found(ArtworkType) - Method in class com.omertron.themoviedbapi.ArtworkResults
     
    @@ -283,31 +283,33 @@

    T

    -
    test(<any>, String) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(ResultList<?>, String) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(MovieBasic) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(List<?>, String) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(MovieInfo) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(MovieBasic) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(UserList) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(MovieInfo) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(TVBasic) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(UserList) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(TVInfo) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(TVBasic) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(TVEpisodeInfo) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(TVInfo) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(PersonInfo) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(TVEpisodeInfo) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(TVSeasonInfo) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(PersonInfo) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(ExternalID) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(TVSeasonInfo) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(MediaCreditList) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(ExternalID) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(MediaState) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    test(MediaCreditList) - Static method in class com.omertron.themoviedbapi.TestSuite
     
    -
    test(<any>, String) - 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
     
    testAppendToResponse() - Method in class com.omertron.themoviedbapi.methods.TmdbMoviesTest
    @@ -321,7 +323,7 @@
    Test of Append_To_Response method, of class TmdbTV.
    -
    testATR(<any>, Class<T>, T) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    testATR(AppendToResponse<T>, Class<T>, T) - Static method in class com.omertron.themoviedbapi.TestSuite
    Test the AppendToResponse method
    @@ -737,7 +739,9 @@
     
    TestID(String, String, int, String) - Constructor for class com.omertron.themoviedbapi.TestID
     
    -
    testId(<any>, int, String) - Static method in class com.omertron.themoviedbapi.TestSuite
    +
    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() - Method in class com.omertron.themoviedbapi.tools.ApiUrlTest
     
    @@ -909,11 +913,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  @@ -962,6 +966,6 @@ -

    Copyright © 2012–2016. All rights reserved.

    +

    Copyright © 2012-2016. All Rights Reserved.

    diff --git a/testapidocs/index.html b/testapidocs/index.html index a3cb74cd1..c706d9b52 100644 --- a/testapidocs/index.html +++ b/testapidocs/index.html @@ -2,9 +2,9 @@ - + -API-The MovieDB 4.3-SNAPSHOT Test API +API-The MovieDB 4.2 Test API @@ -64,7 +64,7 @@
    -

    API-The MovieDB 4.3-SNAPSHOT Test API

    +

    API-The MovieDB 4.2 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 259fa4b50..3e9841388 100644 --- a/testapidocs/overview-tree.html +++ b/testapidocs/overview-tree.html @@ -2,16 +2,16 @@ - + -Class Hierarchy (API-The MovieDB 4.3-SNAPSHOT Test API) +Class Hierarchy (API-The MovieDB 4.2 Test API) @@ -75,7 +75,7 @@

    Class Hierarchy

    -

    Copyright © 2012–2016. All rights reserved.

    +

    Copyright © 2012-2016. All Rights Reserved.