diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 4415507d4..e1abac9ed 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,13 +2,13 @@ - + All Classes (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -76,6 +76,8 @@ All Classes (API-The MovieDB 3.5-SNAPSHOT API)
ReleaseInfo
+Reviews +
StatusCode
TheMovieDbApi @@ -128,6 +130,8 @@ All Classes (API-The MovieDB 3.5-SNAPSHOT API)
WrapperReleaseInfo
+WrapperReviews +
WrapperTrailers
WrapperTranslations diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 897f0299b..4a0d438c0 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,13 +2,13 @@ - + All Classes (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -76,6 +76,8 @@ All Classes (API-The MovieDB 3.5-SNAPSHOT API)
ReleaseInfo
+Reviews +
StatusCode
TheMovieDbApi @@ -128,6 +130,8 @@ All Classes (API-The MovieDB 3.5-SNAPSHOT API)
WrapperReleaseInfo
+WrapperReviews +
WrapperTrailers
WrapperTranslations diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html index 281d35fd7..b0c974053 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.html index 7f4ef3214..852c9b9f9 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.html @@ -2,13 +2,13 @@ - + MovieDbException (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html index d8a374c16..b79dc3f2c 100644 --- a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html @@ -2,13 +2,13 @@ - + TheMovieDbApi (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -302,8 +302,9 @@ The MovieDb API

This is for version 3 of the API as specified here: http://h  List<AlternativeTitle> -getMovieAlternativeTitles(int movieId, - String country) +getMovieAlternativeTitles(int movieId, + String country, + String... appendToResponse)
          This method is used to retrieve all of the alternative titles we have for a particular movie. @@ -311,7 +312,8 @@ The MovieDb API

This is for version 3 of the API as specified here: http://h  List<Person> -getMovieCasts(int movieId) +getMovieCasts(int movieId, + String... appendToResponse)
          Get the cast information for a specific movie id. @@ -339,8 +341,9 @@ The MovieDb API

This is for version 3 of the API as specified here: http://h  List<Artwork> -getMovieImages(int movieId, - String language) +getMovieImages(int movieId, + String language, + String... appendToResponse)
          This method should be used when you’re wanting to retrieve all of the images for a particular movie. @@ -348,8 +351,9 @@ The MovieDb API

This is for version 3 of the API as specified here: http://h  MovieDb -getMovieInfo(int movieId, - String language) +getMovieInfo(int movieId, + String language, + String... appendToResponse)
          This method is used to retrieve all of the basic movie information. @@ -357,8 +361,9 @@ The MovieDb API

This is for version 3 of the API as specified here: http://h  MovieDb -getMovieInfoImdb(String imdbId, - String language) +getMovieInfoImdb(String imdbId, + String language, + String... appendToResponse)
          This method is used to retrieve all of the basic movie information. @@ -366,7 +371,8 @@ The MovieDb API

This is for version 3 of the API as specified here: http://h  List<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. @@ -374,9 +380,10 @@ The MovieDb API

This is for version 3 of the API as specified here: http://h  List<MovieList> -getMovieLists(int movieId, +getMovieLists(int movieId, String language, - int page) + int page, + String... appendToResponse)
          Get the lists that the movie belongs to @@ -384,8 +391,9 @@ The MovieDb API

This is for version 3 of the API as specified here: http://h  List<ReleaseInfo> -getMovieReleaseInfo(int movieId, - String language) +getMovieReleaseInfo(int movieId, + String language, + String... appendToResponse)
          This method is used to retrieve all of the release and certification data we have for a specific movie. @@ -393,8 +401,9 @@ The MovieDb API

This is for version 3 of the API as specified here: http://h  List<Trailer> -getMovieTrailers(int movieId, - String language) +getMovieTrailers(int movieId, + String language, + String... appendToResponse)
          This method is used to retrieve all of the trailers for a particular movie. @@ -402,7 +411,8 @@ The MovieDb API

This is for version 3 of the API as specified here: http://h  List<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. @@ -479,6 +489,17 @@ The MovieDb API

This is for version 3 of the API as specified here: http://h + List<Reviews> +getReviews(int movieId, + String language, + int page, + String... appendToResponse) + +
+            + + +  TokenSession getSessionToken(TokenAuthorisation token) @@ -488,9 +509,10 @@ The MovieDb API

This is for version 3 of the API as specified here: http://h  List<MovieDb> -getSimilarMovies(int movieId, +getSimilarMovies(int movieId, String language, - int page) + int page, + String... appendToResponse)
          The similar movies method will let you retrieve the similar movies for a particular movie. @@ -820,11 +842,12 @@ public


-

+

getMovieInfo

 public MovieDb getMovieInfo(int movieId,
-                            String language)
+                            String language,
+                            String... appendToResponse)
                      throws MovieDbException
This method is used to retrieve all of the basic movie information. @@ -839,11 +862,12 @@ public

+

getMovieInfoImdb

 public MovieDb getMovieInfoImdb(String imdbId,
-                                String language)
+                                String language,
+                                String... appendToResponse)
                          throws MovieDbException
This method is used to retrieve all of the basic movie information. @@ -858,11 +882,12 @@ public

+

getMovieAlternativeTitles

 public List<AlternativeTitle> getMovieAlternativeTitles(int movieId,
-                                                        String country)
+                                                        String country,
+                                                        String... appendToResponse)
                                                  throws MovieDbException
This method is used to retrieve all of the alternative titles we have for a particular movie. @@ -875,10 +900,11 @@ public

+

getMovieCasts

-public List<Person> getMovieCasts(int movieId)
+public List<Person> getMovieCasts(int movieId,
+                                  String... appendToResponse)
                            throws MovieDbException
Get the cast information for a specific movie id. @@ -893,11 +919,12 @@ public

+

getMovieImages

 public List<Artwork> getMovieImages(int movieId,
-                                    String language)
+                                    String language,
+                                    String... appendToResponse)
                              throws MovieDbException
This method should be used when you’re wanting to retrieve all of the images for a particular movie. @@ -910,10 +937,11 @@ public

+

getMovieKeywords

-public List<Keyword> getMovieKeywords(int movieId)
+public List<Keyword> getMovieKeywords(int movieId,
+                                      String... appendToResponse)
                                throws MovieDbException
This method is used to retrieve all of the keywords that have been added to a particular movie. @@ -928,11 +956,12 @@ public

+

getMovieReleaseInfo

 public List<ReleaseInfo> getMovieReleaseInfo(int movieId,
-                                             String language)
+                                             String language,
+                                             String... appendToResponse)
                                       throws MovieDbException
This method is used to retrieve all of the release and certification data we have for a specific movie. @@ -945,11 +974,12 @@ public

+

getMovieTrailers

 public List<Trailer> getMovieTrailers(int movieId,
-                                      String language)
+                                      String language,
+                                      String... appendToResponse)
                                throws MovieDbException
This method is used to retrieve all of the trailers for a particular movie. @@ -964,10 +994,11 @@ public

+

getMovieTranslations

-public List<Translation> getMovieTranslations(int movieId)
+public List<Translation> getMovieTranslations(int movieId,
+                                              String... appendToResponse)
                                        throws MovieDbException
This method is used to retrieve a list of the available translations for a specific movie. @@ -980,12 +1011,13 @@ public

+

getSimilarMovies

 public List<MovieDb> getSimilarMovies(int movieId,
                                       String language,
-                                      int page)
+                                      int page,
+                                      String... appendToResponse)
                                throws MovieDbException
The similar movies method will let you retrieve the similar movies for a particular movie. @@ -1002,12 +1034,30 @@ public

+

+getReviews

+
+public List<Reviews> getReviews(int movieId,
+                                String language,
+                                int page,
+                                String... appendToResponse)
+                         throws MovieDbException
+
+
+ +
Throws: +
MovieDbException
+
+
+
+ +

getMovieLists

 public List<MovieList> getMovieLists(int movieId,
                                      String language,
-                                     int page)
+                                     int page,
+                                     String... appendToResponse)
                               throws MovieDbException
Get the lists that the movie belongs to diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html index 2968b8569..c586bd8c3 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html index 5e33ad7b9..593865583 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.5-SNAPSHOT API) - + @@ -242,8 +242,9 @@ Uses of  List<AlternativeTitle> -TheMovieDbApi.getMovieAlternativeTitles(int movieId, - String country) +TheMovieDbApi.getMovieAlternativeTitles(int movieId, + String country, + String... appendToResponse)
          This method is used to retrieve all of the alternative titles we have for a particular movie. @@ -251,7 +252,8 @@ Uses of  List<Person> -TheMovieDbApi.getMovieCasts(int movieId) +TheMovieDbApi.getMovieCasts(int movieId, + String... appendToResponse)
          Get the cast information for a specific movie id. @@ -279,8 +281,9 @@ Uses of  List<Artwork> -TheMovieDbApi.getMovieImages(int movieId, - String language) +TheMovieDbApi.getMovieImages(int movieId, + String language, + String... appendToResponse)
          This method should be used when you’re wanting to retrieve all of the images for a particular movie. @@ -288,8 +291,9 @@ Uses of  MovieDb -TheMovieDbApi.getMovieInfo(int movieId, - String language) +TheMovieDbApi.getMovieInfo(int movieId, + String language, + String... appendToResponse)
          This method is used to retrieve all of the basic movie information. @@ -297,8 +301,9 @@ Uses of  MovieDb -TheMovieDbApi.getMovieInfoImdb(String imdbId, - String language) +TheMovieDbApi.getMovieInfoImdb(String imdbId, + String language, + String... appendToResponse)
          This method is used to retrieve all of the basic movie information. @@ -306,7 +311,8 @@ Uses of  List<Keyword> -TheMovieDbApi.getMovieKeywords(int movieId) +TheMovieDbApi.getMovieKeywords(int movieId, + String... appendToResponse)
          This method is used to retrieve all of the keywords that have been added to a particular movie. @@ -314,9 +320,10 @@ Uses of  List<MovieList> -TheMovieDbApi.getMovieLists(int movieId, +TheMovieDbApi.getMovieLists(int movieId, String language, - int page) + int page, + String... appendToResponse)
          Get the lists that the movie belongs to @@ -324,8 +331,9 @@ Uses of  List<ReleaseInfo> -TheMovieDbApi.getMovieReleaseInfo(int movieId, - String language) +TheMovieDbApi.getMovieReleaseInfo(int movieId, + String language, + String... appendToResponse)
          This method is used to retrieve all of the release and certification data we have for a specific movie. @@ -333,8 +341,9 @@ Uses of  List<Trailer> -TheMovieDbApi.getMovieTrailers(int movieId, - String language) +TheMovieDbApi.getMovieTrailers(int movieId, + String language, + String... appendToResponse)
          This method is used to retrieve all of the trailers for a particular movie. @@ -342,7 +351,8 @@ Uses of  List<Translation> -TheMovieDbApi.getMovieTranslations(int movieId) +TheMovieDbApi.getMovieTranslations(int movieId, + String... appendToResponse)
          This method is used to retrieve a list of the available translations for a specific movie. @@ -419,6 +429,17 @@ Uses of + List<Reviews> +TheMovieDbApi.getReviews(int movieId, + String language, + int page, + String... appendToResponse) + +
