diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 167f627a2..95865ed1f 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + All Classes (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 39c58bf64..fe3984971 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + All Classes (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html index dabeb1f10..ac015bdb8 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html @@ -2,10 +2,10 @@ - + MovieDbException.MovieDbExceptionType (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,10 +85,10 @@
@@ -170,7 +170,7 @@ extends static MovieDbException.MovieDbExceptionType -valueOf(String name) +valueOf(String name)
Returns the enum constant of this type with the specified name.
@@ -186,15 +186,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 @@ -314,7 +314,7 @@ the order they are declared diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.html index 4a7109eb7..11a779fae 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.html @@ -2,10 +2,10 @@ - + MovieDbException (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,13 +85,13 @@
    @@ -228,8 +228,8 @@ extends

    MovieDbException

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

    -
    public String getResponse()
    +
    public String getResponse()
  • diff --git a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html index 4ba9f6ade..083345e8b 100644 --- a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html @@ -2,10 +2,10 @@ - + TheMovieDbApi (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -525,7 +525,7 @@ extends
  • TheMovieDbApi

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

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

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

    compareMovies

    public static boolean compareMovies(MovieDb moviedb,
    -                    String title,
    -                    String year)
    + String title, + String year)
    Compare the MovieDB object with a title & year
    Parameters:
    moviedb - The moviedb object to compare too
    title - The title of the movie to compare
    year - The year of the movie to compare exact match
    Returns:
    True if there is a match, False otherwise.
    @@ -598,8 +598,8 @@ extends

    compareMovies

    public static boolean compareMovies(MovieDb moviedb,
    -                    String title,
    -                    String year,
    +                    String title,
    +                    String year,
                         int maxDistance)
    Compare the MovieDB object with a title & year
    Parameters:
    moviedb - The moviedb object to compare too
    title - The title of the movie to compare
    year - The year of the movie to compare
    maxDistance - The Levenshtein Distance between the two titles. 0 = exact match
    @@ -622,8 +622,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 -
    @@ -695,7 +695,7 @@ extends

    getMovieInfo

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

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

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

    -
    public List<Person> getMovieCasts(int movieId)
    +
    public List<Person> getMovieCasts(int movieId)
                                throws MovieDbException
    Get the cast information for a specific movie id. @@ -759,8 +759,8 @@ extends
  • getMovieImages

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

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

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

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

    -
    public List<Translation> getMovieTranslations(int movieId)
    +
    public List<Translation> getMovieTranslations(int movieId)
                                            throws MovieDbException
    This method is used to retrieve a list of the available translations for a specific movie.
    Parameters:
    movieId -
    @@ -836,8 +836,8 @@ extends
  • getSimilarMovies

    -
    public List<MovieDb> getSimilarMovies(int movieId,
    -                             String language,
    +
    public List<MovieDb> getSimilarMovies(int movieId,
    +                             String language,
                                  int page)
                                    throws MovieDbException
    The similar movies method will let you retrieve the similar movies for a particular movie. @@ -856,8 +856,8 @@ extends
  • getMovieLists

    -
    public List<MovieList> getMovieLists(int movieId,
    -                            String language,
    +
    public List<MovieList> getMovieLists(int movieId,
    +                            String language,
                                 int page)
                                   throws MovieDbException
    Get the lists that the movie belongs to
    @@ -872,10 +872,10 @@ extends
  • getMovieChanges

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

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

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

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

    -
    public List<MovieDb> getTopRatedMovies(String language,
    +
    public List<MovieDb> getTopRatedMovies(String language,
                                   int page)
                                     throws MovieDbException
    This method is used to retrieve the top rated movies that have over 10 votes on TMDb. @@ -988,8 +988,8 @@ public 
  • postMovieRating

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

    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. @@ -1022,8 +1022,8 @@ public 
  • getCollectionImages

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

    -
    public List<PersonCredit> getPersonCredits(int personId)
    +
    public List<PersonCredit> getPersonCredits(int personId)
                                         throws MovieDbException
    This method is used to retrieve all of the cast & crew information for the person. @@ -1069,7 +1069,7 @@ public 
  • getPersonImages

    -
    public List<Artwork> getPersonImages(int personId)
    +
    public List<Artwork> getPersonImages(int personId)
                                   throws MovieDbException
    This method is used to retrieve all of the profile images for a person.
    Parameters:
    personId -
    @@ -1084,8 +1084,8 @@ public 

    getPersonChanges

    public void getPersonChanges(int personId,
    -                    String startDate,
    -                    String endDate)
    +                    String startDate,
    +                    String endDate)
                           throws MovieDbException
    Get the changes for a specific person id. @@ -1134,8 +1134,8 @@ public 
  • getCompanyMovies

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

    -
    public List<Genre> getGenreList(String language)
    +
    public List<Genre> getGenreList(String language)
                              throws MovieDbException
    You can use this method to retrieve the list of genres used on TMDb. @@ -1170,9 +1170,9 @@ public 
  • getGenreMovies

    -
    @Deprecated
    -public List<MovieDb> getGenreMovies(int genreId,
    -                                      String language,
    +
    @Deprecated
    +public List<MovieDb> getGenreMovies(int genreId,
    +                                      String language,
                                           int page)
                                  throws MovieDbException
    Deprecated. 
    @@ -1186,8 +1186,8 @@ public 
  • getGenreMovies

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

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

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

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

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

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

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

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

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

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

    getMovieChangesList

    public void getMovieChangesList(int page,
    -                       String startDate,
    -                       String endDate)
    +                       String startDate,
    +                       String endDate)
                              throws MovieDbException
    Throws:
    MovieDbException
    @@ -1372,8 +1372,8 @@ public 

    getPersonChangesList

    public void getPersonChangesList(int page,
    -                        String startDate,
    -                        String endDate)
    +                        String startDate,
    +                        String endDate)
                               throws MovieDbException
    Throws:
    MovieDbException
    diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html index 42fb29441..8dbd32ab1 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -102,7 +102,7 @@ static MovieDbException.MovieDbExceptionType -MovieDbException.MovieDbExceptionType.valueOf(String name) +MovieDbException.MovieDbExceptionType.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -123,12 +123,12 @@ the order they are declared.
  • MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, - String response)  + String response)  MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, - String response, - Throwable cause)  + String response, + Throwable cause)  diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html index d21226fac..e02be76b6 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -101,9 +101,9 @@ -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
    @@ -114,16 +114,16 @@ -List<Artwork> +List<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.
    @@ -134,31 +134,31 @@ -List<MovieDb> +List<MovieDb> TheMovieDbApi.getCompanyMovies(int companyId, - String language, + String language, int page)
    This method is used to retrieve the movies associated with a company.
    -List<Genre> -TheMovieDbApi.getGenreList(String language) +List<Genre> +TheMovieDbApi.getGenreList(String language)
    You can use this method to retrieve the list of genres used on TMDb.
    -List<MovieDb> +List<MovieDb> TheMovieDbApi.getGenreMovies(int genreId, - String language, + String language, int page)
    Deprecated. 
    -List<MovieDb> +List<MovieDb> TheMovieDbApi.getGenreMovies(int genreId, - String language, + String language, int page, boolean includeAllMovies)
    Get a list of movies per genre.
    @@ -172,14 +172,14 @@ Keyword -TheMovieDbApi.getKeyword(String keywordId) +TheMovieDbApi.getKeyword(String keywordId)
    Get the basic information for a specific keyword id.
    -List<KeywordMovie> -TheMovieDbApi.getKeywordMovies(String keywordId, - String language, +List<KeywordMovie> +TheMovieDbApi.getKeywordMovies(String keywordId, + String language, int page)
    Get the list of movies for a particular keyword by id.
    @@ -192,95 +192,95 @@ MovieDbList -TheMovieDbApi.getList(String listId) +TheMovieDbApi.getList(String listId)
    Get a list by its ID
    -List<AlternativeTitle> +List<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.
    -List<Person> +List<Person> TheMovieDbApi.getMovieCasts(int movieId)
    Get the cast information for a specific movie id.
    -List<MovieChanges> +List<MovieChanges> TheMovieDbApi.getMovieChanges(int movieId, - String startDate, - String endDate) + String startDate, + String endDate)
    Deprecated. 
    void TheMovieDbApi.getMovieChangesList(int page, - String startDate, - String endDate)  + String startDate, + String endDate)  -List<Artwork> +List<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.
    MovieDb TheMovieDbApi.getMovieInfo(int movieId, - String language) + String language)
    This method is used to retrieve all of the basic movie information.
    MovieDb -TheMovieDbApi.getMovieInfoImdb(String imdbId, - String language) +TheMovieDbApi.getMovieInfoImdb(String imdbId, + String language)
    This method is used to retrieve all of the basic movie information.
    -List<Keyword> +List<Keyword> TheMovieDbApi.getMovieKeywords(int movieId)
    This method is used to retrieve all of the keywords that have been added to a particular movie.
    -List<MovieList> +List<MovieList> TheMovieDbApi.getMovieLists(int movieId, - String language, + String language, int page)
    Get the lists that the movie belongs to
    -List<ReleaseInfo> +List<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.
    -List<Trailer> +List<Trailer> TheMovieDbApi.getMovieTrailers(int movieId, - String language) + String language)
    This method is used to retrieve all of the trailers for a particular movie.
    -List<Translation> +List<Translation> TheMovieDbApi.getMovieTranslations(int movieId)
    This method is used to retrieve a list of the available translations for a specific movie.
    -List<MovieDb> -TheMovieDbApi.getNowPlayingMovies(String language, +List<MovieDb> +TheMovieDbApi.getNowPlayingMovies(String language, int page)
    This method is used to retrieve the movies currently in theatres.
    @@ -288,25 +288,25 @@ void TheMovieDbApi.getPersonChanges(int personId, - String startDate, - String endDate) + String startDate, + String endDate)
    Get the changes for a specific person id.
    void TheMovieDbApi.getPersonChangesList(int page, - String startDate, - String endDate)  + String startDate, + String endDate)
      -List<PersonCredit> +List<PersonCredit> TheMovieDbApi.getPersonCredits(int personId)
    This method is used to retrieve all of the cast & crew information for the person.
    -List<Artwork> +List<Artwork> TheMovieDbApi.getPersonImages(int personId)
    This method is used to retrieve all of the profile images for a person.
    @@ -324,8 +324,8 @@ -List<MovieDb> -TheMovieDbApi.getPopularMovieList(String language, +List<MovieDb> +TheMovieDbApi.getPopularMovieList(String language, int page)
    This method is used to retrieve the daily movie popularity list.
    @@ -337,77 +337,77 @@ -List<MovieDb> +List<MovieDb> TheMovieDbApi.getSimilarMovies(int movieId, - String language, + String language, int page)
    The similar movies method will let you retrieve the similar movies for a particular movie.
    -List<MovieDb> -TheMovieDbApi.getTopRatedMovies(String language, +List<MovieDb> +TheMovieDbApi.getTopRatedMovies(String language, int page)
    This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
    -List<MovieDb> -TheMovieDbApi.getUpcoming(String language, +List<MovieDb> +TheMovieDbApi.getUpcoming(String language, int page)
    Get the list of upcoming movies.
    boolean -TheMovieDbApi.postMovieRating(String sessionId, - String rating) +TheMovieDbApi.postMovieRating(String sessionId, + String rating)
    This method lets users rate a movie.
    -List<Collection> -TheMovieDbApi.searchCollection(String query, - String language, +List<Collection> +TheMovieDbApi.searchCollection(String query, + String language, int page)
    Search for collections by name.
    -List<Company> -TheMovieDbApi.searchCompanies(String companyName, +List<Company> +TheMovieDbApi.searchCompanies(String companyName, int page)
    Search Companies.
    -List<Keyword> -TheMovieDbApi.searchKeyword(String query, +List<Keyword> +TheMovieDbApi.searchKeyword(String query, int page)
    Search for keywords by name
    -List<MovieList> -TheMovieDbApi.searchList(String query, - String language, +List<MovieList> +TheMovieDbApi.searchList(String query, + String language, int page)
    Search for lists by name and description.
    -List<MovieDb> -TheMovieDbApi.searchMovie(String movieName, +List<MovieDb> +TheMovieDbApi.searchMovie(String movieName, int searchYear, - String language, + String language, boolean includeAdult, int page)
    Search Movies This is a good starting point to start finding movies on TMDb.
    -List<Person> -TheMovieDbApi.searchPeople(String personName, +List<Person> +TheMovieDbApi.searchPeople(String personName, boolean includeAdult, int page)
    This is a good starting point to start finding people on TMDb.
    @@ -422,7 +422,7 @@ -TheMovieDbApi(String apiKey) +TheMovieDbApi(String apiKey)
    API for The Movie Db.
    @@ -441,16 +441,16 @@ -static URLConnection -WebBrowser.openProxiedConnection(URL url)  +static URLConnection +WebBrowser.openProxiedConnection(URL url)  -static String -WebBrowser.request(String url)  +static String +WebBrowser.request(String url)  -static String -WebBrowser.request(URL url)  +static String +WebBrowser.request(URL url)  diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html index fd632980d..2dc1add9a 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -97,14 +97,14 @@ ApiUrl(TheMovieDbApi tmdb, - String method) + String method)
    Constructor for the simple API URL method without a sub-method
    ApiUrl(TheMovieDbApi tmdb, - String method, - String submethod) + String method, + String submethod)
    Constructor for the API URL with a sub-method
    diff --git a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html index 3a27d2ebe..ffc0c79ad 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html @@ -2,10 +2,10 @@ - + AlternativeTitle (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
  • Author:
    Stuart
    See Also:
    Serialized Form
    @@ -144,20 +144,20 @@ implements boolean -equals(Object obj)  +equals(Object obj)  -String +String getCountry()  -String +String getTitle()  void -handleUnknown(String key, - Object value) +handleUnknown(String key, + Object value)
    Handle unknown properties and print a message
    @@ -167,14 +167,14 @@ implements void -setCountry(String country)  +setCountry(String country)  void -setTitle(String title)  +setTitle(String title)  -String +String toString()  @@ -182,8 +182,8 @@ implements -

    Methods inherited from class java.lang.Object

    -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • @@ -222,7 +222,7 @@ implements
  • getCountry

    -
    public String getCountry()
    +
    public String getCountry()
  • @@ -231,7 +231,7 @@ implements
  • getTitle

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

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

    -
    public void setTitle(String title)
    +
    public void setTitle(String title)
  • @@ -258,8 +258,8 @@ implements
  • handleUnknown

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

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/Artwork.html index bfc3c496b..2ccf26fed 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/Artwork.html @@ -2,10 +2,10 @@ - + Artwork (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    The artwork type information
    Author:
    Stuart
    @@ -145,7 +145,7 @@ implements boolean -equals(Object obj)  +equals(Object obj)  ArtworkType @@ -156,11 +156,11 @@ implements getAspectRatio()  -String +String getFilePath()  -String +String getFlag()  @@ -168,7 +168,7 @@ implements getHeight()  -String +String getLanguage()  @@ -185,8 +185,8 @@ implements void -handleUnknown(String key, - Object value) +handleUnknown(String key, + Object value)
    Handle unknown properties and print a message
    @@ -204,11 +204,11 @@ implements void -setFilePath(String filePath)  +setFilePath(String filePath)  void -setFlag(String flag)  +setFlag(String flag)  void @@ -216,7 +216,7 @@ implements void -setLanguage(String language)  +setLanguage(String language)  void @@ -231,7 +231,7 @@ implements setWidth(int width)  -String +String toString()  @@ -239,8 +239,8 @@ implements -

    Methods inherited from class java.lang.Object

    -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • @@ -297,7 +297,7 @@ implements
  • getFilePath

    -
    public String getFilePath()
    +
    public String getFilePath()
  • @@ -315,7 +315,7 @@ implements
  • getLanguage

    -
    public String getLanguage()
    +
    public String getLanguage()
  • @@ -351,7 +351,7 @@ implements
  • getFlag

    -
    public String getFlag()
    +
    public String getFlag()
  • @@ -378,7 +378,7 @@ implements
  • setFilePath

    -
    public void setFilePath(String filePath)
    +
    public void setFilePath(String filePath)
  • @@ -396,7 +396,7 @@ implements
  • setLanguage

    -
    public void setLanguage(String language)
    +
    public void setLanguage(String language)
  • @@ -432,7 +432,7 @@ implements
  • setFlag

    -
    public void setFlag(String flag)
    +
    public void setFlag(String flag)
  • @@ -441,8 +441,8 @@ implements
  • handleUnknown

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

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html index de91c3e18..4221eb859 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html @@ -2,10 +2,10 @@ - + ArtworkType (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,10 +85,10 @@
    ArtworkType enum List of the artwork types that are available
  • @@ -152,7 +152,7 @@ extends static ArtworkType -valueOf(String name) +valueOf(String name)
    Returns the enum constant of this type with the specified name.
    @@ -168,15 +168,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
  • @@ -251,7 +251,7 @@ the order they are declared
    • 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 @@ -259,9 +259,9 @@ 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 +
      IllegalArgumentException - if this enum type has no constant with the specified name
      -
      NullPointerException - if the argument is null
      +
      NullPointerException - if the argument is null
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html index 75a7ca61a..399d8a794 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html @@ -2,10 +2,10 @@ - + ChangeItem (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -135,15 +135,15 @@ extends Method and Description -String +String getAction()  -String +String getId()  -String +String getLanguage()  @@ -151,7 +151,7 @@ extends getOriginalValue()  -String +String getTime()  @@ -160,22 +160,22 @@ extends void -handleUnknown(String key, - Object value) +handleUnknown(String key, + Object value)
    Handle unknown properties and print a message
    void -setAction(String action)  +setAction(String action)  void -setId(String id)  +setId(String id)  void -setLanguage(String language)  +setLanguage(String language)  void @@ -183,14 +183,14 @@ extends void -setTime(String time)  +setTime(String time)  void setValue(ChangeValue value)  -String +String toString()  @@ -198,8 +198,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 @@ -238,7 +238,7 @@ extends
  • getId

    -
    public String getId()
    +
    public String getId()
  • @@ -247,7 +247,7 @@ extends
  • getAction

    -
    public String getAction()
    +
    public String getAction()
  • @@ -256,7 +256,7 @@ extends
  • getTime

    -
    public String getTime()
    +
    public String getTime()
  • @@ -283,7 +283,7 @@ extends
  • getLanguage

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

    -
    public void setId(String id)
    +
    public void setId(String id)
  • @@ -301,7 +301,7 @@ extends
  • setAction

    -
    public void setAction(String action)
    +
    public void setAction(String action)
  • @@ -310,7 +310,7 @@ extends
  • setTime

    -
    public void setTime(String time)
    +
    public void setTime(String time)
  • @@ -337,7 +337,7 @@ extends
  • setLanguage

    -
    public void setLanguage(String language)
    +
    public void setLanguage(String language)
  • @@ -346,10 +346,10 @@ extends
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • @@ -359,8 +359,8 @@ extends
  • handleUnknown

    -
    public void handleUnknown(String key,
    -                 Object value)
    +
    public void handleUnknown(String key,
    +                 Object value)
    Handle unknown properties and print a message
    Parameters:
    key -
    value -
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html b/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html index 4a266f22d..32368e950 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html @@ -2,10 +2,10 @@ - + ChangeValue (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -143,11 +143,11 @@ extends getId()  -String +String getLanguage()  -String +String getName()  @@ -155,17 +155,17 @@ extends getPoster()  -String +String getSite()  -String +String getTitle()  void -handleUnknown(String key, - Object value) +handleUnknown(String key, + Object value)
    Handle unknown properties and print a message
    @@ -179,11 +179,11 @@ extends void -setLanguage(String language)  +setLanguage(String language)  void -setName(String name)  +setName(String name)  void @@ -191,19 +191,19 @@ extends void -setSite(String site)  +setSite(String site)  void -setTitle(String title)  +setTitle(String title)  @@ -260,7 +260,7 @@ extends
  • getTitle

    -
    public String getTitle()
    +
    public String getTitle()
  • @@ -269,7 +269,7 @@ extends
  • getLanguage

    -
    public String getLanguage()
    +
    public String getLanguage()
  • @@ -278,7 +278,7 @@ extends
  • getSite

    -
    public String getSite()
    +
    public String getSite()
  • @@ -287,7 +287,7 @@ extends
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -323,7 +323,7 @@ extends
  • setTitle

    -
    public void setTitle(String title)
    +
    public void setTitle(String title)
  • @@ -332,7 +332,7 @@ extends
  • setLanguage

    -
    public void setLanguage(String language)
    +
    public void setLanguage(String language)
  • @@ -341,7 +341,7 @@ extends
  • setSite

    -
    public void setSite(String site)
    +
    public void setSite(String site)
  • @@ -350,7 +350,7 @@ extends
  • setName

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

    -
    public void handleUnknown(String key,
    -                 Object value)
    +
    public void handleUnknown(String key,
    +                 Object value)
    Handle unknown properties and print a message
    Parameters:
    key -
    value -
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/Collection.html b/apidocs/com/omertron/themoviedbapi/model/Collection.html index dafe10139..5c6d4d1b3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/Collection.html @@ -2,10 +2,10 @@ - + Collection (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -254,7 +254,7 @@ implements
  • getBackdropPath

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

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

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

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

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

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

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

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

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

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

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

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html index 5e479807f..1f57ac801 100644 --- a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html @@ -2,10 +2,10 @@ - + CollectionInfo (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -238,7 +238,7 @@ implements
  • getBackdropPath

    -
    public String getBackdropPath()
    +
    public String getBackdropPath()
  • @@ -256,7 +256,7 @@ implements
  • getName

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

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

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

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

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -310,7 +310,7 @@ implements
  • setParts

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

    -
    public void setPosterPath(String posterPath)
    +
    public void setPosterPath(String posterPath)
  • @@ -328,8 +328,8 @@ implements
  • handleUnknown

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/Company.html b/apidocs/com/omertron/themoviedbapi/model/Company.html index 33c82b2e3..299ce8ea8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/Company.html @@ -2,10 +2,10 @@ - + Company (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -264,7 +264,7 @@ implements
  • getDescription

    -
    public String getDescription()
    +
    public String getDescription()
  • @@ -273,7 +273,7 @@ implements
  • getHeadquarters

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

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

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

    -
    public String getName()
    +
    public String getName()
  • @@ -309,7 +309,7 @@ implements
  • getParentCompany

    -
    public String getParentCompany()
    +
    public String getParentCompany()
  • @@ -327,7 +327,7 @@ implements
  • setDescription

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

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

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

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

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -372,7 +372,7 @@ implements
  • setParentCompany

    -
    public void setParentCompany(String parentCompany)
    +
    public void setParentCompany(String parentCompany)
  • @@ -381,8 +381,8 @@ implements
  • handleUnknown

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html index 7f981b184..ea1c5cd61 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/Genre.html @@ -2,10 +2,10 @@ - + Genre (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -231,7 +231,7 @@ implements
  • getName

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

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

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

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/Keyword.html index a3b5d66f8..2344ffd4d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/Keyword.html @@ -2,10 +2,10 @@ - + Keyword (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -231,7 +231,7 @@ implements
  • getName

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

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

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

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html index 18283cb1f..6b65a66f0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html @@ -2,10 +2,10 @@ - + KeywordMovie (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -271,7 +271,7 @@ implements
  • getBackdropPath

    -
    public String getBackdropPath()
    +
    public String getBackdropPath()
  • @@ -280,7 +280,7 @@ implements
  • getId

    -
    public String getId()
    +
    public String getId()
  • @@ -289,7 +289,7 @@ implements
  • getOriginalTitle

    -
    public String getOriginalTitle()
    +
    public String getOriginalTitle()
  • @@ -298,7 +298,7 @@ implements
  • getReleaseDate

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

    -
    public String getPosterPath()
    +
    public String getPosterPath()
  • @@ -316,7 +316,7 @@ implements
  • getTitle

    -
    public String getTitle()
    +
    public String getTitle()
  • @@ -343,7 +343,7 @@ implements
  • setBackdropPath

    -
    public void setBackdropPath(String backdropPath)
    +
    public void setBackdropPath(String backdropPath)
  • @@ -352,7 +352,7 @@ implements
  • setId

    -
    public void setId(String id)
    +
    public void setId(String id)
  • @@ -361,7 +361,7 @@ implements
  • setOriginalTitle

    -
    public void setOriginalTitle(String originalTitle)
    +
    public void setOriginalTitle(String originalTitle)
  • @@ -370,7 +370,7 @@ implements
  • setReleaseDate

    -
    public void setReleaseDate(String releaseDate)
    +
    public void setReleaseDate(String releaseDate)
  • @@ -379,7 +379,7 @@ implements
  • setPosterPath

    -
    public void setPosterPath(String posterPath)
    +
    public void setPosterPath(String posterPath)
  • @@ -388,7 +388,7 @@ implements
  • setTitle

    -
    public void setTitle(String title)
    +
    public void setTitle(String title)
  • @@ -415,8 +415,8 @@ implements
  • handleUnknown

    -
    public void handleUnknown(String key,
    -                 Object value)
    +
    public void handleUnknown(String key,
    +                 Object value)
    Handle unknown properties and print a message
    Parameters:
    key -
    value -
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html index 208c4e913..d907b09b9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/Language.html @@ -2,10 +2,10 @@ - + Language (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -222,7 +222,7 @@ implements
  • getIsoCode

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

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

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

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

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

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html b/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html index 381abfb03..439131018 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html @@ -2,10 +2,10 @@ - + MovieChanges (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -219,7 +219,7 @@ implements
  • getItems

    -
    public List<ChangeItem> getItems()
    +
    public List<ChangeItem> getItems()
  • @@ -228,7 +228,7 @@ implements
  • setKey

    -
    public void setKey(String key)
    +
    public void setKey(String key)
  • @@ -237,7 +237,7 @@ implements
  • setItems

    -
    public void setItems(List<ChangeItem> items)
    +
    public void setItems(List<ChangeItem> items)
  • @@ -246,8 +246,8 @@ implements
  • handleUnknown

    -
    public void handleUnknown(String key,
    -                 Object value)
    +
    public void handleUnknown(String key,
    +                 Object value)
    Handle unknown properties and print a message
    Parameters:
    key -
    value -
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html index ff573ca69..3f375dc92 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html @@ -2,10 +2,10 @@ - + MovieDb (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -391,7 +391,7 @@ implements
  • getBackdropPath

    -
    public String getBackdropPath()
    +
    public String getBackdropPath()
  • @@ -409,7 +409,7 @@ implements
  • getOriginalTitle

    -
    public String getOriginalTitle()
    +
    public String getOriginalTitle()
  • @@ -427,7 +427,7 @@ implements
  • getPosterPath

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

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

    -
    public String getTitle()
    +
    public String getTitle()
  • @@ -481,7 +481,7 @@ implements
  • getGenres

    -
    public List<Genre> getGenres()
    +
    public List<Genre> getGenres()
  • @@ -490,7 +490,7 @@ implements
  • getHomepage

    -
    public String getHomepage()
    +
    public String getHomepage()
  • @@ -499,7 +499,7 @@ implements
  • getImdbID

    -
    public String getImdbID()
    +
    public String getImdbID()
  • @@ -508,7 +508,7 @@ implements
  • getOverview

    -
    public String getOverview()
    +
    public String getOverview()
  • @@ -517,7 +517,7 @@ implements
  • getProductionCompanies

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

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

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

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

    -
    public String getStatus()
    +
    public String getStatus()
  • @@ -598,7 +598,7 @@ implements
  • setBackdropPath

    -
    public void setBackdropPath(String backdropPath)
    +
    public void setBackdropPath(String backdropPath)
  • @@ -616,7 +616,7 @@ implements
  • setOriginalTitle

    -
    public void setOriginalTitle(String originalTitle)
    +
    public void setOriginalTitle(String originalTitle)
  • @@ -634,7 +634,7 @@ implements
  • setPosterPath

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

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

    -
    public void setTitle(String title)
    +
    public void setTitle(String title)
  • @@ -688,7 +688,7 @@ implements
  • setGenres

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

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

    -
    public void setImdbID(String imdbID)
    +
    public void setImdbID(String imdbID)
  • @@ -715,7 +715,7 @@ implements
  • setOverview

    -
    public void setOverview(String overview)
    +
    public void setOverview(String overview)
  • @@ -724,7 +724,7 @@ implements
  • setProductionCompanies

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

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

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

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

    -
    public void setStatus(String status)
    +
    public void setStatus(String status)
  • @@ -805,8 +805,8 @@ implements
  • handleUnknown

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

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html index 95c287710..87cf64089 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html @@ -2,10 +2,10 @@ - + MovieDbList (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -270,7 +270,7 @@ extends
  • getCreatedBy

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

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

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

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

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

    -
    public String getPosterPath()
    +
    public String getPosterPath()
  • @@ -342,7 +342,7 @@ extends
  • setId

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

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

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

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

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

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

    -
    public void setPosterPath(String posterPath)
    +
    public void setPosterPath(String posterPath)
  • @@ -423,8 +423,8 @@ extends
  • handleUnknown

    -
    public void handleUnknown(String key,
    -                 Object value)
    +
    public void handleUnknown(String key,
    +                 Object value)
    Handle unknown properties and print a message
    Parameters:
    key -
    value -
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/MovieList.html index 2b142e623..de6225b7d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieList.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieList.html @@ -2,10 +2,10 @@ - + MovieList (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -262,7 +262,7 @@ implements
  • getDescription

    -
    public String getDescription()
    +
    public String getDescription()
  • @@ -280,7 +280,7 @@ implements
  • getId

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

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

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

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

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

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

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

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

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

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

    -
    public void setListType(String listType)
    +
    public void setListType(String listType)
  • @@ -406,8 +406,8 @@ implements
  • handleUnknown

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/Person.html b/apidocs/com/omertron/themoviedbapi/model/Person.html index f38fae2b6..f868e1e28 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/Person.html @@ -2,10 +2,10 @@ - + Person (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -363,10 +363,10 @@ implements

    addCrew

    public void addCrew(int id,
    -           String name,
    -           String profilePath,
    -           String department,
    -           String job)
    + String name, + String profilePath, + String department, + String job)
    Add a crew member
    Parameters:
    id -
    name -
    profilePath -
    department -
    job -
    @@ -378,9 +378,9 @@ implements

    addCast

    public void addCast(int id,
    -           String name,
    -           String profilePath,
    -           String character,
    +           String name,
    +           String profilePath,
    +           String character,
                int order)
    Add a cast member
    Parameters:
    id -
    name -
    profilePath -
    character -
    order -
    @@ -392,7 +392,7 @@ implements
  • getCharacter

    -
    public String getCharacter()
    +
    public String getCharacter()
  • @@ -401,7 +401,7 @@ implements
  • getDepartment

    -
    public String getDepartment()
    +
    public String getDepartment()
  • @@ -419,7 +419,7 @@ implements
  • getJob

    -
    public String getJob()
    +
    public String getJob()
  • @@ -428,7 +428,7 @@ implements
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -455,7 +455,7 @@ implements
  • getProfilePath

    -
    public String getProfilePath()
    +
    public String getProfilePath()
  • @@ -473,7 +473,7 @@ implements
  • getAka

    -
    public List<String> getAka()
    +
    public List<String> getAka()
  • @@ -482,7 +482,7 @@ implements
  • getBiography

    -
    public String getBiography()
    +
    public String getBiography()
  • @@ -491,7 +491,7 @@ implements
  • getBirthday

    -
    public String getBirthday()
    +
    public String getBirthday()
  • @@ -500,7 +500,7 @@ implements
  • getBirthplace

    -
    public String getBirthplace()
    +
    public String getBirthplace()
  • @@ -509,7 +509,7 @@ implements
  • getDeathday

    -
    public String getDeathday()
    +
    public String getDeathday()
  • @@ -518,7 +518,7 @@ implements
  • getHomepage

    -
    public String getHomepage()
    +
    public String getHomepage()
  • @@ -527,7 +527,7 @@ implements
  • getImdbId

    -
    public String getImdbId()
    +
    public String getImdbId()
  • @@ -545,7 +545,7 @@ implements
  • setCharacter

    -
    public void setCharacter(String character)
    +
    public void setCharacter(String character)
  • @@ -554,7 +554,7 @@ implements
  • setDepartment

    -
    public void setDepartment(String department)
    +
    public void setDepartment(String department)
  • @@ -572,7 +572,7 @@ implements
  • setJob

    -
    public void setJob(String job)
    +
    public void setJob(String job)
  • @@ -581,7 +581,7 @@ implements
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -608,7 +608,7 @@ implements
  • setProfilePath

    -
    public void setProfilePath(String profilePath)
    +
    public void setProfilePath(String profilePath)
  • @@ -626,7 +626,7 @@ implements
  • setAka

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

    -
    public void setBiography(String biography)
    +
    public void setBiography(String biography)
  • @@ -644,7 +644,7 @@ implements
  • setBirthday

    -
    public void setBirthday(String birthday)
    +
    public void setBirthday(String birthday)
  • @@ -653,7 +653,7 @@ implements
  • setBirthplace

    -
    public void setBirthplace(String birthplace)
    +
    public void setBirthplace(String birthplace)
  • @@ -662,7 +662,7 @@ implements
  • setDeathday

    -
    public void setDeathday(String deathday)
    +
    public void setDeathday(String deathday)
  • @@ -671,7 +671,7 @@ implements
  • setHomepage

    -
    public void setHomepage(String homepage)
    +
    public void setHomepage(String homepage)
  • @@ -680,7 +680,7 @@ implements
  • setImdbId

    -
    public void setImdbId(String imdbId)
    +
    public void setImdbId(String imdbId)
  • @@ -698,8 +698,8 @@ implements
  • handleUnknown

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

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html index c1f52d750..19db6b090 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html @@ -2,10 +2,10 @@ - + PersonCast (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -254,7 +254,7 @@ implements
  • getCharacter

    -
    public String getCharacter()
    +
    public String getCharacter()
  • @@ -272,7 +272,7 @@ implements
  • getName

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

    -
    public String getProfilePath()
    +
    public String getProfilePath()
  • @@ -308,7 +308,7 @@ implements
  • setCharacter

    -
    public void setCharacter(String character)
    +
    public void setCharacter(String character)
  • @@ -326,7 +326,7 @@ implements
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -344,7 +344,7 @@ implements
  • setProfilePath

    -
    public void setProfilePath(String profilePath)
    +
    public void setProfilePath(String profilePath)
  • @@ -362,8 +362,8 @@ implements
  • handleUnknown

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

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html index af89cf36a..672f6ea87 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html @@ -2,10 +2,10 @@ - + PersonCredit (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -278,7 +278,7 @@ implements
  • getCharacter

    -
    public String getCharacter()
    +
    public String getCharacter()
  • @@ -287,7 +287,7 @@ implements
  • getDepartment

    -
    public String getDepartment()
    +
    public String getDepartment()
  • @@ -296,7 +296,7 @@ implements
  • getJob

    -
    public String getJob()
    +
    public String getJob()
  • @@ -314,7 +314,7 @@ implements
  • getMovieOriginalTitle

    -
    public String getMovieOriginalTitle()
    +
    public String getMovieOriginalTitle()
  • @@ -323,7 +323,7 @@ implements
  • getMovieTitle

    -
    public String getMovieTitle()
    +
    public String getMovieTitle()
  • @@ -341,7 +341,7 @@ implements
  • getPosterPath

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

    -
    public String getReleaseDate()
    +
    public String getReleaseDate()
  • @@ -359,7 +359,7 @@ implements
  • getAdult

    -
    public String getAdult()
    +
    public String getAdult()
  • @@ -368,7 +368,7 @@ implements
  • setCharacter

    -
    public void setCharacter(String character)
    +
    public void setCharacter(String character)
  • @@ -377,7 +377,7 @@ implements
  • setDepartment

    -
    public void setDepartment(String department)
    +
    public void setDepartment(String department)
  • @@ -386,7 +386,7 @@ implements
  • setJob

    -
    public void setJob(String job)
    +
    public void setJob(String job)
  • @@ -404,7 +404,7 @@ implements
  • setMovieOriginalTitle

    -
    public void setMovieOriginalTitle(String movieOriginalTitle)
    +
    public void setMovieOriginalTitle(String movieOriginalTitle)
  • @@ -413,7 +413,7 @@ implements
  • setMovieTitle

    -
    public void setMovieTitle(String movieTitle)
    +
    public void setMovieTitle(String movieTitle)
  • @@ -431,7 +431,7 @@ implements
  • setPosterPath

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

    -
    public void setReleaseDate(String releaseDate)
    +
    public void setReleaseDate(String releaseDate)
  • @@ -449,7 +449,7 @@ implements
  • setAdult

    -
    public void setAdult(String adult)
    +
    public void setAdult(String adult)
  • @@ -458,8 +458,8 @@ implements
  • handleUnknown

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html index 4bddde376..fecfb10b6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html @@ -2,10 +2,10 @@ - + PersonCrew (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -246,7 +246,7 @@ implements
  • getDepartment

    -
    public String getDepartment()
    +
    public String getDepartment()
  • @@ -264,7 +264,7 @@ implements
  • getJob

    -
    public String getJob()
    +
    public String getJob()
  • @@ -273,7 +273,7 @@ implements
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -282,7 +282,7 @@ implements
  • getProfilePath

    -
    public String getProfilePath()
    +
    public String getProfilePath()
  • @@ -291,7 +291,7 @@ implements
  • setDepartment

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

    -
    public void setJob(String job)
    +
    public void setJob(String job)
  • @@ -318,7 +318,7 @@ implements
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -327,7 +327,7 @@ implements
  • setProfilePath

    -
    public void setProfilePath(String profilePath)
    +
    public void setProfilePath(String profilePath)
  • @@ -336,8 +336,8 @@ implements
  • handleUnknown

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

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/PersonType.html index 194d26a17..0cec34ad8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonType.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonType.html @@ -2,10 +2,10 @@ - + PersonType (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,10 +85,10 @@
  • -

    Methods inherited from class java.lang.Enum

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

    Methods inherited from class java.lang.Enum

    +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf @@ -252,7 +252,7 @@ the order they are declared diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html index 22ee06fe9..e8314e02b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html @@ -2,10 +2,10 @@ - + ProductionCompany (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -231,7 +231,7 @@ implements
  • getName

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

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

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

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html index 35fb1b682..3ad6723f9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html @@ -2,10 +2,10 @@ - + ProductionCountry (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -222,7 +222,7 @@ implements
  • getIsoCode

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

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

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

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

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

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html index c89931f85..a8d88d905 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html @@ -2,10 +2,10 @@ - + ReleaseInfo (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -230,7 +230,7 @@ implements
  • getCertification

    -
    public String getCertification()
    +
    public String getCertification()
  • @@ -239,7 +239,7 @@ implements
  • getCountry

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

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

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

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

    -
    public void setReleaseDate(String releaseDate)
    +
    public void setReleaseDate(String releaseDate)
  • @@ -284,8 +284,8 @@ implements
  • handleUnknown

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

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html index 061691bf1..9ec032416 100644 --- a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html @@ -2,10 +2,10 @@ - + StatusCode (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -232,7 +232,7 @@ implements
  • getStatusMessage

    -
    public String getStatusMessage()
    +
    public String getStatusMessage()
  • @@ -241,7 +241,7 @@ implements
  • setStatusMessage

    -
    public void setStatusMessage(String statusMessage)
    +
    public void setStatusMessage(String statusMessage)
  • @@ -250,8 +250,8 @@ implements
  • handleUnknown

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html index 352e3db99..f21898590 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html @@ -2,10 +2,10 @@ - + TmdbConfiguration (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -282,7 +282,7 @@ implements
  • getBackdropSizes

    -
    public List<String> getBackdropSizes()
    +
    public List<String> getBackdropSizes()
  • @@ -291,7 +291,7 @@ implements
  • getBaseUrl

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

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

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

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

    -
    public String getSecureBaseUrl()
    +
    public String getSecureBaseUrl()
  • @@ -336,7 +336,7 @@ implements
  • setBackdropSizes

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

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

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

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

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

    -
    public void setSecureBaseUrl(String secureBaseUrl)
    +
    public void setSecureBaseUrl(String secureBaseUrl)
  • @@ -401,7 +401,7 @@ implements
  • isValidPosterSize

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

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

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

    -
    public boolean isValidLogoSize(String logoSize)
    +
    public boolean isValidLogoSize(String logoSize)
    Check that the logo size is valid
    Parameters:
    logoSize -
  • @@ -445,7 +445,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 -
  • @@ -456,8 +456,8 @@ implements
  • handleUnknown

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html index 4a768abff..b5f53698f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html @@ -2,10 +2,10 @@ - + TokenAuthorisation (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -135,38 +135,38 @@ extends Method and Description -String +String getExpires()  -String +String getRequestToken()  -Boolean +Boolean getSuccess()  void -handleUnknown(String key, - Object value) +handleUnknown(String key, + Object value)
    Handle unknown properties and print a message
    void -setExpires(String expires)  +setExpires(String expires)  void -setRequestToken(String requestToken)  +setRequestToken(String requestToken)  void -setSuccess(Boolean success)  +setSuccess(Boolean success)  -String +String toString()  @@ -174,8 +174,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 @@ -214,7 +214,7 @@ extends
  • getExpires

    -
    public String getExpires()
    +
    public String getExpires()
  • @@ -223,7 +223,7 @@ extends
  • getRequestToken

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

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

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

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

    -
    public void setSuccess(Boolean success)
    +
    public void setSuccess(Boolean success)
  • @@ -268,8 +268,8 @@ extends
  • handleUnknown

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html index cfc6dab36..8d10ed38b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html @@ -2,10 +2,10 @@ - + TokenSession (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -135,62 +135,62 @@ extends Method and Description -String +String getExpiresAt()  -String +String getGuestSessionId()  -String +String getSessionId()  -String +String getStatusCode()  -String +String getStatusMessage()  -Boolean +Boolean getSuccess()  void -handleUnknown(String key, - Object value) +handleUnknown(String key, + Object value)
    Handle unknown properties and print a message
    void -setExpiresAt(String expiresAt)  +setExpiresAt(String expiresAt)  void -setGuestSessionId(String guestSessionId)  +setGuestSessionId(String guestSessionId)  void -setSessionId(String sessionId)  +setSessionId(String sessionId)  void -setStatusCode(String statusCode)  +setStatusCode(String statusCode)  void -setStatusMessage(String statusMessage)  +setStatusMessage(String statusMessage)  void -setSuccess(Boolean success)  +setSuccess(Boolean success)  -String +String toString()  @@ -198,8 +198,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 @@ -238,7 +238,7 @@ extends
  • getSessionId

    -
    public String getSessionId()
    +
    public String getSessionId()
  • @@ -247,7 +247,7 @@ extends
  • getSuccess

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

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

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

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

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

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

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

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

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

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

    -
    public void setExpiresAt(String expiresAt)
    +
    public void setExpiresAt(String expiresAt)
  • @@ -346,8 +346,8 @@ extends
  • handleUnknown

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/Trailer.html index a7b94ac2f..0909fc600 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/Trailer.html @@ -2,10 +2,10 @@ - + Trailer (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -244,7 +244,7 @@ implements
  • WEBSITE_YOUTUBE

    -
    public static final String WEBSITE_YOUTUBE
    +
    public static final String WEBSITE_YOUTUBE
    See Also:
    Constant Field Values
  • @@ -254,7 +254,7 @@ implements
  • WEBSITE_QUICKTIME

    -
    public static final String WEBSITE_QUICKTIME
    +
    public static final String WEBSITE_QUICKTIME
    See Also:
    Constant Field Values
  • @@ -289,7 +289,7 @@ implements
  • getName

    -
    public String getName()
    +
    public String getName()
  • @@ -298,7 +298,7 @@ implements
  • getSize

    -
    public String getSize()
    +
    public String getSize()
  • @@ -307,7 +307,7 @@ implements
  • getSource

    -
    public String getSource()
    +
    public String getSource()
  • @@ -316,7 +316,7 @@ implements
  • getWebsite

    -
    public String getWebsite()
    +
    public String getWebsite()
  • @@ -325,7 +325,7 @@ implements
  • setName

    -
    public void setName(String name)
    +
    public void setName(String name)
  • @@ -334,7 +334,7 @@ implements
  • setSize

    -
    public void setSize(String size)
    +
    public void setSize(String size)
  • @@ -343,7 +343,7 @@ implements
  • setSource

    -
    public void setSource(String source)
    +
    public void setSource(String source)
  • @@ -352,7 +352,7 @@ implements
  • setWebsite

    -
    public void setWebsite(String website)
    +
    public void setWebsite(String website)
  • @@ -361,8 +361,8 @@ implements
  • handleUnknown

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

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/Translation.html b/apidocs/com/omertron/themoviedbapi/model/Translation.html index bd2cede5e..1c83ec239 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/Translation.html @@ -2,10 +2,10 @@ - + Translation (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -230,7 +230,7 @@ implements
  • getEnglishName

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

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

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

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

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

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

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

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

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html index 7fe9aac29..6c1de94d7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.AlternativeTitle (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -101,9 +101,9 @@ -List<AlternativeTitle> +List<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.
    @@ -122,7 +122,7 @@ -List<AlternativeTitle> +List<AlternativeTitle> WrapperAlternativeTitles.getTitles()  @@ -136,7 +136,7 @@ void -WrapperAlternativeTitles.setTitles(List<AlternativeTitle> titles)  +WrapperAlternativeTitles.setTitles(List<AlternativeTitle> titles)  diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html index 925ebb25f..a7cfab71f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.Artwork (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -105,21 +105,21 @@ -List<Artwork> +List<Artwork> TheMovieDbApi.getCollectionImages(int collectionId, - String language) + String language)
    Get all of the images for a particular collection by collection id.
    -List<Artwork> +List<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.
    -List<Artwork> +List<Artwork> TheMovieDbApi.getPersonImages(int personId)
    This method is used to retrieve all of the profile images for a person.
    @@ -178,15 +178,15 @@ -List<Artwork> +List<Artwork> WrapperImages.getBackdrops()  -List<Artwork> +List<Artwork> WrapperImages.getPosters()  -List<Artwork> +List<Artwork> WrapperImages.getProfiles()  @@ -200,15 +200,15 @@ 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)  diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html index 131e78847..6694ebda4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.ArtworkType (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -102,7 +102,7 @@ static ArtworkType -ArtworkType.valueOf(String name) +ArtworkType.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html index edcd8f359..f4467b571 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.ChangeItem (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -97,7 +97,7 @@ -List<ChangeItem> +List<ChangeItem> MovieChanges.getItems()  @@ -111,7 +111,7 @@ void -MovieChanges.setItems(List<ChangeItem> items)  +MovieChanges.setItems(List<ChangeItem> items)  diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html index ab601d9ed..15a85b00d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.ChangeValue (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html index 38f767b1b..855e0c46b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.Collection (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -105,9 +105,9 @@ -List<Collection> -TheMovieDbApi.searchCollection(String query, - String language, +List<Collection> +TheMovieDbApi.searchCollection(String query, + String language, int page)
    Search for collections by name.
    @@ -140,7 +140,7 @@ -List<Collection> +List<Collection> CollectionInfo.getParts()  @@ -167,7 +167,7 @@ void -CollectionInfo.setParts(List<Collection> parts)  +CollectionInfo.setParts(List<Collection> parts)  @@ -184,7 +184,7 @@ -List<Collection> +List<Collection> WrapperCollection.getResults()  @@ -198,7 +198,7 @@ void -WrapperCollection.setResults(List<Collection> results)  +WrapperCollection.setResults(List<Collection> results)  diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html index 289470b13..c57633da1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.CollectionInfo (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -99,7 +99,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.
    diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html index 958abd4ca..2aa4afbfe 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.Company (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -116,8 +116,8 @@ -List<Company> -TheMovieDbApi.searchCompanies(String companyName, +List<Company> +TheMovieDbApi.searchCompanies(String companyName, int page)
    Search Companies.
    @@ -137,7 +137,7 @@ -List<Company> +List<Company> WrapperCompany.getResults()  @@ -151,7 +151,7 @@ void -WrapperCompany.setResults(List<Company> results)  +WrapperCompany.setResults(List<Company> results)  diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html index b491c45b9..f01325ec2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -105,8 +105,8 @@ -List<Genre> -TheMovieDbApi.getGenreList(String language) +List<Genre> +TheMovieDbApi.getGenreList(String language)
    You can use this method to retrieve the list of genres used on TMDb.
    @@ -125,7 +125,7 @@ -List<Genre> +List<Genre> MovieDb.getGenres()  @@ -139,7 +139,7 @@ void -MovieDb.setGenres(List<Genre> genres)  +MovieDb.setGenres(List<Genre> genres)  @@ -156,7 +156,7 @@ -List<Genre> +List<Genre> WrapperGenres.getGenres()  @@ -170,7 +170,7 @@ void -WrapperGenres.setGenres(List<Genre> genres)  +WrapperGenres.setGenres(List<Genre> genres)  diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html index f5ec5a068..d06c5ad3a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.Keyword (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -102,7 +102,7 @@ Keyword -TheMovieDbApi.getKeyword(String keywordId) +TheMovieDbApi.getKeyword(String keywordId)
    Get the basic information for a specific keyword id.
    @@ -116,14 +116,14 @@ -List<Keyword> +List<Keyword> TheMovieDbApi.getMovieKeywords(int movieId)
    This method is used to retrieve all of the keywords that have been added to a particular movie.
    -List<Keyword> -TheMovieDbApi.searchKeyword(String query, +List<Keyword> +TheMovieDbApi.searchKeyword(String query, int page)
    Search for keywords by name
    @@ -143,11 +143,11 @@ -List<Keyword> +List<Keyword> WrapperMovieKeywords.getKeywords()  -List<Keyword> +List<Keyword> WrapperKeywords.getResults()  @@ -161,11 +161,11 @@ void -WrapperMovieKeywords.setKeywords(List<Keyword> keywords)  +WrapperMovieKeywords.setKeywords(List<Keyword> keywords)  void -WrapperKeywords.setResults(List<Keyword> results)  +WrapperKeywords.setResults(List<Keyword> results)  diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html index 693672927..e87e599f8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.KeywordMovie (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -101,9 +101,9 @@ -List<KeywordMovie> -TheMovieDbApi.getKeywordMovies(String keywordId, - String language, +List<KeywordMovie> +TheMovieDbApi.getKeywordMovies(String keywordId, + String language, int page)
    Get the list of movies for a particular keyword by id.
    @@ -123,7 +123,7 @@ -List<KeywordMovie> +List<KeywordMovie> WrapperKeywordMovies.getResults()  @@ -137,7 +137,7 @@ void -WrapperKeywordMovies.setResults(List<KeywordMovie> results)  +WrapperKeywordMovies.setResults(List<KeywordMovie> results)  diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html index c0e82f855..f650c9b65 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -97,7 +97,7 @@ -List<Language> +List<Language> MovieDb.getSpokenLanguages()  @@ -111,7 +111,7 @@ void -MovieDb.setSpokenLanguages(List<Language> spokenLanguages)  +MovieDb.setSpokenLanguages(List<Language> spokenLanguages)  diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html index 6b20479f7..27938209b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieChanges (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -101,10 +101,10 @@ -List<MovieChanges> +List<MovieChanges> TheMovieDbApi.getMovieChanges(int movieId, - String startDate, - String endDate) + String startDate, + String endDate)
    Deprecated. 
    @@ -123,7 +123,7 @@ -List<MovieChanges> +List<MovieChanges> WrapperChanges.getChanges()  @@ -137,7 +137,7 @@ void -WrapperChanges.setChanges(List<MovieChanges> changes)  +WrapperChanges.setChanges(List<MovieChanges> changes)  diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html index 280ce8a1e..6368fca5c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieDb (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -113,14 +113,14 @@ MovieDb TheMovieDbApi.getMovieInfo(int movieId, - String language) + String language)
    This method is used to retrieve all of the basic movie information.
    MovieDb -TheMovieDbApi.getMovieInfoImdb(String imdbId, - String language) +TheMovieDbApi.getMovieInfoImdb(String imdbId, + String language)
    This method is used to retrieve all of the basic movie information.
    @@ -134,71 +134,71 @@ -List<MovieDb> +List<MovieDb> TheMovieDbApi.getCompanyMovies(int companyId, - String language, + String language, int page)
    This method is used to retrieve the movies associated with a company.
    -List<MovieDb> +List<MovieDb> TheMovieDbApi.getGenreMovies(int genreId, - String language, + String language, int page)
    Deprecated. 
    -List<MovieDb> +List<MovieDb> TheMovieDbApi.getGenreMovies(int genreId, - String language, + String language, int page, boolean includeAllMovies)
    Get a list of movies per genre.
    -List<MovieDb> -TheMovieDbApi.getNowPlayingMovies(String language, +List<MovieDb> +TheMovieDbApi.getNowPlayingMovies(String language, int page)
    This method is used to retrieve the movies currently in theatres.
    -List<MovieDb> -TheMovieDbApi.getPopularMovieList(String language, +List<MovieDb> +TheMovieDbApi.getPopularMovieList(String language, int page)
    This method is used to retrieve the daily movie popularity list.
    -List<MovieDb> +List<MovieDb> TheMovieDbApi.getSimilarMovies(int movieId, - String language, + String language, int page)
    The similar movies method will let you retrieve the similar movies for a particular movie.
    -List<MovieDb> -TheMovieDbApi.getTopRatedMovies(String language, +List<MovieDb> +TheMovieDbApi.getTopRatedMovies(String language, int page)
    This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
    -List<MovieDb> -TheMovieDbApi.getUpcoming(String language, +List<MovieDb> +TheMovieDbApi.getUpcoming(String language, int page)
    Get the list of upcoming movies.
    -List<MovieDb> -TheMovieDbApi.searchMovie(String movieName, +List<MovieDb> +TheMovieDbApi.searchMovie(String movieName, int searchYear, - String language, + String language, boolean includeAdult, int page)
    Search Movies This is a good starting point to start finding movies on TMDb.
    @@ -216,16 +216,16 @@ static boolean TheMovieDbApi.compareMovies(MovieDb moviedb, - String title, - String year) + String title, + String year)
    Compare the MovieDB object with a title & year
    static boolean TheMovieDbApi.compareMovies(MovieDb moviedb, - String title, - String year, + String title, + String year, int maxDistance)
    Compare the MovieDB object with a title & year
    @@ -245,7 +245,7 @@ -List<MovieDb> +List<MovieDb> MovieDbList.getItems()  @@ -259,7 +259,7 @@ void -MovieDbList.setItems(List<MovieDb> items)  +MovieDbList.setItems(List<MovieDb> items)  @@ -276,11 +276,11 @@ -List<MovieDb> +List<MovieDb> WrapperMovie.getMovies()  -List<MovieDb> +List<MovieDb> WrapperCompanyMovies.getResults()  @@ -294,11 +294,11 @@ void -WrapperMovie.setMovies(List<MovieDb> movies)  +WrapperMovie.setMovies(List<MovieDb> movies)  void -WrapperCompanyMovies.setResults(List<MovieDb> results)  +WrapperCompanyMovies.setResults(List<MovieDb> results)  diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html index 42a59fa69..1a6222689 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieDbList (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -98,7 +98,7 @@ MovieDbList -TheMovieDbApi.getList(String listId) +TheMovieDbApi.getList(String listId)
    Get a list by its ID
    diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html index d93f12a61..5de487de7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieList (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -101,17 +101,17 @@ -List<MovieList> +List<MovieList> TheMovieDbApi.getMovieLists(int movieId, - String language, + String language, int page)
    Get the lists that the movie belongs to
    -List<MovieList> -TheMovieDbApi.searchList(String query, - String language, +List<MovieList> +TheMovieDbApi.searchList(String query, + String language, int page)
    Search for lists by name and description.
    @@ -131,7 +131,7 @@ -List<MovieList> +List<MovieList> WrapperMovieList.getMovieList()  @@ -145,7 +145,7 @@ void -WrapperMovieList.setMovieList(List<MovieList> movieList)  +WrapperMovieList.setMovieList(List<MovieList> movieList)  diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html index d5d3e4103..a07701c88 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.Person (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -122,14 +122,14 @@ -List<Person> +List<Person> TheMovieDbApi.getMovieCasts(int movieId)
    Get the cast information for a specific movie id.
    -List<Person> -TheMovieDbApi.searchPeople(String personName, +List<Person> +TheMovieDbApi.searchPeople(String personName, boolean includeAdult, int page)
    This is a good starting point to start finding people on TMDb.
    @@ -150,7 +150,7 @@ -List<Person> +List<Person> WrapperPerson.getResults()  @@ -164,7 +164,7 @@ void -WrapperPerson.setResults(List<Person> results)  +WrapperPerson.setResults(List<Person> results)  diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html index 66c756c6b..0f39d3989 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonCast (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -97,7 +97,7 @@ -List<PersonCast> +List<PersonCast> WrapperMovieCasts.getCast()  @@ -111,7 +111,7 @@ void -WrapperMovieCasts.setCast(List<PersonCast> cast)  +WrapperMovieCasts.setCast(List<PersonCast> cast)  diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html index 13d173d06..ea252a9e1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonCredit (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -101,7 +101,7 @@ -List<PersonCredit> +List<PersonCredit> TheMovieDbApi.getPersonCredits(int personId)
    This method is used to retrieve all of the cast & crew information for the person.
    @@ -121,11 +121,11 @@ -List<PersonCredit> +List<PersonCredit> WrapperPersonCredits.getCast()  -List<PersonCredit> +List<PersonCredit> WrapperPersonCredits.getCrew()  @@ -139,11 +139,11 @@ void -WrapperPersonCredits.setCast(List<PersonCredit> cast)  +WrapperPersonCredits.setCast(List<PersonCredit> cast)  void -WrapperPersonCredits.setCrew(List<PersonCredit> crew)  +WrapperPersonCredits.setCrew(List<PersonCredit> crew)  diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html index 8870cd8bd..4f4a93737 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonCrew (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -97,7 +97,7 @@ -List<PersonCrew> +List<PersonCrew> WrapperMovieCasts.getCrew()  @@ -111,7 +111,7 @@ void -WrapperMovieCasts.setCrew(List<PersonCrew> crew)  +WrapperMovieCasts.setCrew(List<PersonCrew> crew)  diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html index 6829f3e1b..dceaf6645 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonType (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -106,7 +106,7 @@ static PersonType -PersonType.valueOf(String name) +PersonType.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html index 260246df7..a2501be09 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.ProductionCompany (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -97,7 +97,7 @@ -List<ProductionCompany> +List<ProductionCompany> MovieDb.getProductionCompanies()  @@ -111,7 +111,7 @@ void -MovieDb.setProductionCompanies(List<ProductionCompany> productionCompanies)  +MovieDb.setProductionCompanies(List<ProductionCompany> productionCompanies)  diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html index 1180d6c5a..df991fd2b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.ProductionCountry (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -97,7 +97,7 @@ -List<ProductionCountry> +List<ProductionCountry> MovieDb.getProductionCountries()  @@ -111,7 +111,7 @@ void -MovieDb.setProductionCountries(List<ProductionCountry> productionCountries)  +MovieDb.setProductionCountries(List<ProductionCountry> productionCountries)  diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html index d2f0cdc9b..5075a6121 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.ReleaseInfo (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -101,9 +101,9 @@ -List<ReleaseInfo> +List<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.
    @@ -122,7 +122,7 @@ -List<ReleaseInfo> +List<ReleaseInfo> WrapperReleaseInfo.getCountries()  @@ -136,7 +136,7 @@ void -WrapperReleaseInfo.setCountries(List<ReleaseInfo> countries)  +WrapperReleaseInfo.setCountries(List<ReleaseInfo> countries)  diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html index d9d01c11c..870a7d23b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html index 7becea623..0cfa372db 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.TmdbConfiguration (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html index 746b1f052..2ead2eab6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html index 9bcbafeae..6475bf899 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.TokenSession (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html index c78322e6e..fdc79baf3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.Trailer (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -101,9 +101,9 @@ -List<Trailer> +List<Trailer> TheMovieDbApi.getMovieTrailers(int movieId, - String language) + String language)
    This method is used to retrieve all of the trailers for a particular movie.
    @@ -122,11 +122,11 @@ -List<Trailer> +List<Trailer> WrapperTrailers.getQuicktime()  -List<Trailer> +List<Trailer> WrapperTrailers.getYoutube()  @@ -140,11 +140,11 @@ void -WrapperTrailers.setQuicktime(List<Trailer> quicktime)  +WrapperTrailers.setQuicktime(List<Trailer> quicktime)  void -WrapperTrailers.setYoutube(List<Trailer> youtube)  +WrapperTrailers.setYoutube(List<Trailer> youtube)  diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html index 2ea0a630d..2cc3b642b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.model.Translation (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -101,7 +101,7 @@ -List<Translation> +List<Translation> TheMovieDbApi.getMovieTranslations(int movieId)
    This method is used to retrieve a list of the available translations for a specific movie.
    @@ -121,7 +121,7 @@ -List<Translation> +List<Translation> WrapperTranslations.getTranslations()  @@ -135,7 +135,7 @@ void -WrapperTranslations.setTranslations(List<Translation> translations)  +WrapperTranslations.setTranslations(List<Translation> translations)  diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html index 07f999e0e..b5e468c20 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 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html index 40727066e..17baf259f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/package-tree.html index d3a3c76dc..094368151 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -73,44 +73,44 @@

    Class Hierarchy

    Enum Hierarchy

    @@ -315,7 +315,7 @@ extends
  • PARAM_FAVORITE

    -
    public static final String PARAM_FAVORITE
    +
    public static final String PARAM_FAVORITE
    See Also:
    Constant Field Values
  • @@ -325,7 +325,7 @@ extends
  • PARAM_ID

    -
    public static final String PARAM_ID
    +
    public static final String PARAM_ID
    See Also:
    Constant Field Values
  • @@ -335,7 +335,7 @@ extends
  • PARAM_LANGUAGE

    -
    public static final String PARAM_LANGUAGE
    +
    public static final String PARAM_LANGUAGE
    See Also:
    Constant Field Values
  • @@ -345,7 +345,7 @@ extends
  • PARAM_INCLUDE_ALL_MOVIES

    -
    public static final String PARAM_INCLUDE_ALL_MOVIES
    +
    public static final String PARAM_INCLUDE_ALL_MOVIES
    See Also:
    Constant Field Values
  • @@ -355,7 +355,7 @@ extends
  • PARAM_MOVIE_WATCHLIST

    -
    public static final String PARAM_MOVIE_WATCHLIST
    +
    public static final String PARAM_MOVIE_WATCHLIST
    See Also:
    Constant Field Values
  • @@ -365,7 +365,7 @@ extends
  • PARAM_PAGE

    -
    public static final String PARAM_PAGE
    +
    public static final String PARAM_PAGE
    See Also:
    Constant Field Values
  • @@ -375,7 +375,7 @@ extends
  • PARAM_QUERY

    -
    public static final String PARAM_QUERY
    +
    public static final String PARAM_QUERY
    See Also:
    Constant Field Values
  • @@ -385,7 +385,7 @@ extends
  • PARAM_SESSION

    -
    public static final String PARAM_SESSION
    +
    public static final String PARAM_SESSION
    See Also:
    Constant Field Values
  • @@ -395,7 +395,7 @@ extends
  • PARAM_TOKEN

    -
    public static final String PARAM_TOKEN
    +
    public static final String PARAM_TOKEN
    See Also:
    Constant Field Values
  • @@ -405,7 +405,7 @@ extends
  • PARAM_VALUE

    -
    public static final String PARAM_VALUE
    +
    public static final String PARAM_VALUE
    See Also:
    Constant Field Values
  • @@ -415,7 +415,7 @@ extends
  • PARAM_YEAR

    -
    public static final String PARAM_YEAR
    +
    public static final String PARAM_YEAR
    See Also:
    Constant Field Values
  • @@ -434,7 +434,7 @@ extends

    ApiUrl

    public ApiUrl(TheMovieDbApi tmdb,
    -      String method)
    + String method)
    Constructor for the simple API URL method without a sub-method
    Parameters:
    method -
    @@ -446,8 +446,8 @@ extends

    ApiUrl

    public ApiUrl(TheMovieDbApi tmdb,
    -      String method,
    -      String submethod)
    + String method, + String submethod)
    Constructor for the API URL with a sub-method
    Parameters:
    method -
    submethod -
    @@ -466,7 +466,7 @@ extends
  • buildUrl

    -
    public URL buildUrl()
    +
    public URL buildUrl()
    Build the URL from the pre-created arguments.
  • @@ -476,8 +476,8 @@ extends
  • addArgument

    -
    public void addArgument(String key,
    -               String value)
    +
    public void addArgument(String key,
    +               String value)
    Add arguments individually
    Parameters:
    key -
    value -
  • @@ -488,7 +488,7 @@ extends
  • addArgument

    -
    public void addArgument(String key,
    +
    public void addArgument(String key,
                    int value)
    Add arguments individually
    Parameters:
    key -
    value -
    @@ -500,7 +500,7 @@ extends
  • addArgument

    -
    public void addArgument(String key,
    +
    public void addArgument(String key,
                    boolean value)
    Add arguments individually
    Parameters:
    key -
    value -
    @@ -522,7 +522,7 @@ extends
  • setArguments

    -
    public void setArguments(Map<String,String> args)
    +
    public void setArguments(Map<String,String> args)
    Set the arguments directly
    Parameters:
    args -
  • diff --git a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html index cbb25e751..540cd13b1 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html +++ b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html @@ -2,10 +2,10 @@ - + WebBrowser (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
  • @@ -242,7 +242,7 @@ extends
  • request

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

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

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

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

    -
    public static void setProxyHost(String myProxyHost)
    +
    public static void setProxyHost(String myProxyHost)
  • @@ -296,7 +296,7 @@ extends
  • getProxyPort

    -
    public static String getProxyPort()
    +
    public static String getProxyPort()
  • @@ -305,7 +305,7 @@ extends
  • setProxyPort

    -
    public static void setProxyPort(String myProxyPort)
    +
    public static void setProxyPort(String myProxyPort)
  • @@ -314,7 +314,7 @@ extends
  • getProxyUsername

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

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

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

    -
    public static void setProxyPassword(String myProxyPassword)
    +
    public static void setProxyPassword(String myProxyPassword)
  • diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html index e246ebf75..bcfff7e81 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html index 126781948..07f5e6bd4 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.tools.WebBrowser (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html index fb7a402f1..48b2d06eb 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 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html index 6747348f6..9abfcf65c 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.tools (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html index f9c09c5e4..acc4deb70 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -73,7 +73,7 @@

    Class Hierarchy

      -
    • java.lang.Object +
    • java.lang.Object
      • com.omertron.themoviedbapi.tools.ApiUrl
      • com.omertron.themoviedbapi.tools.WebBrowser
      • diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-use.html b/apidocs/com/omertron/themoviedbapi/tools/package-use.html index be2f9df9d..e4f079c38 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html index bea50aaf5..a54570d24 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html @@ -2,10 +2,10 @@ - + WrapperAlternativeTitles (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    Author:
    Stuart
  • @@ -141,13 +141,13 @@ extends getId()  -List<AlternativeTitle> +List<AlternativeTitle> getTitles()  void -handleUnknown(String key, - Object value) +handleUnknown(String key, + Object value)
    Handle unknown properties and print a message
    @@ -157,15 +157,15 @@ extends void -setTitles(List<AlternativeTitle> titles)  +setTitles(List<AlternativeTitle> titles) 
  • @@ -213,7 +213,7 @@ extends
  • getTitles

    -
    public List<AlternativeTitle> getTitles()
    +
    public List<AlternativeTitle> getTitles()
  • @@ -231,7 +231,7 @@ extends
  • setTitles

    -
    public void setTitles(List<AlternativeTitle> titles)
    +
    public void setTitles(List<AlternativeTitle> titles)
  • @@ -240,8 +240,8 @@ extends
  • handleUnknown

    -
    public void handleUnknown(String key,
    -                 Object value)
    +
    public void handleUnknown(String key,
    +                 Object value)
    Handle unknown properties and print a message
    Parameters:
    key -
    value -
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html index 5b52abde9..2eca649d9 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html @@ -2,10 +2,10 @@ - + WrapperBase (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
  • @@ -297,8 +297,8 @@ extends
  • handleUnknown

    -
    public void handleUnknown(String key,
    -                 Object value)
    +
    public void handleUnknown(String key,
    +                 Object value)
    Handle unknown properties and print a message
    Parameters:
    key -
    value -
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html index 2dd2cf9bb..b0812a1aa 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html @@ -2,10 +2,10 @@ - + WrapperChanges (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -205,7 +205,7 @@ extends
  • setChanges

    -
    public void setChanges(List<MovieChanges> changes)
    +
    public void setChanges(List<MovieChanges> changes)
  • @@ -214,8 +214,8 @@ extends
  • handleUnknown

    -
    public void handleUnknown(String key,
    -                 Object value)
    +
    public void handleUnknown(String key,
    +                 Object value)
    Handle unknown properties and print a message
    Parameters:
    key -
    value -
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html index 60bfb2c54..4c09ef847 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html @@ -2,10 +2,10 @@ - + WrapperCollection (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -210,7 +210,7 @@ extends
  • setResults

    -
    public void setResults(List<Collection> results)
    +
    public void setResults(List<Collection> results)
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html index b59032340..4333b2b0e 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html @@ -2,10 +2,10 @@ - + WrapperCompany (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -210,7 +210,7 @@ extends
  • setResults

    -
    public void setResults(List<Company> results)
    +
    public void setResults(List<Company> results)
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html index c11b1a172..576858165 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html @@ -2,10 +2,10 @@ - + WrapperCompanyMovies (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -205,7 +205,7 @@ extends
  • getResults

    -
    public List<MovieDb> getResults()
    +
    public List<MovieDb> getResults()
  • @@ -214,7 +214,7 @@ extends
  • setResults

    -
    public void setResults(List<MovieDb> results)
    +
    public void setResults(List<MovieDb> results)
  • @@ -223,10 +223,10 @@ extends
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html index 951f0c140..ac075a749 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html @@ -2,10 +2,10 @@ - + WrapperConfig (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -222,7 +222,7 @@ extends
  • getChangeKeys

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

    -
    public void setChangeKeys(List<String> changeKeys)
    +
    public void setChangeKeys(List<String> changeKeys)
  • @@ -240,8 +240,8 @@ extends
  • handleUnknown

    -
    public void handleUnknown(String key,
    -                 Object value)
    +
    public void handleUnknown(String key,
    +                 Object value)
    Handle unknown properties and print a message
    Parameters:
    key -
    value -
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html index 49bc123bb..92dc45525 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html @@ -2,10 +2,10 @@ - + WrapperGenres (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -206,7 +206,7 @@ extends
  • setGenres

    -
    public void setGenres(List<Genre> genres)
    +
    public void setGenres(List<Genre> genres)
  • @@ -215,8 +215,8 @@ extends
  • handleUnknown

    -
    public void handleUnknown(String key,
    -                 Object value)
    +
    public void handleUnknown(String key,
    +                 Object value)
    Handle unknown properties and print a message
    Parameters:
    key -
    value -
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html index a059a1bd7..bf8da8d44 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html @@ -2,10 +2,10 @@ - + WrapperImages (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -226,7 +226,7 @@ extends
  • getPosters

    -
    public List<Artwork> getPosters()
    +
    public List<Artwork> getPosters()
  • @@ -235,7 +235,7 @@ extends
  • getProfiles

    -
    public List<Artwork> getProfiles()
    +
    public List<Artwork> getProfiles()
  • @@ -244,7 +244,7 @@ extends
  • setBackdrops

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

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

    -
    public void setProfiles(List<Artwork> profiles)
    +
    public void setProfiles(List<Artwork> profiles)
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html index 82c301780..90fa83702 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html @@ -2,10 +2,10 @@ - + WrapperKeywordMovies (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -210,7 +210,7 @@ extends
  • setResults

    -
    public void setResults(List<KeywordMovie> results)
    +
    public void setResults(List<KeywordMovie> results)
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html index 55298af1f..550fa55bb 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html @@ -2,10 +2,10 @@ - + WrapperKeywords (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -210,7 +210,7 @@ extends
  • setResults

    -
    public void setResults(List<Keyword> results)
    +
    public void setResults(List<Keyword> results)
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html index a7c48c10c..414079f2b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html @@ -2,10 +2,10 @@ - + WrapperMovie (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -205,7 +205,7 @@ extends
  • getMovies

    -
    public List<MovieDb> getMovies()
    +
    public List<MovieDb> getMovies()
  • @@ -214,7 +214,7 @@ extends
  • setMovies

    -
    public void setMovies(List<MovieDb> movies)
    +
    public void setMovies(List<MovieDb> movies)
  • @@ -223,10 +223,10 @@ extends
  • toString

    -
    public String toString()
    +
    public String toString()
    Overrides:
    -
    toString in class Object
    +
    toString in class Object
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html index 853f6ef97..3b69d204b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html @@ -2,10 +2,10 @@ - + WrapperMovieCasts (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -212,7 +212,7 @@ extends
  • getCast

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

    -
    public List<PersonCrew> getCrew()
    +
    public List<PersonCrew> getCrew()
  • @@ -239,7 +239,7 @@ extends
  • setCast

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

    -
    public void setCrew(List<PersonCrew> crew)
    +
    public void setCrew(List<PersonCrew> crew)
  • @@ -266,8 +266,8 @@ extends
  • handleUnknown

    -
    public void handleUnknown(String key,
    -                 Object value)
    +
    public void handleUnknown(String key,
    +                 Object value)
    Handle unknown properties and print a message
    Parameters:
    key -
    value -
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html index 2496fff48..3d8c8043b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html @@ -2,10 +2,10 @@ - + WrapperMovieKeywords (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -231,7 +231,7 @@ extends
  • setKeywords

    -
    public void setKeywords(List<Keyword> keywords)
    +
    public void setKeywords(List<Keyword> keywords)
  • @@ -240,8 +240,8 @@ extends
  • handleUnknown

    -
    public void handleUnknown(String key,
    -                 Object value)
    +
    public void handleUnknown(String key,
    +                 Object value)
    Handle unknown properties and print a message
    Parameters:
    key -
    value -
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html index 650a55763..723c57ff2 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html @@ -2,10 +2,10 @@ - + WrapperMovieList (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -210,7 +210,7 @@ extends
  • setMovieList

    -
    public void setMovieList(List<MovieList> movieList)
    +
    public void setMovieList(List<MovieList> movieList)
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html index 496d756da..27206290a 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html @@ -2,10 +2,10 @@ - + WrapperPerson (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -210,7 +210,7 @@ extends
  • setResults

    -
    public void setResults(List<Person> results)
    +
    public void setResults(List<Person> results)
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html index 58003387d..3c501ecda 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html @@ -2,10 +2,10 @@ - + WrapperPersonCredits (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -218,7 +218,7 @@ extends
  • setCast

    -
    public void setCast(List<PersonCredit> cast)
    +
    public void setCast(List<PersonCredit> cast)
  • @@ -227,7 +227,7 @@ extends
  • getCrew

    -
    public List<PersonCredit> getCrew()
    +
    public List<PersonCredit> getCrew()
  • @@ -236,7 +236,7 @@ extends
  • setCrew

    -
    public void setCrew(List<PersonCredit> crew)
    +
    public void setCrew(List<PersonCredit> crew)
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html index c988e0e4b..4022c6e8c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html @@ -2,10 +2,10 @@ - + WrapperReleaseInfo (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -204,7 +204,7 @@ extends
  • getCountries

    -
    public List<ReleaseInfo> getCountries()
    +
    public List<ReleaseInfo> getCountries()
  • @@ -222,7 +222,7 @@ extends
  • setCountries

    -
    public void setCountries(List<ReleaseInfo> countries)
    +
    public void setCountries(List<ReleaseInfo> countries)
  • @@ -240,8 +240,8 @@ extends
  • handleUnknown

    -
    public void handleUnknown(String key,
    -                 Object value)
    +
    public void handleUnknown(String key,
    +                 Object value)
    Handle unknown properties and print a message
    Parameters:
    key -
    value -
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html index eb69b4529..429ba3286 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html @@ -2,10 +2,10 @@ - + WrapperTrailers (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -230,7 +230,7 @@ extends
  • getYoutube

    -
    public List<Trailer> getYoutube()
    +
    public List<Trailer> getYoutube()
  • @@ -248,7 +248,7 @@ extends
  • setQuicktime

    -
    public void setQuicktime(List<Trailer> quicktime)
    +
    public void setQuicktime(List<Trailer> quicktime)
  • @@ -257,7 +257,7 @@ extends
  • setYoutube

    -
    public void setYoutube(List<Trailer> youtube)
    +
    public void setYoutube(List<Trailer> youtube)
  • @@ -266,8 +266,8 @@ extends
  • handleUnknown

    -
    public void handleUnknown(String key,
    -                 Object value)
    +
    public void handleUnknown(String key,
    +                 Object value)
    Handle unknown properties and print a message
    Parameters:
    key -
    value -
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html index b9e52de24..2c8ba1dd1 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html @@ -2,10 +2,10 @@ - + WrapperTranslations (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -85,7 +85,7 @@
    @@ -231,7 +231,7 @@ extends
  • getTranslations

    -
    public List<Translation> getTranslations()
    +
    public List<Translation> getTranslations()
  • @@ -240,8 +240,8 @@ extends
  • handleUnknown

    -
    public void handleUnknown(String key,
    -                 Object value)
    +
    public void handleUnknown(String key,
    +                 Object value)
    Handle unknown properties and print a message
    Parameters:
    key -
    value -
  • diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html index 1ed25c9b6..f63ae5d07 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperBase.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperBase.html index 4af71ddcb..093cabeba 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperBase.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperBase.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperBase (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html index 84895cbf0..bcbed0849 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperChanges (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html index db2352699..c8d1b1256 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCollection (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html index b6afa19d0..ce1b8fc20 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompany (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html index d8cdbb097..fd42c3730 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html index 035637e48..18c189543 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperConfig (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html index 3166bf16e..06bdfd31e 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperGenres (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html index 1b7300ea9..7254d4a63 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperImages (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html index e69d91e4b..e967f8464 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html index 8d95ff8a6..f4bb1fb85 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywords (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html index f33857750..d82d8bec9 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovie (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html index 6942f9ced..f3e0c8ed1 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html index c38f54389..e753dbb31 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html index c69202145..39923852b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieList (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html index 06b170f5f..188fdacd1 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPerson (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html index b041933bf..3fe56c169 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html index 0eca38049..4d17c45bf 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html index f5788878e..c8394cb37 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTrailers (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html index bcd5f3750..fd845d4ac 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTranslations (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html index e8feb2a30..f8a43301a 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html index 1bdc0485f..a363a4e5b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html index f14230e20..dbd435636 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi.wrapper Class Hierarchy (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -73,7 +73,7 @@

    Class Hierarchy

      -
    • java.lang.Object +
    • java.lang.Object
      • com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
      • com.omertron.themoviedbapi.wrapper.WrapperBase diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html index f98472af6..28163ed9b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 433b18546..735c9e5e5 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,10 +2,10 @@ - + Constant Field Values (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -87,14 +87,14 @@ -public static final String +public static final String WEBSITE_QUICKTIME "quicktime" -public static final String +public static final String WEBSITE_YOUTUBE "youtube" @@ -115,98 +115,98 @@ -public static final String +public static final String PARAM_ADULT "include_adult=" -public static final String +public static final String PARAM_API_KEY "api_key=" -public static final String +public static final String PARAM_COUNTRY "country=" -public static final String +public static final String PARAM_FAVORITE "favorite=" -public static final String +public static final String PARAM_ID "id=" -public static final String +public static final String PARAM_INCLUDE_ALL_MOVIES "include_all_movies=" -public static final String +public static final String PARAM_LANGUAGE "language=" -public static final String +public static final String PARAM_MOVIE_WATCHLIST "movie_watchlist=" -public static final String +public static final String PARAM_PAGE "page=" -public static final String +public static final String PARAM_QUERY "query=" -public static final String +public static final String PARAM_SESSION "session_id=" -public static final String +public static final String PARAM_TOKEN "request_token=" -public static final String +public static final String PARAM_VALUE "value=" -public static final String +public static final String PARAM_YEAR "year=" diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 33649d55a..d115b6d26 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,10 +2,10 @@ - + Deprecated List (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 36ad9a949..747bfee8f 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,10 +2,10 @@ - + API Help (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index dc3cbd081..58eb2f9eb 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,10 +2,10 @@ - + Index (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/index.html b/apidocs/index.html index bb87daca6..49bb1262b 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,7 +2,7 @@ - + API-The MovieDB 3.5-SNAPSHOT API -

        Dependency Tree

    Licenses

    New BSD License: Hamcrest Core

    GNU General Public License v3+: API-The MovieDB

    Common Public License Version 1.0: JUnit

    MIT License: SLF4J API Module, SLF4J JDK14 Binding

    The Apache Software License, Version 2.0: Commons Codec, Commons Lang, Jackson-annotations, Jackson-core, jackson-databind

    Dependency File Details

    FilenameSizeEntriesClassesPackagesJDK RevDebug
    jackson-annotations-2.1.4.jar33.67 kB594811.5debug
    jackson-core-2.1.4.jar202.02 kB1108981.5debug
    jackson-databind-2.1.4.jar904.85 kB565532201.5debug
    commons-codec-1.7.jar253.52 kB2278561.6debug
    junit-4.11.jar239.30 kB266233281.5debug
    commons-lang3-3.1.jar308.40 kB179153121.5debug
    hamcrest-core-1.3.jar43.97 kB524531.5debug
    slf4j-api-1.7.4.jar25.47 kB342331.5debug
    slf4j-jdk14-1.7.4.jar7.66 kB15511.5debug
    TotalSizeEntriesClassesPackagesJDK RevDebug
    91.97 MB1,5071,213821.69
    compile: 6compile: 1.69 MBcompile: 1,174compile: 930compile: 50-compile: 6
    test: 3test: 290.92 kBtest: 333test: 283test: 32-test: 3

    Dependency Repository Locations

    Repo IDURLReleaseSnapshot
    apache.snapshotshttp://repository.apache.org/snapshots-Yes
    sonatype-nexus-snapshotshttps://oss.sonatype.org/content/repositories/snapshots-Yes
    centralhttp://repo.maven.apache.org/maven2Yes-

    Repository locations for each of the Dependencies.

    Artifactapache.snapshotssonatype-nexus-snapshotscentral
    com.fasterxml.jackson.core:jackson-annotations:jar:2.1.4--Found at http://repo.maven.apache.org/maven2
    com.fasterxml.jackson.core:jackson-core:jar:2.1.4--Found at http://repo.maven.apache.org/maven2
    com.fasterxml.jackson.core:jackson-databind:jar:2.1.4--Found at http://repo.maven.apache.org/maven2
    commons-codec:commons-codec:jar:1.7--Found at http://repo.maven.apache.org/maven2
    junit:junit:jar:4.11--Found at http://repo.maven.apache.org/maven2
    org.apache.commons:commons-lang3:jar:3.1--Found at http://repo.maven.apache.org/maven2
    org.hamcrest:hamcrest-core:jar:1.3--Found at http://repo.maven.apache.org/maven2
    org.slf4j:slf4j-api:jar:1.7.4--Found at http://repo.maven.apache.org/maven2
    org.slf4j:slf4j-jdk14:jar:1.7.4--Found at http://repo.maven.apache.org/maven2
    Totalapache.snapshotssonatype-nexus-snapshotscentral
    9 (compile: 6, test: 3)009
    diff --git a/index.html b/index.html index 35b2c5eea..6b2413bb6 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-03-18 + Last Published: 2013-03-25  | Version: 3.5-SNAPSHOT
    API-The MovieDB diff --git a/issue-tracking.html b/issue-tracking.html index 0aad6519b..02acfeb40 100644 --- a/issue-tracking.html +++ b/issue-tracking.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-03-18 + Last Published: 2013-03-25  | Version: 3.5-SNAPSHOT
    API-The MovieDB diff --git a/license.html b/license.html index fc0807767..bbd6925b0 100644 --- a/license.html +++ b/license.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-03-18 + Last Published: 2013-03-25  | Version: 3.5-SNAPSHOT
    API-The MovieDB diff --git a/project-info.html b/project-info.html index dc2ceb921..a201cc8ce 100644 --- a/project-info.html +++ b/project-info.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-03-18 + Last Published: 2013-03-25  | Version: 3.5-SNAPSHOT
    API-The MovieDB diff --git a/project-reports.html b/project-reports.html index bf0541564..cb564786a 100644 --- a/project-reports.html +++ b/project-reports.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-03-18 + Last Published: 2013-03-25  | Version: 3.5-SNAPSHOT
    API-The MovieDB diff --git a/project-summary.html b/project-summary.html index 63e33fff7..8081f8bac 100644 --- a/project-summary.html +++ b/project-summary.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-03-18 + Last Published: 2013-03-25  | Version: 3.5-SNAPSHOT
    API-The MovieDB diff --git a/source-repository.html b/source-repository.html index 8f945f59c..7a0b88165 100644 --- a/source-repository.html +++ b/source-repository.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-03-18 + Last Published: 2013-03-25  | Version: 3.5-SNAPSHOT
    API-The MovieDB diff --git a/testapidocs/allclasses-frame.html b/testapidocs/allclasses-frame.html index b0b4c2428..3f8e81c32 100644 --- a/testapidocs/allclasses-frame.html +++ b/testapidocs/allclasses-frame.html @@ -2,10 +2,10 @@ - + All Classes (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/allclasses-noframe.html b/testapidocs/allclasses-noframe.html index 52b6d5197..6342c93b8 100644 --- a/testapidocs/allclasses-noframe.html +++ b/testapidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + All Classes (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/TestLogger.html b/testapidocs/com/omertron/themoviedbapi/TestLogger.html index 47afa889d..74d2beff0 100644 --- a/testapidocs/com/omertron/themoviedbapi/TestLogger.html +++ b/testapidocs/com/omertron/themoviedbapi/TestLogger.html @@ -2,10 +2,10 @@ - + TestLogger (API-The MovieDB 3.5-SNAPSHOT Test API) - + @@ -84,7 +84,7 @@
    @@ -124,7 +124,7 @@ extends static boolean -Configure(String level) +Configure(String level)
    Configure the logger with a simple in-memory file for the required log level
    @@ -133,8 +133,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 @@ -156,7 +156,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
    diff --git a/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html b/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html index ce95b1771..9e7090b35 100644 --- a/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html +++ b/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html @@ -2,10 +2,10 @@ - + TheMovieDbApiTest (API-The MovieDB 3.5-SNAPSHOT Test API) - + @@ -84,7 +84,7 @@
  • @@ -493,9 +493,9 @@ extends

    setUpClass

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

    tearDownClass

    public static void tearDownClass()
    -                          throws Exception
    + throws Exception
    Throws:
    -
    Exception
    +
    Exception
    @@ -535,10 +535,10 @@ extends

    testConfiguration

    public void testConfiguration()
    -                       throws IOException
    + throws IOException
    Test of getConfiguration method, of class TheMovieDbApi.
    Throws:
    -
    IOException
    +
    IOException
    @@ -946,10 +946,10 @@ extends

    testGetUpcoming

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

    testGetCollectionImages

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

    testGetAuthorisationToken

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

    testGetSessionToken

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

    testGetGuestSessionToken

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

    testGetMovieLists

    public void testGetMovieLists()
    -                       throws Exception
    + throws Exception
    Throws:
    -
    Exception
    +
    Exception
    @@ -1025,12 +1025,12 @@ extends

    testGetMovieChanges

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

    testGetPersonLatest

    public void testGetPersonLatest()
    -                         throws Exception
    + throws Exception
    Throws:
    -
    Exception
    +
    Exception
    @@ -1052,10 +1052,10 @@ extends

    testSearchCollection

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

    testSearchList

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

    testSearchKeyword

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

    testPostMovieRating

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

    testGetPersonChanges

    public void testGetPersonChanges()
    -                          throws Exception
    + throws Exception
    Test of getPersonChanges method, of class TheMovieDbApi. TODO: Fix the method before testing
    Throws:
    -
    Exception
    +
    Exception
    @@ -1121,10 +1121,10 @@ extends

    testGetList

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

    testGetKeyword

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

    testGetKeywordMovies

    public void testGetKeywordMovies()
    -                          throws Exception
    + throws Exception
    Test of getKeywordMovies method, of class TheMovieDbApi.
    Throws:
    -
    Exception
    +
    Exception
    diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html b/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html index 716d2e625..764a27801 100644 --- a/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html +++ b/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.TestLogger (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html b/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html index d684e801c..5040ecfb7 100644 --- a/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html +++ b/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html @@ -2,10 +2,10 @@ - + Uses of Class com.omertron.themoviedbapi.TheMovieDbApiTest (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/package-frame.html b/testapidocs/com/omertron/themoviedbapi/package-frame.html index 30111b3a7..db37f6d25 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 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/package-summary.html b/testapidocs/com/omertron/themoviedbapi/package-summary.html index 7ee80722b..7dbb1ba20 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-summary.html +++ b/testapidocs/com/omertron/themoviedbapi/package-summary.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/package-tree.html b/testapidocs/com/omertron/themoviedbapi/package-tree.html index 492b05cee..1099b58d8 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-tree.html +++ b/testapidocs/com/omertron/themoviedbapi/package-tree.html @@ -2,10 +2,10 @@ - + com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.5-SNAPSHOT Test API) - + @@ -68,7 +68,7 @@

    Class Hierarchy

      -
    • java.lang.Object +
    • java.lang.Object
      • com.omertron.themoviedbapi.TestLogger
      • com.omertron.themoviedbapi.TheMovieDbApiTest
      • diff --git a/testapidocs/com/omertron/themoviedbapi/package-use.html b/testapidocs/com/omertron/themoviedbapi/package-use.html index baa594a0e..cf91bf5c8 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-use.html +++ b/testapidocs/com/omertron/themoviedbapi/package-use.html @@ -2,10 +2,10 @@ - + Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/constant-values.html b/testapidocs/constant-values.html index f8f6e0d0b..73c6dbb84 100644 --- a/testapidocs/constant-values.html +++ b/testapidocs/constant-values.html @@ -2,10 +2,10 @@ - + Constant Field Values (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/deprecated-list.html b/testapidocs/deprecated-list.html index c7c901c5d..180bbf84f 100644 --- a/testapidocs/deprecated-list.html +++ b/testapidocs/deprecated-list.html @@ -2,10 +2,10 @@ - + Deprecated List (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/help-doc.html b/testapidocs/help-doc.html index 116ab5214..3efd4d119 100644 --- a/testapidocs/help-doc.html +++ b/testapidocs/help-doc.html @@ -2,10 +2,10 @@ - + API Help (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/index-all.html b/testapidocs/index-all.html index d537a9be5..e64d342f3 100644 --- a/testapidocs/index-all.html +++ b/testapidocs/index-all.html @@ -2,10 +2,10 @@ - + Index (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/index.html b/testapidocs/index.html index 9d05bcb1c..80db6ff76 100644 --- a/testapidocs/index.html +++ b/testapidocs/index.html @@ -2,7 +2,7 @@ - + API-The MovieDB 3.5-SNAPSHOT Test API