<!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 (version 1.7.0_25) on Mon Oct 28 00:36:37 JST 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Index (twitter4j-core 3.0.5 API)</title>
<meta name="date" content="2013-10-28">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (twitter4j-core 3.0.5 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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 class="navBarCell1Rev">Index</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?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="./allclasses-noframe.html">All 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="contentContainer"><a href="#_A_">A</a> <a href="#_B_">B</a> <a href="#_C_">C</a> <a href="#_D_">D</a> <a href="#_E_">E</a> <a href="#_F_">F</a> <a href="#_G_">G</a> <a href="#_H_">H</a> <a href="#_I_">I</a> <a href="#_J_">J</a> <a href="#_K_">K</a> <a href="#_L_">L</a> <a href="#_M_">M</a> <a href="#_N_">N</a> <a href="#_O_">O</a> <a href="#_P_">P</a> <a href="#_Q_">Q</a> <a href="#_R_">R</a> <a href="#_S_">S</a> <a href="#_T_">T</a> <a href="#_U_">U</a> <a href="#_V_">V</a> <a name="_A_">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="./twitter4j/auth/AccessToken.html" title="class in twitter4j.auth"><span class="strong">AccessToken</span></a> - Class in <a href="./twitter4j/auth/package-summary.html">twitter4j.auth</a></dt>
<dd>
<div class="block">Representing authorized Access Token which is passed to the service provider in order to access protected resources.<br>
the token and token secret can be stored into some persistent stores such as file system or RDBMS for the further accesses.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/AccessToken.html#AccessToken(java.lang.String, java.lang.String)">AccessToken(String, String)</a></span> - Constructor for class twitter4j.auth.<a href="./twitter4j/auth/AccessToken.html" title="class in twitter4j.auth">AccessToken</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/AccessToken.html#AccessToken(java.lang.String, java.lang.String, long)">AccessToken(String, String, long)</a></span> - Constructor for class twitter4j.auth.<a href="./twitter4j/auth/AccessToken.html" title="class in twitter4j.auth">AccessToken</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/AccountSettings.html" title="interface in twitter4j"><span class="strong">AccountSettings</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/AccountTotals.html" title="interface in twitter4j"><span class="strong">AccountTotals</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/GeoQuery.html#accuracy(java.lang.String)">accuracy(String)</a></span> - Method in class twitter4j.<a href="./twitter4j/GeoQuery.html" title="class in twitter4j">GeoQuery</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterBase.html#addRateLimitStatusListener(twitter4j.RateLimitStatusListener)">addRateLimitStatusListener(RateLimitStatusListener)</a></span> - Method in interface twitter4j.<a href="./twitter4j/TwitterBase.html" title="interface in twitter4j">TwitterBase</a></dt>
<dd>
<div class="block">Registers a RateLimitStatusListener for account associated rate limits</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#addUserListMember(int, long)">addUserListMember(int, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use <a href="./twitter4j/api/ListsResources.html#createUserListMember(int, long)"><code>ListsResources.createUserListMember(int, long)</code></a>} instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#addUserListMember(long, java.lang.String, long)">addUserListMember(long, String, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use <a href="./twitter4j/api/ListsResources.html#createUserListMember(long, java.lang.String, long)"><code>ListsResources.createUserListMember(long, String, long)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#addUserListMembers(int, long[])">addUserListMembers(int, long[])</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use <a href="./twitter4j/api/ListsResources.html#createUserListMembers(int, long[])"><code>ListsResources.createUserListMembers(int, long[])</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#addUserListMembers(long, java.lang.String, long[])">addUserListMembers(long, String, long[])</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use <a href="./twitter4j/api/ListsResources.html#createUserListMembers(int, long[])"><code>ListsResources.createUserListMembers(int, long[])</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#addUserListMembers(int, java.lang.String[])">addUserListMembers(int, String[])</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use <a href="./twitter4j/api/ListsResources.html#createUserListMembers(int, java.lang.String[])"><code>ListsResources.createUserListMembers(int, String[])</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#addUserListMembers(long, java.lang.String, java.lang.String[])">addUserListMembers(long, String, String[])</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use <a href="./twitter4j/api/ListsResources.html#createUserListMembers(int, java.lang.String[])"><code>ListsResources.createUserListMembers(int, String[])</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/OEmbedRequest.html#align(twitter4j.OEmbedRequest.Align)">align(OEmbedRequest.Align)</a></span> - Method in class twitter4j.<a href="./twitter4j/OEmbedRequest.html" title="class in twitter4j">OEmbedRequest</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/management/APIStatistics.html" title="class in twitter4j.management"><span class="strong">APIStatistics</span></a> - Class in <a href="./twitter4j/management/package-summary.html">twitter4j.management</a></dt>
<dd>
<div class="block">Container for all InvocationStatisticsCalculators in a given API (like Twitter)</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatistics.html#APIStatistics(int)">APIStatistics(int)</a></span> - Constructor for class twitter4j.management.<a href="./twitter4j/management/APIStatistics.html" title="class in twitter4j.management">APIStatistics</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/management/APIStatisticsMBean.html" title="interface in twitter4j.management"><span class="strong">APIStatisticsMBean</span></a> - Interface in <a href="./twitter4j/management/package-summary.html">twitter4j.management</a></dt>
<dd>
<div class="block">Simple MBean interface for APIStatistics.</div>
</dd>
<dt><a href="./twitter4j/management/APIStatisticsOpenMBean.html" title="class in twitter4j.management"><span class="strong">APIStatisticsOpenMBean</span></a> - Class in <a href="./twitter4j/management/package-summary.html">twitter4j.management</a></dt>
<dd>
<div class="block">Dynamic version of APIStatisticsMBean that wraps an APIStatisticsOpenMBean.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatisticsOpenMBean.html#APIStatisticsOpenMBean(twitter4j.management.APIStatistics)">APIStatisticsOpenMBean(APIStatistics)</a></span> - Constructor for class twitter4j.management.<a href="./twitter4j/management/APIStatisticsOpenMBean.html" title="class in twitter4j.management">APIStatisticsOpenMBean</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#APPLICATION_ONLY_AUTH_ENABLED">APPLICATION_ONLY_AUTH_ENABLED</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#ASYNC_DISPATCHER_IMPL">ASYNC_DISPATCHER_IMPL</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#ASYNC_NUM_THREADS">ASYNC_NUM_THREADS</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/auth/Authorization.html" title="interface in twitter4j.auth"><span class="strong">Authorization</span></a> - Interface in <a href="./twitter4j/auth/package-summary.html">twitter4j.auth</a></dt>
<dd>
<div class="block">An interface represents credentials.</div>
</dd>
<dt><a href="./twitter4j/auth/AuthorizationConfiguration.html" title="interface in twitter4j.auth"><span class="strong">AuthorizationConfiguration</span></a> - Interface in <a href="./twitter4j/auth/package-summary.html">twitter4j.auth</a></dt>
<dd>
<div class="block">A static factory class for Authorization.</div>
</dd>
<dt><a href="./twitter4j/auth/AuthorizationFactory.html" title="class in twitter4j.auth"><span class="strong">AuthorizationFactory</span></a> - Class in <a href="./twitter4j/auth/package-summary.html">twitter4j.auth</a></dt>
<dd>
<div class="block">A static factory class for Authorization.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/AuthorizationFactory.html#AuthorizationFactory()">AuthorizationFactory()</a></span> - Constructor for class twitter4j.auth.<a href="./twitter4j/auth/AuthorizationFactory.html" title="class in twitter4j.auth">AuthorizationFactory</a></dt>
<dd> </dd>
</dl>
<a name="_B_">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><a href="./twitter4j/auth/BasicAuthorization.html" title="class in twitter4j.auth"><span class="strong">BasicAuthorization</span></a> - Class in <a href="./twitter4j/auth/package-summary.html">twitter4j.auth</a></dt>
<dd>
<div class="block">An authentication implementation implements Basic authentication</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/BasicAuthorization.html#BasicAuthorization(java.lang.String, java.lang.String)">BasicAuthorization(String, String)</a></span> - Constructor for class twitter4j.auth.<a href="./twitter4j/auth/BasicAuthorization.html" title="class in twitter4j.auth">BasicAuthorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#build()">build()</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
</dl>
<a name="_C_">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><a href="./twitter4j/Relationship.html#canSourceDm()">canSourceDm()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Relationship.html" title="interface in twitter4j">Relationship</a></dt>
<dd>
<div class="block">Checks if source user can send dm to target user</div>
</dd>
<dt><a href="./twitter4j/Category.html" title="interface in twitter4j"><span class="strong">Category</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/util/CharacterUtil.html" title="class in twitter4j.util"><span class="strong">CharacterUtil</span></a> - Class in <a href="./twitter4j/util/package-summary.html">twitter4j.util</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#CLIENT_URL">CLIENT_URL</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#CLIENT_VERSION">CLIENT_VERSION</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf"><span class="strong">Configuration</span></a> - Interface in <a href="./twitter4j/conf/package-summary.html">twitter4j.conf</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationContext.html#CONFIGURATION_IMPL">CONFIGURATION_IMPL</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationContext.html" title="class in twitter4j.conf">ConfigurationContext</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf"><span class="strong">ConfigurationBuilder</span></a> - Class in <a href="./twitter4j/conf/package-summary.html">twitter4j.conf</a></dt>
<dd>
<div class="block">A builder that can be used to construct a twitter4j configuration with desired settings.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#ConfigurationBuilder()">ConfigurationBuilder()</a></span> - Constructor for class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/conf/ConfigurationContext.html" title="class in twitter4j.conf"><span class="strong">ConfigurationContext</span></a> - Class in <a href="./twitter4j/conf/package-summary.html">twitter4j.conf</a></dt>
<dd>
<div class="block">Static factory of Configuration.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationContext.html#ConfigurationContext()">ConfigurationContext()</a></span> - Constructor for class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationContext.html" title="class in twitter4j.conf">ConfigurationContext</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/conf/ConfigurationFactory.html" title="interface in twitter4j.conf"><span class="strong">ConfigurationFactory</span></a> - Interface in <a href="./twitter4j/conf/package-summary.html">twitter4j.conf</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/ConnectionLifeCycleListener.html" title="interface in twitter4j"><span class="strong">ConnectionLifeCycleListener</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#CONTRIBUTING_TO">CONTRIBUTING_TO</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Paging.html#count(int)">count(int)</a></span> - Method in class twitter4j.<a href="./twitter4j/Paging.html" title="class in twitter4j">Paging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#count(int)">count(int)</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">sets the number of tweets to return per page, up to a max of 100</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/util/CharacterUtil.html#count(java.lang.String)">count(String)</a></span> - Static method in class twitter4j.util.<a href="./twitter4j/util/CharacterUtil.html" title="class in twitter4j.util">CharacterUtil</a></dt>
<dd>
<div class="block">Counts the length of the tweet</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/json/DataObjectFactory.html#createAccountTotals(java.lang.String)">createAccountTotals(String)</a></span> - Static method in class twitter4j.json.<a href="./twitter4j/json/DataObjectFactory.html" title="class in twitter4j.json">DataObjectFactory</a></dt>
<dd>
<div class="block">Constructs an AccountTotals object from rawJSON string.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#createBlock(long)">createBlock(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Blocks the user specified in the ID parameter as the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#createBlock(java.lang.String)">createBlock(String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Blocks the user specified in the ID parameter as the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/json/DataObjectFactory.html#createCategory(java.lang.String)">createCategory(String)</a></span> - Static method in class twitter4j.json.<a href="./twitter4j/json/DataObjectFactory.html" title="class in twitter4j.json">DataObjectFactory</a></dt>
<dd>
<div class="block">Constructs a Category object from rawJSON string.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/json/DataObjectFactory.html#createDirectMessage(java.lang.String)">createDirectMessage(String)</a></span> - Static method in class twitter4j.json.<a href="./twitter4j/json/DataObjectFactory.html" title="class in twitter4j.json">DataObjectFactory</a></dt>
<dd>
<div class="block">Constructs a DirectMessage object from rawJSON string.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FavoritesResources.html#createFavorite(long)">createFavorite(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FavoritesResources.html" title="interface in twitter4j.api">FavoritesResources</a></dt>
<dd>
<div class="block">Favorites the status specified in the ID parameter as the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#createFriendship(long)">createFriendship(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Allows the authenticating users to follow the user specified in the ID parameter.<br>
Returns the befriended user in the requested format when successful.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#createFriendship(java.lang.String)">createFriendship(String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Allows the authenticating users to follow the user specified in the ID parameter.<br>
Returns the befriended user in the requested format when successful.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#createFriendship(long, boolean)">createFriendship(long, boolean)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Allows the authenticating users to follow the user specified in the ID parameter.<br>
Returns the befriended user in the requested format when successful.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#createFriendship(java.lang.String, boolean)">createFriendship(String, boolean)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Allows the authenticating users to follow the user specified in the ID parameter.<br>
Returns the befriended user in the requested format when successful.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/json/DataObjectFactory.html#createIDs(java.lang.String)">createIDs(String)</a></span> - Static method in class twitter4j.json.<a href="./twitter4j/json/DataObjectFactory.html" title="class in twitter4j.json">DataObjectFactory</a></dt>
<dd>
<div class="block">Constructs a IDs object from rawJSON string.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/json/DataObjectFactory.html#createLocation(java.lang.String)">createLocation(String)</a></span> - Static method in class twitter4j.json.<a href="./twitter4j/json/DataObjectFactory.html" title="class in twitter4j.json">DataObjectFactory</a></dt>
<dd>
<div class="block">Constructs a Location object from rawJSON string.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/json/DataObjectFactory.html#createObject(java.lang.String)">createObject(String)</a></span> - Static method in class twitter4j.json.<a href="./twitter4j/json/DataObjectFactory.html" title="class in twitter4j.json">DataObjectFactory</a></dt>
<dd>
<div class="block">Construct an object from rawJSON string.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/json/DataObjectFactory.html#createOEmbed(java.lang.String)">createOEmbed(String)</a></span> - Static method in class twitter4j.json.<a href="./twitter4j/json/DataObjectFactory.html" title="class in twitter4j.json">DataObjectFactory</a></dt>
<dd>
<div class="block">Constructs an OEmbed object from rawJSON string.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/PlacesGeoResources.html#createPlace(java.lang.String, java.lang.String, java.lang.String, twitter4j.GeoLocation, java.lang.String)">createPlace(String, String, String, GeoLocation, String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/PlacesGeoResources.html" title="interface in twitter4j.api">PlacesGeoResources</a></dt>
<dd>
<div class="block">Creates a new place at the given latitude and longitude.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/json/DataObjectFactory.html#createPlace(java.lang.String)">createPlace(String)</a></span> - Static method in class twitter4j.json.<a href="./twitter4j/json/DataObjectFactory.html" title="class in twitter4j.json">DataObjectFactory</a></dt>
<dd>
<div class="block">Constructs a Place object from rawJSON string.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/json/DataObjectFactory.html#createRateLimitStatus(java.lang.String)">createRateLimitStatus(String)</a></span> - Static method in class twitter4j.json.<a href="./twitter4j/json/DataObjectFactory.html" title="class in twitter4j.json">DataObjectFactory</a></dt>
<dd>
<div class="block">Constructs a RateLimitStatus object from rawJSON string.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/json/DataObjectFactory.html#createRelationship(java.lang.String)">createRelationship(String)</a></span> - Static method in class twitter4j.json.<a href="./twitter4j/json/DataObjectFactory.html" title="class in twitter4j.json">DataObjectFactory</a></dt>
<dd>
<div class="block">Constructs a Relationship object from rawJSON string.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/SavedSearchesResources.html#createSavedSearch(java.lang.String)">createSavedSearch(String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/SavedSearchesResources.html" title="interface in twitter4j.api">SavedSearchesResources</a></dt>
<dd>
<div class="block">Creates a saved search for the authenticated user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/json/DataObjectFactory.html#createSavedSearch(java.lang.String)">createSavedSearch(String)</a></span> - Static method in class twitter4j.json.<a href="./twitter4j/json/DataObjectFactory.html" title="class in twitter4j.json">DataObjectFactory</a></dt>
<dd>
<div class="block">Constructs a SavedSearch object from rawJSON string.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/json/DataObjectFactory.html#createStatus(java.lang.String)">createStatus(String)</a></span> - Static method in class twitter4j.json.<a href="./twitter4j/json/DataObjectFactory.html" title="class in twitter4j.json">DataObjectFactory</a></dt>
<dd>
<div class="block">Constructs a Status object from rawJSON string.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/json/DataObjectFactory.html#createTrend(java.lang.String)">createTrend(String)</a></span> - Static method in class twitter4j.json.<a href="./twitter4j/json/DataObjectFactory.html" title="class in twitter4j.json">DataObjectFactory</a></dt>
<dd>
<div class="block">Constructs a Trend object from rawJSON string.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/json/DataObjectFactory.html#createTrends(java.lang.String)">createTrends(String)</a></span> - Static method in class twitter4j.json.<a href="./twitter4j/json/DataObjectFactory.html" title="class in twitter4j.json">DataObjectFactory</a></dt>
<dd>
<div class="block">Constructs a Trends object from rawJSON string.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/json/DataObjectFactory.html#createUser(java.lang.String)">createUser(String)</a></span> - Static method in class twitter4j.json.<a href="./twitter4j/json/DataObjectFactory.html" title="class in twitter4j.json">DataObjectFactory</a></dt>
<dd>
<div class="block">Constructs a User object from rawJSON string.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#createUserList(java.lang.String, boolean, java.lang.String)">createUserList(String, boolean, String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Creates a new list for the authenticated user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/json/DataObjectFactory.html#createUserList(java.lang.String)">createUserList(String)</a></span> - Static method in class twitter4j.json.<a href="./twitter4j/json/DataObjectFactory.html" title="class in twitter4j.json">DataObjectFactory</a></dt>
<dd>
<div class="block">Constructs a UserList object from rawJSON string.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#createUserListMember(int, long)">createUserListMember(int, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Adds a member to a list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#createUserListMember(long, java.lang.String, long)">createUserListMember(long, String, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Adds a member to a list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#createUserListMember(java.lang.String, java.lang.String, long)">createUserListMember(String, String, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Adds a member to a list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#createUserListMembers(int, long[])">createUserListMembers(int, long[])</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#createUserListMembers(long, java.lang.String, long[])">createUserListMembers(long, String, long[])</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#createUserListMembers(java.lang.String, java.lang.String, long[])">createUserListMembers(String, String, long[])</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#createUserListMembers(int, java.lang.String[])">createUserListMembers(int, String[])</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#createUserListMembers(long, java.lang.String, java.lang.String[])">createUserListMembers(long, String, String[])</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#createUserListMembers(java.lang.String, java.lang.String, java.lang.String[])">createUserListMembers(String, String, String[])</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#createUserListSubscription(int)">createUserListSubscription(int)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Make the authenticated user follow the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#createUserListSubscription(long, java.lang.String)">createUserListSubscription(long, String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Make the authenticated user follow the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#createUserListSubscription(java.lang.String, java.lang.String)">createUserListSubscription(String, String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Make the authenticated user follow the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/MediaEntity.Size.html#CROP">CROP</a></span> - Static variable in interface twitter4j.<a href="./twitter4j/MediaEntity.Size.html" title="interface in twitter4j">MediaEntity.Size</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/CursorSupport.html" title="interface in twitter4j"><span class="strong">CursorSupport</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
</dl>
<a name="_D_">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><a href="./twitter4j/json/DataObjectFactory.html" title="class in twitter4j.json"><span class="strong">DataObjectFactory</span></a> - Class in <a href="./twitter4j/json/package-summary.html">twitter4j.json</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#DEBUG">DEBUG</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationContext.html#DEFAULT_CONFIGURATION_FACTORY">DEFAULT_CONFIGURATION_FACTORY</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationContext.html" title="class in twitter4j.conf">ConfigurationContext</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#deleteUserListMember(int, long)">deleteUserListMember(int, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use <a href="./twitter4j/api/ListsResources.html#destroyUserList(int)"><code>ListsResources.destroyUserList(int)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#deleteUserListMember(long, java.lang.String, long)">deleteUserListMember(long, String, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use <a href="./twitter4j/api/ListsResources.html#destroyUserListMember(long, java.lang.String, long)"><code>ListsResources.destroyUserListMember(long, String, long)</code></a> List(int)} instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#destroyBlock(long)">destroyBlock(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Un-blocks the user specified in the ID parameter as the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#destroyBlock(java.lang.String)">destroyBlock(String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Un-blocks the user specified in the ID parameter as the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/DirectMessagesResources.html#destroyDirectMessage(long)">destroyDirectMessage(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/DirectMessagesResources.html" title="interface in twitter4j.api">DirectMessagesResources</a></dt>
<dd>
<div class="block">Destroys the direct message specified in the required ID parameter.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FavoritesResources.html#destroyFavorite(long)">destroyFavorite(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FavoritesResources.html" title="interface in twitter4j.api">FavoritesResources</a></dt>
<dd>
<div class="block">Un-favorites the status specified in the ID parameter as the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#destroyFriendship(long)">destroyFriendship(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Allows the authenticating users to unfollow the user specified in the ID parameter.<br>
Returns the unfollowed user in the requested format when successful.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#destroyFriendship(java.lang.String)">destroyFriendship(String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Allows the authenticating users to unfollow the user specified in the ID parameter.<br>
Returns the unfollowed user in the requested format when successful.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/SavedSearchesResources.html#destroySavedSearch(int)">destroySavedSearch(int)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/SavedSearchesResources.html" title="interface in twitter4j.api">SavedSearchesResources</a></dt>
<dd>
<div class="block">Destroys a saved search for the authenticated user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TweetsResources.html#destroyStatus(long)">destroyStatus(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TweetsResources.html" title="interface in twitter4j.api">TweetsResources</a></dt>
<dd>
<div class="block">Destroys the status specified by the required ID parameter.<br>
Usage note: The authenticating user must be the author of the specified status.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#destroyUserList(int)">destroyUserList(int)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Deletes the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#destroyUserList(long, java.lang.String)">destroyUserList(long, String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Deletes the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#destroyUserList(java.lang.String, java.lang.String)">destroyUserList(String, String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Deletes the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#destroyUserListMember(int, long)">destroyUserListMember(int, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Removes the specified member from the list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#destroyUserListMember(long, java.lang.String, long)">destroyUserListMember(long, String, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Removes the specified member from the list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#destroyUserListMember(java.lang.String, java.lang.String, long)">destroyUserListMember(String, String, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Removes the specified member from the list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#destroyUserListSubscription(int)">destroyUserListSubscription(int)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Unsubscribes the authenticated user form the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#destroyUserListSubscription(long, java.lang.String)">destroyUserListSubscription(long, String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Unsubscribes the authenticated user form the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#destroyUserListSubscription(java.lang.String, java.lang.String)">destroyUserListSubscription(String, String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Unsubscribes the authenticated user form the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/json/JSONObjectType.html#determine(twitter4j.internal.org.json.JSONObject)">determine(JSONObject)</a></span> - Static method in class twitter4j.json.<a href="./twitter4j/json/JSONObjectType.html" title="class in twitter4j.json">JSONObjectType</a></dt>
<dd>
<div class="block">Determine the respective object type for a given JSONObject.</div>
</dd>
<dt><a href="./twitter4j/DirectMessage.html" title="interface in twitter4j"><span class="strong">DirectMessage</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">A data interface representing sent/received direct message.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Twitter.html#directMessages()">directMessages()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Twitter.html" title="interface in twitter4j">Twitter</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/api/DirectMessagesResources.html" title="interface in twitter4j.api"><span class="strong">DirectMessagesResources</span></a> - Interface in <a href="./twitter4j/api/package-summary.html">twitter4j.api</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#displayCoordinates(boolean)">displayCoordinates(boolean)</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationFactory.html#dispose()">dispose()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/ConfigurationFactory.html" title="interface in twitter4j.conf">ConfigurationFactory</a></dt>
<dd>
<div class="block">clean up resources acquired by this factory.</div>
</dd>
</dl>
<a name="_E_">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthAuthorization.html#encodeParameters(java.util.List)">encodeParameters(List<HttpParameter>)</a></span> - Static method in class twitter4j.auth.<a href="./twitter4j/auth/OAuthAuthorization.html" title="class in twitter4j.auth">OAuthAuthorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthAuthorization.html#encodeParameters(java.util.List, java.lang.String, boolean)">encodeParameters(List<HttpParameter>, String, boolean)</a></span> - Static method in class twitter4j.auth.<a href="./twitter4j/auth/OAuthAuthorization.html" title="class in twitter4j.auth">OAuthAuthorization</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/EntitySupport.html" title="interface in twitter4j"><span class="strong">EntitySupport</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/AccessToken.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/AccessToken.html" title="class in twitter4j.auth">AccessToken</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/BasicAuthorization.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/BasicAuthorization.html" title="class in twitter4j.auth">BasicAuthorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/NullAuthorization.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/NullAuthorization.html" title="class in twitter4j.auth">NullAuthorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuth2Authorization.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuth2Authorization.html" title="class in twitter4j.auth">OAuth2Authorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuth2Token.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuth2Token.html" title="class in twitter4j.auth">OAuth2Token</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthAuthorization.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuthAuthorization.html" title="class in twitter4j.auth">OAuthAuthorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/GeoLocation.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class twitter4j.<a href="./twitter4j/GeoLocation.html" title="class in twitter4j">GeoLocation</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/GeoQuery.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class twitter4j.<a href="./twitter4j/GeoQuery.html" title="class in twitter4j">GeoQuery</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/OEmbedRequest.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class twitter4j.<a href="./twitter4j/OEmbedRequest.html" title="class in twitter4j">OEmbedRequest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Paging.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class twitter4j.<a href="./twitter4j/Paging.html" title="class in twitter4j">Paging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterException.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in exception twitter4j.<a href="./twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterException.html#exceededRateLimitation()">exceededRateLimitation()</a></span> - Method in exception twitter4j.<a href="./twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dt>
<dd>
<div class="block">Tests if the exception is caused by rate limitation exceed</div>
</dd>
</dl>
<a name="_F_">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="strong"><a href="./twitter4j/Twitter.html#favorites()">favorites()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Twitter.html" title="interface in twitter4j">Twitter</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/api/FavoritesResources.html" title="interface in twitter4j.api"><span class="strong">FavoritesResources</span></a> - Interface in <a href="./twitter4j/api/package-summary.html">twitter4j.api</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/MediaEntity.Size.html#FIT">FIT</a></span> - Static variable in interface twitter4j.<a href="./twitter4j/MediaEntity.Size.html" title="interface in twitter4j">MediaEntity.Size</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Twitter.html#friendsFollowers()">friendsFollowers()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Twitter.html" title="interface in twitter4j">Twitter</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api"><span class="strong">FriendsFollowersResources</span></a> - Interface in <a href="./twitter4j/api/package-summary.html">twitter4j.api</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/Friendship.html" title="interface in twitter4j"><span class="strong">Friendship</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
</dl>
<a name="_G_">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthAuthorization.html#generateOAuthSignatureHttpParams(java.lang.String, java.lang.String)">generateOAuthSignatureHttpParams(String, String)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuthAuthorization.html" title="class in twitter4j.auth">OAuthAuthorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#geoCode(twitter4j.GeoLocation, double, java.lang.String)">geoCode(GeoLocation, double, String)</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">returns tweets by users located within a given radius of the given latitude/longitude, where the user's location is taken from their Twitter profile</div>
</dd>
<dt><a href="./twitter4j/GeoLocation.html" title="class in twitter4j"><span class="strong">GeoLocation</span></a> - Class in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">A data class representing geo location.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/GeoLocation.html#GeoLocation(double, double)">GeoLocation(double, double)</a></span> - Constructor for class twitter4j.<a href="./twitter4j/GeoLocation.html" title="class in twitter4j">GeoLocation</a></dt>
<dd>
<div class="block">Creates a GeoLocation instance</div>
</dd>
<dt><a href="./twitter4j/GeoQuery.html" title="class in twitter4j"><span class="strong">GeoQuery</span></a> - Class in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/GeoQuery.html#GeoQuery(twitter4j.GeoLocation)">GeoQuery(GeoLocation)</a></span> - Constructor for class twitter4j.<a href="./twitter4j/GeoQuery.html" title="class in twitter4j">GeoQuery</a></dt>
<dd>
<div class="block">Creates a GeoQuery with the specified location</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/GeoQuery.html#GeoQuery(java.lang.String)">GeoQuery(String)</a></span> - Constructor for class twitter4j.<a href="./twitter4j/GeoQuery.html" title="class in twitter4j">GeoQuery</a></dt>
<dd>
<div class="block">Creates a GeoQuery with the specified IP address</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TwitterException.html#getAccessLevel()">getAccessLevel()</a></span> - Method in exception twitter4j.<a href="./twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dt>
<dt><span class="strong"><a href="./twitter4j/TwitterResponse.html#getAccessLevel()">getAccessLevel()</a></span> - Method in interface twitter4j.<a href="./twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuth2Token.html#getAccessToken()">getAccessToken()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuth2Token.html" title="class in twitter4j.auth">OAuth2Token</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#getAccountSettings()">getAccountSettings()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Returns the current trend, geo, language, timezone and sleep time information for the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/GeoQuery.html#getAccuracy()">getAccuracy()</a></span> - Method in class twitter4j.<a href="./twitter4j/GeoQuery.html" title="class in twitter4j">GeoQuery</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/HelpResources.html#getAPIConfiguration()">getAPIConfiguration()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/HelpResources.html" title="interface in twitter4j.api">HelpResources</a></dt>
<dd>
<div class="block">Returns the current configuration used by Twitter including twitter.com slugs which are not usernames, maximum photo resolutions, and t.co URL lengths.</br>
It is recommended applications request this endpoint when they are loaded, but no more than once a day.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Trends.html#getAsOf()">getAsOf()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Trends.html" title="interface in twitter4j">Trends</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getAsyncNumThreads()">getAsyncNumThreads()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatisticsOpenMBean.html#getAttribute(java.lang.String)">getAttribute(String)</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/APIStatisticsOpenMBean.html" title="class in twitter4j.management">APIStatisticsOpenMBean</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatisticsOpenMBean.html#getAttributes(java.lang.String[])">getAttributes(String[])</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/APIStatisticsOpenMBean.html" title="class in twitter4j.management">APIStatisticsOpenMBean</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/RequestToken.html#getAuthenticationURL()">getAuthenticationURL()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/RequestToken.html" title="class in twitter4j.auth">RequestToken</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterBase.html#getAuthorization()">getAuthorization()</a></span> - Method in interface twitter4j.<a href="./twitter4j/TwitterBase.html" title="interface in twitter4j">TwitterBase</a></dt>
<dd>
<div class="block">Returns the authorization scheme for this instance.<br>
The returned type will be either of BasicAuthorization, OAuthAuthorization, or NullAuthorization</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/Authorization.html#getAuthorizationHeader(twitter4j.internal.http.HttpRequest)">getAuthorizationHeader(HttpRequest)</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/Authorization.html" title="interface in twitter4j.auth">Authorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/BasicAuthorization.html#getAuthorizationHeader(twitter4j.internal.http.HttpRequest)">getAuthorizationHeader(HttpRequest)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/BasicAuthorization.html" title="class in twitter4j.auth">BasicAuthorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/NullAuthorization.html#getAuthorizationHeader(twitter4j.internal.http.HttpRequest)">getAuthorizationHeader(HttpRequest)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/NullAuthorization.html" title="class in twitter4j.auth">NullAuthorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuth2Authorization.html#getAuthorizationHeader(twitter4j.internal.http.HttpRequest)">getAuthorizationHeader(HttpRequest)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuth2Authorization.html" title="class in twitter4j.auth">OAuth2Authorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthAuthorization.html#getAuthorizationHeader(twitter4j.internal.http.HttpRequest)">getAuthorizationHeader(HttpRequest)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuthAuthorization.html" title="class in twitter4j.auth">OAuthAuthorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/RequestToken.html#getAuthorizationURL()">getAuthorizationURL()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/RequestToken.html" title="class in twitter4j.auth">RequestToken</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/OEmbed.html#getAuthorName()">getAuthorName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/OEmbed.html" title="interface in twitter4j">OEmbed</a></dt>
<dd>
<div class="block">The name of the author/owner of the resource.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/OEmbed.html#getAuthorURL()">getAuthorURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/OEmbed.html" title="interface in twitter4j">OEmbed</a></dt>
<dd>
<div class="block">A URL for the author/owner of the resource.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TrendsResources.html#getAvailableTrends()">getAvailableTrends()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TrendsResources.html" title="interface in twitter4j.api">TrendsResources</a></dt>
<dd>
<div class="block">Returns the locations that Twitter has trending topic information for.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TrendsResources.html#getAvailableTrends(twitter4j.GeoLocation)">getAvailableTrends(GeoLocation)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TrendsResources.html" title="interface in twitter4j.api">TrendsResources</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use <a href="./twitter4j/api/TrendsResources.html#getClosestTrends(twitter4j.GeoLocation)"><code>TrendsResources.getClosestTrends(twitter4j.GeoLocation)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatistics.html#getAverageTime()">getAverageTime()</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/APIStatistics.html" title="class in twitter4j.management">APIStatistics</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/InvocationStatistics.html#getAverageTime()">getAverageTime()</a></span> - Method in interface twitter4j.management.<a href="./twitter4j/management/InvocationStatistics.html" title="interface in twitter4j.management">InvocationStatistics</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/InvocationStatisticsCalculator.html#getAverageTime()">getAverageTime()</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/InvocationStatisticsCalculator.html" title="class in twitter4j.management">InvocationStatisticsCalculator</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getBiggerProfileImageURL()">getBiggerProfileImageURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getBiggerProfileImageURLHttps()">getBiggerProfileImageURLHttps()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#getBlocksIDs()">getBlocksIDs()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Returns an array of numeric user ids the authenticating user is blocking.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#getBlocksIDs(long)">getBlocksIDs(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Returns an array of numeric user ids the authenticating user is blocking.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#getBlocksList()">getBlocksList()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Returns a list of user objects that the authenticating user is blocking.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#getBlocksList(long)">getBlocksList(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Returns a list of user objects that the authenticating user is blocking.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Place.html#getBoundingBoxCoordinates()">getBoundingBoxCoordinates()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Place.html" title="interface in twitter4j">Place</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Place.html#getBoundingBoxType()">getBoundingBoxType()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Place.html" title="interface in twitter4j">Place</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/OEmbed.html#getCacheAge()">getCacheAge()</a></span> - Method in interface twitter4j.<a href="./twitter4j/OEmbed.html" title="interface in twitter4j">OEmbed</a></dt>
<dd>
<div class="block">The suggested cache lifetime for this resource, in seconds.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatistics.html#getCallCount()">getCallCount()</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/APIStatistics.html" title="class in twitter4j.management">APIStatistics</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/InvocationStatistics.html#getCallCount()">getCallCount()</a></span> - Method in interface twitter4j.management.<a href="./twitter4j/management/InvocationStatistics.html" title="interface in twitter4j.management">InvocationStatistics</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/InvocationStatisticsCalculator.html#getCallCount()">getCallCount()</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/InvocationStatisticsCalculator.html" title="class in twitter4j.management">InvocationStatisticsCalculator</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterAPIConfiguration.html#getCharactersReservedPerMedia()">getCharactersReservedPerMedia()</a></span> - Method in interface twitter4j.<a href="./twitter4j/TwitterAPIConfiguration.html" title="interface in twitter4j">TwitterAPIConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getClientURL()">getClientURL()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getClientVersion()">getClientVersion()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/TrendsResources.html#getClosestTrends(twitter4j.GeoLocation)">getClosestTrends(GeoLocation)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TrendsResources.html" title="interface in twitter4j.api">TrendsResources</a></dt>
<dd>
<div class="block">Returns the locations that Twitter has trending topic information for, closest to a specified location.<br>
The response is an array of "locations" that encode the location's WOEID and some other human-readable information such as a canonical name and country the location belongs in.<br>
A WOEID is a <a href="http://developer.yahoo.com/geo/geoplanet/">Yahoo! Where On Earth ID</a>.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/HelpResources.Language.html#getCode()">getCode()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/HelpResources.Language.html" title="interface in twitter4j.api">HelpResources.Language</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/QueryResult.html#getCompletedIn()">getCompletedIn()</a></span> - Method in interface twitter4j.<a href="./twitter4j/QueryResult.html" title="interface in twitter4j">QueryResult</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterBase.html#getConfiguration()">getConfiguration()</a></span> - Method in interface twitter4j.<a href="./twitter4j/TwitterBase.html" title="interface in twitter4j">TwitterBase</a></dt>
<dd>
<div class="block">Returns the configuration associated with this instance</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Place.html#getContainedWithIn()">getContainedWithIn()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Place.html" title="interface in twitter4j">Place</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#getContributees(long)">getContributees(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Returns an array of users that the specified user can contribute to.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#getContributees(java.lang.String)">getContributees(String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Returns an array of users that the specified user can contribute to.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getContributingTo()">getContributingTo()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#getContributors(long)">getContributors(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Returns an array of users who can contribute to the specified account.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#getContributors(java.lang.String)">getContributors(String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Returns an array of users who can contribute to the specified account.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#getContributors()">getContributors()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd>
<div class="block">Returns an array of contributors, or null if no contributor is associated with this status.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Paging.html#getCount()">getCount()</a></span> - Method in class twitter4j.<a href="./twitter4j/Paging.html" title="class in twitter4j">Paging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#getCount()">getCount()</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">Returns the number of tweets to return per page, up to a max of 100</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/QueryResult.html#getCount()">getCount()</a></span> - Method in interface twitter4j.<a href="./twitter4j/QueryResult.html" title="interface in twitter4j">QueryResult</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Place.html#getCountry()">getCountry()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Place.html" title="interface in twitter4j">Place</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Location.html#getCountryCode()">getCountryCode()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Location.html" title="interface in twitter4j">Location</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Place.html#getCountryCode()">getCountryCode()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Place.html" title="interface in twitter4j">Place</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Location.html#getCountryName()">getCountryName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Location.html" title="interface in twitter4j">Location</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/DirectMessage.html#getCreatedAt()">getCreatedAt()</a></span> - Method in interface twitter4j.<a href="./twitter4j/DirectMessage.html" title="interface in twitter4j">DirectMessage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/SavedSearch.html#getCreatedAt()">getCreatedAt()</a></span> - Method in interface twitter4j.<a href="./twitter4j/SavedSearch.html" title="interface in twitter4j">SavedSearch</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#getCreatedAt()">getCreatedAt()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd>
<div class="block">Return the created_at</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getCreatedAt()">getCreatedAt()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#getCurrentUserRetweetId()">getCurrentUserRetweetId()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd>
<div class="block">Returns the authenticating user's retweet's id of this tweet, or -1L when the tweet was created
before this feature was enabled.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getDescription()">getDescription()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd>
<div class="block">Returns the description of the user</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/UserList.html#getDescription()">getDescription()</a></span> - Method in interface twitter4j.<a href="./twitter4j/UserList.html" title="interface in twitter4j">UserList</a></dt>
<dd>
<div class="block">Returns the description of the list</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getDescriptionURLEntities()">getDescriptionURLEntities()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd>
<div class="block">Returns URL entities for user description.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/DirectMessagesResources.html#getDirectMessages()">getDirectMessages()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/DirectMessagesResources.html" title="interface in twitter4j.api">DirectMessagesResources</a></dt>
<dd>
<div class="block">Returns a list of the direct messages sent to the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/DirectMessagesResources.html#getDirectMessages(twitter4j.Paging)">getDirectMessages(Paging)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/DirectMessagesResources.html" title="interface in twitter4j.api">DirectMessagesResources</a></dt>
<dd>
<div class="block">Returns a list of the direct messages sent to the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getDispatcherImpl()">getDispatcherImpl()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/URLEntity.html#getDisplayURL()">getDisplayURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/URLEntity.html" title="interface in twitter4j">URLEntity</a></dt>
<dd>
<div class="block">Returns the display URL if mentioned URL is shorten.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/HashtagEntity.html#getEnd()">getEnd()</a></span> - Method in interface twitter4j.<a href="./twitter4j/HashtagEntity.html" title="interface in twitter4j">HashtagEntity</a></dt>
<dd>
<div class="block">Returns the index of the end character of the hashtag.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/SymbolEntity.html#getEnd()">getEnd()</a></span> - Method in interface twitter4j.<a href="./twitter4j/SymbolEntity.html" title="interface in twitter4j">SymbolEntity</a></dt>
<dd>
<div class="block">Returns the index of the end character of the symbol.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TweetEntity.html#getEnd()">getEnd()</a></span> - Method in interface twitter4j.<a href="./twitter4j/TweetEntity.html" title="interface in twitter4j">TweetEntity</a></dt>
<dd>
<div class="block">Returns the index of the end character of the entity in the tweet.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/URLEntity.html#getEnd()">getEnd()</a></span> - Method in interface twitter4j.<a href="./twitter4j/URLEntity.html" title="interface in twitter4j">URLEntity</a></dt>
<dd>
<div class="block">Returns the index of the end character of the URL mentioned in the tweet.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/UserMentionEntity.html#getEnd()">getEnd()</a></span> - Method in interface twitter4j.<a href="./twitter4j/UserMentionEntity.html" title="interface in twitter4j">UserMentionEntity</a></dt>
<dd>
<div class="block">Returns the index of the end character of the user mention.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TwitterException.html#getErrorCode()">getErrorCode()</a></span> - Method in exception twitter4j.<a href="./twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatistics.html#getErrorCount()">getErrorCount()</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/APIStatistics.html" title="class in twitter4j.management">APIStatistics</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/InvocationStatistics.html#getErrorCount()">getErrorCount()</a></span> - Method in interface twitter4j.management.<a href="./twitter4j/management/InvocationStatistics.html" title="interface in twitter4j.management">InvocationStatistics</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/InvocationStatisticsCalculator.html#getErrorCount()">getErrorCount()</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/InvocationStatisticsCalculator.html" title="class in twitter4j.management">InvocationStatisticsCalculator</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterException.html#getErrorMessage()">getErrorMessage()</a></span> - Method in exception twitter4j.<a href="./twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dt>
<dd>
<div class="block">Returns error message from the API if available.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TwitterException.html#getExceptionCode()">getExceptionCode()</a></span> - Method in exception twitter4j.<a href="./twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dt>
<dd>
<div class="block">Returns a hexadecimal representation of this exception stacktrace.<br>
An exception code is a hexadecimal representation of the stacktrace which enables it easier to Google known issues.<br>
Format : XXXXXXXX:YYYYYYYY[ XX:YY]<br>
Where XX is a hash code of stacktrace without line number<br>
YY is a hash code of stacktrace excluding line number<br>
[-XX:YY] will appear when this instance a root cause</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/URLEntity.html#getExpandedURL()">getExpandedURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/URLEntity.html" title="interface in twitter4j">URLEntity</a></dt>
<dd>
<div class="block">Returns the expanded URL if mentioned URL is shorten.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#getFavoriteCount()">getFavoriteCount()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd>
<div class="block">Indicates approximately how many times this Tweet has been "favorited" by Twitter users.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/AccountTotals.html#getFavorites()">getFavorites()</a></span> - Method in interface twitter4j.<a href="./twitter4j/AccountTotals.html" title="interface in twitter4j">AccountTotals</a></dt>
<dd>
<div class="block">Returns the number of total favorites.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FavoritesResources.html#getFavorites()">getFavorites()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FavoritesResources.html" title="interface in twitter4j.api">FavoritesResources</a></dt>
<dd>
<div class="block">Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FavoritesResources.html#getFavorites(long)">getFavorites(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FavoritesResources.html" title="interface in twitter4j.api">FavoritesResources</a></dt>
<dd>
<div class="block">Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FavoritesResources.html#getFavorites(java.lang.String)">getFavorites(String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FavoritesResources.html" title="interface in twitter4j.api">FavoritesResources</a></dt>
<dd>
<div class="block">Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FavoritesResources.html#getFavorites(twitter4j.Paging)">getFavorites(Paging)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FavoritesResources.html" title="interface in twitter4j.api">FavoritesResources</a></dt>
<dd>
<div class="block">Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FavoritesResources.html#getFavorites(long, twitter4j.Paging)">getFavorites(long, Paging)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FavoritesResources.html" title="interface in twitter4j.api">FavoritesResources</a></dt>
<dd>
<div class="block">Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FavoritesResources.html#getFavorites(java.lang.String, twitter4j.Paging)">getFavorites(String, Paging)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FavoritesResources.html" title="interface in twitter4j.api">FavoritesResources</a></dt>
<dd>
<div class="block">Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getFavouritesCount()">getFavouritesCount()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/AccountTotals.html#getFollowers()">getFollowers()</a></span> - Method in interface twitter4j.<a href="./twitter4j/AccountTotals.html" title="interface in twitter4j">AccountTotals</a></dt>
<dd>
<div class="block">Returns the number of total followers.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getFollowersCount()">getFollowersCount()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd>
<div class="block">Returns the number of followers</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#getFollowersIDs(long)">getFollowersIDs(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Returns an array of numeric IDs for every user the specified user is followed by.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#getFollowersIDs(long, long)">getFollowersIDs(long, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Returns an array of numeric IDs for every user the specified user is followed by.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#getFollowersIDs(java.lang.String, long)">getFollowersIDs(String, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Returns an array of numeric IDs for every user the specified user is followed by.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#getFollowersList(long, long)">getFollowersList(long, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Returns a cursored collection of user objects for users following the specified user.<br>
At this time, results are ordered with the most recent following first ��� however, this ordering is subject to unannounced change and eventual consistency issues.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#getFollowersList(java.lang.String, long)">getFollowersList(String, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Returns a cursored collection of user objects for users following the specified user.<br>
At this time, results are ordered with the most recent following first ��� however, this ordering is subject to unannounced change and eventual consistency issues.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/AccountTotals.html#getFriends()">getFriends()</a></span> - Method in interface twitter4j.<a href="./twitter4j/AccountTotals.html" title="interface in twitter4j">AccountTotals</a></dt>
<dd>
<div class="block">Returns the number of total friends.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getFriendsCount()">getFriendsCount()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#getFriendsIDs(long)">getFriendsIDs(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Returns an array of numeric IDs for every user the authenticating user is following.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#getFriendsIDs(long, long)">getFriendsIDs(long, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Returns an array of numeric IDs for every user the specified user is following.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#getFriendsIDs(java.lang.String, long)">getFriendsIDs(String, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Returns an array of numeric IDs for every user the specified user is following.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#getFriendsList(long, long)">getFriendsList(long, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").<br>
At this time, results are ordered with the most recent following first ��� however, this ordering is subject to unannounced change and eventual consistency issues.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#getFriendsList(java.lang.String, long)">getFriendsList(String, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").<br>
At this time, results are ordered with the most recent following first ��� however, this ordering is subject to unannounced change and eventual consistency issues.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Place.html#getFullName()">getFullName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Place.html" title="interface in twitter4j">Place</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/UserList.html#getFullName()">getFullName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/UserList.html" title="interface in twitter4j">UserList</a></dt>
<dd>
<div class="block">Returns the full name of the list</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#getGeocode()">getGeocode()</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">Returns the specified geocode</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/PlacesGeoResources.html#getGeoDetails(java.lang.String)">getGeoDetails(String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/PlacesGeoResources.html" title="interface in twitter4j.api">PlacesGeoResources</a></dt>
<dd>
<div class="block">Find out more details of a place that was returned from the <a href="./twitter4j/api/PlacesGeoResources.html#reverseGeoCode(twitter4j.GeoQuery)"><code>PlacesGeoResources.reverseGeoCode(twitter4j.GeoQuery)</code></a> method.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#getGeoLocation()">getGeoLocation()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd>
<div class="block">Returns The location that this tweet refers to if available.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Place.html#getGeometryCoordinates()">getGeometryCoordinates()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Place.html" title="interface in twitter4j">Place</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Place.html#getGeometryType()">getGeometryType()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Place.html" title="interface in twitter4j">Place</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/GeoQuery.html#getGranularity()">getGranularity()</a></span> - Method in class twitter4j.<a href="./twitter4j/GeoQuery.html" title="class in twitter4j">GeoQuery</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/EntitySupport.html#getHashtagEntities()">getHashtagEntities()</a></span> - Method in interface twitter4j.<a href="./twitter4j/EntitySupport.html" title="interface in twitter4j">EntitySupport</a></dt>
<dd>
<div class="block">Returns an array if hashtag mentioned in the tweet.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/MediaEntity.Size.html#getHeight()">getHeight()</a></span> - Method in interface twitter4j.<a href="./twitter4j/MediaEntity.Size.html" title="interface in twitter4j">MediaEntity.Size</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/TimelinesResources.html#getHomeTimeline()">getHomeTimeline()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TimelinesResources.html" title="interface in twitter4j.api">TimelinesResources</a></dt>
<dd>
<div class="block">Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TimelinesResources.html#getHomeTimeline(twitter4j.Paging)">getHomeTimeline(Paging)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TimelinesResources.html" title="interface in twitter4j.api">TimelinesResources</a></dt>
<dd>
<div class="block">Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/OEmbed.html#getHtml()">getHtml()</a></span> - Method in interface twitter4j.<a href="./twitter4j/OEmbed.html" title="interface in twitter4j">OEmbed</a></dt>
<dd>
<div class="block">The HTML required to display the resource.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getHttpConnectionTimeout()">getHttpConnectionTimeout()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getHttpDefaultMaxPerRoute()">getHttpDefaultMaxPerRoute()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getHttpMaxTotalConnections()">getHttpMaxTotalConnections()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getHttpProxyHost()">getHttpProxyHost()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getHttpProxyPassword()">getHttpProxyPassword()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getHttpProxyPort()">getHttpProxyPort()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getHttpProxyUser()">getHttpProxyUser()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getHttpReadTimeout()">getHttpReadTimeout()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getHttpRetryCount()">getHttpRetryCount()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getHttpRetryIntervalSeconds()">getHttpRetryIntervalSeconds()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getHttpStreamingReadTimeout()">getHttpStreamingReadTimeout()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/DirectMessage.html#getId()">getId()</a></span> - Method in interface twitter4j.<a href="./twitter4j/DirectMessage.html" title="interface in twitter4j">DirectMessage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Friendship.html#getId()">getId()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Friendship.html" title="interface in twitter4j">Friendship</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/MediaEntity.html#getId()">getId()</a></span> - Method in interface twitter4j.<a href="./twitter4j/MediaEntity.html" title="interface in twitter4j">MediaEntity</a></dt>
<dd>
<div class="block">Returns the id of the media.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Place.html#getId()">getId()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Place.html" title="interface in twitter4j">Place</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/SavedSearch.html#getId()">getId()</a></span> - Method in interface twitter4j.<a href="./twitter4j/SavedSearch.html" title="interface in twitter4j">SavedSearch</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#getId()">getId()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd>
<div class="block">Returns the id of the status</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TwitterBase.html#getId()">getId()</a></span> - Method in interface twitter4j.<a href="./twitter4j/TwitterBase.html" title="interface in twitter4j">TwitterBase</a></dt>
<dd>
<div class="block">Returns authenticating user's user id.<br>
This method may internally call verifyCredentials() on the first invocation if<br>
- this instance is authenticated by Basic and email address is supplied instead of screen name, or
- this instance is authenticated by OAuth.<br></div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getId()">getId()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd>
<div class="block">Returns the id of the user</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/UserList.html#getId()">getId()</a></span> - Method in interface twitter4j.<a href="./twitter4j/UserList.html" title="interface in twitter4j">UserList</a></dt>
<dd>
<div class="block">Returns the id of the list</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/UserMentionEntity.html#getId()">getId()</a></span> - Method in interface twitter4j.<a href="./twitter4j/UserMentionEntity.html" title="interface in twitter4j">UserMentionEntity</a></dt>
<dd>
<div class="block">Returns the user id mentioned in the status.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/IDs.html#getIDs()">getIDs()</a></span> - Method in interface twitter4j.<a href="./twitter4j/IDs.html" title="interface in twitter4j">IDs</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#getIncomingFriendships(long)">getIncomingFriendships(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Returns an array of numeric IDs for every user who has a pending request to follow the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#getInReplyToScreenName()">getInReplyToScreenName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd>
<div class="block">Returns the in_reply_to_screen_name</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#getInReplyToStatusId()">getInReplyToStatusId()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd>
<div class="block">Returns the in_reply_tostatus_id</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#getInReplyToStatusId()">getInReplyToStatusId()</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#getInReplyToUserId()">getInReplyToUserId()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd>
<div class="block">Returns the in_reply_user_id</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/AuthorizationFactory.html#getInstance(twitter4j.conf.Configuration)">getInstance(Configuration)</a></span> - Static method in class twitter4j.auth.<a href="./twitter4j/auth/AuthorizationFactory.html" title="class in twitter4j.auth">AuthorizationFactory</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/NullAuthorization.html#getInstance()">getInstance()</a></span> - Static method in class twitter4j.auth.<a href="./twitter4j/auth/NullAuthorization.html" title="class in twitter4j.auth">NullAuthorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationContext.html#getInstance()">getInstance()</a></span> - Static method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationContext.html" title="class in twitter4j.conf">ConfigurationContext</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationContext.html#getInstance(java.lang.String)">getInstance(String)</a></span> - Static method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationContext.html" title="class in twitter4j.conf">ConfigurationContext</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationFactory.html#getInstance()">getInstance()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/ConfigurationFactory.html" title="interface in twitter4j.conf">ConfigurationFactory</a></dt>
<dd>
<div class="block">returns the root configuration</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationFactory.html#getInstance(java.lang.String)">getInstance(String)</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/ConfigurationFactory.html" title="interface in twitter4j.conf">ConfigurationFactory</a></dt>
<dd>
<div class="block">returns the configuration specified by the path</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TwitterAPIMonitor.html#getInstance()">getInstance()</a></span> - Static method in class twitter4j.<a href="./twitter4j/TwitterAPIMonitor.html" title="class in twitter4j">TwitterAPIMonitor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterFactory.html#getInstance()">getInstance()</a></span> - Method in class twitter4j.<a href="./twitter4j/TwitterFactory.html" title="class in twitter4j">TwitterFactory</a></dt>
<dd>
<div class="block">Returns a instance associated with the configuration bound to this factory.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TwitterFactory.html#getInstance(twitter4j.auth.AccessToken)">getInstance(AccessToken)</a></span> - Method in class twitter4j.<a href="./twitter4j/TwitterFactory.html" title="class in twitter4j">TwitterFactory</a></dt>
<dd>
<div class="block">Returns a OAuth Authenticated instance.<br>
consumer key and consumer Secret must be provided by twitter4j.properties, or system properties.<br>
Unlike <a href="./twitter4j/auth/OAuthSupport.html#setOAuthAccessToken(twitter4j.auth.AccessToken)"><code>OAuthSupport.setOAuthAccessToken(twitter4j.auth.AccessToken)</code></a>, this factory method potentially returns a cached instance.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TwitterFactory.html#getInstance(twitter4j.auth.Authorization)">getInstance(Authorization)</a></span> - Method in class twitter4j.<a href="./twitter4j/TwitterFactory.html" title="class in twitter4j">TwitterFactory</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatistics.html#getInvocationStatistics()">getInvocationStatistics()</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/APIStatistics.html" title="class in twitter4j.management">APIStatistics</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatisticsMBean.html#getInvocationStatistics()">getInvocationStatistics()</a></span> - Method in interface twitter4j.management.<a href="./twitter4j/management/APIStatisticsMBean.html" title="interface in twitter4j.management">APIStatisticsMBean</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/GeoQuery.html#getIp()">getIp()</a></span> - Method in class twitter4j.<a href="./twitter4j/GeoQuery.html" title="class in twitter4j">GeoQuery</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#getIsoLanguageCode()">getIsoLanguageCode()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd>
<div class="block">Returns the iso language code set by the Twitter API (best-effort).</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#getLang()">getLang()</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">Returns the lang</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getLang()">getLang()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd>
<div class="block">Returns the preferred language of the user</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/AccountSettings.html#getLanguage()">getLanguage()</a></span> - Method in interface twitter4j.<a href="./twitter4j/AccountSettings.html" title="interface in twitter4j">AccountSettings</a></dt>
<dd>
<div class="block">Returns the language used to render Twitter's UII for this user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/HelpResources.html#getLanguages()">getLanguages()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/HelpResources.html" title="interface in twitter4j.api">HelpResources</a></dt>
<dd>
<div class="block">Returns the list of languages supported by Twitter along with their ISO 639-1 code.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/GeoLocation.html#getLatitude()">getLatitude()</a></span> - Method in class twitter4j.<a href="./twitter4j/GeoLocation.html" title="class in twitter4j">GeoLocation</a></dt>
<dd>
<div class="block">returns the latitude of the geo location</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/RateLimitStatus.html#getLimit()">getLimit()</a></span> - Method in interface twitter4j.<a href="./twitter4j/RateLimitStatus.html" title="interface in twitter4j">RateLimitStatus</a></dt>
<dd>
<div class="block">Returns the current limit in effect<br>
This value is identical to the "X-Rate-Limit-Limit" response header.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getListedCount()">getListedCount()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd>
<div class="block">Returns the number of public lists the user is listed on, or -1
if the count is unavailable.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#getLocale()">getLocale()</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">Returns the language of the query you are sending (only ja is currently effective).</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/GeoQuery.html#getLocation()">getLocation()</a></span> - Method in class twitter4j.<a href="./twitter4j/GeoQuery.html" title="class in twitter4j">GeoQuery</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#getLocation()">getLocation()</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Trends.html#getLocation()">getLocation()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Trends.html" title="interface in twitter4j">Trends</a></dt>
<dd>
<div class="block">Returns the location associated with the trends.<br>
This method is effective only with getLocalTrends() method.<br>
i.e.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getLocation()">getLocation()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd>
<div class="block">Returns the location of the user</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TrendsResources.html#getLocationTrends(int)">getLocationTrends(int)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TrendsResources.html" title="interface in twitter4j.api">TrendsResources</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use <a href="./twitter4j/api/TrendsResources.html#getPlaceTrends(int)"><code>TrendsResources.getPlaceTrends(int)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getLoggerFactory()">getLoggerFactory()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/GeoLocation.html#getLongitude()">getLongitude()</a></span> - Method in class twitter4j.<a href="./twitter4j/GeoLocation.html" title="class in twitter4j">GeoLocation</a></dt>
<dd>
<div class="block">returns the longitude of the geo location</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Paging.html#getMaxId()">getMaxId()</a></span> - Method in class twitter4j.<a href="./twitter4j/Paging.html" title="class in twitter4j">Paging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#getMaxId()">getMaxId()</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">Returns tweets with status ids less than the given id.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/QueryResult.html#getMaxId()">getMaxId()</a></span> - Method in interface twitter4j.<a href="./twitter4j/QueryResult.html" title="interface in twitter4j">QueryResult</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterAPIConfiguration.html#getMaxMediaPerUpload()">getMaxMediaPerUpload()</a></span> - Method in interface twitter4j.<a href="./twitter4j/TwitterAPIConfiguration.html" title="interface in twitter4j">TwitterAPIConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/GeoQuery.html#getMaxResults()">getMaxResults()</a></span> - Method in class twitter4j.<a href="./twitter4j/GeoQuery.html" title="class in twitter4j">GeoQuery</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatisticsOpenMBean.html#getMBeanInfo()">getMBeanInfo()</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/APIStatisticsOpenMBean.html" title="class in twitter4j.management">APIStatisticsOpenMBean</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/EntitySupport.html#getMediaEntities()">getMediaEntities()</a></span> - Method in interface twitter4j.<a href="./twitter4j/EntitySupport.html" title="interface in twitter4j">EntitySupport</a></dt>
<dd>
<div class="block">Returns an array of MediaEntities if medias are available in the tweet.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getMediaProvider()">getMediaProvider()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getMediaProviderAPIKey()">getMediaProviderAPIKey()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getMediaProviderParameters()">getMediaProviderParameters()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/MediaEntity.html#getMediaURL()">getMediaURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/MediaEntity.html" title="interface in twitter4j">MediaEntity</a></dt>
<dd>
<div class="block">Returns the media URL.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/MediaEntity.html#getMediaURLHttps()">getMediaURLHttps()</a></span> - Method in interface twitter4j.<a href="./twitter4j/MediaEntity.html" title="interface in twitter4j">MediaEntity</a></dt>
<dd>
<div class="block">Returns the media secure URL.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/UserList.html#getMemberCount()">getMemberCount()</a></span> - Method in interface twitter4j.<a href="./twitter4j/UserList.html" title="interface in twitter4j">UserList</a></dt>
<dd>
<div class="block">Returns the member count of the list</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/SuggestedUsersResources.html#getMemberSuggestions(java.lang.String)">getMemberSuggestions(String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/SuggestedUsersResources.html" title="interface in twitter4j.api">SuggestedUsersResources</a></dt>
<dd>
<div class="block">Access the users in a given category of the Twitter suggested user list and return their most recent status if they are not a protected user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TimelinesResources.html#getMentions()">getMentions()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TimelinesResources.html" title="interface in twitter4j.api">TimelinesResources</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use <a href="./twitter4j/api/TimelinesResources.html#getMentionsTimeline()"><code>TimelinesResources.getMentionsTimeline()</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TimelinesResources.html#getMentions(twitter4j.Paging)">getMentions(Paging)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TimelinesResources.html" title="interface in twitter4j.api">TimelinesResources</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use <a href="./twitter4j/api/TimelinesResources.html#getMentionsTimeline(twitter4j.Paging)"><code>TimelinesResources.getMentionsTimeline(twitter4j.Paging)</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TimelinesResources.html#getMentionsTimeline()">getMentionsTimeline()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TimelinesResources.html" title="interface in twitter4j.api">TimelinesResources</a></dt>
<dd>
<div class="block">Returns the 20 most recent mentions (tweets containing a users's @screen_name) for the authenticating user.<br>
The timeline returned is the equivalent of the one seen when you view your mentions on twitter.com.<br>
This method can only return up to 800 tweets.<br>
See <a href="https://dev.twitter.com/docs/working-with-timelines"></a>Working with Timelines</a> for instructions on traversing timelines.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TimelinesResources.html#getMentionsTimeline(twitter4j.Paging)">getMentionsTimeline(Paging)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TimelinesResources.html" title="interface in twitter4j.api">TimelinesResources</a></dt>
<dd>
<div class="block">Returns the 20 most recent mentions (tweets containing a users's @screen_name) for the authenticating user.<br>
The timeline returned is the equivalent of the one seen when you view your mentions on twitter.com.<br>
This method can only return up to 800 tweets.<br>
See <a href="https://dev.twitter.com/docs/working-with-timelines"></a>Working with Timelines</a> for instructions on traversing timelines.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TwitterException.html#getMessage()">getMessage()</a></span> - Method in exception twitter4j.<a href="./twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dt>
<dt><span class="strong"><a href="./twitter4j/management/APIStatistics.html#getMethodLevelSummariesAsString()">getMethodLevelSummariesAsString()</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/APIStatistics.html" title="class in twitter4j.management">APIStatistics</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatisticsMBean.html#getMethodLevelSummariesAsString()">getMethodLevelSummariesAsString()</a></span> - Method in interface twitter4j.management.<a href="./twitter4j/management/APIStatisticsMBean.html" title="interface in twitter4j.management">APIStatisticsMBean</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatistics.html#getMethodLevelSummary(java.lang.String)">getMethodLevelSummary(String)</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/APIStatistics.html" title="class in twitter4j.management">APIStatistics</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatisticsMBean.html#getMethodLevelSummary(java.lang.String)">getMethodLevelSummary(String)</a></span> - Method in interface twitter4j.management.<a href="./twitter4j/management/APIStatisticsMBean.html" title="interface in twitter4j.management">APIStatisticsMBean</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getMiniProfileImageURL()">getMiniProfileImageURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getMiniProfileImageURLHttps()">getMiniProfileImageURLHttps()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/HelpResources.Language.html#getName()">getName()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/HelpResources.Language.html" title="interface in twitter4j.api">HelpResources.Language</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Category.html#getName()">getName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Category.html" title="interface in twitter4j">Category</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Friendship.html#getName()">getName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Friendship.html" title="interface in twitter4j">Friendship</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Location.html#getName()">getName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Location.html" title="interface in twitter4j">Location</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatistics.html#getName()">getName()</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/APIStatistics.html" title="class in twitter4j.management">APIStatistics</a></dt>
<dd>
<div class="block">APIStatisticsMBean implementation</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/management/InvocationStatistics.html#getName()">getName()</a></span> - Method in interface twitter4j.management.<a href="./twitter4j/management/InvocationStatistics.html" title="interface in twitter4j.management">InvocationStatistics</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/InvocationStatisticsCalculator.html#getName()">getName()</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/InvocationStatisticsCalculator.html" title="class in twitter4j.management">InvocationStatisticsCalculator</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Place.html#getName()">getName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Place.html" title="interface in twitter4j">Place</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/SavedSearch.html#getName()">getName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/SavedSearch.html" title="interface in twitter4j">SavedSearch</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TimeZone.html#getName()">getName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/TimeZone.html" title="interface in twitter4j">TimeZone</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Trend.html#getName()">getName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Trend.html" title="interface in twitter4j">Trend</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getName()">getName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd>
<div class="block">Returns the name of the user</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/UserList.html#getName()">getName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/UserList.html" title="interface in twitter4j">UserList</a></dt>
<dd>
<div class="block">Returns the name of the list</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/UserMentionEntity.html#getName()">getName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/UserMentionEntity.html" title="interface in twitter4j">UserMentionEntity</a></dt>
<dd>
<div class="block">Returns the name mentioned in the status.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/CursorSupport.html#getNextCursor()">getNextCursor()</a></span> - Method in interface twitter4j.<a href="./twitter4j/CursorSupport.html" title="interface in twitter4j">CursorSupport</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/IDs.html#getNextCursor()">getNextCursor()</a></span> - Method in interface twitter4j.<a href="./twitter4j/IDs.html" title="interface in twitter4j">IDs</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/PagableResponseList.html#getNextCursor()">getNextCursor()</a></span> - Method in interface twitter4j.<a href="./twitter4j/PagableResponseList.html" title="interface in twitter4j">PagableResponseList</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterAPIConfiguration.html#getNonUsernamePaths()">getNonUsernamePaths()</a></span> - Method in interface twitter4j.<a href="./twitter4j/TwitterAPIConfiguration.html" title="interface in twitter4j">TwitterAPIConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/AuthorizationConfiguration.html#getOAuth2AccessToken()">getOAuth2AccessToken()</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/AuthorizationConfiguration.html" title="interface in twitter4j.auth">AuthorizationConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getOAuth2AccessToken()">getOAuth2AccessToken()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getOAuth2InvalidateTokenURL()">getOAuth2InvalidateTokenURL()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuth2Authorization.html#getOAuth2Token()">getOAuth2Token()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuth2Authorization.html" title="class in twitter4j.auth">OAuth2Authorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuth2Support.html#getOAuth2Token()">getOAuth2Token()</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/OAuth2Support.html" title="interface in twitter4j.auth">OAuth2Support</a></dt>
<dd>
<div class="block">Obtains an OAuth 2 Bearer token.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/AuthorizationConfiguration.html#getOAuth2TokenType()">getOAuth2TokenType()</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/AuthorizationConfiguration.html" title="interface in twitter4j.auth">AuthorizationConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getOAuth2TokenType()">getOAuth2TokenType()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getOAuth2TokenURL()">getOAuth2TokenURL()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/AuthorizationConfiguration.html#getOAuthAccessToken()">getOAuthAccessToken()</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/AuthorizationConfiguration.html" title="interface in twitter4j.auth">AuthorizationConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthAuthorization.html#getOAuthAccessToken()">getOAuthAccessToken()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuthAuthorization.html" title="class in twitter4j.auth">OAuthAuthorization</a></dt>
<dd>
<div class="block">Returns an access token associated with this instance.<br>
If no access token is associated with this instance, this will retrieve a new access token.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthAuthorization.html#getOAuthAccessToken(java.lang.String)">getOAuthAccessToken(String)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuthAuthorization.html" title="class in twitter4j.auth">OAuthAuthorization</a></dt>
<dd>
<div class="block">Retrieves an access token.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthAuthorization.html#getOAuthAccessToken(twitter4j.auth.RequestToken)">getOAuthAccessToken(RequestToken)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuthAuthorization.html" title="class in twitter4j.auth">OAuthAuthorization</a></dt>
<dd>
<div class="block">Retrieves an access token associated with the supplied request token and sets userId.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthAuthorization.html#getOAuthAccessToken(twitter4j.auth.RequestToken, java.lang.String)">getOAuthAccessToken(RequestToken, String)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuthAuthorization.html" title="class in twitter4j.auth">OAuthAuthorization</a></dt>
<dd>
<div class="block">Retrieves an access token associated with the supplied request token and sets userId.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthAuthorization.html#getOAuthAccessToken(java.lang.String, java.lang.String)">getOAuthAccessToken(String, String)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuthAuthorization.html" title="class in twitter4j.auth">OAuthAuthorization</a></dt>
<dd>
<div class="block">Retrieves an access token associated with the supplied screen name and password using xAuth.<br>
In order to get access acquire AccessToken using xAuth, you must apply by sending an email to api@twitter.com ��� all other applications will receive an HTTP 401 error.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthSupport.html#getOAuthAccessToken()">getOAuthAccessToken()</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/OAuthSupport.html" title="interface in twitter4j.auth">OAuthSupport</a></dt>
<dd>
<div class="block">Returns an access token associated with this instance.<br>
If no access token is associated with this instance, this will retrieve a new access token.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthSupport.html#getOAuthAccessToken(java.lang.String)">getOAuthAccessToken(String)</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/OAuthSupport.html" title="interface in twitter4j.auth">OAuthSupport</a></dt>
<dd>
<div class="block">Retrieves an access token.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthSupport.html#getOAuthAccessToken(twitter4j.auth.RequestToken)">getOAuthAccessToken(RequestToken)</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/OAuthSupport.html" title="interface in twitter4j.auth">OAuthSupport</a></dt>
<dd>
<div class="block">Retrieves an access token associated with the supplied request token and sets userId.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthSupport.html#getOAuthAccessToken(twitter4j.auth.RequestToken, java.lang.String)">getOAuthAccessToken(RequestToken, String)</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/OAuthSupport.html" title="interface in twitter4j.auth">OAuthSupport</a></dt>
<dd>
<div class="block">Retrieves an access token associated with the supplied request token and sets userId.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthSupport.html#getOAuthAccessToken(java.lang.String, java.lang.String)">getOAuthAccessToken(String, String)</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/OAuthSupport.html" title="interface in twitter4j.auth">OAuthSupport</a></dt>
<dd>
<div class="block">Retrieves an access token associated with the supplied screen name and password using xAuth.<br>
In order to get access acquire AccessToken using xAuth, you must apply by sending an email to api@twitter.com ��� all other applications will receive an HTTP 401 error.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getOAuthAccessToken()">getOAuthAccessToken()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/AuthorizationConfiguration.html#getOAuthAccessTokenSecret()">getOAuthAccessTokenSecret()</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/AuthorizationConfiguration.html" title="interface in twitter4j.auth">AuthorizationConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getOAuthAccessTokenSecret()">getOAuthAccessTokenSecret()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getOAuthAccessTokenURL()">getOAuthAccessTokenURL()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getOAuthAuthenticationURL()">getOAuthAuthenticationURL()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getOAuthAuthorizationURL()">getOAuthAuthorizationURL()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/AuthorizationConfiguration.html#getOAuthConsumerKey()">getOAuthConsumerKey()</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/AuthorizationConfiguration.html" title="interface in twitter4j.auth">AuthorizationConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getOAuthConsumerKey()">getOAuthConsumerKey()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/AuthorizationConfiguration.html#getOAuthConsumerSecret()">getOAuthConsumerSecret()</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/AuthorizationConfiguration.html" title="interface in twitter4j.auth">AuthorizationConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getOAuthConsumerSecret()">getOAuthConsumerSecret()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthAuthorization.html#getOAuthRequestToken()">getOAuthRequestToken()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuthAuthorization.html" title="class in twitter4j.auth">OAuthAuthorization</a></dt>
<dd>
<div class="block">Retrieves a request token</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthAuthorization.html#getOAuthRequestToken(java.lang.String)">getOAuthRequestToken(String)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuthAuthorization.html" title="class in twitter4j.auth">OAuthAuthorization</a></dt>
<dd>
<div class="block">Retrieves a request token</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthAuthorization.html#getOAuthRequestToken(java.lang.String, java.lang.String)">getOAuthRequestToken(String, String)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuthAuthorization.html" title="class in twitter4j.auth">OAuthAuthorization</a></dt>
<dd>
<div class="block">Retrieves a request token</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthSupport.html#getOAuthRequestToken()">getOAuthRequestToken()</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/OAuthSupport.html" title="interface in twitter4j.auth">OAuthSupport</a></dt>
<dd>
<div class="block">Retrieves a request token</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthSupport.html#getOAuthRequestToken(java.lang.String)">getOAuthRequestToken(String)</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/OAuthSupport.html" title="interface in twitter4j.auth">OAuthSupport</a></dt>
<dd>
<div class="block">Retrieves a request token</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthSupport.html#getOAuthRequestToken(java.lang.String, java.lang.String)">getOAuthRequestToken(String, String)</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/OAuthSupport.html" title="interface in twitter4j.auth">OAuthSupport</a></dt>
<dd>
<div class="block">Retrieves a request token</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getOAuthRequestTokenURL()">getOAuthRequestTokenURL()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/TweetsResources.html#getOEmbed(twitter4j.OEmbedRequest)">getOEmbed(OEmbedRequest)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TweetsResources.html" title="interface in twitter4j.api">TweetsResources</a></dt>
<dd>
<div class="block">Returns information allowing the creation of an embedded representation of a Tweet on third party sites.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getOriginalProfileImageURL()">getOriginalProfileImageURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getOriginalProfileImageURLHttps()">getOriginalProfileImageURLHttps()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#getOutgoingFriendships(long)">getOutgoingFriendships(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Returns an array of numeric IDs for every protected user for whom the authenticating user has a pending follow request.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Paging.html#getPage()">getPage()</a></span> - Method in class twitter4j.<a href="./twitter4j/Paging.html" title="class in twitter4j">Paging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/AuthorizationConfiguration.html#getPassword()">getPassword()</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/AuthorizationConfiguration.html" title="interface in twitter4j.auth">AuthorizationConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/BasicAuthorization.html#getPassword()">getPassword()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/BasicAuthorization.html" title="class in twitter4j.auth">BasicAuthorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getPassword()">getPassword()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterAPIConfiguration.html#getPhotoSizeLimit()">getPhotoSizeLimit()</a></span> - Method in interface twitter4j.<a href="./twitter4j/TwitterAPIConfiguration.html" title="interface in twitter4j">TwitterAPIConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterAPIConfiguration.html#getPhotoSizes()">getPhotoSizes()</a></span> - Method in interface twitter4j.<a href="./twitter4j/TwitterAPIConfiguration.html" title="interface in twitter4j">TwitterAPIConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#getPlace()">getPlace()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd>
<div class="block">Returns the place attached to this status</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Location.html#getPlaceCode()">getPlaceCode()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Location.html" title="interface in twitter4j">Location</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#getPlaceId()">getPlaceId()</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Location.html#getPlaceName()">getPlaceName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Location.html" title="interface in twitter4j">Location</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/TrendsResources.html#getPlaceTrends(int)">getPlaceTrends(int)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TrendsResources.html" title="interface in twitter4j.api">TrendsResources</a></dt>
<dd>
<div class="block">Returns the top 10 trending topics for a specific WOEID, if trending information is available for it.<br>
The response is an array of "trend" objects that encode the name of the trending topic, the query parameter that can be used to search for the topic on <a href="http://search.twitter.com/">Twitter Search</a>, and the Twitter Search URL.<br>
This information is cached for 5 minutes.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Place.html#getPlaceType()">getPlaceType()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Place.html" title="interface in twitter4j">Place</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/SavedSearch.html#getPosition()">getPosition()</a></span> - Method in interface twitter4j.<a href="./twitter4j/SavedSearch.html" title="interface in twitter4j">SavedSearch</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/CursorSupport.html#getPreviousCursor()">getPreviousCursor()</a></span> - Method in interface twitter4j.<a href="./twitter4j/CursorSupport.html" title="interface in twitter4j">CursorSupport</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/IDs.html#getPreviousCursor()">getPreviousCursor()</a></span> - Method in interface twitter4j.<a href="./twitter4j/IDs.html" title="interface in twitter4j">IDs</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/PagableResponseList.html#getPreviousCursor()">getPreviousCursor()</a></span> - Method in interface twitter4j.<a href="./twitter4j/PagableResponseList.html" title="interface in twitter4j">PagableResponseList</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/HelpResources.html#getPrivacyPolicy()">getPrivacyPolicy()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/HelpResources.html" title="interface in twitter4j.api">HelpResources</a></dt>
<dd>
<div class="block">Returns Twitter's Privacy Policy.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getProfileBackgroundColor()">getProfileBackgroundColor()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getProfileBackgroundImageUrl()">getProfileBackgroundImageUrl()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use <a href="./twitter4j/User.html#getProfileImageURL()"><code>User.getProfileImageURL()</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getProfileBackgroundImageURL()">getProfileBackgroundImageURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getProfileBackgroundImageUrlHttps()">getProfileBackgroundImageUrlHttps()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getProfileBannerIPadRetinaURL()">getProfileBannerIPadRetinaURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getProfileBannerIPadURL()">getProfileBannerIPadURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getProfileBannerMobileRetinaURL()">getProfileBannerMobileRetinaURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getProfileBannerMobileURL()">getProfileBannerMobileURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getProfileBannerRetinaURL()">getProfileBannerRetinaURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getProfileBannerURL()">getProfileBannerURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getProfileImageURL()">getProfileImageURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd>
<div class="block">Returns the profile image url of the user</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getProfileImageUrlHttps()">getProfileImageUrlHttps()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use <a href="./twitter4j/User.html#getProfileImageURL()"><code>User.getProfileImageURL()</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getProfileImageURLHttps()">getProfileImageURLHttps()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getProfileLinkColor()">getProfileLinkColor()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getProfileSidebarBorderColor()">getProfileSidebarBorderColor()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getProfileSidebarFillColor()">getProfileSidebarFillColor()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getProfileTextColor()">getProfileTextColor()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/GeoQuery.html#getQuery()">getQuery()</a></span> - Method in class twitter4j.<a href="./twitter4j/GeoQuery.html" title="class in twitter4j">GeoQuery</a></dt>
<dd>
<div class="block">Gets and Sets the query to filter Place results from geo/search</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#getQuery()">getQuery()</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">Returns the specified query</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/QueryResult.html#getQuery()">getQuery()</a></span> - Method in interface twitter4j.<a href="./twitter4j/QueryResult.html" title="interface in twitter4j">QueryResult</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/SavedSearch.html#getQuery()">getQuery()</a></span> - Method in interface twitter4j.<a href="./twitter4j/SavedSearch.html" title="interface in twitter4j">SavedSearch</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Trend.html#getQuery()">getQuery()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Trend.html" title="interface in twitter4j">Trend</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/HelpResources.html#getRateLimitStatus()">getRateLimitStatus()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/HelpResources.html" title="interface in twitter4j.api">HelpResources</a></dt>
<dd>
<div class="block">Returns the current rate limits for methods belonging to the specified resource families.<br>
Each 1.1 API resource belongs to a "resource family" which is indicated in its method documentation.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/HelpResources.html#getRateLimitStatus(java.lang.String...)">getRateLimitStatus(String...)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/HelpResources.html" title="interface in twitter4j.api">HelpResources</a></dt>
<dd>
<div class="block">Returns the current rate limits for methods belonging to the specified resource families.<br>
Each 1.1 API resource belongs to a "resource family" which is indicated in its method documentation.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/RateLimitStatusEvent.html#getRateLimitStatus()">getRateLimitStatus()</a></span> - Method in class twitter4j.<a href="./twitter4j/RateLimitStatusEvent.html" title="class in twitter4j">RateLimitStatusEvent</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/ResponseList.html#getRateLimitStatus()">getRateLimitStatus()</a></span> - Method in interface twitter4j.<a href="./twitter4j/ResponseList.html" title="interface in twitter4j">ResponseList</a></dt>
<dd>
<div class="block">Returns the current rate limit status if available.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TwitterException.html#getRateLimitStatus()">getRateLimitStatus()</a></span> - Method in exception twitter4j.<a href="./twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dt>
<dd>
<div class="block">Returns the current rate limit status if available.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TwitterResponse.html#getRateLimitStatus()">getRateLimitStatus()</a></span> - Method in interface twitter4j.<a href="./twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a></dt>
<dd>
<div class="block">Returns the current rate limit status if available.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/json/DataObjectFactory.html#getRawJSON(java.lang.Object)">getRawJSON(Object)</a></span> - Static method in class twitter4j.json.<a href="./twitter4j/json/DataObjectFactory.html" title="class in twitter4j.json">DataObjectFactory</a></dt>
<dd>
<div class="block">Returns a raw JSON form of the provided object.<br>
Note that raw JSON forms can be retrieved only from the same thread invoked the last method call and will become inaccessible once another method call</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/DirectMessage.html#getRecipient()">getRecipient()</a></span> - Method in interface twitter4j.<a href="./twitter4j/DirectMessage.html" title="interface in twitter4j">DirectMessage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/DirectMessage.html#getRecipientId()">getRecipientId()</a></span> - Method in interface twitter4j.<a href="./twitter4j/DirectMessage.html" title="interface in twitter4j">DirectMessage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/DirectMessage.html#getRecipientScreenName()">getRecipientScreenName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/DirectMessage.html" title="interface in twitter4j">DirectMessage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/QueryResult.html#getRefreshUrl()">getRefreshUrl()</a></span> - Method in interface twitter4j.<a href="./twitter4j/QueryResult.html" title="interface in twitter4j">QueryResult</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use <a href="./twitter4j/QueryResult.html#getRefreshURL()"><code>QueryResult.getRefreshURL()</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/QueryResult.html#getRefreshURL()">getRefreshURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/QueryResult.html" title="interface in twitter4j">QueryResult</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/RateLimitStatus.html#getRemaining()">getRemaining()</a></span> - Method in interface twitter4j.<a href="./twitter4j/RateLimitStatus.html" title="interface in twitter4j">RateLimitStatus</a></dt>
<dd>
<div class="block">Returns the remaining number of API requests available.<br>
This value is identical to the "X-Rate-Limit-Remaining" response header.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/RateLimitStatus.html#getRemainingHits()">getRemainingHits()</a></span> - Method in interface twitter4j.<a href="./twitter4j/RateLimitStatus.html" title="interface in twitter4j">RateLimitStatus</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use <a href="./twitter4j/RateLimitStatus.html#getRemaining()"><code>RateLimitStatus.getRemaining()</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getRequestHeaders()">getRequestHeaders()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/RateLimitStatus.html#getResetTimeInSeconds()">getResetTimeInSeconds()</a></span> - Method in interface twitter4j.<a href="./twitter4j/RateLimitStatus.html" title="interface in twitter4j">RateLimitStatus</a></dt>
<dd>
<div class="block">Returns the seconds the current rate limiting period ends.<br>
This should be a same as getResetTime().getTime()/1000.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/MediaEntity.Size.html#getResize()">getResize()</a></span> - Method in interface twitter4j.<a href="./twitter4j/MediaEntity.Size.html" title="interface in twitter4j">MediaEntity.Size</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterException.html#getResponseHeader(java.lang.String)">getResponseHeader(String)</a></span> - Method in exception twitter4j.<a href="./twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getRestBaseURL()">getRestBaseURL()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#getResultType()">getResultType()</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">Returns resultType</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TwitterException.html#getRetryAfter()">getRetryAfter()</a></span> - Method in exception twitter4j.<a href="./twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dt>
<dd>
<div class="block">Returns int value of "Retry-After" response header (Search API) or seconds_until_reset (REST API).</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#getRetweetCount()">getRetweetCount()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd>
<div class="block">Returns the number of times this tweet has been retweeted, or -1 when the tweet was
created before this feature was enabled.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#getRetweetedStatus()">getRetweetedStatus()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/TweetsResources.html#getRetweeterIds(long, long)">getRetweeterIds(long, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TweetsResources.html" title="interface in twitter4j.api">TweetsResources</a></dt>
<dd>
<div class="block">Returns a collection of up to 100 user IDs belonging to users who have
retweeted the tweet specified by the id parameter.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TweetsResources.html#getRetweeterIds(long, int, long)">getRetweeterIds(long, int, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TweetsResources.html" title="interface in twitter4j.api">TweetsResources</a></dt>
<dd>
<div class="block">Returns a collection of up to <code>count</code> user IDs belonging to users
who have retweeted the tweet specified by the id parameter.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TweetsResources.html#getRetweets(long)">getRetweets(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TweetsResources.html" title="interface in twitter4j.api">TweetsResources</a></dt>
<dd>
<div class="block">Returns up to 100 of the first retweets of a given tweet.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TimelinesResources.html#getRetweetsOfMe()">getRetweetsOfMe()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TimelinesResources.html" title="interface in twitter4j.api">TimelinesResources</a></dt>
<dd>
<div class="block">Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TimelinesResources.html#getRetweetsOfMe(twitter4j.Paging)">getRetweetsOfMe(Paging)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TimelinesResources.html" title="interface in twitter4j.api">TimelinesResources</a></dt>
<dd>
<div class="block">Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/SavedSearchesResources.html#getSavedSearches()">getSavedSearches()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/SavedSearchesResources.html" title="interface in twitter4j.api">SavedSearchesResources</a></dt>
<dd>
<div class="block">Returns the authenticated user's saved search queries.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/AccountSettings.html#getScreenName()">getScreenName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/AccountSettings.html" title="interface in twitter4j">AccountSettings</a></dt>
<dd>
<div class="block">Returns the user's screen name</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/AccessToken.html#getScreenName()">getScreenName()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/AccessToken.html" title="class in twitter4j.auth">AccessToken</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Friendship.html#getScreenName()">getScreenName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Friendship.html" title="interface in twitter4j">Friendship</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterBase.html#getScreenName()">getScreenName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/TwitterBase.html" title="interface in twitter4j">TwitterBase</a></dt>
<dd>
<div class="block">Returns authenticating user's screen name.<br>
This method may internally call verifyCredentials() on the first invocation if<br>
- this instance is authenticated by Basic and email address is supplied instead of screen name, or
- this instance is authenticated by OAuth.<br>
Note that this method returns a transiently cached (will be lost upon serialization) screen name while it is possible to change a user's screen name.<br></div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getScreenName()">getScreenName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd>
<div class="block">Returns the screen name of the user</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/UserMentionEntity.html#getScreenName()">getScreenName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/UserMentionEntity.html" title="interface in twitter4j">UserMentionEntity</a></dt>
<dd>
<div class="block">Returns the screen name mentioned in the status.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/RateLimitStatus.html#getSecondsUntilReset()">getSecondsUntilReset()</a></span> - Method in interface twitter4j.<a href="./twitter4j/RateLimitStatus.html" title="interface in twitter4j">RateLimitStatus</a></dt>
<dd>
<div class="block">Returns the amount of seconds until the current rate limiting period ends.<br>
This is a value provided/calculated only by Twitter4J for handiness and not a part of the twitter API spec.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/DirectMessage.html#getSender()">getSender()</a></span> - Method in interface twitter4j.<a href="./twitter4j/DirectMessage.html" title="interface in twitter4j">DirectMessage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/DirectMessage.html#getSenderId()">getSenderId()</a></span> - Method in interface twitter4j.<a href="./twitter4j/DirectMessage.html" title="interface in twitter4j">DirectMessage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/DirectMessage.html#getSenderScreenName()">getSenderScreenName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/DirectMessage.html" title="interface in twitter4j">DirectMessage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/DirectMessagesResources.html#getSentDirectMessages()">getSentDirectMessages()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/DirectMessagesResources.html" title="interface in twitter4j.api">DirectMessagesResources</a></dt>
<dd>
<div class="block">Returns a list of the direct messages sent by the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/DirectMessagesResources.html#getSentDirectMessages(twitter4j.Paging)">getSentDirectMessages(Paging)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/DirectMessagesResources.html" title="interface in twitter4j.api">DirectMessagesResources</a></dt>
<dd>
<div class="block">Returns a list of the direct messages sent by the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TwitterAPIConfiguration.html#getShortURLLength()">getShortURLLength()</a></span> - Method in interface twitter4j.<a href="./twitter4j/TwitterAPIConfiguration.html" title="interface in twitter4j">TwitterAPIConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterAPIConfiguration.html#getShortURLLengthHttps()">getShortURLLengthHttps()</a></span> - Method in interface twitter4j.<a href="./twitter4j/TwitterAPIConfiguration.html" title="interface in twitter4j">TwitterAPIConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/PlacesGeoResources.html#getSimilarPlaces(twitter4j.GeoLocation, java.lang.String, java.lang.String, java.lang.String)">getSimilarPlaces(GeoLocation, String, String, String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/PlacesGeoResources.html" title="interface in twitter4j.api">PlacesGeoResources</a></dt>
<dd>
<div class="block">Locates places near the given coordinates which are similar in name.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#getSince()">getSince()</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">Returns tweets with since the given date.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Paging.html#getSinceId()">getSinceId()</a></span> - Method in class twitter4j.<a href="./twitter4j/Paging.html" title="class in twitter4j">Paging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#getSinceId()">getSinceId()</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">returns sinceId</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/QueryResult.html#getSinceId()">getSinceId()</a></span> - Method in interface twitter4j.<a href="./twitter4j/QueryResult.html" title="interface in twitter4j">QueryResult</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterFactory.html#getSingleton()">getSingleton()</a></span> - Static method in class twitter4j.<a href="./twitter4j/TwitterFactory.html" title="class in twitter4j">TwitterFactory</a></dt>
<dd>
<div class="block">Returns default singleton Twitter instance.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getSiteStreamBaseURL()">getSiteStreamBaseURL()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Category.html#getSize()">getSize()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Category.html" title="interface in twitter4j">Category</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/MediaEntity.html#getSizes()">getSizes()</a></span> - Method in interface twitter4j.<a href="./twitter4j/MediaEntity.html" title="interface in twitter4j">MediaEntity</a></dt>
<dd>
<div class="block">Returns size variations of the media.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/AccountSettings.html#getSleepEndTime()">getSleepEndTime()</a></span> - Method in interface twitter4j.<a href="./twitter4j/AccountSettings.html" title="interface in twitter4j">AccountSettings</a></dt>
<dd>
<div class="block">Returns sleep end time.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/AccountSettings.html#getSleepStartTime()">getSleepStartTime()</a></span> - Method in interface twitter4j.<a href="./twitter4j/AccountSettings.html" title="interface in twitter4j">AccountSettings</a></dt>
<dd>
<div class="block">Returns sleep start time.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Category.html#getSlug()">getSlug()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Category.html" title="interface in twitter4j">Category</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/UserList.html#getSlug()">getSlug()</a></span> - Method in interface twitter4j.<a href="./twitter4j/UserList.html" title="interface in twitter4j">UserList</a></dt>
<dd>
<div class="block">Returns the slug of the list</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#getSource()">getSource()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd>
<div class="block">Returns the source</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Relationship.html#getSourceUserId()">getSourceUserId()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Relationship.html" title="interface in twitter4j">Relationship</a></dt>
<dd>
<div class="block">Returns the source user id</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Relationship.html#getSourceUserScreenName()">getSourceUserScreenName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Relationship.html" title="interface in twitter4j">Relationship</a></dt>
<dd>
<div class="block">Returns the source user screen name</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/HashtagEntity.html#getStart()">getStart()</a></span> - Method in interface twitter4j.<a href="./twitter4j/HashtagEntity.html" title="interface in twitter4j">HashtagEntity</a></dt>
<dd>
<div class="block">Returns the index of the start character of the hashtag.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/SymbolEntity.html#getStart()">getStart()</a></span> - Method in interface twitter4j.<a href="./twitter4j/SymbolEntity.html" title="interface in twitter4j">SymbolEntity</a></dt>
<dd>
<div class="block">Returns the index of the start character of the symbol.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TweetEntity.html#getStart()">getStart()</a></span> - Method in interface twitter4j.<a href="./twitter4j/TweetEntity.html" title="interface in twitter4j">TweetEntity</a></dt>
<dd>
<div class="block">Returns the index of the start character of the entity in the tweet.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/URLEntity.html#getStart()">getStart()</a></span> - Method in interface twitter4j.<a href="./twitter4j/URLEntity.html" title="interface in twitter4j">URLEntity</a></dt>
<dd>
<div class="block">Returns the index of the start character of the URL mentioned in the tweet.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/UserMentionEntity.html#getStart()">getStart()</a></span> - Method in interface twitter4j.<a href="./twitter4j/UserMentionEntity.html" title="interface in twitter4j">UserMentionEntity</a></dt>
<dd>
<div class="block">Returns the index of the start character of the user mention.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatisticsOpenMBean.html#getStatistics()">getStatistics()</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/APIStatisticsOpenMBean.html" title="class in twitter4j.management">APIStatisticsOpenMBean</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterAPIMonitor.html#getStatistics()">getStatistics()</a></span> - Method in class twitter4j.<a href="./twitter4j/TwitterAPIMonitor.html" title="class in twitter4j">TwitterAPIMonitor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/HelpResources.Language.html#getStatus()">getStatus()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/HelpResources.Language.html" title="interface in twitter4j.api">HelpResources.Language</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#getStatus()">getStatus()</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getStatus()">getStatus()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd>
<div class="block">Returns the current status of the user<br>
This can be null if the instance if from Status.getUser().</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TwitterException.html#getStatusCode()">getStatusCode()</a></span> - Method in exception twitter4j.<a href="./twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getStatusesCount()">getStatusesCount()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusDeletionNotice.html#getStatusId()">getStatusId()</a></span> - Method in interface twitter4j.<a href="./twitter4j/StatusDeletionNotice.html" title="interface in twitter4j">StatusDeletionNotice</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getStreamBaseURL()">getStreamBaseURL()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Place.html#getStreetAddress()">getStreetAddress()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Place.html" title="interface in twitter4j">Place</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/UserList.html#getSubscriberCount()">getSubscriberCount()</a></span> - Method in interface twitter4j.<a href="./twitter4j/UserList.html" title="interface in twitter4j">UserList</a></dt>
<dd>
<div class="block">Returns the subscriber count of the list</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/SuggestedUsersResources.html#getSuggestedUserCategories()">getSuggestedUserCategories()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/SuggestedUsersResources.html" title="interface in twitter4j.api">SuggestedUsersResources</a></dt>
<dd>
<div class="block">Access to Twitter's suggested user list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/EntitySupport.html#getSymbolEntities()">getSymbolEntities()</a></span> - Method in interface twitter4j.<a href="./twitter4j/EntitySupport.html" title="interface in twitter4j">EntitySupport</a></dt>
<dd>
<div class="block">Returns an array of SymbolEntities if medias are available in the tweet.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Relationship.html#getTargetUserId()">getTargetUserId()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Relationship.html" title="interface in twitter4j">Relationship</a></dt>
<dd>
<div class="block">Returns the target user id</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Relationship.html#getTargetUserScreenName()">getTargetUserScreenName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Relationship.html" title="interface in twitter4j">Relationship</a></dt>
<dd>
<div class="block">Returns the target user screen name</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/HelpResources.html#getTermsOfService()">getTermsOfService()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/HelpResources.html" title="interface in twitter4j.api">HelpResources</a></dt>
<dd>
<div class="block">Returns Twitter's' Terms of Service.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/DirectMessage.html#getText()">getText()</a></span> - Method in interface twitter4j.<a href="./twitter4j/DirectMessage.html" title="interface in twitter4j">DirectMessage</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/HashtagEntity.html#getText()">getText()</a></span> - Method in interface twitter4j.<a href="./twitter4j/HashtagEntity.html" title="interface in twitter4j">HashtagEntity</a></dt>
<dd>
<div class="block">Returns the text of the hashtag without #.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#getText()">getText()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd>
<div class="block">Returns the text of the status</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TweetEntity.html#getText()">getText()</a></span> - Method in interface twitter4j.<a href="./twitter4j/TweetEntity.html" title="interface in twitter4j">TweetEntity</a></dt>
<dd>
<div class="block">Returns the text of the entity</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/URLEntity.html#getText()">getText()</a></span> - Method in interface twitter4j.<a href="./twitter4j/URLEntity.html" title="interface in twitter4j">URLEntity</a></dt>
<dd>
<div class="block">Returns the URL mentioned in the tweet.<br>
This method implementation is to meet TweetEntity interface and the behavior is equivalent to <a href="./twitter4j/URLEntity.html#getURL()"><code>URLEntity.getURL()</code></a></div>
</dd>
<dt><span class="strong"><a href="./twitter4j/UserMentionEntity.html#getText()">getText()</a></span> - Method in interface twitter4j.<a href="./twitter4j/UserMentionEntity.html" title="interface in twitter4j">UserMentionEntity</a></dt>
<dd>
<div class="block">Returns the screen name mentioned in the status.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/AccountSettings.html#getTimeZone()">getTimeZone()</a></span> - Method in interface twitter4j.<a href="./twitter4j/AccountSettings.html" title="interface in twitter4j">AccountSettings</a></dt>
<dd>
<div class="block">Returns the timezone configured for this user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getTimeZone()">getTimeZone()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/SimilarPlaces.html#getToken()">getToken()</a></span> - Method in interface twitter4j.<a href="./twitter4j/SimilarPlaces.html" title="interface in twitter4j">SimilarPlaces</a></dt>
<dd>
<div class="block">Returns the token needed to be able to create a new place with <a href="./twitter4j/api/PlacesGeoResources.html#createPlace(java.lang.String, java.lang.String, java.lang.String, twitter4j.GeoLocation, java.lang.String)"><code>PlacesGeoResources.createPlace(String, String, String, GeoLocation, String)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuth2Token.html#getTokenType()">getTokenType()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuth2Token.html" title="class in twitter4j.auth">OAuth2Token</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatistics.html#getTotalTime()">getTotalTime()</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/APIStatistics.html" title="class in twitter4j.management">APIStatistics</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/InvocationStatistics.html#getTotalTime()">getTotalTime()</a></span> - Method in interface twitter4j.management.<a href="./twitter4j/management/InvocationStatistics.html" title="interface in twitter4j.management">InvocationStatistics</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/InvocationStatisticsCalculator.html#getTotalTime()">getTotalTime()</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/InvocationStatisticsCalculator.html" title="class in twitter4j.management">InvocationStatisticsCalculator</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Trends.html#getTrendAt()">getTrendAt()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Trends.html" title="interface in twitter4j">Trends</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/AccountSettings.html#getTrendLocations()">getTrendLocations()</a></span> - Method in interface twitter4j.<a href="./twitter4j/AccountSettings.html" title="interface in twitter4j">AccountSettings</a></dt>
<dd>
<div class="block">Return the user's trend locations</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Trends.html#getTrends()">getTrends()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Trends.html" title="interface in twitter4j">Trends</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/QueryResult.html#getTweets()">getTweets()</a></span> - Method in interface twitter4j.<a href="./twitter4j/QueryResult.html" title="interface in twitter4j">QueryResult</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/MediaEntity.html#getType()">getType()</a></span> - Method in interface twitter4j.<a href="./twitter4j/MediaEntity.html" title="interface in twitter4j">MediaEntity</a></dt>
<dd>
<div class="block">Returns the media type ("photo").</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#getUntil()">getUntil()</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">Returns until</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/AccountTotals.html#getUpdates()">getUpdates()</a></span> - Method in interface twitter4j.<a href="./twitter4j/AccountTotals.html" title="interface in twitter4j">AccountTotals</a></dt>
<dd>
<div class="block">Returns the number of total updates.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/UserList.html#getURI()">getURI()</a></span> - Method in interface twitter4j.<a href="./twitter4j/UserList.html" title="interface in twitter4j">UserList</a></dt>
<dd>
<div class="block">Returns the uri of the list</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Location.html#getURL()">getURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Location.html" title="interface in twitter4j">Location</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/OEmbed.html#getURL()">getURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/OEmbed.html" title="interface in twitter4j">OEmbed</a></dt>
<dd>
<div class="block">The url of the resource provider.<br>
The source URL of the image.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Place.html#getURL()">getURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Place.html" title="interface in twitter4j">Place</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Trend.html#getUrl()">getUrl()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Trend.html" title="interface in twitter4j">Trend</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>use <a href="./twitter4j/Trend.html#getURL()"><code>Trend.getURL()</code></a> instead</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Trend.html#getURL()">getURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Trend.html" title="interface in twitter4j">Trend</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/URLEntity.html#getURL()">getURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/URLEntity.html" title="interface in twitter4j">URLEntity</a></dt>
<dd>
<div class="block">Returns the URL mentioned in the tweet.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getURL()">getURL()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd>
<div class="block">Returns the url of the user</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/EntitySupport.html#getURLEntities()">getURLEntities()</a></span> - Method in interface twitter4j.<a href="./twitter4j/EntitySupport.html" title="interface in twitter4j">EntitySupport</a></dt>
<dd>
<div class="block">Returns an array if URLEntity mentioned in the tweet.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getURLEntity()">getURLEntity()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd>
<div class="block">Returns URL entity for user's URL.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/AuthorizationConfiguration.html#getUser()">getUser()</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/AuthorizationConfiguration.html" title="interface in twitter4j.auth">AuthorizationConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getUser()">getUser()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#getUser()">getUser()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd>
<div class="block">Return the user associated with the status.<br>
This can be null if the instance if from User.getStatus().</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/UserList.html#getUser()">getUser()</a></span> - Method in interface twitter4j.<a href="./twitter4j/UserList.html" title="interface in twitter4j">UserList</a></dt>
<dd>
<div class="block">Returns the user of the list</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getUserAgent()">getUserAgent()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/AccessToken.html#getUserId()">getUserId()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/AccessToken.html" title="class in twitter4j.auth">AccessToken</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/BasicAuthorization.html#getUserId()">getUserId()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/BasicAuthorization.html" title="class in twitter4j.auth">BasicAuthorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusDeletionNotice.html#getUserId()">getUserId()</a></span> - Method in interface twitter4j.<a href="./twitter4j/StatusDeletionNotice.html" title="interface in twitter4j">StatusDeletionNotice</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#getUserListMembers(int, long)">getUserListMembers(int, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Returns the members of the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#getUserListMembers(long, java.lang.String, long)">getUserListMembers(long, String, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Returns the members of the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#getUserListMembers(java.lang.String, java.lang.String, long)">getUserListMembers(String, String, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Returns the members of the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#getUserListMemberships(long)">getUserListMemberships(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">List the lists the authenticating user has been added to.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#getUserListMemberships(long, long)">getUserListMemberships(long, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">List the lists the specified user has been added to.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#getUserListMemberships(java.lang.String, long)">getUserListMemberships(String, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">List the lists the specified user has been added to.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#getUserListMemberships(java.lang.String, long, boolean)">getUserListMemberships(String, long, boolean)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">List the lists the specified user has been added to.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#getUserListMemberships(long, long, boolean)">getUserListMemberships(long, long, boolean)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">List the lists the specified user has been added to.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#getUserLists(java.lang.String)">getUserLists(String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">List the lists of the specified user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#getUserLists(long)">getUserLists(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">List the lists of the specified user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#getUserListStatuses(int, twitter4j.Paging)">getUserListStatuses(int, Paging)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Show tweet timeline for members of the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#getUserListStatuses(long, java.lang.String, twitter4j.Paging)">getUserListStatuses(long, String, Paging)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Show tweet timeline for members of the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#getUserListStatuses(java.lang.String, java.lang.String, twitter4j.Paging)">getUserListStatuses(String, String, Paging)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Show tweet timeline for members of the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#getUserListSubscribers(int, long)">getUserListSubscribers(int, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Returns the subscribers of the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#getUserListSubscribers(long, java.lang.String, long)">getUserListSubscribers(long, String, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Returns the subscribers of the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#getUserListSubscribers(java.lang.String, java.lang.String, long)">getUserListSubscribers(String, String, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Returns the subscribers of the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#getUserListSubscriptions(java.lang.String, long)">getUserListSubscriptions(String, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">List the lists the specified user follows.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/EntitySupport.html#getUserMentionEntities()">getUserMentionEntities()</a></span> - Method in interface twitter4j.<a href="./twitter4j/EntitySupport.html" title="interface in twitter4j">EntitySupport</a></dt>
<dd>
<div class="block">Returns an array of user mentions in the tweet.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#getUserStreamBaseURL()">getUserStreamBaseURL()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/SuggestedUsersResources.html#getUserSuggestions(java.lang.String)">getUserSuggestions(String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/SuggestedUsersResources.html" title="interface in twitter4j.api">SuggestedUsersResources</a></dt>
<dd>
<div class="block">Access the users in a given category of the Twitter suggested user list.<br>
It is recommended that end clients cache this data for no more than one hour.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TimelinesResources.html#getUserTimeline(java.lang.String, twitter4j.Paging)">getUserTimeline(String, Paging)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TimelinesResources.html" title="interface in twitter4j.api">TimelinesResources</a></dt>
<dd>
<div class="block">Returns the 20 most recent statuses posted from the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TimelinesResources.html#getUserTimeline(long, twitter4j.Paging)">getUserTimeline(long, Paging)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TimelinesResources.html" title="interface in twitter4j.api">TimelinesResources</a></dt>
<dd>
<div class="block">Returns the 20 most recent statuses posted from the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TimelinesResources.html#getUserTimeline(java.lang.String)">getUserTimeline(String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TimelinesResources.html" title="interface in twitter4j.api">TimelinesResources</a></dt>
<dd>
<div class="block">Returns the 20 most recent statuses posted from the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TimelinesResources.html#getUserTimeline(long)">getUserTimeline(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TimelinesResources.html" title="interface in twitter4j.api">TimelinesResources</a></dt>
<dd>
<div class="block">Returns the 20 most recent statuses posted from the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TimelinesResources.html#getUserTimeline()">getUserTimeline()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TimelinesResources.html" title="interface in twitter4j.api">TimelinesResources</a></dt>
<dd>
<div class="block">Returns the 20 most recent statuses posted from the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TimelinesResources.html#getUserTimeline(twitter4j.Paging)">getUserTimeline(Paging)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TimelinesResources.html" title="interface in twitter4j.api">TimelinesResources</a></dt>
<dd>
<div class="block">Returns the 20 most recent statuses posted from the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#getUtcOffset()">getUtcOffset()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/OEmbed.html#getVersion()">getVersion()</a></span> - Method in interface twitter4j.<a href="./twitter4j/OEmbed.html" title="interface in twitter4j">OEmbed</a></dt>
<dd>
<div class="block">The oEmbed version number.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Version.html#getVersion()">getVersion()</a></span> - Static method in class twitter4j.<a href="./twitter4j/Version.html" title="class in twitter4j">Version</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/MediaEntity.Size.html#getWidth()">getWidth()</a></span> - Method in interface twitter4j.<a href="./twitter4j/MediaEntity.Size.html" title="interface in twitter4j">MediaEntity.Size</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/OEmbed.html#getWidth()">getWidth()</a></span> - Method in interface twitter4j.<a href="./twitter4j/OEmbed.html" title="interface in twitter4j">OEmbed</a></dt>
<dd>
<div class="block">The width in pixels of the image specified in the url parameter.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Location.html#getWoeid()">getWoeid()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Location.html" title="interface in twitter4j">Location</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/GeoQuery.html#granularity(java.lang.String)">granularity(String)</a></span> - Method in class twitter4j.<a href="./twitter4j/GeoQuery.html" title="class in twitter4j">GeoQuery</a></dt>
<dd> </dd>
</dl>
<a name="_H_">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="strong"><a href="./twitter4j/auth/AccessToken.html#hashCode()">hashCode()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/AccessToken.html" title="class in twitter4j.auth">AccessToken</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/BasicAuthorization.html#hashCode()">hashCode()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/BasicAuthorization.html" title="class in twitter4j.auth">BasicAuthorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuth2Authorization.html#hashCode()">hashCode()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuth2Authorization.html" title="class in twitter4j.auth">OAuth2Authorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuth2Token.html#hashCode()">hashCode()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuth2Token.html" title="class in twitter4j.auth">OAuth2Token</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthAuthorization.html#hashCode()">hashCode()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuthAuthorization.html" title="class in twitter4j.auth">OAuthAuthorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/GeoLocation.html#hashCode()">hashCode()</a></span> - Method in class twitter4j.<a href="./twitter4j/GeoLocation.html" title="class in twitter4j">GeoLocation</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/GeoQuery.html#hashCode()">hashCode()</a></span> - Method in class twitter4j.<a href="./twitter4j/GeoQuery.html" title="class in twitter4j">GeoQuery</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/OEmbedRequest.html#hashCode()">hashCode()</a></span> - Method in class twitter4j.<a href="./twitter4j/OEmbedRequest.html" title="class in twitter4j">OEmbedRequest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Paging.html#hashCode()">hashCode()</a></span> - Method in class twitter4j.<a href="./twitter4j/Paging.html" title="class in twitter4j">Paging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#hashCode()">hashCode()</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#hashCode()">hashCode()</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterException.html#hashCode()">hashCode()</a></span> - Method in exception twitter4j.<a href="./twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/HashtagEntity.html" title="interface in twitter4j"><span class="strong">HashtagEntity</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">A data interface representing one single Hashtag entity.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/CursorSupport.html#hasNext()">hasNext()</a></span> - Method in interface twitter4j.<a href="./twitter4j/CursorSupport.html" title="interface in twitter4j">CursorSupport</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/IDs.html#hasNext()">hasNext()</a></span> - Method in interface twitter4j.<a href="./twitter4j/IDs.html" title="interface in twitter4j">IDs</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/PagableResponseList.html#hasNext()">hasNext()</a></span> - Method in interface twitter4j.<a href="./twitter4j/PagableResponseList.html" title="interface in twitter4j">PagableResponseList</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/QueryResult.html#hasNext()">hasNext()</a></span> - Method in interface twitter4j.<a href="./twitter4j/QueryResult.html" title="interface in twitter4j">QueryResult</a></dt>
<dd>
<div class="block">test if there is next page</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/CursorSupport.html#hasPrevious()">hasPrevious()</a></span> - Method in interface twitter4j.<a href="./twitter4j/CursorSupport.html" title="interface in twitter4j">CursorSupport</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/IDs.html#hasPrevious()">hasPrevious()</a></span> - Method in interface twitter4j.<a href="./twitter4j/IDs.html" title="interface in twitter4j">IDs</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/PagableResponseList.html#hasPrevious()">hasPrevious()</a></span> - Method in interface twitter4j.<a href="./twitter4j/PagableResponseList.html" title="interface in twitter4j">PagableResponseList</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Twitter.html#help()">help()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Twitter.html" title="interface in twitter4j">Twitter</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/api/HelpResources.html" title="interface in twitter4j.api"><span class="strong">HelpResources</span></a> - Interface in <a href="./twitter4j/api/package-summary.html">twitter4j.api</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/api/HelpResources.Language.html" title="interface in twitter4j.api"><span class="strong">HelpResources.Language</span></a> - Interface in <a href="./twitter4j/api/package-summary.html">twitter4j.api</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/OEmbedRequest.html#HideMedia(boolean)">HideMedia(boolean)</a></span> - Method in class twitter4j.<a href="./twitter4j/OEmbedRequest.html" title="class in twitter4j">OEmbedRequest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/OEmbedRequest.html#HideThread(boolean)">HideThread(boolean)</a></span> - Method in class twitter4j.<a href="./twitter4j/OEmbedRequest.html" title="class in twitter4j">OEmbedRequest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#HTTP_CONNECTION_TIMEOUT">HTTP_CONNECTION_TIMEOUT</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#HTTP_DEFAULT_MAX_PER_ROUTE">HTTP_DEFAULT_MAX_PER_ROUTE</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#HTTP_GZIP">HTTP_GZIP</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#HTTP_MAX_TOTAL_CONNECTIONS">HTTP_MAX_TOTAL_CONNECTIONS</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#HTTP_PRETTY_DEBUG">HTTP_PRETTY_DEBUG</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#HTTP_PROXY_HOST">HTTP_PROXY_HOST</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#HTTP_PROXY_HOST_FALLBACK">HTTP_PROXY_HOST_FALLBACK</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#HTTP_PROXY_PASSWORD">HTTP_PROXY_PASSWORD</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#HTTP_PROXY_PORT">HTTP_PROXY_PORT</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#HTTP_PROXY_PORT_FALLBACK">HTTP_PROXY_PORT_FALLBACK</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#HTTP_PROXY_USER">HTTP_PROXY_USER</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#HTTP_READ_TIMEOUT">HTTP_READ_TIMEOUT</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#HTTP_RETRY_COUNT">HTTP_RETRY_COUNT</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#HTTP_RETRY_INTERVAL_SECS">HTTP_RETRY_INTERVAL_SECS</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#HTTP_STREAMING_READ_TIMEOUT">HTTP_STREAMING_READ_TIMEOUT</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#HTTP_USE_SSL">HTTP_USE_SSL</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#HTTP_USER_AGENT">HTTP_USER_AGENT</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
</dl>
<a name="_I_">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><a href="./twitter4j/IDs.html" title="interface in twitter4j"><span class="strong">IDs</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">A data interface representing array of numeric IDs.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#INCLUDE_ENTITIES">INCLUDE_ENTITIES</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#INCLUDE_MY_RETWEET">INCLUDE_MY_RETWEET</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#INCLUDE_RTS">INCLUDE_RTS</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#inReplyToStatusId(long)">inReplyToStatusId(long)</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuth2Authorization.html#invalidateOAuth2Token()">invalidateOAuth2Token()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuth2Authorization.html" title="class in twitter4j.auth">OAuth2Authorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuth2Support.html#invalidateOAuth2Token()">invalidateOAuth2Token()</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/OAuth2Support.html" title="interface in twitter4j.auth">OAuth2Support</a></dt>
<dd>
<div class="block">Revokes an issued OAuth 2 Bearer Token.</div>
</dd>
<dt><a href="./twitter4j/management/InvocationStatistics.html" title="interface in twitter4j.management"><span class="strong">InvocationStatistics</span></a> - Interface in <a href="./twitter4j/management/package-summary.html">twitter4j.management</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/management/InvocationStatisticsCalculator.html" title="class in twitter4j.management"><span class="strong">InvocationStatisticsCalculator</span></a> - Class in <a href="./twitter4j/management/package-summary.html">twitter4j.management</a></dt>
<dd>
<div class="block">Object that collects/aggregates statistics for the invocation of a given method.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/management/InvocationStatisticsCalculator.html#InvocationStatisticsCalculator(java.lang.String, int)">InvocationStatisticsCalculator(String, int)</a></span> - Constructor for class twitter4j.management.<a href="./twitter4j/management/InvocationStatisticsCalculator.html" title="class in twitter4j.management">InvocationStatisticsCalculator</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatisticsOpenMBean.html#invoke(java.lang.String, java.lang.Object[], java.lang.String[])">invoke(String, Object[], String[])</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/APIStatisticsOpenMBean.html" title="class in twitter4j.management">APIStatisticsOpenMBean</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/RateLimitStatusEvent.html#isAccountRateLimitStatus()">isAccountRateLimitStatus()</a></span> - Method in class twitter4j.<a href="./twitter4j/RateLimitStatusEvent.html" title="class in twitter4j">RateLimitStatusEvent</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/AccountSettings.html#isAlwaysUseHttps()">isAlwaysUseHttps()</a></span> - Method in interface twitter4j.<a href="./twitter4j/AccountSettings.html" title="interface in twitter4j">AccountSettings</a></dt>
<dd>
<div class="block">Returns true if the wants to always access twitter using HTTPS.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#isApplicationOnlyAuthEnabled()">isApplicationOnlyAuthEnabled()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterException.html#isCausedByNetworkIssue()">isCausedByNetworkIssue()</a></span> - Method in exception twitter4j.<a href="./twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dt>
<dd>
<div class="block">Tests if the exception is caused by network issue</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#isContributorsEnabled()">isContributorsEnabled()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd>
<div class="block">Tests if the user is enabling contributors</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#isDalvik()">isDalvik()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#isDebugEnabled()">isDebugEnabled()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/AccountSettings.html#isDiscoverableByEmail()">isDiscoverableByEmail()</a></span> - Method in interface twitter4j.<a href="./twitter4j/AccountSettings.html" title="interface in twitter4j">AccountSettings</a></dt>
<dd>
<div class="block">Returns true if the user is discoverable by email.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#isDisplayCoordinates()">isDisplayCoordinates()</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/Authorization.html#isEnabled()">isEnabled()</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/Authorization.html" title="interface in twitter4j.auth">Authorization</a></dt>
<dd>
<div class="block">Returns true if authorization credentials are set.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/BasicAuthorization.html#isEnabled()">isEnabled()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/BasicAuthorization.html" title="class in twitter4j.auth">BasicAuthorization</a></dt>
<dd>
<div class="block">#{inheritDoc}</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/NullAuthorization.html#isEnabled()">isEnabled()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/NullAuthorization.html" title="class in twitter4j.auth">NullAuthorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuth2Authorization.html#isEnabled()">isEnabled()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuth2Authorization.html" title="class in twitter4j.auth">OAuth2Authorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthAuthorization.html#isEnabled()">isEnabled()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuthAuthorization.html" title="class in twitter4j.auth">OAuthAuthorization</a></dt>
<dd>
<div class="block">#{inheritDoc}</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TwitterException.html#isErrorMessageAvailable()">isErrorMessageAvailable()</a></span> - Method in exception twitter4j.<a href="./twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dt>
<dd>
<div class="block">Tests if error message from the API is available</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/util/CharacterUtil.html#isExceedingLengthLimitation(java.lang.String)">isExceedingLengthLimitation(String)</a></span> - Static method in class twitter4j.util.<a href="./twitter4j/util/CharacterUtil.html" title="class in twitter4j.util">CharacterUtil</a></dt>
<dd>
<div class="block">Returns true if the length of the string is exceeding length limitation</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#isFavorited()">isFavorited()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd>
<div class="block">Test if the status is favorited</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Friendship.html#isFollowedBy()">isFollowedBy()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Friendship.html" title="interface in twitter4j">Friendship</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Friendship.html#isFollowing()">isFollowing()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Friendship.html" title="interface in twitter4j">Friendship</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/UserList.html#isFollowing()">isFollowing()</a></span> - Method in interface twitter4j.<a href="./twitter4j/UserList.html" title="interface in twitter4j">UserList</a></dt>
<dd>
<div class="block">Returns if the authenticated user is following the list</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#isFollowRequestSent()">isFollowRequestSent()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd>
<div class="block">Returns true if the authenticating user has requested to follow this user,
otherwise false.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#isGAE()">isGAE()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/AccountSettings.html#isGeoEnabled()">isGeoEnabled()</a></span> - Method in interface twitter4j.<a href="./twitter4j/AccountSettings.html" title="interface in twitter4j">AccountSettings</a></dt>
<dd>
<div class="block">Return true if the user is enabling geo location</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#isGeoEnabled()">isGeoEnabled()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#isIncludeEntitiesEnabled()">isIncludeEntitiesEnabled()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#isIncludeMyRetweetEnabled()">isIncludeMyRetweetEnabled()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#isIncludeRTsEnabled()">isIncludeRTsEnabled()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/RateLimitStatusEvent.html#isIPRateLimitStatus()">isIPRateLimitStatus()</a></span> - Method in class twitter4j.<a href="./twitter4j/RateLimitStatusEvent.html" title="class in twitter4j">RateLimitStatusEvent</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#isJSONStoreEnabled()">isJSONStoreEnabled()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#isMBeanEnabled()">isMBeanEnabled()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#isPossiblySensitive()">isPossiblySensitive()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd>
<div class="block">Returns true if the status contains a link that is identified as sensitive.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#isPossiblySensitive()">isPossiblySensitive()</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#isProfileBackgroundTiled()">isProfileBackgroundTiled()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#isProfileUseBackgroundImage()">isProfileUseBackgroundImage()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#isProtected()">isProtected()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd>
<div class="block">Test if the user status is protected</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/UserList.html#isPublic()">isPublic()</a></span> - Method in interface twitter4j.<a href="./twitter4j/UserList.html" title="interface in twitter4j">UserList</a></dt>
<dd>
<div class="block">tests if the list is public</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#isRetweet()">isRetweet()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#isRetweeted()">isRetweeted()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd>
<div class="block">Test if the status is retweeted</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#isRetweetedByMe()">isRetweetedByMe()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd>
<div class="block">Returns true if the authenticating user has retweeted this tweet, or false when the tweet was
created before this feature was enabled.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#isShowAllInlineMedia()">isShowAllInlineMedia()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/AccountSettings.html#isSleepTimeEnabled()">isSleepTimeEnabled()</a></span> - Method in interface twitter4j.<a href="./twitter4j/AccountSettings.html" title="interface in twitter4j">AccountSettings</a></dt>
<dd>
<div class="block">Returns true if the user enabled sleep time.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Relationship.html#isSourceBlockingTarget()">isSourceBlockingTarget()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Relationship.html" title="interface in twitter4j">Relationship</a></dt>
<dd>
<div class="block">Returns if the source user is blocking the target user</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Relationship.html#isSourceFollowedByTarget()">isSourceFollowedByTarget()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Relationship.html" title="interface in twitter4j">Relationship</a></dt>
<dd>
<div class="block">Checks if source user is being followed by target user</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Relationship.html#isSourceFollowingTarget()">isSourceFollowingTarget()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Relationship.html" title="interface in twitter4j">Relationship</a></dt>
<dd>
<div class="block">Checks if source user is following target user</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Relationship.html#isSourceNotificationsEnabled()">isSourceNotificationsEnabled()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Relationship.html" title="interface in twitter4j">Relationship</a></dt>
<dd>
<div class="block">Checks if the source user has enabled notifications for updates of the target user</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Relationship.html#isSourceWantRetweets()">isSourceWantRetweets()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Relationship.html" title="interface in twitter4j">Relationship</a></dt>
<dd>
<div class="block">Checks if the retweets from the target user enabled</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#isStallWarningsEnabled()">isStallWarningsEnabled()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Relationship.html#isTargetFollowedBySource()">isTargetFollowedBySource()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Relationship.html" title="interface in twitter4j">Relationship</a></dt>
<dd>
<div class="block">Checks if target user is being followed by source user.<br>
This method is equivalent to isSourceFollowingTarget().</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Relationship.html#isTargetFollowingSource()">isTargetFollowingSource()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Relationship.html" title="interface in twitter4j">Relationship</a></dt>
<dd>
<div class="block">Checks if target user is following source user.<br>
This method is equivalent to isSourceFollowedByTarget().</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/User.html#isTranslator()">isTranslator()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#isTrimUserEnabled()">isTrimUserEnabled()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Status.html#isTruncated()">isTruncated()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Status.html" title="interface in twitter4j">Status</a></dt>
<dd>
<div class="block">Test if the status is truncated</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/Configuration.html#isUserStreamRepliesAllEnabled()">isUserStreamRepliesAllEnabled()</a></span> - Method in interface twitter4j.conf.<a href="./twitter4j/conf/Configuration.html" title="interface in twitter4j.conf">Configuration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/User.html#isVerified()">isVerified()</a></span> - Method in interface twitter4j.<a href="./twitter4j/User.html" title="interface in twitter4j">User</a></dt>
<dd> </dd>
</dl>
<a name="_J_">
<!-- -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#JSON_STORE_ENABLED">JSON_STORE_ENABLED</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/json/JSONObjectType.html" title="class in twitter4j.json"><span class="strong">JSONObjectType</span></a> - Class in <a href="./twitter4j/json/package-summary.html">twitter4j.json</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/json/JSONObjectType.html#JSONObjectType()">JSONObjectType()</a></span> - Constructor for class twitter4j.json.<a href="./twitter4j/json/JSONObjectType.html" title="class in twitter4j.json">JSONObjectType</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/json/JSONObjectType.Type.html" title="enum in twitter4j.json"><span class="strong">JSONObjectType.Type</span></a> - Enum in <a href="./twitter4j/json/package-summary.html">twitter4j.json</a></dt>
<dd> </dd>
</dl>
<a name="_K_">
<!-- -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><span class="strong"><a href="./twitter4j/Query.html#KILOMETERS">KILOMETERS</a></span> - Static variable in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd> </dd>
</dl>
<a name="_L_">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="strong"><a href="./twitter4j/OEmbedRequest.html#lang(java.lang.String)">lang(String)</a></span> - Method in class twitter4j.<a href="./twitter4j/OEmbedRequest.html" title="class in twitter4j">OEmbedRequest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#lang(java.lang.String)">lang(String)</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">restricts tweets to the given language, given by an <a href="http://en.wikipedia.org/wiki/ISO_639-1">ISO 639-1 code</a></div>
</dd>
<dt><span class="strong"><a href="./twitter4j/MediaEntity.Size.html#LARGE">LARGE</a></span> - Static variable in interface twitter4j.<a href="./twitter4j/MediaEntity.Size.html" title="interface in twitter4j">MediaEntity.Size</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Twitter.html#list()">list()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Twitter.html" title="interface in twitter4j">Twitter</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api"><span class="strong">ListsResources</span></a> - Interface in <a href="./twitter4j/api/package-summary.html">twitter4j.api</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#locale(java.lang.String)">locale(String)</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">Specify the language of the query you are sending (only ja is currently effective).</div>
</dd>
<dt><a href="./twitter4j/Location.html" title="interface in twitter4j"><span class="strong">Location</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#location(twitter4j.GeoLocation)">location(GeoLocation)</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#LOGGER_FACTORY">LOGGER_FACTORY</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#lookupFriendships(long[])">lookupFriendships(long[])</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Returns the relationship of the authenticating user to the specified users.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#lookupFriendships(java.lang.String[])">lookupFriendships(String[])</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Returns the relationship of the authenticating user to the specified users.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#lookupUsers(long[])">lookupUsers(long[])</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#lookupUsers(java.lang.String[])">lookupUsers(String[])</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.</div>
</dd>
</dl>
<a name="_M_">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="strong"><a href="./twitter4j/Version.html#main(java.lang.String[])">main(String[])</a></span> - Static method in class twitter4j.<a href="./twitter4j/Version.html" title="class in twitter4j">Version</a></dt>
<dd>
<div class="block">prints the version string</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Paging.html#maxId(long)">maxId(long)</a></span> - Method in class twitter4j.<a href="./twitter4j/Paging.html" title="class in twitter4j">Paging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#maxId(long)">maxId(long)</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">If specified, returns tweets with status ids less than the given id.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/GeoQuery.html#maxResults(int)">maxResults(int)</a></span> - Method in class twitter4j.<a href="./twitter4j/GeoQuery.html" title="class in twitter4j">GeoQuery</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/OEmbedRequest.html#MaxWidth(int)">MaxWidth(int)</a></span> - Method in class twitter4j.<a href="./twitter4j/OEmbedRequest.html" title="class in twitter4j">OEmbedRequest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#MBEAN_ENABLED">MBEAN_ENABLED</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#media(java.io.File)">media(File)</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#media(java.lang.String, java.io.InputStream)">media(String, InputStream)</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#MEDIA_PROVIDER">MEDIA_PROVIDER</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#MEDIA_PROVIDER_API_KEY">MEDIA_PROVIDER_API_KEY</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#MEDIA_PROVIDER_PARAMETERS">MEDIA_PROVIDER_PARAMETERS</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/MediaEntity.html" title="interface in twitter4j"><span class="strong">MediaEntity</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/MediaEntity.Size.html" title="interface in twitter4j"><span class="strong">MediaEntity.Size</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/MediaEntity.Size.html#MEDIUM">MEDIUM</a></span> - Static variable in interface twitter4j.<a href="./twitter4j/MediaEntity.Size.html" title="interface in twitter4j">MediaEntity.Size</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatistics.html#methodCalled(java.lang.String, long, boolean)">methodCalled(String, long, boolean)</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/APIStatistics.html" title="class in twitter4j.management">APIStatistics</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#MILES">MILES</a></span> - Static variable in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#MIXED">MIXED</a></span> - Static variable in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">mixed: Include both popular and real time results in the response.</div>
</dd>
</dl>
<a name="_N_">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="strong"><a href="./twitter4j/QueryResult.html#nextQuery()">nextQuery()</a></span> - Method in interface twitter4j.<a href="./twitter4j/QueryResult.html" title="interface in twitter4j">QueryResult</a></dt>
<dd>
<div class="block">Returns a Query instance to fetch next page or null if there is no next page.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TwitterResponse.html#NONE">NONE</a></span> - Static variable in interface twitter4j.<a href="./twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/auth/NullAuthorization.html" title="class in twitter4j.auth"><span class="strong">NullAuthorization</span></a> - Class in <a href="./twitter4j/auth/package-summary.html">twitter4j.auth</a></dt>
<dd>
<div class="block">An interface represents credentials.</div>
</dd>
</dl>
<a name="_O_">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#OAUTH2_ACCESS_TOKEN">OAUTH2_ACCESS_TOKEN</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#OAUTH2_INVALIDATE_TOKEN_URL">OAUTH2_INVALIDATE_TOKEN_URL</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#OAUTH2_TOKEN_TYPE">OAUTH2_TOKEN_TYPE</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#OAUTH2_TOKEN_URL">OAUTH2_TOKEN_URL</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/auth/OAuth2Authorization.html" title="class in twitter4j.auth"><span class="strong">OAuth2Authorization</span></a> - Class in <a href="./twitter4j/auth/package-summary.html">twitter4j.auth</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuth2Authorization.html#OAuth2Authorization(twitter4j.conf.Configuration)">OAuth2Authorization(Configuration)</a></span> - Constructor for class twitter4j.auth.<a href="./twitter4j/auth/OAuth2Authorization.html" title="class in twitter4j.auth">OAuth2Authorization</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/auth/OAuth2Support.html" title="interface in twitter4j.auth"><span class="strong">OAuth2Support</span></a> - Interface in <a href="./twitter4j/auth/package-summary.html">twitter4j.auth</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/auth/OAuth2Token.html" title="class in twitter4j.auth"><span class="strong">OAuth2Token</span></a> - Class in <a href="./twitter4j/auth/package-summary.html">twitter4j.auth</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuth2Token.html#OAuth2Token(java.lang.String, java.lang.String)">OAuth2Token(String, String)</a></span> - Constructor for class twitter4j.auth.<a href="./twitter4j/auth/OAuth2Token.html" title="class in twitter4j.auth">OAuth2Token</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#OAUTH_ACCESS_TOKEN">OAUTH_ACCESS_TOKEN</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#OAUTH_ACCESS_TOKEN_SECRET">OAUTH_ACCESS_TOKEN_SECRET</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#OAUTH_ACCESS_TOKEN_URL">OAUTH_ACCESS_TOKEN_URL</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#OAUTH_AUTHENTICATION_URL">OAUTH_AUTHENTICATION_URL</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#OAUTH_AUTHORIZATION_URL">OAUTH_AUTHORIZATION_URL</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#OAUTH_CONSUMER_KEY">OAUTH_CONSUMER_KEY</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#OAUTH_CONSUMER_SECRET">OAUTH_CONSUMER_SECRET</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#OAUTH_REQUEST_TOKEN_URL">OAUTH_REQUEST_TOKEN_URL</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/auth/OAuthAuthorization.html" title="class in twitter4j.auth"><span class="strong">OAuthAuthorization</span></a> - Class in <a href="./twitter4j/auth/package-summary.html">twitter4j.auth</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthAuthorization.html#OAuthAuthorization(twitter4j.conf.Configuration)">OAuthAuthorization(Configuration)</a></span> - Constructor for class twitter4j.auth.<a href="./twitter4j/auth/OAuthAuthorization.html" title="class in twitter4j.auth">OAuthAuthorization</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/auth/OAuthSupport.html" title="interface in twitter4j.auth"><span class="strong">OAuthSupport</span></a> - Interface in <a href="./twitter4j/auth/package-summary.html">twitter4j.auth</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/OEmbed.html" title="interface in twitter4j"><span class="strong">OEmbed</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/OEmbedRequest.html" title="class in twitter4j"><span class="strong">OEmbedRequest</span></a> - Class in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/OEmbedRequest.html#OEmbedRequest(long, java.lang.String)">OEmbedRequest(long, String)</a></span> - Constructor for class twitter4j.<a href="./twitter4j/OEmbedRequest.html" title="class in twitter4j">OEmbedRequest</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/OEmbedRequest.Align.html" title="enum in twitter4j"><span class="strong">OEmbedRequest.Align</span></a> - Enum in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/OEmbedRequest.html#omitScript(boolean)">omitScript(boolean)</a></span> - Method in class twitter4j.<a href="./twitter4j/OEmbedRequest.html" title="class in twitter4j">OEmbedRequest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/ConnectionLifeCycleListener.html#onCleanUp()">onCleanUp()</a></span> - Method in interface twitter4j.<a href="./twitter4j/ConnectionLifeCycleListener.html" title="interface in twitter4j">ConnectionLifeCycleListener</a></dt>
<dd>
<div class="block">called before thread gets cleaned up</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/ConnectionLifeCycleListener.html#onConnect()">onConnect()</a></span> - Method in interface twitter4j.<a href="./twitter4j/ConnectionLifeCycleListener.html" title="interface in twitter4j">ConnectionLifeCycleListener</a></dt>
<dd>
<div class="block">called after connection was established</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/ConnectionLifeCycleListener.html#onDisconnect()">onDisconnect()</a></span> - Method in interface twitter4j.<a href="./twitter4j/ConnectionLifeCycleListener.html" title="interface in twitter4j">ConnectionLifeCycleListener</a></dt>
<dd>
<div class="block">called after connection was disconnected</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/RateLimitStatusListener.html#onRateLimitReached(twitter4j.RateLimitStatusEvent)">onRateLimitReached(RateLimitStatusEvent)</a></span> - Method in interface twitter4j.<a href="./twitter4j/RateLimitStatusListener.html" title="interface in twitter4j">RateLimitStatusListener</a></dt>
<dd>
<div class="block">Called when the account or IP address is hitting the rate limit.<br>
onRateLimitStatus will be also called before this event.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/RateLimitStatusListener.html#onRateLimitStatus(twitter4j.RateLimitStatusEvent)">onRateLimitStatus(RateLimitStatusEvent)</a></span> - Method in interface twitter4j.<a href="./twitter4j/RateLimitStatusListener.html" title="interface in twitter4j">RateLimitStatusListener</a></dt>
<dd>
<div class="block">Called when the response contains rate limit status.</div>
</dd>
</dl>
<a name="_P_">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><a href="./twitter4j/PagableResponseList.html" title="interface in twitter4j"><span class="strong">PagableResponseList</span></a><<a href="./twitter4j/PagableResponseList.html" title="type parameter in PagableResponseList">T</a> extends <a href="./twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a>> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">ResponseList with cursor support.</div>
</dd>
<dt><a href="./twitter4j/Paging.html" title="class in twitter4j"><span class="strong">Paging</span></a> - Class in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">Controls pagination.<br>
It is possible to use the same Paging instance in a multi-threaded
context only if the instance is treated immutably.<br>
But basically instance of this class is NOT thread safe.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Paging.html#Paging()">Paging()</a></span> - Constructor for class twitter4j.<a href="./twitter4j/Paging.html" title="class in twitter4j">Paging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Paging.html#Paging(int)">Paging(int)</a></span> - Constructor for class twitter4j.<a href="./twitter4j/Paging.html" title="class in twitter4j">Paging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Paging.html#Paging(long)">Paging(long)</a></span> - Constructor for class twitter4j.<a href="./twitter4j/Paging.html" title="class in twitter4j">Paging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Paging.html#Paging(int, int)">Paging(int, int)</a></span> - Constructor for class twitter4j.<a href="./twitter4j/Paging.html" title="class in twitter4j">Paging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Paging.html#Paging(int, long)">Paging(int, long)</a></span> - Constructor for class twitter4j.<a href="./twitter4j/Paging.html" title="class in twitter4j">Paging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Paging.html#Paging(int, int, long)">Paging(int, int, long)</a></span> - Constructor for class twitter4j.<a href="./twitter4j/Paging.html" title="class in twitter4j">Paging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Paging.html#Paging(int, int, long, long)">Paging(int, int, long, long)</a></span> - Constructor for class twitter4j.<a href="./twitter4j/Paging.html" title="class in twitter4j">Paging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#PASSWORD">PASSWORD</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/Place.html" title="interface in twitter4j"><span class="strong">Place</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#placeId(java.lang.String)">placeId(String)</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Twitter.html#placesGeo()">placesGeo()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Twitter.html" title="interface in twitter4j">Twitter</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/api/PlacesGeoResources.html" title="interface in twitter4j.api"><span class="strong">PlacesGeoResources</span></a> - Interface in <a href="./twitter4j/api/package-summary.html">twitter4j.api</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#POPULAR">POPULAR</a></span> - Static variable in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#possiblySensitive(boolean)">possiblySensitive(boolean)</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf"><span class="strong">PropertyConfiguration</span></a> - Class in <a href="./twitter4j/conf/package-summary.html">twitter4j.conf</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#PropertyConfiguration(java.io.InputStream)">PropertyConfiguration(InputStream)</a></span> - Constructor for class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#PropertyConfiguration(java.util.Properties)">PropertyConfiguration(Properties)</a></span> - Constructor for class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#PropertyConfiguration(java.util.Properties, java.lang.String)">PropertyConfiguration(Properties, String)</a></span> - Constructor for class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
</dl>
<a name="_Q_">
<!-- -->
</a>
<h2 class="title">Q</h2>
<dl>
<dt><a href="./twitter4j/Query.html" title="class in twitter4j"><span class="strong">Query</span></a> - Class in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">A data class represents search query.<br>
An instance of this class is NOT thread safe.<br>
Instances can be shared across threads, but should not be mutated while a search is ongoing.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#Query()">Query()</a></span> - Constructor for class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#Query(java.lang.String)">Query(String)</a></span> - Constructor for class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#query(java.lang.String)">query(String)</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">Sets the query string</div>
</dd>
<dt><a href="./twitter4j/QueryResult.html" title="interface in twitter4j"><span class="strong">QueryResult</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">A data interface representing search API response</div>
</dd>
</dl>
<a name="_R_">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><a href="./twitter4j/RateLimitStatus.html" title="interface in twitter4j"><span class="strong">RateLimitStatus</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">A data interface representing Twitter REST API's rate limit status</div>
</dd>
<dt><a href="./twitter4j/RateLimitStatusEvent.html" title="class in twitter4j"><span class="strong">RateLimitStatusEvent</span></a> - Class in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">A data interface representing Twitter REST API's rate limit status</div>
</dd>
<dt><a href="./twitter4j/RateLimitStatusListener.html" title="interface in twitter4j"><span class="strong">RateLimitStatusListener</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterResponse.html#READ">READ</a></span> - Static variable in interface twitter4j.<a href="./twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterResponse.html#READ_WRITE">READ_WRITE</a></span> - Static variable in interface twitter4j.<a href="./twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterResponse.html#READ_WRITE_DIRECTMESSAGES">READ_WRITE_DIRECTMESSAGES</a></span> - Static variable in interface twitter4j.<a href="./twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#RECENT">RECENT</a></span> - Static variable in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/OEmbedRequest.html#related(java.lang.String[])">related(String[])</a></span> - Method in class twitter4j.<a href="./twitter4j/OEmbedRequest.html" title="class in twitter4j">OEmbedRequest</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/Relationship.html" title="interface in twitter4j"><span class="strong">Relationship</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">A data interface that has detailed information about a relationship between two users</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#removeProfileBanner()">removeProfileBanner()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Removes the uploaded profile banner for the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/SpamReportingResource.html#reportSpam(long)">reportSpam(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/SpamReportingResource.html" title="interface in twitter4j.api">SpamReportingResource</a></dt>
<dd>
<div class="block">The user specified in the id is blocked by the authenticated user and reported as a spammer.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/SpamReportingResource.html#reportSpam(java.lang.String)">reportSpam(String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/SpamReportingResource.html" title="interface in twitter4j.api">SpamReportingResource</a></dt>
<dd>
<div class="block">The user specified in the id is blocked by the authenticated user and reported as a spammer.</div>
</dd>
<dt><a href="./twitter4j/auth/RequestToken.html" title="class in twitter4j.auth"><span class="strong">RequestToken</span></a> - Class in <a href="./twitter4j/auth/package-summary.html">twitter4j.auth</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/RequestToken.html#RequestToken(java.lang.String, java.lang.String)">RequestToken(String, String)</a></span> - Constructor for class twitter4j.auth.<a href="./twitter4j/auth/RequestToken.html" title="class in twitter4j.auth">RequestToken</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatistics.html#reset()">reset()</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/APIStatistics.html" title="class in twitter4j.management">APIStatistics</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatisticsOpenMBean.html#reset()">reset()</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/APIStatisticsOpenMBean.html" title="class in twitter4j.management">APIStatisticsOpenMBean</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/InvocationStatistics.html#reset()">reset()</a></span> - Method in interface twitter4j.management.<a href="./twitter4j/management/InvocationStatistics.html" title="interface in twitter4j.management">InvocationStatistics</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/InvocationStatisticsCalculator.html#reset()">reset()</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/InvocationStatisticsCalculator.html" title="class in twitter4j.management">InvocationStatisticsCalculator</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterException.html#resourceNotFound()">resourceNotFound()</a></span> - Method in exception twitter4j.<a href="./twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dt>
<dd>
<div class="block">Tests if the exception is caused by non-existing resource</div>
</dd>
<dt><a href="./twitter4j/ResponseList.html" title="interface in twitter4j"><span class="strong">ResponseList</span></a><<a href="./twitter4j/ResponseList.html" title="type parameter in ResponseList">T</a>> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">List of TwitterResponse.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#REST_BASE_URL">REST_BASE_URL</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#resultType(java.lang.String)">resultType(String)</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">If specified, returns tweets included popular or real time or both in the response</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TweetsResources.html#retweetStatus(long)">retweetStatus(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TweetsResources.html" title="interface in twitter4j.api">TweetsResources</a></dt>
<dd>
<div class="block">Retweets a tweet.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/PlacesGeoResources.html#reverseGeoCode(twitter4j.GeoQuery)">reverseGeoCode(GeoQuery)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/PlacesGeoResources.html" title="interface in twitter4j.api">PlacesGeoResources</a></dt>
<dd>
<div class="block">Search for places (cities and neighborhoods) that can be attached to a statuses/update.</div>
</dd>
</dl>
<a name="_S_">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><a href="./twitter4j/SavedSearch.html" title="interface in twitter4j"><span class="strong">SavedSearch</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">A data interface representing a Saved Search</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Twitter.html#savedSearches()">savedSearches()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Twitter.html" title="interface in twitter4j">Twitter</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/api/SavedSearchesResources.html" title="interface in twitter4j.api"><span class="strong">SavedSearchesResources</span></a> - Interface in <a href="./twitter4j/api/package-summary.html">twitter4j.api</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/SearchResource.html#search(twitter4j.Query)">search(Query)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/SearchResource.html" title="interface in twitter4j.api">SearchResource</a></dt>
<dd>
<div class="block">Returns tweets that match a specified query.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Twitter.html#search()">search()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Twitter.html" title="interface in twitter4j">Twitter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/PlacesGeoResources.html#searchPlaces(twitter4j.GeoQuery)">searchPlaces(GeoQuery)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/PlacesGeoResources.html" title="interface in twitter4j.api">PlacesGeoResources</a></dt>
<dd>
<div class="block">Search for places that can be attached to a statuses/update.</div>
</dd>
<dt><a href="./twitter4j/api/SearchResource.html" title="interface in twitter4j.api"><span class="strong">SearchResource</span></a> - Interface in <a href="./twitter4j/api/package-summary.html">twitter4j.api</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#searchUsers(java.lang.String, int)">searchUsers(String, int)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Run a search for users similar to the Find People button on Twitter.com; the same results returned by people search on Twitter.com will be returned by using this API.<br>
Usage note: It is only possible to retrieve the first 1000 matches from this API.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/DirectMessagesResources.html#sendDirectMessage(long, java.lang.String)">sendDirectMessage(long, String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/DirectMessagesResources.html" title="interface in twitter4j.api">DirectMessagesResources</a></dt>
<dd>
<div class="block">Sends a new direct message to the specified user from the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/DirectMessagesResources.html#sendDirectMessage(java.lang.String, java.lang.String)">sendDirectMessage(String, String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/DirectMessagesResources.html" title="interface in twitter4j.api">DirectMessagesResources</a></dt>
<dd>
<div class="block">Sends a new direct message to the specified user from the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/GeoQuery.html#setAccuracy(java.lang.String)">setAccuracy(String)</a></span> - Method in class twitter4j.<a href="./twitter4j/GeoQuery.html" title="class in twitter4j">GeoQuery</a></dt>
<dd>
<div class="block">Sets a hint on the "region" in which to search.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/OEmbedRequest.html#setAlign(twitter4j.OEmbedRequest.Align)">setAlign(OEmbedRequest.Align)</a></span> - Method in class twitter4j.<a href="./twitter4j/OEmbedRequest.html" title="class in twitter4j">OEmbedRequest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setApplicationOnlyAuthEnabled(boolean)">setApplicationOnlyAuthEnabled(boolean)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setAsyncNumThreads(int)">setAsyncNumThreads(int)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatisticsOpenMBean.html#setAttribute(javax.management.Attribute)">setAttribute(Attribute)</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/APIStatisticsOpenMBean.html" title="class in twitter4j.management">APIStatisticsOpenMBean</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/APIStatisticsOpenMBean.html#setAttributes(javax.management.AttributeList)">setAttributes(AttributeList)</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/APIStatisticsOpenMBean.html" title="class in twitter4j.management">APIStatisticsOpenMBean</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setClientURL(java.lang.String)">setClientURL(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setClientVersion(java.lang.String)">setClientVersion(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setContributingTo(long)">setContributingTo(long)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Paging.html#setCount(int)">setCount(int)</a></span> - Method in class twitter4j.<a href="./twitter4j/Paging.html" title="class in twitter4j">Paging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#setCount(int)">setCount(int)</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">sets the number of tweets to return per page, up to a max of 100</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setDebugEnabled(boolean)">setDebugEnabled(boolean)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setDispatcherImpl(java.lang.String)">setDispatcherImpl(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#setDisplayCoordinates(boolean)">setDisplayCoordinates(boolean)</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#setGeoCode(twitter4j.GeoLocation, double, java.lang.String)">setGeoCode(GeoLocation, double, String)</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">returns tweets by users located within a given radius of the given latitude/longitude, where the user's location is taken from their Twitter profile</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/GeoQuery.html#setGranularity(java.lang.String)">setGranularity(String)</a></span> - Method in class twitter4j.<a href="./twitter4j/GeoQuery.html" title="class in twitter4j">GeoQuery</a></dt>
<dd>
<div class="block">Sets the minimal granularity of data to return.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setGZIPEnabled(boolean)">setGZIPEnabled(boolean)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/OEmbedRequest.html#setHideMedia(boolean)">setHideMedia(boolean)</a></span> - Method in class twitter4j.<a href="./twitter4j/OEmbedRequest.html" title="class in twitter4j">OEmbedRequest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/OEmbedRequest.html#setHideThread(boolean)">setHideThread(boolean)</a></span> - Method in class twitter4j.<a href="./twitter4j/OEmbedRequest.html" title="class in twitter4j">OEmbedRequest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setHttpConnectionTimeout(int)">setHttpConnectionTimeout(int)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setHttpDefaultMaxPerRoute(int)">setHttpDefaultMaxPerRoute(int)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setHttpMaxTotalConnections(int)">setHttpMaxTotalConnections(int)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setHttpProxyHost(java.lang.String)">setHttpProxyHost(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setHttpProxyPassword(java.lang.String)">setHttpProxyPassword(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setHttpProxyPort(int)">setHttpProxyPort(int)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setHttpProxyUser(java.lang.String)">setHttpProxyUser(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setHttpReadTimeout(int)">setHttpReadTimeout(int)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setHttpRetryCount(int)">setHttpRetryCount(int)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setHttpRetryIntervalSeconds(int)">setHttpRetryIntervalSeconds(int)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setHttpStreamingReadTimeout(int)">setHttpStreamingReadTimeout(int)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setIncludeEntitiesEnabled(boolean)">setIncludeEntitiesEnabled(boolean)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setIncludeMyRetweetEnabled(boolean)">setIncludeMyRetweetEnabled(boolean)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setIncludeRTsEnabled(boolean)">setIncludeRTsEnabled(boolean)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#setInReplyToStatusId(long)">setInReplyToStatusId(long)</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setJSONStoreEnabled(boolean)">setJSONStoreEnabled(boolean)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/OEmbedRequest.html#setLang(java.lang.String)">setLang(String)</a></span> - Method in class twitter4j.<a href="./twitter4j/OEmbedRequest.html" title="class in twitter4j">OEmbedRequest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#setLang(java.lang.String)">setLang(String)</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">restricts tweets to the given language, given by an <a href="http://en.wikipedia.org/wiki/ISO_639-1">ISO 639-1 code</a></div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#setLocale(java.lang.String)">setLocale(String)</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">Specify the language of the query you are sending (only ja is currently effective).</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#setLocation(twitter4j.GeoLocation)">setLocation(GeoLocation)</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Paging.html#setMaxId(long)">setMaxId(long)</a></span> - Method in class twitter4j.<a href="./twitter4j/Paging.html" title="class in twitter4j">Paging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#setMaxId(long)">setMaxId(long)</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">If specified, returns tweets with status ids less than the given id.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/GeoQuery.html#setMaxResults(int)">setMaxResults(int)</a></span> - Method in class twitter4j.<a href="./twitter4j/GeoQuery.html" title="class in twitter4j">GeoQuery</a></dt>
<dd>
<div class="block">Sets a hint as to the number of results to return.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/OEmbedRequest.html#setMaxWidth(int)">setMaxWidth(int)</a></span> - Method in class twitter4j.<a href="./twitter4j/OEmbedRequest.html" title="class in twitter4j">OEmbedRequest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setMBeanEnabled(boolean)">setMBeanEnabled(boolean)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#setMedia(java.io.File)">setMedia(File)</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#setMedia(java.lang.String, java.io.InputStream)">setMedia(String, InputStream)</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setMediaProvider(java.lang.String)">setMediaProvider(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setMediaProviderAPIKey(java.lang.String)">setMediaProviderAPIKey(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setMediaProviderParameters(java.util.Properties)">setMediaProviderParameters(Properties)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setOAuth2AccessToken(java.lang.String)">setOAuth2AccessToken(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setOAuth2InvalidateTokenURL(java.lang.String)">setOAuth2InvalidateTokenURL(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuth2Authorization.html#setOAuth2Token(twitter4j.auth.OAuth2Token)">setOAuth2Token(OAuth2Token)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuth2Authorization.html" title="class in twitter4j.auth">OAuth2Authorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuth2Support.html#setOAuth2Token(twitter4j.auth.OAuth2Token)">setOAuth2Token(OAuth2Token)</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/OAuth2Support.html" title="interface in twitter4j.auth">OAuth2Support</a></dt>
<dd>
<div class="block">Sets the OAuth 2 Bearer token.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setOAuth2TokenType(java.lang.String)">setOAuth2TokenType(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setOAuth2TokenURL(java.lang.String)">setOAuth2TokenURL(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthAuthorization.html#setOAuthAccessToken(twitter4j.auth.AccessToken)">setOAuthAccessToken(AccessToken)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuthAuthorization.html" title="class in twitter4j.auth">OAuthAuthorization</a></dt>
<dd>
<div class="block">Sets the access token</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthSupport.html#setOAuthAccessToken(twitter4j.auth.AccessToken)">setOAuthAccessToken(AccessToken)</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/OAuthSupport.html" title="interface in twitter4j.auth">OAuthSupport</a></dt>
<dd>
<div class="block">Sets the access token</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setOAuthAccessToken(java.lang.String)">setOAuthAccessToken(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setOAuthAccessTokenSecret(java.lang.String)">setOAuthAccessTokenSecret(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setOAuthAccessTokenURL(java.lang.String)">setOAuthAccessTokenURL(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setOAuthAuthenticationURL(java.lang.String)">setOAuthAuthenticationURL(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setOAuthAuthorizationURL(java.lang.String)">setOAuthAuthorizationURL(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuth2Authorization.html#setOAuthConsumer(java.lang.String, java.lang.String)">setOAuthConsumer(String, String)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuth2Authorization.html" title="class in twitter4j.auth">OAuth2Authorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuth2Support.html#setOAuthConsumer(java.lang.String, java.lang.String)">setOAuthConsumer(String, String)</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/OAuth2Support.html" title="interface in twitter4j.auth">OAuth2Support</a></dt>
<dd>
<div class="block">Sets the OAuth consumer key and consumer secret.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthAuthorization.html#setOAuthConsumer(java.lang.String, java.lang.String)">setOAuthConsumer(String, String)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuthAuthorization.html" title="class in twitter4j.auth">OAuthAuthorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthSupport.html#setOAuthConsumer(java.lang.String, java.lang.String)">setOAuthConsumer(String, String)</a></span> - Method in interface twitter4j.auth.<a href="./twitter4j/auth/OAuthSupport.html" title="interface in twitter4j.auth">OAuthSupport</a></dt>
<dd>
<div class="block">sets the OAuth consumer key and consumer secret</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setOAuthConsumerKey(java.lang.String)">setOAuthConsumerKey(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setOAuthConsumerSecret(java.lang.String)">setOAuthConsumerSecret(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthAuthorization.html#setOAuthRealm(java.lang.String)">setOAuthRealm(String)</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuthAuthorization.html" title="class in twitter4j.auth">OAuthAuthorization</a></dt>
<dd>
<div class="block">Sets the OAuth realm</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setOAuthRequestTokenURL(java.lang.String)">setOAuthRequestTokenURL(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/OEmbedRequest.html#setOmitScript(boolean)">setOmitScript(boolean)</a></span> - Method in class twitter4j.<a href="./twitter4j/OEmbedRequest.html" title="class in twitter4j">OEmbedRequest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Paging.html#setPage(int)">setPage(int)</a></span> - Method in class twitter4j.<a href="./twitter4j/Paging.html" title="class in twitter4j">Paging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setPassword(java.lang.String)">setPassword(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#setPlaceId(java.lang.String)">setPlaceId(String)</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#setPossiblySensitive(boolean)">setPossiblySensitive(boolean)</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setPrettyDebugEnabled(boolean)">setPrettyDebugEnabled(boolean)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/GeoQuery.html#setQuery(java.lang.String)">setQuery(String)</a></span> - Method in class twitter4j.<a href="./twitter4j/GeoQuery.html" title="class in twitter4j">GeoQuery</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#setQuery(java.lang.String)">setQuery(String)</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">Sets the query string</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/OEmbedRequest.html#setRelated(java.lang.String[])">setRelated(String[])</a></span> - Method in class twitter4j.<a href="./twitter4j/OEmbedRequest.html" title="class in twitter4j">OEmbedRequest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setRestBaseURL(java.lang.String)">setRestBaseURL(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#setResultType(java.lang.String)">setResultType(String)</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">Default value is Query.MIXED if parameter not specified</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#setSince(java.lang.String)">setSince(String)</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">If specified, returns tweets with since the given date.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Paging.html#setSinceId(long)">setSinceId(long)</a></span> - Method in class twitter4j.<a href="./twitter4j/Paging.html" title="class in twitter4j">Paging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#setSinceId(long)">setSinceId(long)</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">returns tweets with status ids greater than the given id.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setSiteStreamBaseURL(java.lang.String)">setSiteStreamBaseURL(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setStreamBaseURL(java.lang.String)">setStreamBaseURL(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setTrimUserEnabled(boolean)">setTrimUserEnabled(boolean)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#setUntil(java.lang.String)">setUntil(String)</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">If specified, returns tweets with generated before the given date.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setUser(java.lang.String)">setUser(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setUserStreamBaseURL(java.lang.String)">setUserStreamBaseURL(String)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setUserStreamRepliesAllEnabled(boolean)">setUserStreamRepliesAllEnabled(boolean)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/ConfigurationBuilder.html#setUseSSL(boolean)">setUseSSL(boolean)</a></span> - Method in class twitter4j.conf.<a href="./twitter4j/conf/ConfigurationBuilder.html" title="class in twitter4j.conf">ConfigurationBuilder</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/api/DirectMessagesResources.html#showDirectMessage(long)">showDirectMessage(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/DirectMessagesResources.html" title="interface in twitter4j.api">DirectMessagesResources</a></dt>
<dd>
<div class="block">Returns a single direct message, specified by an id parameter.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#showFriendship(long, long)">showFriendship(long, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Returns detailed information about the relationship between two users.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#showFriendship(java.lang.String, java.lang.String)">showFriendship(String, String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Returns detailed information about the relationship between two users.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/SavedSearchesResources.html#showSavedSearch(int)">showSavedSearch(int)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/SavedSearchesResources.html" title="interface in twitter4j.api">SavedSearchesResources</a></dt>
<dd>
<div class="block">Retrieve the data for a saved search owned by the authenticating user specified by the given id.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TweetsResources.html#showStatus(long)">showStatus(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TweetsResources.html" title="interface in twitter4j.api">TweetsResources</a></dt>
<dd>
<div class="block">Returns a single status, specified by the id parameter below.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#showUser(long)">showUser(long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Returns extended information of a given user, specified by ID or screen name as per the required id parameter.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#showUser(java.lang.String)">showUser(String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Returns extended information of a given user, specified by ID or screen name as per the required id parameter.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#showUserList(int)">showUserList(int)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Show the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#showUserList(long, java.lang.String)">showUserList(long, String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Show the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#showUserList(java.lang.String, java.lang.String)">showUserList(String, String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Show the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#showUserListMembership(int, long)">showUserListMembership(int, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Check if a user is a member of the specified list.<br>
<br>This method calls http://api.twitter.com/1.1/lists/members/show.json</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#showUserListMembership(long, java.lang.String, long)">showUserListMembership(long, String, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Check if a user is a member of the specified list.<br>
<br>This method calls http://api.twitter.com/1.1/lists/members/show.json</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#showUserListMembership(java.lang.String, java.lang.String, long)">showUserListMembership(String, String, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Check if a user is a member of the specified list.<br>
<br>This method calls http://api.twitter.com/1.1/lists/members/show.json</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#showUserListSubscription(int, long)">showUserListSubscription(int, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Check if the specified user is a subscriber of the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#showUserListSubscription(long, java.lang.String, long)">showUserListSubscription(long, String, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Check if the specified user is a subscriber of the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#showUserListSubscription(java.lang.String, java.lang.String, long)">showUserListSubscription(String, String, long)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Check if the specified user is a subscriber of the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TwitterBase.html#shutdown()">shutdown()</a></span> - Method in interface twitter4j.<a href="./twitter4j/TwitterBase.html" title="interface in twitter4j">TwitterBase</a></dt>
<dd>
<div class="block">Shuts down this instance and releases allocated resources.</div>
</dd>
<dt><a href="./twitter4j/SimilarPlaces.html" title="interface in twitter4j"><span class="strong">SimilarPlaces</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#since(java.lang.String)">since(String)</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">If specified, returns tweets with since the given date.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Paging.html#sinceId(long)">sinceId(long)</a></span> - Method in class twitter4j.<a href="./twitter4j/Paging.html" title="class in twitter4j">Paging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#sinceId(long)">sinceId(long)</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">returns tweets with status ids greater than the given id.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#SITE_STREAM_BASE_URL">SITE_STREAM_BASE_URL</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/MediaEntity.Size.html#SMALL">SMALL</a></span> - Static variable in interface twitter4j.<a href="./twitter4j/MediaEntity.Size.html" title="interface in twitter4j">MediaEntity.Size</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Twitter.html#spamReporting()">spamReporting()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Twitter.html" title="interface in twitter4j">Twitter</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/api/SpamReportingResource.html" title="interface in twitter4j.api"><span class="strong">SpamReportingResource</span></a> - Interface in <a href="./twitter4j/api/package-summary.html">twitter4j.api</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/CursorSupport.html#START">START</a></span> - Static variable in interface twitter4j.<a href="./twitter4j/CursorSupport.html" title="interface in twitter4j">CursorSupport</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/Status.html" title="interface in twitter4j"><span class="strong">Status</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">A data interface representing one single status of a user.</div>
</dd>
<dt><a href="./twitter4j/StatusDeletionNotice.html" title="interface in twitter4j"><span class="strong">StatusDeletionNotice</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">A data class representing Status deletionNotice<br>
Clients are urged to honor deletionNotice requests and discard deleted statuses immediately.</div>
</dd>
<dt><a href="./twitter4j/StatusUpdate.html" title="class in twitter4j"><span class="strong">StatusUpdate</span></a> - Class in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#StatusUpdate(java.lang.String)">StatusUpdate(String)</a></span> - Constructor for class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#STREAM_BASE_URL">STREAM_BASE_URL</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#STREAM_STALL_WARNINGS_ENABLED">STREAM_STALL_WARNINGS_ENABLED</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#STREAM_USER_REPLIES_ALL">STREAM_USER_REPLIES_ALL</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Twitter.html#suggestedUsers()">suggestedUsers()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Twitter.html" title="interface in twitter4j">Twitter</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/api/SuggestedUsersResources.html" title="interface in twitter4j.api"><span class="strong">SuggestedUsersResources</span></a> - Interface in <a href="./twitter4j/api/package-summary.html">twitter4j.api</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/SymbolEntity.html" title="interface in twitter4j"><span class="strong">SymbolEntity</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
</dl>
<a name="_T_">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="strong"><a href="./twitter4j/MediaEntity.Size.html#THUMB">THUMB</a></span> - Static variable in interface twitter4j.<a href="./twitter4j/MediaEntity.Size.html" title="interface in twitter4j">MediaEntity.Size</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Twitter.html#timelines()">timelines()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Twitter.html" title="interface in twitter4j">Twitter</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/api/TimelinesResources.html" title="interface in twitter4j.api"><span class="strong">TimelinesResources</span></a> - Interface in <a href="./twitter4j/api/package-summary.html">twitter4j.api</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/util/TimeSpanConverter.html" title="class in twitter4j.util"><span class="strong">TimeSpanConverter</span></a> - Class in <a href="./twitter4j/util/package-summary.html">twitter4j.util</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/util/TimeSpanConverter.html#TimeSpanConverter()">TimeSpanConverter()</a></span> - Constructor for class twitter4j.util.<a href="./twitter4j/util/TimeSpanConverter.html" title="class in twitter4j.util">TimeSpanConverter</a></dt>
<dd>
<div class="block">Constructs an instance with default locale</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/util/TimeSpanConverter.html#TimeSpanConverter(java.util.Locale)">TimeSpanConverter(Locale)</a></span> - Constructor for class twitter4j.util.<a href="./twitter4j/util/TimeSpanConverter.html" title="class in twitter4j.util">TimeSpanConverter</a></dt>
<dd>
<div class="block">Constructs an instance with the specified locale</div>
</dd>
<dt><a href="./twitter4j/TimeZone.html" title="interface in twitter4j"><span class="strong">TimeZone</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/AccessToken.html#toString()">toString()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/AccessToken.html" title="class in twitter4j.auth">AccessToken</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/BasicAuthorization.html#toString()">toString()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/BasicAuthorization.html" title="class in twitter4j.auth">BasicAuthorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/NullAuthorization.html#toString()">toString()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/NullAuthorization.html" title="class in twitter4j.auth">NullAuthorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuth2Authorization.html#toString()">toString()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuth2Authorization.html" title="class in twitter4j.auth">OAuth2Authorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuth2Token.html#toString()">toString()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuth2Token.html" title="class in twitter4j.auth">OAuth2Token</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/auth/OAuthAuthorization.html#toString()">toString()</a></span> - Method in class twitter4j.auth.<a href="./twitter4j/auth/OAuthAuthorization.html" title="class in twitter4j.auth">OAuthAuthorization</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/GeoLocation.html#toString()">toString()</a></span> - Method in class twitter4j.<a href="./twitter4j/GeoLocation.html" title="class in twitter4j">GeoLocation</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/GeoQuery.html#toString()">toString()</a></span> - Method in class twitter4j.<a href="./twitter4j/GeoQuery.html" title="class in twitter4j">GeoQuery</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/management/InvocationStatisticsCalculator.html#toString()">toString()</a></span> - Method in class twitter4j.management.<a href="./twitter4j/management/InvocationStatisticsCalculator.html" title="class in twitter4j.management">InvocationStatisticsCalculator</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/OEmbedRequest.html#toString()">toString()</a></span> - Method in class twitter4j.<a href="./twitter4j/OEmbedRequest.html" title="class in twitter4j">OEmbedRequest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Paging.html#toString()">toString()</a></span> - Method in class twitter4j.<a href="./twitter4j/Paging.html" title="class in twitter4j">Paging</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/Query.html#toString()">toString()</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/StatusUpdate.html#toString()">toString()</a></span> - Method in class twitter4j.<a href="./twitter4j/StatusUpdate.html" title="class in twitter4j">StatusUpdate</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterException.html#toString()">toString()</a></span> - Method in exception twitter4j.<a href="./twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/util/TimeSpanConverter.html#toTimeSpanString(java.util.Date)">toTimeSpanString(Date)</a></span> - Method in class twitter4j.util.<a href="./twitter4j/util/TimeSpanConverter.html" title="class in twitter4j.util">TimeSpanConverter</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/util/TimeSpanConverter.html#toTimeSpanString(long)">toTimeSpanString(long)</a></span> - Method in class twitter4j.util.<a href="./twitter4j/util/TimeSpanConverter.html" title="class in twitter4j.util">TimeSpanConverter</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/Trend.html" title="interface in twitter4j"><span class="strong">Trend</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">A data interface representing Trend.</div>
</dd>
<dt><a href="./twitter4j/Trends.html" title="interface in twitter4j"><span class="strong">Trends</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">A data class representing Trends.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Twitter.html#trends()">trends()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Twitter.html" title="interface in twitter4j">Twitter</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/api/TrendsResources.html" title="interface in twitter4j.api"><span class="strong">TrendsResources</span></a> - Interface in <a href="./twitter4j/api/package-summary.html">twitter4j.api</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/TweetEntity.html" title="interface in twitter4j"><span class="strong">TweetEntity</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">super interface of UserMentionEntity, URLEntity and HashtagEntity</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Twitter.html#tweets()">tweets()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Twitter.html" title="interface in twitter4j">Twitter</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/api/TweetsResources.html" title="interface in twitter4j.api"><span class="strong">TweetsResources</span></a> - Interface in <a href="./twitter4j/api/package-summary.html">twitter4j.api</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/Twitter.html" title="interface in twitter4j"><span class="strong">Twitter</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/package-summary.html">twitter4j</a> - package twitter4j</dt>
<dd> </dd>
<dt><a href="./twitter4j/api/package-summary.html">twitter4j.api</a> - package twitter4j.api</dt>
<dd> </dd>
<dt><a href="./twitter4j/auth/package-summary.html">twitter4j.auth</a> - package twitter4j.auth</dt>
<dd> </dd>
<dt><a href="./twitter4j/conf/package-summary.html">twitter4j.conf</a> - package twitter4j.conf</dt>
<dd> </dd>
<dt><a href="./twitter4j/json/package-summary.html">twitter4j.json</a> - package twitter4j.json</dt>
<dd> </dd>
<dt><a href="./twitter4j/management/package-summary.html">twitter4j.management</a> - package twitter4j.management</dt>
<dd> </dd>
<dt><a href="./twitter4j/util/package-summary.html">twitter4j.util</a> - package twitter4j.util</dt>
<dd> </dd>
<dt><a href="./twitter4j/TwitterAPIConfiguration.html" title="interface in twitter4j"><span class="strong">TwitterAPIConfiguration</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/TwitterAPIMonitor.html" title="class in twitter4j"><span class="strong">TwitterAPIMonitor</span></a> - Class in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">Singleton instance of all Twitter API monitoring.</div>
</dd>
<dt><a href="./twitter4j/TwitterBase.html" title="interface in twitter4j"><span class="strong">TwitterBase</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/TwitterException.html" title="class in twitter4j"><span class="strong">TwitterException</span></a> - Exception in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">An exception class that will be thrown when TwitterAPI calls are failed.<br>
In case the Twitter server returned HTTP error code, you can get the HTTP status code using getStatusCode() method.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TwitterException.html#TwitterException(java.lang.String, java.lang.Throwable)">TwitterException(String, Throwable)</a></span> - Constructor for exception twitter4j.<a href="./twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterException.html#TwitterException(java.lang.String)">TwitterException(String)</a></span> - Constructor for exception twitter4j.<a href="./twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterException.html#TwitterException(java.lang.Exception)">TwitterException(Exception)</a></span> - Constructor for exception twitter4j.<a href="./twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterException.html#TwitterException(java.lang.String, twitter4j.internal.http.HttpResponse)">TwitterException(String, HttpResponse)</a></span> - Constructor for exception twitter4j.<a href="./twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TwitterException.html#TwitterException(java.lang.String, java.lang.Exception, int)">TwitterException(String, Exception, int)</a></span> - Constructor for exception twitter4j.<a href="./twitter4j/TwitterException.html" title="class in twitter4j">TwitterException</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/TwitterFactory.html" title="class in twitter4j"><span class="strong">TwitterFactory</span></a> - Class in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">A factory class for Twitter.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TwitterFactory.html#TwitterFactory()">TwitterFactory()</a></span> - Constructor for class twitter4j.<a href="./twitter4j/TwitterFactory.html" title="class in twitter4j">TwitterFactory</a></dt>
<dd>
<div class="block">Creates a TwitterFactory with the root configuration.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TwitterFactory.html#TwitterFactory(twitter4j.conf.Configuration)">TwitterFactory(Configuration)</a></span> - Constructor for class twitter4j.<a href="./twitter4j/TwitterFactory.html" title="class in twitter4j">TwitterFactory</a></dt>
<dd>
<div class="block">Creates a TwitterFactory with the given configuration.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TwitterFactory.html#TwitterFactory(java.lang.String)">TwitterFactory(String)</a></span> - Constructor for class twitter4j.<a href="./twitter4j/TwitterFactory.html" title="class in twitter4j">TwitterFactory</a></dt>
<dd>
<div class="block">Creates a TwitterFactory with a specified config tree</div>
</dd>
<dt><a href="./twitter4j/TwitterResponse.html" title="interface in twitter4j"><span class="strong">TwitterResponse</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">Super interface of Twitter Response data interfaces which indicates that rate limit status is avaialble.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/TimeZone.html#tzinfoName()">tzinfoName()</a></span> - Method in interface twitter4j.<a href="./twitter4j/TimeZone.html" title="interface in twitter4j">TimeZone</a></dt>
<dd> </dd>
</dl>
<a name="_U_">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="strong"><a href="./twitter4j/Query.html#until(java.lang.String)">until(String)</a></span> - Method in class twitter4j.<a href="./twitter4j/Query.html" title="class in twitter4j">Query</a></dt>
<dd>
<div class="block">If specified, returns tweets with generated before the given date.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#updateAccountSettings(java.lang.Integer, java.lang.Boolean, java.lang.String, java.lang.String, java.lang.String, java.lang.String)">updateAccountSettings(Integer, Boolean, String, String, String, String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Updates the current trend, geo, language, timezone and sleep time information for the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#updateFriendship(long, boolean, boolean)">updateFriendship(long, boolean, boolean)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Allows you to enable or disable retweets and device notifications from the specified user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/FriendsFollowersResources.html#updateFriendship(java.lang.String, boolean, boolean)">updateFriendship(String, boolean, boolean)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/FriendsFollowersResources.html" title="interface in twitter4j.api">FriendsFollowersResources</a></dt>
<dd>
<div class="block">Allows you to enable or disable retweets and device notifications from the specified user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#updateProfile(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">updateProfile(String, String, String, String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Sets values that users are able to set under the "Account" tab of their settings page.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#updateProfileBackgroundImage(java.io.File, boolean)">updateProfileBackgroundImage(File, boolean)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Updates the authenticating user's profile background image.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#updateProfileBackgroundImage(java.io.InputStream, boolean)">updateProfileBackgroundImage(InputStream, boolean)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Updates the authenticating user's profile background image.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#updateProfileBanner(java.io.File)">updateProfileBanner(File)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Uploads a profile banner on behalf of the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#updateProfileBanner(java.io.InputStream)">updateProfileBanner(InputStream)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Uploads a profile banner on behalf of the authenticating user.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#updateProfileColors(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)">updateProfileColors(String, String, String, String, String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Sets one or more hex values that control the color scheme of the authenticating user's profile page on twitter.com.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#updateProfileImage(java.io.File)">updateProfileImage(File)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Updates the authenticating user's profile image.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#updateProfileImage(java.io.InputStream)">updateProfileImage(InputStream)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Updates the authenticating user's profile image.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TweetsResources.html#updateStatus(java.lang.String)">updateStatus(String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TweetsResources.html" title="interface in twitter4j.api">TweetsResources</a></dt>
<dd>
<div class="block">Updates the authenticating user's status.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/TweetsResources.html#updateStatus(twitter4j.StatusUpdate)">updateStatus(StatusUpdate)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/TweetsResources.html" title="interface in twitter4j.api">TweetsResources</a></dt>
<dd>
<div class="block">Updates the authenticating user's status.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#updateUserList(int, java.lang.String, boolean, java.lang.String)">updateUserList(int, String, boolean, String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Updates the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#updateUserList(long, java.lang.String, java.lang.String, boolean, java.lang.String)">updateUserList(long, String, String, boolean, String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Updates the specified list.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/ListsResources.html#updateUserList(java.lang.String, java.lang.String, java.lang.String, boolean, java.lang.String)">updateUserList(String, String, String, boolean, String)</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/ListsResources.html" title="interface in twitter4j.api">ListsResources</a></dt>
<dd>
<div class="block">Updates the specified list.</div>
</dd>
<dt><a href="./twitter4j/URLEntity.html" title="interface in twitter4j"><span class="strong">URLEntity</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">A data interface representing one single URL entity.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#USER">USER</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/User.html" title="interface in twitter4j"><span class="strong">User</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">A data interface representing Basic user information element</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/conf/PropertyConfiguration.html#USER_STREAM_BASE_URL">USER_STREAM_BASE_URL</a></span> - Static variable in class twitter4j.conf.<a href="./twitter4j/conf/PropertyConfiguration.html" title="class in twitter4j.conf">PropertyConfiguration</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/UserList.html" title="interface in twitter4j"><span class="strong">UserList</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">A data interface representing Basic list information element</div>
</dd>
<dt><a href="./twitter4j/UserMentionEntity.html" title="interface in twitter4j"><span class="strong">UserMentionEntity</span></a> - Interface in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd>
<div class="block">A data interface representing one single user mention entity.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/Twitter.html#users()">users()</a></span> - Method in interface twitter4j.<a href="./twitter4j/Twitter.html" title="interface in twitter4j">Twitter</a></dt>
<dd> </dd>
<dt><a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api"><span class="strong">UsersResources</span></a> - Interface in <a href="./twitter4j/api/package-summary.html">twitter4j.api</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./twitter4j/TimeZone.html#utcOffset()">utcOffset()</a></span> - Method in interface twitter4j.<a href="./twitter4j/TimeZone.html" title="interface in twitter4j">TimeZone</a></dt>
<dd> </dd>
</dl>
<a name="_V_">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="strong"><a href="./twitter4j/json/JSONObjectType.Type.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum twitter4j.json.<a href="./twitter4j/json/JSONObjectType.Type.html" title="enum in twitter4j.json">JSONObjectType.Type</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/OEmbedRequest.Align.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum twitter4j.<a href="./twitter4j/OEmbedRequest.Align.html" title="enum in twitter4j">OEmbedRequest.Align</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/json/JSONObjectType.Type.html#values()">values()</a></span> - Static method in enum twitter4j.json.<a href="./twitter4j/json/JSONObjectType.Type.html" title="enum in twitter4j.json">JSONObjectType.Type</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/OEmbedRequest.Align.html#values()">values()</a></span> - Static method in enum twitter4j.<a href="./twitter4j/OEmbedRequest.Align.html" title="enum in twitter4j">OEmbedRequest.Align</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./twitter4j/api/UsersResources.html#verifyCredentials()">verifyCredentials()</a></span> - Method in interface twitter4j.api.<a href="./twitter4j/api/UsersResources.html" title="interface in twitter4j.api">UsersResources</a></dt>
<dd>
<div class="block">Returns an HTTP 200 OK response code and a representation of the requesting user if authentication was successful; returns a 401 status code and an error message if not.</div>
</dd>
<dt><a href="./twitter4j/Version.html" title="class in twitter4j"><span class="strong">Version</span></a> - Class in <a href="./twitter4j/package-summary.html">twitter4j</a></dt>
<dd> </dd>
</dl>
<a href="#_A_">A</a> <a href="#_B_">B</a> <a href="#_C_">C</a> <a href="#_D_">D</a> <a href="#_E_">E</a> <a href="#_F_">F</a> <a href="#_G_">G</a> <a href="#_H_">H</a> <a href="#_I_">I</a> <a href="#_J_">J</a> <a href="#_K_">K</a> <a href="#_L_">L</a> <a href="#_M_">M</a> <a href="#_N_">N</a> <a href="#_O_">O</a> <a href="#_P_">P</a> <a href="#_Q_">Q</a> <a href="#_R_">R</a> <a href="#_S_">S</a> <a href="#_T_">T</a> <a href="#_U_">U</a> <a href="#_V_">V</a> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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 class="navBarCell1Rev">Index</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?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="./allclasses-noframe.html">All 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 © 2013. All Rights Reserved.</small></p>
</body>
</html>