diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 8e48b8107..b2fc620bd 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + -All Classes (API-The MovieDB 4.1-SNAPSHOT API) - +All Classes (API-The MovieDB 4.1 API) + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 1554e19e0..597d10df0 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + -All Classes (API-The MovieDB 4.1-SNAPSHOT API) - +All Classes (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/AppendToResponseBuilder.html b/apidocs/com/omertron/themoviedbapi/AppendToResponseBuilder.html index 6c82517cd..f669e098f 100644 --- a/apidocs/com/omertron/themoviedbapi/AppendToResponseBuilder.html +++ b/apidocs/com/omertron/themoviedbapi/AppendToResponseBuilder.html @@ -2,16 +2,16 @@ - + -AppendToResponseBuilder (API-The MovieDB 4.1-SNAPSHOT API) - +AppendToResponseBuilder (API-The MovieDB 4.1 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–2015. 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 7752051b6..4c4985996 100644 --- a/apidocs/com/omertron/themoviedbapi/Compare.html +++ b/apidocs/com/omertron/themoviedbapi/Compare.html @@ -2,16 +2,16 @@ - + -Compare (API-The MovieDB 4.1-SNAPSHOT API) - +Compare (API-The MovieDB 4.1 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–2015. 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 6d43cb8e0..3e93b640b 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.html @@ -2,16 +2,16 @@ - + -MovieDbException (API-The MovieDB 4.1-SNAPSHOT API) - +MovieDbException (API-The MovieDB 4.1 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–2015. 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 ee190337d..9c0c60f97 100644 --- a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html @@ -2,16 +2,16 @@ - + -TheMovieDbApi (API-The MovieDB 4.1-SNAPSHOT API) - +TheMovieDbApi (API-The MovieDB 4.1 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–2015. 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 cb3c18994..e33b3cbcd 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.AppendToResponseBuilder (API-The MovieDB 4.1 API) + @@ -154,6 +154,6 @@
  • -

    Copyright © 2012–2015. 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 56be33ef3..8e184b7eb 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.Compare (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
  • -

    Copyright © 2012–2015. 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 a085e3f33..fbf93ddac 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 4.1 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.
    @@ -1105,23 +1105,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.
    @@ -1135,8 +1135,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.
    @@ -1149,8 +1149,8 @@ CreditInfo -TmdbCredits.getCreditInfo(String creditId, - String language) +TmdbCredits.getCreditInfo(String creditId, + String language)
    Get the detailed information about a particular credit record.
    @@ -1171,7 +1171,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.
    @@ -1179,8 +1179,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
    @@ -1197,7 +1197,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.
    @@ -1216,8 +1216,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.
    @@ -1227,52 +1227,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.
    @@ -1291,15 +1291,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.
    @@ -1317,22 +1317,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.
    @@ -1340,7 +1340,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.
    @@ -1348,8 +1348,8 @@ ResultList<ChangeKeyItem> TmdbMovies.getMovieChanges(int movieId, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific movie ID.
    @@ -1362,7 +1362,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.
    @@ -1370,16 +1370,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.
    @@ -1393,15 +1393,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.
    @@ -1409,13 +1409,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.
    @@ -1430,7 +1430,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.
    @@ -1443,23 +1443,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.
    @@ -1478,7 +1478,7 @@ PersonInfo TmdbPeople.getPersonInfo(int personId, - String... appendToResponse) + String... appendToResponse)
    Get the general person information for a specific id.
    @@ -1491,76 +1491,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.
    @@ -1575,7 +1575,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.
    @@ -1583,8 +1583,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.
    @@ -1592,8 +1592,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.
    @@ -1601,7 +1601,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...)
    @@ -1614,30 +1614,30 @@ 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.
    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.
    @@ -1645,16 +1645,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.
    @@ -1665,7 +1665,7 @@ -ResultsMap<String,List<Certification>> +ResultsMap<String,List<Certification>> TmdbCertifications.getTvCertification()
    Get a list of tv certification.
    @@ -1673,8 +1673,8 @@ ResultList<ChangeKeyItem> TmdbTV.getTVChanges(int tvID, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific TV show id.
    @@ -1687,30 +1687,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.
    @@ -1722,30 +1722,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.
    @@ -1758,54 +1758,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, @@ -1815,10 +1815,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.
    @@ -1829,8 +1829,8 @@ int seasonNumber, int episodeNumber, int rating, - String sessionID, - String guestSessionID)
    + String sessionID, + String guestSessionID)
    This method lets users rate a TV episode.
    @@ -1838,8 +1838,8 @@ StatusCode TmdbMovies.postMovieRating(int movieId, int rating, - String sessionId, - String guestSessionId) + String sessionId, + String guestSessionId)
    This method lets users rate a movie.
    @@ -1847,101 +1847,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.
    @@ -1961,9 +1961,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
    @@ -1982,25 +1982,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
    @@ -2056,6 +2056,6 @@
  • -

    Copyright © 2012–2015. 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 3a4ba8ac4..27b532a72 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
    -

    Copyright © 2012–2015. 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 984701e13..0f788dd06 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.1-SNAPSHOT API) - +ArtworkType (API-The MovieDB 4.1 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–2015. 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 fd0549f24..cd4837b42 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.1-SNAPSHOT API) - +CreditType (API-The MovieDB 4.1 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–2015. 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 19e32f091..21ebb1970 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.1-SNAPSHOT API) - +ExternalSource (API-The MovieDB 4.1 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–2015. 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 d5b318ee0..d0c9e49d5 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.1-SNAPSHOT API) - +MediaType (API-The MovieDB 4.1 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–2015. 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 1135ac278..ec5641a5e 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.1-SNAPSHOT API) - +MovieMethod (API-The MovieDB 4.1 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–2015. 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 755af1f6f..cb772881d 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.1-SNAPSHOT API) - +PeopleMethod (API-The MovieDB 4.1 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–2015. 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 4697d8a35..9a7254d4e 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.1-SNAPSHOT API) - +SearchType (API-The MovieDB 4.1 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–2015. 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 1bb7fad7a..3723f8bcc 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.1-SNAPSHOT API) - +SortBy (API-The MovieDB 4.1 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–2015. 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 679faf8fd..4e8737a31 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.1-SNAPSHOT API) - +TVEpisodeMethod (API-The MovieDB 4.1 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–2015. 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 545095d9c..b6d31899f 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.1-SNAPSHOT API) - +TVMethod (API-The MovieDB 4.1 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–2015. 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 d4cf63810..5ddecddfe 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.1-SNAPSHOT API) - +TVSeasonMethod (API-The MovieDB 4.1 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–2015. 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 00b529262..8c99434a4 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.enumeration.ArtworkType (API-The MovieDB 4.1 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–2015. 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 029829748..ec8caee9e 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.enumeration.CreditType (API-The MovieDB 4.1 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–2015. 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 40031f9ec..29e10b681 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.enumeration.ExternalSource (API-The MovieDB 4.1 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–2015. 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 43c03b4b1..de72e4a0d 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.enumeration.MediaType (API-The MovieDB 4.1 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–2015. 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 b1bd7fb6d..a1496b239 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.enumeration.MovieMethod (API-The MovieDB 4.1 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–2015. 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 9b99f2405..6b965cbf1 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.enumeration.PeopleMethod (API-The MovieDB 4.1 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–2015. 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 5b3d28b07..8dd1ca452 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.enumeration.SearchType (API-The MovieDB 4.1 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–2015. 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 61c91d91d..3a7058848 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.enumeration.SortBy (API-The MovieDB 4.1 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–2015. 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 7fe7d8b65..aab6e1451 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.enumeration.TVEpisodeMethod (API-The MovieDB 4.1 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–2015. 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 94e61ef8f..b438c61b7 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.enumeration.TVMethod (API-The MovieDB 4.1 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–2015. 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 4508e4de2..beb8c6070 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.enumeration.TVSeasonMethod (API-The MovieDB 4.1 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–2015. 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 61dc48ea5..ae64c1acf 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html index 85afc4bfc..51bc39c8b 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.1 API) + @@ -184,6 +184,6 @@ -

    Copyright © 2012–2015. 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 15201b53a..bace17a09 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.enumeration Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,21 +73,21 @@

    Enum Hierarchy

    -

    Copyright © 2012–2015. 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 f043ac15e..edcdbdf86 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.1 API) + @@ -433,6 +433,6 @@ -

    Copyright © 2012–2015. 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 456a6e85e..7e7997333 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.1-SNAPSHOT API) - +AppendToResponse (API-The MovieDB 4.1 API) + @@ -213,6 +213,6 @@ -

    Copyright © 2012–2015. 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 f8a4f7954..8f1409b71 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.1-SNAPSHOT API) - +AppendToResponseMethod (API-The MovieDB 4.1 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–2015. 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 a622ea8c4..1df37c884 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.1-SNAPSHOT API) - +Identification (API-The MovieDB 4.1 API) + @@ -220,6 +220,6 @@ -

    Copyright © 2012–2015. 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 73863a0cb..3a314b279 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.1-SNAPSHOT API) - +WrapperDates (API-The MovieDB 4.1 API) + @@ -220,6 +220,6 @@ -

    Copyright © 2012–2015. 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 ce2703e31..aaf2690df 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.1-SNAPSHOT API) - +WrapperPages (API-The MovieDB 4.1 API) + @@ -272,6 +272,6 @@ -

    Copyright © 2012–2015. 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 580014955..4ecde604e 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.1-SNAPSHOT API) - +Uses of Interface com.omertron.themoviedbapi.interfaces.AppendToResponse (API-The MovieDB 4.1 API) + @@ -210,6 +210,6 @@ -

    Copyright © 2012–2015. 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 3793ecb19..b0728f7c3 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.1-SNAPSHOT API) - +Uses of Interface com.omertron.themoviedbapi.interfaces.AppendToResponseMethod (API-The MovieDB 4.1 API) + @@ -239,6 +239,6 @@ -

    Copyright © 2012–2015. 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 28158d981..1e1e4a2ef 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.1-SNAPSHOT API) - +Uses of Interface com.omertron.themoviedbapi.interfaces.Identification (API-The MovieDB 4.1 API) + @@ -564,6 +564,6 @@ -

    Copyright © 2012–2015. 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 62e5e9b20..b9743e0af 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.1-SNAPSHOT API) - +Uses of Interface com.omertron.themoviedbapi.interfaces.WrapperDates (API-The MovieDB 4.1 API) + @@ -168,6 +168,6 @@ -

    Copyright © 2012–2015. 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 75b254e93..beaff8924 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.1-SNAPSHOT API) - +Uses of Interface com.omertron.themoviedbapi.interfaces.WrapperPages (API-The MovieDB 4.1 API) + @@ -192,6 +192,6 @@ -

    Copyright © 2012–2015. 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 4310e2bb4..a3e5299e5 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.interfaces (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.interfaces (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/package-summary.html b/apidocs/com/omertron/themoviedbapi/interfaces/package-summary.html index 9a3895fb6..36aa14994 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.interfaces (API-The MovieDB 4.1 API) + @@ -148,6 +148,6 @@ -

    Copyright © 2012–2015. 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 d7ccbcae0..f03ee728a 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.interfaces Class Hierarchy (API-The MovieDB 4.1 API) + @@ -125,6 +125,6 @@ -

    Copyright © 2012–2015. 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 d619c47b3..0648f5d73 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.interfaces (API-The MovieDB 4.1 API) + @@ -432,6 +432,6 @@ -

    Copyright © 2012–2015. 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 ebd43eafa..9af1cd7dd 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.1-SNAPSHOT API) - +AbstractMethod (API-The MovieDB 4.1 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–2015. 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 a44b9dfb8..dd6e0ee2b 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.1-SNAPSHOT API) - +TmdbAccount (API-The MovieDB 4.1 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–2015. 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 fe914fa18..d7b08fffd 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.1-SNAPSHOT API) - +TmdbAuthentication (API-The MovieDB 4.1 API) + @@ -85,7 +85,7 @@
  • @@ -221,7 +221,7 @@ extends
  • TmdbAuthentication

    -
    public TmdbAuthentication(String apiKey,
    +
    public TmdbAuthentication(String apiKey,
                       HttpTools httpTools)
    Constructor
    Parameters:
    apiKey -
    httpTools -
    @@ -279,8 +279,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–2015. 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 918e21d27..0c8f9fa4a 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.1-SNAPSHOT API) - +TmdbChanges (API-The MovieDB 4.1 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–2015. 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 4027b4f2c..92982e9ea 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.1-SNAPSHOT API) - +TmdbCredits (API-The MovieDB 4.1 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–2015. 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 ac78d1991..794ef5343 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.1-SNAPSHOT API) - +TmdbFind (API-The MovieDB 4.1 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–2015. 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 fc56aa09a..7d7f53169 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.1-SNAPSHOT API) - +TmdbLists (API-The MovieDB 4.1 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–2015. 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 ef886a361..70846dffa 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.1-SNAPSHOT API) - +TmdbSearch (API-The MovieDB 4.1 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–2015. 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 d2dcccf31..f83c80b34 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.1-SNAPSHOT API) - +TmdbTV (API-The MovieDB 4.1 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–2015. 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 91971b2a4..e3912f2aa 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbAccount (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
  • -

    Copyright © 2012–2015. 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 9cb8958e2..e1044fcd9 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbAuthentication (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
  • -

    Copyright © 2012–2015. 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 2225e6aa5..d86576fad 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbCertifications (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
  • -

    Copyright © 2012–2015. 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 734ac3e7f..64679525f 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbChanges (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
  • -

    Copyright © 2012–2015. 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 f8d3edeb4..580343885 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbCollections (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
  • -

    Copyright © 2012–2015. 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 6ced200e7..8ce380768 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbCompanies (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
  • -

    Copyright © 2012–2015. 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 5f94b21cb..c963ade24 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbConfiguration (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
    -

    Copyright © 2012–2015. 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 c2bdf946d..36c5bfc38 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbCredits (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
    -

    Copyright © 2012–2015. 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 b8cd73918..d3cf2cd0d 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbDiscover (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
    -

    Copyright © 2012–2015. 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 6d0c5f14f..68fc9873d 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbEpisodes (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
  • -

    Copyright © 2012–2015. 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 f198c64d8..2103f1bda 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbFind (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
  • -

    Copyright © 2012–2015. 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 2a18726c1..a115696a4 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbGenres (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
  • -

    Copyright © 2012–2015. 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 68199fa02..f025bf2a3 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbKeywords (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
  • -

    Copyright © 2012–2015. 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 38c8137ad..aa0456d59 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbLists (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
  • -

    Copyright © 2012–2015. 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 2db3eeaa6..4e68fad1f 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbMovies (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
  • -

    Copyright © 2012–2015. 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 fe2f23623..518a3d631 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbNetworks (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
  • -

    Copyright © 2012–2015. 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 b54fe81bd..d6a20c086 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbPeople (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
  • -

    Copyright © 2012–2015. 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 3301f8317..f66174f4e 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbReviews (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
  • -

    Copyright © 2012–2015. 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 a139bdb0e..9576b3149 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbSearch (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
  • -

    Copyright © 2012–2015. 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 ab2ded714..f927018c9 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbSeasons (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
  • -

    Copyright © 2012–2015. 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 6e6a4ad47..f46293b8d 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbTV (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@
  • -

    Copyright © 2012–2015. 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 33653411e..4eab5aab1 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/methods/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.methods (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.methods (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-summary.html b/apidocs/com/omertron/themoviedbapi/methods/package-summary.html index 0f6561757..2bf820494 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.methods (API-The MovieDB 4.1 API) + @@ -258,6 +258,6 @@
  • -

    Copyright © 2012–2015. 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 ecc9c7090..1f7efa3b9 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.methods Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,7 +73,7 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 3fcac8264..6358b5d13 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.methods (API-The MovieDB 4.1 API) + @@ -147,6 +147,6 @@ -

    Copyright © 2012–2015. 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 40a3e9eb5..e7b26e3b0 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.1-SNAPSHOT API) - +AbstractIdName (API-The MovieDB 4.1 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–2015. 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 6e078c01d..0c2304614 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.1-SNAPSHOT API) - +AbstractJsonMapping (API-The MovieDB 4.1 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–2015. 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 5f5c4bd70..52c4f9597 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.1-SNAPSHOT API) - +Certification (API-The MovieDB 4.1 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–2015. 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 02f70ef45..ccd763b8a 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.1-SNAPSHOT API) - +FindResults (API-The MovieDB 4.1 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–2015. 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 db591d372..ff300b422 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.1-SNAPSHOT API) - +Genre (API-The MovieDB 4.1 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–2015. 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 cee417ad3..c7fb62d91 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.1-SNAPSHOT API) - +StatusCode (API-The MovieDB 4.1 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–2015. 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 77611d1a4..a57a7b748 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.1-SNAPSHOT API) - +Account (API-The MovieDB 4.1 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–2015. 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 aa423af29..60ae47164 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.1-SNAPSHOT API) - +Avatar (API-The MovieDB 4.1 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–2015. 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 1ad5eb9f2..e6582476c 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.account.Account (API-The MovieDB 4.1 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–2015. 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 b3eb8dea2..dbe3f2075 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.account.Avatar (API-The MovieDB 4.1 API) + @@ -165,6 +165,6 @@ -

    Copyright © 2012–2015. 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 e5dda5644..19305ce5f 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.account.AvatarHash (API-The MovieDB 4.1 API) + @@ -152,6 +152,6 @@ -

    Copyright © 2012–2015. 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 cb5327e0a..bb5665945 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.model.account (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.account (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html index 34270aff6..13e021834 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.account (API-The MovieDB 4.1 API) + @@ -138,6 +138,6 @@ -

    Copyright © 2012–2015. 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 e9ff91bc3..affb78a36 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.account Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,9 +73,9 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 76bb02dab..813ad20a1 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.model.account (API-The MovieDB 4.1 API) + @@ -186,6 +186,6 @@ -

    Copyright © 2012–2015. 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 404f385ec..6fb050aed 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.1-SNAPSHOT API) - +Artwork (API-The MovieDB 4.1 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–2015. 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 52e044af2..101e9fc3d 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.1-SNAPSHOT API) - +ArtworkMedia (API-The MovieDB 4.1 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–2015. 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 c20197b4b..8efdc9eb7 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.artwork.Artwork (API-The MovieDB 4.1 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–2015. 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 ffb51eaad..5fcaa4e91 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.artwork.ArtworkMedia (API-The MovieDB 4.1 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–2015. 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 610f219f5..86c53c0ae 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html index dce77cb88..3f68844f0 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.1 API) + @@ -136,6 +136,6 @@ -

    Copyright © 2012–2015. 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 39210ed25..2f7da6459 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.artwork Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,13 +73,13 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 26604829f..e943bbf37 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.1 API) + @@ -282,6 +282,6 @@ -

    Copyright © 2012–2015. 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 49cc8407b..1d3a61812 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.1-SNAPSHOT API) - +TokenAuthorisation (API-The MovieDB 4.1 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–2015. 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 26c77cf36..58da8b155 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.1-SNAPSHOT API) - +TokenSession (API-The MovieDB 4.1 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–2015. 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 773bedca4..4083fe7c3 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.authentication.TokenAuthorisation (API-The MovieDB 4.1 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.
    @@ -164,8 +164,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.
    @@ -187,8 +187,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.
    @@ -244,6 +244,6 @@
    -

    Copyright © 2012–2015. 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 aeaa41488..0cf9ec2e5 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.authentication.TokenSession (API-The MovieDB 4.1 API) + @@ -191,6 +191,6 @@ -

    Copyright © 2012–2015. 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 14fe90786..09d27e26b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html index 0040eca89..cd93fba30 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.1 API) + @@ -134,6 +134,6 @@ -

    Copyright © 2012–2015. 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 ec4384dee..83641dce1 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.authentication Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,12 +73,12 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 28261dc6e..b86963bab 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.1 API) + @@ -170,6 +170,6 @@ -

    Copyright © 2012–2015. 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 6205b752a..f536f2d02 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.1-SNAPSHOT API) - +ChangeKeyItem (API-The MovieDB 4.1 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–2015. 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 e14a06f07..5eea590d8 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.1-SNAPSHOT API) - +ChangeListItem (API-The MovieDB 4.1 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–2015. 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 e24090213..45341a307 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.change.ChangeKeyItem (API-The MovieDB 4.1 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–2015. 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 77ba3969d..b3347cdc4 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.change.ChangeListItem (API-The MovieDB 4.1 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–2015. 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 539d0a445..a39b21c22 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.change.ChangedItem (API-The MovieDB 4.1 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–2015. 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 9d61f1615..eba7c0c10 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.model.change (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.change (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html index f4d61a54d..376f6ec21 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.change (API-The MovieDB 4.1 API) + @@ -138,6 +138,6 @@ -

    Copyright © 2012–2015. 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 6f05b5dcc..bc6499de7 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.change Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,13 +73,13 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 c80d88df2..a4b60c8b9 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.model.change (API-The MovieDB 4.1 API) + @@ -265,6 +265,6 @@ -

    Copyright © 2012–2015. 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 eef5f5558..572d1222c 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.AbstractIdName (API-The MovieDB 4.1 API) + @@ -272,6 +272,6 @@ -

    Copyright © 2012–2015. 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 357b27590..8c2ca12e8 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 4.1 API) + @@ -816,6 +816,6 @@ -

    Copyright © 2012–2015. 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 41a36a096..fc2a93db6 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.Certification (API-The MovieDB 4.1 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–2015. 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 6e3d44c7f..10ceae553 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.FindResults (API-The MovieDB 4.1 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–2015. 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 8aa7b50ae..b8b8e7b07 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 4.1 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–2015. 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 e969fb733..00c45fdd8 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 4.1 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–2015. 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 552b90d19..21c8a8410 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 4.1 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–2015. 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 96770d086..ae904561c 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.1-SNAPSHOT API) - +Collection (API-The MovieDB 4.1 API) + @@ -85,7 +85,7 @@
    @@ -277,7 +277,7 @@ implements
  • getPosterPath

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

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

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

    -
    public String getName()
    +
    public String getName()
  • @@ -313,7 +313,7 @@ implements
  • setBackdropPath

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

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

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

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

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

    -
    public boolean equals(Object obj)
    +
    public boolean equals(Object obj)
    Overrides:
    -
    equals in class Object
    +
    equals in class Object
  • @@ -387,7 +387,7 @@ implements hashCode
     in class Object +
    hashCode in class Object
    @@ -458,6 +458,6 @@ implements Copyright © 2012–2015. 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 6bb63f8be..6c1a3cb8a 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.1-SNAPSHOT API) - +CollectionInfo (API-The MovieDB 4.1 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–2015. 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 37f9f3e24..d0863e138 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.collection.Collection (API-The MovieDB 4.1 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–2015. 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 e8393f672..f594858e7 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.collection.CollectionInfo (API-The MovieDB 4.1 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–2015. 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 a7676b213..9bd4ce9f5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html index cf261152d..f347d8785 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.1 API) + @@ -134,6 +134,6 @@ -

    Copyright © 2012–2015. 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 0eb051306..e2d63fcdb 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.collection Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,12 +73,12 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 1a1b30c73..c32157f39 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.1 API) + @@ -208,6 +208,6 @@ -

    Copyright © 2012–2015. 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 5765296cd..6146a30fb 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.1-SNAPSHOT API) - +Company (API-The MovieDB 4.1 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–2015. 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 667fb763b..f507392ee 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.company.Company (API-The MovieDB 4.1 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–2015. 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 29103cc09..c8a1cc151 100644 --- a/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.model.company (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.company (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html index ca9b3a05d..475aedbed 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.company (API-The MovieDB 4.1 API) + @@ -132,6 +132,6 @@ -

    Copyright © 2012–2015. 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 0ebf9d792..598da6cc2 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.company Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,11 +73,11 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 e236b58dc..bcf9996df 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.model.company (API-The MovieDB 4.1 API) + @@ -189,6 +189,6 @@ -

    Copyright © 2012–2015. 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 21eb068c1..55153a42c 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.1-SNAPSHOT API) - +Configuration (API-The MovieDB 4.1 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–2015. 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 6002a7152..1a313c436 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.1-SNAPSHOT API) - +JobDepartment (API-The MovieDB 4.1 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–2015. 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 3690afd32..f398b1f45 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.config.Configuration (API-The MovieDB 4.1 API) + @@ -238,6 +238,6 @@
    -

    Copyright © 2012–2015. 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 303c12f60..5467bd32d 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.config.JobDepartment (API-The MovieDB 4.1 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–2015. 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 550ac19d9..e12d74195 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.model.config (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.config (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html index 4d31f2745..a34c31b93 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.config (API-The MovieDB 4.1 API) + @@ -134,6 +134,6 @@ -

    Copyright © 2012–2015. 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 97b11d306..61c40c7b9 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.config Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,12 +73,12 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 cc8b4802c..287f0671e 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.model.config (API-The MovieDB 4.1 API) + @@ -211,6 +211,6 @@ -

    Copyright © 2012–2015. 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 9c8b7f822..076779fb0 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.1-SNAPSHOT API) - +CreditBasic (API-The MovieDB 4.1 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–2015. 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 5e10cd994..46d0440bb 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.1-SNAPSHOT API) - +CreditMovieBasic (API-The MovieDB 4.1 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–2015. 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 77f2eb661..3589411de 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.1-SNAPSHOT API) - +CreditTVBasic (API-The MovieDB 4.1 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–2015. 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 07e0b474d..6666b1924 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.1-SNAPSHOT API) - +MediaCredit (API-The MovieDB 4.1 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–2015. 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 0f34be219..edb3f4e15 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.1-SNAPSHOT API) - +MediaCreditCast (API-The MovieDB 4.1 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–2015. 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 8647aee8e..a16bc3de4 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.1-SNAPSHOT API) - +MediaCreditCrew (API-The MovieDB 4.1 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–2015. 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 f5ba58a94..d076202bf 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.credits.CreditBasic (API-The MovieDB 4.1 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–2015. 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 915c521cc..6a922bbe7 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.credits.CreditMovieBasic (API-The MovieDB 4.1 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–2015. 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 16b7a2f2e..ce296842c 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.credits.CreditTVBasic (API-The MovieDB 4.1 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–2015. 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 ae598998d..60c1ee60c 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.credits.MediaCredit (API-The MovieDB 4.1 API) + @@ -156,6 +156,6 @@ -

    Copyright © 2012–2015. 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 1a3e68d01..a5384a1e8 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.credits.MediaCreditCast (API-The MovieDB 4.1 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–2015. 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 3957faa95..4c2a967e8 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.credits.MediaCreditCrew (API-The MovieDB 4.1 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–2015. 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 06ad5340d..a84c12640 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/credits/package-summary.html index 810e36cfb..4b5156c1e 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.1 API) + @@ -150,6 +150,6 @@ -

    Copyright © 2012–2015. 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 af7237902..c362b198e 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.credits Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,20 +73,20 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 65acc40fe..232f288bd 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.1 API) + @@ -289,6 +289,6 @@ -

    Copyright © 2012–2015. 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 ee3ab3eff..4a8a003ba 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.1-SNAPSHOT API) - +Discover (API-The MovieDB 4.1 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–2015. 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 29d1af797..72574d96c 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.discover.Discover (API-The MovieDB 4.1 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–2015. 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 ae694b8a5..b480b267e 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.discover.WithBuilder (API-The MovieDB 4.1 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–2015. 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 42353ce4d..a85e4462d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html index 275b98271..fca6ae66d 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.1 API) + @@ -140,6 +140,6 @@ -

    Copyright © 2012–2015. 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 b14435b67..10fb6f4aa 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.discover Class Hierarchy (API-The MovieDB 4.1 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–2015. 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 9a5663b01..513d708b3 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.1 API) + @@ -200,6 +200,6 @@ -

    Copyright © 2012–2015. 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 efebe1508..3bc31beb6 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.1-SNAPSHOT API) - +Keyword (API-The MovieDB 4.1 API) + @@ -85,7 +85,7 @@
    @@ -257,6 +257,6 @@ implements Copyright © 2012–2015. 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 f0908e5e1..c5d7af824 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.keyword.Keyword (API-The MovieDB 4.1 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–2015. 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 40094eafc..bc46bfb00 100644 --- a/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html index 1c6d79ad3..b9728e991 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.1 API) + @@ -130,6 +130,6 @@ -

    Copyright © 2012–2015. 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 f584fa1ff..2fa627a6a 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.keyword Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,13 +73,13 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 7fda40726..1d116000b 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.1 API) + @@ -221,6 +221,6 @@ -

    Copyright © 2012–2015. 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 933befafe..c8bf4a8db 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.1-SNAPSHOT API) - +ListItem (API-The MovieDB 4.1 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–2015. 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 7911fa194..9adf14237 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.1-SNAPSHOT API) - +ListItemStatus (API-The MovieDB 4.1 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–2015. 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 697c2999b..a2a77596e 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.1-SNAPSHOT API) - +ListStatusCode (API-The MovieDB 4.1 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–2015. 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 c6b710e83..70773c2d0 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.1-SNAPSHOT API) - +UserList (API-The MovieDB 4.1 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–2015. 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 7648055c6..4a5d42d9a 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.list.ListItem (API-The MovieDB 4.1 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–2015. 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 4605f6a30..2494f5dbd 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.list.ListItemStatus (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 58ed3d4fe..bb9e32828 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.list.ListStatusCode (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 44d9446dc..b1bb833b3 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.list.UserList (API-The MovieDB 4.1 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–2015. 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 83644266e..86d1460e0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.model.list (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.list (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html index 90cda0b1a..29200d118 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.list (API-The MovieDB 4.1 API) + @@ -146,6 +146,6 @@ -

    Copyright © 2012–2015. 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 7780a74d8..4e9d54c6c 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.list Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,18 +73,18 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 a18a3fcba..0ba02c7be 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.model.list (API-The MovieDB 4.1 API) + @@ -199,6 +199,6 @@ -

    Copyright © 2012–2015. 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 7bab589d0..77033764b 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.1-SNAPSHOT API) - +AlternativeTitle (API-The MovieDB 4.1 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–2015. 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 afc795d66..3ea8abd5f 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.1-SNAPSHOT API) - +MediaBasic (API-The MovieDB 4.1 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–2015. 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 a37727017..2f1b5d10b 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.1-SNAPSHOT API) - +MediaCreditList (API-The MovieDB 4.1 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–2015. 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 98da9de09..4158da1e9 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.1-SNAPSHOT API) - +MediaState (API-The MovieDB 4.1 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–2015. 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 ed408cc27..be008a871 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.1-SNAPSHOT API) - +Translation (API-The MovieDB 4.1 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–2015. 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 c800bce0d..f18fb3478 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.1-SNAPSHOT API) - +Video (API-The MovieDB 4.1 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–2015. 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 03f128056..b24e99b0a 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.media.AlternativeTitle (API-The MovieDB 4.1 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–2015. 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 a9479764b..d67e26f32 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.media.MediaBasic (API-The MovieDB 4.1 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–2015. 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 114247d52..c19507f6f 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.media.MediaCreditList (API-The MovieDB 4.1 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–2015. 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 bed56fe71..4b1646eff 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.media.MediaState (API-The MovieDB 4.1 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–2015. 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 d15c8852b..7de4c74c4 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.media.RatedValue (API-The MovieDB 4.1 API) + @@ -152,6 +152,6 @@ -

    Copyright © 2012–2015. 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 8c1dd65f6..399a22513 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.media.Trailer (API-The MovieDB 4.1 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–2015. 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 b36bfc576..d4c5454a1 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.media.Translation (API-The MovieDB 4.1 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–2015. 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 b432772fa..4c7c9d26d 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.media.Video (API-The MovieDB 4.1 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–2015. 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 5e7c5d9c4..989ee119a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.model.media (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.media (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html index 8c3699cdd..70720c34b 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.media (API-The MovieDB 4.1 API) + @@ -164,6 +164,6 @@ -

    Copyright © 2012–2015. 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 14788233e..8aa9db3fd 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.media Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,20 +73,20 @@

    Class Hierarchy

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

    Copyright © 2012–2015. 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 9f03d3169..6cd993a3c 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.model.media (API-The MovieDB 4.1 API) + @@ -370,6 +370,6 @@ -

    Copyright © 2012–2015. 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 2194469cd..d2c98eaad 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.1-SNAPSHOT API) - +MovieBasic (API-The MovieDB 4.1 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–2015. 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 4d387da4f..2d1dcbc2c 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.1-SNAPSHOT API) - +MovieInfo (API-The MovieDB 4.1 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–2015. 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 094dad34d..16b1ba07f 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.1-SNAPSHOT API) - +ProductionCompany (API-The MovieDB 4.1 API) + @@ -85,7 +85,7 @@
    @@ -257,6 +257,6 @@ implements Copyright © 2012–2015. 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 898e4c348..b18310397 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.1-SNAPSHOT API) - +ProductionCountry (API-The MovieDB 4.1 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–2015. 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 5871cac9b..c5db98a0f 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.1-SNAPSHOT API) - +ReleaseInfo (API-The MovieDB 4.1 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–2015. 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 254d9f2d9..b797ccf2b 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.movie.MovieBasic (API-The MovieDB 4.1 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–2015. 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 d02a67160..d3394f366 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.movie.MovieInfo (API-The MovieDB 4.1 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–2015. 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 f8b7438ee..cf073bce8 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.movie.ProductionCompany (API-The MovieDB 4.1 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–2015. 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 71080c9f8..3904effb7 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.movie.ProductionCountry (API-The MovieDB 4.1 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–2015. 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 dca22c216..a5f7ad2ab 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.movie.ReleaseInfo (API-The MovieDB 4.1 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–2015. 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 994401f38..f824df2c3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html index 4ef5db825..2d0f42431 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.1 API) + @@ -150,6 +150,6 @@ -

    Copyright © 2012–2015. 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 4aed9e55a..cfc379ed9 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.movie Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,26 +73,26 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 a22066c55..1a57a2b86 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.1 API) + @@ -278,6 +278,6 @@ -

    Copyright © 2012–2015. 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 70b0571d8..0e62296bc 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.1-SNAPSHOT API) - +Network (API-The MovieDB 4.1 API) + @@ -85,7 +85,7 @@
    -

    Copyright © 2012–2015. 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 23ccf7adc..d4bdd2db4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.model.network (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.network (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html index ce7db1fa0..4e86fde19 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.network (API-The MovieDB 4.1 API) + @@ -130,6 +130,6 @@ -

    Copyright © 2012–2015. 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 2030dbcc0..725eda7bb 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.network Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,13 +73,13 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 77ceccc60..bbe6132aa 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.model.network (API-The MovieDB 4.1 API) + @@ -183,6 +183,6 @@ -

    Copyright © 2012–2015. 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 e4b039a29..20d867d69 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.model (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html index b6b69e72f..5513a745a 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model (API-The MovieDB 4.1 API) + @@ -156,6 +156,6 @@ -

    Copyright © 2012–2015. 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 59b006218..bb64cb521 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,18 +73,18 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 d1455d9fd..4f8280946 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 4.1 API) + @@ -593,6 +593,6 @@ -

    Copyright © 2012–2015. 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 8a20f2a6c..9446dface 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.1-SNAPSHOT API) - +ContentRating (API-The MovieDB 4.1 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–2015. 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 d7854d826..f9290aaea 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.1-SNAPSHOT API) - +CreditInfo (API-The MovieDB 4.1 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–2015. 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 216b4f801..e3134f0ae 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.1-SNAPSHOT API) - +ExternalID (API-The MovieDB 4.1 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–2015. 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 e6229780b..8c5c1704b 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.1-SNAPSHOT API) - +PersonBasic (API-The MovieDB 4.1 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–2015. 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 ab314c8dd..926e87881 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.1-SNAPSHOT API) - +PersonCreditList (API-The MovieDB 4.1 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–2015. 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 128711203..592869a6a 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.1-SNAPSHOT API) - +PersonCreditsMixIn (API-The MovieDB 4.1 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–2015. 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 11ff60916..9e420f1d9 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.1-SNAPSHOT API) - +PersonFind (API-The MovieDB 4.1 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–2015. 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 7de806325..6ac875313 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.1-SNAPSHOT API) - +PersonInfo (API-The MovieDB 4.1 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–2015. 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 af552a2b2..624c3e4db 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.person.ContentRating (API-The MovieDB 4.1 API) + @@ -145,7 +145,7 @@ -
    List<ContentRating> +List<ContentRating> TVInfo.getContentRatings()  @@ -213,6 +213,6 @@
    -

    Copyright © 2012–2015. 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 699b7193b..203f67fa0 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.person.CreditInfo (API-The MovieDB 4.1 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–2015. 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 219c3e2be..6cfb1a944 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.person.ExternalID (API-The MovieDB 4.1 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–2015. 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 f4be8367f..6bf8b8a9e 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.person.PersonBasic (API-The MovieDB 4.1 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–2015. 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 56b91ae4f..8ed381d45 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.person.PersonCreditList (API-The MovieDB 4.1 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–2015. 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 573be1e33..862359983 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.person.PersonCreditsMixIn (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 8e01d32f4..9135fc856 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.person.PersonFind (API-The MovieDB 4.1 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–2015. 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 656f93ee9..17fad07be 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.person.PersonInfo (API-The MovieDB 4.1 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–2015. 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 85f64a5cf..47671f66f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.model.person (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.person (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html index 7746a6495..002cd7b34 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.person (API-The MovieDB 4.1 API) + @@ -160,6 +160,6 @@ -

    Copyright © 2012–2015. 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 0ee320d99..ad7364656 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.person Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,26 +73,26 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 2f7012e90..90029e0de 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.model.person (API-The MovieDB 4.1 API) + @@ -263,6 +263,6 @@ -

    Copyright © 2012–2015. 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 30c96bebc..cc4b00814 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.1-SNAPSHOT API) - +Review (API-The MovieDB 4.1 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–2015. 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 f52b301d9..f478906c9 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.review.Review (API-The MovieDB 4.1 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–2015. 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 a3eacf70c..5e5682cdf 100644 --- a/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.model.review (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.review (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html index 28b244bdd..aba59b6ed 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.review (API-The MovieDB 4.1 API) + @@ -130,6 +130,6 @@ -

    Copyright © 2012–2015. 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 a45d9759d..0fe113819 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.review Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,11 +73,11 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 2f18cd2ce..b71d23585 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.model.review (API-The MovieDB 4.1 API) + @@ -183,6 +183,6 @@ -

    Copyright © 2012–2015. 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 26ec17cb8..b8a324b0a 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.1-SNAPSHOT API) - +TVBasic (API-The MovieDB 4.1 API) + @@ -85,7 +85,7 @@
    @@ -256,7 +256,7 @@ implements
  • getName

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

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

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

    -
    public void setOriginalName(String originalName)
    +
    public void setOriginalName(String originalName)
  • @@ -292,7 +292,7 @@ implements
  • getFirstAirDate

    -
    public String getFirstAirDate()
    +
    public String getFirstAirDate()
  • @@ -301,7 +301,7 @@ implements
  • setFirstAirDate

    -
    public void setFirstAirDate(String firstAirDate)
    +
    public void setFirstAirDate(String firstAirDate)
  • @@ -310,7 +310,7 @@ implements
  • getOriginCountry

    -
    public List<String> getOriginCountry()
    +
    public List<String> getOriginCountry()
  • @@ -319,7 +319,7 @@ implements
  • setOriginCountry

    -
    public void setOriginCountry(List<String> originCountry)
    +
    public void setOriginCountry(List<String> originCountry)
  • @@ -407,6 +407,6 @@ implements Copyright © 2012–2015. 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 35a06be1f..58a4acdb4 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.1-SNAPSHOT API) - +TVCredit (API-The MovieDB 4.1 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–2015. 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 193162360..18a4c8b19 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.1-SNAPSHOT API) - +TVEpisodeBasic (API-The MovieDB 4.1 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–2015. 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 f545762c6..b5158f1f2 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.1-SNAPSHOT API) - +TVEpisodeInfo (API-The MovieDB 4.1 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–2015. 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 7318bf91c..ee98f8ca7 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.1-SNAPSHOT API) - +TVInfo (API-The MovieDB 4.1 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()
  • @@ -628,7 +628,7 @@ implements
  • setOriginalLanguage

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

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

    -
    public void setOverview(String overview)
    +
    public void setOverview(String overview)
  • @@ -655,7 +655,7 @@ implements
  • getProductionCompanies

    -
    public List<ProductionCompany> getProductionCompanies()
    +
    public List<ProductionCompany> getProductionCompanies()
  • @@ -664,7 +664,7 @@ implements
  • setProductionCompanies

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

    -
    public List<TVSeasonBasic> getSeasons()
    +
    public List<TVSeasonBasic> getSeasons()
  • @@ -682,7 +682,7 @@ implements
  • setSeasons

    -
    public void setSeasons(List<TVSeasonBasic> seasons)
    +
    public void setSeasons(List<TVSeasonBasic> seasons)
  • @@ -691,7 +691,7 @@ implements
  • getStatus

    -
    public String getStatus()
    +
    public String getStatus()
  • @@ -700,7 +700,7 @@ implements
  • setStatus

    -
    public void setStatus(String status)
    +
    public void setStatus(String status)
  • @@ -709,7 +709,7 @@ implements
  • getType

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

    -
    public void setType(String type)
    +
    public void setType(String type)
  • @@ -727,7 +727,7 @@ implements
  • setGenreIds

    -
    public void setGenreIds(List<Integer> ids)
    +
    public void setGenreIds(List<Integer> ids)
  • @@ -839,7 +839,7 @@ implements
  • getAlternativeTitles

    -
    public List<AlternativeTitle> getAlternativeTitles()
    +
    public List<AlternativeTitle> getAlternativeTitles()
  • @@ -848,7 +848,7 @@ implements
  • getChanges

    -
    public List<ChangeKeyItem> getChanges()
    +
    public List<ChangeKeyItem> getChanges()
  • @@ -857,7 +857,7 @@ implements
  • getContentRatings

    -
    public List<ContentRating> getContentRatings()
    +
    public List<ContentRating> getContentRatings()
  • @@ -884,7 +884,7 @@ implements
  • getImages

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

    -
    public List<Keyword> getKeywords()
    +
    public List<Keyword> getKeywords()
  • @@ -902,7 +902,7 @@ implements
  • getTranslations

    -
    public List<Translation> getTranslations()
    +
    public List<Translation> getTranslations()
  • @@ -911,7 +911,7 @@ implements
  • getSimilarTV

    -
    public List<TVInfo> getSimilarTV()
    +
    public List<TVInfo> getSimilarTV()
  • @@ -920,7 +920,7 @@ implements
  • getVideos

    -
    public List<Video> getVideos()
    +
    public List<Video> getVideos()
  • @@ -990,6 +990,6 @@ implements Copyright © 2012–2015. 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 eaf458834..e1119cacc 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.1-SNAPSHOT API) - +TVSeasonBasic (API-The MovieDB 4.1 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–2015. 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 5c66c6c6c..d492ec0b9 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.1-SNAPSHOT API) - +TVSeasonInfo (API-The MovieDB 4.1 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–2015. 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 18bcf5e27..9b8994992 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.tv.TVBasic (API-The MovieDB 4.1 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–2015. 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 c8f2d82ff..c10bbb897 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.tv.TVCredit (API-The MovieDB 4.1 API) + @@ -165,6 +165,6 @@ -

    Copyright © 2012–2015. 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 4f170ea5d..c316fb058 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic (API-The MovieDB 4.1 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–2015. 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 e9f11ed29..1cd0f3709 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo (API-The MovieDB 4.1 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–2015. 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 b05748c3c..5d1bdb409 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.tv.TVInfo (API-The MovieDB 4.1 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–2015. 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 7f9d5d234..b4d3fb134 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.tv.TVSeasonBasic (API-The MovieDB 4.1 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–2015. 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 0889110b3..48123627f 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.model.tv.TVSeasonInfo (API-The MovieDB 4.1 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–2015. 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 a5e3fe394..2fcae729e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html index 49f5800b7..e3b21b12b 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.1 API) + @@ -166,6 +166,6 @@ -

    Copyright © 2012–2015. 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 2fa2985ed..2a6dbb034 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.model.tv Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,32 +73,32 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 8f8b67e52..e018c7d0a 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.1 API) + @@ -285,6 +285,6 @@ -

    Copyright © 2012–2015. 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 fbb81c834..774df6c4a 100644 --- a/apidocs/com/omertron/themoviedbapi/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html index aa34ce43a..857b78243 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi (API-The MovieDB 4.1 API) + @@ -159,6 +159,6 @@ -

    Copyright © 2012–2015. 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 bbf4d1f7e..f6ee8774f 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,14 +73,14 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 63b58c8c9..6d968d755 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi (API-The MovieDB 4.1 API) + @@ -207,6 +207,6 @@ -

    Copyright © 2012–2015. 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 60c4a1465..d882a2378 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.1-SNAPSHOT API) - +AbstractWrapperAll (API-The MovieDB 4.1 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–2015. 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 1e477558d..aade26ffa 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.1-SNAPSHOT API) - +AbstractWrapperId (API-The MovieDB 4.1 API) + @@ -85,7 +85,7 @@
  • @@ -331,6 +331,6 @@ implements Copyright © 2012–2015. 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 935fdf32e..df361ef49 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.1-SNAPSHOT API) - +AbstractWrapperIdPages (API-The MovieDB 4.1 API) + @@ -85,7 +85,7 @@
    @@ -411,6 +411,6 @@ implements Copyright © 2012–2015. 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 e37b5304b..4960ff947 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.1-SNAPSHOT API) - +ResultDates (API-The MovieDB 4.1 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–2015. 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 2d7d4e91a..d92711f8a 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.1-SNAPSHOT API) - +ResultList (API-The MovieDB 4.1 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–2015. 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 eb3b00192..5e12cc8b4 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.1-SNAPSHOT API) - +ResultsMap (API-The MovieDB 4.1 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–2015. 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 b3a8e4e74..530d0d912 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.1-SNAPSHOT API) - +WrapperAlternativeTitles (API-The MovieDB 4.1 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–2015. 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 3065d32c1..82fa0fa86 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.1-SNAPSHOT API) - +WrapperChanges (API-The MovieDB 4.1 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–2015. 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 a90f67e29..d9573bb45 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.1-SNAPSHOT API) - +WrapperConfig (API-The MovieDB 4.1 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–2015. 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 fe349bb26..6e801bd49 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.1-SNAPSHOT API) - +WrapperGenericList (API-The MovieDB 4.1 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–2015. 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 96593226f..c30417f37 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.1-SNAPSHOT API) - +WrapperImages (API-The MovieDB 4.1 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–2015. 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 52d667f3b..63ef37d4c 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.1-SNAPSHOT API) - +WrapperJobList (API-The MovieDB 4.1 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–2015. 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 dca54fecf..7e5f1e351 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.1-SNAPSHOT API) - +WrapperMovieKeywords (API-The MovieDB 4.1 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–2015. 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 fb4db5646..0f2414bfe 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.1-SNAPSHOT API) - +WrapperMultiSearch (API-The MovieDB 4.1 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–2015. 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 fcf657f85..ff49f5b66 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.1-SNAPSHOT API) - +WrapperTranslations (API-The MovieDB 4.1 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–2015. 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 352e0a3a9..bdf14d90f 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.1-SNAPSHOT API) - +WrapperVideos (API-The MovieDB 4.1 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–2015. 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 127e15a0c..b69da8802 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperAll (API-The MovieDB 4.1 API) + @@ -162,6 +162,6 @@
    -

    Copyright © 2012–2015. 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 347529551..55c78d1e5 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperBase (API-The MovieDB 4.1 API) + @@ -236,6 +236,6 @@ -

    Copyright © 2012–2015. 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 c74017c25..2adfe62f8 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperId (API-The MovieDB 4.1 API) + @@ -212,6 +212,6 @@ -

    Copyright © 2012–2015. 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 faa2b0ccd..4abf7812c 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperIdPages (API-The MovieDB 4.1 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–2015. 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 3e822a5a6..ed54f2db9 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.results.ResultDates (API-The MovieDB 4.1 API) + @@ -200,6 +200,6 @@ -

    Copyright © 2012–2015. 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 4eaadbbc4..96f80f372 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.results.ResultList (API-The MovieDB 4.1 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–2015. 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 047165e75..2f7b38bbb 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.results.ResultsMap (API-The MovieDB 4.1 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–2015. 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 90b18e794..8514dd37d 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.results.WrapperAlternativeTitles (API-The MovieDB 4.1 API) + @@ -152,6 +152,6 @@ -

    Copyright © 2012–2015. 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 3dc5e7927..e5e563abf 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.results.WrapperChanges (API-The MovieDB 4.1 API) + @@ -196,6 +196,6 @@ -

    Copyright © 2012–2015. 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 faa1f448c..720988ffa 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.results.WrapperConfig (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 5189ff522..8674f6d97 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.results.WrapperGenericList (API-The MovieDB 4.1 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–2015. 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 3d35f7d51..dd23bbe97 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.results.WrapperGenres (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 4a628231c..1b4b0243a 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.results.WrapperImages (API-The MovieDB 4.1 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–2015. 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 63fa6f0d2..27e3124e9 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.results.WrapperJobList (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 62f9fdb24..45fc695dc 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.results.WrapperMovieKeywords (API-The MovieDB 4.1 API) + @@ -152,6 +152,6 @@ -

    Copyright © 2012–2015. 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 17b6b8e69..bc91c0d0d 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.results.WrapperMultiSearch (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 496458867..73538b04f 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.results.WrapperReleaseInfo (API-The MovieDB 4.1 API) + @@ -152,6 +152,6 @@ -

    Copyright © 2012–2015. 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 c286b1655..6301102f1 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.results.WrapperTranslations (API-The MovieDB 4.1 API) + @@ -174,6 +174,6 @@ -

    Copyright © 2012–2015. 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 fe12c00c6..9f481438c 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.results.WrapperVideos (API-The MovieDB 4.1 API) + @@ -152,6 +152,6 @@ -

    Copyright © 2012–2015. 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 7b4f7caf0..fd121b5fa 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.results (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.results (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/results/package-summary.html b/apidocs/com/omertron/themoviedbapi/results/package-summary.html index 725a4d862..e2a74f61e 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.results (API-The MovieDB 4.1 API) + @@ -222,6 +222,6 @@ -

    Copyright © 2012–2015. 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 0aa4db787..73eee2e77 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.results Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,9 +73,9 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 6bf861625..56058202a 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.results (API-The MovieDB 4.1 API) + @@ -358,6 +358,6 @@ -

    Copyright © 2012–2015. 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 5137e7bf4..2f2542b77 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.1-SNAPSHOT API) - +ApiUrl (API-The MovieDB 4.1 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–2015. 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 f4d5e967a..247c90a20 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.1-SNAPSHOT API) - +HttpTools (API-The MovieDB 4.1 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–2015. 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 a26d7ac78..737b25a4c 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.1-SNAPSHOT API) - +MethodBase (API-The MovieDB 4.1 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.)
    @@ -241,8 +241,8 @@ extends
  • add

    -
    public PostTools add(String key,
    -            Object value)
    +
    public PostTools add(String key,
    +            Object value)
  • @@ -251,7 +251,7 @@ extends
  • build

    -
    public String build()
    +
    public String build()
                  throws MovieDbException
    Throws:
    MovieDbException
    @@ -324,6 +324,6 @@ extends Copyright © 2012–2015. 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 1f0b862d2..11ea15136 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.1-SNAPSHOT API) - +TmdbParameters (API-The MovieDB 4.1 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–2015. 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 f5d041a34..e4d4249e9 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 4.1 API) + @@ -154,6 +154,6 @@
    -

    Copyright © 2012–2015. 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 e9e326e3a..211133934 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.tools.HttpTools (API-The MovieDB 4.1 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–2015. 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 32d7a5d7a..91f2a573d 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.tools.MethodBase (API-The MovieDB 4.1 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–2015. 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 e65fd966d..785bc47c4 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.tools.MethodSub (API-The MovieDB 4.1 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–2015. 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 bda956431..e02d7c565 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.tools.Param (API-The MovieDB 4.1 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–2015. 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 b29972c49..171f4892e 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.tools.PostBody (API-The MovieDB 4.1 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–2015. 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 1ca4e236d..e0c7a04b6 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.tools.PostTools (API-The MovieDB 4.1 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–2015. 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 fed3b841e..5bc6e44e1 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.1-SNAPSHOT API) - +Uses of Class com.omertron.themoviedbapi.tools.TmdbParameters (API-The MovieDB 4.1 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–2015. 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 78eb327bb..68e31dffc 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.tools (API-The MovieDB 4.1-SNAPSHOT API) - +com.omertron.themoviedbapi.tools (API-The MovieDB 4.1 API) + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html index e3d2b0f4a..87490e69e 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.tools (API-The MovieDB 4.1 API) + @@ -179,6 +179,6 @@ -

    Copyright © 2012–2015. 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 1309eed06..07e43d58e 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.1-SNAPSHOT API) - +com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 4.1 API) + @@ -73,7 +73,7 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 e5daeb002..cb2a630c7 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.1-SNAPSHOT API) - +Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 4.1 API) + @@ -216,6 +216,6 @@ -

    Copyright © 2012–2015. All rights reserved.

    +

    Copyright © 2012-2016. All Rights Reserved.

    diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 9069054dd..bf9745143 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,16 +2,16 @@ - + -Constant Field Values (API-The MovieDB 4.1-SNAPSHOT API) - +Constant Field Values (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. All rights reserved.

    +

    Copyright © 2012-2016. All Rights Reserved.

    diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 3ab0e4438..cdc59137c 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,16 +2,16 @@ - + -Deprecated List (API-The MovieDB 4.1-SNAPSHOT API) - +Deprecated List (API-The MovieDB 4.1 API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. All rights reserved.

    +

    Copyright © 2012-2016. All Rights Reserved.

    diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 937bf2e90..08b87d1a6 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,16 +2,16 @@ - + -API Help (API-The MovieDB 4.1-SNAPSHOT API) - +API Help (API-The MovieDB 4.1 API) + @@ -217,6 +217,6 @@ -

    Copyright © 2012–2015. All rights reserved.

    +

    Copyright © 2012-2016. All Rights Reserved.

    diff --git a/apidocs/index-all.html b/apidocs/index-all.html index cf0da7f44..413fa1597 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,16 +2,16 @@ - + -Index (API-The MovieDB 4.1-SNAPSHOT API) - +Index (API-The MovieDB 4.1 API) + @@ -3985,6 +3985,6 @@ the order they are declared. -

    Copyright © 2012–2015. All rights reserved.

    +

    Copyright © 2012-2016. All Rights Reserved.

    diff --git a/apidocs/index.html b/apidocs/index.html index f5807c614..4e298ee55 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,9 +2,9 @@ - + -API-The MovieDB 4.1-SNAPSHOT API +API-The MovieDB 4.1 API @@ -64,7 +64,7 @@
    -

    API-The MovieDB 4.1-SNAPSHOT API

    +

    API-The MovieDB 4.1 API

    @@ -218,6 +218,6 @@ -

    Copyright © 2012–2015. All rights reserved.

    +

    Copyright © 2012-2016. All Rights Reserved.

    diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index ba0b91c6d..62c52f59b 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,16 +2,16 @@ - + -Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT API) - +Class Hierarchy (API-The MovieDB 4.1 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–2015. All rights reserved.

    +

    Copyright © 2012-2016. All Rights Reserved.

    diff --git a/apidocs/packages b/apidocs/packages new file mode 100644 index 000000000..d048d8d65 --- /dev/null +++ b/apidocs/packages @@ -0,0 +1,24 @@ +com.omertron.themoviedbapi.tools +com.omertron.themoviedbapi +com.omertron.themoviedbapi.model +com.omertron.themoviedbapi.model.change +com.omertron.themoviedbapi.model.company +com.omertron.themoviedbapi.model.config +com.omertron.themoviedbapi.model.keyword +com.omertron.themoviedbapi.model.person +com.omertron.themoviedbapi.model.movie +com.omertron.themoviedbapi.model.list +com.omertron.themoviedbapi.model.account +com.omertron.themoviedbapi.model.network +com.omertron.themoviedbapi.model.review +com.omertron.themoviedbapi.model.authentication +com.omertron.themoviedbapi.model.discover +com.omertron.themoviedbapi.model.media +com.omertron.themoviedbapi.model.credits +com.omertron.themoviedbapi.model.collection +com.omertron.themoviedbapi.model.tv +com.omertron.themoviedbapi.model.artwork +com.omertron.themoviedbapi.results +com.omertron.themoviedbapi.enumeration +com.omertron.themoviedbapi.methods +com.omertron.themoviedbapi.interfaces \ No newline at end of file diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index d00bfaee5..1cd24b1fa 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,16 +2,16 @@ - + -Serialized Form (API-The MovieDB 4.1-SNAPSHOT API) - +Serialized Form (API-The MovieDB 4.1 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 @@ @@ -664,23 +664,23 @@
  • name

    -
    String name
    +
    String name
  • overview

    -
    String overview
    +
    String overview
  • posterPath

    -
    String posterPath
    +
    String posterPath
  • backdropPath

    -
    String backdropPath
    +
    String backdropPath
  • parts

    -
    List<E> parts
    +
    List<E> parts
  • @@ -711,23 +711,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

    @@ -758,31 +758,31 @@
  • @@ -804,11 +804,11 @@ @@ -843,7 +843,7 @@
  • creditId

    -
    String creditId
    +
    String creditId
  • id

    @@ -851,19 +851,19 @@
  • artworkPath

    -
    String artworkPath
    +
    String artworkPath
  • character

    -
    String character
    +
    String character
  • department

    -
    String department
    +
    String department
  • job

    -
    String job
    +
    String job
  • @@ -889,15 +889,15 @@
  • originalTitle

    -
    String originalTitle
    +
    String originalTitle
  • releaseDate

    -
    String releaseDate
    +
    String releaseDate
  • title

    -
    String title
    +
    String title
  • @@ -923,15 +923,15 @@
  • firstAirDate

    -
    String firstAirDate
    +
    String firstAirDate
  • name

    -
    String name
    +
    String name
  • originalName

    -
    String originalName
    +
    String originalName
  • @@ -953,7 +953,7 @@ @@ -991,7 +991,7 @@
  • character

    -
    String character
    +
    String character
  • order

    @@ -1017,11 +1017,11 @@
  • @@ -1062,15 +1062,15 @@ @@ -1124,7 +1124,7 @@ @@ -1389,19 +1389,19 @@ @@ -1423,15 +1423,15 @@ @@ -1453,23 +1453,23 @@ @@ -1504,7 +1504,7 @@
    • mediaId

      -
      String mediaId
      +
      String mediaId
    • adult

      @@ -1512,19 +1512,19 @@
    • originalTitle

      -
      String originalTitle
      +
      String originalTitle
    • releaseDate

      -
      String releaseDate
      +
      String releaseDate
    • title

      -
      String title
      +
      String title
    • video

      -
      Boolean video
      +
      Boolean video
    • userRating

      @@ -1532,15 +1532,15 @@
    • genreIds

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

      -
      String originalLanguage
      +
      String originalLanguage
    • overview

      -
      String overview
      +
      String overview
    • revenue

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

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

      @@ -1622,39 +1622,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
    @@ -1685,11 +1685,11 @@ @@ -1711,15 +1711,15 @@ @@ -1930,15 +1930,15 @@ @@ -1964,31 +1964,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

    @@ -1996,11 +1996,11 @@
  • methods

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

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

    @@ -2008,11 +2008,11 @@
  • images

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

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

    @@ -2047,35 +2047,35 @@
  • @@ -2102,19 +2102,19 @@
    • name

      -
      String name
      +
      String name
    • originalName

      -
      String originalName
      +
      String originalName
    • firstAirDate

      -
      String firstAirDate
      +
      String firstAirDate
    • originCountry

      -
      List<E> originCountry
      +
      List<E> originCountry
    • rating

      @@ -2140,19 +2140,19 @@
    • @@ -2174,7 +2174,7 @@ @@ -2220,19 +2220,19 @@ @@ -2270,19 +2270,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

        @@ -2290,15 +2290,15 @@
      • languages

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

        -
        String lastAirDate
        +
        String lastAirDate
      • networks

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

        @@ -2310,43 +2310,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

        @@ -2358,23 +2358,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
      @@ -2400,11 +2400,11 @@
    • airDate

      -
      String airDate
      +
      String airDate
    • posterPath

      -
      String posterPath
      +
      String posterPath
    • seasonNumber

      @@ -2434,19 +2434,19 @@
    • @@ -2552,11 +2552,11 @@ @@ -2574,7 +2574,7 @@ @@ -2592,7 +2592,7 @@ @@ -2610,7 +2610,7 @@ @@ -2628,7 +2628,7 @@
      • changedItems

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

      -
      List<E> changeKeys
      +
      List<E> changeKeys
    @@ -2668,7 +2668,7 @@ @@ -2686,7 +2686,7 @@ @@ -2704,19 +2704,19 @@ @@ -2734,7 +2734,7 @@ @@ -2752,7 +2752,7 @@ @@ -2770,7 +2770,7 @@ @@ -2788,7 +2788,7 @@ @@ -2806,7 +2806,7 @@
    • translations

      -
      List<E> translations
      +
      List<E> translations
    @@ -2824,7 +2824,7 @@ @@ -2879,6 +2879,6 @@ -

    Copyright © 2012–2015. All rights reserved.

    +

    Copyright © 2012-2016. All Rights Reserved.

    diff --git a/dependencies.html b/dependencies.html index 1060a18b0..d677cdf93 100644 --- a/dependencies.html +++ b/dependencies.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,8 +27,8 @@
    - Last Published: 2015-12-08 -  | Version: 4.1-SNAPSHOT + Last Published: 2016-01-08 +  | Version: 4.1
    API-The MovieDB @@ -44,7 +44,7 @@
    Project Documentation
    @@ -398,147 +395,147 @@ file comparators, endian transformation classes, and much more.

    - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - - + + + - - - + + + - + @@ -555,18 +552,18 @@ file comparators, endian transformation classes, and much more.

    - + - + -
    API-The MovieDB
    Entries Classes PackagesJava VersionDebug Information
    JDK RevDebug
    jackson-annotations-2.6.3.jar46.99 kB45.89 kB 70 58 1 1.6Yes
    debug
    jackson-core-2.6.3.jar258.88 kB252.81 kB 116 93 9 1.6Yes
    debug
    jackson-databind-2.6.3.jar1.17 MB1.12 MB 598 564 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.12.jar32.13 kB31.37 kB 39 28 3 1.5Yes
    debug
    slf4j-jdk14-1.7.12.jar7.89 kB7.71 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.91 MB267222553.73 MB2,6722,255 137 1.6 14
    compile: 10compile: 3.36 MBcompile: 2154compile: 1809compile: 3.20 MBcompile: 2,154compile: 1,809 compile: 97 - compile: 10
    test: 4test: 552.99 kBtest: 540.03 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.

    @@ -661,7 +658,7 @@ file comparators, endian transformation classes, and much more.

    - + - + - - - - + - + -
    API for the TheMovieDb.org website
    Source RepositoryThis 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 TrackingThis 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 ConvergenceThis 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 LicenseThis document lists the project license(s).
    +This is a link to the definitions of project licenses.
    @@ -120,7 +114,7 @@
    +Test JavaDoc API documentation. + +JavaDocs +JavaDoc API documentation.
    @@ -90,7 +90,7 @@
    +JDK Rev +-
    @@ -131,7 +128,7 @@
    @@ -111,7 +108,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–2015. 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 3e1791164..ef2539a79 100644 --- a/testapidocs/com/omertron/themoviedbapi/ArtworkResults.html +++ b/testapidocs/com/omertron/themoviedbapi/ArtworkResults.html @@ -2,16 +2,16 @@ - + -ArtworkResults (API-The MovieDB 4.1-SNAPSHOT Test API) - +ArtworkResults (API-The MovieDB 4.1 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–2015. 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 74df660ca..0ac7b887c 100644 --- a/testapidocs/com/omertron/themoviedbapi/CompareTest.html +++ b/testapidocs/com/omertron/themoviedbapi/CompareTest.html @@ -2,16 +2,16 @@ - + -CompareTest (API-The MovieDB 4.1-SNAPSHOT Test API) - +CompareTest (API-The MovieDB 4.1 Test API) + @@ -85,7 +85,7 @@
    @@ -219,9 +219,9 @@ extends

    tearDownClass

    public static void tearDownClass()
    -                          throws Exception
    + throws Exception
    Throws:
    -
    Exception
    +
    Exception
    @@ -231,9 +231,9 @@ extends

    setUp

    public void setUp()
    -           throws Exception
    + throws Exception
    Throws:
    -
    Exception
    +
    Exception
    @@ -243,9 +243,9 @@ extends

    tearDown

    public void tearDown()
    -              throws Exception
    + throws Exception
    Throws:
    -
    Exception
    +
    Exception
    @@ -335,6 +335,6 @@ extends Copyright © 2012–2015. All rights reserved.

    +

    Copyright © 2012-2016. All Rights Reserved.

    diff --git a/testapidocs/com/omertron/themoviedbapi/TestID.html b/testapidocs/com/omertron/themoviedbapi/TestID.html index e5d20d4fa..ca406193d 100644 --- a/testapidocs/com/omertron/themoviedbapi/TestID.html +++ b/testapidocs/com/omertron/themoviedbapi/TestID.html @@ -2,16 +2,16 @@ - + -TestID (API-The MovieDB 4.1-SNAPSHOT Test API) - +TestID (API-The MovieDB 4.1 Test API) + @@ -85,7 +85,7 @@
    @@ -120,15 +120,15 @@ extends TestID()  -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)  @@ -146,15 +146,15 @@ extends Method and Description -String +String getImdb()  -String +String getName()  -String +String getOther()  @@ -163,22 +163,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()  @@ -186,8 +186,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 @@ -218,8 +218,8 @@ extends
  • TestID

    -
    public TestID(String name,
    -      String imdb,
    +
    public TestID(String name,
    +      String imdb,
           int tmdb)
  • @@ -229,10 +229,10 @@ extends
  • TestID

    -
    public TestID(String name,
    -      String imdb,
    +
    public TestID(String name,
    +      String imdb,
           int tmdb,
    -      String other)
    + String other)
  • @@ -249,7 +249,7 @@ extends
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -258,7 +258,7 @@ extends
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -267,7 +267,7 @@ extends
  • getImdb

    -
    public String getImdb()
    +
    public String getImdb()
  • @@ -276,7 +276,7 @@ extends
  • setImdb

    -
    public void setImdb(String imdb)
    +
    public void setImdb(String imdb)
  • @@ -303,7 +303,7 @@ extends
  • getOther

    -
    public String getOther()
    +
    public String getOther()
  • @@ -312,7 +312,7 @@ extends
  • setOther

    -
    public void setOther(String other)
    +
    public void setOther(String other)
  • @@ -321,10 +321,10 @@ extends
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • @@ -395,6 +395,6 @@ extends Copyright © 2012–2015. 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 a6e0bdd05..23ce567a4 100644 --- a/testapidocs/com/omertron/themoviedbapi/TestLogger.html +++ b/testapidocs/com/omertron/themoviedbapi/TestLogger.html @@ -2,16 +2,16 @@ - + -TestLogger (API-The MovieDB 4.1-SNAPSHOT Test API) - +TestLogger (API-The MovieDB 4.1 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–2015. 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 18db1ea81..793975169 100644 --- a/testapidocs/com/omertron/themoviedbapi/TestSuite.html +++ b/testapidocs/com/omertron/themoviedbapi/TestSuite.html @@ -2,16 +2,16 @@ - + -TestSuite (API-The MovieDB 4.1-SNAPSHOT Test API) - +TestSuite (API-The MovieDB 4.1 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–2015. 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 61ed0a59e..effaae55b 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.AbstractTests (API-The MovieDB 4.1 Test API) + @@ -234,6 +234,6 @@
      -

      Copyright © 2012–2015. 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 3855dcdae..60bd1bb2e 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.ArtworkResults (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

      Copyright © 2012–2015. 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 b87e9cdc9..6c9a0204d 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.CompareTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

      Copyright © 2012–2015. 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 994d96a6c..13903f563 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.TestID (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

      Copyright © 2012–2015. 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 f78d8e124..3e40a8e1a 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.TestLogger (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

      Copyright © 2012–2015. 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 c147319d8..08505fbd0 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.TestSuite (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

      Copyright © 2012–2015. 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 85d7577e7..d43440102 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.1-SNAPSHOT Test API) - +TmdbAccountTest (API-The MovieDB 4.1 Test API) + @@ -85,7 +85,7 @@
    @@ -312,9 +312,9 @@ extends

    setUp

    public void setUp()
    -           throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -324,9 +324,9 @@ extends

    tearDown

    public void tearDown()
    -              throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -336,11 +336,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
    @@ -350,11 +349,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
    @@ -364,11 +362,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
    @@ -378,11 +375,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
    @@ -392,11 +388,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
    @@ -406,11 +401,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
    @@ -420,11 +414,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
    @@ -434,11 +427,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
    @@ -448,11 +440,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
    @@ -462,11 +453,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
    @@ -476,11 +466,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
    @@ -550,6 +539,6 @@ extends
    -

    Copyright © 2012–2015. 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 f6fa2d813..f06011f19 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.1-SNAPSHOT Test API) - +TmdbAuthenticationTest (API-The MovieDB 4.1 Test API) + @@ -85,7 +85,7 @@
    @@ -249,9 +249,9 @@ extends

    setUpClass

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

    setUp

    public void setUp()
    -           throws Exception
    + throws Exception
    Throws:
    -
    Exception
    +
    Exception
    @@ -282,9 +282,9 @@ extends

    tearDown

    public void tearDown()
    -              throws Exception
    + throws Exception
    Throws:
    -
    Exception
    +
    Exception
    @@ -294,11 +294,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
    @@ -308,14 +307,13 @@ extends

    testGetSessionToken

    public void testGetSessionToken()
    -                         throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Test of getSessionToken method, of class TmdbAuthentication. TODO: 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
    @@ -325,11 +323,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
    @@ -339,11 +336,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
    @@ -413,6 +409,6 @@ extends
    -

    Copyright © 2012–2015. 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 98b588755..96cd5a4a8 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.1-SNAPSHOT Test API) - +TmdbCertificationsTest (API-The MovieDB 4.1 Test API) + @@ -85,7 +85,7 @@ -

    Copyright © 2012–2015. 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 848833509..c0f3b0051 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.1-SNAPSHOT Test API) - +TmdbChangesTest (API-The MovieDB 4.1 Test API) + @@ -85,7 +85,7 @@
    @@ -235,9 +235,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -256,10 +256,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
    @@ -269,10 +269,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
    @@ -282,10 +282,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
    @@ -355,6 +355,6 @@ extends
    -

    Copyright © 2012–2015. 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 56172edb1..a29ea1b1f 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.1-SNAPSHOT Test API) - +TmdbCollectionsTest (API-The MovieDB 4.1 Test API) + @@ -85,7 +85,7 @@ -

    Copyright © 2012–2015. 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 96365c691..a1fcf7cc1 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.1-SNAPSHOT Test API) - +TmdbCompaniesTest (API-The MovieDB 4.1 Test API) + @@ -85,7 +85,7 @@ -

    Copyright © 2012–2015. 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 456062cb9..88828273e 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.1-SNAPSHOT Test API) - +TmdbConfigurationTest (API-The MovieDB 4.1 Test API) + @@ -85,7 +85,7 @@
    @@ -249,9 +249,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -288,11 +288,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
    @@ -302,10 +301,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
    @@ -315,11 +314,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
    @@ -329,11 +327,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
    @@ -403,6 +400,6 @@ extends
    -

    Copyright © 2012–2015. 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 63070d2c2..bf9d1d638 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.1-SNAPSHOT Test API) - +TmdbCreditsTest (API-The MovieDB 4.1 Test API) + @@ -85,7 +85,7 @@ -

    Copyright © 2012–2015. 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 afcd445ac..bad4d04f9 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.1-SNAPSHOT Test API) - +TmdbDiscoverTest (API-The MovieDB 4.1 Test API) + @@ -85,7 +85,7 @@ -

    Copyright © 2012–2015. 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 d7f02e309..8093b4c8f 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.1-SNAPSHOT Test API) - +TmdbEpisodesTest (API-The MovieDB 4.1 Test API) + @@ -85,7 +85,7 @@
    @@ -273,9 +273,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -312,11 +312,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
    @@ -326,11 +325,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
    @@ -340,11 +338,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
    @@ -354,11 +351,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
    @@ -368,11 +364,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
    @@ -382,11 +377,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
    @@ -396,11 +390,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
    @@ -410,11 +403,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
    @@ -484,6 +476,6 @@ extends
    -

    Copyright © 2012–2015. 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 d1004bf1e..957d850ee 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.1-SNAPSHOT Test API) - +TmdbFindTest (API-The MovieDB 4.1 Test API) + @@ -85,7 +85,7 @@ -

    Copyright © 2012–2015. 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 7b1f346c3..5bf2b4ead 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.1-SNAPSHOT Test API) - +TmdbGenresTest (API-The MovieDB 4.1 Test API) + @@ -85,7 +85,7 @@
    @@ -243,9 +243,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -282,11 +282,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
    @@ -296,11 +295,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
    @@ -310,11 +308,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
    @@ -384,6 +381,6 @@ extends
    -

    Copyright © 2012–2015. 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 369052e59..4cf047a72 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.1-SNAPSHOT Test API) - +TmdbKeywordsTest (API-The MovieDB 4.1 Test API) + @@ -85,7 +85,7 @@ -

    Copyright © 2012–2015. 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 406097c1a..a8bdb43d0 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.1-SNAPSHOT Test API) - +TmdbListsTest (API-The MovieDB 4.1 Test API) + @@ -85,7 +85,7 @@ -

    Copyright © 2012–2015. 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 f902d19d0..2690fb137 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.1-SNAPSHOT Test API) - +TmdbMoviesTest (API-The MovieDB 4.1 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–2015. 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 e8b311e9e..6259dcc6e 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.1-SNAPSHOT Test API) - +TmdbNetworksTest (API-The MovieDB 4.1 Test API) + @@ -85,7 +85,7 @@ -

    Copyright © 2012–2015. 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 9c7b51e19..fffc8d0b1 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.1-SNAPSHOT Test API) - +TmdbPeopleTest (API-The MovieDB 4.1 Test API) + @@ -85,7 +85,7 @@
    @@ -291,9 +291,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -330,11 +330,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
    @@ -344,10 +343,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
    @@ -357,11 +356,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
    @@ -371,11 +369,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
    @@ -385,11 +382,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
    @@ -399,11 +395,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
    @@ -413,11 +408,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
    @@ -427,11 +421,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
    @@ -441,11 +434,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
    @@ -455,11 +447,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
    @@ -469,11 +460,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
    @@ -543,6 +533,6 @@ extends
    -

    Copyright © 2012–2015. 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 dd1a730b8..497ed765b 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.1-SNAPSHOT Test API) - +TmdbReviewsTest (API-The MovieDB 4.1 Test API) + @@ -85,7 +85,7 @@ -

    Copyright © 2012–2015. 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 adb2a6b49..5bc4f8748 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.1-SNAPSHOT Test API) - +TmdbSearchTest (API-The MovieDB 4.1 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–2015. 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 131cc3631..2a24de165 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.1-SNAPSHOT Test API) - +TmdbSeasonsTest (API-The MovieDB 4.1 Test API) + @@ -85,7 +85,7 @@
    @@ -267,9 +267,9 @@ extends

    setUpClass

    public static void setUpClass()
    -                       throws MovieDbException
    + throws com.omertron.themoviedbapi.MovieDbException
    Throws:
    -
    MovieDbException
    +
    com.omertron.themoviedbapi.MovieDbException
    @@ -306,11 +306,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
    @@ -320,11 +319,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
    @@ -334,11 +332,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
    @@ -348,11 +345,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
    @@ -362,11 +358,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
    @@ -376,11 +371,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
    @@ -390,11 +384,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
    @@ -464,6 +457,6 @@ extends
    -

    Copyright © 2012–2015. 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 f6e3ab79c..6912c6574 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.1-SNAPSHOT Test API) - +TmdbTVTest (API-The MovieDB 4.1 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–2015. 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 cf73673b0..4c3cbdd11 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbAccountTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 75041ab6f..b7c23f65e 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbAuthenticationTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 d4fe9cd04..b09ca286f 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbCertificationsTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 a95015038..646bb66b9 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbChangesTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 792bd4881..814216c10 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbCollectionsTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 e2682782d..ffde8a0f8 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbCompaniesTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 7231065ad..aa33959be 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbConfigurationTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 dbf7faa4e..8db0ce6f7 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbCreditsTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 9e7f1814e..3a23b836b 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbDiscoverTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 f7951cf4a..8ea5407be 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbEpisodesTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 d041b908b..7fe3e9740 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbFindTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 5de6d8b17..a256898d2 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbGenresTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 774004ea4..ca0f82341 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbKeywordsTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 b9e601867..337338131 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbListsTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 d32e2a158..864079bec 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbMoviesTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 6b845ff31..372fe336d 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbNetworksTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 a53031c5c..f99fc8d2b 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbPeopleTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 91649af9c..597e5bed2 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbReviewsTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 a18b60229..84220f9a5 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbSearchTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 7739265b0..3e1472dc9 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbSeasonsTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 18c271628..0c948ecc6 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.methods.TmdbTVTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 4e613cf38..56de77991 100644 --- a/testapidocs/com/omertron/themoviedbapi/methods/package-frame.html +++ b/testapidocs/com/omertron/themoviedbapi/methods/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.methods (API-The MovieDB 4.1-SNAPSHOT Test API) - +com.omertron.themoviedbapi.methods (API-The MovieDB 4.1 Test API) + diff --git a/testapidocs/com/omertron/themoviedbapi/methods/package-summary.html b/testapidocs/com/omertron/themoviedbapi/methods/package-summary.html index 2f2897d9b..99c8d2822 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.1-SNAPSHOT Test API) - +com.omertron.themoviedbapi.methods (API-The MovieDB 4.1 Test API) + @@ -212,6 +212,6 @@ -

    Copyright © 2012–2015. 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 fc6b026f6..104c9e1ba 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.1-SNAPSHOT Test API) - +com.omertron.themoviedbapi.methods Class Hierarchy (API-The MovieDB 4.1 Test API) + @@ -73,7 +73,7 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 a093867ca..b24ada02d 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.1-SNAPSHOT Test API) - +Uses of Package com.omertron.themoviedbapi.methods (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. 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 d18224a07..bb633bda8 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-frame.html +++ b/testapidocs/com/omertron/themoviedbapi/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi (API-The MovieDB 4.1-SNAPSHOT Test API) - +com.omertron.themoviedbapi (API-The MovieDB 4.1 Test API) + diff --git a/testapidocs/com/omertron/themoviedbapi/package-summary.html b/testapidocs/com/omertron/themoviedbapi/package-summary.html index a5066e892..ec680b2ed 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.1-SNAPSHOT Test API) - +com.omertron.themoviedbapi (API-The MovieDB 4.1 Test API) + @@ -150,6 +150,6 @@ -

    Copyright © 2012–2015. 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 c59373533..051e7803f 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.1-SNAPSHOT Test API) - +com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 4.1 Test API) + @@ -73,7 +73,7 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 d840b16a1..de6e4f7f2 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.1-SNAPSHOT Test API) - +Uses of Package com.omertron.themoviedbapi (API-The MovieDB 4.1 Test API) + @@ -145,6 +145,6 @@ -

    Copyright © 2012–2015. 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 d6cc0e67d..44b069e45 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.1-SNAPSHOT Test API) - +ApiUrlTest (API-The MovieDB 4.1 Test API) + @@ -85,7 +85,7 @@
    @@ -425,6 +425,6 @@ extends Copyright © 2012–2015. 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 0d7e20864..cf6907902 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.1-SNAPSHOT Test API) - +Uses of Class com.omertron.themoviedbapi.tools.ApiUrlTest (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@
    -

    Copyright © 2012–2015. 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 b8ba48e31..6e2dfe3a0 100644 --- a/testapidocs/com/omertron/themoviedbapi/tools/package-frame.html +++ b/testapidocs/com/omertron/themoviedbapi/tools/package-frame.html @@ -2,10 +2,10 @@ - + -com.omertron.themoviedbapi.tools (API-The MovieDB 4.1-SNAPSHOT Test API) - +com.omertron.themoviedbapi.tools (API-The MovieDB 4.1 Test API) + diff --git a/testapidocs/com/omertron/themoviedbapi/tools/package-summary.html b/testapidocs/com/omertron/themoviedbapi/tools/package-summary.html index 68cb7135c..9fa52770b 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.1-SNAPSHOT Test API) - +com.omertron.themoviedbapi.tools (API-The MovieDB 4.1 Test API) + @@ -132,6 +132,6 @@ -

    Copyright © 2012–2015. 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 48d0da090..47c8ca901 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.1-SNAPSHOT Test API) - +com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 4.1 Test API) + @@ -73,7 +73,7 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. 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 bf672eff2..0ad9bf589 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.1-SNAPSHOT Test API) - +Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. All rights reserved.

    +

    Copyright © 2012-2016. All Rights Reserved.

    diff --git a/testapidocs/constant-values.html b/testapidocs/constant-values.html index 49c480ff2..d56e0c87a 100644 --- a/testapidocs/constant-values.html +++ b/testapidocs/constant-values.html @@ -2,16 +2,16 @@ - + -Constant Field Values (API-The MovieDB 4.1-SNAPSHOT Test API) - +Constant Field Values (API-The MovieDB 4.1 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–2015. All rights reserved.

    +

    Copyright © 2012-2016. All Rights Reserved.

    diff --git a/testapidocs/deprecated-list.html b/testapidocs/deprecated-list.html index 62f6aacd5..781e9c433 100644 --- a/testapidocs/deprecated-list.html +++ b/testapidocs/deprecated-list.html @@ -2,16 +2,16 @@ - + -Deprecated List (API-The MovieDB 4.1-SNAPSHOT Test API) - +Deprecated List (API-The MovieDB 4.1 Test API) + @@ -112,6 +112,6 @@ -

    Copyright © 2012–2015. All rights reserved.

    +

    Copyright © 2012-2016. All Rights Reserved.

    diff --git a/testapidocs/help-doc.html b/testapidocs/help-doc.html index a7ef3cea0..ce497d723 100644 --- a/testapidocs/help-doc.html +++ b/testapidocs/help-doc.html @@ -2,16 +2,16 @@ - + -API Help (API-The MovieDB 4.1-SNAPSHOT Test API) - +API Help (API-The MovieDB 4.1 Test API) + @@ -217,6 +217,6 @@ -

    Copyright © 2012–2015. All rights reserved.

    +

    Copyright © 2012-2016. All Rights Reserved.

    diff --git a/testapidocs/index-all.html b/testapidocs/index-all.html index 04becb5c3..60937ab78 100644 --- a/testapidocs/index-all.html +++ b/testapidocs/index-all.html @@ -2,16 +2,16 @@ - + -Index (API-The MovieDB 4.1-SNAPSHOT Test API) - +Index (API-The MovieDB 4.1 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
     
    @@ -387,31 +387,33 @@
     
    tearDownClass() - Static method in class com.omertron.themoviedbapi.tools.ApiUrlTest
     
    -
    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
    @@ -425,7 +427,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
    @@ -843,7 +845,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
     
    @@ -1015,11 +1019,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  @@ -1068,6 +1072,6 @@ -

    Copyright © 2012–2015. All rights reserved.

    +

    Copyright © 2012-2016. All Rights Reserved.

    diff --git a/testapidocs/index.html b/testapidocs/index.html index e482c1785..196e0e64a 100644 --- a/testapidocs/index.html +++ b/testapidocs/index.html @@ -2,9 +2,9 @@ - + -API-The MovieDB 4.1-SNAPSHOT Test API +API-The MovieDB 4.1 Test API @@ -64,7 +64,7 @@
    -

    API-The MovieDB 4.1-SNAPSHOT Test API

    +

    API-The MovieDB 4.1 Test API

    @@ -134,6 +134,6 @@ -

    Copyright © 2012–2015. All rights reserved.

    +

    Copyright © 2012-2016. All Rights Reserved.

    diff --git a/testapidocs/overview-tree.html b/testapidocs/overview-tree.html index b0a508fae..5e3c26c9a 100644 --- a/testapidocs/overview-tree.html +++ b/testapidocs/overview-tree.html @@ -2,16 +2,16 @@ - + -Class Hierarchy (API-The MovieDB 4.1-SNAPSHOT Test API) - +Class Hierarchy (API-The MovieDB 4.1 Test API) + @@ -75,7 +75,7 @@

    Class Hierarchy

    -

    Copyright © 2012–2015. All rights reserved.

    +

    Copyright © 2012-2016. All Rights Reserved.

    diff --git a/testapidocs/packages b/testapidocs/packages new file mode 100644 index 000000000..1cd3e9438 --- /dev/null +++ b/testapidocs/packages @@ -0,0 +1,3 @@ +com.omertron.themoviedbapi.tools +com.omertron.themoviedbapi +com.omertron.themoviedbapi.methods \ No newline at end of file