Files
api-themoviedb/apidocs/serialized-form.html
2017-09-06 09:44:19 +00:00

2876 lines
135 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_141) on Wed Sep 06 09:33:35 UTC 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Serialized Form (API-The MovieDB 4.4-SNAPSHOT API)</title>
<meta name="date" content="2017-09-06">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Serialized Form (API-The MovieDB 4.4-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
<li><a href="serialized-form.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Serialized Form" class="title">Serialized Form</h1>
</div>
<div class="serializedFormContainer">
<ul class="blockList">
<li class="blockList">
<h2 title="Package">Package&nbsp;com.omertron.themoviedbapi</h2>
<ul class="blockList">
<li class="blockList"><a name="com.omertron.themoviedbapi.MovieDbException">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/MovieDbException.html" title="class in com.omertron.themoviedbapi">com.omertron.themoviedbapi.MovieDbException</a> extends org.yamj.api.common.exception.ApiException implements Serializable</h3>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;com.omertron.themoviedbapi.model</h2>
<ul class="blockList">
<li class="blockList"><a name="com.omertron.themoviedbapi.model.AbstractIdName">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/AbstractIdName.html" title="class in com.omertron.themoviedbapi.model">com.omertron.themoviedbapi.model.AbstractIdName</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre>int id</pre>
</li>
<li class="blockListLast">
<h4>name</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.AbstractJsonMapping">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">com.omertron.themoviedbapi.model.AbstractJsonMapping</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.Certification">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/Certification.html" title="class in com.omertron.themoviedbapi.model">com.omertron.themoviedbapi.model.Certification</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>value</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value</pre>
</li>
<li class="blockList">
<h4>meaning</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> meaning</pre>
</li>
<li class="blockListLast">
<h4>order</h4>
<pre>int order</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.FindResults">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/FindResults.html" title="class in com.omertron.themoviedbapi.model">com.omertron.themoviedbapi.model.FindResults</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>movieResults</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; movieResults</pre>
</li>
<li class="blockList">
<h4>personResults</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; personResults</pre>
</li>
<li class="blockList">
<h4>tvResults</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; tvResults</pre>
</li>
<li class="blockList">
<h4>tvSeasonResults</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; tvSeasonResults</pre>
</li>
<li class="blockListLast">
<h4>tvEpisodeResults</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; tvEpisodeResults</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.Genre">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/Genre.html" title="class in com.omertron.themoviedbapi.model">com.omertron.themoviedbapi.model.Genre</a> extends <a href="com/omertron/themoviedbapi/model/AbstractIdName.html" title="class in com.omertron.themoviedbapi.model">AbstractIdName</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.Language">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/Language.html" title="class in com.omertron.themoviedbapi.model">com.omertron.themoviedbapi.model.Language</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>code</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> code</pre>
</li>
<li class="blockListLast">
<h4>name</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.StatusCode">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/StatusCode.html" title="class in com.omertron.themoviedbapi.model">com.omertron.themoviedbapi.model.StatusCode</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>code</h4>
<pre>int code</pre>
</li>
<li class="blockListLast">
<h4>message</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;com.omertron.themoviedbapi.model.account</h2>
<ul class="blockList">
<li class="blockList"><a name="com.omertron.themoviedbapi.model.account.Account">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/account/Account.html" title="class in com.omertron.themoviedbapi.model.account">com.omertron.themoviedbapi.model.account.Account</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre>int id</pre>
</li>
<li class="blockList">
<h4>name</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
</li>
<li class="blockList">
<h4>userName</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> userName</pre>
</li>
<li class="blockList">
<h4>includeAdult</h4>
<pre>boolean includeAdult</pre>
</li>
<li class="blockList">
<h4>language</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language</pre>
</li>
<li class="blockList">
<h4>country</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> country</pre>
</li>
<li class="blockListLast">
<h4>avatar</h4>
<pre><a href="com/omertron/themoviedbapi/model/account/Avatar.html" title="class in com.omertron.themoviedbapi.model.account">Avatar</a> avatar</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.account.Avatar">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/account/Avatar.html" title="class in com.omertron.themoviedbapi.model.account">com.omertron.themoviedbapi.model.account.Avatar</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>hash</h4>
<pre><a href="com/omertron/themoviedbapi/model/account/AvatarHash.html" title="class in com.omertron.themoviedbapi.model.account">AvatarHash</a> hash</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.account.AvatarHash">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/account/AvatarHash.html" title="class in com.omertron.themoviedbapi.model.account">com.omertron.themoviedbapi.model.account.AvatarHash</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>hash</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> hash</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;com.omertron.themoviedbapi.model.artwork</h2>
<ul class="blockList">
<li class="blockList"><a name="com.omertron.themoviedbapi.model.artwork.Artwork">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/artwork/Artwork.html" title="class in com.omertron.themoviedbapi.model.artwork">com.omertron.themoviedbapi.model.artwork.Artwork</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id</pre>
</li>
<li class="blockList">
<h4>aspectRatio</h4>
<pre>float aspectRatio</pre>
</li>
<li class="blockList">
<h4>filePath</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> filePath</pre>
</li>
<li class="blockList">
<h4>height</h4>
<pre>int height</pre>
</li>
<li class="blockList">
<h4>language</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language</pre>
</li>
<li class="blockList">
<h4>width</h4>
<pre>int width</pre>
</li>
<li class="blockList">
<h4>voteAverage</h4>
<pre>float voteAverage</pre>
</li>
<li class="blockList">
<h4>voteCount</h4>
<pre>int voteCount</pre>
</li>
<li class="blockList">
<h4>flag</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> flag</pre>
</li>
<li class="blockListLast">
<h4>artworkType</h4>
<pre><a href="com/omertron/themoviedbapi/enumeration/ArtworkType.html" title="enum in com.omertron.themoviedbapi.enumeration">ArtworkType</a> artworkType</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.artwork.ArtworkMedia">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/artwork/ArtworkMedia.html" title="class in com.omertron.themoviedbapi.model.artwork">com.omertron.themoviedbapi.model.artwork.ArtworkMedia</a> extends <a href="com/omertron/themoviedbapi/model/artwork/Artwork.html" title="class in com.omertron.themoviedbapi.model.artwork">Artwork</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>mediaType</h4>
<pre><a href="com/omertron/themoviedbapi/enumeration/MediaType.html" title="enum in com.omertron.themoviedbapi.enumeration">MediaType</a> mediaType</pre>
</li>
<li class="blockListLast">
<h4>media</h4>
<pre><a href="com/omertron/themoviedbapi/model/media/MediaBasic.html" title="class in com.omertron.themoviedbapi.model.media">MediaBasic</a> media</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;com.omertron.themoviedbapi.model.authentication</h2>
<ul class="blockList">
<li class="blockList"><a name="com.omertron.themoviedbapi.model.authentication.TokenAuthorisation">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/authentication/TokenAuthorisation.html" title="class in com.omertron.themoviedbapi.model.authentication">com.omertron.themoviedbapi.model.authentication.TokenAuthorisation</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>expires</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> expires</pre>
</li>
<li class="blockList">
<h4>requestToken</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> requestToken</pre>
</li>
<li class="blockListLast">
<h4>success</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> success</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.authentication.TokenSession">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/authentication/TokenSession.html" title="class in com.omertron.themoviedbapi.model.authentication">com.omertron.themoviedbapi.model.authentication.TokenSession</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>sessionId</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sessionId</pre>
</li>
<li class="blockList">
<h4>success</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> success</pre>
</li>
<li class="blockList">
<h4>statusCode</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> statusCode</pre>
</li>
<li class="blockList">
<h4>statusMessage</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> statusMessage</pre>
</li>
<li class="blockList">
<h4>guestSessionId</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> guestSessionId</pre>
</li>
<li class="blockListLast">
<h4>expiresAt</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> expiresAt</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;com.omertron.themoviedbapi.model.change</h2>
<ul class="blockList">
<li class="blockList"><a name="com.omertron.themoviedbapi.model.change.ChangedItem">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/change/ChangedItem.html" title="class in com.omertron.themoviedbapi.model.change">com.omertron.themoviedbapi.model.change.ChangedItem</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id</pre>
</li>
<li class="blockList">
<h4>action</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> action</pre>
</li>
<li class="blockList">
<h4>time</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> time</pre>
</li>
<li class="blockList">
<h4>language</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language</pre>
</li>
<li class="blockList">
<h4>value</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value</pre>
</li>
<li class="blockListLast">
<h4>originalValue</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> originalValue</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.change.ChangeKeyItem">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/change/ChangeKeyItem.html" title="class in com.omertron.themoviedbapi.model.change">com.omertron.themoviedbapi.model.change.ChangeKeyItem</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>key</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key</pre>
</li>
<li class="blockListLast">
<h4>changedItems</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; changedItems</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.change.ChangeListItem">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/change/ChangeListItem.html" title="class in com.omertron.themoviedbapi.model.change">com.omertron.themoviedbapi.model.change.ChangeListItem</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre>int id</pre>
</li>
<li class="blockListLast">
<h4>adult</h4>
<pre>boolean adult</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;com.omertron.themoviedbapi.model.collection</h2>
<ul class="blockList">
<li class="blockList"><a name="com.omertron.themoviedbapi.model.collection.Collection">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/collection/Collection.html" title="class in com.omertron.themoviedbapi.model.collection">com.omertron.themoviedbapi.model.collection.Collection</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre>int id</pre>
</li>
<li class="blockList">
<h4>title</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> title</pre>
</li>
<li class="blockList">
<h4>name</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
</li>
<li class="blockList">
<h4>posterPath</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> posterPath</pre>
</li>
<li class="blockList">
<h4>backdropPath</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> backdropPath</pre>
</li>
<li class="blockList">
<h4>releaseDate</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> releaseDate</pre>
</li>
<li class="blockList">
<h4>genreIds</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; genreIds</pre>
</li>
<li class="blockList">
<h4>adult</h4>
<pre>boolean adult</pre>
</li>
<li class="blockList">
<h4>originalLanguage</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> originalLanguage</pre>
</li>
<li class="blockList">
<h4>originalTitle</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> originalTitle</pre>
</li>
<li class="blockList">
<h4>overview</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> overview</pre>
</li>
<li class="blockList">
<h4>video</h4>
<pre>boolean video</pre>
</li>
<li class="blockList">
<h4>popularity</h4>
<pre>float popularity</pre>
</li>
<li class="blockList">
<h4>voteAverage</h4>
<pre>float voteAverage</pre>
</li>
<li class="blockListLast">
<h4>voteCount</h4>
<pre>int voteCount</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.collection.CollectionInfo">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/collection/CollectionInfo.html" title="class in com.omertron.themoviedbapi.model.collection">com.omertron.themoviedbapi.model.collection.CollectionInfo</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre>int id</pre>
</li>
<li class="blockList">
<h4>name</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
</li>
<li class="blockList">
<h4>overview</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> overview</pre>
</li>
<li class="blockList">
<h4>posterPath</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> posterPath</pre>
</li>
<li class="blockList">
<h4>backdropPath</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> backdropPath</pre>
</li>
<li class="blockListLast">
<h4>parts</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; parts</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;com.omertron.themoviedbapi.model.company</h2>
<ul class="blockList">
<li class="blockList"><a name="com.omertron.themoviedbapi.model.company.Company">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/company/Company.html" title="class in com.omertron.themoviedbapi.model.company">com.omertron.themoviedbapi.model.company.Company</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre>int id</pre>
</li>
<li class="blockList">
<h4>name</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
</li>
<li class="blockList">
<h4>description</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> description</pre>
</li>
<li class="blockList">
<h4>headquarters</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> headquarters</pre>
</li>
<li class="blockList">
<h4>homepage</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> homepage</pre>
</li>
<li class="blockList">
<h4>logoPath</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> logoPath</pre>
</li>
<li class="blockListLast">
<h4>parentCompany</h4>
<pre><a href="com/omertron/themoviedbapi/model/company/Company.html" title="class in com.omertron.themoviedbapi.model.company">Company</a> parentCompany</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;com.omertron.themoviedbapi.model.config</h2>
<ul class="blockList">
<li class="blockList"><a name="com.omertron.themoviedbapi.model.config.Configuration">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/config/Configuration.html" title="class in com.omertron.themoviedbapi.model.config">com.omertron.themoviedbapi.model.config.Configuration</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>baseUrl</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> baseUrl</pre>
</li>
<li class="blockList">
<h4>secureBaseUrl</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> secureBaseUrl</pre>
</li>
<li class="blockList">
<h4>posterSizes</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; posterSizes</pre>
</li>
<li class="blockList">
<h4>backdropSizes</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; backdropSizes</pre>
</li>
<li class="blockList">
<h4>profileSizes</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; profileSizes</pre>
</li>
<li class="blockList">
<h4>logoSizes</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; logoSizes</pre>
</li>
<li class="blockListLast">
<h4>stillSizes</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; stillSizes</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.config.JobDepartment">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/config/JobDepartment.html" title="class in com.omertron.themoviedbapi.model.config">com.omertron.themoviedbapi.model.config.JobDepartment</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>department</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> department</pre>
</li>
<li class="blockListLast">
<h4>jobs</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; jobs</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;com.omertron.themoviedbapi.model.credits</h2>
<ul class="blockList">
<li class="blockList"><a name="com.omertron.themoviedbapi.model.credits.CreditBasic">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/credits/CreditBasic.html" title="class in com.omertron.themoviedbapi.model.credits">com.omertron.themoviedbapi.model.credits.CreditBasic</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>creditType</h4>
<pre><a href="com/omertron/themoviedbapi/enumeration/CreditType.html" title="enum in com.omertron.themoviedbapi.enumeration">CreditType</a> creditType</pre>
</li>
<li class="blockList">
<h4>mediaType</h4>
<pre><a href="com/omertron/themoviedbapi/enumeration/MediaType.html" title="enum in com.omertron.themoviedbapi.enumeration">MediaType</a> mediaType</pre>
</li>
<li class="blockList">
<h4>creditId</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> creditId</pre>
</li>
<li class="blockList">
<h4>id</h4>
<pre>int id</pre>
</li>
<li class="blockList">
<h4>artworkPath</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> artworkPath</pre>
</li>
<li class="blockList">
<h4>character</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> character</pre>
</li>
<li class="blockList">
<h4>department</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> department</pre>
</li>
<li class="blockListLast">
<h4>job</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> job</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.credits.CreditMovieBasic">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/credits/CreditMovieBasic.html" title="class in com.omertron.themoviedbapi.model.credits">com.omertron.themoviedbapi.model.credits.CreditMovieBasic</a> extends <a href="com/omertron/themoviedbapi/model/credits/CreditBasic.html" title="class in com.omertron.themoviedbapi.model.credits">CreditBasic</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>adult</h4>
<pre>boolean adult</pre>
</li>
<li class="blockList">
<h4>originalTitle</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> originalTitle</pre>
</li>
<li class="blockList">
<h4>releaseDate</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> releaseDate</pre>
</li>
<li class="blockListLast">
<h4>title</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> title</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.credits.CreditTVBasic">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/credits/CreditTVBasic.html" title="class in com.omertron.themoviedbapi.model.credits">com.omertron.themoviedbapi.model.credits.CreditTVBasic</a> extends <a href="com/omertron/themoviedbapi/model/credits/CreditBasic.html" title="class in com.omertron.themoviedbapi.model.credits">CreditBasic</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>episodeCount</h4>
<pre>int episodeCount</pre>
</li>
<li class="blockList">
<h4>firstAirDate</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> firstAirDate</pre>
</li>
<li class="blockList">
<h4>name</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
</li>
<li class="blockListLast">
<h4>originalName</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> originalName</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.credits.MediaCredit">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/credits/MediaCredit.html" title="class in com.omertron.themoviedbapi.model.credits">com.omertron.themoviedbapi.model.credits.MediaCredit</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>creditId</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> creditId</pre>
</li>
<li class="blockList">
<h4>id</h4>
<pre>int id</pre>
</li>
<li class="blockList">
<h4>artworkPath</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> artworkPath</pre>
</li>
<li class="blockList">
<h4>name</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
</li>
<li class="blockListLast">
<h4>gender</h4>
<pre>int gender</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.credits.MediaCreditCast">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/credits/MediaCreditCast.html" title="class in com.omertron.themoviedbapi.model.credits">com.omertron.themoviedbapi.model.credits.MediaCreditCast</a> extends <a href="com/omertron/themoviedbapi/model/credits/MediaCredit.html" title="class in com.omertron.themoviedbapi.model.credits">MediaCredit</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>castId</h4>
<pre>int castId</pre>
</li>
<li class="blockList">
<h4>character</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> character</pre>
</li>
<li class="blockListLast">
<h4>order</h4>
<pre>int order</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.credits.MediaCreditCrew">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/credits/MediaCreditCrew.html" title="class in com.omertron.themoviedbapi.model.credits">com.omertron.themoviedbapi.model.credits.MediaCreditCrew</a> extends <a href="com/omertron/themoviedbapi/model/credits/MediaCredit.html" title="class in com.omertron.themoviedbapi.model.credits">MediaCredit</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>department</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> department</pre>
</li>
<li class="blockListLast">
<h4>job</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> job</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;com.omertron.themoviedbapi.model.keyword</h2>
<ul class="blockList">
<li class="blockList"><a name="com.omertron.themoviedbapi.model.keyword.Keyword">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/keyword/Keyword.html" title="class in com.omertron.themoviedbapi.model.keyword">com.omertron.themoviedbapi.model.keyword.Keyword</a> extends <a href="com/omertron/themoviedbapi/model/AbstractIdName.html" title="class in com.omertron.themoviedbapi.model">AbstractIdName</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;com.omertron.themoviedbapi.model.list</h2>
<ul class="blockList">
<li class="blockList"><a name="com.omertron.themoviedbapi.model.list.ListItem">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/list/ListItem.html" title="class in com.omertron.themoviedbapi.model.list">com.omertron.themoviedbapi.model.list.ListItem</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id</pre>
</li>
<li class="blockList">
<h4>createdBy</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> createdBy</pre>
</li>
<li class="blockList">
<h4>description</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> description</pre>
</li>
<li class="blockList">
<h4>favoriteCount</h4>
<pre>int favoriteCount</pre>
</li>
<li class="blockList">
<h4>items</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; items</pre>
</li>
<li class="blockList">
<h4>itemCount</h4>
<pre>int itemCount</pre>
</li>
<li class="blockList">
<h4>language</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language</pre>
</li>
<li class="blockList">
<h4>name</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
</li>
<li class="blockList">
<h4>posterPath</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> posterPath</pre>
</li>
<li class="blockList">
<h4>statusCode</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> statusCode</pre>
</li>
<li class="blockListLast">
<h4>statusMessage</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> statusMessage</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.list.ListItemStatus">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/list/ListItemStatus.html" title="class in com.omertron.themoviedbapi.model.list">com.omertron.themoviedbapi.model.list.ListItemStatus</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>101L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id</pre>
</li>
<li class="blockList">
<h4>statusCode</h4>
<pre>int statusCode</pre>
</li>
<li class="blockListLast">
<h4>itemPresent</h4>
<pre>boolean itemPresent</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.list.ListStatusCode">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/list/ListStatusCode.html" title="class in com.omertron.themoviedbapi.model.list">com.omertron.themoviedbapi.model.list.ListStatusCode</a> extends <a href="com/omertron/themoviedbapi/model/StatusCode.html" title="class in com.omertron.themoviedbapi.model">StatusCode</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>listId</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> listId</pre>
</li>
<li class="blockListLast">
<h4>success</h4>
<pre>boolean success</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.list.UserList">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/list/UserList.html" title="class in com.omertron.themoviedbapi.model.list">com.omertron.themoviedbapi.model.list.UserList</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id</pre>
</li>
<li class="blockList">
<h4>description</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> description</pre>
</li>
<li class="blockList">
<h4>favoriteCount</h4>
<pre>int favoriteCount</pre>
</li>
<li class="blockList">
<h4>itemCount</h4>
<pre>int itemCount</pre>
</li>
<li class="blockList">
<h4>language</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language</pre>
</li>
<li class="blockList">
<h4>listType</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> listType</pre>
</li>
<li class="blockList">
<h4>name</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
</li>
<li class="blockListLast">
<h4>posterPath</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> posterPath</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;com.omertron.themoviedbapi.model.media</h2>
<ul class="blockList">
<li class="blockList"><a name="com.omertron.themoviedbapi.model.media.AlternativeTitle">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/media/AlternativeTitle.html" title="class in com.omertron.themoviedbapi.model.media">com.omertron.themoviedbapi.model.media.AlternativeTitle</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>country</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> country</pre>
</li>
<li class="blockListLast">
<h4>title</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> title</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.media.MediaBasic">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/media/MediaBasic.html" title="class in com.omertron.themoviedbapi.model.media">com.omertron.themoviedbapi.model.media.MediaBasic</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre>int id</pre>
</li>
<li class="blockList">
<h4>mediaType</h4>
<pre><a href="com/omertron/themoviedbapi/enumeration/MediaType.html" title="enum in com.omertron.themoviedbapi.enumeration">MediaType</a> mediaType</pre>
</li>
<li class="blockList">
<h4>backdropPath</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> backdropPath</pre>
</li>
<li class="blockList">
<h4>posterPath</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> posterPath</pre>
</li>
<li class="blockList">
<h4>popularity</h4>
<pre>float popularity</pre>
</li>
<li class="blockList">
<h4>voteAverage</h4>
<pre>float voteAverage</pre>
</li>
<li class="blockListLast">
<h4>voteCount</h4>
<pre>int voteCount</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.media.MediaCreditList">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/media/MediaCreditList.html" title="class in com.omertron.themoviedbapi.model.media">com.omertron.themoviedbapi.model.media.MediaCreditList</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre>int id</pre>
</li>
<li class="blockList">
<h4>cast</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; cast</pre>
</li>
<li class="blockList">
<h4>guestStars</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; guestStars</pre>
</li>
<li class="blockListLast">
<h4>crew</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; crew</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.media.MediaState">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/media/MediaState.html" title="class in com.omertron.themoviedbapi.model.media">com.omertron.themoviedbapi.model.media.MediaState</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre>int id</pre>
</li>
<li class="blockList">
<h4>favorite</h4>
<pre>boolean favorite</pre>
</li>
<li class="blockList">
<h4>watchlist</h4>
<pre>boolean watchlist</pre>
</li>
<li class="blockListLast">
<h4>rated</h4>
<pre>float rated</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.media.RatedValue">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/media/RatedValue.html" title="class in com.omertron.themoviedbapi.model.media">com.omertron.themoviedbapi.model.media.RatedValue</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>value</h4>
<pre>float value</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.media.Trailer">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/media/Trailer.html" title="class in com.omertron.themoviedbapi.model.media">com.omertron.themoviedbapi.model.media.Trailer</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>name</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
</li>
<li class="blockList">
<h4>size</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> size</pre>
</li>
<li class="blockList">
<h4>source</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> source</pre>
</li>
<li class="blockListLast">
<h4>type</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> type</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.media.Translation">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/media/Translation.html" title="class in com.omertron.themoviedbapi.model.media">com.omertron.themoviedbapi.model.media.Translation</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>englishName</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> englishName</pre>
</li>
<li class="blockList">
<h4>language</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language</pre>
</li>
<li class="blockList">
<h4>name</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
</li>
<li class="blockListLast">
<h4>country</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> country</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.media.Video">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/media/Video.html" title="class in com.omertron.themoviedbapi.model.media">com.omertron.themoviedbapi.model.media.Video</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id</pre>
</li>
<li class="blockList">
<h4>key</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key</pre>
</li>
<li class="blockList">
<h4>name</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
</li>
<li class="blockList">
<h4>site</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> site</pre>
</li>
<li class="blockList">
<h4>size</h4>
<pre>int size</pre>
</li>
<li class="blockList">
<h4>type</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> type</pre>
</li>
<li class="blockList">
<h4>language</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language</pre>
</li>
<li class="blockListLast">
<h4>country</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> country</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;com.omertron.themoviedbapi.model.movie</h2>
<ul class="blockList">
<li class="blockList"><a name="com.omertron.themoviedbapi.model.movie.MovieBasic">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/movie/MovieBasic.html" title="class in com.omertron.themoviedbapi.model.movie">com.omertron.themoviedbapi.model.movie.MovieBasic</a> extends <a href="com/omertron/themoviedbapi/model/media/MediaBasic.html" title="class in com.omertron.themoviedbapi.model.media">MediaBasic</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>mediaId</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> mediaId</pre>
</li>
<li class="blockList">
<h4>adult</h4>
<pre>boolean adult</pre>
</li>
<li class="blockList">
<h4>originalTitle</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> originalTitle</pre>
</li>
<li class="blockList">
<h4>releaseDate</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> releaseDate</pre>
</li>
<li class="blockList">
<h4>title</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> title</pre>
</li>
<li class="blockList">
<h4>video</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> video</pre>
</li>
<li class="blockList">
<h4>userRating</h4>
<pre>float userRating</pre>
</li>
<li class="blockList">
<h4>genreIds</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; genreIds</pre>
</li>
<li class="blockList">
<h4>originalLanguage</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> originalLanguage</pre>
</li>
<li class="blockList">
<h4>overview</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> overview</pre>
</li>
<li class="blockListLast">
<h4>revenue</h4>
<pre>long revenue</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.movie.MovieInfo">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/movie/MovieInfo.html" title="class in com.omertron.themoviedbapi.model.movie">com.omertron.themoviedbapi.model.movie.MovieInfo</a> extends <a href="com/omertron/themoviedbapi/model/movie/MovieBasic.html" title="class in com.omertron.themoviedbapi.model.movie">MovieBasic</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>belongsToCollection</h4>
<pre><a href="com/omertron/themoviedbapi/model/collection/Collection.html" title="class in com.omertron.themoviedbapi.model.collection">Collection</a> belongsToCollection</pre>
</li>
<li class="blockList">
<h4>budget</h4>
<pre>long budget</pre>
</li>
<li class="blockList">
<h4>genres</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; genres</pre>
</li>
<li class="blockList">
<h4>homepage</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> homepage</pre>
</li>
<li class="blockList">
<h4>imdbID</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> imdbID</pre>
</li>
<li class="blockList">
<h4>productionCompanies</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; productionCompanies</pre>
</li>
<li class="blockList">
<h4>productionCountries</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; productionCountries</pre>
</li>
<li class="blockList">
<h4>runtime</h4>
<pre>int runtime</pre>
</li>
<li class="blockList">
<h4>spokenLanguages</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; spokenLanguages</pre>
</li>
<li class="blockList">
<h4>tagline</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tagline</pre>
</li>
<li class="blockList">
<h4>status</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> status</pre>
</li>
<li class="blockList">
<h4>methods</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">E</a>&gt; methods</pre>
</li>
<li class="blockList">
<h4>alternativeTitles</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; alternativeTitles</pre>
</li>
<li class="blockList">
<h4>credits</h4>
<pre><a href="com/omertron/themoviedbapi/model/media/MediaCreditList.html" title="class in com.omertron.themoviedbapi.model.media">MediaCreditList</a> credits</pre>
</li>
<li class="blockList">
<h4>images</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; images</pre>
</li>
<li class="blockList">
<h4>keywords</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; keywords</pre>
</li>
<li class="blockList">
<h4>releases</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; releases</pre>
</li>
<li class="blockList">
<h4>videos</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; videos</pre>
</li>
<li class="blockList">
<h4>translations</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; translations</pre>
</li>
<li class="blockList">
<h4>similarMovies</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; similarMovies</pre>
</li>
<li class="blockList">
<h4>reviews</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; reviews</pre>
</li>
<li class="blockList">
<h4>lists</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; lists</pre>
</li>
<li class="blockListLast">
<h4>changes</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; changes</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.movie.ProductionCompany">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/movie/ProductionCompany.html" title="class in com.omertron.themoviedbapi.model.movie">com.omertron.themoviedbapi.model.movie.ProductionCompany</a> extends <a href="com/omertron/themoviedbapi/model/AbstractIdName.html" title="class in com.omertron.themoviedbapi.model">AbstractIdName</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.movie.ProductionCountry">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/movie/ProductionCountry.html" title="class in com.omertron.themoviedbapi.model.movie">com.omertron.themoviedbapi.model.movie.ProductionCountry</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>country</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> country</pre>
</li>
<li class="blockListLast">
<h4>name</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.movie.Release">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/movie/Release.html" title="class in com.omertron.themoviedbapi.model.movie">com.omertron.themoviedbapi.model.movie.Release</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>certification</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> certification</pre>
</li>
<li class="blockListLast">
<h4>releaseDate</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> releaseDate</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.movie.ReleaseDate">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/movie/ReleaseDate.html" title="class in com.omertron.themoviedbapi.model.movie">com.omertron.themoviedbapi.model.movie.ReleaseDate</a> extends <a href="com/omertron/themoviedbapi/model/movie/Release.html" title="class in com.omertron.themoviedbapi.model.movie">Release</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>note</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> note</pre>
</li>
<li class="blockList">
<h4>language</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> language</pre>
</li>
<li class="blockListLast">
<h4>releaseType</h4>
<pre><a href="com/omertron/themoviedbapi/enumeration/ReleaseType.html" title="enum in com.omertron.themoviedbapi.enumeration">ReleaseType</a> releaseType</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.movie.ReleaseDates">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/movie/ReleaseDates.html" title="class in com.omertron.themoviedbapi.model.movie">com.omertron.themoviedbapi.model.movie.ReleaseDates</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>country</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> country</pre>
</li>
<li class="blockListLast">
<h4>releaseDate</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; releaseDate</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.movie.ReleaseInfo">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/movie/ReleaseInfo.html" title="class in com.omertron.themoviedbapi.model.movie">com.omertron.themoviedbapi.model.movie.ReleaseInfo</a> extends <a href="com/omertron/themoviedbapi/model/movie/Release.html" title="class in com.omertron.themoviedbapi.model.movie">Release</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>country</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> country</pre>
</li>
<li class="blockListLast">
<h4>primary</h4>
<pre>boolean primary</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;com.omertron.themoviedbapi.model.network</h2>
<ul class="blockList">
<li class="blockList"><a name="com.omertron.themoviedbapi.model.network.Network">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/network/Network.html" title="class in com.omertron.themoviedbapi.model.network">com.omertron.themoviedbapi.model.network.Network</a> extends <a href="com/omertron/themoviedbapi/model/AbstractIdName.html" title="class in com.omertron.themoviedbapi.model">AbstractIdName</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;com.omertron.themoviedbapi.model.person</h2>
<ul class="blockList">
<li class="blockList"><a name="com.omertron.themoviedbapi.model.person.ContentRating">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/person/ContentRating.html" title="class in com.omertron.themoviedbapi.model.person">com.omertron.themoviedbapi.model.person.ContentRating</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>country</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> country</pre>
</li>
<li class="blockListLast">
<h4>rating</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> rating</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.person.CreditInfo">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/person/CreditInfo.html" title="class in com.omertron.themoviedbapi.model.person">com.omertron.themoviedbapi.model.person.CreditInfo</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id</pre>
</li>
<li class="blockList">
<h4>creditType</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> creditType</pre>
</li>
<li class="blockList">
<h4>department</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> department</pre>
</li>
<li class="blockList">
<h4>job</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> job</pre>
</li>
<li class="blockList">
<h4>mediaType</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> mediaType</pre>
</li>
<li class="blockList">
<h4>person</h4>
<pre><a href="com/omertron/themoviedbapi/model/person/PersonBasic.html" title="class in com.omertron.themoviedbapi.model.person">PersonBasic</a> person</pre>
</li>
<li class="blockListLast">
<h4>media</h4>
<pre><a href="com/omertron/themoviedbapi/model/tv/TVCredit.html" title="class in com.omertron.themoviedbapi.model.tv">TVCredit</a> media</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.person.ExternalID">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/person/ExternalID.html" title="class in com.omertron.themoviedbapi.model.person">com.omertron.themoviedbapi.model.person.ExternalID</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre>int id</pre>
</li>
<li class="blockList">
<h4>imdbId</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> imdbId</pre>
</li>
<li class="blockList">
<h4>freebaseMid</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> freebaseMid</pre>
</li>
<li class="blockList">
<h4>freebaseId</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> freebaseId</pre>
</li>
<li class="blockList">
<h4>tvdbId</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tvdbId</pre>
</li>
<li class="blockList">
<h4>tvrageId</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tvrageId</pre>
</li>
<li class="blockList">
<h4>facebookId</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> facebookId</pre>
</li>
<li class="blockList">
<h4>twitterId</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> twitterId</pre>
</li>
<li class="blockListLast">
<h4>instagramId</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> instagramId</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.person.PersonBasic">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/person/PersonBasic.html" title="class in com.omertron.themoviedbapi.model.person">com.omertron.themoviedbapi.model.person.PersonBasic</a> extends <a href="com/omertron/themoviedbapi/model/AbstractIdName.html" title="class in com.omertron.themoviedbapi.model">AbstractIdName</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>profilePath</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> profilePath</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.person.PersonCreditList">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/person/PersonCreditList.html" title="class in com.omertron.themoviedbapi.model.person">com.omertron.themoviedbapi.model.person.PersonCreditList</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>101L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre>int id</pre>
</li>
<li class="blockList">
<h4>cast</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; cast</pre>
</li>
<li class="blockListLast">
<h4>crew</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; crew</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.person.PersonFind">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/person/PersonFind.html" title="class in com.omertron.themoviedbapi.model.person">com.omertron.themoviedbapi.model.person.PersonFind</a> extends <a href="com/omertron/themoviedbapi/model/person/PersonBasic.html" title="class in com.omertron.themoviedbapi.model.person">PersonBasic</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>adult</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> adult</pre>
</li>
<li class="blockList">
<h4>popularity</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a> popularity</pre>
</li>
<li class="blockListLast">
<h4>knownFor</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; knownFor</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.person.PersonInfo">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/person/PersonInfo.html" title="class in com.omertron.themoviedbapi.model.person">com.omertron.themoviedbapi.model.person.PersonInfo</a> extends <a href="com/omertron/themoviedbapi/model/person/PersonBasic.html" title="class in com.omertron.themoviedbapi.model.person">PersonBasic</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>adult</h4>
<pre>boolean adult</pre>
</li>
<li class="blockList">
<h4>alsoKnownAs</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; alsoKnownAs</pre>
</li>
<li class="blockList">
<h4>biography</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> biography</pre>
</li>
<li class="blockList">
<h4>birthday</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> birthday</pre>
</li>
<li class="blockList">
<h4>deathday</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> deathday</pre>
</li>
<li class="blockList">
<h4>homepage</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> homepage</pre>
</li>
<li class="blockList">
<h4>imdbId</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> imdbId</pre>
</li>
<li class="blockList">
<h4>placeOfBirth</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> placeOfBirth</pre>
</li>
<li class="blockList">
<h4>popularity</h4>
<pre>float popularity</pre>
</li>
<li class="blockList">
<h4>gender</h4>
<pre><a href="com/omertron/themoviedbapi/enumeration/Gender.html" title="enum in com.omertron.themoviedbapi.enumeration">Gender</a> gender</pre>
</li>
<li class="blockList">
<h4>methods</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">E</a>&gt; methods</pre>
</li>
<li class="blockList">
<h4>changes</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; changes</pre>
</li>
<li class="blockList">
<h4>externalIDs</h4>
<pre><a href="com/omertron/themoviedbapi/model/person/ExternalID.html" title="class in com.omertron.themoviedbapi.model.person">ExternalID</a> externalIDs</pre>
</li>
<li class="blockList">
<h4>images</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; images</pre>
</li>
<li class="blockList">
<h4>taggedImages</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; taggedImages</pre>
</li>
<li class="blockList">
<h4>movieCredits</h4>
<pre><a href="com/omertron/themoviedbapi/model/person/PersonCreditList.html" title="class in com.omertron.themoviedbapi.model.person">PersonCreditList</a>&lt;<a href="com/omertron/themoviedbapi/model/person/PersonCreditList.html" title="type parameter in PersonCreditList">T</a> extends <a href="com/omertron/themoviedbapi/model/credits/CreditBasic.html" title="class in com.omertron.themoviedbapi.model.credits">CreditBasic</a>&gt; movieCredits</pre>
</li>
<li class="blockListLast">
<h4>tvCredits</h4>
<pre><a href="com/omertron/themoviedbapi/model/person/PersonCreditList.html" title="class in com.omertron.themoviedbapi.model.person">PersonCreditList</a>&lt;<a href="com/omertron/themoviedbapi/model/person/PersonCreditList.html" title="type parameter in PersonCreditList">T</a> extends <a href="com/omertron/themoviedbapi/model/credits/CreditBasic.html" title="class in com.omertron.themoviedbapi.model.credits">CreditBasic</a>&gt; tvCredits</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;com.omertron.themoviedbapi.model.review</h2>
<ul class="blockList">
<li class="blockList"><a name="com.omertron.themoviedbapi.model.review.Review">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/review/Review.html" title="class in com.omertron.themoviedbapi.model.review">com.omertron.themoviedbapi.model.review.Review</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id</pre>
</li>
<li class="blockList">
<h4>author</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> author</pre>
</li>
<li class="blockList">
<h4>content</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> content</pre>
</li>
<li class="blockList">
<h4>langauage</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> langauage</pre>
</li>
<li class="blockList">
<h4>mediaId</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> mediaId</pre>
</li>
<li class="blockList">
<h4>mediaTitle</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> mediaTitle</pre>
</li>
<li class="blockList">
<h4>mediaType</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> mediaType</pre>
</li>
<li class="blockListLast">
<h4>url</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> url</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;com.omertron.themoviedbapi.model.tv</h2>
<ul class="blockList">
<li class="blockList"><a name="com.omertron.themoviedbapi.model.tv.TVBasic">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/tv/TVBasic.html" title="class in com.omertron.themoviedbapi.model.tv">com.omertron.themoviedbapi.model.tv.TVBasic</a> extends <a href="com/omertron/themoviedbapi/model/media/MediaBasic.html" title="class in com.omertron.themoviedbapi.model.media">MediaBasic</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>name</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
</li>
<li class="blockList">
<h4>originalName</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> originalName</pre>
</li>
<li class="blockList">
<h4>firstAirDate</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> firstAirDate</pre>
</li>
<li class="blockList">
<h4>originCountry</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; originCountry</pre>
</li>
<li class="blockList">
<h4>rating</h4>
<pre>float rating</pre>
</li>
<li class="blockList">
<h4>genreIds</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; genreIds</pre>
</li>
<li class="blockList">
<h4>originalLanguage</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> originalLanguage</pre>
</li>
<li class="blockListLast">
<h4>overview</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> overview</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.tv.TVCredit">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/tv/TVCredit.html" title="class in com.omertron.themoviedbapi.model.tv">com.omertron.themoviedbapi.model.tv.TVCredit</a> extends <a href="com/omertron/themoviedbapi/model/AbstractIdName.html" title="class in com.omertron.themoviedbapi.model">AbstractIdName</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>originalName</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> originalName</pre>
</li>
<li class="blockList">
<h4>character</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> character</pre>
</li>
<li class="blockList">
<h4>seasons</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; seasons</pre>
</li>
<li class="blockListLast">
<h4>episodes</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; episodes</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.tv.TVEpisodeBasic">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html" title="class in com.omertron.themoviedbapi.model.tv">com.omertron.themoviedbapi.model.tv.TVEpisodeBasic</a> extends <a href="com/omertron/themoviedbapi/model/media/MediaBasic.html" title="class in com.omertron.themoviedbapi.model.media">MediaBasic</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>airDate</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> airDate</pre>
</li>
<li class="blockList">
<h4>seasonNumber</h4>
<pre>int seasonNumber</pre>
</li>
<li class="blockList">
<h4>episodeNumber</h4>
<pre>int episodeNumber</pre>
</li>
<li class="blockList">
<h4>name</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
</li>
<li class="blockList">
<h4>overview</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> overview</pre>
</li>
<li class="blockList">
<h4>stillPath</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> stillPath</pre>
</li>
<li class="blockListLast">
<h4>showId</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> showId</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.tv.TVEpisodeInfo">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/tv/TVEpisodeInfo.html" title="class in com.omertron.themoviedbapi.model.tv">com.omertron.themoviedbapi.model.tv.TVEpisodeInfo</a> extends <a href="com/omertron/themoviedbapi/model/tv/TVEpisodeBasic.html" title="class in com.omertron.themoviedbapi.model.tv">TVEpisodeBasic</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>crew</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; crew</pre>
</li>
<li class="blockList">
<h4>guestStars</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; guestStars</pre>
</li>
<li class="blockList">
<h4>productionCode</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> productionCode</pre>
</li>
<li class="blockList">
<h4>methods</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">E</a>&gt; methods</pre>
</li>
<li class="blockList">
<h4>credits</h4>
<pre><a href="com/omertron/themoviedbapi/model/media/MediaCreditList.html" title="class in com.omertron.themoviedbapi.model.media">MediaCreditList</a> credits</pre>
</li>
<li class="blockList">
<h4>externalIDs</h4>
<pre><a href="com/omertron/themoviedbapi/model/person/ExternalID.html" title="class in com.omertron.themoviedbapi.model.person">ExternalID</a> externalIDs</pre>
</li>
<li class="blockList">
<h4>images</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; images</pre>
</li>
<li class="blockListLast">
<h4>videos</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; videos</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.tv.TVInfo">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/tv/TVInfo.html" title="class in com.omertron.themoviedbapi.model.tv">com.omertron.themoviedbapi.model.tv.TVInfo</a> extends <a href="com/omertron/themoviedbapi/model/tv/TVBasic.html" title="class in com.omertron.themoviedbapi.model.tv">TVBasic</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>createdBy</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; createdBy</pre>
</li>
<li class="blockList">
<h4>episodeRunTime</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; episodeRunTime</pre>
</li>
<li class="blockList">
<h4>genres</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; genres</pre>
</li>
<li class="blockList">
<h4>homepage</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> homepage</pre>
</li>
<li class="blockList">
<h4>inProduction</h4>
<pre>boolean inProduction</pre>
</li>
<li class="blockList">
<h4>languages</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; languages</pre>
</li>
<li class="blockList">
<h4>lastAirDate</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> lastAirDate</pre>
</li>
<li class="blockList">
<h4>networks</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; networks</pre>
</li>
<li class="blockList">
<h4>numberOfEpisodes</h4>
<pre>int numberOfEpisodes</pre>
</li>
<li class="blockList">
<h4>numberOfSeasons</h4>
<pre>int numberOfSeasons</pre>
</li>
<li class="blockList">
<h4>productionCompanies</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; productionCompanies</pre>
</li>
<li class="blockList">
<h4>seasons</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; seasons</pre>
</li>
<li class="blockList">
<h4>status</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> status</pre>
</li>
<li class="blockList">
<h4>type</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> type</pre>
</li>
<li class="blockList">
<h4>methods</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">E</a>&gt; methods</pre>
</li>
<li class="blockList">
<h4>alternativeTitles</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; alternativeTitles</pre>
</li>
<li class="blockList">
<h4>changes</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; changes</pre>
</li>
<li class="blockList">
<h4>contentRatings</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; contentRatings</pre>
</li>
<li class="blockList">
<h4>credits</h4>
<pre><a href="com/omertron/themoviedbapi/model/media/MediaCreditList.html" title="class in com.omertron.themoviedbapi.model.media">MediaCreditList</a> credits</pre>
</li>
<li class="blockList">
<h4>externalIDs</h4>
<pre><a href="com/omertron/themoviedbapi/model/person/ExternalID.html" title="class in com.omertron.themoviedbapi.model.person">ExternalID</a> externalIDs</pre>
</li>
<li class="blockList">
<h4>images</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; images</pre>
</li>
<li class="blockList">
<h4>keywords</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; keywords</pre>
</li>
<li class="blockList">
<h4>translations</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; translations</pre>
</li>
<li class="blockList">
<h4>similarTV</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; similarTV</pre>
</li>
<li class="blockListLast">
<h4>videos</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; videos</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.tv.TVSeasonBasic">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html" title="class in com.omertron.themoviedbapi.model.tv">com.omertron.themoviedbapi.model.tv.TVSeasonBasic</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>id</h4>
<pre>int id</pre>
</li>
<li class="blockList">
<h4>airDate</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> airDate</pre>
</li>
<li class="blockList">
<h4>posterPath</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> posterPath</pre>
</li>
<li class="blockList">
<h4>seasonNumber</h4>
<pre>int seasonNumber</pre>
</li>
<li class="blockListLast">
<h4>episodeCount</h4>
<pre>int episodeCount</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.model.tv.TVSeasonInfo">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/model/tv/TVSeasonInfo.html" title="class in com.omertron.themoviedbapi.model.tv">com.omertron.themoviedbapi.model.tv.TVSeasonInfo</a> extends <a href="com/omertron/themoviedbapi/model/tv/TVSeasonBasic.html" title="class in com.omertron.themoviedbapi.model.tv">TVSeasonBasic</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>100L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>name</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name</pre>
</li>
<li class="blockList">
<h4>overview</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> overview</pre>
</li>
<li class="blockList">
<h4>episodes</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; episodes</pre>
</li>
<li class="blockList">
<h4>methods</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">E</a>&gt; methods</pre>
</li>
<li class="blockList">
<h4>credits</h4>
<pre><a href="com/omertron/themoviedbapi/model/media/MediaCreditList.html" title="class in com.omertron.themoviedbapi.model.media">MediaCreditList</a> credits</pre>
</li>
<li class="blockList">
<h4>externalIDs</h4>
<pre><a href="com/omertron/themoviedbapi/model/person/ExternalID.html" title="class in com.omertron.themoviedbapi.model.person">ExternalID</a> externalIDs</pre>
</li>
<li class="blockList">
<h4>images</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; images</pre>
</li>
<li class="blockListLast">
<h4>videos</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; videos</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;com.omertron.themoviedbapi.results</h2>
<ul class="blockList">
<li class="blockList"><a name="com.omertron.themoviedbapi.results.AbstractWrapperAll">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/results/AbstractWrapperAll.html" title="class in com.omertron.themoviedbapi.results">com.omertron.themoviedbapi.results.AbstractWrapperAll</a> extends <a href="com/omertron/themoviedbapi/results/AbstractWrapperIdPages.html" title="class in com.omertron.themoviedbapi.results">AbstractWrapperIdPages</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>dates</h4>
<pre><a href="com/omertron/themoviedbapi/results/ResultDates.html" title="class in com.omertron.themoviedbapi.results">ResultDates</a> dates</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.results.AbstractWrapperBase">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/results/AbstractWrapperBase.html" title="class in com.omertron.themoviedbapi.results">com.omertron.themoviedbapi.results.AbstractWrapperBase</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.results.AbstractWrapperId">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/results/AbstractWrapperId.html" title="class in com.omertron.themoviedbapi.results">com.omertron.themoviedbapi.results.AbstractWrapperId</a> extends <a href="com/omertron/themoviedbapi/results/AbstractWrapperBase.html" title="class in com.omertron.themoviedbapi.results">AbstractWrapperBase</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>id</h4>
<pre>int id</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.results.AbstractWrapperIdPages">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/results/AbstractWrapperIdPages.html" title="class in com.omertron.themoviedbapi.results">com.omertron.themoviedbapi.results.AbstractWrapperIdPages</a> extends <a href="com/omertron/themoviedbapi/results/AbstractWrapperId.html" title="class in com.omertron.themoviedbapi.results">AbstractWrapperId</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>page</h4>
<pre>int page</pre>
</li>
<li class="blockList">
<h4>totalPages</h4>
<pre>int totalPages</pre>
</li>
<li class="blockListLast">
<h4>totalResults</h4>
<pre>int totalResults</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.results.ResultDates">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/results/ResultDates.html" title="class in com.omertron.themoviedbapi.results">com.omertron.themoviedbapi.results.ResultDates</a> extends <a href="com/omertron/themoviedbapi/model/AbstractJsonMapping.html" title="class in com.omertron.themoviedbapi.model">AbstractJsonMapping</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>minimum</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> minimum</pre>
</li>
<li class="blockListLast">
<h4>maximum</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> maximum</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.results.ResultList">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/results/ResultList.html" title="class in com.omertron.themoviedbapi.results">com.omertron.themoviedbapi.results.ResultList</a> extends <a href="com/omertron/themoviedbapi/results/AbstractWrapperIdPages.html" title="class in com.omertron.themoviedbapi.results">AbstractWrapperIdPages</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>results</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; results</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.results.ResultsMap">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/results/ResultsMap.html" title="class in com.omertron.themoviedbapi.results">com.omertron.themoviedbapi.results.ResultsMap</a> extends <a href="com/omertron/themoviedbapi/results/AbstractWrapperIdPages.html" title="class in com.omertron.themoviedbapi.results">AbstractWrapperIdPages</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>results</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">V</a>&gt; results</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.results.WrapperAlternativeTitles">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/results/WrapperAlternativeTitles.html" title="class in com.omertron.themoviedbapi.results">com.omertron.themoviedbapi.results.WrapperAlternativeTitles</a> extends <a href="com/omertron/themoviedbapi/results/AbstractWrapperId.html" title="class in com.omertron.themoviedbapi.results">AbstractWrapperId</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>titles</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; titles</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.results.WrapperChanges">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/results/WrapperChanges.html" title="class in com.omertron.themoviedbapi.results">com.omertron.themoviedbapi.results.WrapperChanges</a> extends <a href="com/omertron/themoviedbapi/results/AbstractWrapperBase.html" title="class in com.omertron.themoviedbapi.results">AbstractWrapperBase</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>changedItems</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; changedItems</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.results.WrapperConfig">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/results/WrapperConfig.html" title="class in com.omertron.themoviedbapi.results">com.omertron.themoviedbapi.results.WrapperConfig</a> extends <a href="com/omertron/themoviedbapi/results/AbstractWrapperBase.html" title="class in com.omertron.themoviedbapi.results">AbstractWrapperBase</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>tmdbConfiguration</h4>
<pre><a href="com/omertron/themoviedbapi/model/config/Configuration.html" title="class in com.omertron.themoviedbapi.model.config">Configuration</a> tmdbConfiguration</pre>
</li>
<li class="blockListLast">
<h4>changeKeys</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; changeKeys</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.results.WrapperGenericList">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/results/WrapperGenericList.html" title="class in com.omertron.themoviedbapi.results">com.omertron.themoviedbapi.results.WrapperGenericList</a> extends <a href="com/omertron/themoviedbapi/results/AbstractWrapperAll.html" title="class in com.omertron.themoviedbapi.results">AbstractWrapperAll</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>results</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; results</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.results.WrapperGenres">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/results/WrapperGenres.html" title="class in com.omertron.themoviedbapi.results">com.omertron.themoviedbapi.results.WrapperGenres</a> extends <a href="com/omertron/themoviedbapi/results/AbstractWrapperBase.html" title="class in com.omertron.themoviedbapi.results">AbstractWrapperBase</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>genres</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; genres</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.results.WrapperImages">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/results/WrapperImages.html" title="class in com.omertron.themoviedbapi.results">com.omertron.themoviedbapi.results.WrapperImages</a> extends <a href="com/omertron/themoviedbapi/results/AbstractWrapperAll.html" title="class in com.omertron.themoviedbapi.results">AbstractWrapperAll</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>backdrops</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; backdrops</pre>
</li>
<li class="blockList">
<h4>posters</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; posters</pre>
</li>
<li class="blockList">
<h4>profiles</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; profiles</pre>
</li>
<li class="blockListLast">
<h4>stills</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; stills</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.results.WrapperJobList">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/results/WrapperJobList.html" title="class in com.omertron.themoviedbapi.results">com.omertron.themoviedbapi.results.WrapperJobList</a> extends <a href="com/omertron/themoviedbapi/results/AbstractWrapperBase.html" title="class in com.omertron.themoviedbapi.results">AbstractWrapperBase</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>jobs</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; jobs</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.results.WrapperMovieKeywords">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/results/WrapperMovieKeywords.html" title="class in com.omertron.themoviedbapi.results">com.omertron.themoviedbapi.results.WrapperMovieKeywords</a> extends <a href="com/omertron/themoviedbapi/results/AbstractWrapperId.html" title="class in com.omertron.themoviedbapi.results">AbstractWrapperId</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>keywords</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; keywords</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.results.WrapperMultiSearch">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/results/WrapperMultiSearch.html" title="class in com.omertron.themoviedbapi.results">com.omertron.themoviedbapi.results.WrapperMultiSearch</a> extends <a href="com/omertron/themoviedbapi/results/AbstractWrapperAll.html" title="class in com.omertron.themoviedbapi.results">AbstractWrapperAll</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>results</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; results</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.results.WrapperReleaseInfo">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/results/WrapperReleaseInfo.html" title="class in com.omertron.themoviedbapi.results">com.omertron.themoviedbapi.results.WrapperReleaseInfo</a> extends <a href="com/omertron/themoviedbapi/results/AbstractWrapperId.html" title="class in com.omertron.themoviedbapi.results">AbstractWrapperId</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>countries</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; countries</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.results.WrapperTranslations">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/results/WrapperTranslations.html" title="class in com.omertron.themoviedbapi.results">com.omertron.themoviedbapi.results.WrapperTranslations</a> extends <a href="com/omertron/themoviedbapi/results/AbstractWrapperId.html" title="class in com.omertron.themoviedbapi.results">AbstractWrapperId</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>translations</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; translations</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="com.omertron.themoviedbapi.results.WrapperVideos">
<!-- -->
</a>
<h3>Class <a href="com/omertron/themoviedbapi/results/WrapperVideos.html" title="class in com.omertron.themoviedbapi.results">com.omertron.themoviedbapi.results.WrapperVideos</a> extends <a href="com/omertron/themoviedbapi/results/AbstractWrapperId.html" title="class in com.omertron.themoviedbapi.results">AbstractWrapperId</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>videos</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">E</a>&gt; videos</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
<li><a href="serialized-form.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2017. All rights reserved.</small></p>
</body>
</html>