diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index a819cc66d..ebbdd6ec7 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 0b5a03e3d..a06b80eaf 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,7 +2,7 @@ - + All Classes (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/AppendToResponseBuilder.html b/apidocs/com/omertron/themoviedbapi/AppendToResponseBuilder.html index 7529c195f..688c0069c 100644 --- a/apidocs/com/omertron/themoviedbapi/AppendToResponseBuilder.html +++ b/apidocs/com/omertron/themoviedbapi/AppendToResponseBuilder.html @@ -2,7 +2,7 @@ - + AppendToResponseBuilder (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/Compare.html b/apidocs/com/omertron/themoviedbapi/Compare.html index 95f81fccb..77a0bc849 100644 --- a/apidocs/com/omertron/themoviedbapi/Compare.html +++ b/apidocs/com/omertron/themoviedbapi/Compare.html @@ -2,7 +2,7 @@ - + Compare (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.html index 5bc6cf48c..0d8567f84 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.html @@ -2,7 +2,7 @@ - + MovieDbException (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html index f77f5abec..5e73ae5d1 100644 --- a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html @@ -2,7 +2,7 @@ - + TheMovieDbApi (API-The MovieDB 4.4-SNAPSHOT API) @@ -101,8 +101,7 @@ extends Object
The MovieInfo API

- This is for version 3 of the API as specified here: - http://help.themoviedb.org/kb/api/about-3

+ This is for version 3 of the API as specified here: http://help.themoviedb.org/kb/api/about-3
Author:
stuart.boston
@@ -199,8 +198,7 @@ extends 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.
@@ -212,8 +210,7 @@ extends TokenAuthorisation 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.
@@ -227,15 +224,13 @@ extends CollectionInfo 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.
Company 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.
@@ -262,15 +257,13 @@ extends ResultList<MovieBasic> 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> 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.
@@ -279,8 +272,7 @@ extends 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.
@@ -305,8 +297,7 @@ extends 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.
@@ -314,8 +305,7 @@ extends 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.
@@ -325,8 +315,7 @@ extends 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.
@@ -335,8 +324,7 @@ extends 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...)
@@ -432,16 +420,15 @@ extends MediaState 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.
ResultList<AlternativeTitle> getMovieAlternativeTitles(int movieId, String country) -
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.
@@ -470,8 +457,7 @@ extends ResultList<Artwork> getMovieImages(int movieId, String language) -
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.
@@ -493,8 +479,7 @@ extends ResultList<Keyword> getMovieKeywords(int movieId) -
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.
@@ -509,8 +494,7 @@ extends ResultList<ReleaseInfo> getMovieReleaseInfo(int movieId, String language) -
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.
@@ -530,16 +514,14 @@ extends ResultList<Translation> getMovieTranslations(int movieId) -
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.
ResultList<Video> getMovieVideos(int movieId, String language) -
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.
@@ -666,8 +648,7 @@ extends MediaState 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.
@@ -690,8 +671,7 @@ extends 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.
@@ -717,15 +697,13 @@ extends 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...)
TokenSession 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.
@@ -733,8 +711,7 @@ extends 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.
@@ -742,31 +719,28 @@ extends getSimilarMovies(int movieId, Integer page, String language) -
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.
ResultsMap<String,List<String>> 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.
ResultList<MovieInfo> 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.
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.
@@ -886,8 +860,7 @@ 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...)
@@ -1003,14 +976,6 @@ extends -ResultList<UserList> -searchList(String query, - Integer page, - Boolean includeAdult) -
Search for lists by name and description.
- - - ResultList<MovieInfo> searchMovie(String query, Integer page, @@ -1019,11 +984,10 @@ extends 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.
- + ResultList<MediaBasic> searchMulti(String query, Integer page, @@ -1032,7 +996,7 @@ extends Search the movie, tv show and person collections with a single query. - + ResultList<PersonFind> searchPeople(String query, Integer page, @@ -1041,7 +1005,7 @@ extends This is a good starting point to start finding people on TMDb. - + ResultList<TVBasic> searchTV(String query, Integer page, @@ -1118,8 +1082,7 @@ extends Account getAccount(String sessionId) throws MovieDbException -
Get the basic information for an account. You will need to have a valid - session id.
+
Get the basic information for an account. You will need to have a valid session id.
Parameters:
sessionId -
Returns:
Throws:
@@ -1331,16 +1294,13 @@ extends TokenAuthorisation getAuthorisationToken() throws MovieDbException -
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. A request token is required in order to request a session id. - You can generate any number of request tokens but they will expire after - 60 minutes. + You can generate any number of request tokens but they will expire after 60 minutes. - As soon as a valid session id has been created the token will be - destroyed.
+ As soon as a valid session id has been created the token will be destroyed.
Returns:
Throws:
MovieDbException
@@ -1354,8 +1314,7 @@ extends TokenSession getSessionToken(TokenAuthorisation token) throws MovieDbException -
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. A session id is required in order to use any of the write methods.
Parameters:
token -
@@ -1374,8 +1333,7 @@ extends String username, String password) throws MovieDbException -
This method is used to generate a session id for user based - authentication. User must provide their username and password +
This method is used to generate a session id for user based authentication. User must provide their username and password A session id is required in order to use any of the write methods.
Parameters:
token - Session token
username - User's username
password - User's password
@@ -1394,18 +1352,14 @@ extends MovieDbException
This method is used to generate a guest session id. - A guest session can be used to rate movies without having a registered - TMDb user account. + A guest session can be used to rate movies without having a registered TMDb user account. - You should only generate a single guest session per user (or device) as - you will be able to attach the ratings to a TMDb user account in the - future. + You should only generate a single guest session per user (or device) as you will be able to attach the ratings to a TMDb user + account in the future. - There are also IP limits in place so you should always make sure it's the - end user doing the guest session actions. + There are also IP limits in place so you should always make sure it's the end user doing the guest session actions. - If a guest session is not used for the first time within 24 hours, it - will be automatically discarded.
+ If a guest session is not used for the first time within 24 hours, it will be automatically discarded.
Returns:
Throws:
MovieDbException
@@ -1451,8 +1405,7 @@ extends MovieDbException
Get a list of Movie IDs that have been edited. - You can then use the movie changes API to get the actual data that has - been changed.
+ You can then use the movie changes API to get the actual data that has been changed.
Parameters:
page -
startDate - the start date of the changes, optional
endDate - the end date of the changes, optional
Returns:
List of changed movie
Throws:
@@ -1471,8 +1424,7 @@ extends MovieDbException
Get a list of TV IDs that have been edited. - You can then use the TV changes API to get the actual data that has been - changed.
+ You can then use the TV changes API to get the actual data that has been changed.
Parameters:
page -
startDate - the start date of the changes, optional
endDate - the end date of the changes, optional
Returns:
List of changed movie
Throws:
@@ -1491,8 +1443,7 @@ extends MovieDbException
Get a list of PersonInfo IDs that have been edited. - You can then use the person changes API to get the actual data that has - been changed.
+ You can then use the person changes API to get the actual data that has been changed.
Parameters:
page -
startDate - the start date of the changes, optional
endDate - the end date of the changes, optional
Returns:
List of changed movie
Throws:
@@ -1508,11 +1459,9 @@ extends CollectionInfo getCollectionInfo(int collectionId, String language) throws MovieDbException -
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. - You can get the ID needed for this method by making a getMovieInfo - request for the belongs_to_collection.
+ You can get the ID needed for this method by making a getMovieInfo request for the belongs_to_collection.
Parameters:
collectionId -
language -
Returns:
Throws:
@@ -1543,8 +1492,7 @@ extends Company getCompanyInfo(int companyId) throws MovieDbException -
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.
Parameters:
companyId -
Returns:
Throws:
@@ -1563,8 +1511,7 @@ extends MovieDbException
This method is used to retrieve the movies associated with a company. - These movies are returned in order of most recently released to oldest. - The default response will return 20 movies per page.
+ These movies are returned in order of most recently released to oldest. The default response will return 20 movies per page.
Parameters:
companyId -
language -
page -
Returns:
Throws:
@@ -1623,8 +1570,7 @@ extends ResultsMap<String,List<String>> getTimezones() throws MovieDbException -
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.
Returns:
@throws MovieDbException
Throws:
MovieDbException
@@ -1642,15 +1588,12 @@ extends Get the detailed information about a particular credit record.

This is currently only supported with the new credit model found in TV. -
- These IDs can be found from any TV credit response as well as the - TV_credits and combined_credits methods for people.
- The episodes object returns a list of episodes and are generally going to - be guest stars.
- The season array will return a list of season numbers.
- Season credits are credits that were marked with the "add to every - season" option in the editing interface and are assumed to be "season - regulars". + + These IDs can be found from any TV credit response as well as the TV_credits and combined_credits methods for people.
+ The episodes object returns a list of episodes and are generally going to be guest stars.
+ The season array will return a list of season numbers.
+ Season credits are credits that were marked with the "add to every season" option in the editing interface and are assumed to + be "season regulars".

Parameters:
creditId -
language -
Returns:
Throws:
@@ -1665,8 +1608,7 @@ extends
ResultList<MovieBasic> getDiscoverMovies(Discover discover) throws MovieDbException -
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.
Parameters:
discover - A discover object containing the search criteria required
Returns:
Throws:
@@ -1681,8 +1623,7 @@ extends ResultList<TVBasic> getDiscoverTV(Discover discover) throws MovieDbException -
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.
Parameters:
discover - A discover object containing the search criteria required
Returns:
Throws:
@@ -1699,18 +1640,16 @@ extends ExternalSource externalSource, String language) throws MovieDbException -
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. Supported query ids are
  • Movies: imdb_id
  • People: imdb_id, freebase_mid, freebase_id, tvrage_id
  • -
  • TV Series: imdb_id, freebase_mid, freebase_id, tvdb_id, - tvrage_id
  • +
  • TV Series: imdb_id, freebase_mid, freebase_id, tvdb_id, tvrage_id
  • TV Seasons: freebase_mid, freebase_id, tvdb_id, tvrage_id
  • -
  • TV Episodes: imdb_id, freebase_mid, freebase_id, tvdb_id, - tvrage_idimdb_id, freebase_mid, freebase_id, tvrage_id, tvdb_id. +
  • TV Episodes: imdb_id, freebase_mid, freebase_id, tvdb_id, tvrage_idimdb_id, freebase_mid, freebase_id, tvrage_id, + tvdb_id.
For details see http://docs.themoviedb.apiary.io/#find
@@ -1764,11 +1703,9 @@ extends MovieDbException
Get a list of movies per genre. - It is important to understand that only movies with more than 10 votes - get listed. + It is important to understand that only movies with more than 10 votes get listed. - This prevents movies from 1 10/10 rating from being listed first and for - the first 5 pages.
+ This prevents movies from 1 10/10 rating from being listed first and for the first 5 pages.
Parameters:
genreId -
language -
page -
includeAllMovies -
includeAdult -
Returns:
Throws:
@@ -1848,8 +1785,7 @@ extends StatusCode deleteList(String sessionId, String listId) throws MovieDbException -
This method lets users delete a list that they created. A valid session - id is required.
+
This method lets users delete a list that they created. A valid session id is required.
Parameters:
sessionId -
listId -
Returns:
Throws:
@@ -1924,8 +1860,7 @@ extends Parameters:
movieId -
language -
appendToResponse -
Returns:
Throws:
@@ -1946,8 +1881,7 @@ extends
Parameters:
imdbId -
language -
appendToResponse -
Returns:
Throws:
@@ -1963,8 +1897,8 @@ extends
MediaState getMovieAccountState(int movieId, String sessionId) throws MovieDbException -
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. A valid session id is required.
Parameters:
movieId -
sessionId -
@@ -1982,8 +1916,7 @@ extends ResultList<AlternativeTitle> getMovieAlternativeTitles(int movieId, String country) throws MovieDbException -
This method is used to retrieve all of the alternative titles we have for - a particular movie.
+
This method is used to retrieve all of the alternative titles we have for a particular movie.
Parameters:
movieId -
country -
Returns:
Throws:
@@ -2014,8 +1947,7 @@ extends ResultList<Artwork> getMovieImages(int movieId, String language) throws MovieDbException -
This method should be used when you’re wanting to retrieve all of the - images for a particular movie.
+
This method should be used when you’re wanting to retrieve all of the images for a particular movie.
Parameters:
movieId -
language -
Returns:
Throws:
@@ -2030,8 +1962,7 @@ extends ResultList<Keyword> getMovieKeywords(int movieId) throws MovieDbException -
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. Currently, only English keywords exist.
Parameters:
movieId -
@@ -2049,8 +1980,7 @@ extends ResultList<ReleaseInfo> getMovieReleaseInfo(int movieId, String language) throws MovieDbException -
This method is used to retrieve all of the release and certification data - we have for a specific movie.
+
This method is used to retrieve all of the release and certification data we have for a specific movie.
Parameters:
movieId -
language -
Returns:
Throws:
@@ -2066,8 +1996,7 @@ extends ResultList<Video> getMovieVideos(int movieId, String language) throws MovieDbException -
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. Supported sites are YouTube and QuickTime.
Parameters:
movieId -
language -
@@ -2084,8 +2013,7 @@ extends ResultList<Translation> getMovieTranslations(int movieId) throws MovieDbException -
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.
Parameters:
movieId -
Returns:
Throws:
@@ -2102,11 +2030,9 @@ extends Integer page, String language) throws MovieDbException -
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. - This data is created dynamically but with the help of users votes on - TMDb. + This data is created dynamically but with the help of users votes on TMDb. The data is much better with movies that have more keywords
Parameters:
movieId -
language -
page -
@@ -2165,8 +2091,7 @@ extends Parameters:
movieId -
startDate -
endDate -
@@ -2240,8 +2165,7 @@ extends
MovieDbException
This method is used to retrieve the movies currently in theatres. - This is a curated list that will normally contain 100 movies. The default - response will return 20 movies.
+ This is a curated list that will normally contain 100 movies. The default response will return 20 movies.
Parameters:
language -
page -
Returns:
Throws:
@@ -2275,8 +2199,7 @@ extends ResultList<MovieInfo> getTopRatedMovies(Integer page, String language) throws MovieDbException -
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. The default response will return 20 movies.
Parameters:
language -
page -
@@ -2345,11 +2268,9 @@ extends MovieDbException
Get the TV credits for a specific person id. - To get the expanded details for each record, call the /credit method with - the provided credit_id. + To get the expanded details for each record, call the /credit method with the provided credit_id. - This will provide details about which episode and/or season the credit is - for.
+ This will provide details about which episode and/or season the credit is for.
Parameters:
personId -
language -
Returns:
Throws:
@@ -2367,11 +2288,9 @@ extends MovieDbException
Get the combined (movie and TV) credits for a specific person id. - To get the expanded details for each TV record, call the /credit method - with the provided credit_id. + To get the expanded details for each TV record, call the /credit method with the provided credit_id. - This will provide details about which episode and/or season the credit is - for.
+ This will provide details about which episode and/or season the credit is for.
Parameters:
personId -
language -
Returns:
Throws:
@@ -2420,8 +2339,7 @@ extends MovieDbException
Get the images that have been tagged with a specific person id. - We return all of the image results with a media object mapped for each - image.
+ We return all of the image results with a media object mapped for each image.
Parameters:
personId -
page -
language -
Returns:
Throws:
@@ -2444,8 +2362,7 @@ extends Parameters:
personId -
startDate -
endDate -
@@ -2510,8 +2427,8 @@ extends
MovieDbException
Search Companies. - You can use this method to search for production companies that are part - of TMDb. The company IDs will map to those returned on movie calls. + You can use this method to search for production companies that are part of TMDb. The company IDs will map to those returned + on movie calls. http://help.themoviedb.org/kb/api/search-companies
Parameters:
query -
page -
@@ -2553,23 +2470,6 @@ extends MovieDbException
- - - - @@ -2584,11 +2484,8 @@ extends Integer primaryReleaseYear, SearchType searchType) throws MovieDbException -
Search Movies This is a good starting point to start finding movies on - TMDb.
-
Parameters:
query -
searchYear - Limit the search to the provided year. Zero (0) will - get all years
language - The language to include. Can be blank/null.
includeAdult - true or false to include adult titles in the search
page - The page of results to return. 0 to get the default (first - page)
primaryReleaseYear -
searchType -
+
Search Movies This is a good starting point to start finding movies on TMDb.
+
Parameters:
query -
searchYear - Limit the search to the provided year. Zero (0) will get all years
language - The language to include. Can be blank/null.
includeAdult - true or false to include adult titles in the search
page - The page of results to return. 0 to get the default (first page)
primaryReleaseYear -
searchType -
Returns:
Throws:
MovieDbException
@@ -2607,11 +2504,9 @@ extends MovieDbException
Search the movie, tv show and person collections with a single query. - Each item returned in the result array has a media_type field that maps - to either movie, tv or person. + Each item returned in the result array has a media_type field that maps to either movie, tv or person. - Each mapped result is the same response you would get from each - independent search
+ Each mapped result is the same response you would get from each independent search
Parameters:
query -
page -
language -
includeAdult -
Returns:
Throws:
@@ -2631,8 +2526,7 @@ extends MovieDbException
This is a good starting point to start finding people on TMDb. - The idea is to be a quick and light method so you can iterate through - people quickly.
+ The idea is to be a quick and light method so you can iterate through people quickly.
Parameters:
query -
includeAdult -
page -
searchType -
Returns:
Throws:
@@ -2684,8 +2578,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 -
@@ -2850,8 +2744,7 @@ 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:
@@ -2867,8 +2760,7 @@ 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:
@@ -2900,8 +2792,7 @@ 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:
@@ -2938,8 +2829,7 @@ 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 -
@@ -3008,8 +2898,7 @@ extends MediaState getSeasonAccountState(int tvID, String sessionID) throws MovieDbException -
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. A valid session id is required.
Parameters:
tvID -
sessionID -
@@ -3044,8 +2933,7 @@ extends String language) throws MovieDbException -
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.
Parameters:
tvID -
seasonNumber -
language -
Returns:
Throws:
@@ -3080,8 +2968,7 @@ extends String language) throws MovieDbException -
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...)
Parameters:
tvID -
seasonNumber -
language -
Returns:
Throws:
@@ -3100,8 +2987,7 @@ extends String language, String... appendToResponse) throws MovieDbException -
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.
Parameters:
tvID -
seasonNumber -
episodeNumber -
language -
appendToResponse -
Returns:
Throws:
@@ -3136,8 +3022,7 @@ extends String sessionID) throws MovieDbException -
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. A valid session id is required.
Parameters:
tvID -
seasonNumber -
episodeNumber -
sessionID -
@@ -3174,8 +3059,7 @@ extends String language) throws MovieDbException -
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.
Parameters:
tvID -
seasonNumber -
episodeNumber -
language -
Returns:
Throws:
@@ -3192,8 +3076,7 @@ extends MovieDbException -
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.
Parameters:
tvID -
seasonNumber -
episodeNumber -
Returns:
Throws:
@@ -3213,8 +3096,7 @@ extends String sessionID, String guestSessionID) throws MovieDbException -
This method lets users rate a TV episode. A valid session id or guest - session id is required.
+
This method lets users rate a TV episode. A valid session id or guest session id is required.
Parameters:
tvID -
seasonNumber -
episodeNumber -
rating -
sessionID -
guestSessionID -
Returns:
Throws:
@@ -3232,8 +3114,7 @@ extends String language) throws MovieDbException -
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...)
Parameters:
tvID -
seasonNumber -
episodeNumber -
language -
Returns:
Throws:
diff --git a/apidocs/com/omertron/themoviedbapi/class-use/AppendToResponseBuilder.html b/apidocs/com/omertron/themoviedbapi/class-use/AppendToResponseBuilder.html index f18075615..3d3c2c8b2 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/AppendToResponseBuilder.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/AppendToResponseBuilder.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.AppendToResponseBuilder (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/class-use/Compare.html b/apidocs/com/omertron/themoviedbapi/class-use/Compare.html index 18aad4511..761fb6d29 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/Compare.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/Compare.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.Compare (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html index a8944d513..9f53f18f3 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 4.4-SNAPSHOT API) @@ -159,8 +159,7 @@ 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.
@@ -172,8 +171,7 @@ 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.
@@ -187,15 +185,13 @@ 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.
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.
@@ -222,15 +218,13 @@ 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.
@@ -239,8 +233,7 @@ 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.
@@ -265,8 +258,7 @@ 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.
@@ -274,8 +266,7 @@ 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.
@@ -285,8 +276,7 @@ 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.
@@ -295,8 +285,7 @@ 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...)
@@ -392,16 +381,15 @@ 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.
ResultList<AlternativeTitle> TheMovieDbApi.getMovieAlternativeTitles(int movieId, String country) -
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.
@@ -430,8 +418,7 @@ ResultList<Artwork> 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.
+
This method should be used when you’re wanting to retrieve all of the images for a particular movie.
@@ -453,8 +440,7 @@ ResultList<Keyword> TheMovieDbApi.getMovieKeywords(int movieId) -
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.
@@ -469,8 +455,7 @@ ResultList<ReleaseInfo> 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.
+
This method is used to retrieve all of the release and certification data we have for a specific movie.
@@ -490,16 +475,14 @@ ResultList<Translation> TheMovieDbApi.getMovieTranslations(int movieId) -
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.
ResultList<Video> TheMovieDbApi.getMovieVideos(int movieId, String language) -
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.
@@ -626,8 +609,7 @@ 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.
@@ -650,8 +632,7 @@ 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.
@@ -677,15 +658,13 @@ 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...)
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.
@@ -693,8 +672,7 @@ 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.
@@ -702,31 +680,28 @@ TheMovieDbApi.getSimilarMovies(int movieId, Integer page, String language) -
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.
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.
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.
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.
@@ -846,8 +821,7 @@ 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...)
@@ -963,14 +937,6 @@ -ResultList<UserList> -TheMovieDbApi.searchList(String query, - Integer page, - Boolean includeAdult) -
Search for lists by name and description.
- - - ResultList<MovieInfo> TheMovieDbApi.searchMovie(String query, Integer page, @@ -979,11 +945,10 @@ 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.
- + ResultList<MediaBasic> TheMovieDbApi.searchMulti(String query, Integer page, @@ -992,7 +957,7 @@
Search the movie, tv show and person collections with a single query.
- + ResultList<PersonFind> TheMovieDbApi.searchPeople(String query, Integer page, @@ -1001,7 +966,7 @@
This is a good starting point to start finding people on TMDb.
- + ResultList<TVBasic> TheMovieDbApi.searchTV(String query, Integer page, @@ -1900,14 +1865,6 @@ -ResultList<UserList> -TmdbSearch.searchList(String query, - Integer page, - Boolean includeAdult) -
Search for lists by name and description.
- - - ResultList<MovieInfo> TmdbSearch.searchMovie(String query, Integer page, @@ -1919,7 +1876,7 @@
Search Movies This is a good starting point to start finding movies on TMDb.
- + ResultList<MediaBasic> TmdbSearch.searchMulti(String query, Integer page, @@ -1928,7 +1885,7 @@
Search the movie, tv show and person collections with a single query.
- + ResultList<PersonFind> TmdbSearch.searchPeople(String query, Integer page, @@ -1937,7 +1894,7 @@
This is a good starting point to start finding people on TMDb.
- + ResultList<TVBasic> TmdbSearch.searchTV(String query, Integer page, diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html index 90d33e554..8e128f393 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html index 3191dc291..d2f63dc05 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/ArtworkType.html @@ -2,7 +2,7 @@ - + ArtworkType (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html b/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html index a0dbd35ef..e382b4537 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/CreditType.html @@ -2,7 +2,7 @@ - + CreditType (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html b/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html index 12cbfb9e3..47e5bd748 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/ExternalSource.html @@ -2,7 +2,7 @@ - + ExternalSource (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/Gender.html b/apidocs/com/omertron/themoviedbapi/enumeration/Gender.html index 09bb1e671..1d66d86eb 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/Gender.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/Gender.html @@ -2,7 +2,7 @@ - + Gender (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html b/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html index bd5437cd3..a2fcbbb3b 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/MediaType.html @@ -2,7 +2,7 @@ - + MediaType (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/MovieMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/MovieMethod.html index c5d9c287a..a208e449a 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/MovieMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/MovieMethod.html @@ -2,7 +2,7 @@ - + MovieMethod (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/PeopleMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/PeopleMethod.html index 2e558d48f..633bc1368 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/PeopleMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/PeopleMethod.html @@ -2,7 +2,7 @@ - + PeopleMethod (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/ReleaseType.html b/apidocs/com/omertron/themoviedbapi/enumeration/ReleaseType.html index 38a7e1156..9e5fc024c 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/ReleaseType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/ReleaseType.html @@ -2,7 +2,7 @@ - + ReleaseType (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html b/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html index 002ce045a..beaea08ef 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/SearchType.html @@ -2,7 +2,7 @@ - + SearchType (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html b/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html index babc70271..b218d2826 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/SortBy.html @@ -2,7 +2,7 @@ - + SortBy (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/TVEpisodeMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/TVEpisodeMethod.html index 9485edcf0..90057d6a9 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/TVEpisodeMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/TVEpisodeMethod.html @@ -2,7 +2,7 @@ - + TVEpisodeMethod (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/TVMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/TVMethod.html index c5336507c..d9c71c22f 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/TVMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/TVMethod.html @@ -2,7 +2,7 @@ - + TVMethod (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/TVSeasonMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/TVSeasonMethod.html index 1fa20b6c6..ef54c740d 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/TVSeasonMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/TVSeasonMethod.html @@ -2,7 +2,7 @@ - + TVSeasonMethod (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html index 55c31c89d..20cac4af2 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ArtworkType.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.ArtworkType (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html index 19537dd15..185f7a5d8 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/CreditType.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.CreditType (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html index 02484cccd..8d59b04c3 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ExternalSource.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.ExternalSource (API-The MovieDB 4.4-SNAPSHOT API) @@ -109,8 +109,7 @@ 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/enumeration/class-use/Gender.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/Gender.html index 75f0c2e0f..2b39cd65f 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/Gender.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/Gender.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.Gender (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MediaType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MediaType.html index 229ec46b0..165872325 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MediaType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MediaType.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.MediaType (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MovieMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MovieMethod.html index 747960639..3a3f7c42c 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MovieMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/MovieMethod.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.MovieMethod (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/PeopleMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/PeopleMethod.html index 075bb57ef..5f04fe5a9 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/PeopleMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/PeopleMethod.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.PeopleMethod (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ReleaseType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ReleaseType.html index c94b07b1f..3500cca4e 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ReleaseType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/ReleaseType.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.ReleaseType (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html index 068aec162..76153e647 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SearchType.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.SearchType (API-The MovieDB 4.4-SNAPSHOT API) @@ -113,8 +113,7 @@ 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.
diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SortBy.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SortBy.html index 7fb6c93dc..c20930677 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SortBy.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/SortBy.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.SortBy (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVEpisodeMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVEpisodeMethod.html index 8d366b096..b353d014f 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVEpisodeMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVEpisodeMethod.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.TVEpisodeMethod (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVMethod.html index eaffc08bf..d91fbcf13 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVMethod.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.TVMethod (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVSeasonMethod.html b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVSeasonMethod.html index f7b433a9d..3dc3a34fe 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVSeasonMethod.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/class-use/TVSeasonMethod.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.enumeration.TVSeasonMethod (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html index 83316f4b4..c1c06d7ce 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html index 586dea410..df607a949 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-tree.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-tree.html index d4a52a80e..b53e64aaf 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.enumeration Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/enumeration/package-use.html b/apidocs/com/omertron/themoviedbapi/enumeration/package-use.html index 3ea9ab065..7c744d9f8 100644 --- a/apidocs/com/omertron/themoviedbapi/enumeration/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/enumeration/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.enumeration (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponse.html b/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponse.html index b3b49a5f4..112c04a0e 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponse.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponse.html @@ -2,7 +2,7 @@ - + AppendToResponse (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponseMethod.html b/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponseMethod.html index b5a567d9b..a085c1f16 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponseMethod.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/AppendToResponseMethod.html @@ -2,7 +2,7 @@ - + AppendToResponseMethod (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/Identification.html b/apidocs/com/omertron/themoviedbapi/interfaces/Identification.html index 614143c02..6b08ac585 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/Identification.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/Identification.html @@ -2,7 +2,7 @@ - + Identification (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/WrapperDates.html b/apidocs/com/omertron/themoviedbapi/interfaces/WrapperDates.html index a46afc9e9..f26cc87e4 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/WrapperDates.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/WrapperDates.html @@ -2,7 +2,7 @@ - + WrapperDates (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/WrapperPages.html b/apidocs/com/omertron/themoviedbapi/interfaces/WrapperPages.html index 3cee47022..79b9ec6b2 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/WrapperPages.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/WrapperPages.html @@ -2,7 +2,7 @@ - + WrapperPages (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponse.html b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponse.html index 1ff08382d..ef50b67fd 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponse.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponse.html @@ -2,7 +2,7 @@ - + Uses of Interface com.omertron.themoviedbapi.interfaces.AppendToResponse (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponseMethod.html b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponseMethod.html index dd602e09c..18529a9bb 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponseMethod.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/AppendToResponseMethod.html @@ -2,7 +2,7 @@ - + Uses of Interface com.omertron.themoviedbapi.interfaces.AppendToResponseMethod (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/Identification.html b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/Identification.html index 5e0ce5b7f..702e515e4 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/Identification.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/Identification.html @@ -2,7 +2,7 @@ - + Uses of Interface com.omertron.themoviedbapi.interfaces.Identification (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperDates.html b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperDates.html index 275f947a9..fbc3a0826 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperDates.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperDates.html @@ -2,7 +2,7 @@ - + Uses of Interface com.omertron.themoviedbapi.interfaces.WrapperDates (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperPages.html b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperPages.html index c0d1d0bc1..f128e77c9 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperPages.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/class-use/WrapperPages.html @@ -2,7 +2,7 @@ - + Uses of Interface com.omertron.themoviedbapi.interfaces.WrapperPages (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/package-frame.html b/apidocs/com/omertron/themoviedbapi/interfaces/package-frame.html index 7c7741b02..e18372156 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.interfaces (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/package-summary.html b/apidocs/com/omertron/themoviedbapi/interfaces/package-summary.html index eecc67306..e6c90f2fe 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.interfaces (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/package-tree.html b/apidocs/com/omertron/themoviedbapi/interfaces/package-tree.html index 5b3542d97..7afdbc7c7 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.interfaces Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/interfaces/package-use.html b/apidocs/com/omertron/themoviedbapi/interfaces/package-use.html index 23a763ae7..390814890 100644 --- a/apidocs/com/omertron/themoviedbapi/interfaces/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/interfaces/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.interfaces (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/AbstractMethod.html b/apidocs/com/omertron/themoviedbapi/methods/AbstractMethod.html index 92d47206d..78aeaf59f 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/AbstractMethod.html +++ b/apidocs/com/omertron/themoviedbapi/methods/AbstractMethod.html @@ -2,7 +2,7 @@ - + AbstractMethod (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbAccount.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbAccount.html index 2c5188ade..fa4283397 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbAccount.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbAccount.html @@ -2,7 +2,7 @@ - + TmdbAccount (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbAuthentication.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbAuthentication.html index 04d3a7f7f..a9432bb97 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbAuthentication.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbAuthentication.html @@ -2,7 +2,7 @@ - + TmdbAuthentication (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbCertifications.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbCertifications.html index 080029f92..8d0bb7ff9 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbCertifications.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbCertifications.html @@ -2,7 +2,7 @@ - + TmdbCertifications (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbChanges.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbChanges.html index d0777dfef..44445a8c8 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbChanges.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbChanges.html @@ -2,7 +2,7 @@ - + TmdbChanges (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbCollections.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbCollections.html index bb88f9898..09d6ed616 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbCollections.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbCollections.html @@ -2,7 +2,7 @@ - + TmdbCollections (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbCompanies.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbCompanies.html index 68e12ab24..e68a459f5 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbCompanies.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbCompanies.html @@ -2,7 +2,7 @@ - + TmdbCompanies (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbConfiguration.html index 5f2cdd382..024712e12 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbConfiguration.html @@ -2,7 +2,7 @@ - + TmdbConfiguration (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbCredits.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbCredits.html index f1ecab8f6..dd37d1976 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbCredits.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbCredits.html @@ -2,7 +2,7 @@ - + TmdbCredits (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbDiscover.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbDiscover.html index 1249171fe..5364f0063 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbDiscover.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbDiscover.html @@ -2,7 +2,7 @@ - + TmdbDiscover (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbEpisodes.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbEpisodes.html index f43f0eb06..caeeb30db 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbEpisodes.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbEpisodes.html @@ -2,7 +2,7 @@ - + TmdbEpisodes (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbFind.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbFind.html index 26eaae44e..944afe36e 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbFind.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbFind.html @@ -2,7 +2,7 @@ - + TmdbFind (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbGenres.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbGenres.html index bd7f4a85b..43641a54d 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbGenres.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbGenres.html @@ -2,7 +2,7 @@ - + TmdbGenres (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbKeywords.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbKeywords.html index c4a012595..3772bd838 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbKeywords.html @@ -2,7 +2,7 @@ - + TmdbKeywords (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbLists.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbLists.html index e68d95544..9cf92df1c 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbLists.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbLists.html @@ -2,7 +2,7 @@ - + TmdbLists (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbMovies.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbMovies.html index 3432ff29b..5c5b2840b 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbMovies.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbMovies.html @@ -2,7 +2,7 @@ - + TmdbMovies (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbNetworks.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbNetworks.html index 1ef0e7a6d..65c6406c6 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbNetworks.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbNetworks.html @@ -2,7 +2,7 @@ - + TmdbNetworks (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbPeople.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbPeople.html index febd15871..1c3681a4c 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbPeople.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbPeople.html @@ -2,7 +2,7 @@ - + TmdbPeople (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbReviews.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbReviews.html index ecd4c7f40..f3384b2f1 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbReviews.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbReviews.html @@ -2,7 +2,7 @@ - + TmdbReviews (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html index eec0429f9..8f7e4da13 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbSearch.html @@ -2,7 +2,7 @@ - + TmdbSearch (API-The MovieDB 4.4-SNAPSHOT API) @@ -183,14 +183,6 @@ extends -ResultList<UserList> -searchList(String query, - Integer page, - Boolean includeAdult) -
Search for lists by name and description.
- - - ResultList<MovieInfo> searchMovie(String query, Integer page, @@ -202,7 +194,7 @@ extends Search Movies This is a good starting point to start finding movies on TMDb.
- + ResultList<MediaBasic> searchMulti(String query, Integer page, @@ -211,7 +203,7 @@ extends Search the movie, tv show and person collections with a single query.
- + ResultList<PersonFind> searchPeople(String query, Integer page, @@ -220,7 +212,7 @@ extends This is a good starting point to start finding people on TMDb. - + ResultList<TVBasic> searchTV(String query, Integer page, @@ -333,23 +325,6 @@ extends MovieDbException
- - - - diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbSeasons.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbSeasons.html index 2368a9a88..56f022050 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbSeasons.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbSeasons.html @@ -2,7 +2,7 @@ - + TmdbSeasons (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html b/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html index 445c76abf..21be56bd4 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html +++ b/apidocs/com/omertron/themoviedbapi/methods/TmdbTV.html @@ -2,7 +2,7 @@ - + TmdbTV (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html b/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html index a28372273..da4cfdbba 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/AbstractMethod.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.AbstractMethod (API-The MovieDB 4.4-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 42e6dd75f..134f2b844 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccount.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAccount.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbAccount (API-The MovieDB 4.4-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 72bbdba0f..eebb6db46 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthentication.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbAuthentication.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbAuthentication (API-The MovieDB 4.4-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 ff4d80d05..8ddd4c326 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertifications.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCertifications.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbCertifications (API-The MovieDB 4.4-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 eff54118a..3c20b5c4d 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChanges.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbChanges.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbChanges (API-The MovieDB 4.4-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 89ff040f8..3ce80ae41 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollections.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCollections.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbCollections (API-The MovieDB 4.4-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 700b829a6..c33142272 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompanies.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCompanies.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbCompanies (API-The MovieDB 4.4-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 213d7e9e1..c9e66f48f 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbConfiguration.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbConfiguration (API-The MovieDB 4.4-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 e8743bdec..4285347d8 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCredits.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbCredits.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbCredits (API-The MovieDB 4.4-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 58f877216..298851d32 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscover.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbDiscover.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbDiscover (API-The MovieDB 4.4-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 a0809aa98..0d9b19bd9 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbEpisodes.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbEpisodes.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbEpisodes (API-The MovieDB 4.4-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 0d72a4451..169a7d2dd 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbFind.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbFind (API-The MovieDB 4.4-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 59fd695fb..af8a7e059 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenres.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbGenres.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbGenres (API-The MovieDB 4.4-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 8bb7d34dd..5a17a0898 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbKeywords.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbKeywords (API-The MovieDB 4.4-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 b464b6323..eeccc9560 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbLists.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbLists.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbLists (API-The MovieDB 4.4-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 9fc156799..3bc2569f2 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMovies.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbMovies.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbMovies (API-The MovieDB 4.4-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 6f9175801..2547d9874 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworks.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbNetworks.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbNetworks (API-The MovieDB 4.4-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 265e0a33b..0d213389b 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeople.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbPeople.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbPeople (API-The MovieDB 4.4-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 eb58c4d9b..c4925deb1 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviews.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbReviews.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbReviews (API-The MovieDB 4.4-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 2b224851e..dd4d56250 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearch.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSearch.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbSearch (API-The MovieDB 4.4-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 f4119abe5..976bd1d62 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSeasons.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbSeasons.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbSeasons (API-The MovieDB 4.4-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 0e85c77e6..0a4c35e02 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html +++ b/apidocs/com/omertron/themoviedbapi/methods/class-use/TmdbTV.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.methods.TmdbTV (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-frame.html b/apidocs/com/omertron/themoviedbapi/methods/package-frame.html index 6d03c1d94..0826a4ca2 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/methods/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.methods (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-summary.html b/apidocs/com/omertron/themoviedbapi/methods/package-summary.html index ce8759b6f..4673b42f9 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/methods/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.methods (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-tree.html b/apidocs/com/omertron/themoviedbapi/methods/package-tree.html index 1829d779e..e0a41a1ad 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/methods/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.methods Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/methods/package-use.html b/apidocs/com/omertron/themoviedbapi/methods/package-use.html index c637b215e..d1d991a30 100644 --- a/apidocs/com/omertron/themoviedbapi/methods/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/methods/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.methods (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html index 1342b5144..9ba607451 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html +++ b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html @@ -2,7 +2,7 @@ - + AbstractIdName (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html index d0fb62391..2c274d163 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html +++ b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html @@ -2,7 +2,7 @@ - + AbstractJsonMapping (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Certification.html b/apidocs/com/omertron/themoviedbapi/model/Certification.html index 330caf226..42f899a41 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Certification.html +++ b/apidocs/com/omertron/themoviedbapi/model/Certification.html @@ -2,7 +2,7 @@ - + Certification (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/FindResults.html b/apidocs/com/omertron/themoviedbapi/model/FindResults.html index ed15d2a4f..e691c8b60 100644 --- a/apidocs/com/omertron/themoviedbapi/model/FindResults.html +++ b/apidocs/com/omertron/themoviedbapi/model/FindResults.html @@ -2,7 +2,7 @@ - + FindResults (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html index fe7a70c56..bff1bb053 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/Genre.html @@ -2,7 +2,7 @@ - + Genre (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html index 0a1506a0b..640bf27cc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/Language.html @@ -2,7 +2,7 @@ - + Language (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html index 2c2941737..4daa074ae 100644 --- a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html @@ -2,7 +2,7 @@ - + StatusCode (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/account/Account.html b/apidocs/com/omertron/themoviedbapi/model/account/Account.html index 0f4b1c8fa..4ec93e94c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/Account.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/Account.html @@ -2,7 +2,7 @@ - + Account (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/account/Avatar.html b/apidocs/com/omertron/themoviedbapi/model/account/Avatar.html index cf0ab1ec5..871c3c846 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/Avatar.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/Avatar.html @@ -2,7 +2,7 @@ - + Avatar (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/account/AvatarHash.html b/apidocs/com/omertron/themoviedbapi/model/account/AvatarHash.html index 26e558dfc..e801750a9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/AvatarHash.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/AvatarHash.html @@ -2,7 +2,7 @@ - + AvatarHash (API-The MovieDB 4.4-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 7542a0c83..257b11af0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/class-use/Account.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/class-use/Account.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.account.Account (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/account/class-use/Avatar.html b/apidocs/com/omertron/themoviedbapi/model/account/class-use/Avatar.html index 42ae3a7a5..2156e49f7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/class-use/Avatar.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/class-use/Avatar.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.account.Avatar (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/account/class-use/AvatarHash.html b/apidocs/com/omertron/themoviedbapi/model/account/class-use/AvatarHash.html index 69dbc22d8..854db6982 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/class-use/AvatarHash.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/class-use/AvatarHash.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.account.AvatarHash (API-The MovieDB 4.4-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 23a2a5760..4a6b00815 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.account (API-The MovieDB 4.4-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 4025b4cc5..959fb64ff 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.account (API-The MovieDB 4.4-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 deb04d3c1..41b3cbbeb 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.account Class Hierarchy (API-The MovieDB 4.4-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 e9aabf621..05ce65ab4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/account/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/account/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model.account (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/artwork/Artwork.html index 73945cbd8..277507cf1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/Artwork.html @@ -2,7 +2,7 @@ - + Artwork (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.html b/apidocs/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.html index 8cc3c380a..e66e75096 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/ArtworkMedia.html @@ -2,7 +2,7 @@ - + ArtworkMedia (API-The MovieDB 4.4-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 fb5e9a32b..c3c1db968 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/Artwork.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.artwork.Artwork (API-The MovieDB 4.4-SNAPSHOT API) @@ -132,16 +132,14 @@ 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) -
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.
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 f8b7ca3f4..3b0dbc059 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/class-use/ArtworkMedia.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.artwork.ArtworkMedia (API-The MovieDB 4.4-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 05eee67e7..874effde1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.4-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 b4cfcd05b..e2bb2a191 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.4-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 69b5b01fc..e913a13d5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.artwork Class Hierarchy (API-The MovieDB 4.4-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 fdfeda238..5ba621c4c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/artwork/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model.artwork (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html index 998578dda..551ecca44 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html @@ -2,7 +2,7 @@ - + TokenAuthorisation (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html index 783c4844c..3bd01748c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/TokenSession.html @@ -2,7 +2,7 @@ - + TokenSession (API-The MovieDB 4.4-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 d0dacc809..2ba43afc0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenAuthorisation.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.authentication.TokenAuthorisation (API-The MovieDB 4.4-SNAPSHOT API) @@ -103,8 +103,7 @@ 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.
@@ -112,8 +111,7 @@ 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.
@@ -128,8 +126,7 @@ 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.
@@ -137,8 +134,7 @@ 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 9e6621dd8..b74e1d7ff 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/class-use/TokenSession.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.authentication.TokenSession (API-The MovieDB 4.4-SNAPSHOT API) @@ -109,8 +109,7 @@ 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 c115c6877..b321a0466 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.4-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 6b6c4cee9..0c5685a30 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.4-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 ccbc4faa3..3dac069ff 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.authentication Class Hierarchy (API-The MovieDB 4.4-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 8c8ba1a18..aa3667c59 100644 --- a/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/authentication/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model.authentication (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html index de9dd7d6a..eb4ae16ea 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/ChangeKeyItem.html @@ -2,7 +2,7 @@ - + ChangeKeyItem (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html b/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html index 3c970f48f..7a1f32776 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/ChangeListItem.html @@ -2,7 +2,7 @@ - + ChangeListItem (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/change/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/change/ChangedItem.html index 0f8a22761..4c9dd26de 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/ChangedItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/ChangedItem.html @@ -2,7 +2,7 @@ - + ChangedItem (API-The MovieDB 4.4-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 92602d9e8..a642b7b2a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeKeyItem.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.change.ChangeKeyItem (API-The MovieDB 4.4-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 119216e1b..5df7a9989 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeListItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangeListItem.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.change.ChangeListItem (API-The MovieDB 4.4-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 66bfbfdb9..c4c5d3cbd 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangedItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/class-use/ChangedItem.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.change.ChangedItem (API-The MovieDB 4.4-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 ab8bef84d..b8f1ce69b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.change (API-The MovieDB 4.4-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 282b46faa..51c623e9e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.change (API-The MovieDB 4.4-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 50c1d38d3..474ec1c56 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.change Class Hierarchy (API-The MovieDB 4.4-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 62603300d..9462193a8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/change/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/change/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model.change (API-The MovieDB 4.4-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 7df640b2b..3393a4864 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.AbstractIdName (API-The MovieDB 4.4-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 0e2ab3d73..8485559c4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 4.4-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 b9f4d24a5..c069babe9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Certification.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Certification.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Certification (API-The MovieDB 4.4-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 ebe2c8edb..5ebe4025c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/FindResults.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/FindResults.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.FindResults (API-The MovieDB 4.4-SNAPSHOT API) @@ -105,8 +105,7 @@ 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 87aafc70e..946749748 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 4.4-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 bc231fe77..8ee8d8011 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 4.4-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 8b3162c6c..2dd270aef 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html b/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html index cea9673cc..324b189ec 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/Collection.html @@ -2,7 +2,7 @@ - + Collection (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html index db62068f5..8f75fccd5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/CollectionInfo.html @@ -2,7 +2,7 @@ - + CollectionInfo (API-The MovieDB 4.4-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 c87547f9f..c82a54d8a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/Collection.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.collection.Collection (API-The MovieDB 4.4-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 0bda1794e..f0c0091e9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/class-use/CollectionInfo.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.collection.CollectionInfo (API-The MovieDB 4.4-SNAPSHOT API) @@ -104,8 +104,7 @@ 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 f2786d20f..7ad212fe5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.4-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 1e2994897..c82c704f9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.4-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 1605a0398..0ab5f6610 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.collection Class Hierarchy (API-The MovieDB 4.4-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 b0956158b..8f5fb4c6f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/collection/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/collection/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model.collection (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/company/Company.html b/apidocs/com/omertron/themoviedbapi/model/company/Company.html index a04789af3..59408a76c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/company/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/company/Company.html @@ -2,7 +2,7 @@ - + Company (API-The MovieDB 4.4-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 8731fa7ab..92d040e70 100644 --- a/apidocs/com/omertron/themoviedbapi/model/company/class-use/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/company/class-use/Company.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.company.Company (API-The MovieDB 4.4-SNAPSHOT API) @@ -107,8 +107,7 @@ 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 3ab99fa62..5c56cf4ab 100644 --- a/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/company/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.company (API-The MovieDB 4.4-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 a15ad232f..7ba8fa721 100644 --- a/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/company/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.company (API-The MovieDB 4.4-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 04ffb6135..4712eaae8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/company/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/company/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.company Class Hierarchy (API-The MovieDB 4.4-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 15b504b14..d33718c59 100644 --- a/apidocs/com/omertron/themoviedbapi/model/company/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/company/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model.company (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html b/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html index 9e8c68127..1c0d1ede6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/Configuration.html @@ -2,7 +2,7 @@ - + Configuration (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html index db6a8aea7..ceac3739f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/JobDepartment.html @@ -2,7 +2,7 @@ - + JobDepartment (API-The MovieDB 4.4-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 9be32274e..755139bef 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/class-use/Configuration.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/class-use/Configuration.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.config.Configuration (API-The MovieDB 4.4-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 924fb732c..9fe2401fc 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/class-use/JobDepartment.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/class-use/JobDepartment.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.config.JobDepartment (API-The MovieDB 4.4-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 70dd05cd9..857b72be3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.config (API-The MovieDB 4.4-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 7161b6a21..1a57a603c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.config (API-The MovieDB 4.4-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 1932b1d3a..f10e4f226 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.config Class Hierarchy (API-The MovieDB 4.4-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 9e962e93d..23a4f6755 100644 --- a/apidocs/com/omertron/themoviedbapi/model/config/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/config/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model.config (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/CreditBasic.html b/apidocs/com/omertron/themoviedbapi/model/credits/CreditBasic.html index 7fcf6a2bc..f4ed36c4f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/CreditBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/CreditBasic.html @@ -2,7 +2,7 @@ - + CreditBasic (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/CreditMovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/credits/CreditMovieBasic.html index 6c17e6268..dac1e55db 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/CreditMovieBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/CreditMovieBasic.html @@ -2,7 +2,7 @@ - + CreditMovieBasic (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/CreditTVBasic.html b/apidocs/com/omertron/themoviedbapi/model/credits/CreditTVBasic.html index beded827b..fe73196f1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/CreditTVBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/CreditTVBasic.html @@ -2,7 +2,7 @@ - + CreditTVBasic (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCredit.html b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCredit.html index 88a424035..e33f01643 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCredit.html @@ -2,7 +2,7 @@ - + MediaCredit (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCast.html b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCast.html index a64e9a4f9..2e5b246ee 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCast.html @@ -2,7 +2,7 @@ - + MediaCreditCast (API-The MovieDB 4.4-SNAPSHOT API) @@ -162,16 +162,24 @@ implements int -getOrder()  +getGender()  -void -setCastId(int castId)  +int +getOrder()  void +setCastId(int castId)  + + +void setCharacter(String character)  + +void +setGender(int gender)  + void setOrder(int order)  @@ -277,12 +285,30 @@ implements -
    +
    • setOrder

      public void setOrder(int order)
    + + + +
      +
    • +

      getGender

      +
      public int getGender()
      +
    • +
    + + + +
      +
    • +

      setGender

      +
      public void setGender(int gender)
      +
    • +
diff --git a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCrew.html b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCrew.html index 127bad5c0..863f5e5af 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/MediaCreditCrew.html @@ -2,7 +2,7 @@ - + MediaCreditCrew (API-The MovieDB 4.4-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 d07b36a71..77f29388a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditBasic.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.credits.CreditBasic (API-The MovieDB 4.4-SNAPSHOT API) 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 f9a2043c0..fddc72dc0 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditMovieBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditMovieBasic.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.credits.CreditMovieBasic (API-The MovieDB 4.4-SNAPSHOT API) 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 f99d686e6..ef021028e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditTVBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/CreditTVBasic.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.credits.CreditTVBasic (API-The MovieDB 4.4-SNAPSHOT API) 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 587cd1625..9dcbac9b7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCredit.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.credits.MediaCredit (API-The MovieDB 4.4-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 5a732fa11..d546389a1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCast.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.credits.MediaCreditCast (API-The MovieDB 4.4-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 e48338a1f..a7f213607 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/class-use/MediaCreditCrew.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.credits.MediaCreditCrew (API-The MovieDB 4.4-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 9cf5b521a..dd41a3e1c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.4-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 3ecaa3057..0325e783f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.4-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 934c6e98c..72af57de5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.credits Class Hierarchy (API-The MovieDB 4.4-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 947dc54c7..811bc1bc6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/credits/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/credits/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model.credits (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html b/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html index a0590495b..236c04081 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/Discover.html @@ -2,7 +2,7 @@ - + Discover (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/discover/WithBuilder.html b/apidocs/com/omertron/themoviedbapi/model/discover/WithBuilder.html index fd8ca522b..f33ea1930 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/WithBuilder.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/WithBuilder.html @@ -2,7 +2,7 @@ - + WithBuilder (API-The MovieDB 4.4-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 bd9f00399..8d91f80e4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/class-use/Discover.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/Discover.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.discover.Discover (API-The MovieDB 4.4-SNAPSHOT API) @@ -107,15 +107,13 @@ 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 31073f421..b1beec095 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/class-use/WithBuilder.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/class-use/WithBuilder.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.discover.WithBuilder (API-The MovieDB 4.4-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 4419ed13f..8c3646799 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.4-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 0df6c5348..4d767139a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.4-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 a7170ebeb..4015b2925 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.discover Class Hierarchy (API-The MovieDB 4.4-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 c6396fd5b..0d0c2c673 100644 --- a/apidocs/com/omertron/themoviedbapi/model/discover/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/discover/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model.discover (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html index 3e86ebaf6..58d54dbc4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/Keyword.html @@ -2,7 +2,7 @@ - + Keyword (API-The MovieDB 4.4-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 f36057f3d..11440954f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/keyword/class-use/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/class-use/Keyword.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.keyword.Keyword (API-The MovieDB 4.4-SNAPSHOT API) @@ -130,8 +130,7 @@ ResultList<Keyword> TheMovieDbApi.getMovieKeywords(int movieId) -
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.
diff --git a/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html index b030e80bb..650507cc6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.4-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 d156a957d..3b7a29993 100644 --- a/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.4-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 d0ee1a641..2ef058e97 100644 --- a/apidocs/com/omertron/themoviedbapi/model/keyword/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.keyword Class Hierarchy (API-The MovieDB 4.4-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 1cefc0db2..a5e911300 100644 --- a/apidocs/com/omertron/themoviedbapi/model/keyword/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/keyword/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model.keyword (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html b/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html index 72a401959..8d16a0a19 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/ListItem.html @@ -2,7 +2,7 @@ - + ListItem (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html index 880e704b1..82a2fd1d7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/ListItemStatus.html @@ -2,7 +2,7 @@ - + ListItemStatus (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html b/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html index d2445cb75..82baaec3d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/ListStatusCode.html @@ -2,7 +2,7 @@ - + ListStatusCode (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/list/UserList.html b/apidocs/com/omertron/themoviedbapi/model/list/UserList.html index 1e5bd931c..ac500d57b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/UserList.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/UserList.html @@ -2,7 +2,7 @@ - + UserList (API-The MovieDB 4.4-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 3a4936b12..3f46e9def 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItem.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.list.ListItem (API-The MovieDB 4.4-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 a031f5536..eaf48f355 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItemStatus.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListItemStatus.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.list.ListItemStatus (API-The MovieDB 4.4-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 7eb80cf16..a4d3f7714 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListStatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/ListStatusCode.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.list.ListStatusCode (API-The MovieDB 4.4-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 75c971376..113649612 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/class-use/UserList.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/class-use/UserList.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.list.UserList (API-The MovieDB 4.4-SNAPSHOT API) @@ -119,14 +119,6 @@
Get all lists of a given user
- -ResultList<UserList> -TheMovieDbApi.searchList(String query, - Integer page, - Boolean includeAdult) -
Search for lists by name and description.
- - @@ -156,14 +148,6 @@
Get all lists of a given user
- -ResultList<UserList> -TmdbSearch.searchList(String query, - Integer page, - Boolean includeAdult) -
Search for lists by name and description.
- - diff --git a/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html index 8f7a4d79a..f2e874693 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.list (API-The MovieDB 4.4-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 0e983da6f..4add9ba25 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.list (API-The MovieDB 4.4-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 0ec0414ea..c0b2db121 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.list Class Hierarchy (API-The MovieDB 4.4-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 ace4f5960..cde64733c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/list/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/list/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model.list (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html index 7aa232084..db6cad4e2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/AlternativeTitle.html @@ -2,7 +2,7 @@ - + AlternativeTitle (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html index bb7845789..97b6a7f83 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaBasic.html @@ -2,7 +2,7 @@ - + MediaBasic (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html index 3be752c76..bcf0d6699 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaCreditList.html @@ -2,7 +2,7 @@ - + MediaCreditList (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html b/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html index 6337daeef..7b3c98399 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/MediaState.html @@ -2,7 +2,7 @@ - + MediaState (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/media/RatedValue.html b/apidocs/com/omertron/themoviedbapi/model/media/RatedValue.html index 577a17d1f..f3662b8bf 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/RatedValue.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/RatedValue.html @@ -2,7 +2,7 @@ - + RatedValue (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/media/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/media/Trailer.html index 8b593fa49..4d4453953 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/Trailer.html @@ -2,7 +2,7 @@ - + Trailer (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/media/Translation.html b/apidocs/com/omertron/themoviedbapi/model/media/Translation.html index 9947fff87..49f81d66f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/Translation.html @@ -2,7 +2,7 @@ - + Translation (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/media/Video.html b/apidocs/com/omertron/themoviedbapi/model/media/Video.html index 1c2feec50..8d404a5de 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/Video.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/Video.html @@ -2,7 +2,7 @@ - + Video (API-The MovieDB 4.4-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 5b1cc786a..98d0334c1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/AlternativeTitle.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.media.AlternativeTitle (API-The MovieDB 4.4-SNAPSHOT API) @@ -116,8 +116,7 @@ ResultList<AlternativeTitle> TheMovieDbApi.getMovieAlternativeTitles(int movieId, String country) -
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.
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 82e2e2acf..02cefaf41 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaBasic.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.media.MediaBasic (API-The MovieDB 4.4-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 de3c67e6c..a8752a8da 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditList.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaCreditList.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.media.MediaCreditList (API-The MovieDB 4.4-SNAPSHOT API) 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 ecdbb6105..cd40005ce 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/MediaState.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.media.MediaState (API-The MovieDB 4.4-SNAPSHOT API) @@ -106,32 +106,30 @@ 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.
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 f34ffcd25..20bcf106c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/RatedValue.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.media.RatedValue (API-The MovieDB 4.4-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 be175791a..b47c5a960 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Trailer.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.media.Trailer (API-The MovieDB 4.4-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 eb5972d9e..349a85260 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Translation.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.media.Translation (API-The MovieDB 4.4-SNAPSHOT API) @@ -115,8 +115,7 @@ ResultList<Translation> TheMovieDbApi.getMovieTranslations(int movieId) -
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.
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 a08b83e45..2b0113161 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/class-use/Video.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.media.Video (API-The MovieDB 4.4-SNAPSHOT API) @@ -118,16 +118,14 @@ 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) -
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.
@@ -135,16 +133,14 @@ 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...)
diff --git a/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html index b149884a2..4c78ac731 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.media (API-The MovieDB 4.4-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 3e027e2dc..d7ba254ab 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.media (API-The MovieDB 4.4-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 567537cd8..af4c9ac71 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.media Class Hierarchy (API-The MovieDB 4.4-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 4bc74b65b..c49376d79 100644 --- a/apidocs/com/omertron/themoviedbapi/model/media/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/media/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model.media (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html b/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html index 6635c365e..ff37ba6d8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/MovieBasic.html @@ -2,7 +2,7 @@ - + MovieBasic (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/MovieInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/MovieInfo.html index 43e6c1ef8..e3fd82ddf 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/MovieInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/MovieInfo.html @@ -2,7 +2,7 @@ - + MovieInfo (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html index 3388030f1..71daf6617 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCompany.html @@ -2,7 +2,7 @@ - + ProductionCompany (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html index eb24265e0..c62196d80 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/ProductionCountry.html @@ -2,7 +2,7 @@ - + ProductionCountry (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/Release.html b/apidocs/com/omertron/themoviedbapi/model/movie/Release.html index 06a3954b1..bd40a4516 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/Release.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/Release.html @@ -2,7 +2,7 @@ - + Release (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseDate.html b/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseDate.html index 7926d2694..eaef75901 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseDate.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseDate.html @@ -2,7 +2,7 @@ - + ReleaseDate (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseDates.html b/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseDates.html index 545573e72..531c64cb7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseDates.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseDates.html @@ -2,7 +2,7 @@ - + ReleaseDates (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html index 8fe6a94e4..7295f685b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/ReleaseInfo.html @@ -2,7 +2,7 @@ - + ReleaseInfo (API-The MovieDB 4.4-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 735564c93..5e0b33d17 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieBasic.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.movie.MovieBasic (API-The MovieDB 4.4-SNAPSHOT API) @@ -119,8 +119,7 @@ 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 55808d961..5168094ab 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/MovieInfo.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.movie.MovieInfo (API-The MovieDB 4.4-SNAPSHOT API) @@ -160,16 +160,14 @@ TheMovieDbApi.getSimilarMovies(int movieId, Integer page, String language) -
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.
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.
@@ -188,8 +186,7 @@ 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.
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 231b29682..9e2be3ae3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCompany.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.movie.ProductionCompany (API-The MovieDB 4.4-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 19637113a..37b3aefee 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ProductionCountry.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.movie.ProductionCountry (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/Release.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/Release.html index 83c62cfdb..adcdbfb80 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/Release.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/Release.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.movie.Release (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseDate.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseDate.html index 49d2f0e32..c98ce5e4a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseDate.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseDate.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.movie.ReleaseDate (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseDates.html b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseDates.html index 1c6d41ada..be7225962 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseDates.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseDates.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.movie.ReleaseDates (API-The MovieDB 4.4-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 68c094c51..2969c5b31 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/class-use/ReleaseInfo.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.movie.ReleaseInfo (API-The MovieDB 4.4-SNAPSHOT API) @@ -112,8 +112,7 @@ ResultList<ReleaseInfo> 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.
+
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 f677add78..938440c30 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.4-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 e4ad40a1d..a942c5b26 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.4-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 0aa209b5b..e755afa05 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.movie Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html b/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html index 61005e784..36bfe0b08 100644 --- a/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/movie/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model.movie (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/network/Network.html b/apidocs/com/omertron/themoviedbapi/model/network/Network.html index ba3b2512e..c34240e3e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/network/Network.html +++ b/apidocs/com/omertron/themoviedbapi/model/network/Network.html @@ -2,7 +2,7 @@ - + Network (API-The MovieDB 4.4-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 86d0deecc..35f430493 100644 --- a/apidocs/com/omertron/themoviedbapi/model/network/class-use/Network.html +++ b/apidocs/com/omertron/themoviedbapi/model/network/class-use/Network.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.network.Network (API-The MovieDB 4.4-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 477878c9e..511b296fb 100644 --- a/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/network/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.network (API-The MovieDB 4.4-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 a2c85974c..693b1696b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/network/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.network (API-The MovieDB 4.4-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 961c3a7c7..f61b26feb 100644 --- a/apidocs/com/omertron/themoviedbapi/model/network/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/network/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.network Class Hierarchy (API-The MovieDB 4.4-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 0bddbb761..309e5fc3b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/network/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/network/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model.network (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html index c2c05f792..2963904ad 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html index bbdf4655f..73e27111a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/package-tree.html index a4fe469ee..82f8944f1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/package-use.html b/apidocs/com/omertron/themoviedbapi/model/package-use.html index 46cf398b5..509a75e91 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/person/ContentRating.html b/apidocs/com/omertron/themoviedbapi/model/person/ContentRating.html index 093ee1bd1..c364d8a44 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/ContentRating.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/ContentRating.html @@ -2,7 +2,7 @@ - + ContentRating (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/person/CreditInfo.html b/apidocs/com/omertron/themoviedbapi/model/person/CreditInfo.html index e8640b751..a66d02f7d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/CreditInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/CreditInfo.html @@ -2,7 +2,7 @@ - + CreditInfo (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/person/ExternalID.html b/apidocs/com/omertron/themoviedbapi/model/person/ExternalID.html index 2ddd88fbc..eb8c8b9ab 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/ExternalID.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/ExternalID.html @@ -2,7 +2,7 @@ - + ExternalID (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html index cecea1933..623430f99 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonBasic.html @@ -2,7 +2,7 @@ - + PersonBasic (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditList.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditList.html index 8d01bab3c..4757529eb 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditList.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditList.html @@ -2,7 +2,7 @@ - + PersonCreditList (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html index dbe40d8df..cf81f3159 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonCreditsMixIn.html @@ -2,7 +2,7 @@ - + PersonCreditsMixIn (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html index 81d88b296..015d67fde 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonFind.html @@ -2,7 +2,7 @@ - + PersonFind (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/person/PersonInfo.html b/apidocs/com/omertron/themoviedbapi/model/person/PersonInfo.html index ef6b2431a..2d2fea400 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/PersonInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/PersonInfo.html @@ -2,7 +2,7 @@ - + PersonInfo (API-The MovieDB 4.4-SNAPSHOT API) 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 3ced4d2d5..d33b6462f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/ContentRating.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ContentRating.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.person.ContentRating (API-The MovieDB 4.4-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 f994cdb36..8de59bc30 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/CreditInfo.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.person.CreditInfo (API-The MovieDB 4.4-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 7bbc0abfb..e79b8af36 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/ExternalID.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/ExternalID.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.person.ExternalID (API-The MovieDB 4.4-SNAPSHOT API) @@ -114,8 +114,7 @@ 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.
@@ -129,8 +128,7 @@ 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.
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 c95815da7..3bf128cc3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonBasic.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.person.PersonBasic (API-The MovieDB 4.4-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 1d9933afe..0137f7d22 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditList.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditList.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.person.PersonCreditList (API-The MovieDB 4.4-SNAPSHOT API) 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 02f2b2e0d..3d377710e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonCreditsMixIn.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.person.PersonCreditsMixIn (API-The MovieDB 4.4-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 8bba3d431..ff410d47e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonFind.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.person.PersonFind (API-The MovieDB 4.4-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 190c19054..ba994a977 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/class-use/PersonInfo.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.person.PersonInfo (API-The MovieDB 4.4-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 834279e29..a0198733f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.person (API-The MovieDB 4.4-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 c1cc45fb2..60a2fc541 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.person (API-The MovieDB 4.4-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 b7322a530..7222927ba 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.person Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/person/package-use.html b/apidocs/com/omertron/themoviedbapi/model/person/package-use.html index 407cca515..77ecf3f92 100644 --- a/apidocs/com/omertron/themoviedbapi/model/person/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/person/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model.person (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/review/Review.html b/apidocs/com/omertron/themoviedbapi/model/review/Review.html index a9e70ac44..339a3412a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/review/Review.html +++ b/apidocs/com/omertron/themoviedbapi/model/review/Review.html @@ -2,7 +2,7 @@ - + Review (API-The MovieDB 4.4-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 d66636875..ac3539b2b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html +++ b/apidocs/com/omertron/themoviedbapi/model/review/class-use/Review.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.review.Review (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html index 97312f192..ef4bd23f8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/review/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.review (API-The MovieDB 4.4-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 1cd357131..60898bde5 100644 --- a/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/review/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.review (API-The MovieDB 4.4-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 7c2760fd8..7e4b8513e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/review/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.review Class Hierarchy (API-The MovieDB 4.4-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 97e9c3d8e..a7ff6b1e9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/review/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/review/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model.review (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html index 2a6b26a06..c9ea1af8e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVBasic.html @@ -2,7 +2,7 @@ - + TVBasic (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html index 753b60d42..5441e2f48 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVCredit.html @@ -2,7 +2,7 @@ - + TVCredit (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html index 0aded5c73..8a214f927 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html @@ -2,7 +2,7 @@ - + TVEpisodeBasic (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html index 23cba50a3..b9fcd7037 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html @@ -2,7 +2,7 @@ - + TVEpisodeInfo (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html index 790ea6e8f..23b424d12 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVInfo.html @@ -2,7 +2,7 @@ - + TVInfo (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html index 3f4870c36..5a0509320 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html @@ -2,7 +2,7 @@ - + TVSeasonBasic (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html index a778a6b26..c2294c197 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html @@ -2,7 +2,7 @@ - + TVSeasonInfo (API-The MovieDB 4.4-SNAPSHOT API) 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 159c6f497..12fef0794 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVBasic.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.tv.TVBasic (API-The MovieDB 4.4-SNAPSHOT API) @@ -111,8 +111,7 @@ 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 7cb356728..7bae8f1ce 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVCredit.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.tv.TVCredit (API-The MovieDB 4.4-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 a47db5852..7ad785ef8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeBasic.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic (API-The MovieDB 4.4-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 8058336c9..384f3d846 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVEpisodeInfo.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.tv.TVEpisodeInfo (API-The MovieDB 4.4-SNAPSHOT API) @@ -111,8 +111,7 @@ 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 7672ffd4b..8173e2a76 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVInfo.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.tv.TVInfo (API-The MovieDB 4.4-SNAPSHOT API) 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 acae03be2..65c44935a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonBasic.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.tv.TVSeasonBasic (API-The MovieDB 4.4-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 988777483..f7b17080d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/class-use/TVSeasonInfo.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.model.tv.TVSeasonInfo (API-The MovieDB 4.4-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 f735f39ea..c157a1e26 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.4-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 168cb010c..18e711f19 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.4-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 ce6a9fb17..07a80f9af 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.model.tv Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html b/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html index 9b810de07..e8a32884d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/tv/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.model.tv (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/package-frame.html b/apidocs/com/omertron/themoviedbapi/package-frame.html index 5610c1230..d81b596d8 100644 --- a/apidocs/com/omertron/themoviedbapi/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html index 230b075d7..d59d74f5e 100644 --- a/apidocs/com/omertron/themoviedbapi/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/package-tree.html b/apidocs/com/omertron/themoviedbapi/package-tree.html index 00845876b..438dcb437 100644 --- a/apidocs/com/omertron/themoviedbapi/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/package-use.html b/apidocs/com/omertron/themoviedbapi/package-use.html index b175c9199..dce031beb 100644 --- a/apidocs/com/omertron/themoviedbapi/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperAll.html index fce90cf49..3baef8b17 100644 --- a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperAll.html +++ b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperAll.html @@ -2,7 +2,7 @@ - + AbstractWrapperAll (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperBase.html b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperBase.html index d67224723..fc0034bfc 100644 --- a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperBase.html +++ b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperBase.html @@ -2,7 +2,7 @@ - + AbstractWrapperBase (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperId.html index dba93a744..c3549ab9a 100644 --- a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperId.html @@ -2,7 +2,7 @@ - + AbstractWrapperId (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperIdPages.html b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperIdPages.html index a48656128..1a15219a2 100644 --- a/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperIdPages.html +++ b/apidocs/com/omertron/themoviedbapi/results/AbstractWrapperIdPages.html @@ -2,7 +2,7 @@ - + AbstractWrapperIdPages (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/ResultDates.html b/apidocs/com/omertron/themoviedbapi/results/ResultDates.html index f91b48df6..a4c4398eb 100644 --- a/apidocs/com/omertron/themoviedbapi/results/ResultDates.html +++ b/apidocs/com/omertron/themoviedbapi/results/ResultDates.html @@ -2,7 +2,7 @@ - + ResultDates (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/ResultList.html b/apidocs/com/omertron/themoviedbapi/results/ResultList.html index 9570f8b14..ba7140b0d 100644 --- a/apidocs/com/omertron/themoviedbapi/results/ResultList.html +++ b/apidocs/com/omertron/themoviedbapi/results/ResultList.html @@ -2,7 +2,7 @@ - + ResultList (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/ResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/ResultsMap.html index 4c1153195..5442a19fc 100644 --- a/apidocs/com/omertron/themoviedbapi/results/ResultsMap.html +++ b/apidocs/com/omertron/themoviedbapi/results/ResultsMap.html @@ -2,7 +2,7 @@ - + ResultsMap (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/results/WrapperAlternativeTitles.html index 5f6681c8a..99d41fa68 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperAlternativeTitles.html @@ -2,7 +2,7 @@ - + WrapperAlternativeTitles (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/results/WrapperChanges.html index 4f526c0ea..82309ec3c 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperChanges.html @@ -2,7 +2,7 @@ - + WrapperChanges (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/results/WrapperConfig.html index f2157c1bf..5d68dc063 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperConfig.html @@ -2,7 +2,7 @@ - + WrapperConfig (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperGenericList.html b/apidocs/com/omertron/themoviedbapi/results/WrapperGenericList.html index 883592126..6bc358c3f 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperGenericList.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperGenericList.html @@ -2,7 +2,7 @@ - + WrapperGenericList (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/results/WrapperGenres.html index 5d93304ad..8c9bd5efd 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperGenres.html @@ -2,7 +2,7 @@ - + WrapperGenres (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/results/WrapperImages.html index a1dc32582..8ffa67c59 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperImages.html @@ -2,7 +2,7 @@ - + WrapperImages (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/results/WrapperJobList.html index aac4c0135..65536080b 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperJobList.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperJobList.html @@ -2,7 +2,7 @@ - + WrapperJobList (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/results/WrapperMovieKeywords.html index 006a2c791..3be124501 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperMovieKeywords.html @@ -2,7 +2,7 @@ - + WrapperMovieKeywords (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperMultiSearch.html b/apidocs/com/omertron/themoviedbapi/results/WrapperMultiSearch.html index e60a4b909..3480dbeb2 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperMultiSearch.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperMultiSearch.html @@ -2,7 +2,7 @@ - + WrapperMultiSearch (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/results/WrapperReleaseInfo.html index 68179119f..9bd733b7f 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperReleaseInfo.html @@ -2,7 +2,7 @@ - + WrapperReleaseInfo (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/results/WrapperTranslations.html index fb986b54e..f1a3d042b 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperTranslations.html @@ -2,7 +2,7 @@ - + WrapperTranslations (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/WrapperVideos.html b/apidocs/com/omertron/themoviedbapi/results/WrapperVideos.html index 3776edb1a..181d2ad35 100644 --- a/apidocs/com/omertron/themoviedbapi/results/WrapperVideos.html +++ b/apidocs/com/omertron/themoviedbapi/results/WrapperVideos.html @@ -2,7 +2,7 @@ - + WrapperVideos (API-The MovieDB 4.4-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 cde626370..49cb3ef32 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperAll.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperAll.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperAll (API-The MovieDB 4.4-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 25d03f143..be10d6570 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperBase.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperBase.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperBase (API-The MovieDB 4.4-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 f8d391ab7..758f48a2e 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperId.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperId.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperId (API-The MovieDB 4.4-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 40efd193a..a3e4285a1 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperIdPages.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/AbstractWrapperIdPages.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.AbstractWrapperIdPages (API-The MovieDB 4.4-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 ad41695ce..ec7ec2927 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultDates.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultDates.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.ResultDates (API-The MovieDB 4.4-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 a36587025..400f634b5 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultList.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultList.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.ResultList (API-The MovieDB 4.4-SNAPSHOT API) @@ -122,15 +122,13 @@ 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.
@@ -146,8 +144,7 @@ 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.
@@ -156,8 +153,7 @@ 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...)
@@ -223,8 +219,7 @@ ResultList<AlternativeTitle> TheMovieDbApi.getMovieAlternativeTitles(int movieId, String country) -
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.
@@ -247,15 +242,13 @@ ResultList<Artwork> 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.
+
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) -
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.
@@ -270,8 +263,7 @@ ResultList<ReleaseInfo> 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.
+
This method is used to retrieve all of the release and certification data we have for a specific movie.
@@ -285,16 +277,14 @@ ResultList<Translation> TheMovieDbApi.getMovieTranslations(int movieId) -
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.
ResultList<Video> TheMovieDbApi.getMovieVideos(int movieId, String language) -
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.
@@ -389,8 +379,7 @@ 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...)
@@ -398,16 +387,14 @@ TheMovieDbApi.getSimilarMovies(int movieId, Integer page, String language) -
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.
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.
@@ -499,8 +486,7 @@ 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...)
@@ -560,14 +546,6 @@ -ResultList<UserList> -TheMovieDbApi.searchList(String query, - Integer page, - Boolean includeAdult) -
Search for lists by name and description.
- - - ResultList<MovieInfo> TheMovieDbApi.searchMovie(String query, Integer page, @@ -576,11 +554,10 @@ 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.
- + ResultList<MediaBasic> TheMovieDbApi.searchMulti(String query, Integer page, @@ -589,7 +566,7 @@
Search the movie, tv show and person collections with a single query.
- + ResultList<PersonFind> TheMovieDbApi.searchPeople(String query, Integer page, @@ -598,7 +575,7 @@
This is a good starting point to start finding people on TMDb.
- + ResultList<TVBasic> TheMovieDbApi.searchTV(String query, Integer page, @@ -1066,14 +1043,6 @@ -ResultList<UserList> -TmdbSearch.searchList(String query, - Integer page, - Boolean includeAdult) -
Search for lists by name and description.
- - - ResultList<MovieInfo> TmdbSearch.searchMovie(String query, Integer page, @@ -1085,7 +1054,7 @@
Search Movies This is a good starting point to start finding movies on TMDb.
- + ResultList<MediaBasic> TmdbSearch.searchMulti(String query, Integer page, @@ -1094,7 +1063,7 @@
Search the movie, tv show and person collections with a single query.
- + ResultList<PersonFind> TmdbSearch.searchPeople(String query, Integer page, @@ -1103,7 +1072,7 @@
This is a good starting point to start finding people on TMDb.
- + ResultList<TVBasic> TmdbSearch.searchTV(String query, Integer page, diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultsMap.html index 1fa5d98da..786b05e9c 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/ResultsMap.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/ResultsMap.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.ResultsMap (API-The MovieDB 4.4-SNAPSHOT API) @@ -109,8 +109,7 @@ 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 b8c976a99..3e14d5f5e 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperAlternativeTitles.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperAlternativeTitles (API-The MovieDB 4.4-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 9fef85c35..1a982b9e5 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperChanges.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperChanges (API-The MovieDB 4.4-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 42bd33344..2e4b92e8e 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperConfig.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperConfig (API-The MovieDB 4.4-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 4ce1f9525..c1cfc1f86 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenericList.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenericList.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperGenericList (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenres.html index b3589e794..177d92ced 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperGenres.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperGenres (API-The MovieDB 4.4-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 b41d5f385..b90a8c1ae 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperImages.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperImages (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperJobList.html index f785bb2e3..228762d93 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperJobList.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperJobList.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperJobList (API-The MovieDB 4.4-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 83821966d..b9969cc4b 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMovieKeywords.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperMovieKeywords (API-The MovieDB 4.4-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 815e6ea94..b78024dd7 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMultiSearch.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperMultiSearch.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperMultiSearch (API-The MovieDB 4.4-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 b7ff39743..b44424ced 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperReleaseInfo.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperReleaseInfo (API-The MovieDB 4.4-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 b9a2767f2..550157ae9 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperTranslations.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperTranslations (API-The MovieDB 4.4-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 4de467650..778efd583 100644 --- a/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperVideos.html +++ b/apidocs/com/omertron/themoviedbapi/results/class-use/WrapperVideos.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.results.WrapperVideos (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/package-frame.html b/apidocs/com/omertron/themoviedbapi/results/package-frame.html index ef8947e7c..4ca5a2b48 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.results (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/package-summary.html b/apidocs/com/omertron/themoviedbapi/results/package-summary.html index f899c2b46..1be61037a 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.results (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/package-tree.html b/apidocs/com/omertron/themoviedbapi/results/package-tree.html index 90a9c140b..6d49c55ac 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.results Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/results/package-use.html b/apidocs/com/omertron/themoviedbapi/results/package-use.html index 81b75e404..ea7f5348f 100644 --- a/apidocs/com/omertron/themoviedbapi/results/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/results/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.results (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html index 81a1670b7..616f5a990 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html @@ -2,7 +2,7 @@ - + ApiUrl (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html b/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html index e3ceb93ee..89bf0c59b 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html +++ b/apidocs/com/omertron/themoviedbapi/tools/HttpTools.html @@ -2,7 +2,7 @@ - + HttpTools (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/MethodBase.html b/apidocs/com/omertron/themoviedbapi/tools/MethodBase.html index 9fa2a994d..c3e0274fe 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/MethodBase.html +++ b/apidocs/com/omertron/themoviedbapi/tools/MethodBase.html @@ -2,7 +2,7 @@ - + MethodBase (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/MethodSub.html b/apidocs/com/omertron/themoviedbapi/tools/MethodSub.html index caacd28da..c45c67d51 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/MethodSub.html +++ b/apidocs/com/omertron/themoviedbapi/tools/MethodSub.html @@ -2,7 +2,7 @@ - + MethodSub (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/Param.html b/apidocs/com/omertron/themoviedbapi/tools/Param.html index 0765cd2c3..ad1776e02 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/Param.html +++ b/apidocs/com/omertron/themoviedbapi/tools/Param.html @@ -2,7 +2,7 @@ - + Param (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/PostBody.html b/apidocs/com/omertron/themoviedbapi/tools/PostBody.html index 30b18939b..f18df0c1c 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/PostBody.html +++ b/apidocs/com/omertron/themoviedbapi/tools/PostBody.html @@ -2,7 +2,7 @@ - + PostBody (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/PostTools.html b/apidocs/com/omertron/themoviedbapi/tools/PostTools.html index ad3740a5e..5d85fa82f 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/PostTools.html +++ b/apidocs/com/omertron/themoviedbapi/tools/PostTools.html @@ -2,7 +2,7 @@ - + PostTools (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/TmdbParameters.html b/apidocs/com/omertron/themoviedbapi/tools/TmdbParameters.html index 7d650ef90..6836dad7a 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/TmdbParameters.html +++ b/apidocs/com/omertron/themoviedbapi/tools/TmdbParameters.html @@ -2,7 +2,7 @@ - + TmdbParameters (API-The MovieDB 4.4-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 2b9c7014d..191184051 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 4.4-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 513e92160..d4b2a7a38 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/HttpTools.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.tools.HttpTools (API-The MovieDB 4.4-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 d82081c45..ddc100245 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodBase.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodBase.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.tools.MethodBase (API-The MovieDB 4.4-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 d481d91ed..a68fbf2a9 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodSub.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/MethodSub.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.tools.MethodSub (API-The MovieDB 4.4-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 b8b58e566..d2e6cfac8 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/Param.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/Param.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.tools.Param (API-The MovieDB 4.4-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 71927f17f..dea2fc7fc 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/PostBody.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/PostBody.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.tools.PostBody (API-The MovieDB 4.4-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 5e24fbf5d..4c46dc10f 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/PostTools.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/PostTools.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.tools.PostTools (API-The MovieDB 4.4-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 245a95949..72924ff6a 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/TmdbParameters.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/TmdbParameters.html @@ -2,7 +2,7 @@ - + Uses of Class com.omertron.themoviedbapi.tools.TmdbParameters (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html index ce632e9a7..6480c87f0 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.tools (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html index c1aefdd87..6d68b1cf9 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.tools (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html index ad53be36f..a316b2332 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html @@ -2,7 +2,7 @@ - + com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-use.html b/apidocs/com/omertron/themoviedbapi/tools/package-use.html index f824b7480..6945d1daa 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index 883dc85d7..ee33c8bbc 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 57d55c5c9..d179ee35d 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index 8d2a03494..9f09c58e5 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,7 +2,7 @@ - + API Help (API-The MovieDB 4.4-SNAPSHOT API) diff --git a/apidocs/index-all.html b/apidocs/index-all.html index d90a65fcd..8af89131f 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,7 +2,7 @@ - + Index (API-The MovieDB 4.4-SNAPSHOT API) @@ -464,8 +464,7 @@
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
 
@@ -594,8 +593,7 @@
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.
getAvatar() - Method in class com.omertron.themoviedbapi.model.account.Account
 
@@ -670,8 +668,7 @@
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
@@ -679,8 +676,7 @@
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
@@ -781,8 +777,7 @@
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
@@ -790,8 +785,7 @@
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
 
@@ -806,8 +800,7 @@
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
@@ -836,8 +829,7 @@
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
@@ -846,8 +838,7 @@
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
@@ -856,8 +847,7 @@
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
 
@@ -874,8 +864,7 @@
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
 
@@ -923,6 +912,8 @@
 
getFreebaseMid() - Method in class com.omertron.themoviedbapi.model.person.ExternalID
 
+
getGender() - Method in class com.omertron.themoviedbapi.model.credits.MediaCreditCast
+
 
getGender() - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
 
getGenreIds() - Method in class com.omertron.themoviedbapi.model.collection.Collection
@@ -1212,8 +1203,8 @@
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) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
@@ -1221,8 +1212,7 @@
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
@@ -1252,8 +1242,7 @@
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
@@ -1277,8 +1266,7 @@
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) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
@@ -1294,8 +1282,7 @@
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
 
@@ -1321,8 +1308,7 @@
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) - Method in class com.omertron.themoviedbapi.methods.TmdbMovies
@@ -1330,8 +1316,7 @@
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
 
@@ -1681,8 +1666,7 @@
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
@@ -1706,8 +1690,7 @@
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
@@ -1739,8 +1722,7 @@
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
 
@@ -1753,8 +1735,7 @@
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
@@ -1763,8 +1744,7 @@
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
 
@@ -1776,8 +1756,7 @@
 
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
 
@@ -1825,8 +1804,7 @@
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
 
@@ -1846,8 +1824,7 @@
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
 
@@ -1874,8 +1851,8 @@
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
@@ -2020,8 +1997,7 @@
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...)
getTwitterId() - Method in class com.omertron.themoviedbapi.model.person.ExternalID
 
@@ -2647,22 +2623,13 @@
Search for keywords by name
-
searchList(String, Integer, Boolean) - Method in class com.omertron.themoviedbapi.methods.TmdbSearch
-
-
Search for lists by name and description.
-
-
searchList(String, Integer, Boolean) - Method in class com.omertron.themoviedbapi.TheMovieDbApi
-
-
Search for lists by name and description.
-
searchMovie(String, Integer, String, Boolean, Integer, Integer, SearchType) - Method in class com.omertron.themoviedbapi.methods.TmdbSearch
Search Movies This is a good starting point to start finding movies on TMDb.
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
@@ -2896,6 +2863,8 @@
 
setFreebaseMid(String) - Method in class com.omertron.themoviedbapi.model.person.ExternalID
 
+
setGender(int) - Method in class com.omertron.themoviedbapi.model.credits.MediaCreditCast
+
 
setGender(int) - Method in class com.omertron.themoviedbapi.model.person.PersonInfo
 
setGenreIds(List<Integer>) - Method in class com.omertron.themoviedbapi.model.collection.Collection
diff --git a/apidocs/index.html b/apidocs/index.html index 7da1e932f..0db56331c 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,7 +2,7 @@ - + API-The MovieDB 4.4-SNAPSHOT API