+            + + +  TokenSession TheMovieDbApi.getSessionToken(TokenAuthorisation token) @@ -428,9 +449,10 @@ Uses of  List<MovieDb> -TheMovieDbApi.getSimilarMovies(int movieId, +TheMovieDbApi.getSimilarMovies(int movieId, String language, - int page) + int page, + String... appendToResponse)
          The similar movies method will let you retrieve the similar movies for a particular movie. diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html index 4c8040863..b04012288 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.5-SNAPSHOT API) - + @@ -84,50 +84,7 @@ function windowTitle()

Uses of Class
com.omertron.themoviedbapi.TheMovieDbApi

- - - - - - - - - -
-Packages that use TheMovieDbApi
com.omertron.themoviedbapi.tools  
-  -

- - - - - -
-Uses of TheMovieDbApi in com.omertron.themoviedbapi.tools
-  -

- - - - - - - - - - - -
Constructors in com.omertron.themoviedbapi.tools with parameters of type TheMovieDbApi
ApiUrl(TheMovieDbApi tmdb, - String method) - -
-          Constructor for the simple API URL method without a sub-method
ApiUrl(TheMovieDbApi tmdb, - String method, - String submethod) - -
-          Constructor for the API URL with a sub-method
-  +No usage of com.omertron.themoviedbapi.TheMovieDbApi


diff --git a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html index 72420627e..b00408744 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/Artwork.html index e980dec13..d150dda2d 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html index dfb1f6db5..90ad7f3fe 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html index b68b7e60d..db980c462 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html @@ -2,13 +2,13 @@ - + ChangeItem (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html b/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html index 930bfbbdf..470882c16 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html @@ -2,13 +2,13 @@ - + ChangeValue (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Collection.html b/apidocs/com/omertron/themoviedbapi/model/Collection.html index 1c7aa0ac8..b7f37a653 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html index 10335de3d..ff3af993c 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Company.html b/apidocs/com/omertron/themoviedbapi/model/Company.html index b492a297f..adec165f7 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html index 198a8b005..e75886e45 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/Keyword.html index 51e63ca30..ca577190e 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html index 82ce0e462..7679d38f3 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html index f9400c0b2..2f49fd8e4 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html b/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html index f699ff59d..f1f1e4e86 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html @@ -2,13 +2,13 @@ - + MovieChanges (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html index 9c1de6440..62329b762 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.5-SNAPSHOT API) - + @@ -146,6 +146,14 @@ Movie Bean  boolean equals(Object obj) +
+            + + + + List<AlternativeTitle> +getAlternativeTitles() +
            @@ -170,6 +178,22 @@ Movie Bean  long getBudget() +
+            + + + + List<PersonCast> +getCast() + +
+            + + + + List<PersonCrew> +getCrew() +
            @@ -194,6 +218,14 @@ Movie Bean  int getId() +
+            + + + + List<Artwork> +getImages() +
            @@ -202,6 +234,22 @@ Movie Bean  String getImdbID() +
+            + + + + List<Keyword> +getKeywords() + +
+            + + + + List<MovieList> +getLists() +
            @@ -258,6 +306,14 @@ Movie Bean  String getReleaseDate() +
+            + + + + List<ReleaseInfo> +getReleases() +
            @@ -266,6 +322,14 @@ Movie Bean  long getRevenue() +
+            + + + + List<Reviews> +getReviews() +
            @@ -274,6 +338,14 @@ Movie Bean  int getRuntime() +
+            + + + + List<MovieDb> +getSimilarMovies() +
            @@ -306,6 +378,22 @@ Movie Bean  String getTitle() +
+            + + + + List<Trailer> +getTrailers() + +
+            + + + + List<Translation> +getTranslations() +
            @@ -355,6 +443,14 @@ Movie Bean  void setAdult(boolean adult) +
+            + + + + void +setAlternativeTitles(WrapperAlternativeTitles alternativeTitles) +
            @@ -379,6 +475,14 @@ Movie Bean  void setBudget(long budget) +
+            + + + + void +setCasts(WrapperMovieCasts casts) +
            @@ -403,6 +507,14 @@ Movie Bean  void setId(int id) +
+            + + + + void +setImages(WrapperImages images) +
            @@ -411,6 +523,22 @@ Movie Bean  void setImdbID(String imdbID) +
+            + + + + void +setKeywords(WrapperMovieKeywords keywords) + +
+            + + + + void +setLists(WrapperMovieList lists) +
            @@ -467,6 +595,14 @@ Movie Bean  void setReleaseDate(String releaseDate) +
+            + + + + void +setReleases(WrapperReleaseInfo releases) +
            @@ -475,6 +611,14 @@ Movie Bean  void setRevenue(long revenue) +
+            + + + + void +setReviews(WrapperReviews reviews) +
            @@ -483,6 +627,14 @@ Movie Bean  void setRuntime(int runtime) +
+            + + + + void +setSimilarMovies(WrapperMovie similarMovies) +
            @@ -515,6 +667,22 @@ Movie Bean  void setTitle(String title) +
+            + + + + void +setTrailers(WrapperTrailers trailers) + +
+            + + + + void +setTranslations(WrapperTranslations translations) +
            @@ -1226,6 +1394,300 @@ public void setStatus(

+getAlternativeTitles

+
+public List<AlternativeTitle> getAlternativeTitles()
+
+
+
+
+
+
+
+
+
+ +

+getCast

+
+public List<PersonCast> getCast()
+
+
+
+
+
+
+
+
+
+ +

+getCrew

+
+public List<PersonCrew> getCrew()
+
+
+
+
+
+
+
+
+
+ +

+getImages

+
+public List<Artwork> getImages()
+
+
+
+
+
+
+
+
+
+ +

+getKeywords

+
+public List<Keyword> getKeywords()
+
+
+
+
+
+
+
+
+
+ +

+getReleases

+
+public List<ReleaseInfo> getReleases()
+
+
+
+
+
+
+
+
+
+ +

+getTrailers

+
+public List<Trailer> getTrailers()
+
+
+
+
+
+
+
+
+
+ +

+getTranslations

+
+public List<Translation> getTranslations()
+
+
+
+
+
+
+
+
+
+ +

+getSimilarMovies

+
+public List<MovieDb> getSimilarMovies()
+
+
+
+
+
+
+
+
+
+ +

+getLists

+
+public List<MovieList> getLists()
+
+
+
+
+
+
+
+
+
+ +

+getReviews

+
+public List<Reviews> getReviews()
+
+
+
+
+
+
+
+
+
+ +

+setAlternativeTitles

+
+public void setAlternativeTitles(WrapperAlternativeTitles alternativeTitles)
+
+
+
+
+
+
+
+
+
+ +

+setCasts

+
+public void setCasts(WrapperMovieCasts casts)
+
+
+
+
+
+
+
+
+
+ +

+setImages

+
+public void setImages(WrapperImages images)
+
+
+
+
+
+
+
+
+
+ +

+setKeywords

+
+public void setKeywords(WrapperMovieKeywords keywords)
+
+
+
+
+
+
+
+
+
+ +

+setReleases

+
+public void setReleases(WrapperReleaseInfo releases)
+
+
+
+
+
+
+
+
+
+ +

+setTrailers

+
+public void setTrailers(WrapperTrailers trailers)
+
+
+
+
+
+
+
+
+
+ +

+setTranslations

+
+public void setTranslations(WrapperTranslations translations)
+
+
+
+
+
+
+
+
+
+ +

+setSimilarMovies

+
+public void setSimilarMovies(WrapperMovie similarMovies)
+
+
+
+
+
+
+
+
+
+ +

+setLists

+
+public void setLists(WrapperMovieList lists)
+
+
+
+
+
+
+
+
+
+ +

+setReviews

+
+public void setReviews(WrapperReviews reviews)
+
+
+
+
+
+
+
+
+
+

handleUnknown

diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html
index 241f9041b..6eb72d234 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.5-SNAPSHOT API)
 
 
-
+
 
 
 
diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/MovieList.html
index c84700be1..88fc3dec2 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.5-SNAPSHOT API)
 
 
-
+
 
 
 
diff --git a/apidocs/com/omertron/themoviedbapi/model/Person.html b/apidocs/com/omertron/themoviedbapi/model/Person.html
index 4e3e8bbcd..87bc6b750 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.5-SNAPSHOT API)
 
 
-
+
 
 
 
diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html
index 5ee90bb38..33ff5bd49 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.5-SNAPSHOT API)
 
 
-
+
 
 
 
diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html
index 84a3d1127..4f51bc3b9 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.5-SNAPSHOT API)
 
 
-
+
 
 
 
diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html
index c99563b1a..ef86e1d86 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.5-SNAPSHOT API)
 
 
-
+
 
 
 
diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/PersonType.html
index f5ee7bc08..0bc0b01fc 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.5-SNAPSHOT API)
 
 
-
+
 
 
 
diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html
index f8e5cd637..8787462fd 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.5-SNAPSHOT API)
 
 
-
+
 
 
 
diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html
index 656ca17bb..79ca0c755 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.5-SNAPSHOT API)
 
 
-
+
 
 
 
diff --git a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html
index d8fa5741e..55f59f303 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.5-SNAPSHOT API)
 
 
-
+
 
 
 
@@ -57,7 +57,7 @@ function windowTitle()
 
 
  PREV CLASS 
- NEXT CLASSNEXT CLASS
 
   FRAMES   
  NO FRAMES   
@@ -431,7 +431,7 @@ public 
  PREV CLASS 
- NEXT CLASSNEXT CLASS
 
   FRAMES   
  NO FRAMES   
diff --git a/apidocs/com/omertron/themoviedbapi/model/Reviews.html b/apidocs/com/omertron/themoviedbapi/model/Reviews.html
new file mode 100644
index 000000000..28764f042
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/Reviews.html
@@ -0,0 +1,443 @@
+
+
+
+
+
+
+
+Reviews (API-The MovieDB 3.5-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class Reviews

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.Reviews
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class Reviews
extends Object
implements Serializable
+
+ +

+

+
Author:
+
Stuart
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Reviews() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetAuthor() + +
+           
+ StringgetContent() + +
+           
+ StringgetId() + +
+           
+ StringgetUrl() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetAuthor(String author) + +
+           
+ voidsetContent(String content) + +
+           
+ voidsetId(String id) + +
+           
+ voidsetUrl(String url) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Reviews

+
+public Reviews()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getId

+
+public String getId()
+
+
+
+
+
+
+
+
+
+ +

+getAuthor

+
+public String getAuthor()
+
+
+
+
+
+
+
+
+
+ +

+getContent

+
+public String getContent()
+
+
+
+
+
+
+
+
+
+ +

+getUrl

+
+public String getUrl()
+
+
+
+
+
+
+
+
+
+ +

+setId

+
+public void setId(String id)
+
+
+
+
+
+
+
+
+
+ +

+setAuthor

+
+public void setAuthor(String author)
+
+
+
+
+
+
+
+
+
+ +

+setContent

+
+public void setContent(String content)
+
+
+
+
+
+
+
+
+
+ +

+setUrl

+
+public void setUrl(String url)
+
+
+
+
+
+
+
+
+
+ +

+handleUnknown

+
+public void handleUnknown(String key,
+                          Object value)
+
+
Handle unknown properties and print a message +

+

+
+
+
+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html index e122d6928..9310147cf 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.5-SNAPSHOT API) - + @@ -56,7 +56,7 @@ function windowTitle() PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -342,7 +342,7 @@ public PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   diff --git a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html index 83f835019..08ef609b7 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html index d8e64a651..b38fe836d 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html index 5357f67e7..6ace7292e 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/Trailer.html index 80e044fc8..5f7e84814 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Translation.html b/apidocs/com/omertron/themoviedbapi/model/Translation.html index e30f6426e..267f5b2d1 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.5-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 2dbec2abb..f7fcdd504 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.5-SNAPSHOT API) - + @@ -95,6 +95,10 @@ Packages that use +com.omertron.themoviedbapi.model +   + + com.omertron.themoviedbapi.wrapper    @@ -118,8 +122,9 @@ Uses of  List<AlternativeTitle> -TheMovieDbApi.getMovieAlternativeTitles(int movieId, - String country) +TheMovieDbApi.getMovieAlternativeTitles(int movieId, + String country, + String... appendToResponse)
          This method is used to retrieve all of the alternative titles we have for a particular movie. @@ -127,6 +132,31 @@ Uses of + + + + +
+Uses of AlternativeTitle in com.omertron.themoviedbapi.model
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.model that return types with arguments of type AlternativeTitle
+ List<AlternativeTitle>MovieDb.getAlternativeTitles() + +
+           
+  +

diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html index 1769293bb..027f0efde 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.5-SNAPSHOT API) - + @@ -131,8 +131,9 @@ Uses of - @@ -182,6 +183,22 @@ Uses of +
 List<Artwork>TheMovieDbApi.getMovieImages(int movieId, - String language) +TheMovieDbApi.getMovieImages(int movieId, + String language, + String... appendToResponse)
          This method should be used when you’re wanting to retrieve all of the images for a particular movie.
+ + + + + + + +
Methods in com.omertron.themoviedbapi.model that return types with arguments of type Artwork
+ List<Artwork>MovieDb.getImages() + +
+           
+  +

+ @@ -222,6 +239,14 @@ Uses of + + + + + + + +
Methods in com.omertron.themoviedbapi.model with parameters of type Artwork  List<Artwork>WrapperImages.getAll(ArtworkType... artworkList) + +
+          Return a list of all the artwork with their types.
+ List<Artwork> WrapperImages.getBackdrops()
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html index 32dc1cbb1..6c8ed81b5 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.5-SNAPSHOT API) - + @@ -94,6 +94,10 @@ Packages that use com.omertron.themoviedbapi.model
  
com.omertron.themoviedbapi.wrapper  
 

@@ -155,6 +159,31 @@ the order they are declared.  

+ + + + + +
+Uses of ArtworkType in com.omertron.themoviedbapi.wrapper
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.wrapper with parameters of type ArtworkType
+ List<Artwork>WrapperImages.getAll(ArtworkType... artworkList) + +
+          Return a list of all the artwork with their types.
+  +


diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html index 4df7a40d5..8f7a36a5e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ChangeItem (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html index c44ac380f..37eba36f4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ChangeValue (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html index 0d679b91a..20d3caea6 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.5-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 f4ef09c23..e448c17ef 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.5-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 e7cf131ba..3ab752209 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.5-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 5bfbd5be4..d9cce4e9d 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.5-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 2d1df8700..68dfccb84 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.5-SNAPSHOT API) - + @@ -95,6 +95,10 @@ Packages that use +com.omertron.themoviedbapi.model +   + + com.omertron.themoviedbapi.wrapper    @@ -134,7 +138,8 @@ Uses of  List<Keyword> -TheMovieDbApi.getMovieKeywords(int movieId) +TheMovieDbApi.getMovieKeywords(int movieId, + String... appendToResponse)
          This method is used to retrieve all of the keywords that have been added to a particular movie. @@ -151,6 +156,31 @@ Uses of  

+ + + + + +
+Uses of Keyword in com.omertron.themoviedbapi.model
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.model that return types with arguments of type Keyword
+ List<Keyword>MovieDb.getKeywords() + +
+           
+  +

diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html index e7649094e..3158c7382 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.5-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 a2cda890a..7c7065e0e 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html index cb27ddd9a..ef1c960f1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieChanges (API-The MovieDB 3.5-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 5712048c8..047e4cd7f 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.5-SNAPSHOT API) - + @@ -130,8 +130,9 @@ Uses of - @@ -139,8 +140,9 @@ Uses of - @@ -205,9 +207,10 @@ Uses of - @@ -293,6 +296,14 @@ Uses of  List<MovieDb> + + + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html index 556b11f82..ac9a1a7aa 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.5-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 ad34063ea..66c55bc9f 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.5-SNAPSHOT API) - + @@ -95,6 +95,10 @@ Packages that use + + + + @@ -118,9 +122,10 @@ Uses of - @@ -138,6 +143,31 @@ Uses of  

+ +

 MovieDbTheMovieDbApi.getMovieInfo(int movieId, - String language) +TheMovieDbApi.getMovieInfo(int movieId, + String language, + String... appendToResponse)
          This method is used to retrieve all of the basic movie information.
 MovieDbTheMovieDbApi.getMovieInfoImdb(String imdbId, - String language) +TheMovieDbApi.getMovieInfoImdb(String imdbId, + String language, + String... appendToResponse)
          This method is used to retrieve all of the basic movie information.
 List<MovieDb>TheMovieDbApi.getSimilarMovies(int movieId, +TheMovieDbApi.getSimilarMovies(int movieId, String language, - int page) + int page, + String... appendToResponse)
          The similar movies method will let you retrieve the similar movies for a particular movie.
MovieDbList.getItems() +
+           
+ List<MovieDb>MovieDb.getSimilarMovies() +
           
com.omertron.themoviedbapi.model  
com.omertron.themoviedbapi.wrapper   
 List<MovieList>TheMovieDbApi.getMovieLists(int movieId, +TheMovieDbApi.getMovieLists(int movieId, String language, - int page) + int page, + String... appendToResponse)
          Get the lists that the movie belongs to
+ + + +
+Uses of MovieList in com.omertron.themoviedbapi.model
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.model that return types with arguments of type MovieList
+ List<MovieList>MovieDb.getLists() + +
+           
+  +

diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html index 7fe5a23de..741263e09 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.5-SNAPSHOT API) - + @@ -142,7 +142,8 @@ Uses of - diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html index 4836e1d82..db5c4f211 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.5-SNAPSHOT API) - + @@ -91,12 +91,41 @@ function windowTitle() Packages that use PersonCast + + + +
 List<Person>TheMovieDbApi.getMovieCasts(int movieId) +TheMovieDbApi.getMovieCasts(int movieId, + String... appendToResponse)
          Get the cast information for a specific movie id.
com.omertron.themoviedbapi.model  
com.omertron.themoviedbapi.wrapper   
 

+ + + + + +
+Uses of PersonCast in com.omertron.themoviedbapi.model
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.model that return types with arguments of type PersonCast
+ List<PersonCast>MovieDb.getCast() + +
+           
+  +

diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html index 3de26aca8..87e1f22c4 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.5-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 6d49955ee..a8ae25674 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.5-SNAPSHOT API) - + @@ -91,12 +91,41 @@ function windowTitle() Packages that use PersonCrew + + + +
com.omertron.themoviedbapi.model  
com.omertron.themoviedbapi.wrapper   
 

