Get the combined (movie and TV) credits for a specific person id.
@@ -353,7 +347,7 @@ extends
Parameters:personId - language - appendToResponse -
+Parameters: personId - language -
Returns:
Throws:
MovieDbException
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbReviews.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbReviews.html
index 0dac18e0f..c9cd0794d 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbReviews.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbReviews.html
@@ -2,10 +2,10 @@
-
+
TmdbReviews (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html
index c859fab40..4d3cdf73b 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html
@@ -2,10 +2,10 @@
-
+
TmdbSearch (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbSeasons.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbSeasons.html
index 6dce32021..908f587e6 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbSeasons.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbSeasons.html
@@ -2,10 +2,10 @@
-
+
TmdbSeasons (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html
index 5da5eff4a..d4db55613 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html
@@ -2,10 +2,10 @@
-
+
TmdbTV (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -170,8 +170,8 @@ extends MediaState
getTVAccountState (int tvID,
String sessionID)
-This method lets users get the status of whether or not the TV show has been rated or added to their favourite or watch
- lists.
+This method lets users get the status of whether or not the TV show has
+ been rated or added to their favourite or watch lists.
@@ -204,9 +204,8 @@ extends
MediaCreditList
-getTVCredits (int tvID,
- String language,
- String ... appendToResponse)
+getTVCredits (int tvID,
+ String language)
Get the cast & crew information about a TV series.
@@ -235,8 +234,7 @@ extends
ResultList <Keyword >
-
getTVKeywords (int tvID,
- String ... appendToResponse)
+getTVKeywords (int tvID)
Get the plot keywords for a specific TV show id.
@@ -256,10 +254,9 @@ extends
ResultList <TVInfo >
-
getTVSimilar (int tvID,
+getTVSimilar (int tvID,
Integer page,
- String language,
- String ... appendToResponse)
+ String language)
Get the similar TV shows for a specific tv id.
@@ -280,7 +277,8 @@ extends ResultList <Video >
getTVVideos (int tvID,
String language)
-Get the videos that have been added to a TV series (trailers, opening credits, etc...)
+Get the videos that have been added to a TV series (trailers, opening
+ credits, etc...)
@@ -367,8 +365,8 @@ extends MediaState getTVAccountState(int tvID,
String sessionID)
throws MovieDbException
-This method lets users get the status of whether or not the TV show has been rated or added to their favourite or watch
- lists.
+
This method lets users get the status of whether or not the TV show has
+ been rated or added to their favourite or watch lists.
A valid session id is required.
Parameters: tvID - sessionID -
@@ -424,18 +422,17 @@ extends MovieDbException
-
+
-
+
-
+
@@ -518,11 +514,10 @@ extends ResultList <TVInfo > getTVSimilar(int tvID,
Integer page,
- String language,
- String ... appendToResponse)
+ String language)
throws MovieDbException
Get the similar TV shows for a specific tv id.
-Parameters: tvID - page - language - appendToResponse -
+Parameters: tvID - page - language -
Returns:
Throws:
MovieDbException
@@ -536,7 +531,8 @@ extends ResultList <Translation > getTVTranslations(int tvID)
throws MovieDbException
-Get the list of translations that exist for a TV series. These translations cascade down to the episode level.
+Get the list of translations that exist for a TV series. These
+ translations cascade down to the episode level.
Parameters: tvID -
Returns:
Throws:
@@ -552,7 +548,8 @@ extends ResultList <Video > getTVVideos(int tvID,
String language)
throws MovieDbException
-Get the videos that have been added to a TV series (trailers, opening credits, etc...)
+Get the videos that have been added to a TV series (trailers, opening
+ credits, etc...)
Parameters: tvID - language -
Returns:
Throws:
@@ -584,7 +581,8 @@ extends MovieDbException
Get the list of TV shows that are currently on the air.
- This query looks for any TV show that has an episode with an air date in the next 7 days.
+ This query looks for any TV show that has an episode with an air date in
+ the next 7 days.
Parameters: page - language -
Returns:
Throws:
@@ -621,7 +619,8 @@ extends MovieDbException
Get the list of top rated TV shows.
- By default, this list will only include TV shows that have 2 or more votes.
+ By default, this list will only include TV shows that have 2 or more
+ votes.
This list refreshes every day.
Parameters: page - language -
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html
index 26e06af76..65c725cff 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.AbstractMethod (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccount.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccount.html
index c5f931e00..52fbe6e7a 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccount.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccount.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbAccount (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthentication.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthentication.html
index b3ef554a0..0580eb1b5 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthentication.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthentication.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbAuthentication (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertifications.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertifications.html
index e4de659a9..f4b54a0d4 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertifications.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertifications.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbCertifications (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChanges.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChanges.html
index 3f86fe7f0..731d6b8de 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChanges.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChanges.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbChanges (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollections.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollections.html
index c2291df10..ea0aa4590 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollections.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollections.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbCollections (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompanies.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompanies.html
index aff5f3475..a591862b1 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompanies.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompanies.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbCompanies (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfiguration.html
index 68085f1b7..5964d89e2 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfiguration.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfiguration.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbConfiguration (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCredits.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCredits.html
index 0634c9a5a..60932a9ed 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCredits.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCredits.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbCredits (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscover.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscover.html
index 0ad051987..e2d219096 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscover.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscover.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbDiscover (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbEpisodes.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbEpisodes.html
index bf317946b..9c8dce6f7 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbEpisodes.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbEpisodes.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbEpisodes (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html
index c72b11169..a78f73c57 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbFind (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenres.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenres.html
index 93684a9c0..f50bae972 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenres.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenres.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbGenres (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywords.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywords.html
index 78c1ed242..2ee26364a 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywords.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywords.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbKeywords (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbLists.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbLists.html
index 9b55a1f67..545b55b82 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbLists.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbLists.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbLists (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMovies.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMovies.html
index 1da572e5f..ddb5946e6 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMovies.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMovies.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbMovies (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworks.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworks.html
index ddb78a4be..a5dd83023 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworks.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworks.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbNetworks (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeople.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeople.html
index 66fcdaae8..1b5023c57 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeople.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeople.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbPeople (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviews.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviews.html
index c9c826f5e..a3fbcb240 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviews.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviews.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbReviews (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearch.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearch.html
index ecd7769c7..70f4f854f 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearch.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearch.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbSearch (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSeasons.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSeasons.html
index 51cabe2f0..cc2e832c3 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSeasons.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSeasons.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbSeasons (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html
index b38b32cec..00df9803a 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.methods.TmdbTV (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-frame.html b/apidocs/com/omertron/themoviedbapi/methods/package-frame.html
index ba88cdac8..db6288dca 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.methods (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-summary.html b/apidocs/com/omertron/themoviedbapi/methods/package-summary.html
index af25e56e0..657a4521d 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.methods (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-tree.html b/apidocs/com/omertron/themoviedbapi/methods/package-tree.html
index 57d5baab4..bd470308a 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.methods Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-use.html b/apidocs/com/omertron/themoviedbapi/methods/package-use.html
index 249fc0124..512b0fac5 100644
--- a/apidocs/com/omertron/themoviedbapi/methods/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/methods/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.methods (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html
index 83d602513..dd9882bf4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html
+++ b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html
@@ -2,10 +2,10 @@
-
+
AbstractIdName (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
index 868215d7e..679b2fd15 100644
--- a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
+++ b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
@@ -2,10 +2,10 @@
-
+
AbstractJsonMapping (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/Certification.html b/apidocs/com/omertron/themoviedbapi/model/Certification.html
index e17d2f311..faca91613 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Certification.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Certification.html
@@ -2,10 +2,10 @@
-
+
Certification (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/FindResults.html b/apidocs/com/omertron/themoviedbapi/model/FindResults.html
index 31220342c..e160f76a4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/FindResults.html
+++ b/apidocs/com/omertron/themoviedbapi/model/FindResults.html
@@ -2,10 +2,10 @@
-
+
FindResults (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html
index d205ea5f7..2d43d441e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Genre.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Genre.html
@@ -2,10 +2,10 @@
-
+
Genre (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html
index d141e65f8..a0fecdcf0 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Language.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Language.html
@@ -2,10 +2,10 @@
-
+
Language (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html
index f2e05fa7d..ba2e32fbe 100644
--- a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html
+++ b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html
@@ -2,10 +2,10 @@
-
+
StatusCode (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/account/Account.html b/apidocs/com/omertron/themoviedbapi/model/account/Account.html
index c6f05705e..56a9821b6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/account/Account.html
+++ b/apidocs/com/omertron/themoviedbapi/model/account/Account.html
@@ -2,10 +2,10 @@
-
+
Account (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/account/class-use/Account.html b/apidocs/com/omertron/themoviedbapi/model/account/class-use/Account.html
index 8400c1cb0..c121fa75c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/account/class-use/Account.html
+++ b/apidocs/com/omertron/themoviedbapi/model/account/class-use/Account.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.account.Account (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/account/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/account/package-frame.html
index 061c659c4..2c99ca260 100644
--- a/apidocs/com/omertron/themoviedbapi/model/account/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/account/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.account (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html
index d684bf406..051e16135 100644
--- a/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.account (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/account/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/account/package-tree.html
index f395a0053..91d99e653 100644
--- a/apidocs/com/omertron/themoviedbapi/model/account/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/account/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.account Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/account/package-use.html b/apidocs/com/omertron/themoviedbapi/model/account/package-use.html
index 760770c07..6cd4b5416 100644
--- a/apidocs/com/omertron/themoviedbapi/model/account/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/account/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.account (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/artwork/Artwork.html
index 2e017f123..54750437b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/artwork/Artwork.html
+++ b/apidocs/com/omertron/themoviedbapi/model/artwork/Artwork.html
@@ -2,10 +2,10 @@
-
+
Artwork (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.html b/apidocs/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.html
index 7bcb8a6ac..990ac5438 100644
--- a/apidocs/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.html
+++ b/apidocs/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.html
@@ -2,10 +2,10 @@
-
+
ArtworkMedia (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/Artwork.html
index ae77fab8c..dab46f158 100644
--- a/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/Artwork.html
+++ b/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/Artwork.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.artwork.Artwork (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -132,15 +132,16 @@
TheMovieDbApi. getEpisodeImages (int tvID,
int seasonNumber,
int episodeNumber)
-Get the images (episode stills) for a TV episode by combination of a season and episode number.
+Get the images (episode stills) for a TV episode by combination of a
+ season and episode number.
ResultList <Artwork >
-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.
+TheMovieDbApi. getMovieImages (int movieId,
+ String language)
+This method should be used when you’re wanting to retrieve all of the
+ images for a particular movie.
@@ -197,10 +198,10 @@
ResultList <Artwork >
-TmdbMovies. 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.
+TmdbMovies. getMovieImages (int movieId,
+ String language)
+This method should be used when you’re wanting to retrieve all of the
+ images for a particular movie.
@@ -296,6 +297,14 @@
List <Artwork >
+TVSeasonInfo. getImages ()
+
+
+List <Artwork >
+TVEpisodeInfo. getImages ()
+
+
+List <Artwork >
TVInfo. getImages ()
diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html b/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html
index edbbd5b8d..2cf256734 100644
--- a/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html
+++ b/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.artwork.ArtworkMedia (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html
index ceee8fefc..4a35f6901 100644
--- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html
index c119574c7..8fe1ac995 100644
--- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html
index 183522548..dad4a459e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.artwork Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html b/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html
index aab0631c0..c4d750efa 100644
--- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html
index 216517090..2edf1225c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html
@@ -2,10 +2,10 @@
-
+
TokenAuthorisation (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html
index c10a8aac8..1d0de0abb 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html
@@ -2,10 +2,10 @@
-
+
TokenSession (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html
index cced543c1..152cee94c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.authentication.TokenAuthorisation (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -103,7 +103,8 @@
TokenAuthorisation
TheMovieDbApi. getAuthorisationToken ()
-This method is used to generate a valid request token for user based authentication.
+This method is used to generate a valid request token for user based
+ authentication.
@@ -111,7 +112,8 @@
TheMovieDbApi. getSessionTokenLogin (TokenAuthorisation token,
String username,
String password)
-This method is used to generate a session id for user based authentication.
+This method is used to generate a session id for user based
+ authentication.
@@ -126,7 +128,8 @@
TokenSession
TheMovieDbApi. getSessionToken (TokenAuthorisation token)
-This method is used to generate a session id for user based authentication.
+This method is used to generate a session id for user based
+ authentication.
@@ -134,7 +137,8 @@
TheMovieDbApi. getSessionTokenLogin (TokenAuthorisation token,
String username,
String password)
-This method is used to generate a session id for user based authentication.
+This method is used to generate a session id for user based
+ authentication.
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html
index 7684d6294..27758e476 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.authentication.TokenSession (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -109,7 +109,8 @@
TokenSession
TheMovieDbApi. getSessionToken (TokenAuthorisation token)
-This method is used to generate a session id for user based authentication.
+This method is used to generate a session id for user based
+ authentication.
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html
index 3ac3c3144..9b25cc28a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html
index f78394e54..a53281e69 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html
index cbfa59769..e862b3dbb 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.authentication Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html b/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html
index 7f4d21609..6e099c135 100644
--- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html
index d06bccad7..720e39558 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html
@@ -2,10 +2,10 @@
-
+
ChangeKeyItem (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html b/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html
index ce55678ad..c7a9f6da0 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html
@@ -2,10 +2,10 @@
-
+
ChangeListItem (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/change/ChangedItem.html
index 3f0f2d28c..9ade88570 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/ChangedItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/ChangedItem.html
@@ -2,10 +2,10 @@
-
+
ChangedItem (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html
index dc318f732..3966dc1b9 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.change.ChangeKeyItem (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeListItem.html b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeListItem.html
index ab46bc17d..b6e7a05d8 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeListItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeListItem.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.change.ChangeListItem (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangedItem.html
index d8a2c8d28..1a1a8b80f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangedItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangedItem.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.change.ChangedItem (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/change/package-frame.html
index 61c990424..0f0fd2557 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.change (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html
index a485a65c8..a34f17544 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.change (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/change/package-tree.html
index 558bb165f..14821ac01 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.change Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/change/package-use.html b/apidocs/com/omertron/themoviedbapi/model/change/package-use.html
index 4da841cb5..8850d209a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/change/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/change/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.change (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html
index d5c317624..657b8ff4a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.AbstractIdName (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
index ab707e5a5..f2ee0299a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Certification.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Certification.html
index d13bea245..95503e0eb 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Certification.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Certification.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Certification (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/FindResults.html b/apidocs/com/omertron/themoviedbapi/model/class-use/FindResults.html
index 52fddf72d..3a1dd2da7 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/FindResults.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/FindResults.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.FindResults (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -105,7 +105,8 @@
TheMovieDbApi. find (String id,
ExternalSource externalSource,
String language)
-You con use this method to find movies, tv series or persons using external ids.
+You con use this method to find movies, tv series or persons using
+ external ids.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html
index 0cd8069ff..764502b1e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 4.0-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 d2976a640..0fbb79094 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html
index 75bdb16eb..c61492a24 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html b/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html
index 6314bc424..018ae6453 100644
--- a/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html
+++ b/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html
@@ -2,10 +2,10 @@
-
+
Collection (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html
index 69702b264..3f8c54ecf 100644
--- a/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html
@@ -2,10 +2,10 @@
-
+
CollectionInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html
index c404cca7e..4139c2ab4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html
+++ b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.collection.Collection (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html
index f5b56c49c..572643f40 100644
--- a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.collection.CollectionInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -104,7 +104,8 @@
CollectionInfo
TheMovieDbApi. getCollectionInfo (int collectionId,
String language)
-This method is used to retrieve all of the basic information about a movie collection.
+This method is used to retrieve all of the basic information about a
+ movie collection.
diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html
index b2d741715..11d46ac64 100644
--- a/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html
index bb77e4e7c..6d540a58a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html
index 197e8e34b..5d4c82492 100644
--- a/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.collection Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/package-use.html b/apidocs/com/omertron/themoviedbapi/model/collection/package-use.html
index 2f96cb682..9661280dc 100644
--- a/apidocs/com/omertron/themoviedbapi/model/collection/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/company/Company.html b/apidocs/com/omertron/themoviedbapi/model/company/Company.html
index 0f8554062..4f8708c32 100644
--- a/apidocs/com/omertron/themoviedbapi/model/company/Company.html
+++ b/apidocs/com/omertron/themoviedbapi/model/company/Company.html
@@ -2,10 +2,10 @@
-
+
Company (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/company/class-use/Company.html b/apidocs/com/omertron/themoviedbapi/model/company/class-use/Company.html
index 62a662ffd..f639a8f47 100644
--- a/apidocs/com/omertron/themoviedbapi/model/company/class-use/Company.html
+++ b/apidocs/com/omertron/themoviedbapi/model/company/class-use/Company.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.company.Company (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -107,7 +107,8 @@
Company
TheMovieDbApi. getCompanyInfo (int companyId)
-This method is used to retrieve the basic information about a production company on TMDb.
+This method is used to retrieve the basic information about a production
+ company on TMDb.
diff --git a/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html
index 8634afd37..822e6fd3b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.company (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html
index 15e850eb6..9fb674adc 100644
--- a/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.company (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/company/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/company/package-tree.html
index 2d5702664..673d81c91 100644
--- a/apidocs/com/omertron/themoviedbapi/model/company/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/company/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.company Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/company/package-use.html b/apidocs/com/omertron/themoviedbapi/model/company/package-use.html
index 74dac3739..57853d80d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/company/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/company/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.company (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html b/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html
index c288f9b55..2125454e7 100644
--- a/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html
+++ b/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html
@@ -2,10 +2,10 @@
-
+
Configuration (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html
index 19ad41399..c8103bcf0 100644
--- a/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html
+++ b/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html
@@ -2,10 +2,10 @@
-
+
JobDepartment (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/config/class-use/Configuration.html b/apidocs/com/omertron/themoviedbapi/model/config/class-use/Configuration.html
index daefeaffe..54d622c96 100644
--- a/apidocs/com/omertron/themoviedbapi/model/config/class-use/Configuration.html
+++ b/apidocs/com/omertron/themoviedbapi/model/config/class-use/Configuration.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.config.Configuration (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/config/class-use/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/config/class-use/JobDepartment.html
index 2dd2eb3f5..7be5a31a7 100644
--- a/apidocs/com/omertron/themoviedbapi/model/config/class-use/JobDepartment.html
+++ b/apidocs/com/omertron/themoviedbapi/model/config/class-use/JobDepartment.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.config.JobDepartment (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html
index 19a5345fc..7b46166c5 100644
--- a/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.config (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html
index acb7c036b..6da6627ae 100644
--- a/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.config (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/config/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/config/package-tree.html
index 0626f8ec5..e129daf13 100644
--- a/apidocs/com/omertron/themoviedbapi/model/config/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/config/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.config Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/config/package-use.html b/apidocs/com/omertron/themoviedbapi/model/config/package-use.html
index b17923a8c..6c5f6e60a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/config/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/config/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.config (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/CreditBasic.html b/apidocs/com/omertron/themoviedbapi/model/credits/CreditBasic.html
index 618420b43..e1d1289f7 100644
--- a/apidocs/com/omertron/themoviedbapi/model/credits/CreditBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/credits/CreditBasic.html
@@ -2,10 +2,10 @@
-
+
CreditBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/CreditMovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/credits/CreditMovieBasic.html
index 3f1757195..fefdef97f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/credits/CreditMovieBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/credits/CreditMovieBasic.html
@@ -2,10 +2,10 @@
-
+
CreditMovieBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/CreditTVBasic.html b/apidocs/com/omertron/themoviedbapi/model/credits/CreditTVBasic.html
index b07446598..7fe95d9b0 100644
--- a/apidocs/com/omertron/themoviedbapi/model/credits/CreditTVBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/credits/CreditTVBasic.html
@@ -2,10 +2,10 @@
-
+
CreditTVBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCredit.html b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCredit.html
index 89cf3a39f..9ba8b5e8d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCredit.html
+++ b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCredit.html
@@ -2,10 +2,10 @@
-
+
MediaCredit (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCast.html b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCast.html
index e8be5bb97..84efdfb38 100644
--- a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCast.html
+++ b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCast.html
@@ -2,10 +2,10 @@
-
+
MediaCreditCast (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCrew.html b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCrew.html
index c4e9fa1bd..872f21879 100644
--- a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCrew.html
+++ b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCrew.html
@@ -2,10 +2,10 @@
-
+
MediaCreditCrew (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditBasic.html b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditBasic.html
index f289bcd80..4b17a16d6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditBasic.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.credits.CreditBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -106,9 +106,8 @@
PersonCreditList <CreditBasic >
-TmdbPeople. getPersonCombinedCredits (int personId,
- String language,
- String ... appendToResponse)
+TmdbPeople. getPersonCombinedCredits (int personId,
+ String language)
Get the combined (movie and TV) credits for a specific person id.
diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditMovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditMovieBasic.html
index 459743063..bd287ef39 100644
--- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditMovieBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditMovieBasic.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.credits.CreditMovieBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -102,9 +102,8 @@
PersonCreditList <CreditMovieBasic >
-TmdbPeople. getPersonMovieCredits (int personId,
- String language,
- String ... appendToResponse)
+TmdbPeople. getPersonMovieCredits (int personId,
+ String language)
Get the movie credits for a specific person id.
diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditTVBasic.html b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditTVBasic.html
index 008d8808d..c8fd8b536 100644
--- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditTVBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditTVBasic.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.credits.CreditTVBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -102,9 +102,8 @@
PersonCreditList <CreditTVBasic >
-TmdbPeople. getPersonTVCredits (int personId,
- String language,
- String ... appendToResponse)
+TmdbPeople. getPersonTVCredits (int personId,
+ String language)
Get the TV credits for a specific person id.
diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCredit.html b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCredit.html
index d30b73fc8..b4a0efd41 100644
--- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCredit.html
+++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCredit.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.credits.MediaCredit (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCast.html b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCast.html
index a46629a8b..1beb625e7 100644
--- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCast.html
+++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCast.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.credits.MediaCreditCast (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCrew.html b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCrew.html
index 35e12576d..ac9533413 100644
--- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCrew.html
+++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCrew.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.credits.MediaCreditCrew (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/credits/package-frame.html
index 8e94813e2..74258f22e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/credits/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/credits/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/credits/package-summary.html
index 5dc1b8ec1..b1de2816c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/credits/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/credits/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/credits/package-tree.html
index 77caf9852..bc3cb574e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/credits/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/credits/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.credits Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/package-use.html b/apidocs/com/omertron/themoviedbapi/model/credits/package-use.html
index 244f89d33..be7cb7f79 100644
--- a/apidocs/com/omertron/themoviedbapi/model/credits/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/credits/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html b/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html
index 59bb597e9..ecd9da6ba 100644
--- a/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html
+++ b/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html
@@ -2,10 +2,10 @@
-
+
Discover (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/WithBuilder.html b/apidocs/com/omertron/themoviedbapi/model/discover/WithBuilder.html
index 1b683d27d..4768fb2fe 100644
--- a/apidocs/com/omertron/themoviedbapi/model/discover/WithBuilder.html
+++ b/apidocs/com/omertron/themoviedbapi/model/discover/WithBuilder.html
@@ -2,10 +2,10 @@
-
+
WithBuilder (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/class-use/Discover.html b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/Discover.html
index 059c0be97..0f26480ac 100644
--- a/apidocs/com/omertron/themoviedbapi/model/discover/class-use/Discover.html
+++ b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/Discover.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.discover.Discover (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -107,13 +107,15 @@
ResultList <MovieBasic >
TheMovieDbApi. getDiscoverMovies (Discover discover)
-Discover movies by different types of data like average rating, number of votes, genres and certifications.
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
ResultList <TVBasic >
TheMovieDbApi. getDiscoverTV (Discover discover)
-Discover movies by different types of data like average rating, number of votes, genres and certifications.
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/class-use/WithBuilder.html b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/WithBuilder.html
index 24e306d0a..b5d8b65e2 100644
--- a/apidocs/com/omertron/themoviedbapi/model/discover/class-use/WithBuilder.html
+++ b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/WithBuilder.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.discover.WithBuilder (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html
index c77a8f667..3f3990a29 100644
--- a/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html
index 2d93e2599..59149a2a8 100644
--- a/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/discover/package-tree.html
index 5f80a4c36..f594715e3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/discover/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.discover Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/package-use.html b/apidocs/com/omertron/themoviedbapi/model/discover/package-use.html
index 3d443c5ce..f5c8c00ab 100644
--- a/apidocs/com/omertron/themoviedbapi/model/discover/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html
index 3f8b84788..be5786a4a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html
+++ b/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html
@@ -2,10 +2,10 @@
-
+
Keyword (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/class-use/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/keyword/class-use/Keyword.html
index 8f4d5daee..b66808d7b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/keyword/class-use/Keyword.html
+++ b/apidocs/com/omertron/themoviedbapi/model/keyword/class-use/Keyword.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.keyword.Keyword (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -129,15 +129,14 @@
ResultList <Keyword >
-TheMovieDbApi. getMovieKeywords (int movieId,
- String ... appendToResponse)
-This method is used to retrieve all of the keywords that have been added to a particular movie.
+TheMovieDbApi. getMovieKeywords (int movieId)
+This method is used to retrieve all of the keywords that have been added
+ to a particular movie.
ResultList <Keyword >
-TheMovieDbApi. getTVKeywords (int tvID,
- String ... appendToResponse)
+TheMovieDbApi. getTVKeywords (int tvID)
Get the plot keywords for a specific TV show id.
@@ -179,15 +178,14 @@
ResultList <Keyword >
-TmdbMovies. getMovieKeywords (int movieId,
- String ... appendToResponse)
-This method is used to retrieve all of the keywords that have been added to a particular movie.
+TmdbMovies. getMovieKeywords (int movieId)
+This method is used to retrieve all of the keywords that have been added
+ to a particular movie.
ResultList <Keyword >
-TmdbTV. getTVKeywords (int tvID,
- String ... appendToResponse)
+TmdbTV. getTVKeywords (int tvID)
Get the plot keywords for a specific TV show id.
diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html
index c80d41cea..5002e52a6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html
index 4f2f97f35..a2af40ac5 100644
--- a/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-tree.html
index 90317e249..bbf7df46c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/keyword/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.keyword Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-use.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-use.html
index a5193953b..2889cd908 100644
--- a/apidocs/com/omertron/themoviedbapi/model/keyword/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html b/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html
index 3d7211d45..f8b4ff742 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html
@@ -2,10 +2,10 @@
-
+
ListItem (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html
index a59b2193e..ee07bf1ba 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html
@@ -2,10 +2,10 @@
-
+
ListItemStatus (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html b/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html
index 0bc53a1d2..f76a6748b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html
@@ -2,10 +2,10 @@
-
+
ListStatusCode (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/UserList.html b/apidocs/com/omertron/themoviedbapi/model/list/UserList.html
index 31b4c5435..cea28c725 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/UserList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/UserList.html
@@ -2,10 +2,10 @@
-
+
UserList (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItem.html b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItem.html
index 75b7b8443..c9c8e5131 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItem.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.list.ListItem (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItemStatus.html
index 02f8bbe1f..eb065a9cf 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItemStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItemStatus.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.list.ListItemStatus (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListStatusCode.html b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListStatusCode.html
index 8da4bca3a..e02e16fe8 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListStatusCode.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListStatusCode.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.list.ListStatusCode (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/class-use/UserList.html b/apidocs/com/omertron/themoviedbapi/model/list/class-use/UserList.html
index f53ff1c4d..52a885f57 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/class-use/UserList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/UserList.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.list.UserList (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -106,10 +106,9 @@
ResultList <UserList >
-TheMovieDbApi. getMovieLists (int movieId,
+TheMovieDbApi. getMovieLists (int movieId,
Integer page,
- String language,
- String ... appendToResponse)
+ String language)
Get the lists that the movie belongs to
@@ -144,10 +143,9 @@
ResultList <UserList >
-TmdbMovies. getMovieLists (int movieId,
+TmdbMovies. getMovieLists (int movieId,
Integer page,
- String language,
- String ... appendToResponse)
+ String language)
Get the lists that the movie belongs to
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html
index 8bc999063..60cc84759 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.list (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html
index 4a559cdd2..95bb0c0ed 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.list (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/list/package-tree.html
index 74f5f97f7..c8ad11321 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.list Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-use.html b/apidocs/com/omertron/themoviedbapi/model/list/package-use.html
index 0c117917e..78fd0ee72 100644
--- a/apidocs/com/omertron/themoviedbapi/model/list/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/list/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.list (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html
index bbc327482..97f2ba8f4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html
@@ -2,10 +2,10 @@
-
+
AlternativeTitle (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html
index cd06479d8..632566c14 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html
@@ -2,10 +2,10 @@
-
+
MediaBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html
index 66766644c..1ba96cf9c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html
@@ -2,10 +2,10 @@
-
+
MediaCreditList (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html
index 3a981082d..8916bb1c1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html
@@ -2,10 +2,10 @@
-
+
MediaState (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/RatedValue.html b/apidocs/com/omertron/themoviedbapi/model/media/RatedValue.html
index a8ca2b47c..a5cbd00d2 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/RatedValue.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/RatedValue.html
@@ -2,10 +2,10 @@
-
+
RatedValue (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/media/Trailer.html
index 0c7b936d9..d4695bbd9 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/Trailer.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/Trailer.html
@@ -2,10 +2,10 @@
-
+
Trailer (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/Translation.html b/apidocs/com/omertron/themoviedbapi/model/media/Translation.html
index 443e070f6..bbbe31967 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/Translation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/Translation.html
@@ -2,10 +2,10 @@
-
+
Translation (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/Video.html b/apidocs/com/omertron/themoviedbapi/model/media/Video.html
index 245a53373..0202ae05b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/Video.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/Video.html
@@ -2,10 +2,10 @@
-
+
Video (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/AlternativeTitle.html
index f7b525adc..72693d4be 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/AlternativeTitle.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/AlternativeTitle.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.AlternativeTitle (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -114,10 +114,10 @@
ResultList <AlternativeTitle >
-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.
+TheMovieDbApi. getMovieAlternativeTitles (int movieId,
+ String country)
+This method is used to retrieve all of the alternative titles we have for
+ a particular movie.
@@ -142,10 +142,10 @@
ResultList <AlternativeTitle >
-TmdbMovies. getMovieAlternativeTitles (int movieId,
- String country,
- String ... appendToResponse)
-This method is used to retrieve all of the alternative titles we have for a particular movie.
+TmdbMovies. getMovieAlternativeTitles (int movieId,
+ String country)
+This method is used to retrieve all of the alternative titles we have for
+ a particular movie.
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaBasic.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaBasic.html
index be16208f2..058cb5bf6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaBasic.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.MediaBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditList.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditList.html
index 3b6382937..462f02a5e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditList.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.MediaCreditList (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -118,8 +118,7 @@
MediaCreditList
-TheMovieDbApi. getMovieCredits (int movieId,
- String ... appendToResponse)
+TheMovieDbApi. getMovieCredits (int movieId)
Get the cast and crew information for a specific movie id.
@@ -132,9 +131,8 @@
MediaCreditList
-TheMovieDbApi. getTVCredits (int tvID,
- String language,
- String ... appendToResponse)
+TheMovieDbApi. getTVCredits (int tvID,
+ String language)
Get the cast & crew information about a TV series.
@@ -162,8 +160,7 @@
MediaCreditList
-TmdbMovies. getMovieCredits (int movieId,
- String ... appendToResponse)
+TmdbMovies. getMovieCredits (int movieId)
Get the cast and crew information for a specific movie id.
@@ -176,9 +173,8 @@
MediaCreditList
-TmdbTV. getTVCredits (int tvID,
- String language,
- String ... appendToResponse)
+TmdbTV. getTVCredits (int tvID,
+ String language)
Get the cast & crew information about a TV series.
@@ -216,6 +212,14 @@
MediaCreditList
+TVSeasonInfo. getCredits ()
+
+
+MediaCreditList
+TVEpisodeInfo. getCredits ()
+
+
+MediaCreditList
TVInfo. getCredits ()
@@ -229,6 +233,14 @@
void
+TVSeasonInfo. setCredits (MediaCreditList credits)
+
+
+void
+TVEpisodeInfo. setCredits (MediaCreditList credits)
+
+
+void
TVInfo. setCredits (MediaCreditList credits)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html
index bc2e5aee0..7645c60a0 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.MediaState (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -106,30 +106,32 @@
int seasonNumber,
int episodeNumber,
String sessionID)
-
This method lets users get the status of whether or not the TV episode has been rated.
+
This method lets users get the status of whether or not the TV episode
+ has been rated.
MediaState
TheMovieDbApi. getMovieAccountState (int movieId,
String sessionId)
-This method lets a user get the status of whether or not the movie has been rated or added to their favourite or movie watch
- list.
+This method lets a user get the status of whether or not the movie has
+ been rated or added to their favourite or movie watch list.
MediaState
TheMovieDbApi. getSeasonAccountState (int tvID,
String sessionID)
-This method lets users get the status of whether or not the TV episodes of a season have been rated.
+This method lets users get the status of whether or not the TV episodes
+ of a season have been rated.
MediaState
TheMovieDbApi. getTVAccountState (int tvID,
String sessionID)
-This method lets users get the status of whether or not the TV show has been rated or added to their favourite or watch
- lists.
+This method lets users get the status of whether or not the TV show has
+ been rated or added to their favourite or watch lists.
@@ -159,8 +161,8 @@
MediaState
TmdbMovies. getMovieAccountState (int movieId,
String sessionId)
-This method lets a user get the status of whether or not the movie has been rated or added to their favourite or movie watch
- list.
+This method lets a user get the status of whether or not the movie has
+ been rated or added to their favourite or movie watch list.
@@ -175,8 +177,8 @@
MediaState
TmdbTV. getTVAccountState (int tvID,
String sessionID)
-This method lets users get the status of whether or not the TV show has been rated or added to their favourite or watch
- lists.
+This method lets users get the status of whether or not the TV show has
+ been rated or added to their favourite or watch lists.
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html
index ea88ac260..1439e22bd 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.RatedValue (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html
index bdc823272..d4966425c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.Trailer (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html
index 0df56658c..07f3f7ca7 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.Translation (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -114,9 +114,9 @@
ResultList <Translation >
-TheMovieDbApi. getMovieTranslations (int movieId,
- String ... appendToResponse)
-This method is used to retrieve a list of the available translations for a specific movie.
+TheMovieDbApi. getMovieTranslations (int movieId)
+This method is used to retrieve a list of the available translations for
+ a specific movie.
@@ -141,9 +141,9 @@
ResultList <Translation >
-TmdbMovies. getMovieTranslations (int movieId,
- String ... appendToResponse)
-This method is used to retrieve a list of the available translations for a specific movie.
+TmdbMovies. getMovieTranslations (int movieId)
+This method is used to retrieve a list of the available translations for
+ a specific movie.
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html
index 47f1021b9..67688bc7f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.media.Video (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -118,15 +118,16 @@
int seasonNumber,
int episodeNumber,
String language)
-Get the videos that have been added to a TV episode (teasers, clips, etc...)
+Get the videos that have been added to a TV episode (teasers, clips,
+ etc...)
ResultList <Video >
-TheMovieDbApi. getMovieVideos (int movieId,
- String language,
- String ... appendToResponse)
-This method is used to retrieve all of the trailers for a particular movie.
+TheMovieDbApi. getMovieVideos (int movieId,
+ String language)
+This method is used to retrieve all of the trailers for a particular
+ movie.
@@ -134,14 +135,16 @@
TheMovieDbApi. getSeasonVideos (int tvID,
int seasonNumber,
String language)
-Get the videos that have been added to a TV season (trailers, teasers, etc...)
+Get the videos that have been added to a TV season (trailers, teasers,
+ etc...)
ResultList <Video >
TheMovieDbApi. getTVVideos (int tvID,
String language)
-Get the videos that have been added to a TV series (trailers, opening credits, etc...)
+Get the videos that have been added to a TV series (trailers, opening
+ credits, etc...)
@@ -169,10 +172,10 @@
ResultList <Video >
-TmdbMovies. getMovieVideos (int movieId,
- String language,
- String ... appendToResponse)
-This method is used to retrieve all of the trailers for a particular movie.
+TmdbMovies. getMovieVideos (int movieId,
+ String language)
+This method is used to retrieve all of the trailers for a particular
+ movie.
@@ -188,7 +191,8 @@
ResultList <Video >
TmdbTV. getTVVideos (int tvID,
String language)
-Get the videos that have been added to a TV series (trailers, opening credits, etc...)
+Get the videos that have been added to a TV series (trailers, opening
+ credits, etc...)
@@ -225,6 +229,14 @@
List <Video >
+TVSeasonInfo. getVideos ()
+
+
+List <Video >
+TVEpisodeInfo. getVideos ()
+
+
+List <Video >
TVInfo. getVideos ()
@@ -238,6 +250,14 @@
void
+TVSeasonInfo. setVideos (WrapperGenericList <Video > videos)
+
+
+void
+TVEpisodeInfo. setVideos (WrapperGenericList <Video > videos)
+
+
+void
TVInfo. setVideos (WrapperGenericList <Video > videos)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html
index 966d9bf7f..7953a2c88 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.media (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html
index fc145f1fb..51a9efd57 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.media (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html
index 0e8f3bf18..61c982470 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.media Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-use.html b/apidocs/com/omertron/themoviedbapi/model/media/package-use.html
index d71634797..53e8a650f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/media/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/media/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.media (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html
index 36c477137..d12682d2e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html
@@ -2,10 +2,10 @@
-
+
MovieBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/MovieInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/MovieInfo.html
index dc5a5f81e..ae57e5746 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/MovieInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/MovieInfo.html
@@ -2,10 +2,10 @@
-
+
MovieInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -901,7 +901,7 @@ implements
MovieMethod method)
Specified by:
-hasMethod in interface AppendToResponse <MovieMethod >
+hasMethod in interface AppendToResponse <MovieMethod >
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html
index 90d0b014e..488b6c6d2 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html
@@ -2,10 +2,10 @@
-
+
ProductionCompany (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html
index 1e67fd2d0..50b78a968 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html
@@ -2,10 +2,10 @@
-
+
ProductionCountry (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html
index fb206915d..11cc5b74e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html
@@ -2,10 +2,10 @@
-
+
ReleaseInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieBasic.html
index 73b95e3a9..0096b6337 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieBasic.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.movie.MovieBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -119,7 +119,8 @@
ResultList <MovieBasic >
TheMovieDbApi. getDiscoverMovies (Discover discover)
-Discover movies by different types of data like average rating, number of votes, genres and certifications.
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieInfo.html
index ef33863f2..a8fdcd778 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieInfo.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.movie.MovieInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -157,18 +157,19 @@
ResultList <MovieInfo >
-TheMovieDbApi. getSimilarMovies (int movieId,
+TheMovieDbApi. getSimilarMovies (int movieId,
Integer page,
- String language,
- String ... appendToResponse)
-The similar movies method will let you retrieve the similar movies for a particular movie.
+ String language)
+The similar movies method will let you retrieve the similar movies for a
+ particular movie.
ResultList <MovieInfo >
TheMovieDbApi. getTopRatedMovies (Integer page,
String language)
-This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
+This method is used to retrieve the top rated movies that have over 10
+ votes on TMDb.
@@ -187,7 +188,8 @@
Integer searchYear,
Integer primaryReleaseYear,
SearchType searchType)
-Search Movies This is a good starting point to start finding movies on TMDb.
+Search Movies This is a good starting point to start finding movies on
+ TMDb.
@@ -293,18 +295,19 @@
ResultList <MovieInfo >
-TmdbMovies. getSimilarMovies (int movieId,
+TmdbMovies. getSimilarMovies (int movieId,
Integer page,
- String language,
- String ... appendToResponse)
-The similar movies method will let you retrieve the similar movies for a particular movie.
+ String language)
+The similar movies method will let you retrieve the similar movies for a
+ particular movie.
ResultList <MovieInfo >
TmdbMovies. getTopRatedMovies (Integer page,
String language)
-This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
+This method is used to retrieve the top rated movies that have over 10
+ votes on TMDb.
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html
index 39924fddf..79629f1be 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.movie.ProductionCompany (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html
index 656df897b..9b3563c8d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.movie.ProductionCountry (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html
index 98cdd37e4..52e42841f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.movie.ReleaseInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -110,10 +110,10 @@
ResultList <ReleaseInfo >
-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.
+TheMovieDbApi. getMovieReleaseInfo (int movieId,
+ String language)
+This method is used to retrieve all of the release and certification data
+ we have for a specific movie.
@@ -132,10 +132,10 @@
ResultList <ReleaseInfo >
-TmdbMovies. 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.
+TmdbMovies. getMovieReleaseInfo (int movieId,
+ String language)
+This method is used to retrieve all of the release and certification data
+ we have for a specific movie.
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html
index 39b79dbab..be992f921 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html
index c1470dba1..20fb7053f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html
index 985a45bcd..06f9bc927 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.movie Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -86,7 +86,7 @@
diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html
index 0beda2fa3..ab17008d1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/network/Network.html b/apidocs/com/omertron/themoviedbapi/model/network/Network.html
index ca6eeac84..9df35bfca 100644
--- a/apidocs/com/omertron/themoviedbapi/model/network/Network.html
+++ b/apidocs/com/omertron/themoviedbapi/model/network/Network.html
@@ -2,10 +2,10 @@
-
+
Network (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/network/class-use/Network.html b/apidocs/com/omertron/themoviedbapi/model/network/class-use/Network.html
index 882368a32..ad1b1f64d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/network/class-use/Network.html
+++ b/apidocs/com/omertron/themoviedbapi/model/network/class-use/Network.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.network.Network (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html
index d5f8f8602..4b1a5b2cf 100644
--- a/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.network (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html
index 94f307399..f137937dd 100644
--- a/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.network (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/network/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/network/package-tree.html
index 4b1e1eafa..b94b236fe 100644
--- a/apidocs/com/omertron/themoviedbapi/model/network/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/network/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.network Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/network/package-use.html b/apidocs/com/omertron/themoviedbapi/model/network/package-use.html
index 33369593c..3f53151e6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/network/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/network/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.network (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html
index 2fe9518cb..19547aed6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html
index a814dfabf..cb9446353 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/package-tree.html
index 54cac79b9..de7506a6f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-use.html b/apidocs/com/omertron/themoviedbapi/model/package-use.html
index 57e0eb1ca..35bcdf672 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/ContentRating.html b/apidocs/com/omertron/themoviedbapi/model/person/ContentRating.html
index 622dda6eb..1937dce4c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/ContentRating.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/ContentRating.html
@@ -2,10 +2,10 @@
-
+
ContentRating (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/CreditInfo.html b/apidocs/com/omertron/themoviedbapi/model/person/CreditInfo.html
index 04931c1a5..a007e3cc3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/CreditInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/CreditInfo.html
@@ -2,10 +2,10 @@
-
+
CreditInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/ExternalID.html b/apidocs/com/omertron/themoviedbapi/model/person/ExternalID.html
index d9754f0ad..819c5acf3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/ExternalID.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/ExternalID.html
@@ -2,10 +2,10 @@
-
+
ExternalID (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html
index 8b7c25df4..095316cd2 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html
@@ -2,10 +2,10 @@
-
+
PersonBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditList.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditList.html
index 3c23aef7d..95abd3596 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditList.html
@@ -2,10 +2,10 @@
-
+
PersonCreditList (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html
index 085c599cd..c17cdf9a2 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html
@@ -2,10 +2,10 @@
-
+
PersonCreditsMixIn (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html
index 4ad1d495a..d2ffb3ced 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html
@@ -2,10 +2,10 @@
-
+
PersonFind (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonInfo.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonInfo.html
index 94ec14b15..af6d30fc3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/PersonInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonInfo.html
@@ -2,10 +2,10 @@
-
+
PersonInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -512,7 +512,7 @@ implements
PeopleMethod method)
Specified by:
-hasMethod in interface AppendToResponse <PeopleMethod >
+hasMethod in interface AppendToResponse <PeopleMethod >
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/ContentRating.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ContentRating.html
index e21d51523..40723eda4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/ContentRating.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ContentRating.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.ContentRating (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditInfo.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditInfo.html
index 36b343d79..7f49fd536 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditInfo.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.CreditInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/ExternalID.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ExternalID.html
index 8baf5924c..e503a1c57 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/ExternalID.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ExternalID.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.ExternalID (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -114,7 +114,8 @@
int seasonNumber,
int episodeNumber,
String language)
-
Get the external ids for a TV episode by comabination of a season and episode number.
+
Get the external ids for a TV episode by comabination of a season and
+ episode number.
@@ -128,7 +129,8 @@
TheMovieDbApi. getSeasonExternalID (int tvID,
int seasonNumber,
String language)
-Get the external ids that we have stored for a TV season by season number.
+Get the external ids that we have stored for a TV season by season
+ number.
@@ -230,6 +232,14 @@
ExternalID
+TVSeasonInfo. getExternalIDs ()
+
+
+ExternalID
+TVEpisodeInfo. getExternalIDs ()
+
+
+ExternalID
TVInfo. getExternalIDs ()
@@ -243,6 +253,14 @@
void
+TVSeasonInfo. setExternalIDs (ExternalID externalIDs)
+
+
+void
+TVEpisodeInfo. setExternalIDs (ExternalID externalIDs)
+
+
+void
TVInfo. setExternalIDs (ExternalID externalIDs)
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html
index fa3de4728..317a40cbe 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.PersonBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditList.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditList.html
index 05b1ace12..4910b8580 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditList.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.PersonCreditList (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -106,25 +106,22 @@
PersonCreditList
-TheMovieDbApi. getPersonCombinedCredits (int personId,
- String language,
- String ... appendToResponse)
+TheMovieDbApi. getPersonCombinedCredits (int personId,
+ String language)
Get the combined (movie and TV) credits for a specific person id.
PersonCreditList
-TheMovieDbApi. getPersonMovieCredits (int personId,
- String language,
- String ... appendToResponse)
+TheMovieDbApi. getPersonMovieCredits (int personId,
+ String language)
Get the movie credits for a specific person id.
PersonCreditList
-TheMovieDbApi. getPersonTVCredits (int personId,
- String language,
- String ... appendToResponse)
+TheMovieDbApi. getPersonTVCredits (int personId,
+ String language)
Get the TV credits for a specific person id.
@@ -144,25 +141,22 @@
PersonCreditList <CreditBasic >
-TmdbPeople. getPersonCombinedCredits (int personId,
- String language,
- String ... appendToResponse)
+TmdbPeople. getPersonCombinedCredits (int personId,
+ String language)
Get the combined (movie and TV) credits for a specific person id.
PersonCreditList <CreditMovieBasic >
-TmdbPeople. getPersonMovieCredits (int personId,
- String language,
- String ... appendToResponse)
+TmdbPeople. getPersonMovieCredits (int personId,
+ String language)
Get the movie credits for a specific person id.
PersonCreditList <CreditTVBasic >
-TmdbPeople. getPersonTVCredits (int personId,
- String language,
- String ... appendToResponse)
+TmdbPeople. getPersonTVCredits (int personId,
+ String language)
Get the TV credits for a specific person id.
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html
index faafaab65..cc8a1c73f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.PersonCreditsMixIn (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html
index 0117ea58f..38fa377a4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.PersonFind (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonInfo.html b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonInfo.html
index c6453aede..58265f222 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonInfo.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.person.PersonInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html
index ac38718ca..10aa0c47a 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.person (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html
index e488871ed..d1704fea5 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.person (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html
index 265fb1d58..fc0ce732b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.person Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -82,7 +82,7 @@
com.omertron.themoviedbapi.model.person.PersonBasic (implements java.io.Serializable )
diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-use.html b/apidocs/com/omertron/themoviedbapi/model/person/package-use.html
index 07bc9074a..6be633b6d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/person/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/person/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.person (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/review/Review.html b/apidocs/com/omertron/themoviedbapi/model/review/Review.html
index e92f959f6..8859679e0 100644
--- a/apidocs/com/omertron/themoviedbapi/model/review/Review.html
+++ b/apidocs/com/omertron/themoviedbapi/model/review/Review.html
@@ -2,10 +2,10 @@
-
+
Review (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html b/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html
index ca91d6030..39707e5a2 100644
--- a/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html
+++ b/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.review.Review (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -119,10 +119,9 @@
ResultList <Review >
-TheMovieDbApi. getMovieReviews (int movieId,
+TheMovieDbApi. getMovieReviews (int movieId,
Integer page,
- String language,
- String ... appendToResponse)
+ String language)
Get the reviews for a particular movie id.
@@ -157,10 +156,9 @@
ResultList <Review >
-TmdbMovies. getMovieReviews (int movieId,
+TmdbMovies. getMovieReviews (int movieId,
Integer page,
- String language,
- String ... appendToResponse)
+ String language)
Get the reviews for a particular movie id.
diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html
index e2986af52..8dc5a1509 100644
--- a/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.review (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html
index e975bc2de..f72184b8e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.review (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html
index 4b9662835..53a80fe73 100644
--- a/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.review Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-use.html b/apidocs/com/omertron/themoviedbapi/model/review/package-use.html
index 3e8667077..5cf35ebe8 100644
--- a/apidocs/com/omertron/themoviedbapi/model/review/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/review/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.review (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html
index 871096eb6..04f83bcf3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html
@@ -2,10 +2,10 @@
-
+
TVBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html
index 7d4500e1c..0863bca0e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html
@@ -2,10 +2,10 @@
-
+
TVCredit (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html
index e61840676..8d3ef6624 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html
@@ -2,10 +2,10 @@
-
+
TVEpisodeBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html
index 773b7d1c8..a1658f992 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html
@@ -2,10 +2,10 @@
-
+
TVEpisodeInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -112,13 +112,13 @@
All Implemented Interfaces:
-Identification , Serializable
+AppendToResponse <TVEpisodeMethod >, Identification , Serializable
public class TVEpisodeInfo
extends TVEpisodeBasic
-implements Serializable
+implements Serializable , AppendToResponse <TVEpisodeMethod >
TV Episode information
Author:
stuart.boston
@@ -159,29 +159,65 @@ implements Method and Description
+MediaCreditList
+getCredits ()
+
+
List <MediaCreditCrew >
getCrew ()
+
+ExternalID
+getExternalIDs ()
+
List <MediaCreditCast >
getGuestStars ()
+List <Artwork >
+getImages ()
+
+
String
getProductionCode ()
+
+List <Video >
+getVideos ()
+
+
+boolean
+hasMethod (TVEpisodeMethod method)
+
+
+void
+setCredits (MediaCreditList credits)
+
void
setCrew (List <MediaCreditCrew > crew)
void
+setExternalIDs (ExternalID externalIDs)
+
+
+void
setGuestStars (List <MediaCreditCast > guestStars)
+
+void
+setImages (WrapperImages images)
+
void
setProductionCode (String productionCode)
+
+void
+setVideos (WrapperGenericList <Video > videos)
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html
index ab45ab0b4..c3f406cf7 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html
@@ -2,10 +2,10 @@
-
+
TVInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -726,7 +726,7 @@ implements TVMethod method)
Specified by:
-hasMethod in interface AppendToResponse <TVMethod >
+hasMethod in interface AppendToResponse <TVMethod >
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html
index 80dc17eac..a73b1c22c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html
@@ -2,10 +2,10 @@
-
+
TVSeasonBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html
index 5a0ff0f82..776440a2d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html
@@ -2,10 +2,10 @@
-
+
TVSeasonInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -107,13 +107,13 @@
All Implemented Interfaces:
-Identification , Serializable
+AppendToResponse <TVSeasonMethod >, Identification , Serializable
public class TVSeasonInfo
extends TVSeasonBasic
-implements Serializable
+implements Serializable , AppendToResponse <TVSeasonMethod >
TV Season information
Author:
stuart.boston
@@ -154,29 +154,65 @@ implements Method and Description
+MediaCreditList
+getCredits ()
+
+
List <TVEpisodeInfo >
getEpisodes ()
+
+ExternalID
+getExternalIDs ()
+
-String
-getName ()
+List <Artwork >
+getImages ()
String
+getName ()
+
+
+String
getOverview ()
+
+List <Video >
+getVideos ()
+
+
+boolean
+hasMethod (TVSeasonMethod method)
+
+
+void
+setCredits (MediaCreditList credits)
+
void
setEpisodes (List <TVEpisodeInfo > episodes)
void
+setExternalIDs (ExternalID externalIDs)
+
+
+void
+setImages (WrapperImages images)
+
+
+void
setName (String name)
void
setOverview (String overview)
+
+void
+setVideos (WrapperGenericList <Video > videos)
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html
index aa8800e41..f60e0e3e2 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.tv.TVBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -111,7 +111,8 @@
ResultList <TVBasic >
TheMovieDbApi. getDiscoverTV (Discover discover)
-Discover movies by different types of data like average rating, number of votes, genres and certifications.
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html
index 145ab3aee..7600b4734 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.tv.TVCredit (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html
index 2e74358a4..cdc35c168 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html
index 57be9b000..5ccffa977 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -111,7 +111,8 @@
int episodeNumber,
String language,
String ... appendToResponse)
-Get the primary information about a TV episode by combination of a season and episode number.
+Get the primary information about a TV episode by combination of a season
+ and episode number.
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html
index bc8a830fa..ccc8636b3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.tv.TVInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -129,10 +129,9 @@
ResultList <TVInfo >
-TheMovieDbApi. getTVSimilar (int tvID,
+TheMovieDbApi. getTVSimilar (int tvID,
Integer page,
- String language,
- String ... appendToResponse)
+ String language)
Get the similar TV shows for a specific tv id.
@@ -175,10 +174,9 @@
ResultList <TVInfo >
-TmdbTV. getTVSimilar (int tvID,
+TmdbTV. getTVSimilar (int tvID,
Integer page,
- String language,
- String ... appendToResponse)
+ String language)
Get the similar TV shows for a specific tv id.
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html
index 52e249826..d3cdd45e3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.tv.TVSeasonBasic (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html
index 169d3ef0f..80b8aae04 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.model.tv.TVSeasonInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html
index 595b852f6..625d6c344 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html
index e791b0731..5479846ed 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html
index 408170782..50c04ed43 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.model.tv Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -86,19 +86,19 @@
com.omertron.themoviedbapi.model.tv.TVSeasonBasic (implements com.omertron.themoviedbapi.interfaces.Identification , java.io.Serializable )
diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html
index 6a478abb6..698c65861 100644
--- a/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/package-frame.html b/apidocs/com/omertron/themoviedbapi/package-frame.html
index 1dac8ab3d..6a62479ad 100644
--- a/apidocs/com/omertron/themoviedbapi/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html
index d214bd1b4..21efa8456 100644
--- a/apidocs/com/omertron/themoviedbapi/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/package-tree.html b/apidocs/com/omertron/themoviedbapi/package-tree.html
index a921922fa..a26e3e0c3 100644
--- a/apidocs/com/omertron/themoviedbapi/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/package-use.html b/apidocs/com/omertron/themoviedbapi/package-use.html
index afd0b7d2c..e10688f62 100644
--- a/apidocs/com/omertron/themoviedbapi/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperAll.html
index f1f153d06..c6a894934 100644
--- a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperAll.html
+++ b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperAll.html
@@ -2,10 +2,10 @@
-
+
AbstractWrapperAll (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperBase.html b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperBase.html
index 91e69437f..b7aa53012 100644
--- a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperBase.html
+++ b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperBase.html
@@ -2,10 +2,10 @@
-
+
AbstractWrapperBase (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperId.html
index 878310a9d..94cf5bef9 100644
--- a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperId.html
+++ b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperId.html
@@ -2,10 +2,10 @@
-
+
AbstractWrapperId (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperIdPages.html b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperIdPages.html
index ff075e8dc..e485fb084 100644
--- a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperIdPages.html
+++ b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperIdPages.html
@@ -2,10 +2,10 @@
-
+
AbstractWrapperIdPages (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/ResultDates.html b/apidocs/com/omertron/themoviedbapi/results/ResultDates.html
index 6b727358f..6b02850a7 100644
--- a/apidocs/com/omertron/themoviedbapi/results/ResultDates.html
+++ b/apidocs/com/omertron/themoviedbapi/results/ResultDates.html
@@ -2,10 +2,10 @@
-
+
ResultDates (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/ResultList.html b/apidocs/com/omertron/themoviedbapi/results/ResultList.html
index 599a5572d..46b604ca3 100644
--- a/apidocs/com/omertron/themoviedbapi/results/ResultList.html
+++ b/apidocs/com/omertron/themoviedbapi/results/ResultList.html
@@ -2,10 +2,10 @@
-
+
ResultList (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/ResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/ResultsMap.html
index 03c470534..6f7253a8e 100644
--- a/apidocs/com/omertron/themoviedbapi/results/ResultsMap.html
+++ b/apidocs/com/omertron/themoviedbapi/results/ResultsMap.html
@@ -2,10 +2,10 @@
-
+
ResultsMap (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/results/WrapperAlternativeTitles.html
index f6dafbf42..42ceaebaf 100644
--- a/apidocs/com/omertron/themoviedbapi/results/WrapperAlternativeTitles.html
+++ b/apidocs/com/omertron/themoviedbapi/results/WrapperAlternativeTitles.html
@@ -2,10 +2,10 @@
-
+
WrapperAlternativeTitles (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/results/WrapperChanges.html
index eb1f0669d..aaf12267a 100644
--- a/apidocs/com/omertron/themoviedbapi/results/WrapperChanges.html
+++ b/apidocs/com/omertron/themoviedbapi/results/WrapperChanges.html
@@ -2,10 +2,10 @@
-
+
WrapperChanges (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/results/WrapperConfig.html
index e395658d3..c9faa2dae 100644
--- a/apidocs/com/omertron/themoviedbapi/results/WrapperConfig.html
+++ b/apidocs/com/omertron/themoviedbapi/results/WrapperConfig.html
@@ -2,10 +2,10 @@
-
+
WrapperConfig (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperGenericList.html b/apidocs/com/omertron/themoviedbapi/results/WrapperGenericList.html
index 7ceba3ecf..a68510cc4 100644
--- a/apidocs/com/omertron/themoviedbapi/results/WrapperGenericList.html
+++ b/apidocs/com/omertron/themoviedbapi/results/WrapperGenericList.html
@@ -2,10 +2,10 @@
-
+
WrapperGenericList (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/results/WrapperGenres.html
index 8c898db5d..8fb265f6a 100644
--- a/apidocs/com/omertron/themoviedbapi/results/WrapperGenres.html
+++ b/apidocs/com/omertron/themoviedbapi/results/WrapperGenres.html
@@ -2,10 +2,10 @@
-
+
WrapperGenres (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/results/WrapperImages.html
index 9f58ff23d..7a0a6f922 100644
--- a/apidocs/com/omertron/themoviedbapi/results/WrapperImages.html
+++ b/apidocs/com/omertron/themoviedbapi/results/WrapperImages.html
@@ -2,10 +2,10 @@
-
+
WrapperImages (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/results/WrapperJobList.html
index 3450ecc30..f5710a0ba 100644
--- a/apidocs/com/omertron/themoviedbapi/results/WrapperJobList.html
+++ b/apidocs/com/omertron/themoviedbapi/results/WrapperJobList.html
@@ -2,10 +2,10 @@
-
+
WrapperJobList (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/results/WrapperMovieKeywords.html
index cdb1a2d8a..3ad5d0e5c 100644
--- a/apidocs/com/omertron/themoviedbapi/results/WrapperMovieKeywords.html
+++ b/apidocs/com/omertron/themoviedbapi/results/WrapperMovieKeywords.html
@@ -2,10 +2,10 @@
-
+
WrapperMovieKeywords (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperMultiSearch.html b/apidocs/com/omertron/themoviedbapi/results/WrapperMultiSearch.html
index fb9279937..41de4c2fd 100644
--- a/apidocs/com/omertron/themoviedbapi/results/WrapperMultiSearch.html
+++ b/apidocs/com/omertron/themoviedbapi/results/WrapperMultiSearch.html
@@ -2,10 +2,10 @@
-
+
WrapperMultiSearch (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/results/WrapperReleaseInfo.html
index 0c027be6d..42e6e1ea4 100644
--- a/apidocs/com/omertron/themoviedbapi/results/WrapperReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/results/WrapperReleaseInfo.html
@@ -2,10 +2,10 @@
-
+
WrapperReleaseInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/results/WrapperTranslations.html
index a88ede76b..8edabfb85 100644
--- a/apidocs/com/omertron/themoviedbapi/results/WrapperTranslations.html
+++ b/apidocs/com/omertron/themoviedbapi/results/WrapperTranslations.html
@@ -2,10 +2,10 @@
-
+
WrapperTranslations (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperVideos.html b/apidocs/com/omertron/themoviedbapi/results/WrapperVideos.html
index b784e3ab0..879bea969 100644
--- a/apidocs/com/omertron/themoviedbapi/results/WrapperVideos.html
+++ b/apidocs/com/omertron/themoviedbapi/results/WrapperVideos.html
@@ -2,10 +2,10 @@
-
+
WrapperVideos (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperAll.html
index b56ebac25..8aa7f18d1 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperAll.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperAll.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperAll (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperBase.html b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperBase.html
index 924773544..a01e0de6e 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperBase.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperBase.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperBase (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperId.html
index 943698135..f18af0773 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperId.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperId.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperId (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperIdPages.html b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperIdPages.html
index 2bbfca3af..6189537e1 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperIdPages.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperIdPages.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperIdPages (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultDates.html b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultDates.html
index 8af7696c5..ef75db58b 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultDates.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultDates.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.ResultDates (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultList.html b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultList.html
index dfc5cb824..fbe1e3ac8 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultList.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultList.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.ResultList (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -122,13 +122,15 @@
ResultList <MovieBasic >
TheMovieDbApi. getDiscoverMovies (Discover discover)
-Discover movies by different types of data like average rating, number of votes, genres and certifications.
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
ResultList <TVBasic >
TheMovieDbApi. getDiscoverTV (Discover discover)
-Discover movies by different types of data like average rating, number of votes, genres and certifications.
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
@@ -144,7 +146,8 @@
TheMovieDbApi. getEpisodeImages (int tvID,
int seasonNumber,
int episodeNumber)
-Get the images (episode stills) for a TV episode by combination of a season and episode number.
+Get the images (episode stills) for a TV episode by combination of a
+ season and episode number.
@@ -153,7 +156,8 @@
int seasonNumber,
int episodeNumber,
String language)
-Get the videos that have been added to a TV episode (teasers, clips, etc...)
+Get the videos that have been added to a TV episode (teasers, clips,
+ etc...)
@@ -217,10 +221,10 @@
ResultList <AlternativeTitle >
-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.
+TheMovieDbApi. getMovieAlternativeTitles (int movieId,
+ String country)
+This method is used to retrieve all of the alternative titles we have for
+ a particular movie.
@@ -241,58 +245,56 @@
ResultList <Artwork >
-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.
+TheMovieDbApi. getMovieImages (int movieId,
+ String language)
+This method should be used when you’re wanting to retrieve all of the
+ images for a particular movie.
ResultList <Keyword >
-TheMovieDbApi. getMovieKeywords (int movieId,
- String ... appendToResponse)
-This method is used to retrieve all of the keywords that have been added to a particular movie.
+TheMovieDbApi. getMovieKeywords (int movieId)
+This method is used to retrieve all of the keywords that have been added
+ to a particular movie.
ResultList <UserList >
-TheMovieDbApi. getMovieLists (int movieId,
+TheMovieDbApi. getMovieLists (int movieId,
Integer page,
- String language,
- String ... appendToResponse)
+ String language)
Get the lists that the movie belongs to
ResultList <ReleaseInfo >
-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.
+TheMovieDbApi. getMovieReleaseInfo (int movieId,
+ String language)
+This method is used to retrieve all of the release and certification data
+ we have for a specific movie.
ResultList <Review >
-TheMovieDbApi. getMovieReviews (int movieId,
+TheMovieDbApi. getMovieReviews (int movieId,
Integer page,
- String language,
- String ... appendToResponse)
+ String language)
Get the reviews for a particular movie id.
ResultList <Translation >
-TheMovieDbApi. getMovieTranslations (int movieId,
- String ... appendToResponse)
-This method is used to retrieve a list of the available translations for a specific movie.
+TheMovieDbApi. getMovieTranslations (int movieId)
+This method is used to retrieve a list of the available translations for
+ a specific movie.
ResultList <Video >
-TheMovieDbApi. getMovieVideos (int movieId,
- String language,
- String ... appendToResponse)
-This method is used to retrieve all of the trailers for a particular movie.
+TheMovieDbApi. getMovieVideos (int movieId,
+ String language)
+This method is used to retrieve all of the trailers for a particular
+ movie.
@@ -387,23 +389,25 @@
TheMovieDbApi. getSeasonVideos (int tvID,
int seasonNumber,
String language)
-Get the videos that have been added to a TV season (trailers, teasers, etc...)
+Get the videos that have been added to a TV season (trailers, teasers,
+ etc...)
ResultList <MovieInfo >
-TheMovieDbApi. getSimilarMovies (int movieId,
+TheMovieDbApi. getSimilarMovies (int movieId,
Integer page,
- String language,
- String ... appendToResponse)
-The similar movies method will let you retrieve the similar movies for a particular movie.
+ String language)
+The similar movies method will let you retrieve the similar movies for a
+ particular movie.
ResultList <MovieInfo >
TheMovieDbApi. getTopRatedMovies (Integer page,
String language)
-This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
+This method is used to retrieve the top rated movies that have over 10
+ votes on TMDb.
@@ -452,8 +456,7 @@
ResultList <Keyword >
-TheMovieDbApi. getTVKeywords (int tvID,
- String ... appendToResponse)
+TheMovieDbApi. getTVKeywords (int tvID)
Get the plot keywords for a specific TV show id.
@@ -473,10 +476,9 @@
ResultList <TVInfo >
-TheMovieDbApi. getTVSimilar (int tvID,
+TheMovieDbApi. getTVSimilar (int tvID,
Integer page,
- String language,
- String ... appendToResponse)
+ String language)
Get the similar TV shows for a specific tv id.
@@ -497,7 +499,8 @@
ResultList <Video >
TheMovieDbApi. getTVVideos (int tvID,
String language)
-Get the videos that have been added to a TV series (trailers, opening credits, etc...)
+Get the videos that have been added to a TV series (trailers, opening
+ credits, etc...)
@@ -573,7 +576,8 @@
Integer searchYear,
Integer primaryReleaseYear,
SearchType searchType)
-Search Movies This is a good starting point to start finding movies on TMDb.
+Search Movies This is a good starting point to start finding movies on
+ TMDb.
@@ -748,10 +752,10 @@
ResultList <AlternativeTitle >
-TmdbMovies. getMovieAlternativeTitles (int movieId,
- String country,
- String ... appendToResponse)
-This method is used to retrieve all of the alternative titles we have for a particular movie.
+TmdbMovies. getMovieAlternativeTitles (int movieId,
+ String country)
+This method is used to retrieve all of the alternative titles we have for
+ a particular movie.
@@ -764,58 +768,56 @@
ResultList <Artwork >
-TmdbMovies. 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.
+TmdbMovies. getMovieImages (int movieId,
+ String language)
+This method should be used when you’re wanting to retrieve all of the
+ images for a particular movie.
ResultList <Keyword >
-TmdbMovies. getMovieKeywords (int movieId,
- String ... appendToResponse)
-This method is used to retrieve all of the keywords that have been added to a particular movie.
+TmdbMovies. getMovieKeywords (int movieId)
+This method is used to retrieve all of the keywords that have been added
+ to a particular movie.
ResultList <UserList >
-TmdbMovies. getMovieLists (int movieId,
+TmdbMovies. getMovieLists (int movieId,
Integer page,
- String language,
- String ... appendToResponse)
+ String language)
Get the lists that the movie belongs to
ResultList <ReleaseInfo >
-TmdbMovies. 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.
+TmdbMovies. getMovieReleaseInfo (int movieId,
+ String language)
+This method is used to retrieve all of the release and certification data
+ we have for a specific movie.
ResultList <Review >
-TmdbMovies. getMovieReviews (int movieId,
+TmdbMovies. getMovieReviews (int movieId,
Integer page,
- String language,
- String ... appendToResponse)
+ String language)
Get the reviews for a particular movie id.
ResultList <Translation >
-TmdbMovies. getMovieTranslations (int movieId,
- String ... appendToResponse)
-This method is used to retrieve a list of the available translations for a specific movie.
+TmdbMovies. getMovieTranslations (int movieId)
+This method is used to retrieve a list of the available translations for
+ a specific movie.
ResultList <Video >
-TmdbMovies. getMovieVideos (int movieId,
- String language,
- String ... appendToResponse)
-This method is used to retrieve all of the trailers for a particular movie.
+TmdbMovies. getMovieVideos (int movieId,
+ String language)
+This method is used to retrieve all of the trailers for a particular
+ movie.
@@ -908,18 +910,19 @@
ResultList <MovieInfo >
-TmdbMovies. getSimilarMovies (int movieId,
+TmdbMovies. getSimilarMovies (int movieId,
Integer page,
- String language,
- String ... appendToResponse)
-The similar movies method will let you retrieve the similar movies for a particular movie.
+ String language)
+The similar movies method will let you retrieve the similar movies for a
+ particular movie.
ResultList <MovieInfo >
TmdbMovies. getTopRatedMovies (Integer page,
String language)
-This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
+This method is used to retrieve the top rated movies that have over 10
+ votes on TMDb.
@@ -960,8 +963,7 @@
ResultList <Keyword >
-TmdbTV. getTVKeywords (int tvID,
- String ... appendToResponse)
+TmdbTV. getTVKeywords (int tvID)
Get the plot keywords for a specific TV show id.
@@ -981,10 +983,9 @@
ResultList <TVInfo >
-TmdbTV. getTVSimilar (int tvID,
+TmdbTV. getTVSimilar (int tvID,
Integer page,
- String language,
- String ... appendToResponse)
+ String language)
Get the similar TV shows for a specific tv id.
@@ -1005,7 +1006,8 @@
ResultList <Video >
TmdbTV. getTVVideos (int tvID,
String language)
-Get the videos that have been added to a TV series (trailers, opening credits, etc...)
+Get the videos that have been added to a TV series (trailers, opening
+ credits, etc...)
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultsMap.html
index e27e7c79c..d6c095e68 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultsMap.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultsMap.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.ResultsMap (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -109,7 +109,8 @@
ResultsMap <String ,List <String >>
TheMovieDbApi. getTimezones ()
-Get the list of supported timezones for the API methods that support them.
+Get the list of supported timezones for the API methods that support
+ them.
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperAlternativeTitles.html
index 40ad1d928..f6be95bdb 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperAlternativeTitles.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperAlternativeTitles.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.WrapperAlternativeTitles (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperChanges.html
index 396c68aee..125d5d1a2 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperChanges.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperChanges.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.WrapperChanges (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperConfig.html
index 1f8e2c61e..fdf0cb22d 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperConfig.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperConfig.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.WrapperConfig (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenericList.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenericList.html
index b5fa6bbac..e77027a72 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenericList.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenericList.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.WrapperGenericList (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -192,6 +192,14 @@
void
+TVSeasonInfo. setVideos (WrapperGenericList <Video > videos)
+
+
+void
+TVEpisodeInfo. setVideos (WrapperGenericList <Video > videos)
+
+
+void
TVInfo. setVideos (WrapperGenericList <Video > videos)
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenres.html
index 44d36c0ca..7a2924a72 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenres.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenres.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.WrapperGenres (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperImages.html
index 736ed6bdc..94a95eaea 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperImages.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperImages.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.WrapperImages (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -142,6 +142,14 @@
void
+TVSeasonInfo. setImages (WrapperImages images)
+
+
+void
+TVEpisodeInfo. setImages (WrapperImages images)
+
+
+void
TVInfo. setImages (WrapperImages images)
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperJobList.html
index dad1e34ba..517b2c2bc 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperJobList.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperJobList.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.WrapperJobList (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMovieKeywords.html
index cd187e99f..0d313531a 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMovieKeywords.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMovieKeywords.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.WrapperMovieKeywords (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMultiSearch.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMultiSearch.html
index f2e0e1040..a5cca4f5a 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMultiSearch.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMultiSearch.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.WrapperMultiSearch (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperReleaseInfo.html
index 432080a23..8ed2985f3 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperReleaseInfo.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.WrapperReleaseInfo (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperTranslations.html
index 29047b150..1364b5f2d 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperTranslations.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperTranslations.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.WrapperTranslations (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperVideos.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperVideos.html
index 8e85fb227..d994df919 100644
--- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperVideos.html
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperVideos.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.results.WrapperVideos (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-frame.html b/apidocs/com/omertron/themoviedbapi/results/package-frame.html
index e6a0176a0..5a62798f1 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.results (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-summary.html b/apidocs/com/omertron/themoviedbapi/results/package-summary.html
index 349286fc0..40a7e34dc 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.results (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-tree.html b/apidocs/com/omertron/themoviedbapi/results/package-tree.html
index 97bfc3873..1701576b1 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.results Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-use.html b/apidocs/com/omertron/themoviedbapi/results/package-use.html
index 36ca7ecee..59e53eea0 100644
--- a/apidocs/com/omertron/themoviedbapi/results/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/results/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.results (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html
index 377b8f4af..5d48fdff9 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html
@@ -2,10 +2,10 @@
-
+
ApiUrl (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html b/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html
index f7d8a124a..f04f571ee 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html
@@ -2,10 +2,10 @@
-
+
HttpTools (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/MethodBase.html b/apidocs/com/omertron/themoviedbapi/tools/MethodBase.html
index bd080a7ea..b99782caf 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/MethodBase.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/MethodBase.html
@@ -2,10 +2,10 @@
-
+
MethodBase (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/MethodSub.html b/apidocs/com/omertron/themoviedbapi/tools/MethodSub.html
index 0593f5e6c..8e29ba66a 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/MethodSub.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/MethodSub.html
@@ -2,10 +2,10 @@
-
+
MethodSub (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/Param.html b/apidocs/com/omertron/themoviedbapi/tools/Param.html
index faa57cc1a..b4e928d93 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/Param.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/Param.html
@@ -2,10 +2,10 @@
-
+
Param (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/PostBody.html b/apidocs/com/omertron/themoviedbapi/tools/PostBody.html
index 68e0a6b5f..d22ea40cb 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/PostBody.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/PostBody.html
@@ -2,10 +2,10 @@
-
+
PostBody (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/PostTools.html b/apidocs/com/omertron/themoviedbapi/tools/PostTools.html
index 0fed98411..d52402cf3 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/PostTools.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/PostTools.html
@@ -2,10 +2,10 @@
-
+
PostTools (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/TmdbParameters.html b/apidocs/com/omertron/themoviedbapi/tools/TmdbParameters.html
index f04fccab8..283996fbd 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/TmdbParameters.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/TmdbParameters.html
@@ -2,10 +2,10 @@
-
+
TmdbParameters (API-The MovieDB 4.0-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 80026eeaa..593285f9d 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html
index a694437e1..75d121007 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.tools.HttpTools (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodBase.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodBase.html
index cdb948a14..536db7290 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodBase.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodBase.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.tools.MethodBase (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodSub.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodSub.html
index 8c2cdbbf5..bc948bfb8 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodSub.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodSub.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.tools.MethodSub (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/Param.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/Param.html
index 7f10fe9bf..3a1b7e4ed 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/class-use/Param.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/Param.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.tools.Param (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/PostBody.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/PostBody.html
index 83ecff5f0..94fdb02a9 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/class-use/PostBody.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/PostBody.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.tools.PostBody (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/PostTools.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/PostTools.html
index ef6c7804e..e27de340e 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/class-use/PostTools.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/PostTools.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.tools.PostTools (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/TmdbParameters.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/TmdbParameters.html
index 21830597b..36566c5f6 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/class-use/TmdbParameters.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/TmdbParameters.html
@@ -2,10 +2,10 @@
-
+
Uses of Class com.omertron.themoviedbapi.tools.TmdbParameters (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html
index 2e37d8f24..a75eaefd5 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.tools (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html
index eb96ca411..f948967ad 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.tools (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html
index e7cdf0909..16b20cad7 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html
@@ -2,10 +2,10 @@
-
+
com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-use.html b/apidocs/com/omertron/themoviedbapi/tools/package-use.html
index 0045251fd..519b2661a 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/package-use.html
@@ -2,10 +2,10 @@
-
+
Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html
index 98b1d7dfb..199f8d3ab 100644
--- a/apidocs/constant-values.html
+++ b/apidocs/constant-values.html
@@ -2,10 +2,10 @@
-
+
Constant Field Values (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html
index aa2351d1c..5353d941c 100644
--- a/apidocs/deprecated-list.html
+++ b/apidocs/deprecated-list.html
@@ -2,10 +2,10 @@
-
+
Deprecated List (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html
index b8a7e15d8..f2d09f93a 100644
--- a/apidocs/help-doc.html
+++ b/apidocs/help-doc.html
@@ -2,10 +2,10 @@
-
+
API Help (API-The MovieDB 4.0-SNAPSHOT API)
-
+
diff --git a/apidocs/index-all.html b/apidocs/index-all.html
index ea8eca76a..8699cbbbd 100644
--- a/apidocs/index-all.html
+++ b/apidocs/index-all.html
@@ -2,10 +2,10 @@
-
+
Index (API-The MovieDB 4.0-SNAPSHOT API)
-
+
@@ -170,7 +170,7 @@
Constructor for the simple API URL method without a sub-method
-
AppendToResponse <AppendToResponseMethod > - Interface in com.omertron.themoviedbapi.interfaces
+
AppendToResponse <T extends AppendToResponseMethod > - Interface in com.omertron.themoviedbapi.interfaces
Interface to indicate that the object has append to response methods
@@ -442,7 +442,8 @@
find(String, ExternalSource, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-You con use this method to find movies, tv series or persons using external ids.
+You con use this method to find movies, tv series or persons using
+ external ids.
FindResults - Class in com.omertron.themoviedbapi.model
@@ -478,10 +479,18 @@
Convert a string into an Enum type
+
fromString(String) - Static method in enum com.omertron.themoviedbapi.enumeration.TVEpisodeMethod
+
+Convert a string into an Enum type
+
fromString(String) - Static method in enum com.omertron.themoviedbapi.enumeration.TVMethod
Convert a string into an Enum type
+
fromString(String) - Static method in enum com.omertron.themoviedbapi.enumeration.TVSeasonMethod
+
+Convert a string into an Enum type
+
fromString(String) - Static method in enum com.omertron.themoviedbapi.tools.MethodBase
Convert a string into an Enum type
@@ -552,7 +561,8 @@
getAuthorisationToken() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-This method is used to generate a valid request token for user based authentication.
+This method is used to generate a valid request token for user based
+ authentication.
getBackdropPath() - Method in class com.omertron.themoviedbapi.model.collection.Collection
@@ -623,7 +633,8 @@
getCollectionInfo(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-This method is used to retrieve all of the basic information about a movie collection.
+This method is used to retrieve all of the basic information about a
+ movie collection.
getCompanyInfo(int) - Method in class com.omertron.themoviedbapi.methods.TmdbCompanies
@@ -631,7 +642,8 @@
getCompanyInfo(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-This method is used to retrieve the basic information about a production company on TMDb.
+This method is used to retrieve the basic information about a production
+ company on TMDb.
getCompanyMovies(int, String, Integer) - Method in class com.omertron.themoviedbapi.methods.TmdbCompanies
@@ -682,8 +694,12 @@
Get the detailed information about a particular credit record.
+ getCredits() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
+
getCredits() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
+
getCredits() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
+
getCreditType() - Method in class com.omertron.themoviedbapi.model.credits.CreditBasic
getCreditType() - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
@@ -722,7 +738,8 @@
getDiscoverMovies(Discover) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-Discover movies by different types of data like average rating, number of votes, genres and certifications.
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
getDiscoverTV(Discover) - Method in class com.omertron.themoviedbapi.methods.TmdbDiscover
@@ -730,7 +747,8 @@
getDiscoverTV(Discover) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-Discover movies by different types of data like average rating, number of votes, genres and certifications.
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
getEnglishName() - Method in class com.omertron.themoviedbapi.model.media.Translation
@@ -744,7 +762,8 @@
getEpisodeAccountState(int, int, int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-This method lets users get the status of whether or not the TV episode has been rated.
+This method lets users get the status of whether or not the TV episode
+ has been rated.
getEpisodeChanges(int, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbEpisodes
@@ -772,7 +791,8 @@
getEpisodeExternalID(int, int, int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-Get the external ids for a TV episode by comabination of a season and episode number.
+Get the external ids for a TV episode by comabination of a season and
+ episode number.
getEpisodeImages(int, int, int) - Method in class com.omertron.themoviedbapi.methods.TmdbEpisodes
@@ -780,7 +800,8 @@
getEpisodeImages(int, int, int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-Get the images (episode stills) for a TV episode by combination of a season and episode number.
+Get the images (episode stills) for a TV episode by combination of a
+ season and episode number.
getEpisodeInfo(int, int, int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbEpisodes
@@ -788,7 +809,8 @@
getEpisodeInfo(int, int, int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-Get the primary information about a TV episode by combination of a season and episode number.
+Get the primary information about a TV episode by combination of a season
+ and episode number.
getEpisodeNumber() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
@@ -804,7 +826,8 @@
getEpisodeVideos(int, int, int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-Get the videos that have been added to a TV episode (teasers, clips, etc...)
+Get the videos that have been added to a TV episode (teasers, clips,
+ etc...)
getExpires() - Method in class com.omertron.themoviedbapi.model.authentication.TokenAuthorisation
@@ -812,8 +835,12 @@
getExternalIDs() - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
+
getExternalIDs() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
+
getExternalIDs() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
+
getExternalIDs() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
+
getFavoriteCount() - Method in class com.omertron.themoviedbapi.model.list.ListItem
getFavoriteCount() - Method in class com.omertron.themoviedbapi.model.list.UserList
@@ -960,8 +987,12 @@
getImages() - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
+
getImages() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
+
getImages() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
+
getImages() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
+
getImdbID() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
getImdbId() - Method in class com.omertron.themoviedbapi.model.person.ExternalID
@@ -1108,21 +1139,23 @@
getMovieAccountState(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-This method lets a user get the status of whether or not the movie has been rated or added to their favourite or movie watch
- list.
+This method lets a user get the status of whether or not the movie has
+ been rated or added to their favourite or movie watch list.
getMovieAccountState(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-This method lets a user get the status of whether or not the movie has been rated or added to their favourite or movie watch
- list.
+This method lets a user get the status of whether or not the movie has
+ been rated or added to their favourite or movie watch list.
-
getMovieAlternativeTitles(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
+
getMovieAlternativeTitles(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-This method is used to retrieve all of the alternative titles we have for a particular movie.
+This method is used to retrieve all of the alternative titles we have for
+ a particular movie.
-
getMovieAlternativeTitles(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+
getMovieAlternativeTitles(int, 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.
+This method is used to retrieve all of the alternative titles we have for
+ a particular movie.
getMovieChangeList(Integer, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
@@ -1136,23 +1169,25 @@
Get the changes for a specific movie ID.
- getMovieCredits(int, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
+
getMovieCredits(int) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
Get the cast and crew information for a specific movie id.
getMovieCredits() - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
-
getMovieCredits(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+
getMovieCredits(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
Get the cast and crew information for a specific movie id.
-
getMovieImages(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
+
getMovieImages(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-This method should be used when you’re wanting to retrieve all of the images for a particular movie.
+This method should be used when you’re wanting to retrieve all of the
+ images for a particular movie.
-
getMovieImages(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+
getMovieImages(int, 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.
+This method should be used when you’re wanting to retrieve all of the
+ images for a particular movie.
getMovieInfo(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
@@ -1170,37 +1205,41 @@
This method is used to retrieve all of the basic movie information.
- getMovieKeywords(int, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
+
getMovieKeywords(int) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-This method is used to retrieve all of the keywords that have been added to a particular movie.
+This method is used to retrieve all of the keywords that have been added
+ to a particular movie.
-
getMovieKeywords(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+
getMovieKeywords(int) - 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.
+This method is used to retrieve all of the keywords that have been added
+ to a particular movie.
-
getMovieLists(int, Integer, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
+
getMovieLists(int, Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
Get the lists that the movie belongs to
-
getMovieLists(int, Integer, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+
getMovieLists(int, Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
Get the lists that the movie belongs to
-
getMovieReleaseInfo(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
+
getMovieReleaseInfo(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-This method is used to retrieve all of the release and certification data we have for a specific movie.
+This method is used to retrieve all of the release and certification data
+ we have for a specific movie.
-
getMovieReleaseInfo(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+
getMovieReleaseInfo(int, 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.
+This method is used to retrieve all of the release and certification data
+ we have for a specific movie.
getMovieResults() - Method in class com.omertron.themoviedbapi.model.FindResults
-
getMovieReviews(int, Integer, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
+
getMovieReviews(int, Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
Get the reviews for a particular movie id.
-
getMovieReviews(int, Integer, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+
getMovieReviews(int, Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
Get the reviews for a particular movie id.
@@ -1212,21 +1251,25 @@
Get a list of movies certification.
-
getMovieTranslations(int, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
+
getMovieTranslations(int) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-This method is used to retrieve a list of the available translations for a specific movie.
+This method is used to retrieve a list of the available translations for
+ a specific movie.
-
getMovieTranslations(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+
getMovieTranslations(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-This method is used to retrieve a list of the available translations for a specific movie.
+This method is used to retrieve a list of the available translations for
+ a specific movie.
-
getMovieVideos(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
+
getMovieVideos(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-This method is used to retrieve all of the trailers for a particular movie.
+This method is used to retrieve all of the trailers for a particular
+ movie.
-
getMovieVideos(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+
getMovieVideos(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-This method is used to retrieve all of the trailers for a particular movie.
+This method is used to retrieve all of the trailers for a particular
+ movie.
getName() - Method in class com.omertron.themoviedbapi.model.AbstractIdName
@@ -1344,11 +1387,11 @@
Get the changes for a specific person id.
-
getPersonCombinedCredits(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
+
getPersonCombinedCredits(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
Get the combined (movie and TV) credits for a specific person id.
-
getPersonCombinedCredits(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+
getPersonCombinedCredits(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
Get the combined (movie and TV) credits for a specific person id.
@@ -1384,11 +1427,11 @@
Get the latest person id.
-
getPersonMovieCredits(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
+
getPersonMovieCredits(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
Get the movie credits for a specific person id.
-
getPersonMovieCredits(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+
getPersonMovieCredits(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
Get the movie credits for a specific person id.
@@ -1410,11 +1453,11 @@
Get the images that have been tagged with a specific person id.
-
getPersonTVCredits(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
+
getPersonTVCredits(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbPeople
Get the TV credits for a specific person id.
-
getPersonTVCredits(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+
getPersonTVCredits(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
Get the TV credits for a specific person id.
@@ -1478,10 +1521,18 @@
getPropertyString() - Method in enum com.omertron.themoviedbapi.enumeration.SortBy
+
getPropertyString() - Method in enum com.omertron.themoviedbapi.enumeration.TVEpisodeMethod
+
+Get the string to use in the URL
+
getPropertyString() - Method in enum com.omertron.themoviedbapi.enumeration.TVMethod
Get the string to use in the URL
+
getPropertyString() - Method in enum com.omertron.themoviedbapi.enumeration.TVSeasonMethod
+
+Get the string to use in the URL
+
getPropertyString() - Method in interface com.omertron.themoviedbapi.interfaces.AppendToResponseMethod
getRated() - Method in class com.omertron.themoviedbapi.model.media.MediaState
@@ -1551,7 +1602,8 @@
getSeasonAccountState(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-This method lets users get the status of whether or not the TV episodes of a season have been rated.
+This method lets users get the status of whether or not the TV episodes
+ of a season have been rated.
getSeasonChanges(int, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbSeasons
@@ -1576,7 +1628,8 @@
getSeasonExternalID(int, int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-Get the external ids that we have stored for a TV season by season number.
+Get the external ids that we have stored for a TV season by season
+ number.
getSeasonImages(int, int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbSeasons
@@ -1609,7 +1662,8 @@
getSeasonVideos(int, int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-Get the videos that have been added to a TV season (trailers, teasers, etc...)
+Get the videos that have been added to a TV season (trailers, teasers,
+ etc...)
getSecureBaseUrl() - Method in class com.omertron.themoviedbapi.model.config.Configuration
@@ -1621,7 +1675,8 @@
getSessionToken(TokenAuthorisation) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-This method is used to generate a session id for user based authentication.
+This method is used to generate a session id for user based
+ authentication.
getSessionTokenLogin(TokenAuthorisation, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbAuthentication
@@ -1629,19 +1684,22 @@
getSessionTokenLogin(TokenAuthorisation, String, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-This method is used to generate a session id for user based authentication.
+This method is used to generate a session id for user based
+ authentication.
getShowId() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
-
getSimilarMovies(int, Integer, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
+
getSimilarMovies(int, Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-The similar movies method will let you retrieve the similar movies for a particular movie.
+The similar movies method will let you retrieve the similar movies for a
+ particular movie.
getSimilarMovies() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
-
getSimilarMovies(int, Integer, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+
getSimilarMovies(int, Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-The similar movies method will let you retrieve the similar movies for a particular movie.
+The similar movies method will let you retrieve the similar movies for a
+ particular movie.
getSimilarTV() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
@@ -1689,7 +1747,8 @@
getTimezones() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-Get the list of supported timezones for the API methods that support them.
+Get the list of supported timezones for the API methods that support
+ them.
getTitle() - Method in class com.omertron.themoviedbapi.model.collection.Collection
@@ -1705,11 +1764,13 @@
getTopRatedMovies(Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
-This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
+This method is used to retrieve the top rated movies that have over 10
+ votes on TMDb.
getTopRatedMovies(Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
+This method is used to retrieve the top rated movies that have over 10
+ votes on TMDb.
getTotalPages() - Method in interface com.omertron.themoviedbapi.interfaces.WrapperPages
@@ -1731,13 +1792,13 @@
getTVAccountState(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
-This method lets users get the status of whether or not the TV show has been rated or added to their favourite or watch
- lists.
+This method lets users get the status of whether or not the TV show has
+ been rated or added to their favourite or watch lists.
getTVAccountState(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-This method lets users get the status of whether or not the TV show has been rated or added to their favourite or watch
- lists.
+This method lets users get the status of whether or not the TV show has
+ been rated or added to their favourite or watch lists.
getTVAiringToday(Integer, String, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
@@ -1783,13 +1844,13 @@
Get the content ratings for a specific TV show id.
- getTVCredits(int, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
+
getTVCredits(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
Get the cast & crew information about a TV series.
getTvCredits() - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
-
getTVCredits(int, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+
getTVCredits(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
Get the cast & crew information about a TV series.
@@ -1821,11 +1882,11 @@
Get the primary information about a TV series by id.
-
getTVKeywords(int, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
+
getTVKeywords(int) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
Get the plot keywords for a specific TV show id.
-
getTVKeywords(int, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+
getTVKeywords(int) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
Get the plot keywords for a specific TV show id.
@@ -1851,11 +1912,11 @@
getTvSeasonResults() - Method in class com.omertron.themoviedbapi.model.FindResults
-
getTVSimilar(int, Integer, String, String...) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
+
getTVSimilar(int, Integer, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
Get the similar TV shows for a specific tv id.
-
getTVSimilar(int, Integer, String, String...) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
+
getTVSimilar(int, Integer, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
Get the similar TV shows for a specific tv id.
@@ -1877,11 +1938,13 @@
getTVVideos(int, String) - Method in class com.omertron.themoviedbapi.methods.TmdbTV
-Get the videos that have been added to a TV series (trailers, opening credits, etc...)
+Get the videos that have been added to a TV series (trailers, opening
+ credits, etc...)
getTVVideos(int, String) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-Get the videos that have been added to a TV series (trailers, opening credits, etc...)
+Get the videos that have been added to a TV series (trailers, opening
+ credits, etc...)
getType() - Method in class com.omertron.themoviedbapi.model.media.Trailer
@@ -1943,8 +2006,12 @@
getVideos() - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
+
getVideos() - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
+
getVideos() - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
+
getVideos() - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
+
getVideos() - Method in class com.omertron.themoviedbapi.results.WrapperVideos
getVoteAverage() - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
@@ -2009,14 +2076,18 @@
hashCode() - Method in class com.omertron.themoviedbapi.model.movie.ReleaseInfo
-
hasMethod(AppendToResponseMethod) - Method in interface com.omertron.themoviedbapi.interfaces.AppendToResponse
+
hasMethod(T) - Method in interface com.omertron.themoviedbapi.interfaces.AppendToResponse
hasMethod(MovieMethod) - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
hasMethod(PeopleMethod) - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
+
hasMethod(TVEpisodeMethod) - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
+
hasMethod(TVMethod) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
+
hasMethod(TVSeasonMethod) - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
+
httpTools - Variable in class com.omertron.themoviedbapi.methods.AbstractMethod
HttpTools - Class in com.omertron.themoviedbapi.tools
@@ -2481,7 +2552,8 @@
searchMovie(String, Integer, String, Boolean, Integer, Integer, SearchType) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-Search Movies This is a good starting point to start finding movies on TMDb.
+Search Movies This is a good starting point to start finding movies on
+ TMDb.
searchMulti(String, Integer, String, Boolean) - Method in class com.omertron.themoviedbapi.methods.TmdbSearch
@@ -2619,8 +2691,12 @@
setCredits(MediaCreditList) - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
+
setCredits(MediaCreditList) - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
+
setCredits(MediaCreditList) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
+
setCredits(MediaCreditList) - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
+
setCreditType(CreditType) - Method in class com.omertron.themoviedbapi.model.credits.CreditBasic
setCreditType(String) - Method in class com.omertron.themoviedbapi.model.person.CreditInfo
@@ -2673,8 +2749,12 @@
setExternalIDs(ExternalID) - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
+
setExternalIDs(ExternalID) - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
+
setExternalIDs(ExternalID) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
+
setExternalIDs(ExternalID) - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
+
setFavorite(boolean) - Method in class com.omertron.themoviedbapi.model.media.MediaState
setFavoriteCount(int) - Method in class com.omertron.themoviedbapi.model.list.ListItem
@@ -2767,8 +2847,12 @@
setImages(WrapperImages) - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
+
setImages(WrapperImages) - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
+
setImages(WrapperImages) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
+
setImages(WrapperImages) - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
+
setImdbID(String) - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
setImdbId(String) - Method in class com.omertron.themoviedbapi.model.person.ExternalID
@@ -3167,8 +3251,12 @@
setVideos(WrapperVideos) - Method in class com.omertron.themoviedbapi.model.movie.MovieInfo
+
setVideos(WrapperGenericList<Video>) - Method in class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
+
setVideos(WrapperGenericList<Video>) - Method in class com.omertron.themoviedbapi.model.tv.TVInfo
+
setVideos(WrapperGenericList<Video>) - Method in class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
+
setVideos(List<Video>) - Method in class com.omertron.themoviedbapi.results.WrapperVideos
setVoteAverage(float) - Method in class com.omertron.themoviedbapi.model.artwork.Artwork
@@ -3455,6 +3543,10 @@
TVEpisodeInfo() - Constructor for class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo
+
TVEpisodeMethod - Enum in com.omertron.themoviedbapi.enumeration
+
+List of TV methods
+
TVInfo - Class in com.omertron.themoviedbapi.model.tv
TVInfo() - Constructor for class com.omertron.themoviedbapi.model.tv.TVInfo
@@ -3475,6 +3567,10 @@
TVSeasonInfo() - Constructor for class com.omertron.themoviedbapi.model.tv.TVSeasonInfo
+
TVSeasonMethod - Enum in com.omertron.themoviedbapi.enumeration
+
+List of TV methods
+
@@ -3525,10 +3621,18 @@
Returns the enum constant of this type with the specified name.
+valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.TVEpisodeMethod
+
+Returns the enum constant of this type with the specified name.
+
valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.TVMethod
Returns the enum constant of this type with the specified name.
+valueOf(String) - Static method in enum com.omertron.themoviedbapi.enumeration.TVSeasonMethod
+
+Returns the enum constant of this type with the specified name.
+
valueOf(String) - Static method in enum com.omertron.themoviedbapi.tools.MethodBase
Returns the enum constant of this type with the specified name.
@@ -3585,11 +3689,21 @@ the order they are declared.
Returns an array containing the constants of this enum type, in
the order they are declared.
+