PREV PACKAGE
- NEXT PACKAGE
+ NEXT PACKAGE
FRAMES
NO FRAMES
@@ -270,7 +270,7 @@ Package com.omertron.themoviedbapi.model
PREV PACKAGE
- NEXT PACKAGE
+ NEXT PACKAGE
FRAMES
NO FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/package-tree.html
index e7abb42da..8b4d717a4 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 3.6-SNAPSHOT API)
@@ -57,7 +57,7 @@ function windowTitle()
PREV
- NEXT
+ NEXT
FRAMES
NO FRAMES
@@ -160,7 +160,7 @@ Enum Hierarchy
PREV
- NEXT
+ NEXT
FRAMES
NO FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-use.html b/apidocs/com/omertron/themoviedbapi/model/package-use.html
index 2e917a383..2af5994a4 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 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/package-frame.html b/apidocs/com/omertron/themoviedbapi/package-frame.html
index 0cbb849b2..0ef35b88f 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 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/package-summary.html b/apidocs/com/omertron/themoviedbapi/package-summary.html
index 4309f2708..6ec00ad47 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 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/package-tree.html b/apidocs/com/omertron/themoviedbapi/package-tree.html
index 70d2f09cb..2759a2f7d 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 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/package-use.html b/apidocs/com/omertron/themoviedbapi/package-use.html
index 90195f665..0ca20b2c5 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 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResults.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResults.html
new file mode 100644
index 000000000..7b2fb8675
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResults.html
@@ -0,0 +1,439 @@
+
+
+
+
+
+
+
+TmdbResults (API-The MovieDB 3.6-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.results
+
+Class TmdbResults
+
+java.lang.Object
+ com.omertron.themoviedbapi.results.TmdbResults
+
+
+Direct Known Subclasses: TmdbResultsList , TmdbResultsMap
+
+
+
+public abstract class TmdbResults extends Object
+
+
+
+Abstract class to return the results and the id/page info
+
+
+
+
+Author:
+ Stuart
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+TmdbResults
+
+public TmdbResults ()
+
+
+
+
+
+
+
+
+
+getId
+
+public int getId ()
+
+
+
+
+
+
+
+
+getPage
+
+public int getPage ()
+
+
+
+
+
+
+
+
+getTotalPages
+
+public int getTotalPages ()
+
+
+
+
+
+
+
+
+getTotalResults
+
+public int getTotalResults ()
+
+
+
+
+
+
+
+
+setId
+
+public void setId (int id)
+
+
+
+
+
+
+
+
+setPage
+
+public void setPage (int page)
+
+
+
+
+
+
+
+
+setTotalPages
+
+public void setTotalPages (int totalPages)
+
+
+
+
+
+
+
+
+setTotalResults
+
+public void setTotalResults (int totalResults)
+
+
+
+
+
+
+
+
+copyWrapper
+
+public void copyWrapper (AbstractWrapperId wrapper)
+
+Copy the Id from the wrapper
+
+
+Parameters: wrapper -
+
+
+
+
+
+copyWrapper
+
+public void copyWrapper (AbstractWrapperAll wrapper)
+
+Copy the Id and pages from the wrapper
+
+
+Parameters: wrapper -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html
new file mode 100644
index 000000000..7af544126
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsList.html
@@ -0,0 +1,292 @@
+
+
+
+
+
+
+
+TmdbResultsList (API-The MovieDB 3.6-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.results
+
+Class TmdbResultsList<T>
+
+java.lang.Object
+ com.omertron.themoviedbapi.results.TmdbResults
+ com.omertron.themoviedbapi.results.TmdbResultsList<T>
+
+
+Type Parameters: T -
+
+
+public final class TmdbResultsList<T> extends TmdbResults
+
+
+
+List of the results from TheMovieDb
+
+
+
+
+Author:
+ Stuart
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+TmdbResultsList
+
+public TmdbResultsList ()
+
+
+
+
+
+
+
+
+
+getResults
+
+public List <T > getResults ()
+
+
+
+
+
+
+
+
+setResults
+
+public void setResults (List <T > results)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html
new file mode 100644
index 000000000..4c066fde6
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/results/TmdbResultsMap.html
@@ -0,0 +1,292 @@
+
+
+
+
+
+
+
+TmdbResultsMap (API-The MovieDB 3.6-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.results
+
+Class TmdbResultsMap<K,V>
+
+java.lang.Object
+ com.omertron.themoviedbapi.results.TmdbResults
+ com.omertron.themoviedbapi.results.TmdbResultsMap<K,V>
+
+
+Type Parameters: K - V -
+
+
+public final class TmdbResultsMap<K,V> extends TmdbResults
+
+
+
+Map of the results from TheMovieDb
+
+
+
+
+Author:
+ Stuart
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+
+
+clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+TmdbResultsMap
+
+public TmdbResultsMap ()
+
+
+
+
+
+
+
+
+
+getResults
+
+public Map <K ,V > getResults ()
+
+
+
+
+
+
+
+
+setResults
+
+public void setResults (Map <K ,V > results)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResults.html b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResults.html
new file mode 100644
index 000000000..9b0807908
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResults.html
@@ -0,0 +1,189 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.results.TmdbResults (API-The MovieDB 3.6-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.results.TmdbResults
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html
new file mode 100644
index 000000000..ecd297319
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsList.html
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.results.TmdbResultsList (API-The MovieDB 3.6-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.results.TmdbResultsList
+
+No usage of com.omertron.themoviedbapi.results.TmdbResultsList
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html
new file mode 100644
index 000000000..e5d4a2351
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/results/class-use/TmdbResultsMap.html
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.results.TmdbResultsMap (API-The MovieDB 3.6-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.results.TmdbResultsMap
+
+No usage of com.omertron.themoviedbapi.results.TmdbResultsMap
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-frame.html b/apidocs/com/omertron/themoviedbapi/results/package-frame.html
new file mode 100644
index 000000000..14c9bbb68
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/results/package-frame.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.results (API-The MovieDB 3.6-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.results
+
+
+
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-summary.html b/apidocs/com/omertron/themoviedbapi/results/package-summary.html
new file mode 100644
index 000000000..ee01b2565
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/results/package-summary.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.results (API-The MovieDB 3.6-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Package com.omertron.themoviedbapi.results
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-tree.html b/apidocs/com/omertron/themoviedbapi/results/package-tree.html
new file mode 100644
index 000000000..84afe697b
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/results/package-tree.html
@@ -0,0 +1,156 @@
+
+
+
+
+
+
+
+com.omertron.themoviedbapi.results Class Hierarchy (API-The MovieDB 3.6-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hierarchy For Package com.omertron.themoviedbapi.results
+
+
+
+Package Hierarchies: All Packages
+
+
+Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/results/package-use.html b/apidocs/com/omertron/themoviedbapi/results/package-use.html
new file mode 100644
index 000000000..8528b4311
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/results/package-use.html
@@ -0,0 +1,171 @@
+
+
+
+
+
+
+
+Uses of Package com.omertron.themoviedbapi.results (API-The MovieDB 3.6-SNAPSHOT API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Uses of Package com.omertron.themoviedbapi.results
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2013. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html b/apidocs/com/omertron/themoviedbapi/tools/ApiUrl.html
index f0d392244..478175f33 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 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html
index 57e150330..42d874332 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/WebBrowser.html
@@ -2,7 +2,7 @@
-
+
WebBrowser (API-The MovieDB 3.6-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 1e84ca2e8..19c782d88 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 3.6-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 17efabfac..34315533e 100644
--- a/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html
+++ b/apidocs/com/omertron/themoviedbapi/tools/class-use/WebBrowser.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.tools.WebBrowser (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-frame.html b/apidocs/com/omertron/themoviedbapi/tools/package-frame.html
index df3a6e5ad..ee7068f74 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 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-summary.html b/apidocs/com/omertron/themoviedbapi/tools/package-summary.html
index ad545a9ee..68eb763e9 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 3.6-SNAPSHOT API)
@@ -56,7 +56,7 @@ function windowTitle()
- PREV PACKAGE
+ PREV PACKAGE
NEXT PACKAGE
FRAMES
@@ -133,7 +133,7 @@ Package com.omertron.themoviedbapi.tools
- PREV PACKAGE
+ PREV PACKAGE
NEXT PACKAGE
FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-tree.html b/apidocs/com/omertron/themoviedbapi/tools/package-tree.html
index 08c1563d3..c214d6137 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 3.6-SNAPSHOT API)
@@ -56,7 +56,7 @@ function windowTitle()
- PREV
+ PREV
NEXT
FRAMES
@@ -125,7 +125,7 @@ Class Hierarchy
- PREV
+ PREV
NEXT
FRAMES
diff --git a/apidocs/com/omertron/themoviedbapi/tools/package-use.html b/apidocs/com/omertron/themoviedbapi/tools/package-use.html
index 58438ef4a..d68fe5204 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 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html
index e990f4793..5768e441c 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapper.html
@@ -2,7 +2,7 @@
-
+
AbstractWrapper (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html
index 2df57a54f..1737cf6df 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperAll.html
@@ -2,7 +2,7 @@
-
+
AbstractWrapperAll (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html
index b165eb4f7..4f0f4cdc3 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/AbstractWrapperId.html
@@ -2,7 +2,7 @@
-
+
AbstractWrapperId (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html
index 3151393d1..3bc6fdaf5 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperId.html
@@ -2,7 +2,7 @@
-
+
IWrapperId (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html
index 882a49e6b..b1564a808 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/IWrapperPages.html
@@ -2,7 +2,7 @@
-
+
IWrapperPages (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html
index cd4e81016..fea081932 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperAlternativeTitles.html
@@ -2,7 +2,7 @@
-
+
WrapperAlternativeTitles (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html
index a36440650..20beaaddf 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperChanges.html
@@ -2,7 +2,7 @@
-
+
WrapperChanges (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html
index 74e8b5d95..60089074d 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCollection.html
@@ -2,7 +2,7 @@
-
+
WrapperCollection (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html
index 6ee585152..3e2d4191d 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompany.html
@@ -2,7 +2,7 @@
-
+
WrapperCompany (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html
index 8ab757ac5..5084a3191 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperCompanyMovies.html
@@ -2,7 +2,7 @@
-
+
WrapperCompanyMovies (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html
index 6febedaf6..36b01deac 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperConfig.html
@@ -2,7 +2,7 @@
-
+
WrapperConfig (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html
index 6a33a47b3..a6a27b521 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperGenres.html
@@ -2,7 +2,7 @@
-
+
WrapperGenres (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html
index 4cda3c37a..42f878921 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperImages.html
@@ -2,7 +2,7 @@
-
+
WrapperImages (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html
index 14b743bdc..e18040143 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperJobList.html
@@ -2,7 +2,7 @@
-
+
WrapperJobList (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html
index dbe12454a..482c19018 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywordMovies.html
@@ -2,7 +2,7 @@
-
+
WrapperKeywordMovies (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html
index 01bc66dfe..3bdec9eec 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperKeywords.html
@@ -2,7 +2,7 @@
-
+
WrapperKeywords (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html
index b3e948e79..f748aa008 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovie.html
@@ -2,7 +2,7 @@
-
+
WrapperMovie (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html
index 3eaab172d..70c39c38b 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieCasts.html
@@ -2,7 +2,7 @@
-
+
WrapperMovieCasts (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html
index 0fe231eaa..78abecb90 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieKeywords.html
@@ -2,7 +2,7 @@
-
+
WrapperMovieKeywords (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html
index a9e728a1a..e36be081b 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperMovieList.html
@@ -2,7 +2,7 @@
-
+
WrapperMovieList (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html
index 9bf6658c3..c7bcc3675 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPerson.html
@@ -2,7 +2,7 @@
-
+
WrapperPerson (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html
index 5e86d7a5c..3beb30295 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonCredits.html
@@ -2,7 +2,7 @@
-
+
WrapperPersonCredits (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html
index 988a5b870..ff796f69e 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperPersonList.html
@@ -2,7 +2,7 @@
-
+
WrapperPersonList (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html
index 698a3ed3a..5b7ab4fa2 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReleaseInfo.html
@@ -2,7 +2,7 @@
-
+
WrapperReleaseInfo (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html
index 76b3cf3e8..71ee90238 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperReviews.html
@@ -2,7 +2,7 @@
-
+
WrapperReviews (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html
index 61de1d265..cc05b4436 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTrailers.html
@@ -2,7 +2,7 @@
-
+
WrapperTrailers (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html
index ccb7213b2..67dbbef93 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/WrapperTranslations.html
@@ -2,7 +2,7 @@
-
+
WrapperTranslations (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html
index 01961c928..b0512e3cd 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapper.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapper (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html
index 9e28131e1..3c6d115a8 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperAll.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll (API-The MovieDB 3.6-SNAPSHOT API)
@@ -91,12 +91,41 @@ function windowTitle()
Packages that use AbstractWrapperAll
+com.omertron.themoviedbapi.results
+
+
+
com.omertron.themoviedbapi.wrapper
+
+
+
+
+
+
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html
index aa91b1727..59383f3ee 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/AbstractWrapperId.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.AbstractWrapperId (API-The MovieDB 3.6-SNAPSHOT API)
@@ -91,12 +91,41 @@ function windowTitle()
Packages that use AbstractWrapperId
+com.omertron.themoviedbapi.results
+
+
+
com.omertron.themoviedbapi.wrapper
+
+
+
+
+
+
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html
index 891ffff96..cd0244670 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperId.html
@@ -2,7 +2,7 @@
-
+
Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperId (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html
index 4ce14724b..7837724c7 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/IWrapperPages.html
@@ -2,7 +2,7 @@
-
+
Uses of Interface com.omertron.themoviedbapi.wrapper.IWrapperPages (API-The MovieDB 3.6-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 23dca8c50..10e1cc834 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperAlternativeTitles.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperAlternativeTitles (API-The MovieDB 3.6-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 1288b08f3..a66365625 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperChanges.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperChanges (API-The MovieDB 3.6-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 bb53ad36f..4f7e1d826 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCollection.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCollection (API-The MovieDB 3.6-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 6865c5f80..a5e788501 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompany.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompany (API-The MovieDB 3.6-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 6fe2d4097..669368c7d 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperCompanyMovies.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperCompanyMovies (API-The MovieDB 3.6-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 589b68de1..439a3122e 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperConfig.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperConfig (API-The MovieDB 3.6-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 6ced315f5..e9a52ceea 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperGenres.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperGenres (API-The MovieDB 3.6-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 07ecb86d6..583b3cb2e 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperImages.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperImages (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html
index d2b5b2f6f..4b9c9245e 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperJobList.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperJobList (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html
index b76d086f2..682e7c138 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywordMovies.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywordMovies (API-The MovieDB 3.6-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 e197682fe..543c13890 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperKeywords.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperKeywords (API-The MovieDB 3.6-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 15c69dae4..003501287 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovie.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovie (API-The MovieDB 3.6-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 fe0121408..3620b8462 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieCasts.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieCasts (API-The MovieDB 3.6-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 dd512218e..521b2cef9 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieKeywords.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieKeywords (API-The MovieDB 3.6-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 ff9e45cf4..7f4290c7e 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperMovieList.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperMovieList (API-The MovieDB 3.6-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 0ea73c503..63f21e934 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPerson.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPerson (API-The MovieDB 3.6-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 21d5269d0..e040519d5 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonCredits.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonCredits (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html
index 61a774a85..8efdcee20 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperPersonList.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperPersonList (API-The MovieDB 3.6-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 ba08d5712..8cb92709d 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReleaseInfo.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReleaseInfo (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html
index bb4f7dd62..6b16244f2 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperReviews.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperReviews (API-The MovieDB 3.6-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 64d9cd4cd..ee57fbb21 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTrailers.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTrailers (API-The MovieDB 3.6-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 02fc037aa..1126eb3c5 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/class-use/WrapperTranslations.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.wrapper.WrapperTranslations (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html
index c05e851d9..0b96aa512 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html
index a83d32188..8ea35fa71 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html
index 075097ff2..40d9ab9b0 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi.wrapper Class Hierarchy (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html
index 77ce9e0db..715fa7764 100644
--- a/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/wrapper/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi.wrapper (API-The MovieDB 3.6-SNAPSHOT API)
@@ -95,6 +95,10 @@ Packages that use
+ com.omertron.themoviedbapi.results
+
+
+
com.omertron.themoviedbapi.wrapper
@@ -170,6 +174,27 @@ Classes in
+
+
+
diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html
index fed9b06ba..4ed9118ff 100644
--- a/apidocs/constant-values.html
+++ b/apidocs/constant-values.html
@@ -2,7 +2,7 @@
-
+
Constant Field Values (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html
index 6b8ea233f..b62ba956a 100644
--- a/apidocs/deprecated-list.html
+++ b/apidocs/deprecated-list.html
@@ -2,7 +2,7 @@
-
+
Deprecated List (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html
index f82c14f4e..20314a0f2 100644
--- a/apidocs/help-doc.html
+++ b/apidocs/help-doc.html
@@ -2,7 +2,7 @@
-
+
API Help (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/apidocs/index-all.html b/apidocs/index-all.html
index 57966c803..a4968ab9d 100644
--- a/apidocs/index-all.html
+++ b/apidocs/index-all.html
@@ -2,7 +2,7 @@
-
+
Index (API-The MovieDB 3.6-SNAPSHOT API)
@@ -162,7 +162,7 @@ Constructor for class com.omertron.themoviedbapi.model.CollectionInfo - Class in com.omertron.themoviedbapi.model CollectionInfo() -
Constructor for class com.omertron.themoviedbapi.model.CollectionInfo
- com.omertron.themoviedbapi - package com.omertron.themoviedbapi com.omertron.themoviedbapi.model - package com.omertron.themoviedbapi.model com.omertron.themoviedbapi.tools - package com.omertron.themoviedbapi.tools com.omertron.themoviedbapi.wrapper - package com.omertron.themoviedbapi.wrapper Company - Class in com.omertron.themoviedbapi.model Company information Company() -
+com.omertron.themoviedbapi - package com.omertron.themoviedbapi com.omertron.themoviedbapi.model - package com.omertron.themoviedbapi.model com.omertron.themoviedbapi.results - package com.omertron.themoviedbapi.results com.omertron.themoviedbapi.tools - package com.omertron.themoviedbapi.tools com.omertron.themoviedbapi.wrapper - package com.omertron.themoviedbapi.wrapper Company - Class in com.omertron.themoviedbapi.model Company information Company() -
Constructor for class com.omertron.themoviedbapi.model.Company
compareMovies(MovieDb, String, String) -
@@ -171,6 +171,12 @@ Static method in class com.omertron.themoviedbapi.compareMovies(MovieDb, String, String, int) -
Static method in class com.omertron.themoviedbapi.TheMovieDbApi
Compare the MovieDB object with a title & year
+ copyWrapper(AbstractWrapperId) -
+Method in class com.omertron.themoviedbapi.results.TmdbResults
+Copy the Id from the wrapper
+ copyWrapper(AbstractWrapperAll) -
+Method in class com.omertron.themoviedbapi.results.TmdbResults
+Copy the Id and pages from the wrapper
createImageUrl(String, String) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
Generate the full image URL from the size and image path
@@ -521,6 +527,9 @@ Method in class com.omertron.themoviedbapi.model.getId() -
Method in class com.omertron.themoviedbapi.model.Reviews
+ getId() -
+Method in class com.omertron.themoviedbapi.results.TmdbResults
+
getId() -
Method in class com.omertron.themoviedbapi.wrapper.AbstractWrapperId
@@ -746,6 +755,9 @@ Method in class com.omertron.themoviedbapi.model.getOverview() -
Method in class com.omertron.themoviedbapi.model.MovieDb
+ getPage() -
+Method in class com.omertron.themoviedbapi.results.TmdbResults
+
getPage() -
Method in class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
@@ -895,6 +907,12 @@ Method in class com.omertron.themoviedbapi.model.getResponse() -
Method in exception com.omertron.themoviedbapi.MovieDbException
+ getResults() -
+Method in class com.omertron.themoviedbapi.results.TmdbResultsList
+
+ getResults() -
+Method in class com.omertron.themoviedbapi.results.TmdbResultsMap
+
getResults() -
Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection
@@ -1009,12 +1027,18 @@ Method in class com.omertron.themoviedbapi.wrapper.getTopRatedMovies(String, int) -
Method in class com.omertron.themoviedbapi.TheMovieDbApi
This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
+ getTotalPages() -
+Method in class com.omertron.themoviedbapi.results.TmdbResults
+
getTotalPages() -
Method in class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
getTotalPages() -
Method in interface com.omertron.themoviedbapi.wrapper.IWrapperPages
+ getTotalResults() -
+Method in class com.omertron.themoviedbapi.results.TmdbResults
+
getTotalResults() -
Method in class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
@@ -1662,6 +1686,9 @@ Method in class com.omertron.themoviedbapi.model.setId(String) -
Method in class com.omertron.themoviedbapi.model.Reviews
+ setId(int) -
+Method in class com.omertron.themoviedbapi.results.TmdbResults
+
setId(int) -
Method in class com.omertron.themoviedbapi.wrapper.AbstractWrapperId
@@ -1833,6 +1860,9 @@ Method in class com.omertron.themoviedbapi.model.setOverview(String) -
Method in class com.omertron.themoviedbapi.model.MovieDb
+ setPage(int) -
+Method in class com.omertron.themoviedbapi.results.TmdbResults
+
setPage(int) -
Method in class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
@@ -1950,6 +1980,12 @@ Method in class com.omertron.themoviedbapi.model.setRequestToken(String) -
Method in class com.omertron.themoviedbapi.model.TokenAuthorisation
+ setResults(List<T>) -
+Method in class com.omertron.themoviedbapi.results.TmdbResultsList
+
+ setResults(Map<K, V>) -
+Method in class com.omertron.themoviedbapi.results.TmdbResultsMap
+
setResults(List<Collection>) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperCollection
@@ -2052,12 +2088,18 @@ Method in class com.omertron.themoviedbapi.wrapper.setTmdbConfiguration(TmdbConfiguration) -
Method in class com.omertron.themoviedbapi.wrapper.WrapperConfig
+ setTotalPages(int) -
+Method in class com.omertron.themoviedbapi.results.TmdbResults
+
setTotalPages(int) -
Method in class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
setTotalPages(int) -
Method in interface com.omertron.themoviedbapi.wrapper.IWrapperPages
+ setTotalResults(int) -
+Method in class com.omertron.themoviedbapi.results.TmdbResults
+
setTotalResults(int) -
Method in class com.omertron.themoviedbapi.wrapper.AbstractWrapperAll
@@ -2135,6 +2177,15 @@ Constructor for class com.omertron.themoviedbapi.TmdbConfiguration - Class in com.omertron.themoviedbapi.model TmdbConfiguration() -
Constructor for class com.omertron.themoviedbapi.model.TmdbConfiguration
+ TmdbResults - Class in com.omertron.themoviedbapi.results Abstract class to return the results and the id/page info TmdbResults() -
+Constructor for class com.omertron.themoviedbapi.results.TmdbResults
+
+ TmdbResultsList <T > - Class in com.omertron.themoviedbapi.results List of the results from TheMovieDb TmdbResultsList() -
+Constructor for class com.omertron.themoviedbapi.results.TmdbResultsList
+
+ TmdbResultsMap <K ,V > - Class in com.omertron.themoviedbapi.results Map of the results from TheMovieDb TmdbResultsMap() -
+Constructor for class com.omertron.themoviedbapi.results.TmdbResultsMap
+
TokenAuthorisation - Class in com.omertron.themoviedbapi.model TokenAuthorisation() -
Constructor for class com.omertron.themoviedbapi.model.TokenAuthorisation
diff --git a/apidocs/index.html b/apidocs/index.html
index faa4e8037..c7de36973 100644
--- a/apidocs/index.html
+++ b/apidocs/index.html
@@ -2,7 +2,7 @@
-
+
API-The MovieDB 3.6-SNAPSHOT API
diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html
index a1909fe9a..fcc8a1619 100644
--- a/apidocs/overview-frame.html
+++ b/apidocs/overview-frame.html
@@ -2,7 +2,7 @@
-
+
Overview List (API-The MovieDB 3.6-SNAPSHOT API)
@@ -35,6 +35,8 @@ Packages
com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.results
+
com.omertron.themoviedbapi.tools
com.omertron.themoviedbapi.wrapper
diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html
index c5b0d9cdd..4d624095d 100644
--- a/apidocs/overview-summary.html
+++ b/apidocs/overview-summary.html
@@ -2,7 +2,7 @@
-
+
Overview (API-The MovieDB 3.6-SNAPSHOT API)
@@ -100,6 +100,10 @@ API-The MovieDB 3.6-SNAPSHOT API
+com.omertron.themoviedbapi.results
+
+
+
com.omertron.themoviedbapi.tools
diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html
index c1ca62313..b488ea277 100644
--- a/apidocs/overview-tree.html
+++ b/apidocs/overview-tree.html
@@ -2,7 +2,7 @@
-
+
Class Hierarchy (API-The MovieDB 3.6-SNAPSHOT API)
@@ -85,7 +85,7 @@ function windowTitle()
Hierarchy For All Packages
-Package Hierarchies: com.omertron.themoviedbapi , com.omertron.themoviedbapi.model , com.omertron.themoviedbapi.tools , com.omertron.themoviedbapi.wrapper
+Package Hierarchies: com.omertron.themoviedbapi , com.omertron.themoviedbapi.model , com.omertron.themoviedbapi.results , com.omertron.themoviedbapi.tools , com.omertron.themoviedbapi.wrapper
Class Hierarchy
@@ -127,6 +127,8 @@ Class Hierarchy
com.omertron.themoviedbapi.MovieDbException
com.omertron.themoviedbapi.model.TmdbConfiguration (implements java.io.Serializable )
+ com.omertron.themoviedbapi.results.TmdbResults
com.omertron.themoviedbapi.model.TokenAuthorisation com.omertron.themoviedbapi.model.TokenSession com.omertron.themoviedbapi.model.Trailer (implements java.io.Serializable )
com.omertron.themoviedbapi.model.Translation (implements java.io.Serializable )
com.omertron.themoviedbapi.tools.WebBrowser
diff --git a/apidocs/package-list b/apidocs/package-list
index 43e73c432..80d140a67 100644
--- a/apidocs/package-list
+++ b/apidocs/package-list
@@ -1,4 +1,5 @@
com.omertron.themoviedbapi
com.omertron.themoviedbapi.model
+com.omertron.themoviedbapi.results
com.omertron.themoviedbapi.tools
com.omertron.themoviedbapi.wrapper
diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html
index 468d149a0..ac21cb8c2 100644
--- a/apidocs/serialized-form.html
+++ b/apidocs/serialized-form.html
@@ -2,7 +2,7 @@
-
+
Serialized Form (API-The MovieDB 3.6-SNAPSHOT API)
diff --git a/dependencies.html b/dependencies.html
index 0c7040772..cf44f401e 100644
--- a/dependencies.html
+++ b/dependencies.html
@@ -97,13 +97,13 @@
}
}
-Dependency Tree com.omertron:themoviedbapi:jar:3.6-SNAPSHOT junit:junit:jar:4.11 (test) org.hamcrest:hamcrest-core:jar:1.3 (test) com.fasterxml.jackson.core:jackson-core:jar:2.2.1 (compile) com.fasterxml.jackson.core:jackson-annotations:jar:2.2.1 (compile) com.fasterxml.jackson.core:jackson-databind:jar:2.2.1 (compile) com.fasterxml.jackson.core:jackson-annotations:jar:2.2.1 (compile) com.fasterxml.jackson.core:jackson-core:jar:2.2.1 (compile) commons-codec:commons-codec:jar:1.8 (compile) Commons Codec Description: The codec package contains simple encoder and decoders for
+
Dependency Tree com.omertron:themoviedbapi:jar:3.6-SNAPSHOT junit:junit:jar:4.11 (test) org.hamcrest:hamcrest-core:jar:1.3 (test) com.fasterxml.jackson.core:jackson-core:jar:2.2.1 (compile) com.fasterxml.jackson.core:jackson-annotations:jar:2.2.1 (compile) com.fasterxml.jackson.core:jackson-databind:jar:2.2.1 (compile) com.fasterxml.jackson.core:jackson-annotations:jar:2.2.1 (compile) com.fasterxml.jackson.core:jackson-core:jar:2.2.1 (compile) commons-codec:commons-codec:jar:1.8 (compile) org.apache.commons:commons-lang3:jar:3.1 (compile) org.apache.commons:commons-lang3:jar:3.1 (compile) org.slf4j:slf4j-api:jar:1.7.5 (compile) org.slf4j:slf4j-jdk14:jar:1.7.5 (test) org.slf4j:slf4j-api:jar:1.7.5 (test) Licenses New BSD License: Hamcrest Core
GNU General Public License v3+: API-The MovieDB
GNU Lesser General Public License, Version 2.1: Jackson-annotations, Jackson-core, jackson-databind
Common Public License Version 1.0: JUnit
MIT License: SLF4J API Module, SLF4J JDK14 Binding
The Apache Software License, Version 2.0: Commons Codec, Commons Lang, Jackson-annotations, Jackson-core, jackson-databind
Dependency File Details Filename Size Entries Classes Packages JDK Rev Debug jackson-annotations-2.2.1.jar 33.02 kB 60 48 1 1.6 debug jackson-core-2.2.1.jar 187.60 kB 111 89 8 1.6 debug jackson-databind-2.2.1.jar 844.66 kB 584 550 20 1.6 debug commons-codec-1.8.jar 257.68 kB 228 86 6 1.6 debug junit-4.11.jar 239.30 kB 266 233 28 1.5 debug commons-lang3-3.1.jar 308.40 kB 179 153 12 1.5 debug hamcrest-core-1.3.jar 43.97 kB 52 45 3 1.5 debug slf4j-api-1.7.5.jar 25.47 kB 34 23 3 1.5 debug slf4j-jdk14-1.7.5.jar 7.71 kB 15 5 1 1.5 debug Total Size Entries Classes Packages JDK Rev Debug 9 1.90 MB 1,529 1,232 82 1.6 9 compile: 6 compile: 1.62 MB compile: 1,196 compile: 949 compile: 50 - compile: 6 test: 3 test: 290.98 kB test: 333 test: 283 test: 32 - test: 3
+ standard as to justify existence in java.lang.URL: http://commons.apache.org/lang/
Project License: The Apache Software License, Version 2.0
org.slf4j:slf4j-api:jar:1.7.5 (compile) org.slf4j:slf4j-jdk14:jar:1.7.5 (test) org.slf4j:slf4j-api:jar:1.7.5 (test) Licenses New BSD License: Hamcrest Core
GNU General Public License v3+: API-The MovieDB
GNU Lesser General Public License, Version 2.1: Jackson-annotations, Jackson-core, jackson-databind
Common Public License Version 1.0: JUnit
MIT License: SLF4J API Module, SLF4J JDK14 Binding
The Apache Software License, Version 2.0: Commons Codec, Commons Lang, Jackson-annotations, Jackson-core, jackson-databind
Dependency File Details Filename Size Entries Classes Packages JDK Rev Debug jackson-annotations-2.2.1.jar 33.02 kB 60 48 1 1.6 debug jackson-core-2.2.1.jar 187.60 kB 111 89 8 1.6 debug jackson-databind-2.2.1.jar 844.66 kB 584 550 20 1.6 debug commons-codec-1.8.jar 257.68 kB 228 86 6 1.6 debug junit-4.11.jar 239.30 kB 266 233 28 1.5 debug commons-lang3-3.1.jar 308.40 kB 179 153 12 1.5 debug hamcrest-core-1.3.jar 43.97 kB 52 45 3 1.5 debug slf4j-api-1.7.5.jar 25.47 kB 34 23 3 1.5 debug slf4j-jdk14-1.7.5.jar 7.71 kB 15 5 1 1.5 debug Total Size Entries Classes Packages JDK Rev Debug 9 1.90 MB 1,529 1,232 82 1.6 9 compile: 6 compile: 1.62 MB compile: 1,196 compile: 949 compile: 50 - compile: 6 test: 3 test: 290.98 kB test: 333 test: 283 test: 32 - test: 3
diff --git a/testapidocs/allclasses-frame.html b/testapidocs/allclasses-frame.html
index aec45de4f..e4bc008e4 100644
--- a/testapidocs/allclasses-frame.html
+++ b/testapidocs/allclasses-frame.html
@@ -2,7 +2,7 @@
-
+
All Classes (API-The MovieDB 3.6-SNAPSHOT Test API)
diff --git a/testapidocs/allclasses-noframe.html b/testapidocs/allclasses-noframe.html
index 8327e0518..8293aba40 100644
--- a/testapidocs/allclasses-noframe.html
+++ b/testapidocs/allclasses-noframe.html
@@ -2,7 +2,7 @@
-
+
All Classes (API-The MovieDB 3.6-SNAPSHOT Test API)
diff --git a/testapidocs/com/omertron/themoviedbapi/TestLogger.html b/testapidocs/com/omertron/themoviedbapi/TestLogger.html
index 63aed04d2..3910db827 100644
--- a/testapidocs/com/omertron/themoviedbapi/TestLogger.html
+++ b/testapidocs/com/omertron/themoviedbapi/TestLogger.html
@@ -2,7 +2,7 @@
-
+
TestLogger (API-The MovieDB 3.6-SNAPSHOT Test API)
diff --git a/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html b/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html
index 7cde2da8b..12c30605b 100644
--- a/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html
+++ b/testapidocs/com/omertron/themoviedbapi/TheMovieDbApiTest.html
@@ -2,7 +2,7 @@
-
+
TheMovieDbApiTest (API-The MovieDB 3.6-SNAPSHOT Test API)
diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html b/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html
index 71e7624e0..6d9d0aca7 100644
--- a/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html
+++ b/testapidocs/com/omertron/themoviedbapi/class-use/TestLogger.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.TestLogger (API-The MovieDB 3.6-SNAPSHOT Test API)
diff --git a/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html b/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html
index edfa4935a..9df614884 100644
--- a/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html
+++ b/testapidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApiTest.html
@@ -2,7 +2,7 @@
-
+
Uses of Class com.omertron.themoviedbapi.TheMovieDbApiTest (API-The MovieDB 3.6-SNAPSHOT Test API)
diff --git a/testapidocs/com/omertron/themoviedbapi/package-frame.html b/testapidocs/com/omertron/themoviedbapi/package-frame.html
index f948dbd0e..f53117ea7 100644
--- a/testapidocs/com/omertron/themoviedbapi/package-frame.html
+++ b/testapidocs/com/omertron/themoviedbapi/package-frame.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi (API-The MovieDB 3.6-SNAPSHOT Test API)
diff --git a/testapidocs/com/omertron/themoviedbapi/package-summary.html b/testapidocs/com/omertron/themoviedbapi/package-summary.html
index 1f09caf09..71dcf6bdc 100644
--- a/testapidocs/com/omertron/themoviedbapi/package-summary.html
+++ b/testapidocs/com/omertron/themoviedbapi/package-summary.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi (API-The MovieDB 3.6-SNAPSHOT Test API)
diff --git a/testapidocs/com/omertron/themoviedbapi/package-tree.html b/testapidocs/com/omertron/themoviedbapi/package-tree.html
index 9bbd6a0e3..35a98b8e9 100644
--- a/testapidocs/com/omertron/themoviedbapi/package-tree.html
+++ b/testapidocs/com/omertron/themoviedbapi/package-tree.html
@@ -2,7 +2,7 @@
-
+
com.omertron.themoviedbapi Class Hierarchy (API-The MovieDB 3.6-SNAPSHOT Test API)
diff --git a/testapidocs/com/omertron/themoviedbapi/package-use.html b/testapidocs/com/omertron/themoviedbapi/package-use.html
index 69484619e..99888d117 100644
--- a/testapidocs/com/omertron/themoviedbapi/package-use.html
+++ b/testapidocs/com/omertron/themoviedbapi/package-use.html
@@ -2,7 +2,7 @@
-
+
Uses of Package com.omertron.themoviedbapi (API-The MovieDB 3.6-SNAPSHOT Test API)
diff --git a/testapidocs/constant-values.html b/testapidocs/constant-values.html
index b75a43c5b..3990c9ce3 100644
--- a/testapidocs/constant-values.html
+++ b/testapidocs/constant-values.html
@@ -2,7 +2,7 @@
-
+
Constant Field Values (API-The MovieDB 3.6-SNAPSHOT Test API)
diff --git a/testapidocs/deprecated-list.html b/testapidocs/deprecated-list.html
index d128d7524..9e8fe0c06 100644
--- a/testapidocs/deprecated-list.html
+++ b/testapidocs/deprecated-list.html
@@ -2,7 +2,7 @@
-
+
Deprecated List (API-The MovieDB 3.6-SNAPSHOT Test API)
diff --git a/testapidocs/help-doc.html b/testapidocs/help-doc.html
index cd7c9dc9d..0289e738b 100644
--- a/testapidocs/help-doc.html
+++ b/testapidocs/help-doc.html
@@ -2,7 +2,7 @@
-
+
API Help (API-The MovieDB 3.6-SNAPSHOT Test API)
diff --git a/testapidocs/index-all.html b/testapidocs/index-all.html
index 59e6f9973..64cdcc927 100644
--- a/testapidocs/index-all.html
+++ b/testapidocs/index-all.html
@@ -2,7 +2,7 @@
-
+
Index (API-The MovieDB 3.6-SNAPSHOT Test API)
diff --git a/testapidocs/index.html b/testapidocs/index.html
index 4aa55111d..cd256a468 100644
--- a/testapidocs/index.html
+++ b/testapidocs/index.html
@@ -2,7 +2,7 @@
-
+
API-The MovieDB 3.6-SNAPSHOT Test API
diff --git a/testapidocs/overview-tree.html b/testapidocs/overview-tree.html
index b7217629f..3b706cac6 100644
--- a/testapidocs/overview-tree.html
+++ b/testapidocs/overview-tree.html
@@ -2,7 +2,7 @@
-
+
Class Hierarchy (API-The MovieDB 3.6-SNAPSHOT Test API)