+ + + + + +
+Uses of PersonCrew in com.omertron.themoviedbapi.model
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.model that return types with arguments of type PersonCrew
+ List<PersonCrew>MovieDb.getCrew() + +
+           
+  +

diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html index f284c2ab1..02eec4e3d 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.5-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 b87f5a4bc..e1c407e97 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.5-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 e8140f81e..7849a6e58 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.5-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 611c7e386..b312f86ba 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.5-SNAPSHOT API) - + @@ -95,6 +95,10 @@ Packages that use + + + + @@ -118,8 +122,9 @@ Uses of - @@ -127,6 +132,31 @@ Uses of +
com.omertron.themoviedbapi.model  
com.omertron.themoviedbapi.wrapper   
 List<ReleaseInfo>TheMovieDbApi.getMovieReleaseInfo(int movieId, - String language) +TheMovieDbApi.getMovieReleaseInfo(int movieId, + String language, + String... appendToResponse)
          This method is used to retrieve all of the release and certification data we have for a specific movie.
+ + + +
+Uses of ReleaseInfo in com.omertron.themoviedbapi.model
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.model that return types with arguments of type ReleaseInfo
+ List<ReleaseInfo>MovieDb.getReleases() + +
+           
+  +

diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html new file mode 100644 index 000000000..465ee6336 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html @@ -0,0 +1,258 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.model.Reviews (API-The MovieDB 3.5-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + +
+ + + + + + + + + +
+ +
+ + + +


+
+

+Uses of Class
com.omertron.themoviedbapi.model.Reviews

+
+ + + + + + + + + + + + + + + + + +
+Packages that use Reviews
com.omertron.themoviedbapi  
com.omertron.themoviedbapi.model  
com.omertron.themoviedbapi.wrapper  
+  +

+ + + + + +
+Uses of Reviews in com.omertron.themoviedbapi
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi that return types with arguments of type Reviews
+ List<Reviews>TheMovieDbApi.getReviews(int movieId, + String language, + int page, + String... appendToResponse) + +
+           
+  +

+ + + + + +
+Uses of Reviews in com.omertron.themoviedbapi.model
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.model that return types with arguments of type Reviews
+ List<Reviews>MovieDb.getReviews() + +
+           
+  +

+ + + + + +
+Uses of Reviews in com.omertron.themoviedbapi.wrapper
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.wrapper that return types with arguments of type Reviews
+ List<Reviews>WrapperReviews.getReviews() + +
+           
+  +

+ + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.wrapper with type arguments of type Reviews
+ voidWrapperReviews.setReviews(List<Reviews> reviews) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html index 7c31e8956..365109180 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html index 49ff33ba7..5ce2376ba 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html index 3ccede2e3..03851396d 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html index 1e00d6a6f..f76fe9d1e 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html index 9cb43579f..53af4689e 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.5-SNAPSHOT API) - + @@ -95,6 +95,10 @@ Packages that use +com.omertron.themoviedbapi.model +   + + com.omertron.themoviedbapi.wrapper    @@ -118,8 +122,9 @@ Uses of  List<Trailer> -TheMovieDbApi.getMovieTrailers(int movieId, - String language) +TheMovieDbApi.getMovieTrailers(int movieId, + String language, + String... appendToResponse)
          This method is used to retrieve all of the trailers for a particular movie. @@ -127,6 +132,31 @@ Uses of  

+ + + + + +
+Uses of Trailer in com.omertron.themoviedbapi.model
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.model that return types with arguments of type Trailer
+ List<Trailer>MovieDb.getTrailers() + +
+           
+  +

@@ -144,6 +174,14 @@ Uses of + + + + + + + @@ -118,7 +122,8 @@ Uses of - @@ -126,6 +131,31 @@ Uses of +
 List<Trailer>WrapperTrailers.getAll() + +
+          Get a combined list of the trailers with their source website
+ List<Trailer> WrapperTrailers.getQuicktime()
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html index f7a65c0e3..1457b7db0 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.5-SNAPSHOT API) - + @@ -95,6 +95,10 @@ Packages that use +
com.omertron.themoviedbapi.model  
com.omertron.themoviedbapi.wrapper   
 List<Translation>TheMovieDbApi.getMovieTranslations(int movieId) +TheMovieDbApi.getMovieTranslations(int movieId, + String... appendToResponse)
          This method is used to retrieve a list of the available translations for a specific movie.
+ + + +
+Uses of Translation in com.omertron.themoviedbapi.model
+  +

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi.model that return types with arguments of type Translation
+ List<Translation>MovieDb.getTranslations() + +
+           
+  +

diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html index 4d905e8fe..2e2329ea1 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.5-SNAPSHOT API) - + @@ -68,6 +68,8 @@ Classes 
ReleaseInfo
+Reviews +
StatusCode
TmdbConfiguration diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html index 4bdea39c5..1c9ada3d6 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.5-SNAPSHOT API) - + @@ -178,6 +178,10 @@ Package com.omertron.themoviedbapi.model + + + + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/package-tree.html index d0248f530..52aa02ff4 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.5-SNAPSHOT API) - + @@ -112,6 +112,7 @@ Class Hierarchy
  • com.omertron.themoviedbapi.model.ProductionCompany (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.ProductionCountry (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.ReleaseInfo (implements java.io.Serializable) +
  • com.omertron.themoviedbapi.model.Reviews (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.StatusCode (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.TmdbConfiguration (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.TokenAuthorisation
  • com.omertron.themoviedbapi.model.TokenSession
  • com.omertron.themoviedbapi.model.Trailer (implements java.io.Serializable) diff --git a/apidocs/com/omertron/themoviedbapi/model/package-use.html b/apidocs/com/omertron/themoviedbapi/model/package-use.html index 646ad1ff6..58afcacfa 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.5-SNAPSHOT API) - + @@ -198,6 +198,12 @@ Classes in
  • + + + @@ -241,6 +247,12 @@ Classes in com.omertron.themoviedbapi.model used by com.omertron.themoviedbapi.model + + + + + + @@ -289,6 +307,24 @@ Classes in + + + + + + + + + + + + + + + + + + + + + @@ -334,6 +394,12 @@ Classes in + + + + + + diff --git a/apidocs/com/omertron/themoviedbapi/package-frame.html b/apidocs/com/omertron/themoviedbapi/package-frame.html index f78262c28..30e1b1a29 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html index bf3cded0d..6e3244084 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-tree.html b/apidocs/com/omertron/themoviedbapi/package-tree.html index 4f9383e21..5692d5654 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-use.html b/apidocs/com/omertron/themoviedbapi/package-use.html index f2a4b9b6d..0878e9328 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.5-SNAPSHOT API) - + @@ -134,12 +134,6 @@ Classes in co
                -
    - -
     
    Reviews 
    StatusCode  
    ReleaseInfo +
    +           
    Reviews +
               
    AlternativeTitle + +
    +           
    Artwork
    @@ -273,6 +285,12 @@ Classes in
    Genre +
    +           
    Keyword +
               
    MovieList + +
    +           
    PersonCast + +
    +           
    PersonCrew + +
    +           
    PersonType
    @@ -303,12 +339,36 @@ Classes in
    ProductionCountry +
    +           
    ReleaseInfo + +
    +           
    Reviews +
               
    TmdbConfiguration +
    +           
    Trailer + +
    +           
    Translation +
               
    ArtworkType + +
    +          ArtworkType enum List of the artwork types that are available
    Collection
    @@ -408,6 +474,12 @@ Classes in
    ReleaseInfo +
    +           
    Reviews +
               
    TheMovieDbApi - -
    -          The MovieDb API
     

    diff --git a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html index 1fe4ba534..9efa7d870 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.5-SNAPSHOT API) - + @@ -244,14 +244,14 @@ The API URL that is used to construct the API call Constructor Summary -ApiUrl(TheMovieDbApi tmdb, +ApiUrl(String apiKey, String method)
              Constructor for the simple API URL method without a sub-method -ApiUrl(TheMovieDbApi tmdb, +ApiUrl(String apiKey, String method, String submethod) @@ -297,6 +297,14 @@ The API URL that is used to construct the API call + void +appendToResponse(String[] appendToResponse) + +
    +          Append any optional parameters to the URL + + +  URL buildUrl() @@ -491,10 +499,10 @@ public static final

    +

    ApiUrl

    -public ApiUrl(TheMovieDbApi tmdb,
    +public ApiUrl(String apiKey,
                   String method)
    Constructor for the simple API URL method without a sub-method @@ -504,10 +512,10 @@ public ApiUrl(

    +

    ApiUrl

    -public ApiUrl(TheMovieDbApi tmdb,
    +public ApiUrl(String apiKey,
                   String method,
                   String submethod)
    @@ -606,6 +614,19 @@ public void setArguments(

    +appendToResponse

    +
    +public void appendToResponse(String[] appendToResponse)
    +
    +
    Append any optional parameters to the URL +

    +

    +
    Parameters:
    appendToResponse -
    +
    +

    diff --git a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html index 72b2abbc3..e07c1196f 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.5-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 6771fe9e3..67fc39faf 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html index 27c7255f0..0155b9088 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html index 0d9baa145..22c747024 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html index 3d6e4d347..cb31d9f99 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html index 147f31410..04a9c4325 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-use.html b/apidocs/com/omertron/themoviedbapi/tools/package-use.html index f238fa7eb..4d24698cd 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html index c026ac091..4714d3f6f 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html index 8afb68ac0..4df9a2772 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperBase.html @@ -2,13 +2,13 @@ - + WrapperBase (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -97,7 +97,7 @@ Class WrapperBase

    extended by com.omertron.themoviedbapi.wrapper.WrapperBase
    -
    Direct Known Subclasses:
    WrapperCollection, WrapperCompany, WrapperCompanyMovies, WrapperImages, WrapperKeywordMovies, WrapperKeywords, WrapperMovie, WrapperMovieList, WrapperPerson, WrapperPersonCredits
    +
    Direct Known Subclasses:
    WrapperCollection, WrapperCompany, WrapperCompanyMovies, WrapperImages, WrapperKeywordMovies, WrapperKeywords, WrapperMovie, WrapperMovieList, WrapperPerson, WrapperPersonCredits, WrapperReviews

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html index dd4bf4ea8..9baa6447d 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html index 79dbcfbfa..e5426f68b 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html index 78966b558..ec446543a 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html index 1d1bd589d..ebfb5bb09 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html index 9dbdfb596..f8b4b7fca 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html index 7b6fdec22..c10680bc6 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html index cbe520f31..87a7b2123 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.5-SNAPSHOT API) - + @@ -138,6 +138,14 @@ Class WrapperImages  List<Artwork> +getAll(ArtworkType... artworkList) + +
    +          Return a list of all the artwork with their types. + + + + List<Artwork> getBackdrops()
    @@ -296,6 +304,22 @@ public void setProfiles(

    +getAll

    +
    +public List<Artwork> getAll(ArtworkType... artworkList)
    +
    +
    Return a list of all the artwork with their types. + + Leaving the parameters blank will return all types +

    +

    + +
    Returns:
    +
    +

    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html index 65fabf5b8..88711af0f 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html index 15af085c5..b45087ace 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html index 25173cefe..1fb922148 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html index d92e89170..57ec159c5 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html index f925ce367..4a0d66b80 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html index 51f50e2c3..88ac7f102 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html index 98ff29878..6ec1b7580 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html index 4414bfe75..f83b3caa2 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html index 5735b9e82..b8b682749 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.5-SNAPSHOT API) - + @@ -57,7 +57,7 @@ function windowTitle()  PREV CLASS  - NEXT CLASSNEXT CLASS
    FRAMES    NO FRAMES   @@ -303,7 +303,7 @@ public void handleUnknown(  PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html new file mode 100644 index 000000000..5c05518c8 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html @@ -0,0 +1,286 @@ + + + + + + + +WrapperReviews (API-The MovieDB 3.5-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +com.omertron.themoviedbapi.wrapper +
    +Class WrapperReviews

    +
    +java.lang.Object
    +  extended by com.omertron.themoviedbapi.wrapper.WrapperBase
    +      extended by com.omertron.themoviedbapi.wrapper.WrapperReviews
    +
    +
    +
    +
    public class WrapperReviews
    extends WrapperBase
    + + +

    +

    +
    Author:
    +
    stuart.boston
    +
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    WrapperReviews() + +
    +           
    +  + + + + + + + + + + + + + + + +
    +Method Summary
    + List<Reviews>getReviews() + +
    +           
    + voidsetReviews(List<Reviews> reviews) + +
    +           
    + + + + + + + +
    Methods inherited from class com.omertron.themoviedbapi.wrapper.WrapperBase
    getId, getPage, getTotalPages, getTotalResults, handleUnknown, setId, setPage, setTotalPages, setTotalResults
    + + + + + + + +
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +WrapperReviews

    +
    +public WrapperReviews()
    +
    +
    + + + + + + + + +
    +Method Detail
    + +

    +getReviews

    +
    +public List<Reviews> getReviews()
    +
    +
    +
    +
    +
    +
    + +

    +setReviews

    +
    +public void setReviews(List<Reviews> reviews)
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html index 906ea2db1..6bb7c4185 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.5-SNAPSHOT API) - + @@ -56,7 +56,7 @@ function windowTitle() PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -136,6 +136,14 @@ Class WrapperTrailers + List<Trailer> +getAll() + +
    +          Get a combined list of the trailers with their source website + + +  int getId() @@ -297,6 +305,20 @@ public void setYoutube(

    +getAll

    +
    +public List<Trailer> getAll()
    +
    +
    Get a combined list of the trailers with their source website +

    +

    + +
    Returns:
    +
    +
    +
    +

    handleUnknown

    @@ -340,7 +362,7 @@ public void handleUnknown(PREV CLASS 
    + PREV CLASS 
      NEXT CLASS
     
       FRAMES   
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html
    index 7d34a0ca6..c1133e917 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.5-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 aa71f7329..f2cf0b8f2 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.5-SNAPSHOT API)
     
     
    -
    +
     
     
     
    @@ -84,7 +84,43 @@ function windowTitle()
     

    Uses of Class
    com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles

    -No usage of com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles + + + + + + + + + +
    +Packages that use WrapperAlternativeTitles
    com.omertron.themoviedbapi.model  
    +  +

    + + + + + +
    +Uses of WrapperAlternativeTitles in com.omertron.themoviedbapi.model
    +  +

    + + + + + + + + + +
    Methods in com.omertron.themoviedbapi.model with parameters of type WrapperAlternativeTitles
    + voidMovieDb.setAlternativeTitles(WrapperAlternativeTitles alternativeTitles) + +
    +           


    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperBase.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperBase.html index d9d729b1b..da60ca61f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperBase.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperBase.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperBase (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -188,6 +188,14 @@ Uses of WrapperPersonCredits
    +
    +            + + + + class +WrapperReviews +
                diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html index ca8b09713..2b9dbabff 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html index b84369a51..7a60c3fb3 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html index d508d73d2..f757eba9f 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html index 5ddd78dca..cca6c4779 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html index 15ee9f5aa..509a95d87 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html index a65a81277..c180b9dac 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html index e2bbabb86..26a0ea309 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.5-SNAPSHOT API) - + @@ -84,7 +84,43 @@ function windowTitle()

    Uses of Class
    com.omertron.themoviedbapi.wrapper.WrapperImages

    -No usage of com.omertron.themoviedbapi.wrapper.WrapperImages + + + + + + + + + +
    +Packages that use WrapperImages
    com.omertron.themoviedbapi.model  
    +  +

    + + + + + +
    +Uses of WrapperImages in com.omertron.themoviedbapi.model
    +  +

    + + + + + + + + + +
    Methods in com.omertron.themoviedbapi.model with parameters of type WrapperImages
    + voidMovieDb.setImages(WrapperImages images) + +
    +           


    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html index 4d3df8fe4..46e143f55 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html index f10e11218..8e8b9d1e6 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html index 015c30d57..22cd0fce5 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.5-SNAPSHOT API) - + @@ -84,7 +84,43 @@ function windowTitle()

    Uses of Class
    com.omertron.themoviedbapi.wrapper.WrapperMovie

    -No usage of com.omertron.themoviedbapi.wrapper.WrapperMovie + + + + + + + + + +
    +Packages that use WrapperMovie
    com.omertron.themoviedbapi.model  
    +  +

    + + + + + +
    +Uses of WrapperMovie in com.omertron.themoviedbapi.model
    +  +

    + + + + + + + + + +
    Methods in com.omertron.themoviedbapi.model with parameters of type WrapperMovie
    + voidMovieDb.setSimilarMovies(WrapperMovie similarMovies) + +
    +           


    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html index ed26c1ecd..b99525f40 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.5-SNAPSHOT API) - + @@ -84,7 +84,43 @@ function windowTitle()

    Uses of Class
    com.omertron.themoviedbapi.wrapper.WrapperMovieCasts

    -No usage of com.omertron.themoviedbapi.wrapper.WrapperMovieCasts + + + + + + + + + +
    +Packages that use WrapperMovieCasts
    com.omertron.themoviedbapi.model  
    +  +

    + + + + + +
    +Uses of WrapperMovieCasts in com.omertron.themoviedbapi.model
    +  +

    + + + + + + + + + +
    Methods in com.omertron.themoviedbapi.model with parameters of type WrapperMovieCasts
    + voidMovieDb.setCasts(WrapperMovieCasts casts) + +
    +           


    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html index 4982f07c5..9d141b7e3 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.5-SNAPSHOT API) - + @@ -84,7 +84,43 @@ function windowTitle()

    Uses of Class
    com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords

    -No usage of com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords + + + + + + + + + +
    +Packages that use WrapperMovieKeywords
    com.omertron.themoviedbapi.model  
    +  +

    + + + + + +
    +Uses of WrapperMovieKeywords in com.omertron.themoviedbapi.model
    +  +

    + + + + + + + + + +
    Methods in com.omertron.themoviedbapi.model with parameters of type WrapperMovieKeywords
    + voidMovieDb.setKeywords(WrapperMovieKeywords keywords) + +
    +           


    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html index ad561a0a9..01c498801 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.5-SNAPSHOT API) - + @@ -84,7 +84,43 @@ function windowTitle()

    Uses of Class
    com.omertron.themoviedbapi.wrapper.WrapperMovieList

    -No usage of com.omertron.themoviedbapi.wrapper.WrapperMovieList + + + + + + + + + +
    +Packages that use WrapperMovieList
    com.omertron.themoviedbapi.model  
    +  +

    + + + + + +
    +Uses of WrapperMovieList in com.omertron.themoviedbapi.model
    +  +

    + + + + + + + + + +
    Methods in com.omertron.themoviedbapi.model with parameters of type WrapperMovieList
    + voidMovieDb.setLists(WrapperMovieList lists) + +
    +           


    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html index 3ad295e6e..8a709cb01 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html index dda815da2..e98c26eb1 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.5-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html index a6aefde99..766111a65 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.5-SNAPSHOT API) - + @@ -84,7 +84,43 @@ function windowTitle()

    Uses of Class
    com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo

    -No usage of com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo + + + + + + + + + +
    +Packages that use WrapperReleaseInfo
    com.omertron.themoviedbapi.model  
    +  +

    + + + + + +
    +Uses of WrapperReleaseInfo in com.omertron.themoviedbapi.model
    +  +

    + + + + + + + + + +
    Methods in com.omertron.themoviedbapi.model with parameters of type WrapperReleaseInfo
    + voidMovieDb.setReleases(WrapperReleaseInfo releases) + +
    +           


    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html new file mode 100644 index 000000000..da8a37a32 --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReviews (API-The MovieDB 3.5-SNAPSHOT API) + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    com.omertron.themoviedbapi.wrapper.WrapperReviews

    +
    + + + + + + + + + +
    +Packages that use WrapperReviews
    com.omertron.themoviedbapi.model  
    +  +

    + + + + + +
    +Uses of WrapperReviews in com.omertron.themoviedbapi.model
    +  +

    + + + + + + + + + +
    Methods in com.omertron.themoviedbapi.model with parameters of type WrapperReviews
    + voidMovieDb.setReviews(WrapperReviews reviews) + +
    +           
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html index e090ca079..37b823cfd 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.5-SNAPSHOT API) - + @@ -84,7 +84,43 @@ function windowTitle()

    Uses of Class
    com.omertron.themoviedbapi.wrapper.WrapperTrailers

    -No usage of com.omertron.themoviedbapi.wrapper.WrapperTrailers + + + + + + + + + +
    +Packages that use WrapperTrailers
    com.omertron.themoviedbapi.model  
    +  +

    + + + + + +
    +Uses of WrapperTrailers in com.omertron.themoviedbapi.model
    +  +

    + + + + + + + + + +
    Methods in com.omertron.themoviedbapi.model with parameters of type WrapperTrailers
    + voidMovieDb.setTrailers(WrapperTrailers trailers) + +
    +           


    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html index 75f032a45..f7e649d81 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.5-SNAPSHOT API) - + @@ -84,7 +84,43 @@ function windowTitle()

    Uses of Class
    com.omertron.themoviedbapi.wrapper.WrapperTranslations

    -No usage of com.omertron.themoviedbapi.wrapper.WrapperTranslations + + + + + + + + + +
    +Packages that use WrapperTranslations
    com.omertron.themoviedbapi.model  
    +  +

    + + + + + +
    +Uses of WrapperTranslations in com.omertron.themoviedbapi.model
    +  +

    + + + + + + + + + +
    Methods in com.omertron.themoviedbapi.model with parameters of type WrapperTranslations
    + voidMovieDb.setTranslations(WrapperTranslations translations) + +
    +           


    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html index 5a6017157..e3340655d 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.5-SNAPSHOT API) - + @@ -60,6 +60,8 @@ Classes
     
    WrapperReleaseInfo
    +WrapperReviews +
    WrapperTrailers
    WrapperTranslations
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html index 3e50a3125..614cbbd23 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.5-SNAPSHOT API) - + @@ -162,6 +162,10 @@ Package com.omertron.themoviedbapi.wrapper   +WrapperReviews +  + + WrapperTrailers   diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html index a259afae7..499a3d6d3 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.5-SNAPSHOT API) - + @@ -94,7 +94,7 @@ Class Hierarchy
    diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html index 0ef5cf994..6f54a5a3e 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.5-SNAPSHOT API) - + @@ -91,12 +91,85 @@ function windowTitle() Packages that use com.omertron.themoviedbapi.wrapper
    +com.omertron.themoviedbapi.model +   + + com.omertron.themoviedbapi.wrapper     

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +Classes in com.omertron.themoviedbapi.wrapper used by com.omertron.themoviedbapi.model
    WrapperAlternativeTitles + +
    +           
    WrapperImages + +
    +           
    WrapperMovie + +
    +           
    WrapperMovieCasts + +
    +           
    WrapperMovieKeywords + +
    +           
    WrapperMovieList + +
    +           
    WrapperReleaseInfo + +
    +           
    WrapperReviews + +
    +           
    WrapperTrailers + +
    +           
    WrapperTranslations + +
    +           
    +  +

    diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 176236333..145a14ea7 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,13 +2,13 @@ - + Constant Field Values (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index bc86b0704..476544290 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,13 +2,13 @@ - + Deprecated List (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index f5a700529..720a6e9c4 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,13 +2,13 @@ - + API Help (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 1601734d2..3fd5db808 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,13 +2,13 @@ - + Index (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -101,12 +101,15 @@ Method in class com.omertron.themoviedbapi.model.AlternativeTitle - Class in com.omertron.themoviedbapi.model
     
    AlternativeTitle() - Constructor for class com.omertron.themoviedbapi.model.AlternativeTitle
      -
    ApiUrl - Class in com.omertron.themoviedbapi.tools
    The API URL that is used to construct the API call
    ApiUrl(TheMovieDbApi, String) - +
    ApiUrl - Class in com.omertron.themoviedbapi.tools
    The API URL that is used to construct the API call
    ApiUrl(String, String) - Constructor for class com.omertron.themoviedbapi.tools.ApiUrl
    Constructor for the simple API URL method without a sub-method -
    ApiUrl(TheMovieDbApi, String, String) - +
    ApiUrl(String, String, String) - Constructor for class com.omertron.themoviedbapi.tools.ApiUrl
    Constructor for the API URL with a sub-method +
    appendToResponse(String[]) - +Method in class com.omertron.themoviedbapi.tools.ApiUrl +
    Append any optional parameters to the URL
    Artwork - Class in com.omertron.themoviedbapi.model
    The artwork type information
    Artwork() - Constructor for class com.omertron.themoviedbapi.model.Artwork
      @@ -220,6 +223,15 @@ Method in class com.omertron.themoviedbapi.model.getAka() - Method in class com.omertron.themoviedbapi.model.Person
      +
    getAll(ArtworkType...) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperImages +
    Return a list of all the artwork with their types. +
    getAll() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperTrailers +
    Get a combined list of the trailers with their source website +
    getAlternativeTitles() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
     
    getApiKey() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Get the API key that is to be used @@ -229,6 +241,9 @@ Method in class com.omertron.themoviedbapi.model.getAspectRatio() - Method in class com.omertron.themoviedbapi.model.Artwork
      +
    getAuthor() - +Method in class com.omertron.themoviedbapi.model.Reviews +
     
    getAuthorisationToken() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    This method is used to generate a valid request token for user based authentication. @@ -271,6 +286,9 @@ Method in class com.omertron.themoviedbapi.model.getBudget() - Method in class com.omertron.themoviedbapi.model.MovieDb
      +
    getCast() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
     
    getCast() - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
      @@ -316,6 +334,9 @@ Method in class com.omertron.themoviedbapi.getConfiguration() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Get the configuration information +
    getContent() - +Method in class com.omertron.themoviedbapi.model.Reviews +
     
    getCountries() - Method in class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo
      @@ -328,6 +349,9 @@ Method in class com.omertron.themoviedbapi.model.getCreatedBy() - Method in class com.omertron.themoviedbapi.model.MovieDbList
      +
    getCrew() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
     
    getCrew() - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
      @@ -457,6 +481,9 @@ Method in class com.omertron.themoviedbapi.model.getId() - Method in class com.omertron.themoviedbapi.model.ProductionCompany
      +
    getId() - +Method in class com.omertron.themoviedbapi.model.Reviews +
     
    getId() - Method in class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
      @@ -478,6 +505,9 @@ Method in class com.omertron.themoviedbapi.wrapper.getId() - Method in class com.omertron.themoviedbapi.wrapper.WrapperTranslations
      +
    getImages() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
     
    getImdbID() - Method in class com.omertron.themoviedbapi.model.MovieDb
      @@ -523,6 +553,9 @@ Method in class com.omertron.themoviedbapi.getKeywordMovies(String, String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Get the list of movies for a particular keyword by id. +
    getKeywords() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
     
    getKeywords() - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords
      @@ -547,6 +580,9 @@ Method in class com.omertron.themoviedbapi.getList(String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Get a list by its ID +
    getLists() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
     
    getListType() - Method in class com.omertron.themoviedbapi.model.MovieList
      @@ -556,10 +592,10 @@ Method in class com.omertron.themoviedbapi.model.getLogoSizes() - Method in class com.omertron.themoviedbapi.model.TmdbConfiguration
      -
    getMovieAlternativeTitles(int, String) - +
    getMovieAlternativeTitles(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    This method is used to retrieve all of the alternative titles we have for a particular movie. -
    getMovieCasts(int) - +
    getMovieCasts(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Get the cast information for a specific movie id.
    getMovieChanges(int, String, String) - @@ -571,28 +607,28 @@ Method in class com.omertron.themoviedbapi.getMovieId() - Method in class com.omertron.themoviedbapi.model.PersonCredit
      -
    getMovieImages(int, String) - +
    getMovieImages(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    This method should be used when you’re wanting to retrieve all of the images for a particular movie. -
    getMovieInfo(int, String) - +
    getMovieInfo(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    This method is used to retrieve all of the basic movie information. -
    getMovieInfoImdb(String, String) - +
    getMovieInfoImdb(String, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    This method is used to retrieve all of the basic movie information. -
    getMovieKeywords(int) - +
    getMovieKeywords(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    This method is used to retrieve all of the keywords that have been added to a particular movie.
    getMovieList() - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieList
      -
    getMovieLists(int, String, int) - +
    getMovieLists(int, String, int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Get the lists that the movie belongs to
    getMovieOriginalTitle() - Method in class com.omertron.themoviedbapi.model.PersonCredit
      -
    getMovieReleaseInfo(int, String) - +
    getMovieReleaseInfo(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    This method is used to retrieve all of the release and certification data we have for a specific movie.
    getMovies() - @@ -601,10 +637,10 @@ Method in class com.omertron.themoviedbapi.wrapper.getMovieTitle() - Method in class com.omertron.themoviedbapi.model.PersonCredit
      -
    getMovieTrailers(int, String) - +
    getMovieTrailers(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    This method is used to retrieve all of the trailers for a particular movie. -
    getMovieTranslations(int) - +
    getMovieTranslations(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    This method is used to retrieve a list of the available translations for a specific movie.
    getName() - @@ -799,6 +835,9 @@ Method in class com.omertron.themoviedbapi.model.getReleaseDate() - Method in class com.omertron.themoviedbapi.model.ReleaseInfo
      +
    getReleases() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
     
    getRequestToken() - Method in class com.omertron.themoviedbapi.model.TokenAuthorisation
      @@ -826,6 +865,15 @@ Method in class com.omertron.themoviedbapi.wrapper.getRevenue() - Method in class com.omertron.themoviedbapi.model.MovieDb
      +
    getReviews() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
      +
    getReviews(int, String, int, String...) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
      +
    getReviews() - +Method in class com.omertron.themoviedbapi.wrapper.WrapperReviews +
     
    getRuntime() - Method in class com.omertron.themoviedbapi.model.MovieDb
      @@ -841,7 +889,10 @@ Method in class com.omertron.themoviedbapi.model.getSessionToken(TokenAuthorisation) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    This method is used to generate a session id for user based authentication. -
    getSimilarMovies(int, String, int) - +
    getSimilarMovies() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
      +
    getSimilarMovies(int, String, int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    The similar movies method will let you retrieve the similar movies for a particular movie.
    getSite() - @@ -913,12 +964,21 @@ Method in class com.omertron.themoviedbapi.wrapper.getTotalResults() - Method in class com.omertron.themoviedbapi.wrapper.WrapperBase
      +
    getTrailers() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
      +
    getTranslations() - +Method in class com.omertron.themoviedbapi.model.MovieDb +
     
    getTranslations() - Method in class com.omertron.themoviedbapi.wrapper.WrapperTranslations
     
    getUpcoming(String, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    Get the list of upcoming movies. +
    getUrl() - +Method in class com.omertron.themoviedbapi.model.Reviews +
     
    getValue() - Method in class com.omertron.themoviedbapi.model.ChangeItem
      @@ -1026,6 +1086,9 @@ Method in class com.omertron.themoviedbapi.model.handleUnknown(String, Object) - Method in class com.omertron.themoviedbapi.model.ReleaseInfo
    Handle unknown properties and print a message +
    handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.Reviews +
    Handle unknown properties and print a message
    handleUnknown(String, Object) - Method in class com.omertron.themoviedbapi.model.StatusCode
    Handle unknown properties and print a message @@ -1277,6 +1340,9 @@ Static method in class com.omertron.themoviedbapi.tools.request(URL) - Static method in class com.omertron.themoviedbapi.tools.WebBrowser
      +
    Reviews - Class in com.omertron.themoviedbapi.model
     
    Reviews() - +Constructor for class com.omertron.themoviedbapi.model.Reviews +
     

    @@ -1315,6 +1381,9 @@ Method in class com.omertron.themoviedbapi.model.setAka(List<String>) - Method in class com.omertron.themoviedbapi.model.Person
      +
    setAlternativeTitles(WrapperAlternativeTitles) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
     
    setArguments(Map<String, String>) - Method in class com.omertron.themoviedbapi.tools.ApiUrl
    Set the arguments directly @@ -1324,6 +1393,9 @@ Method in class com.omertron.themoviedbapi.model.setAspectRatio(float) - Method in class com.omertron.themoviedbapi.model.Artwork
      +
    setAuthor(String) - +Method in class com.omertron.themoviedbapi.model.Reviews +
     
    setBackdrop(Artwork) - Method in class com.omertron.themoviedbapi.model.ChangeValue
      @@ -1372,6 +1444,9 @@ Method in class com.omertron.themoviedbapi.wrapper.setCastId(int) - Method in class com.omertron.themoviedbapi.model.PersonCast
      +
    setCasts(WrapperMovieCasts) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
     
    setCertification(String) - Method in class com.omertron.themoviedbapi.model.ReleaseInfo
      @@ -1393,6 +1468,9 @@ Method in class com.omertron.themoviedbapi.model.setCompanyId(int) - Method in class com.omertron.themoviedbapi.model.Company
      +
    setContent(String) - +Method in class com.omertron.themoviedbapi.model.Reviews +
     
    setCountries(List<ReleaseInfo>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo
      @@ -1519,6 +1597,9 @@ Method in class com.omertron.themoviedbapi.model.setId(int) - Method in class com.omertron.themoviedbapi.model.ProductionCompany
      +
    setId(String) - +Method in class com.omertron.themoviedbapi.model.Reviews +
     
    setId(int) - Method in class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles
      @@ -1540,6 +1621,9 @@ Method in class com.omertron.themoviedbapi.wrapper.setId(int) - Method in class com.omertron.themoviedbapi.wrapper.WrapperTranslations
      +
    setImages(WrapperImages) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
     
    setImdbID(String) - Method in class com.omertron.themoviedbapi.model.MovieDb
      @@ -1579,6 +1663,9 @@ Method in class com.omertron.themoviedbapi.model.setKey(String) - Method in class com.omertron.themoviedbapi.model.MovieChanges
      +
    setKeywords(WrapperMovieKeywords) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
     
    setKeywords(List<Keyword>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords
      @@ -1597,6 +1684,9 @@ Method in class com.omertron.themoviedbapi.model.setLanguage(String) - Method in class com.omertron.themoviedbapi.model.MovieList
      +
    setLists(WrapperMovieList) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
     
    setListType(String) - Method in class com.omertron.themoviedbapi.model.MovieList
      @@ -1792,6 +1882,9 @@ Method in class com.omertron.themoviedbapi.model.setReleaseDate(String) - Method in class com.omertron.themoviedbapi.model.ReleaseInfo
      +
    setReleases(WrapperReleaseInfo) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
     
    setRequestToken(String) - Method in class com.omertron.themoviedbapi.model.TokenAuthorisation
      @@ -1816,6 +1909,12 @@ Method in class com.omertron.themoviedbapi.wrapper.setRevenue(long) - Method in class com.omertron.themoviedbapi.model.MovieDb
      +
    setReviews(WrapperReviews) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
      +
    setReviews(List<Reviews>) - +Method in class com.omertron.themoviedbapi.wrapper.WrapperReviews +
     
    setRuntime(int) - Method in class com.omertron.themoviedbapi.model.MovieDb
      @@ -1825,6 +1924,9 @@ Method in class com.omertron.themoviedbapi.model.setSessionId(String) - Method in class com.omertron.themoviedbapi.model.TokenSession
      +
    setSimilarMovies(WrapperMovie) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
     
    setSite(String) - Method in class com.omertron.themoviedbapi.model.ChangeValue
      @@ -1894,9 +1996,18 @@ Method in class com.omertron.themoviedbapi.wrapper.setTotalResults(int) - Method in class com.omertron.themoviedbapi.wrapper.WrapperBase
      +
    setTrailers(WrapperTrailers) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
      +
    setTranslations(WrapperTranslations) - +Method in class com.omertron.themoviedbapi.model.MovieDb +
     
    setTranslations(List<Translation>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperTranslations
      +
    setUrl(String) - +Method in class com.omertron.themoviedbapi.model.Reviews +
     
    setValue(ChangeValue) - Method in class com.omertron.themoviedbapi.model.ChangeItem
      @@ -2131,6 +2242,9 @@ Constructor for class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo - Class in com.omertron.themoviedbapi.wrapper
     
    WrapperReleaseInfo() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo
      +
    WrapperReviews - Class in com.omertron.themoviedbapi.wrapper
     
    WrapperReviews() - +Constructor for class com.omertron.themoviedbapi.wrapper.WrapperReviews +
     
    WrapperTrailers - Class in com.omertron.themoviedbapi.wrapper
     
    WrapperTrailers() - Constructor for class com.omertron.themoviedbapi.wrapper.WrapperTrailers
      diff --git a/apidocs/index.html b/apidocs/index.html index 023e83792..52877d5b1 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,7 +2,7 @@ - + API-The MovieDB 3.5-SNAPSHOT API diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html index 3217d9ecf..80ea55281 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_43) on Sun Apr 21 18:42:43 CEST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Wed May 15 14:20:55 CEST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Overview List (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index 367d94fc2..09f254b04 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -2,13 +2,13 @@ - + Overview (API-The MovieDB 3.5-SNAPSHOT API) - + diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 50921b9c2..253d1327a 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,13 +2,13 @@ - + Class Hierarchy (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -111,6 +111,7 @@ Class Hierarchy
  • com.omertron.themoviedbapi.model.ProductionCompany (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.ProductionCountry (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.ReleaseInfo (implements java.io.Serializable) +
  • com.omertron.themoviedbapi.model.Reviews (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.StatusCode (implements java.io.Serializable)
  • com.omertron.themoviedbapi.TheMovieDbApi
  • java.lang.Throwable (implements java.io.Serializable)
  • com.omertron.themoviedbapi.wrapper.WrapperChanges
  • com.omertron.themoviedbapi.wrapper.WrapperConfig
  • com.omertron.themoviedbapi.wrapper.WrapperGenres
  • com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
  • com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords
  • com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo
  • com.omertron.themoviedbapi.wrapper.WrapperTrailers
  • com.omertron.themoviedbapi.wrapper.WrapperTranslations

    diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index 0c24be04d..913b7a78b 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,13 +2,13 @@ - + Serialized Form (API-The MovieDB 3.5-SNAPSHOT API) - + @@ -982,6 +982,96 @@ status

    +
    +

    +alternativeTitles

    +
    +WrapperAlternativeTitles alternativeTitles
    +
    +
    +
    +
    +
    +

    +casts

    +
    +WrapperMovieCasts casts
    +
    +
    +
    +
    +
    +

    +images

    +
    +WrapperImages images
    +
    +
    +
    +
    +
    +

    +keywords

    +
    +WrapperMovieKeywords keywords
    +
    +
    +
    +
    +
    +

    +releases

    +
    +WrapperReleaseInfo releases
    +
    +
    +
    +
    +
    +

    +trailers

    +
    +WrapperTrailers trailers
    +
    +
    +
    +
    +
    +

    +translations

    +
    +WrapperTranslations translations
    +
    +
    +
    +
    +
    +

    +similarMovies

    +
    +WrapperMovie similarMovies
    +
    +
    +
    +
    +
    +

    +reviews

    +
    +WrapperReviews reviews
    +
    +
    +
    +
    +
    +

    +lists

    +
    +WrapperMovieList lists
    +
    +
    +
    +

    @@ -1628,6 +1718,63 @@ releaseDate

  • +

    + +

    + + + +
    +Class com.omertron.themoviedbapi.model.Reviews extends Object implements Serializable
    + +

    +serialVersionUID: 1L + +

    + + + + + +
    +Serialized Fields
    + +

    +id

    +
    +String id
    +
    +
    +
    +
    +
    +

    +author

    +
    +String author
    +
    +
    +
    +
    +
    +

    +content

    +
    +String content
    +
    +
    +
    +
    +
    +

    +url

    +
    +String url
    +
    +
    +
    +
    +

    diff --git a/dependencies.html b/dependencies.html index 01d8fd531..65c8bce26 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-04-21 + Last Published: 2013-05-15  | Version: 3.5-SNAPSHOT
    API-The MovieDB @@ -97,13 +97,13 @@ } } -

    Dependency Tree

    • com.omertron:themoviedbapi:jar:3.5-SNAPSHOT Information
    API-The MovieDB

    Description: API for the TheMovieDb.org website

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

    Project License: GNU General Public License v3+

    Licenses

    New BSD License: Hamcrest Core

    GNU General Public License v3+: API-The MovieDB

    Common Public License Version 1.0: JUnit

    MIT License: SLF4J API Module, SLF4J JDK14 Binding

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

    Dependency File Details

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

    Dependency Repository Locations

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

    Repository locations for each of the Dependencies.

    Artifactapache.snapshotssonatype-nexus-snapshotscentral
    com.fasterxml.jackson.core:jackson-annotations:jar:2.1.4--Found at http://repo.maven.apache.org/maven2
    com.fasterxml.jackson.core:jackson-core:jar:2.1.4--Found at http://repo.maven.apache.org/maven2
    com.fasterxml.jackson.core:jackson-databind:jar:2.1.4--Found at http://repo.maven.apache.org/maven2
    commons-codec:commons-codec:jar:1.7--Found at http://repo.maven.apache.org/maven2
    junit:junit:jar:4.11--Found at http://repo.maven.apache.org/maven2
    org.apache.commons:commons-lang3:jar:3.1--Found at http://repo.maven.apache.org/maven2
    org.hamcrest:hamcrest-core:jar:1.3--Found at http://repo.maven.apache.org/maven2
    org.slf4j:slf4j-api:jar:1.7.5--Found at http://repo.maven.apache.org/maven2
    org.slf4j:slf4j-jdk14:jar:1.7.5--Found at http://repo.maven.apache.org/maven2
    Totalapache.snapshotssonatype-nexus-snapshotscentral
    9 (compile: 6, test: 3)009
    diff --git a/index.html b/index.html index 39fc39691..1f7a0aa20 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-04-21 + Last Published: 2013-05-15  | Version: 3.5-SNAPSHOT
    API-The MovieDB diff --git a/issue-tracking.html b/issue-tracking.html index 31aa9ed87..9327704f2 100644 --- a/issue-tracking.html +++ b/issue-tracking.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-04-21 + Last Published: 2013-05-15  | Version: 3.5-SNAPSHOT
    API-The MovieDB diff --git a/license.html b/license.html index d707d64c0..b31776783 100644 --- a/license.html +++ b/license.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-04-21 + Last Published: 2013-05-15  | Version: 3.5-SNAPSHOT
    API-The MovieDB diff --git a/project-info.html b/project-info.html index 17100b382..cf023777b 100644 --- a/project-info.html +++ b/project-info.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-04-21 + Last Published: 2013-05-15  | Version: 3.5-SNAPSHOT
    API-The MovieDB diff --git a/project-reports.html b/project-reports.html index baa551915..e806b1b28 100644 --- a/project-reports.html +++ b/project-reports.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-04-21 + Last Published: 2013-05-15  | Version: 3.5-SNAPSHOT
    API-The MovieDB diff --git a/project-summary.html b/project-summary.html index 3f4335739..44a0a061f 100644 --- a/project-summary.html +++ b/project-summary.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-04-21 + Last Published: 2013-05-15  | Version: 3.5-SNAPSHOT
    API-The MovieDB diff --git a/source-repository.html b/source-repository.html index e7900bc33..1f06a2e99 100644 --- a/source-repository.html +++ b/source-repository.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-04-21 + Last Published: 2013-05-15  | Version: 3.5-SNAPSHOT
    API-The MovieDB diff --git a/testapidocs/allclasses-frame.html b/testapidocs/allclasses-frame.html index e91cf9cd0..48ebc2f2f 100644 --- a/testapidocs/allclasses-frame.html +++ b/testapidocs/allclasses-frame.html @@ -2,13 +2,13 @@ - + All Classes (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/allclasses-noframe.html b/testapidocs/allclasses-noframe.html index 2bd213c42..9714f747a 100644 --- a/testapidocs/allclasses-noframe.html +++ b/testapidocs/allclasses-noframe.html @@ -2,13 +2,13 @@ - + All Classes (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/TestLogger.html b/testapidocs/com/omertron/themoviedbapi/TestLogger.html index 6585a1797..72c694ae5 100644 --- a/testapidocs/com/omertron/themoviedbapi/TestLogger.html +++ b/testapidocs/com/omertron/themoviedbapi/TestLogger.html @@ -2,13 +2,13 @@ - + TestLogger (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html b/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html index 6952f58b0..a178aa991 100644 --- a/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html +++ b/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html @@ -2,13 +2,13 @@ - + TheMovieDbApiTest (API-The MovieDB 3.5-SNAPSHOT Test API) - + @@ -462,6 +462,14 @@ Test cases for TheMovieDbApi API  void +testGetReviews() + +
    +          Test of getReviews method, of class TheMovieDbApi. + + + + void testGetSessionToken()
    @@ -1422,6 +1430,22 @@ public void testGetKeywordMovies()

    +
    Throws: +
    Exception
    +
    +
    +
    + +

    +testGetReviews

    +
    +public void testGetReviews()
    +                    throws Exception
    +
    +
    Test of getReviews method, of class TheMovieDbApi. +

    +

    +
    Throws:
    Exception
    diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html b/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html index f3bae08af..e02bb6850 100644 --- a/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html +++ b/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.TestLogger (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html b/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html index 2283f993a..61313bfec 100644 --- a/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html +++ b/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.TheMovieDbApiTest (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/package-frame.html b/testapidocs/com/omertron/themoviedbapi/package-frame.html index 10dbdf0ca..ed551b933 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-frame.html +++ b/testapidocs/com/omertron/themoviedbapi/package-frame.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/package-summary.html b/testapidocs/com/omertron/themoviedbapi/package-summary.html index 538666f72..3b61d7f67 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-summary.html +++ b/testapidocs/com/omertron/themoviedbapi/package-summary.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/package-tree.html b/testapidocs/com/omertron/themoviedbapi/package-tree.html index d63f4cca1..b7a1ff6ab 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-tree.html +++ b/testapidocs/com/omertron/themoviedbapi/package-tree.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/com/omertron/themoviedbapi/package-use.html b/testapidocs/com/omertron/themoviedbapi/package-use.html index fa7728fe2..fea942041 100644 --- a/testapidocs/com/omertron/themoviedbapi/package-use.html +++ b/testapidocs/com/omertron/themoviedbapi/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/constant-values.html b/testapidocs/constant-values.html index e3522fe8b..70fc30b66 100644 --- a/testapidocs/constant-values.html +++ b/testapidocs/constant-values.html @@ -2,13 +2,13 @@ - + Constant Field Values (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/deprecated-list.html b/testapidocs/deprecated-list.html index 561aa146f..b65b134f9 100644 --- a/testapidocs/deprecated-list.html +++ b/testapidocs/deprecated-list.html @@ -2,13 +2,13 @@ - + Deprecated List (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/help-doc.html b/testapidocs/help-doc.html index 86bd63379..c317c5f8f 100644 --- a/testapidocs/help-doc.html +++ b/testapidocs/help-doc.html @@ -2,13 +2,13 @@ - + API Help (API-The MovieDB 3.5-SNAPSHOT Test API) - + diff --git a/testapidocs/index-all.html b/testapidocs/index-all.html index bce909036..3dca820a0 100644 --- a/testapidocs/index-all.html +++ b/testapidocs/index-all.html @@ -2,13 +2,13 @@ - + Index (API-The MovieDB 3.5-SNAPSHOT Test API) - + @@ -220,6 +220,9 @@ Method in class com.omertron.themoviedbapi.testGetPopularMovieList() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
    Test of getPopularMovieList method, of class TheMovieDbApi. +
    testGetReviews() - +Method in class com.omertron.themoviedbapi.TheMovieDbApiTest +
    Test of getReviews method, of class TheMovieDbApi.
    testGetSessionToken() - Method in class com.omertron.themoviedbapi.TheMovieDbApiTest
    Test of getSessionToken method, of class TheMovieDbApi. diff --git a/testapidocs/index.html b/testapidocs/index.html index b4d0c49d6..f1433483b 100644 --- a/testapidocs/index.html +++ b/testapidocs/index.html @@ -2,7 +2,7 @@ - + API-The MovieDB 3.5-SNAPSHOT Test API diff --git a/testapidocs/overview-tree.html b/testapidocs/overview-tree.html index 0b99b5a9a..42ce51fe9 100644 --- a/testapidocs/overview-tree.html +++ b/testapidocs/overview-tree.html @@ -2,13 +2,13 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_43) on Sun Apr 21 18:42:49 CEST 2013 --> +<!-- Generated by javadoc (build 1.6.0_43) on Wed May 15 14:20:58 CEST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Class Hierarchy (API-The MovieDB 3.5-SNAPSHOT Test API) - +