diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 2c6a4ce99..a3f824db0 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,13 +2,13 @@ - + All Classes (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 00d75bf0b..16cd14d9c 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,13 +2,13 @@ - + All Classes (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html index 7aa5d84b6..d0de6e8d9 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html @@ -2,13 +2,13 @@ - + MovieDbException.MovieDbExceptionType (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.html index 87985259e..b5b443374 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.html @@ -2,13 +2,13 @@ - + MovieDbException (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html index 23fc905e4..a8dd933b6 100644 --- a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html @@ -2,13 +2,13 @@ - + TheMovieDbApi (API-The MovieDB 3.10-SNAPSHOT API) - + @@ -196,6 +196,18 @@ The MovieDb API String year, int maxDistance) +
+          Compare the MovieDB object with a title & year, case sensitive + + + +static boolean +compareMovies(MovieDb moviedb, + String title, + String year, + int maxDistance, + boolean caseSensitive) +
          Compare the MovieDB object with a title & year @@ -933,6 +945,24 @@ public static boolean compareMovies(

+compareMovies

+
+public static boolean compareMovies(MovieDb moviedb,
+                                    String title,
+                                    String year,
+                                    int maxDistance,
+                                    boolean caseSensitive)
+
+
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
caseSensitive - true if the comparison is to be case sensitive +
Returns:
True if there is a match, False otherwise.
+
+
+
+

compareMovies

@@ -941,11 +971,11 @@ public static boolean compareMovies(String year,
                                     int maxDistance)
-
Compare the MovieDB object with a title & year +
Compare the MovieDB object with a title & year, case sensitive

-
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 -
Returns:
True if there is a match, False otherwise.
+
Parameters:
moviedb -
title -
year -
maxDistance - +
Returns:

diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html index 968cc0323..617ec91e3 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html index faa9a5f06..689712aff 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html index 34db6d0e5..fb7cd7f30 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html index b5b20aa67..14679d9fa 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html +++ b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html @@ -2,13 +2,13 @@ - + AbstractJsonMapping (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Account.html b/apidocs/com/omertron/themoviedbapi/model/Account.html index 14a9e21e1..792b7943c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Account.html +++ b/apidocs/com/omertron/themoviedbapi/model/Account.html @@ -2,13 +2,13 @@ - + Account (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html index f46e6f0ca..47d57bba6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html @@ -2,13 +2,13 @@ - + AlternativeTitle (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/Artwork.html index c87b938a6..10d8e655e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/Artwork.html @@ -2,13 +2,13 @@ - + Artwork (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html index 9c58a3ae5..d02e2bf2c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html @@ -2,13 +2,13 @@ - + ArtworkType (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html index cd4927901..63dab5c5b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html @@ -2,13 +2,13 @@ - + ChangeKeyItem (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html index 8084cd454..87f1f7af3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html @@ -2,13 +2,13 @@ - + ChangedItem (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html index ba66f7c7d..cd4e18913 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html @@ -2,13 +2,13 @@ - + ChangedMovie (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Collection.html b/apidocs/com/omertron/themoviedbapi/model/Collection.html index 9a73a844d..9e51e36ac 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/Collection.html @@ -2,13 +2,13 @@ - + Collection (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html index 3c9aeda4c..468295801 100644 --- a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html @@ -2,13 +2,13 @@ - + CollectionInfo (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Company.html b/apidocs/com/omertron/themoviedbapi/model/Company.html index 61fa346c6..2541efb6a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/Company.html @@ -2,13 +2,13 @@ - + Company (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Discover.html b/apidocs/com/omertron/themoviedbapi/model/Discover.html index 12ae499eb..41eaed093 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Discover.html +++ b/apidocs/com/omertron/themoviedbapi/model/Discover.html @@ -2,13 +2,13 @@ - + Discover (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html index a9efedafe..571c6026c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/Genre.html @@ -2,13 +2,13 @@ - + Genre (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html index 0a05b458b..c09b6de90 100644 --- a/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html +++ b/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html @@ -2,13 +2,13 @@ - + JobDepartment (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/Keyword.html index 76491b1f2..d02425e9e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/Keyword.html @@ -2,13 +2,13 @@ - + Keyword (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html index 7bbebff22..7b7a98cde 100644 --- a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html @@ -2,13 +2,13 @@ - + KeywordMovie (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html index c4169cefb..2a8f4cec1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/Language.html @@ -2,13 +2,13 @@ - + Language (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html index 8f4e8ae31..e1044523d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html @@ -2,13 +2,13 @@ - + ListItemStatus (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html index 00faaddaf..cad65a286 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html @@ -2,13 +2,13 @@ - + MovieDb (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html index 4d05a9454..2ed253b58 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html @@ -2,13 +2,13 @@ - + MovieDbList (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html index f70ccd8f1..253d8f123 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html @@ -2,13 +2,13 @@ - + MovieDbListStatus (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/MovieList.html index 80f4ad708..8eb5766eb 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieList.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieList.html @@ -2,13 +2,13 @@ - + MovieList (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Person.html b/apidocs/com/omertron/themoviedbapi/model/Person.html index 6a45b6061..873aa3f57 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/Person.html @@ -2,13 +2,13 @@ - + Person (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html index 79e843194..5b201a585 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html @@ -2,13 +2,13 @@ - + PersonCast (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html index 6c41898f5..b087f5d1c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html @@ -2,13 +2,13 @@ - + PersonCredit (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html index 72ba486f6..72cb1f392 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html @@ -2,13 +2,13 @@ - + PersonCrew (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/PersonType.html index 0747a66bb..50e2c1a15 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonType.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonType.html @@ -2,13 +2,13 @@ - + PersonType (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html index d8421da5d..66453e71d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html @@ -2,13 +2,13 @@ - + ProductionCompany (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html index 6f9c6797a..a02dc5e82 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html @@ -2,13 +2,13 @@ - + ProductionCountry (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html index 0fcc3c192..a27b6fed1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html @@ -2,13 +2,13 @@ - + ReleaseInfo (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Reviews.html b/apidocs/com/omertron/themoviedbapi/model/Reviews.html index 631cc1eb7..0ad110374 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Reviews.html +++ b/apidocs/com/omertron/themoviedbapi/model/Reviews.html @@ -2,13 +2,13 @@ - + Reviews (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html index 53c2a2ae6..1925c1ff4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html @@ -2,13 +2,13 @@ - + StatusCode (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html index b20b1e9e6..24e68a682 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html @@ -2,13 +2,13 @@ - + TmdbConfiguration (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html index ca53097cb..8193f16aa 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html @@ -2,13 +2,13 @@ - + TokenAuthorisation (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html index 16bf73126..ec990dd78 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html @@ -2,13 +2,13 @@ - + TokenSession (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/Trailer.html index 6b90cda2b..ae3dc89af 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/Trailer.html @@ -2,13 +2,13 @@ - + Trailer (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Translation.html b/apidocs/com/omertron/themoviedbapi/model/Translation.html index 4bda09ddf..fb122e15e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/Translation.html @@ -2,13 +2,13 @@ - + Translation (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html index 91de1b0d0..2eb823561 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html index cddf68a4e..ccfa5391c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Account (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html index 8ec385789..04ac10235 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.AlternativeTitle (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html index 6f0cf1e97..f84f02c90 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Artwork (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html index 3ec593cac..81c4dddfd 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ArtworkType (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html index 3a9b8ae08..eb7fa8870 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ChangeKeyItem (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html index 81f713a0f..709b4d6d3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ChangedItem (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html index 68d3de6b2..a7e840989 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ChangedMovie (API-The MovieDB 3.10-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 7cbaf4fd9..48aa17b8b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Collection (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html index 9a492a47e..b6a80c669 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.CollectionInfo (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html index 00ebf955b..d81e2d691 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Company (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html index 3ba4f0721..b55779696 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Discover (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html index 8acd3cb54..3b0fa11dd 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html index 2cd0507fe..48b9068e7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.JobDepartment (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html index 580594da8..dab771b7b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Keyword (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html index d40402076..4a4a3f69d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.KeywordMovie (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html index cd4afabb8..4494f3a9c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html index 51ccaa512..81f8d8616 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ListItemStatus (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html index be3bb2e5a..c88a560bb 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieDb (API-The MovieDB 3.10-SNAPSHOT API) - + @@ -317,6 +317,18 @@ Uses of String year, int maxDistance) +
+          Compare the MovieDB object with a title & year, case sensitive + + + +static boolean +TheMovieDbApi.compareMovies(MovieDb moviedb, + String title, + String year, + int maxDistance, + boolean caseSensitive) +
          Compare the MovieDB object with a title & year diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html index d6170b0ac..91b95f8c0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieDbList (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html index 669ada4c0..30a4c41dc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieDbListStatus (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html index 6fed40d4e..4495c1373 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieList (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html index 61184861d..0de87021a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Person (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html index ab79ae847..6e2640b3d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonCast (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html index a92218ef7..a1ae4a32e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonCredit (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html index aa5d3e73e..e9dd7c1ed 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonCrew (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html index a0c899a49..a2b004b42 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonType (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html index 28291cf10..7908d3c1a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ProductionCompany (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html index b04df4f54..95915faef 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ProductionCountry (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html index a0071b840..b3a1e8029 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ReleaseInfo (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html index 607b3ba6e..79b1272bf 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Reviews (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html index ba22d2b37..998ea45a5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 3.10-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 d40bb9366..73ae9f8b3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.TmdbConfiguration (API-The MovieDB 3.10-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 ec5734dcc..247fcc06f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The MovieDB 3.10-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 a0f53211c..039bf6d44 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.TokenSession (API-The MovieDB 3.10-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 a16035b19..70038d3cc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Trailer (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html index e034bb33b..9024752a2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Translation (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html b/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html index 1c133b5dd..59bef3646 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html @@ -2,13 +2,13 @@ - + PersonCreditDateComparator (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html b/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html index 1d13eead4..7202a6d88 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.comparator.PersonCreditDateComparator (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html index 80fd36752..4c723826c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html index 2b7553a05..53d63059a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html index 671b63852..40f2c2a68 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.model.comparator Class Hierarchy (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html index a5901e335..2fd370424 100644 --- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html index f7b9b6323..bc686927a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-frame.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.model (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html index be1174858..b310e50a2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-summary.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.model (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/package-tree.html index e938ef013..52decf183 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-tree.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-use.html b/apidocs/com/omertron/themoviedbapi/model/package-use.html index 6cdc57c48..a98410348 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-frame.html b/apidocs/com/omertron/themoviedbapi/package-frame.html index 8802186f0..29e5e8e97 100644 --- a/apidocs/com/omertron/themoviedbapi/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/package-frame.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html index f543e0655..e647aaacf 100644 --- a/apidocs/com/omertron/themoviedbapi/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/package-summary.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-tree.html b/apidocs/com/omertron/themoviedbapi/package-tree.html index eb89427a6..20a1e325f 100644 --- a/apidocs/com/omertron/themoviedbapi/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/package-tree.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-use.html b/apidocs/com/omertron/themoviedbapi/package-use.html index 2665faec6..f7cc9214a 100644 --- a/apidocs/com/omertron/themoviedbapi/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html b/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html index 4c51360f0..783888b21 100644 --- a/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html +++ b/apidocs/com/omertron/themoviedbapi/results/AbstractResults.html @@ -2,13 +2,13 @@ - + AbstractResults (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html index b4e3d9840..0558176e6 100644 --- a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html +++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html @@ -2,13 +2,13 @@ - + TmdbResultsList (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html index 34f08dcdb..4554f7c89 100644 --- a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html +++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html @@ -2,13 +2,13 @@ - + TmdbResultsMap (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html index 6110f49c5..7eab0640f 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractResults.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.results.AbstractResults (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html index b0de43900..9390ea3c3 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.results.TmdbResultsList (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html index 5cd95b81a..3ac0060c9 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.results.TmdbResultsMap (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/package-frame.html b/apidocs/com/omertron/themoviedbapi/results/package-frame.html index 69712db15..477610f08 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-frame.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.results (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/package-summary.html b/apidocs/com/omertron/themoviedbapi/results/package-summary.html index e56890ce6..a23156a59 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-summary.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.results (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/package-tree.html b/apidocs/com/omertron/themoviedbapi/results/package-tree.html index f985b3e16..e776864c5 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-tree.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.results Class Hierarchy (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/results/package-use.html b/apidocs/com/omertron/themoviedbapi/results/package-use.html index ce441d1fb..6a0f1f21d 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.omertron.themoviedbapi.results (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html index 31b2a904a..f96de09d5 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html @@ -2,13 +2,13 @@ - + ApiUrl (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html index d599c1ec0..305467a37 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html +++ b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html @@ -2,13 +2,13 @@ - + WebBrowser (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html index e8667f0f9..6a6b2cdf7 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.10-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 48c56dc71..8aed22be3 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.tools.WebBrowser (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html index b61a5a1ec..d155da43d 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.tools (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html index 083177d17..1f33e088d 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.tools (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html index 71a4f6139..208598cac 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-use.html b/apidocs/com/omertron/themoviedbapi/tools/package-use.html index 4f3302ddc..963890fad 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html index 5b27b3cd8..290603e97 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html @@ -2,13 +2,13 @@ - + AbstractWrapper (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html index 1a5c19926..1d9a86cf6 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html @@ -2,13 +2,13 @@ - + AbstractWrapperAll (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html index e661019ee..054a164e4 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html @@ -2,13 +2,13 @@ - + AbstractWrapperId (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html index e5dacf1c6..fce59e8c8 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperDates.html @@ -2,13 +2,13 @@ - + IWrapperDates (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html index 441ee4a31..d14c9b699 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html @@ -2,13 +2,13 @@ - + IWrapperId (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html index 6631aec5a..6f37df653 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html @@ -2,13 +2,13 @@ - + IWrapperPages (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html index 578d578ab..d486b7114 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/ResultDates.html @@ -2,13 +2,13 @@ - + ResultDates (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html index a6d2b73e1..82367d67d 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html @@ -2,13 +2,13 @@ - + WrapperAlternativeTitles (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html index 89922ff85..b112c6e25 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html @@ -2,13 +2,13 @@ - + WrapperChanges (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html index 785232853..416cc63cb 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html @@ -2,13 +2,13 @@ - + WrapperCollection (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html index 5da9d30bc..18e42a29c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html @@ -2,13 +2,13 @@ - + WrapperCompany (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html index 8bae1fbf4..06d8ac2d9 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html @@ -2,13 +2,13 @@ - + WrapperCompanyMovies (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html index 95a46b26d..32a236961 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html @@ -2,13 +2,13 @@ - + WrapperConfig (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html index ad574feea..03b672cc5 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html @@ -2,13 +2,13 @@ - + WrapperGenres (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html index 5020212c0..90d57f9e6 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html @@ -2,13 +2,13 @@ - + WrapperImages (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html index 7c5e4d2e0..2c66279af 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html @@ -2,13 +2,13 @@ - + WrapperJobList (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html index d263408ae..a87b4894a 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html @@ -2,13 +2,13 @@ - + WrapperKeywordMovies (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html index aaa5cccc3..b231d1395 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html @@ -2,13 +2,13 @@ - + WrapperKeywords (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html index 19ef56be8..33ea0ea4f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html @@ -2,13 +2,13 @@ - + WrapperMovie (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html index 19c269500..7a43305de 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html @@ -2,13 +2,13 @@ - + WrapperMovieCasts (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html index 96cf90d16..c1657fd97 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieChanges.html @@ -2,13 +2,13 @@ - + WrapperMovieChanges (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html index ec6a7bc24..0d73185fb 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieDbList.html @@ -2,13 +2,13 @@ - + WrapperMovieDbList (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html index 380cc84d6..f4950ccc3 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html @@ -2,13 +2,13 @@ - + WrapperMovieKeywords (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html index 077a801b2..5792882d6 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html @@ -2,13 +2,13 @@ - + WrapperMovieList (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html index a03a90bf9..bd2df796c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html @@ -2,13 +2,13 @@ - + WrapperPerson (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html index 8af54424b..100c73601 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html @@ -2,13 +2,13 @@ - + WrapperPersonCredits (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html index f04327c1a..3c3b810cd 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html @@ -2,13 +2,13 @@ - + WrapperPersonList (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html index 9b0b67766..6ecf8d265 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html @@ -2,13 +2,13 @@ - + WrapperReleaseInfo (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html index 280b09983..daa6f5029 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html @@ -2,13 +2,13 @@ - + WrapperReviews (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html index 77ce3a0cf..8197c9610 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html @@ -2,13 +2,13 @@ - + WrapperTrailers (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html index b832ac351..9ec0f093b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html @@ -2,13 +2,13 @@ - + WrapperTranslations (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html index 1456c7b74..b425a3b19 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapper (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html index cfde68fd6..55e145958 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html index b9d300da7..160266577 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperId (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html index 180b67e14..cb9ada1b5 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperDates.html @@ -2,13 +2,13 @@ - + Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperDates (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html index 720f90bcb..c12e3cbb4 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html @@ -2,13 +2,13 @@ - + Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperId (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html index 679303c8a..573a1f3ec 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html @@ -2,13 +2,13 @@ - + Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperPages (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html index 1bad5cd1a..8d970d8a3 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/ResultDates.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.ResultDates (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html index 96a0d8aaa..81c4872ea 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (API-The MovieDB 3.10-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 ac54984f5..a1fa6eab4 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperChanges (API-The MovieDB 3.10-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 f74e1cf5d..7173d6365 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCollection (API-The MovieDB 3.10-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 68ee607f2..fd43686f8 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompany (API-The MovieDB 3.10-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 1f3880b03..5e1a5cf9e 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies (API-The MovieDB 3.10-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 cb9a23c81..87e29fd86 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperConfig (API-The MovieDB 3.10-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 9784d6c42..7feb0bffc 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperGenres (API-The MovieDB 3.10-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 a7710240c..ceec065fb 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperImages (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html index 711160390..df31dcff8 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperJobList (API-The MovieDB 3.10-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 c787c0664..a38fe696f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies (API-The MovieDB 3.10-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 09cfe05df..fa8b2c064 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywords (API-The MovieDB 3.10-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 c0d455df0..3a65f7688 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovie (API-The MovieDB 3.10-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 b949e9965..774fb35de 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieChanges.html index 0a3a20196..d9e6eb516 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieChanges.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieChanges (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieDbList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieDbList.html index 03a8e647b..d68899070 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieDbList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieDbList.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieDbList (API-The MovieDB 3.10-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 605aadbe3..b2e6f6c55 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords (API-The MovieDB 3.10-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 8c95e96bf..d10758a6b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieList (API-The MovieDB 3.10-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 9b7ab4990..6bb00048c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPerson (API-The MovieDB 3.10-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 207cd1659..fcbf6eeab 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html index e3dce4a42..46ef3bdc3 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonList (API-The MovieDB 3.10-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 3959f79c0..68d15d69c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html index f69adf5fe..7fdcf6065 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReviews (API-The MovieDB 3.10-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 3224864be..9fe76f483 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTrailers (API-The MovieDB 3.10-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 c1c6fa9d5..f21a6b230 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTranslations (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html index 87034f172..772f1efa6 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html index 34a5ec3f9..0f8b00743 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html index 151688aba..8e225dd86 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.wrapper Class Hierarchy (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html index 7d20e34d5..39546b6ff 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 6ae080758..90f2c8e3f 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,13 +2,13 @@ - + Constant Field Values (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 9b01e117c..ef53a2543 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,13 +2,13 @@ - + Deprecated List (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 7b4c77cb5..5ebc5489b 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,13 +2,13 @@ - + API Help (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 1c4211586..d58c2ebeb 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,13 +2,13 @@ - + Index (API-The MovieDB 3.10-SNAPSHOT API) - + @@ -195,9 +195,12 @@ Method in class com.omertron.themoviedbapi.model.comparator.compareMovies(MovieDb, String, String) - Static method in class com.omertron.themoviedbapi.TheMovieDbApi
Compare the MovieDB object with a title & year -
compareMovies(MovieDb, String, String, int) - +
compareMovies(MovieDb, String, String, int, boolean) - Static method in class com.omertron.themoviedbapi.TheMovieDbApi
Compare the MovieDB object with a title & year +
compareMovies(MovieDb, String, String, int) - +Static method in class com.omertron.themoviedbapi.TheMovieDbApi +
Compare the MovieDB object with a title & year, case sensitive
convertToJson(Map<String, ?>) - Static method in class com.omertron.themoviedbapi.TheMovieDbApi
Use Jackson to convert Map to JSON string. diff --git a/apidocs/index.html b/apidocs/index.html index a63420abc..ea85ffc50 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,7 +2,7 @@ - + API-The MovieDB 3.10-SNAPSHOT API diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html index 703d3ff2f..84ee0c5de 100644 --- a/apidocs/overview-frame.html +++ b/apidocs/overview-frame.html @@ -2,13 +2,13 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_45) on Sun Dec 22 18:45:13 CET 2013 --> +<!-- Generated by javadoc (build 1.6.0_45) on Sun Dec 29 18:58:24 CET 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Overview List (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index 439084fff..41c7a6f7d 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -2,13 +2,13 @@ - + Overview (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 17e12cc47..bde46bb1a 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,13 +2,13 @@ - + Class Hierarchy (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index eb50b995f..d63fa43a7 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,13 +2,13 @@ - + Serialized Form (API-The MovieDB 3.10-SNAPSHOT API) - + diff --git a/dependencies.html b/dependencies.html index a6429fdc9..d6da9c46b 100644 --- a/dependencies.html +++ b/dependencies.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
- Last Published: 2013-12-22 + Last Published: 2013-12-29  | Version: 3.10-SNAPSHOT
API-The MovieDB @@ -219,7 +219,7 @@

Dependency Tree

    -
  • com.omertron:themoviedbapi:jar:3.10-SNAPSHOT Information
  • com.omertron:themoviedbapi:jar:3.10-SNAPSHOT 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.3.0 (compile) Information
    • com.fasterxml.jackson.core:jackson-core:jar:2.3.0 (compile) Information
    • -
    • com.fasterxml.jackson.core:jackson-annotations:jar:2.3.0 (compile) Information
    • com.fasterxml.jackson.core:jackson-annotations:jar:2.3.0 (compile) Information
    • -
    • com.fasterxml.jackson.core:jackson-databind:jar:2.3.0 (compile) Information
    • com.fasterxml.jackson.core:jackson-databind:jar:2.3.0 (compile) Information
    • -
    • org.slf4j:slf4j-api:jar:1.7.5 (compile) Information
    • org.slf4j:slf4j-api:jar:1.7.5 (compile) Information
    • -
    • org.slf4j:slf4j-jdk14:jar:1.7.5 (test) Information
    • org.slf4j:slf4j-jdk14:jar:1.7.5 (test) Information
        -
      • org.slf4j:slf4j-api:jar:1.7.5 (test) Information
      • org.slf4j:slf4j-api:jar:1.7.5 (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.slf4j:slf4j-api:jar:1.7.5 (compile) Information
      • org.slf4j:slf4j-api:jar:1.7.5 (compile) Information