diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 833413137..eeb9032dc 100644 --- a/apidocs/allclasses-frame.html +++ b/apidocs/allclasses-frame.html @@ -2,13 +2,13 @@ - + All Classes (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -56,6 +56,8 @@ All Classes (API-The MovieDB 3.4-SNAPSHOT API)
MovieDbException.MovieDbExceptionType
+MovieDbList +
MovieList
Person diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html index 563c0029b..b33dd4d6f 100644 --- a/apidocs/allclasses-noframe.html +++ b/apidocs/allclasses-noframe.html @@ -2,13 +2,13 @@ - + All Classes (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -56,6 +56,8 @@ All Classes (API-The MovieDB 3.4-SNAPSHOT API)
MovieDbException.MovieDbExceptionType
+MovieDbList +
MovieList
Person diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html index 2c3f38601..282d6e79b 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.MovieDbExceptionType.html @@ -2,13 +2,13 @@ - + MovieDbException.MovieDbExceptionType (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/MovieDbException.html index e8d772f1c..d4e5bda0f 100644 --- a/apidocs/com/omertron/themoviedbapi/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/MovieDbException.html @@ -2,13 +2,13 @@ - + MovieDbException (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html index 8e987b91f..6239532c1 100644 --- a/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/TheMovieDbApi.html @@ -2,13 +2,13 @@ - + TheMovieDbApi (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -102,9 +102,7 @@ Class TheMovieDbApi

-The MovieDb API -

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

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

@@ -258,6 +256,24 @@ The MovieDb API + Keyword +getKeyword(String keywordId) + +
+          Get the basic information for a specific keyword id. + + + + List<MovieList> +getKeywordMovies(String keywordId, + String language, + int page) + +
+          Get the list of movies for a particular keyword by id. + + +  MovieDb getLatestMovie() @@ -266,6 +282,14 @@ The MovieDb API + MovieDbList +getList(String listId) + +
+          Get a list by its ID + + +  List<AlternativeTitle> getMovieAlternativeTitles(int movieId, String country) @@ -750,11 +774,10 @@ public @@ -1272,8 +1295,7 @@ public

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

@@ -1438,6 +1460,59 @@ public MovieDbException

+
+ +

+getList

+
+public MovieDbList getList(String listId)
+                    throws MovieDbException
+
+
Get a list by its ID +

+

+
Parameters:
listId - +
Returns:
The list and its items +
Throws: +
MovieDbException
+
+
+
+ +

+getKeyword

+
+public Keyword getKeyword(String keywordId)
+                   throws MovieDbException
+
+
Get the basic information for a specific keyword id. +

+

+
Parameters:
keywordId - +
Returns:
+
Throws: +
MovieDbException
+
+
+
+ +

+getKeywordMovies

+
+public List<MovieList> getKeywordMovies(String keywordId,
+                                        String language,
+                                        int page)
+                                 throws MovieDbException
+
+
Get the list of movies for a particular keyword by id. +

+

+
Parameters:
keywordId -
language -
page - +
Returns:
List of movies with the keyword +
Throws: +
MovieDbException
+
+

diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html index 74ba0a03d..66fe7188a 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.MovieDbExceptionType.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.MovieDbException.MovieDbExceptionType (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html index c55113b87..48c461a4b 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -196,6 +196,24 @@ Uses of + Keyword +TheMovieDbApi.getKeyword(String keywordId) + +
+          Get the basic information for a specific keyword id. + + + + List<MovieList> +TheMovieDbApi.getKeywordMovies(String keywordId, + String language, + int page) + +
+          Get the list of movies for a particular keyword by id. + + +  MovieDb TheMovieDbApi.getLatestMovie() @@ -204,6 +222,14 @@ Uses of + MovieDbList +TheMovieDbApi.getList(String listId) + +
+          Get a list by its ID + + +  List<AlternativeTitle> TheMovieDbApi.getMovieAlternativeTitles(int movieId, String country) diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html index 8c25dd576..9f64fd804 100644 --- a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html +++ b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html index c4a3602ad..54edc6f38 100644 --- a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html @@ -2,13 +2,13 @@ - + AlternativeTitle (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/Artwork.html index d0c6e3442..baf013c1a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/Artwork.html @@ -2,13 +2,13 @@ - + Artwork (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html index 4408ab7b1..b2897c078 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html @@ -2,13 +2,13 @@ - + ArtworkType (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html index 0c2d67b16..61d145b8f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeItem.html @@ -2,13 +2,13 @@ - + ChangeItem (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html b/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html index c31a38389..ad6d6a18d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html +++ b/apidocs/com/omertron/themoviedbapi/model/ChangeValue.html @@ -2,13 +2,13 @@ - + ChangeValue (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Collection.html b/apidocs/com/omertron/themoviedbapi/model/Collection.html index 1b32a9e68..30f3358af 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/Collection.html @@ -2,13 +2,13 @@ - + Collection (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html index 797f4f85f..96bbf95b4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html @@ -2,13 +2,13 @@ - + CollectionInfo (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Company.html b/apidocs/com/omertron/themoviedbapi/model/Company.html index 839a4e78f..b8c64b11c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/Company.html @@ -2,13 +2,13 @@ - + Company (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html index 787a9c29b..7f466d741 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/Genre.html @@ -2,13 +2,13 @@ - + Genre (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/Keyword.html index b83b093f4..18cb0fdb1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/Keyword.html @@ -2,13 +2,13 @@ - + Keyword (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html index 60725af18..6c6335e4c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/Language.html @@ -2,13 +2,13 @@ - + Language (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html b/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html index 0e3a06539..7e2fcbadb 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieChanges.html @@ -2,13 +2,13 @@ - + MovieChanges (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html index 72890eeeb..90f011665 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html @@ -2,13 +2,13 @@ - + MovieDb (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -57,7 +57,7 @@ function windowTitle()  PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   @@ -1315,7 +1315,7 @@ public  PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html new file mode 100644 index 000000000..16ed7db7c --- /dev/null +++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html @@ -0,0 +1,607 @@ + + + + + + + +MovieDbList (API-The MovieDB 3.4-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.omertron.themoviedbapi.model +
+Class MovieDbList

+
+java.lang.Object
+  extended by com.omertron.themoviedbapi.model.MovieDbList
+
+
+
+
public class MovieDbList
extends Object
+ + +

+Wrapper for the MovieDbList function +

+ +

+

+
Author:
+
stuart.boston
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
MovieDbList() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetCreatedBy() + +
+           
+ StringgetDescription() + +
+           
+ intgetFavoriteCount() + +
+           
+ StringgetId() + +
+           
+ intgetItemCount() + +
+           
+ List<MovieDb>getItems() + +
+           
+ StringgetLanguage() + +
+           
+ StringgetName() + +
+           
+ StringgetPosterPath() + +
+           
+ voidhandleUnknown(String key, + Object value) + +
+          Handle unknown properties and print a message
+ voidsetCreatedBy(String createdBy) + +
+           
+ voidsetDescription(String description) + +
+           
+ voidsetFavoriteCount(int favoriteCount) + +
+           
+ voidsetId(String id) + +
+           
+ voidsetItemCount(int itemCount) + +
+           
+ voidsetItems(List<MovieDb> items) + +
+           
+ voidsetLanguage(String language) + +
+           
+ voidsetName(String name) + +
+           
+ voidsetPosterPath(String posterPath) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+MovieDbList

+
+public MovieDbList()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getId

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

+getCreatedBy

+
+public String getCreatedBy()
+
+
+
+
+
+
+ +

+getDescription

+
+public String getDescription()
+
+
+
+
+
+
+ +

+getFavoriteCount

+
+public int getFavoriteCount()
+
+
+
+
+
+
+ +

+getItems

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

+getItemCount

+
+public int getItemCount()
+
+
+
+
+
+
+ +

+getLanguage

+
+public String getLanguage()
+
+
+
+
+
+
+ +

+getName

+
+public String getName()
+
+
+
+
+
+
+ +

+getPosterPath

+
+public String getPosterPath()
+
+
+
+
+
+
+ +

+setId

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

+setCreatedBy

+
+public void setCreatedBy(String createdBy)
+
+
+
+
+
+
+ +

+setDescription

+
+public void setDescription(String description)
+
+
+
+
+
+
+ +

+setFavoriteCount

+
+public void setFavoriteCount(int favoriteCount)
+
+
+
+
+
+
+ +

+setItems

+
+public void setItems(List<MovieDb> items)
+
+
+
+
+
+
+ +

+setItemCount

+
+public void setItemCount(int itemCount)
+
+
+
+
+
+
+ +

+setLanguage

+
+public void setLanguage(String language)
+
+
+
+
+
+
+ +

+setName

+
+public void setName(String name)
+
+
+
+
+
+
+ +

+setPosterPath

+
+public void setPosterPath(String posterPath)
+
+
+
+
+
+
+ +

+handleUnknown

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

+

+
Parameters:
key -
value -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/MovieList.html index 999fc627c..24abb6b09 100644 --- a/apidocs/com/omertron/themoviedbapi/model/MovieList.html +++ b/apidocs/com/omertron/themoviedbapi/model/MovieList.html @@ -2,13 +2,13 @@ - + MovieList (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -56,7 +56,7 @@ function windowTitle() PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -606,7 +606,7 @@ public PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   diff --git a/apidocs/com/omertron/themoviedbapi/model/Person.html b/apidocs/com/omertron/themoviedbapi/model/Person.html index 6c8b08da0..e6da6c133 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/Person.html @@ -2,13 +2,13 @@ - + Person (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html index 790225ba6..818867178 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html @@ -2,13 +2,13 @@ - + PersonCast (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html index 9ec265327..01a1c2ea1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html @@ -2,13 +2,13 @@ - + PersonCredit (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html index 8c57b5d65..005a8fdde 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html @@ -2,13 +2,13 @@ - + PersonCrew (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/PersonType.html index a9047f462..c7613ec70 100644 --- a/apidocs/com/omertron/themoviedbapi/model/PersonType.html +++ b/apidocs/com/omertron/themoviedbapi/model/PersonType.html @@ -2,13 +2,13 @@ - + PersonType (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html index 12bc14126..c1bfe8a8b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html @@ -2,13 +2,13 @@ - + ProductionCompany (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html index 71758991e..f349c30f8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html @@ -2,13 +2,13 @@ - + ProductionCountry (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html index 4333e3d9c..61a0a9ff2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html @@ -2,13 +2,13 @@ - + ReleaseInfo (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html index 2f974acba..b10190867 100644 --- a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html @@ -2,13 +2,13 @@ - + StatusCode (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html index 13fcfcb8e..e56bc350e 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html @@ -2,13 +2,13 @@ - + TmdbConfiguration (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html index e5cba4b77..1fdacf7e8 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html @@ -2,13 +2,13 @@ - + TokenAuthorisation (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html index a3f3bc3db..561ef6408 100644 --- a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html @@ -2,13 +2,13 @@ - + TokenSession (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/Trailer.html index 1158703dd..df758c0cd 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/Trailer.html @@ -2,13 +2,13 @@ - + Trailer (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/Translation.html b/apidocs/com/omertron/themoviedbapi/model/Translation.html index b8a716e13..836394084 100644 --- a/apidocs/com/omertron/themoviedbapi/model/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/Translation.html @@ -2,13 +2,13 @@ - + Translation (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html index bf5249353..b037b896f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.AlternativeTitle (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html index 1f0dbfce3..e3eb40f3c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Artwork (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html index 25a834d4c..b99fcf6cd 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ArtworkType (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html index e98b61eb6..364fcd41f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeItem.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ChangeItem (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html index ec9a52538..fa590e843 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeValue.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ChangeValue (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html index 0e2aad09c..9e1adc246 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Collection (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html index d3a904374..09181423f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.CollectionInfo (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html index 33336fded..9b56eade2 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Company (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html index 6bff59397..4dc182cb9 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html index b969de450..310fd2f7b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Keyword (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -111,6 +111,22 @@ Uses of + + + + + + + + +
Methods in com.omertron.themoviedbapi that return Keyword
+ KeywordTheMovieDbApi.getKeyword(String keywordId) + +
+          Get the basic information for a specific keyword id.
+  +

+ diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html index 256fb275b..8c057b65c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html index 5c9036954..13d81f3ac 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieChanges.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieChanges (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html index 54c329d3b..acf730117 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieDb (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -95,6 +95,10 @@ Packages that use + + + + @@ -259,6 +263,47 @@ Uses of  

+ +

Methods in com.omertron.themoviedbapi that return types with arguments of type Keyword com.omertron.themoviedbapi.model  
com.omertron.themoviedbapi.wrapper   
+ + + +
+Uses of MovieDb in com.omertron.themoviedbapi.model
+  +

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

+ + + + + + + + + +
Method parameters in com.omertron.themoviedbapi.model with type arguments of type MovieDb
+ voidMovieDbList.setItems(List<MovieDb> items) + +
+           
+  +

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


+
+

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

+
+ + + + + + + + + +
+Packages that use MovieDbList
com.omertron.themoviedbapi  
+  +

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

+ + + + + + + + + +
Methods in com.omertron.themoviedbapi that return MovieDbList
+ MovieDbListTheMovieDbApi.getList(String listId) + +
+          Get a list by its ID
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012-2013. All Rights Reserved. + + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html index 579ae56f3..a700ff8e1 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.MovieList (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -118,6 +118,16 @@ Uses of  List<MovieList> +TheMovieDbApi.getKeywordMovies(String keywordId, + String language, + int page) + +
+          Get the list of movies for a particular keyword by id. + + + + List<MovieList> TheMovieDbApi.getMovieLists(int movieId, String language, int page) diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html index 9c2d3cbfc..d63c14404 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Person (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html index c6402722a..38b7be001 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonCast (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html index 8ac516007..3a60126f6 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonCredit (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html index 43d142e21..79d9916d4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonCrew (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html index 712dddfba..9e9c9f6d4 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.PersonType (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html index a62428a51..13ed32053 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ProductionCompany (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html index cac4456dd..db6357c2a 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ProductionCountry (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html index c5cc89bdd..e2e193330 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.ReleaseInfo (API-The MovieDB 3.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 ce3d433c8..4aaf361e3 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html index a50e9089a..4420f79f7 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.TmdbConfiguration (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html index 4076521b7..1562e4c50 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html index be89faabb..3722a9b35 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.TokenSession (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html index 877c206ad..20736161b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Trailer (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html index ff1b919ae..6ba2e517f 100644 --- a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html +++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.model.Translation (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html index abd3a54c1..3894aa01b 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-frame.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.model (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -48,6 +48,8 @@ Classes
 
MovieDb
+MovieDbList +
MovieList
Person diff --git a/apidocs/com/omertron/themoviedbapi/model/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/package-summary.html index 59239e0eb..1d8ae237d 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-summary.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.model (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -138,6 +138,10 @@ Package com.omertron.themoviedbapi.model Movie Bean +MovieDbList +Wrapper for the MovieDbList function + + MovieList   diff --git a/apidocs/com/omertron/themoviedbapi/model/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/package-tree.html index 15a2cc8f8..96f487c70 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-tree.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.model Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -103,7 +103,7 @@ Class Hierarchy
  • com.omertron.themoviedbapi.model.Language (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.MovieChanges (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.MovieDb (implements java.io.Serializable) -
  • com.omertron.themoviedbapi.model.MovieList (implements java.io.Serializable) +
  • com.omertron.themoviedbapi.model.MovieDbList
  • com.omertron.themoviedbapi.model.MovieList (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.Person (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.PersonCast (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.PersonCredit (implements java.io.Serializable) diff --git a/apidocs/com/omertron/themoviedbapi/model/package-use.html b/apidocs/com/omertron/themoviedbapi/model/package-use.html index 0a1dcda2a..d0ee3071c 100644 --- a/apidocs/com/omertron/themoviedbapi/model/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/model/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.omertron.themoviedbapi.model (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -166,6 +166,12 @@ Classes in +MovieDbList + +
    +          Wrapper for the MovieDbList function + + MovieList
    @@ -271,6 +277,12 @@ Classes in +MovieDb + +
    +          Movie Bean + + PersonType
    diff --git a/apidocs/com/omertron/themoviedbapi/package-frame.html b/apidocs/com/omertron/themoviedbapi/package-frame.html index 187d40c98..04d9382e8 100644 --- a/apidocs/com/omertron/themoviedbapi/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/package-frame.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html index ac9f3976a..73af32dd3 100644 --- a/apidocs/com/omertron/themoviedbapi/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/package-summary.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-tree.html b/apidocs/com/omertron/themoviedbapi/package-tree.html index 9dde3b2d6..9784b0fba 100644 --- a/apidocs/com/omertron/themoviedbapi/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/package-tree.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/package-use.html b/apidocs/com/omertron/themoviedbapi/package-use.html index 42f420f14..ef74f2022 100644 --- a/apidocs/com/omertron/themoviedbapi/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html index c86c16b2f..eb3ec5a0a 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html @@ -2,13 +2,13 @@ - + ApiUrl (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/FilteringLayout.html b/apidocs/com/omertron/themoviedbapi/tools/FilteringLayout.html index cc43e8ff4..080d45a68 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/FilteringLayout.html +++ b/apidocs/com/omertron/themoviedbapi/tools/FilteringLayout.html @@ -2,13 +2,13 @@ - + FilteringLayout (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html index b4028c7de..9b3fe14d5 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html +++ b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html @@ -2,13 +2,13 @@ - + WebBrowser (API-The MovieDB 3.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 243c433e3..9726dc4e9 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/ApiUrl.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.tools.ApiUrl (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/FilteringLayout.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/FilteringLayout.html index f66b94e8d..2d05acceb 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/FilteringLayout.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/FilteringLayout.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.tools.FilteringLayout (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html index 986a703f9..2e3ec73ea 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html +++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.tools.WebBrowser (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html index bfcb52cc7..815e4d736 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.tools (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html index d4b0184bc..c30f8fd82 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.tools (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html index 483999212..d3927f831 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.tools Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-use.html b/apidocs/com/omertron/themoviedbapi/tools/package-use.html index 91850eff0..3b576c8ba 100644 --- a/apidocs/com/omertron/themoviedbapi/tools/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/tools/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.omertron.themoviedbapi.tools (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html index 3112fa3b7..2ea7172e3 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html @@ -2,13 +2,13 @@ - + WrapperAlternativeTitles (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html index 16c2a3f15..bf564a1ed 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html @@ -2,13 +2,13 @@ - + WrapperChanges (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html index 4742c9a66..dfeb73d5b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html @@ -2,13 +2,13 @@ - + WrapperCollection (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html index 5ba6dcc56..c99cbbc72 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html @@ -2,13 +2,13 @@ - + WrapperCompany (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html index ffb3225d6..807261fc5 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html @@ -2,13 +2,13 @@ - + WrapperCompanyMovies (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html index abe6f37d9..5ca8eac18 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html @@ -2,13 +2,13 @@ - + WrapperConfig (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html index 5f43ceba0..3a4b4e91c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html @@ -2,13 +2,13 @@ - + WrapperGenres (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html index 131cb56ec..0b4b9b909 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html @@ -2,13 +2,13 @@ - + WrapperImages (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html index b1df3c8b9..a8fba344f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html @@ -2,13 +2,13 @@ - + WrapperKeywords (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html index 39cd8946d..0b3293dfc 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html @@ -2,13 +2,13 @@ - + WrapperMovie (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html index 3001f2a59..ef1b20b36 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html @@ -2,13 +2,13 @@ - + WrapperMovieCasts (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html index 01ddb5262..89e048b0f 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html @@ -2,13 +2,13 @@ - + WrapperMovieKeywords (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html index 6d2403507..49331d4ba 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html @@ -2,13 +2,13 @@ - + WrapperMovieList (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html index 1858f7eea..af6e20058 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html @@ -2,13 +2,13 @@ - + WrapperPerson (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html index 363d857f9..2026e3eb6 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html @@ -2,13 +2,13 @@ - + WrapperPersonCredits (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html index ccea10554..cd0ca5c3c 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html @@ -2,13 +2,13 @@ - + WrapperReleaseInfo (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html index 4c33a6645..06b9a7ebf 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html @@ -2,13 +2,13 @@ - + WrapperTrailers (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html index 464bd6b35..81dbe0cf4 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html @@ -2,13 +2,13 @@ - + WrapperTranslations (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html index 1f07545b6..0513e0801 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html index 7231a54c8..4dc343631 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperChanges (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html index fd896acc6..348626e88 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCollection (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html index e17fb5a26..4d2da1bb9 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompany (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html index 781c6f080..059b9e191 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html index d08a46334..65bc957d2 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperConfig (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html index c0d37afcd..c1f760320 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperGenres (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html index 2ca0dc598..5f8fa2865 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperImages (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html index 4356c20bb..6548d52b2 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywords (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html index 3e0da4b98..f0347f8e1 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovie (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html index 12a32e04c..8c4a42bab 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html index 5d98d8eb6..08ed1d313 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html index a7c13a4d9..76f1c9179 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieList (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html index f0ce884b9..7888fc613 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPerson (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html index f354e66be..c7ef28b89 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html index d3afc0539..04e101003 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html index 3aceb8e35..01958d45b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTrailers (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html index 068b918ca..9c5b0b287 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html @@ -2,13 +2,13 @@ - + Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTranslations (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html index 30b6e2cb5..fbffafff8 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html index 6d77f799c..346b1b263 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html index fc841ed5b..801d05d2b 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html @@ -2,13 +2,13 @@ - + com.omertron.themoviedbapi.wrapper Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html index 42b0a90cd..ca7a1d98e 100644 --- a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html +++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html @@ -2,13 +2,13 @@ - + Uses of Package com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html index b089d2d3d..b3a117a65 100644 --- a/apidocs/constant-values.html +++ b/apidocs/constant-values.html @@ -2,13 +2,13 @@ - + Constant Field Values (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index 78cd95b21..2c086d3bf 100644 --- a/apidocs/deprecated-list.html +++ b/apidocs/deprecated-list.html @@ -2,13 +2,13 @@ - + Deprecated List (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html index dea3e7821..2b0bf5c90 100644 --- a/apidocs/help-doc.html +++ b/apidocs/help-doc.html @@ -2,13 +2,13 @@ - + API Help (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 4dc003af4..b6a4893df 100644 --- a/apidocs/index-all.html +++ b/apidocs/index-all.html @@ -2,13 +2,13 @@ - + Index (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -339,6 +339,9 @@ Method in class com.omertron.themoviedbapi.model.getCountry() - Method in class com.omertron.themoviedbapi.model.ReleaseInfo
      +
    getCreatedBy() - +Method in class com.omertron.themoviedbapi.model.MovieDbList +
     
    getCrew() - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
      @@ -360,6 +363,9 @@ Method in class com.omertron.themoviedbapi.model.getDescription() - Method in class com.omertron.themoviedbapi.model.Company
      +
    getDescription() - +Method in class com.omertron.themoviedbapi.model.MovieDbList +
     
    getDescription() - Method in class com.omertron.themoviedbapi.model.MovieList
      @@ -375,6 +381,9 @@ Method in class com.omertron.themoviedbapi.model.getExpiresAt() - Method in class com.omertron.themoviedbapi.model.TokenSession
      +
    getFavoriteCount() - +Method in class com.omertron.themoviedbapi.model.MovieDbList +
     
    getFavoriteCount() - Method in class com.omertron.themoviedbapi.model.MovieList
      @@ -438,6 +447,9 @@ Method in class com.omertron.themoviedbapi.model.getId() - Method in class com.omertron.themoviedbapi.model.MovieDb
      +
    getId() - +Method in class com.omertron.themoviedbapi.model.MovieDbList +
     
    getId() - Method in class com.omertron.themoviedbapi.model.MovieList
      @@ -495,12 +507,18 @@ Method in class com.omertron.themoviedbapi.model.getIsoCode() - Method in class com.omertron.themoviedbapi.model.Translation
      +
    getItemCount() - +Method in class com.omertron.themoviedbapi.model.MovieDbList +
     
    getItemCount() - Method in class com.omertron.themoviedbapi.model.MovieList
     
    getItems() - Method in class com.omertron.themoviedbapi.model.MovieChanges
      +
    getItems() - +Method in class com.omertron.themoviedbapi.model.MovieDbList +
     
    getJob() - Method in class com.omertron.themoviedbapi.model.Person
      @@ -513,6 +531,12 @@ Method in class com.omertron.themoviedbapi.model.getKey() - Method in class com.omertron.themoviedbapi.model.MovieChanges
      +
    getKeyword(String) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
    Get the basic information for a specific keyword id. +
    getKeywordMovies(String, String, int) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
    Get the list of movies for a particular keyword by id.
    getKeywords() - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords
      @@ -525,12 +549,18 @@ Method in class com.omertron.themoviedbapi.model.getLanguage() - Method in class com.omertron.themoviedbapi.model.ChangeValue
      +
    getLanguage() - +Method in class com.omertron.themoviedbapi.model.MovieDbList +
     
    getLanguage() - Method in class com.omertron.themoviedbapi.model.MovieList
     
    getLatestMovie() - Method in class com.omertron.themoviedbapi.TheMovieDbApi
    This method is used to retrieve the newest movie that was added to TMDb. +
    getList(String) - +Method in class com.omertron.themoviedbapi.TheMovieDbApi +
    Get a list by its ID
    getListType() - Method in class com.omertron.themoviedbapi.model.MovieList
      @@ -609,6 +639,9 @@ Method in class com.omertron.themoviedbapi.model.getName() - Method in class com.omertron.themoviedbapi.model.Language
      +
    getName() - +Method in class com.omertron.themoviedbapi.model.MovieDbList +
     
    getName() - Method in class com.omertron.themoviedbapi.model.MovieList
      @@ -717,6 +750,9 @@ Method in class com.omertron.themoviedbapi.model.getPosterPath() - Method in class com.omertron.themoviedbapi.model.MovieDb
      +
    getPosterPath() - +Method in class com.omertron.themoviedbapi.model.MovieDbList +
     
    getPosterPath() - Method in class com.omertron.themoviedbapi.model.MovieList
      @@ -995,6 +1031,9 @@ Method in class com.omertron.themoviedbapi.model.handleUnknown(String, Object) - Method in class com.omertron.themoviedbapi.model.MovieDb
    Handle unknown properties and print a message +
    handleUnknown(String, Object) - +Method in class com.omertron.themoviedbapi.model.MovieDbList +
    Handle unknown properties and print a message
    handleUnknown(String, Object) - Method in class com.omertron.themoviedbapi.model.MovieList
    Handle unknown properties and print a message @@ -1195,7 +1234,10 @@ Constructor for exception com.omertron.themoviedbapi.MovieDbException(MovieDbException.MovieDbExceptionType, String, Throwable) - Constructor for exception com.omertron.themoviedbapi.MovieDbException
      -
    MovieDbException.MovieDbExceptionType - Enum in com.omertron.themoviedbapi
     
    MovieList - Class in com.omertron.themoviedbapi.model
     
    MovieList() - +
    MovieDbException.MovieDbExceptionType - Enum in com.omertron.themoviedbapi
     
    MovieDbList - Class in com.omertron.themoviedbapi.model
    Wrapper for the MovieDbList function
    MovieDbList() - +Constructor for class com.omertron.themoviedbapi.model.MovieDbList +
      +
    MovieList - Class in com.omertron.themoviedbapi.model
     
    MovieList() - Constructor for class com.omertron.themoviedbapi.model.MovieList
      @@ -1410,6 +1452,9 @@ Method in class com.omertron.themoviedbapi.model.setCountry(String) - Method in class com.omertron.themoviedbapi.model.ReleaseInfo
      +
    setCreatedBy(String) - +Method in class com.omertron.themoviedbapi.model.MovieDbList +
     
    setCrew(List<PersonCrew>) - Method in class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts
      @@ -1431,6 +1476,9 @@ Method in class com.omertron.themoviedbapi.model.setDescription(String) - Method in class com.omertron.themoviedbapi.model.Company
      +
    setDescription(String) - +Method in class com.omertron.themoviedbapi.model.MovieDbList +
     
    setDescription(String) - Method in class com.omertron.themoviedbapi.model.MovieList
      @@ -1443,6 +1491,9 @@ Method in class com.omertron.themoviedbapi.model.setExpiresAt(String) - Method in class com.omertron.themoviedbapi.model.TokenSession
      +
    setFavoriteCount(int) - +Method in class com.omertron.themoviedbapi.model.MovieDbList +
     
    setFavoriteCount(int) - Method in class com.omertron.themoviedbapi.model.MovieList
      @@ -1497,6 +1548,9 @@ Method in class com.omertron.themoviedbapi.model.setId(int) - Method in class com.omertron.themoviedbapi.model.MovieDb
      +
    setId(String) - +Method in class com.omertron.themoviedbapi.model.MovieDbList +
     
    setId(String) - Method in class com.omertron.themoviedbapi.model.MovieList
      @@ -1554,12 +1608,18 @@ Method in class com.omertron.themoviedbapi.model.setIsoCode(String) - Method in class com.omertron.themoviedbapi.model.Translation
      +
    setItemCount(int) - +Method in class com.omertron.themoviedbapi.model.MovieDbList +
     
    setItemCount(int) - Method in class com.omertron.themoviedbapi.model.MovieList
     
    setItems(List<ChangeItem>) - Method in class com.omertron.themoviedbapi.model.MovieChanges
      +
    setItems(List<MovieDb>) - +Method in class com.omertron.themoviedbapi.model.MovieDbList +
     
    setJob(String) - Method in class com.omertron.themoviedbapi.model.Person
      @@ -1584,6 +1644,9 @@ Method in class com.omertron.themoviedbapi.model.setLanguage(String) - Method in class com.omertron.themoviedbapi.model.ChangeValue
      +
    setLanguage(String) - +Method in class com.omertron.themoviedbapi.model.MovieDbList +
     
    setLanguage(String) - Method in class com.omertron.themoviedbapi.model.MovieList
      @@ -1632,6 +1695,9 @@ Method in class com.omertron.themoviedbapi.model.setName(String) - Method in class com.omertron.themoviedbapi.model.Language
      +
    setName(String) - +Method in class com.omertron.themoviedbapi.model.MovieDbList +
     
    setName(String) - Method in class com.omertron.themoviedbapi.model.MovieList
      @@ -1719,6 +1785,9 @@ Method in class com.omertron.themoviedbapi.model.setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.MovieDb
      +
    setPosterPath(String) - +Method in class com.omertron.themoviedbapi.model.MovieDbList +
     
    setPosterPath(String) - Method in class com.omertron.themoviedbapi.model.MovieList
      diff --git a/apidocs/index.html b/apidocs/index.html index f3b8ae82f..da1ae4e6c 100644 --- a/apidocs/index.html +++ b/apidocs/index.html @@ -2,7 +2,7 @@ - + API-The MovieDB 3.4-SNAPSHOT API diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html index 84dd9083f..df8796551 100644 --- a/apidocs/overview-frame.html +++ b/apidocs/overview-frame.html @@ -2,13 +2,13 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_34) on Tue Jan 29 22:07:36 CET 2013 --> +<!-- Generated by javadoc (build 1.6.0_34) on Sat Feb 02 16:52:06 CET 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Overview List (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index 6174b4676..73849f769 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -2,13 +2,13 @@ - + Overview (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index 253809096..668f44660 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,13 +2,13 @@ - + Class Hierarchy (API-The MovieDB 3.4-SNAPSHOT API) - + @@ -107,7 +107,7 @@ Class Hierarchy
  • com.omertron.themoviedbapi.model.MovieChanges (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.MovieDb (implements java.io.Serializable) -
  • com.omertron.themoviedbapi.model.MovieList (implements java.io.Serializable) +
  • com.omertron.themoviedbapi.model.MovieDbList
  • com.omertron.themoviedbapi.model.MovieList (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.Person (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.PersonCast (implements java.io.Serializable)
  • com.omertron.themoviedbapi.model.PersonCredit (implements java.io.Serializable) diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index edbfcd15b..21fa0435f 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,13 +2,13 @@ - + Serialized Form (API-The MovieDB 3.4-SNAPSHOT API) - + diff --git a/dependencies.html b/dependencies.html index 0220f9600..db421e64a 100644 --- a/dependencies.html +++ b/dependencies.html @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ @import url("./css/site.css"); - + @@ -27,7 +27,7 @@
    - Last Published: 2013-01-29 + Last Published: 2013-02-02  | Version: 3.4-SNAPSHOT
    API-The MovieDB @@ -97,11 +97,11 @@ } } -

    Dependency Tree

    • com.omertron:themoviedbapi:jar:3.4-SNAPSHOT Information
      • junit:junit:jar:4.11 (test) Information
      • log4j:log4j:jar:1.2.17 (compile) Information
      • com.fasterxml.jackson.core:jackson-core:jar:2.1.2 (compile) Information
      • com.fasterxml.jackson.core:jackson-annotations:jar:2.1.2 (compile) Information
      • com.fasterxml.jackson.core:jackson-databind:jar:2.1.2 (compile) Information
      • commons-codec:commons-codec:jar:1.7 (compile) Information