diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index d5bef9af0..76dd68436 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,9 +2,9 @@ - + -All Classes (API-The MovieDB 3.11-SNAPSHOT API) +All Classes (API-The MovieDB 3.10 API) diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 4af453c4a..6f4c576c1 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,9 +2,9 @@ - + -All Classes (API-The MovieDB 3.11-SNAPSHOT API) +All Classes (API-The MovieDB 3.10 API) diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html index 21529508f..c10379b76 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html @@ -2,16 +2,16 @@ - + -MovieDbException.MovieDbExceptionType (API-The MovieDB 3.11-SNAPSHOT API) +MovieDbException.MovieDbExceptionType (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
@@ -80,7 +80,7 @@
-
com.omertron.themoviedbapi
+

com.omertron.themoviedbapi

Enum MovieDbException.MovieDbExceptionType

@@ -110,7 +110,7 @@

-
public static enum MovieDbException.MovieDbExceptionType
+
public static enum MovieDbException.MovieDbExceptionType
 extends Enum<MovieDbException.MovieDbExceptionType>
@@ -190,14 +190,14 @@ the order they are declared.

Methods inherited from class java.lang.Enum

-clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf @@ -316,7 +316,8 @@ over the constants as follows: for (MovieDbException.MovieDbExceptionType c : MovieDbException.MovieDbExceptionType.values())   System.out.println(c); -
Returns:
an array containing the constants of this enum type, in the order they are declared
+
Returns:
an array containing the constants of this enum type, in +the order they are declared
@@ -333,7 +334,8 @@ not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
-
IllegalArgumentException - if this enum type has no constant with the specified name
+
IllegalArgumentException - if this enum type has no constant +with the specified name
NullPointerException - if the argument is null
@@ -363,12 +365,12 @@ not permitted.)
diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.html index 9b650dab9..b7a8e495d 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.html @@ -2,16 +2,16 @@ - + -MovieDbException (API-The MovieDB 3.11-SNAPSHOT API) +MovieDbException (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
@@ -80,7 +80,7 @@
-
com.omertron.themoviedbapi
+

com.omertron.themoviedbapi

Class MovieDbException

@@ -111,7 +111,7 @@

-
public class MovieDbException
+
public class MovieDbException
 extends Exception
See Also:
Serialized Form
@@ -151,23 +151,23 @@ extends Constructor and Description -MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, +MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, String response, String url)  -MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, +MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, String response, String url, Throwable cause)  -MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, +MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, String response, URL url)  -MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, +MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, String response, URL url, Throwable cause)  @@ -205,14 +205,14 @@ extends Throwable -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString +fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString @@ -335,12 +335,12 @@ extends
diff --git a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html index fea105b28..1f59f074c 100644 --- a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html @@ -2,16 +2,16 @@ - + -TheMovieDbApi (API-The MovieDB 3.11-SNAPSHOT API) +TheMovieDbApi (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
@@ -80,7 +80,7 @@
-
com.omertron.themoviedbapi
+

com.omertron.themoviedbapi

Class TheMovieDbApi

@@ -97,7 +97,7 @@


  • -
    public class TheMovieDbApi
    +
    public class TheMovieDbApi
     extends Object
    The MovieDb API

    @@ -128,7 +128,7 @@ extends -TheMovieDbApi(String apiKey, +TheMovieDbApi(String apiKey, org.yamj.api.common.http.CommonHttpClient httpClient)

    API for The Movie Db.
    @@ -150,7 +150,7 @@ extends StatusCode -addMovieToList(String sessionId, +addMovieToList(String sessionId, String listId, Integer movieId)
    This method lets users add new movies to a list that they created.
    @@ -158,7 +158,7 @@ extends StatusCode -addToWatchList(String sessionId, +addToWatchList(String sessionId, int accountId, Integer movieId)
    Add a movie to an accounts watch list.
    @@ -166,14 +166,14 @@ extends StatusCode -changeFavoriteStatus(String sessionId, +changeFavoriteStatus(String sessionId, int accountId, Integer movieId, boolean isFavorite)  static boolean -compareMovies(MovieDb moviedb, +compareMovies(MovieDb moviedb, String title, String year)
    Compare the MovieDB object with a title & year
    @@ -181,7 +181,7 @@ extends static boolean -compareMovies(MovieDb moviedb, +compareMovies(MovieDb moviedb, String title, String year, int maxDistance) @@ -190,7 +190,7 @@ extends static boolean -compareMovies(MovieDb moviedb, +compareMovies(MovieDb moviedb, String title, String year, int maxDistance, @@ -206,14 +206,14 @@ extends URL -createImageUrl(String imagePath, +createImageUrl(String imagePath, String requiredSize)
    Generate the full image URL from the size and image path
    String -createList(String sessionId, +createList(String sessionId, String name, String description)
    This method lets users create a new list.
    @@ -221,7 +221,7 @@ extends StatusCode -deleteMovieList(String sessionId, +deleteMovieList(String sessionId, String listId)
    This method lets users delete a list that they created.
    @@ -247,14 +247,14 @@ extends TmdbResultsList<Artwork> -getCollectionImages(int collectionId, +getCollectionImages(int collectionId, String language)
    Get all of the images for a particular collection by collection id.
    CollectionInfo -getCollectionInfo(int collectionId, +getCollectionInfo(int collectionId, String language)
    This method is used to retrieve all of the basic information about a movie collection.
    @@ -269,7 +269,7 @@ extends TmdbResultsList<MovieDb> -getCompanyMovies(int companyId, +getCompanyMovies(int companyId, String language, int page)
    This method is used to retrieve the movies associated with a company.
    @@ -290,7 +290,7 @@ extends TmdbResultsList<MovieDb> -getDiscover(int page, +getDiscover(int page, String language, String sortBy, boolean includeAdult, @@ -310,7 +310,7 @@ extends List<MovieDb> -getFavoriteMovies(String sessionId, +getFavoriteMovies(String sessionId, int accountId)  @@ -321,7 +321,7 @@ extends TmdbResultsList<MovieDb> -getGenreMovies(int genreId, +getGenreMovies(int genreId, String language, int page, boolean includeAllMovies) @@ -346,7 +346,7 @@ extends TmdbResultsList<KeywordMovie> -getKeywordMovies(String keywordId, +getKeywordMovies(String keywordId, String language, int page)
    Get the list of movies for a particular keyword by id.
    @@ -366,7 +366,7 @@ extends TmdbResultsList<AlternativeTitle> -getMovieAlternativeTitles(int movieId, +getMovieAlternativeTitles(int movieId, String country, String... appendToResponse)
    This method is used to retrieve all of the alternative titles we have for @@ -375,14 +375,14 @@ extends TmdbResultsList<Person> -getMovieCasts(int movieId, +getMovieCasts(int movieId, String... appendToResponse)
    Get the cast information for a specific movie id.
    TmdbResultsMap<String,List<ChangedItem>> -getMovieChanges(int movieId, +getMovieChanges(int movieId, String startDate, String endDate)
    Get the changes for a specific movie id.
    @@ -390,7 +390,7 @@ extends TmdbResultsList<ChangedMovie> -getMovieChangesList(int page, +getMovieChangesList(int page, String startDate, String endDate)
    Get a list of movie ids that have been edited.
    @@ -398,7 +398,7 @@ extends TmdbResultsList<Artwork> -getMovieImages(int movieId, +getMovieImages(int movieId, String language, String... appendToResponse)
    This method should be used when you’re wanting to retrieve all of the @@ -407,7 +407,7 @@ extends MovieDb -getMovieInfo(int movieId, +getMovieInfo(int movieId, String language, String... appendToResponse)
    This method is used to retrieve all of the basic movie information.
    @@ -415,7 +415,7 @@ extends MovieDb -getMovieInfoImdb(String imdbId, +getMovieInfoImdb(String imdbId, String language, String... appendToResponse)
    This method is used to retrieve all of the basic movie information.
    @@ -423,7 +423,7 @@ extends TmdbResultsList<Keyword> -getMovieKeywords(int movieId, +getMovieKeywords(int movieId, String... appendToResponse)
    This method is used to retrieve all of the keywords that have been added to a particular movie.
    @@ -431,7 +431,7 @@ extends TmdbResultsList<MovieList> -getMovieLists(int movieId, +getMovieLists(int movieId, String language, int page, String... appendToResponse) @@ -440,7 +440,7 @@ extends TmdbResultsList<ReleaseInfo> -getMovieReleaseInfo(int movieId, +getMovieReleaseInfo(int movieId, String language, String... appendToResponse)
    This method is used to retrieve all of the release and certification data @@ -449,7 +449,7 @@ extends TmdbResultsList<Trailer> -getMovieTrailers(int movieId, +getMovieTrailers(int movieId, String language, String... appendToResponse)
    This method is used to retrieve all of the trailers for a particular @@ -458,7 +458,7 @@ extends TmdbResultsList<Translation> -getMovieTranslations(int movieId, +getMovieTranslations(int movieId, String... appendToResponse)
    This method is used to retrieve a list of the available translations for a specific movie.
    @@ -466,14 +466,14 @@ extends TmdbResultsList<MovieDb> -getNowPlayingMovies(String language, +getNowPlayingMovies(String language, int page)
    This method is used to retrieve the movies currently in theatres.
    void -getPersonChanges(int personId, +getPersonChanges(int personId, String startDate, String endDate)
    Get the changes for a specific person id.
    @@ -481,13 +481,13 @@ extends void -getPersonChangesList(int page, +getPersonChangesList(int page, String startDate, String endDate)  TmdbResultsList<PersonCredit> -getPersonCredits(int personId, +getPersonCredits(int personId, String... appendToResponse)
    This method is used to retrieve all of the cast & crew information for the person.
    @@ -501,7 +501,7 @@ extends Person -getPersonInfo(int personId, +getPersonInfo(int personId, String... appendToResponse)
    This method is used to retrieve all of the basic person information.
    @@ -526,21 +526,21 @@ extends TmdbResultsList<MovieDb> -getPopularMovieList(String language, +getPopularMovieList(String language, int page)
    This method is used to retrieve the daily movie popularity list.
    List<MovieDb> -getRatedMovies(String sessionId, +getRatedMovies(String sessionId, int accountId)
    Get the list of rated movies (and associated rating) for an account.
    TmdbResultsList<Reviews> -getReviews(int movieId, +getReviews(int movieId, String language, int page, String... appendToResponse)  @@ -554,7 +554,7 @@ extends TmdbResultsList<MovieDb> -getSimilarMovies(int movieId, +getSimilarMovies(int movieId, String language, int page, String... appendToResponse) @@ -564,7 +564,7 @@ extends TmdbResultsList<MovieDb> -getTopRatedMovies(String language, +getTopRatedMovies(String language, int page)
    This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
    @@ -572,35 +572,35 @@ extends TmdbResultsList<MovieDb> -getUpcoming(String language, +getUpcoming(String language, int page)
    Get the list of upcoming movies.
    List<MovieDbList> -getUserLists(String sessionId, +getUserLists(String sessionId, int accountID)
    Get all lists of a given user
    List<MovieDb> -getWatchList(String sessionId, +getWatchList(String sessionId, int accountId)
    Get the list of movies on an accounts watchlist.
    boolean -isMovieOnList(String listId, +isMovieOnList(String listId, Integer movieId)
    Check to see if a movie ID is already added to a list.
    boolean -postMovieRating(String sessionId, +postMovieRating(String sessionId, Integer movieId, Integer rating)
    This method lets users rate a movie.
    @@ -608,7 +608,7 @@ extends StatusCode -removeFromWatchList(String sessionId, +removeFromWatchList(String sessionId, int accountId, Integer movieId)
    Remove a movie from an accounts watch list.
    @@ -616,7 +616,7 @@ extends StatusCode -removeMovieFromList(String sessionId, +removeMovieFromList(String sessionId, String listId, Integer movieId)
    This method lets users remove movies from a list that they created.
    @@ -624,7 +624,7 @@ extends TmdbResultsList<Collection> -searchCollection(String query, +searchCollection(String query, String language, int page)
    Search for collections by name.
    @@ -632,21 +632,21 @@ extends TmdbResultsList<Company> -searchCompanies(String companyName, +searchCompanies(String companyName, int page)
    Search Companies.
    TmdbResultsList<Keyword> -searchKeyword(String query, +searchKeyword(String query, int page)
    Search for keywords by name
    TmdbResultsList<MovieList> -searchList(String query, +searchList(String query, String language, int page)
    Search for lists by name and description.
    @@ -654,7 +654,7 @@ extends TmdbResultsList<MovieDb> -searchMovie(String movieName, +searchMovie(String movieName, int searchYear, String language, boolean includeAdult, @@ -665,7 +665,7 @@ extends TmdbResultsList<Person> -searchPeople(String personName, +searchPeople(String personName, boolean includeAdult, int page)
    This is a good starting point to start finding people on TMDb.
    @@ -673,7 +673,7 @@ extends void -setProxy(String host, +setProxy(String host, int port, String username, String password) @@ -682,7 +682,7 @@ extends void -setTimeout(int connect, +setTimeout(int connect, int read)
    Set the connection and read time out values
    @@ -693,7 +693,7 @@ extends Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -2061,12 +2061,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html index 5ff83368d..044bf7e0a 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 3.11-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@ -MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, +MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, String response, String url)  -MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, +MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, String response, String url, Throwable cause)  -MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, +MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, String response, URL url)  -MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, +MovieDbException(MovieDbException.MovieDbExceptionType exceptionType, String response, URL url, Throwable cause)  @@ -169,12 +169,12 @@ the order they are declared. diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html index 9fa5cfc34..0850d5d89 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html +++ b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html @@ -2,16 +2,16 @@ - + -AbstractJsonMapping (API-The MovieDB 3.11-SNAPSHOT API) +AbstractJsonMapping (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class AbstractJsonMapping

    @@ -105,7 +105,7 @@

    -
    public abstract class AbstractJsonMapping
    +
    public abstract class AbstractJsonMapping
     extends Object
     implements Serializable
    Abstract class to handle any unknown properties by outputting a log message
    @@ -149,7 +149,7 @@ implements protected void -handleUnknown(String key, +handleUnknown(String key, Object value)
    Handle unknown properties and print a message
    @@ -164,7 +164,7 @@ implements Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait @@ -248,12 +248,12 @@ implements
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Account.html b/apidocs/com/omertron/themoviedbapi/model/Account.html index 697ac99e3..52251d570 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Account.html +++ b/apidocs/com/omertron/themoviedbapi/model/Account.html @@ -2,16 +2,16 @@ - + -Account (API-The MovieDB 3.11-SNAPSHOT API) +Account (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Account

    @@ -106,7 +106,7 @@

    -
    public class Account
    +
    public class Account
     extends AbstractJsonMapping
    See Also:
    Serialized Form
    @@ -198,14 +198,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -372,12 +372,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html index 8dbc3d0c4..ad48fdf6d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html @@ -2,16 +2,16 @@ - + -AlternativeTitle (API-The MovieDB 3.11-SNAPSHOT API) +AlternativeTitle (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class AlternativeTitle

    @@ -101,7 +101,7 @@

    -
    public class AlternativeTitle
    +
    public class AlternativeTitle
     extends Object
     implements Serializable
    Author:
    @@ -172,7 +172,7 @@ implements Object -clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait +clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait @@ -293,12 +293,12 @@ implements
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/Artwork.html index b24cbb1d1..249c955c9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/Artwork.html @@ -2,16 +2,16 @@ - + -Artwork (API-The MovieDB 3.11-SNAPSHOT API) +Artwork (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Artwork

    @@ -106,7 +106,7 @@

    -
    public class Artwork
    +
    public class Artwork
     extends AbstractJsonMapping
    The artwork type information
    Author:
    @@ -241,14 +241,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -513,12 +513,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html index 08d03b969..b81054e83 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html @@ -2,16 +2,16 @@ - + -ArtworkType (API-The MovieDB 3.11-SNAPSHOT API) +ArtworkType (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Enum ArtworkType

    @@ -106,7 +106,7 @@

    -
    public enum ArtworkType
    +
    public enum ArtworkType
     extends Enum<ArtworkType>
    ArtworkType enum List of the artwork types that are available
    @@ -169,14 +169,14 @@ the order they are declared.

    Methods inherited from class java.lang.Enum

    -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf @@ -241,7 +241,8 @@ over the constants as follows: for (ArtworkType c : ArtworkType.values())   System.out.println(c); -
    Returns:
    an array containing the constants of this enum type, in the order they are declared
    +
    Returns:
    an array containing the constants of this enum type, in +the order they are declared
    @@ -258,7 +259,8 @@ not permitted.)
    Parameters:
    name - the name of the enum constant to be returned.
    Returns:
    the enum constant with the specified name
    Throws:
    -
    IllegalArgumentException - if this enum type has no constant with the specified name
    +
    IllegalArgumentException - if this enum type has no constant +with the specified name
    NullPointerException - if the argument is null
    @@ -288,12 +290,12 @@ not permitted.)
    diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html index e239a9152..0a7c65776 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html @@ -2,16 +2,16 @@ - + -ChangeKeyItem (API-The MovieDB 3.11-SNAPSHOT API) +ChangeKeyItem (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class ChangeKeyItem

    @@ -97,7 +97,7 @@


  • -
    public class ChangeKeyItem
    +
    public class ChangeKeyItem
     extends Object
  • @@ -156,7 +156,7 @@ extends void -setNewItems(String name, +setNewItems(String name, Object value)  @@ -165,7 +165,7 @@ extends Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -279,12 +279,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html index ce1f24049..1520c5b8f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html @@ -2,16 +2,16 @@ - + -ChangedItem (API-The MovieDB 3.11-SNAPSHOT API) +ChangedItem (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class ChangedItem

    @@ -106,7 +106,7 @@

    -
    public class ChangedItem
    +
    public class ChangedItem
     extends AbstractJsonMapping
    See Also:
    Serialized Form
    @@ -182,7 +182,7 @@ extends void -setNewItems(String name, +setNewItems(String name, Object value)  @@ -199,14 +199,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -374,12 +374,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html index 1c72bb3b1..689113e8b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html @@ -2,16 +2,16 @@ - + -ChangedMovie (API-The MovieDB 3.11-SNAPSHOT API) +ChangedMovie (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class ChangedMovie

    @@ -106,7 +106,7 @@

    -
    public class ChangedMovie
    +
    public class ChangedMovie
     extends AbstractJsonMapping
    See Also:
    Serialized Form
    @@ -166,14 +166,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -268,12 +268,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Collection.html b/apidocs/com/omertron/themoviedbapi/model/Collection.html index 9a9b9e08e..3ccc416ac 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/Collection.html @@ -2,16 +2,16 @@ - + -Collection (API-The MovieDB 3.11-SNAPSHOT API) +Collection (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Collection

    @@ -106,7 +106,7 @@

    -
    public class Collection
    +
    public class Collection
     extends AbstractJsonMapping
    Author:
    stuart.boston
    @@ -208,14 +208,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -408,12 +408,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html index 5f5d75a40..dd041768c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html @@ -2,16 +2,16 @@ - + -CollectionInfo (API-The MovieDB 3.11-SNAPSHOT API) +CollectionInfo (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class CollectionInfo

    @@ -106,7 +106,7 @@

    -
    public class CollectionInfo
    +
    public class CollectionInfo
     extends AbstractJsonMapping
    Author:
    Stuart
    @@ -200,14 +200,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -374,12 +374,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Company.html b/apidocs/com/omertron/themoviedbapi/model/Company.html index 8da69ee24..a5a52d6f5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/Company.html @@ -2,16 +2,16 @@ - + -Company (API-The MovieDB 3.11-SNAPSHOT API) +Company (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Company

    @@ -106,7 +106,7 @@

    -
    public class Company
    +
    public class Company
     extends AbstractJsonMapping
    Company information
    Author:
    @@ -205,7 +205,7 @@ extends void -setParentCompany(int id, +setParentCompany(int id, String name, String logoPath)  @@ -215,14 +215,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -418,12 +418,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Discover.html b/apidocs/com/omertron/themoviedbapi/model/Discover.html index 0c6bde76d..2d76b1738 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Discover.html +++ b/apidocs/com/omertron/themoviedbapi/model/Discover.html @@ -2,16 +2,16 @@ - + -Discover (API-The MovieDB 3.11-SNAPSHOT API) +Discover (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Discover

    @@ -97,7 +97,7 @@


  • -
    public class Discover
    +
    public class Discover
     extends Object
    Generate a discover object for use in the MovieDbApi

    @@ -243,7 +243,7 @@ extends Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

  • +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -509,12 +509,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html index c63b6abee..4dc0f7d3f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/Genre.html @@ -2,16 +2,16 @@ - + -Genre (API-The MovieDB 3.11-SNAPSHOT API) +Genre (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Genre

    @@ -111,7 +111,7 @@

    -
    public class Genre
    +
    public class Genre
     extends AbstractIdName
    Author:
    stuart.boston
    @@ -157,14 +157,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -215,12 +215,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html index 8b46267d7..02a982363 100644 --- a/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html +++ b/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html @@ -2,16 +2,16 @@ - + -JobDepartment (API-The MovieDB 3.11-SNAPSHOT API) +JobDepartment (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class JobDepartment

    diff --git a/apidocs/com/omertron/themoviedbapi/model/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/Keyword.html index ae0de3055..650dd3381 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/Keyword.html @@ -2,16 +2,16 @@ - + -Keyword (API-The MovieDB 3.11-SNAPSHOT API) +Keyword (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Keyword

    @@ -111,7 +111,7 @@

    -
    public class Keyword
    +
    public class Keyword
     extends AbstractIdName
    Author:
    stuart.boston
    @@ -157,14 +157,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -215,12 +215,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html index f8e3a104f..bca204af6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html @@ -2,16 +2,16 @@ - + -KeywordMovie (API-The MovieDB 3.11-SNAPSHOT API) +KeywordMovie (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class KeywordMovie

    @@ -106,7 +106,7 @@

    -
    public class KeywordMovie
    +
    public class KeywordMovie
     extends AbstractJsonMapping
    Author:
    Stuart
    @@ -236,14 +236,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -491,12 +491,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html index 6fb3327bb..aa9420f0a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/Language.html @@ -2,16 +2,16 @@ - + -Language (API-The MovieDB 3.11-SNAPSHOT API) +Language (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Language

    @@ -106,7 +106,7 @@

    -
    public class Language
    +
    public class Language
     extends AbstractJsonMapping
    Author:
    stuart.boston
    @@ -176,14 +176,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -304,12 +304,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html index e2075d496..e6cea7af9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html @@ -2,16 +2,16 @@ - + -ListItemStatus (API-The MovieDB 3.11-SNAPSHOT API) +ListItemStatus (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class ListItemStatus

    @@ -106,7 +106,7 @@

    -
    public class ListItemStatus
    +
    public class ListItemStatus
     extends AbstractJsonMapping
    Author:
    Holger Brandl
    @@ -168,14 +168,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -270,12 +270,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html index 76b8502a1..058d0d8cb 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html @@ -2,16 +2,16 @@ - + -MovieDb (API-The MovieDB 3.11-SNAPSHOT API) +MovieDb (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class MovieDb

    @@ -106,7 +106,7 @@

    -
    public class MovieDb
    +
    public class MovieDb
     extends AbstractJsonMapping
    Movie Bean
    Author:
    @@ -437,14 +437,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -1150,12 +1150,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html index e0d179b9c..bf97c650b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html @@ -2,16 +2,16 @@ - + -MovieDbList (API-The MovieDB 3.11-SNAPSHOT API) +MovieDbList (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class MovieDbList

    @@ -106,7 +106,7 @@

    -
    public class MovieDbList
    +
    public class MovieDbList
     extends AbstractJsonMapping
    Wrapper for the MovieDbList function
    Author:
    @@ -241,14 +241,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -505,12 +505,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html index 3e5eb6999..043428faa 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html @@ -2,16 +2,16 @@ - + -MovieDbListStatus (API-The MovieDB 3.11-SNAPSHOT API) +MovieDbListStatus (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class MovieDbListStatus

    @@ -111,7 +111,7 @@

    -
    public class MovieDbListStatus
    +
    public class MovieDbListStatus
     extends StatusCode
    See Also:
    Serialized Form
    @@ -170,14 +170,14 @@ extends

    Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping

    -handleUnknown, toString +handleUnknown, toString @@ -254,12 +254,12 @@ extends
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class MovieList

    @@ -106,7 +106,7 @@

    -
    public class MovieList
    +
    public class MovieList
     extends AbstractJsonMapping
    Author:
    Stuart
    @@ -216,14 +216,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -426,12 +426,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Person.html b/apidocs/com/omertron/themoviedbapi/model/Person.html index 93aaa2ce1..6db4fca7c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/Person.html @@ -2,16 +2,16 @@ - + -Person (API-The MovieDB 3.11-SNAPSHOT API) +Person (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Person

    @@ -106,7 +106,7 @@

    -
    public class Person
    +
    public class Person
     extends AbstractJsonMapping
    Author:
    stuart.boston
    @@ -148,7 +148,7 @@ extends void -addCast(int id, +addCast(int id, String name, String profilePath, String character, @@ -158,7 +158,7 @@ extends void -addCrew(int id, +addCrew(int id, String name, String profilePath, String department, @@ -324,14 +324,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -770,12 +770,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html index aa9ecba13..eda7f46ad 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html @@ -2,16 +2,16 @@ - + -PersonCast (API-The MovieDB 3.11-SNAPSHOT API) +PersonCast (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class PersonCast

    @@ -106,7 +106,7 @@

    -
    public class PersonCast
    +
    public class PersonCast
     extends AbstractJsonMapping
    Author:
    Stuart
    @@ -216,14 +216,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -434,12 +434,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html index 81d3bc1bc..4a84960c6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html @@ -2,16 +2,16 @@ - + -PersonCredit (API-The MovieDB 3.11-SNAPSHOT API) +PersonCredit (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class PersonCredit

    @@ -106,7 +106,7 @@

    -
    public class PersonCredit
    +
    public class PersonCredit
     extends AbstractJsonMapping
    Author:
    stuart.boston
    @@ -280,14 +280,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -634,12 +634,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html index d59486407..5507d03aa 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html @@ -2,16 +2,16 @@ - + -PersonCrew (API-The MovieDB 3.11-SNAPSHOT API) +PersonCrew (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class PersonCrew

    @@ -106,7 +106,7 @@

    -
    public class PersonCrew
    +
    public class PersonCrew
     extends AbstractJsonMapping
    Author:
    Stuart
    @@ -208,14 +208,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -408,12 +408,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/PersonType.html index 8fa8bdfb8..8af4fd567 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonType.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonType.html @@ -2,16 +2,16 @@ - + -PersonType (API-The MovieDB 3.11-SNAPSHOT API) +PersonType (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Enum PersonType

    @@ -106,7 +106,7 @@

    -
    public enum PersonType
    +
    public enum PersonType
     extends Enum<PersonType>
    Author:
    stuart.boston
    @@ -170,14 +170,14 @@ the order they are declared.

    Methods inherited from class java.lang.Enum

    -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf +clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf @@ -242,7 +242,8 @@ over the constants as follows: for (PersonType c : PersonType.values())   System.out.println(c); -
    Returns:
    an array containing the constants of this enum type, in the order they are declared
    +
    Returns:
    an array containing the constants of this enum type, in +the order they are declared
    @@ -259,7 +260,8 @@ not permitted.)
    Parameters:
    name - the name of the enum constant to be returned.
    Returns:
    the enum constant with the specified name
    Throws:
    -
    IllegalArgumentException - if this enum type has no constant with the specified name
    +
    IllegalArgumentException - if this enum type has no constant +with the specified name
    NullPointerException - if the argument is null
    @@ -289,12 +291,12 @@ not permitted.)
    diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html index d1c9c9e0a..27ccef47a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html @@ -2,16 +2,16 @@ - + -ProductionCompany (API-The MovieDB 3.11-SNAPSHOT API) +ProductionCompany (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class ProductionCompany

    @@ -111,7 +111,7 @@

    -
    public class ProductionCompany
    +
    public class ProductionCompany
     extends AbstractIdName
    Author:
    stuart.boston
    @@ -157,14 +157,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -215,12 +215,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html index d8e42f00e..7f6f7a0b9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html @@ -2,16 +2,16 @@ - + -ProductionCountry (API-The MovieDB 3.11-SNAPSHOT API) +ProductionCountry (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class ProductionCountry

    @@ -106,7 +106,7 @@

    -
    public class ProductionCountry
    +
    public class ProductionCountry
     extends AbstractJsonMapping
    Author:
    stuart.boston
    @@ -176,14 +176,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -304,12 +304,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html index d31ecae21..fe1516b00 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html @@ -2,16 +2,16 @@ - + -ReleaseInfo (API-The MovieDB 3.11-SNAPSHOT API) +ReleaseInfo (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class ReleaseInfo

    @@ -106,7 +106,7 @@

    -
    public class ReleaseInfo
    +
    public class ReleaseInfo
     extends AbstractJsonMapping
    Author:
    Stuart
    @@ -184,14 +184,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -330,12 +330,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Reviews.html b/apidocs/com/omertron/themoviedbapi/model/Reviews.html index 21032e7ca..956762dfd 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Reviews.html +++ b/apidocs/com/omertron/themoviedbapi/model/Reviews.html @@ -2,16 +2,16 @@ - + -Reviews (API-The MovieDB 3.11-SNAPSHOT API) +Reviews (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Reviews

    @@ -106,7 +106,7 @@

    -
    public class Reviews
    +
    public class Reviews
     extends AbstractJsonMapping
    Author:
    Stuart
    @@ -184,14 +184,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -322,12 +322,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html index c0b442c26..4a0357867 100644 --- a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html @@ -2,16 +2,16 @@ - + -StatusCode (API-The MovieDB 3.11-SNAPSHOT API) +StatusCode (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class StatusCode

    @@ -110,7 +110,7 @@

    -
    public class StatusCode
    +
    public class StatusCode
     extends AbstractJsonMapping
    Author:
    Stuart
    @@ -172,14 +172,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -274,12 +274,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html index b4180d23a..be797bdfb 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html @@ -2,16 +2,16 @@ - + -TmdbConfiguration (API-The MovieDB 3.11-SNAPSHOT API) +TmdbConfiguration (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class TmdbConfiguration

    @@ -106,7 +106,7 @@

    -
    public class TmdbConfiguration
    +
    public class TmdbConfiguration
     extends AbstractJsonMapping
    Author:
    stuart.boston
    @@ -244,14 +244,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -507,12 +507,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html index 012fa7e93..1a0bc219a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html @@ -2,16 +2,16 @@ - + -TokenAuthorisation (API-The MovieDB 3.11-SNAPSHOT API) +TokenAuthorisation (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class TokenAuthorisation

    diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html index fb33668fc..b393f58d6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html @@ -2,16 +2,16 @@ - + -TokenSession (API-The MovieDB 3.11-SNAPSHOT API) +TokenSession (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class TokenSession

    @@ -106,7 +106,7 @@

    -
    public class TokenSession
    +
    public class TokenSession
     extends AbstractJsonMapping
    See Also:
    Serialized Form
    @@ -198,14 +198,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -372,12 +372,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/Trailer.html index 43d0216df..c23f8e14a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/Trailer.html @@ -2,16 +2,16 @@ - + -Trailer (API-The MovieDB 3.11-SNAPSHOT API) +Trailer (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Trailer

    @@ -106,7 +106,7 @@

    -
    public class Trailer
    +
    public class Trailer
     extends AbstractJsonMapping
    Author:
    Stuart
    @@ -223,14 +223,14 @@ extends AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -433,12 +433,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/Translation.html b/apidocs/com/omertron/themoviedbapi/model/Translation.html index 397d6b16d..f488ebe86 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/Translation.html @@ -2,16 +2,16 @@ - + -Translation (API-The MovieDB 3.11-SNAPSHOT API) +Translation (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.model
    +

    com.omertron.themoviedbapi.model

    Class Translation

    @@ -106,7 +106,7 @@

    -
    public class Translation
    +
    public class Translation
     extends AbstractJsonMapping
    Author:
    Stuart
    @@ -188,14 +188,14 @@ extends AbstractJsonMapping -handleUnknown +handleUnknown @@ -347,12 +347,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html index 73820c59d..4687c4160 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.model.AbstractIdName (API-The MovieDB 3.11-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.model.AbstractIdName (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.results
    +

    com.omertron.themoviedbapi.results

    Class AbstractResults

    @@ -101,7 +101,7 @@

    -
    public abstract class AbstractResults
    +
    public abstract class AbstractResults
     extends Object
    Abstract class to return the results and the id/page info
    Author:
    @@ -201,7 +201,7 @@ extends Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait @@ -378,12 +378,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html index dfe6a0f55..9b67e6cd5 100644 --- a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html +++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html @@ -2,16 +2,16 @@ - + -TmdbResultsList (API-The MovieDB 3.11-SNAPSHOT API) +TmdbResultsList (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.results
    +

    com.omertron.themoviedbapi.results

    Class TmdbResultsList<T>

    @@ -103,7 +103,7 @@
    Type Parameters:
    T -


    -
    public final class TmdbResultsList<T>
    +
    public final class TmdbResultsList<T>
     extends AbstractResults
    List of the results from TheMovieDb
    Author:
    @@ -168,7 +168,7 @@ extends Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait @@ -258,12 +258,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html index 57e32efc1..90544b628 100644 --- a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html +++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html @@ -2,16 +2,16 @@ - + -TmdbResultsMap (API-The MovieDB 3.11-SNAPSHOT API) +TmdbResultsMap (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.results
    +

    com.omertron.themoviedbapi.results

    Class TmdbResultsMap<K,V>

    @@ -103,7 +103,7 @@
    Type Parameters:
    K -
    V -


    -
    public final class TmdbResultsMap<K,V>
    +
    public final class TmdbResultsMap<K,V>
     extends AbstractResults
    Map of the results from TheMovieDb
    Author:
    @@ -168,7 +168,7 @@ extends Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait @@ -258,12 +258,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html index d226a6aa7..e45f5bbde 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.results.AbstractResults (API-The MovieDB 3.11-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.results.AbstractResults (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@ diff --git a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html index 893096b1a..52dd7efb6 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html +++ b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html @@ -2,16 +2,16 @@ - + -WebBrowser (API-The MovieDB 3.11-SNAPSHOT API) +WebBrowser (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.tools
    +

    com.omertron.themoviedbapi.tools

    Class WebBrowser

    @@ -97,7 +97,7 @@


  • -
    public final class WebBrowser
    +
    public final class WebBrowser
     extends Object
    Web browser with simple cookies support
  • @@ -175,12 +175,12 @@ extends static String -request(URL url, +request(URL url, String jsonBody)  static String -request(URL url, +request(URL url, String jsonBody, boolean isDeleteRequest)  @@ -214,7 +214,7 @@ extends Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -444,12 +444,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html index b47ebab53..1bfd5a7c8 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.11-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class AbstractWrapper

    @@ -110,7 +110,7 @@

    -
    public abstract class AbstractWrapper
    +
    public abstract class AbstractWrapper
     extends AbstractJsonMapping
     implements Serializable
    See Also:
    Serialized Form
    @@ -151,7 +151,7 @@ implements <E extends Enum<E>> 
    List<E>
    -getTypeList(Class<E> clz, +getTypeList(Class<E> clz, E[] typeList)
    Get a list of the enums passed
    @@ -162,14 +162,14 @@ implements AbstractJsonMapping -handleUnknown, toString +handleUnknown, toString @@ -243,12 +243,12 @@ implements
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html index c7f099784..dee650404 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html @@ -2,16 +2,16 @@ - + -AbstractWrapperAll (API-The MovieDB 3.11-SNAPSHOT API) +AbstractWrapperAll (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class AbstractWrapperAll

    @@ -120,7 +120,7 @@

    -
    public class AbstractWrapperAll
    +
    public class AbstractWrapperAll
     extends AbstractWrapperId
     implements IWrapperId, IWrapperPages, IWrapperDates
    Base class for the wrappers
    @@ -207,21 +207,21 @@ implements AbstractWrapper -getTypeList +getTypeList
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html index 81a2586bb..fa664ccd8 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html @@ -2,16 +2,16 @@ - + -AbstractWrapperId (API-The MovieDB 3.11-SNAPSHOT API) +AbstractWrapperId (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class AbstractWrapperId

    @@ -115,7 +115,7 @@

    -
    public class AbstractWrapperId
    +
    public class AbstractWrapperId
     extends AbstractWrapper
     implements IWrapperId
    Base class for the wrappers
    @@ -171,21 +171,21 @@ implements AbstractWrapper -getTypeList +getTypeList @@ -270,12 +270,12 @@ implements
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html index b7c62cbd9..6571920a5 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html @@ -2,16 +2,16 @@ - + -IWrapperDates (API-The MovieDB 3.11-SNAPSHOT API) +IWrapperDates (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Interface IWrapperDates

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

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

    com.omertron.themoviedbapi.wrapper

    Interface IWrapperId

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

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

    com.omertron.themoviedbapi.wrapper

    Interface IWrapperPages

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

    -
    public interface IWrapperPages
    +
    public interface IWrapperPages
    @@ -231,12 +231,12 @@
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html index 626972577..e5cafadb4 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html @@ -2,16 +2,16 @@ - + -ResultDates (API-The MovieDB 3.11-SNAPSHOT API) +ResultDates (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class ResultDates

    @@ -101,7 +101,7 @@

    -
    public class ResultDates
    +
    public class ResultDates
     extends Object
     implements Serializable
    Author:
    @@ -152,7 +152,7 @@ implements void -handleUnknown(String key, +handleUnknown(String key, Object value)
    Handle unknown properties and print a message
    @@ -175,7 +175,7 @@ implements Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait @@ -295,12 +295,12 @@ implements
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html index 6c96da908..8b8db91be 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html @@ -2,16 +2,16 @@ - + -WrapperAlternativeTitles (API-The MovieDB 3.11-SNAPSHOT API) +WrapperAlternativeTitles (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperAlternativeTitles

    @@ -116,7 +116,7 @@

    -
    public class WrapperAlternativeTitles
    +
    public class WrapperAlternativeTitles
     extends AbstractWrapperId
     implements Serializable
    Author:
    @@ -178,21 +178,21 @@ implements AbstractWrapper -getTypeList +getTypeList @@ -269,12 +269,12 @@ implements
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html index 6c6898d67..f9c9c2ec0 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html @@ -2,16 +2,16 @@ - + -WrapperChanges (API-The MovieDB 3.11-SNAPSHOT API) +WrapperChanges (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperChanges

    @@ -97,7 +97,7 @@


  • -
    public class WrapperChanges
    +
    public class WrapperChanges
     extends Object
  • @@ -148,7 +148,7 @@ extends void -setNewItems(String name, +setNewItems(String name, Object value)  @@ -161,7 +161,7 @@ extends Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait @@ -270,12 +270,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html index 54bb21997..e2af81a9f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html @@ -2,16 +2,16 @@ - + -WrapperCollection (API-The MovieDB 3.11-SNAPSHOT API) +WrapperCollection (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperCollection

    @@ -121,7 +121,7 @@

    -
    public class WrapperCollection
    +
    public class WrapperCollection
     extends AbstractWrapperAll
    Author:
    stuart.boston
    @@ -189,21 +189,21 @@ extends AbstractWrapper -getTypeList +getTypeList
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html index 9ba129356..2799939d8 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html @@ -2,16 +2,16 @@ - + -WrapperCompany (API-The MovieDB 3.11-SNAPSHOT API) +WrapperCompany (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperCompany

    @@ -121,7 +121,7 @@

    -
    public class WrapperCompany
    +
    public class WrapperCompany
     extends AbstractWrapperAll
    Author:
    stuart.boston
    @@ -189,21 +189,21 @@ extends AbstractWrapper -getTypeList +getTypeList
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html index 68484d8d8..3924685a5 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html @@ -2,16 +2,16 @@ - + -WrapperCompanyMovies (API-The MovieDB 3.11-SNAPSHOT API) +WrapperCompanyMovies (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperCompanyMovies

    @@ -121,7 +121,7 @@

    -
    public class WrapperCompanyMovies
    +
    public class WrapperCompanyMovies
     extends AbstractWrapperAll
    Author:
    stuart.boston
    @@ -189,21 +189,21 @@ extends AbstractWrapper -getTypeList +getTypeList
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html index 5d496655d..50f83984f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html @@ -2,16 +2,16 @@ - + -WrapperConfig (API-The MovieDB 3.11-SNAPSHOT API) +WrapperConfig (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperConfig

    @@ -111,7 +111,7 @@

    -
    public class WrapperConfig
    +
    public class WrapperConfig
     extends AbstractWrapper
    Author:
    Stuart
    @@ -173,21 +173,21 @@ extends AbstractWrapper -getTypeList +getTypeList @@ -282,12 +282,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html index 5edd4bc18..d5bf523f5 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html @@ -2,16 +2,16 @@ - + -WrapperGenres (API-The MovieDB 3.11-SNAPSHOT API) +WrapperGenres (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperGenres

    @@ -111,7 +111,7 @@

    -
    public class WrapperGenres
    +
    public class WrapperGenres
     extends AbstractWrapper
    Wrapper class for the Genres searches
    Author:
    @@ -166,21 +166,21 @@ extends AbstractWrapper -getTypeList +getTypeList @@ -257,12 +257,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html index 379c0ab64..cf6b95088 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html @@ -2,16 +2,16 @@ - + -WrapperImages (API-The MovieDB 3.11-SNAPSHOT API) +WrapperImages (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperImages

    @@ -121,7 +121,7 @@

    -
    public class WrapperImages
    +
    public class WrapperImages
     extends AbstractWrapperAll
     implements Serializable
    Author:
    @@ -212,21 +212,21 @@ implements AbstractWrapper -getTypeList +getTypeList
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html index 954e7d012..8dd3dba9d 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html @@ -2,16 +2,16 @@ - + -WrapperJobList (API-The MovieDB 3.11-SNAPSHOT API) +WrapperJobList (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperJobList

    @@ -111,7 +111,7 @@

    -
    public class WrapperJobList
    +
    public class WrapperJobList
     extends AbstractWrapper
    Author:
    Stuart
    @@ -165,21 +165,21 @@ extends AbstractWrapper -getTypeList +getTypeList @@ -256,12 +256,12 @@ extends
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html index d77816e67..dc5221af1 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html @@ -2,16 +2,16 @@ - + -WrapperKeywordMovies (API-The MovieDB 3.11-SNAPSHOT API) +WrapperKeywordMovies (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperKeywordMovies

    @@ -121,7 +121,7 @@

    -
    public class WrapperKeywordMovies
    +
    public class WrapperKeywordMovies
     extends AbstractWrapperAll
    Author:
    stuart.boston
    @@ -189,21 +189,21 @@ extends AbstractWrapper -getTypeList +getTypeList
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html index 638c1a927..b2d835542 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html @@ -2,16 +2,16 @@ - + -WrapperKeywords (API-The MovieDB 3.11-SNAPSHOT API) +WrapperKeywords (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperKeywords

    @@ -121,7 +121,7 @@

    -
    public class WrapperKeywords
    +
    public class WrapperKeywords
     extends AbstractWrapperAll
    Author:
    stuart.boston
    @@ -189,21 +189,21 @@ extends AbstractWrapper -getTypeList +getTypeList
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html index 425273d55..f972ba6a7 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html @@ -2,16 +2,16 @@ - + -WrapperMovie (API-The MovieDB 3.11-SNAPSHOT API) +WrapperMovie (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperMovie

    @@ -121,7 +121,7 @@

    -
    public class WrapperMovie
    +
    public class WrapperMovie
     extends AbstractWrapperAll
     implements Serializable
    Author:
    @@ -190,21 +190,21 @@ implements AbstractWrapper -getTypeList +getTypeList
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html index 7ba870915..2b2e20462 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html @@ -2,16 +2,16 @@ - + -WrapperMovieCasts (API-The MovieDB 3.11-SNAPSHOT API) +WrapperMovieCasts (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperMovieCasts

    @@ -116,7 +116,7 @@

    -
    public class WrapperMovieCasts
    +
    public class WrapperMovieCasts
     extends AbstractWrapperId
     implements Serializable
    Author:
    @@ -190,21 +190,21 @@ implements AbstractWrapper -getTypeList +getTypeList @@ -308,12 +308,12 @@ implements
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html index cde0cf81f..cf25d5eeb 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html @@ -2,16 +2,16 @@ - + -WrapperMovieChanges (API-The MovieDB 3.11-SNAPSHOT API) +WrapperMovieChanges (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperMovieChanges

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html index f21e9f125..256290202 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html @@ -2,16 +2,16 @@ - + -WrapperMovieDbList (API-The MovieDB 3.11-SNAPSHOT API) +WrapperMovieDbList (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperMovieDbList

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html index a77e8dba5..90322c18c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html @@ -2,16 +2,16 @@ - + -WrapperMovieKeywords (API-The MovieDB 3.11-SNAPSHOT API) +WrapperMovieKeywords (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperMovieKeywords

    @@ -116,7 +116,7 @@

    -
    public class WrapperMovieKeywords
    +
    public class WrapperMovieKeywords
     extends AbstractWrapperId
     implements Serializable
    Author:
    @@ -178,21 +178,21 @@ implements AbstractWrapper -getTypeList +getTypeList @@ -269,12 +269,12 @@ implements
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html index c807af333..47d6788fc 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html @@ -2,16 +2,16 @@ - + -WrapperMovieList (API-The MovieDB 3.11-SNAPSHOT API) +WrapperMovieList (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperMovieList

    @@ -121,7 +121,7 @@

    -
    public class WrapperMovieList
    +
    public class WrapperMovieList
     extends AbstractWrapperAll
     implements Serializable
    Author:
    @@ -190,21 +190,21 @@ implements AbstractWrapper -getTypeList +getTypeList
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html index 3211cc237..1abbaab09 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html @@ -2,16 +2,16 @@ - + -WrapperPerson (API-The MovieDB 3.11-SNAPSHOT API) +WrapperPerson (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperPerson

    @@ -121,7 +121,7 @@

    -
    public class WrapperPerson
    +
    public class WrapperPerson
     extends AbstractWrapperAll
    Author:
    stuart.boston
    @@ -189,21 +189,21 @@ extends AbstractWrapper -getTypeList +getTypeList
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html index 592dde81f..6933a6f23 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html @@ -2,16 +2,16 @@ - + -WrapperPersonCredits (API-The MovieDB 3.11-SNAPSHOT API) +WrapperPersonCredits (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperPersonCredits

    @@ -121,7 +121,7 @@

    -
    public class WrapperPersonCredits
    +
    public class WrapperPersonCredits
     extends AbstractWrapperAll
    Author:
    stuart.boston
    @@ -201,21 +201,21 @@ extends AbstractWrapper -getTypeList +getTypeList
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html index cc9d4cbcd..1077cb5f3 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html @@ -2,16 +2,16 @@ - + -WrapperPersonList (API-The MovieDB 3.11-SNAPSHOT API) +WrapperPersonList (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperPersonList

    @@ -121,7 +121,7 @@

    -
    public class WrapperPersonList
    +
    public class WrapperPersonList
     extends AbstractWrapperAll
    Author:
    Stuart
    @@ -189,21 +189,21 @@ extends AbstractWrapper -getTypeList +getTypeList
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html index 9e47e0b6b..ba25173db 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html @@ -2,16 +2,16 @@ - + -WrapperReleaseInfo (API-The MovieDB 3.11-SNAPSHOT API) +WrapperReleaseInfo (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperReleaseInfo

    @@ -116,7 +116,7 @@

    -
    public class WrapperReleaseInfo
    +
    public class WrapperReleaseInfo
     extends AbstractWrapperId
     implements Serializable
    Author:
    @@ -178,21 +178,21 @@ implements AbstractWrapper -getTypeList +getTypeList @@ -269,12 +269,12 @@ implements
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html index 30ed29e47..90f79ae81 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html @@ -2,16 +2,16 @@ - + -WrapperReviews (API-The MovieDB 3.11-SNAPSHOT API) +WrapperReviews (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperReviews

    @@ -121,7 +121,7 @@

    -
    public class WrapperReviews
    +
    public class WrapperReviews
     extends AbstractWrapperAll
     implements Serializable
    Author:
    @@ -190,21 +190,21 @@ implements AbstractWrapper -getTypeList +getTypeList
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html index a1cb70bd4..78538dace 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html @@ -2,16 +2,16 @@ - + -WrapperTrailers (API-The MovieDB 3.11-SNAPSHOT API) +WrapperTrailers (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperTrailers

    @@ -116,7 +116,7 @@

    -
    public class WrapperTrailers
    +
    public class WrapperTrailers
     extends AbstractWrapperId
     implements Serializable
    Author:
    @@ -192,21 +192,21 @@ implements AbstractWrapper -getTypeList +getTypeList @@ -312,12 +312,12 @@ implements
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html index cf25b9c91..ecc6bb291 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html @@ -2,16 +2,16 @@ - + -WrapperTranslations (API-The MovieDB 3.11-SNAPSHOT API) +WrapperTranslations (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    @@ -80,7 +80,7 @@
    -
    com.omertron.themoviedbapi.wrapper
    +

    com.omertron.themoviedbapi.wrapper

    Class WrapperTranslations

    @@ -116,7 +116,7 @@

    -
    public class WrapperTranslations
    +
    public class WrapperTranslations
     extends AbstractWrapperId
     implements Serializable
    Author:
    @@ -178,21 +178,21 @@ implements AbstractWrapper -getTypeList +getTypeList @@ -269,12 +269,12 @@ implements
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html index efd64edc1..c1b91d957 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapper (API-The MovieDB 3.11-SNAPSHOT API) +Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapper (API-The MovieDB 3.10 API) @@ -37,12 +37,12 @@
    -

    API-The MovieDB 3.11-SNAPSHOT API

    +

    API-The MovieDB 3.10 API

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

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

    Project License: GNU General Public License v3+

    API-The MovieDB
      -
    • commons-io:commons-io:jar:2.4 (compile) Information
    • commons-io:commons-io:jar:2.4 (compile) Information
    • -
    • junit:junit:jar:4.11 (test) Information
    • junit:junit:jar:4.11 (test) Information
        -
      • org.hamcrest:hamcrest-core:jar:1.3 (test) Information
      • org.hamcrest:hamcrest-core:jar:1.3 (test) Information
    • -
    • com.fasterxml.jackson.core:jackson-core:jar:2.4.3 (compile) Information
    • com.fasterxml.jackson.core:jackson-core:jar:2.4.3 (compile) Information
    • -
    • com.fasterxml.jackson.core:jackson-annotations:jar:2.4.3 (compile) Information
    • com.fasterxml.jackson.core:jackson-annotations:jar:2.4.3 (compile) Information
    • -
    • com.fasterxml.jackson.core:jackson-databind:jar:2.4.3 (compile) Information
    • com.fasterxml.jackson.core:jackson-databind:jar:2.4.3 (compile) Information
        -
      • com.fasterxml.jackson.core:jackson-core:jar:2.4.3 (compile) Information
      • com.fasterxml.jackson.core:jackson-core:jar:2.4.3 (compile) Information
    • -
    • org.slf4j:slf4j-api:jar:1.7.7 (compile) Information
    • org.slf4j:slf4j-api:jar:1.7.7 (compile) Information
    • -
    • org.slf4j:slf4j-jdk14:jar:1.7.7 (test) Information
    • org.slf4j:slf4j-jdk14:jar:1.7.7 (test) Information
        -
      • org.slf4j:slf4j-api:jar:1.7.7 (test) Information
      • org.slf4j:slf4j-api:jar:1.7.7 (test) Information
    • -
    • org.yamj:api-common:jar:1.1 (compile) Information
    • org.yamj:api-common:jar:1.1 (compile) Information
        -
      • org.apache.commons:commons-lang3:jar:3.1 (compile) Information
      • org.apache.commons:commons-lang3:jar:3.1 (compile) Information
      • -
      • commons-dbcp:commons-dbcp:jar:1.4 (compile) Information
      • commons-dbcp:commons-dbcp:jar:1.4 (compile) Information
      • -
      • commons-pool:commons-pool:jar:1.6 (compile) Information
      • commons-pool:commons-pool:jar:1.6 (compile) Information
      • -
      • commons-codec:commons-codec:jar:1.8 (compile) Information
      • commons-codec:commons-codec:jar:1.8 (compile) Information
      • -
      • org.apache.httpcomponents:httpclient:jar:4.2.6 (compile) Information
      • org.apache.httpcomponents:httpclient:jar:4.2.6 (compile) Information
          -
        • org.apache.httpcomponents:httpcore:jar:4.2.5 (compile) Information
        • org.apache.httpcomponents:httpcore:jar:4.2.5 (compile) Information
        • -
        • commons-logging:commons-logging:jar:1.1.1 (compile) Information
        • commons-logging:commons-logging:jar:1.1.1 (compile) Information diff --git a/source-repository.html b/source-repository.html index 855d4cc58..d46342457 100644 --- a/source-repository.html +++ b/source-repository.html @@ -28,7 +28,7 @@
          Last Published: 2014-11-18 -  | Version: 3.11-SNAPSHOT +  | Version: 3.10
          API-The MovieDB diff --git a/testapidocs/allclasses-frame.html b/testapidocs/allclasses-frame.html index f53165929..7975f0fb2 100644 --- a/testapidocs/allclasses-frame.html +++ b/testapidocs/allclasses-frame.html @@ -2,9 +2,9 @@ - + -All Classes (API-The MovieDB 3.11-SNAPSHOT Test API) +All Classes (API-The MovieDB 3.10 Test API) diff --git a/testapidocs/allclasses-noframe.html b/testapidocs/allclasses-noframe.html index db4b32e06..c59f394a6 100644 --- a/testapidocs/allclasses-noframe.html +++ b/testapidocs/allclasses-noframe.html @@ -2,9 +2,9 @@ - + -All Classes (API-The MovieDB 3.11-SNAPSHOT Test API) +All Classes (API-The MovieDB 3.10 Test API) diff --git a/testapidocs/com/omertron/themoviedbapi/TestLogger.html b/testapidocs/com/omertron/themoviedbapi/TestLogger.html index 7f52a913a..cd74ee009 100644 --- a/testapidocs/com/omertron/themoviedbapi/TestLogger.html +++ b/testapidocs/com/omertron/themoviedbapi/TestLogger.html @@ -2,16 +2,16 @@ - + -TestLogger (API-The MovieDB 3.11-SNAPSHOT Test API) +TestLogger (API-The MovieDB 3.10 Test API) @@ -36,12 +36,12 @@
          @@ -79,7 +79,7 @@
          -
          com.omertron.themoviedbapi
          +

          com.omertron.themoviedbapi

          Class TestLogger

          @@ -96,7 +96,7 @@


        • -
          public class TestLogger
          +
          public class TestLogger
           extends Object
        @@ -130,14 +130,14 @@ extends static void -loadProperties(Properties props, +loadProperties(Properties props, File propertyFile)
        Load properties from a file
        static void -saveProperties(Properties props, +saveProperties(Properties props, File propertyFile, String headerText)
        Save properties to a file
        @@ -149,7 +149,7 @@ extends Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    @@ -238,12 +238,12 @@ extends diff --git a/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html b/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html index cf29d11ad..e713e9f73 100644 --- a/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html +++ b/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html @@ -2,16 +2,16 @@ - + -TheMovieDbApiTest (API-The MovieDB 3.11-SNAPSHOT Test API) +TheMovieDbApiTest (API-The MovieDB 3.10 Test API) @@ -36,12 +36,12 @@
    @@ -79,7 +79,7 @@
    -
    com.omertron.themoviedbapi
    +

    com.omertron.themoviedbapi

    Class TheMovieDbApiTest

    @@ -96,7 +96,7 @@


  • -
    public class TheMovieDbApiTest
    +
    public class TheMovieDbApiTest
     extends Object
    Test cases for TheMovieDbApi API
    Author:
    @@ -538,7 +538,7 @@ extends Object -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -1479,12 +1479,12 @@ extends
    diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html b/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html index b77fa37e7..d9f06ab74 100644 --- a/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html +++ b/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html @@ -2,16 +2,16 @@ - + -Uses of Class com.omertron.themoviedbapi.TestLogger (API-The MovieDB 3.11-SNAPSHOT Test API) +Uses of Class com.omertron.themoviedbapi.TestLogger (API-The MovieDB 3.10 Test API) @@ -36,12 +36,12 @@