blob: 2f989c8b09d205cd278045e86310696e52c21cee [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152) on Mon Apr 02 22:52:08 UTC 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.streams.twitter.api.Twitter (streams-provider-twitter 0.5.2-SNAPSHOT API)</title>
<meta name="date" content="2018-04-02">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.streams.twitter.api.Twitter (streams-provider-twitter 0.5.2-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/streams/twitter/api/class-use/Twitter.html" target="_top">Frames</a></li>
<li><a href="Twitter.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.streams.twitter.api.Twitter" class="title">Uses of Class<br>org.apache.streams.twitter.api.Twitter</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.streams.twitter.api">org.apache.streams.twitter.api</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.streams.twitter.processor">org.apache.streams.twitter.processor</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.streams.twitter.provider">org.apache.streams.twitter.provider</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.streams.twitter.api">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a> in <a href="../../../../../../org/apache/streams/twitter/api/package-summary.html">org.apache.streams.twitter.api</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/streams/twitter/api/package-summary.html">org.apache.streams.twitter.api</a> that return <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">Twitter.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/api/Twitter.html#getInstance--">getInstance</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">Twitter.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/api/Twitter.html#getInstance-org.apache.streams.twitter.config.TwitterConfiguration-">getInstance</a></span>(<a href="../../../../../../org/apache/streams/twitter/config/TwitterConfiguration.html" title="class in org.apache.streams.twitter.config">TwitterConfiguration</a>&nbsp;configuration)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.streams.twitter.processor">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a> in <a href="../../../../../../org/apache/streams/twitter/processor/package-summary.html">org.apache.streams.twitter.processor</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/streams/twitter/processor/package-summary.html">org.apache.streams.twitter.processor</a> that return <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">FetchAndReplaceTwitterProcessor.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/processor/FetchAndReplaceTwitterProcessor.html#getTwitterClient--">getTwitterClient</a></span>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.streams.twitter.provider">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a> in <a href="../../../../../../org/apache/streams/twitter/provider/package-summary.html">org.apache.streams.twitter.provider</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../org/apache/streams/twitter/provider/package-summary.html">org.apache.streams.twitter.provider</a> declared as <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">TwitterUserInformationProvider.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterUserInformationProvider.html#client">client</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">TwitterFriendsListProviderTask.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterFriendsListProviderTask.html#client">client</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">TwitterTimelineProvider.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterTimelineProvider.html#client">client</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">TwitterUserInformationProviderTask.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterUserInformationProviderTask.html#client">client</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">TwitterFollowersListProviderTask.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterFollowersListProviderTask.html#client">client</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">ThirtyDaySearchProvider.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/ThirtyDaySearchProvider.html#client">client</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">TwitterFriendsIdsProviderTask.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterFriendsIdsProviderTask.html#client">client</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">TwitterRetweetsTask.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterRetweetsTask.html#client">client</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">TwitterRetweeterIdsTask.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterRetweeterIdsTask.html#client">client</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">SevenDaySearchProviderTask.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/SevenDaySearchProviderTask.html#client">client</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">SevenDaySearchProvider.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/SevenDaySearchProvider.html#client">client</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">TwitterFollowingProvider.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterFollowingProvider.html#client">client</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">TwitterTimelineProviderTask.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterTimelineProviderTask.html#client">client</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">TwitterFollowersIdsProviderTask.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterFollowersIdsProviderTask.html#client">client</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">ThirtyDaySearchProviderTask.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/ThirtyDaySearchProviderTask.html#client">client</a></span></code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/streams/twitter/provider/package-summary.html">org.apache.streams.twitter.provider</a> that return <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">TwitterUserInformationProvider.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterUserInformationProvider.html#getTwitterClient--">getTwitterClient</a></span>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">TwitterTimelineProvider.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterTimelineProvider.html#getTwitterClient--">getTwitterClient</a></span>()</code>
<div class="block">get Twitter Client from TwitterUserInformationConfiguration.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">ThirtyDaySearchProvider.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/ThirtyDaySearchProvider.html#getTwitterClient--">getTwitterClient</a></span>()</code>
<div class="block">get Twitter Client from TwitterUserInformationConfiguration.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">SevenDaySearchProvider.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/SevenDaySearchProvider.html#getTwitterClient--">getTwitterClient</a></span>()</code>
<div class="block">get Twitter Client from TwitterUserInformationConfiguration.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></code></td>
<td class="colLast"><span class="typeNameLabel">TwitterFollowingProvider.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterFollowingProvider.html#getTwitterClient--">getTwitterClient</a></span>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../../org/apache/streams/twitter/provider/package-summary.html">org.apache.streams.twitter.provider</a> with parameters of type <a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/SevenDaySearchProviderTask.html#SevenDaySearchProviderTask-org.apache.streams.twitter.provider.SevenDaySearchProvider-org.apache.streams.twitter.api.Twitter-org.apache.streams.twitter.api.SevenDaySearchRequest-">SevenDaySearchProviderTask</a></span>(<a href="../../../../../../org/apache/streams/twitter/provider/SevenDaySearchProvider.html" title="class in org.apache.streams.twitter.provider">SevenDaySearchProvider</a>&nbsp;provider,
<a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a>&nbsp;twitter,
<a href="../../../../../../org/apache/streams/twitter/api/SevenDaySearchRequest.html" title="class in org.apache.streams.twitter.api">SevenDaySearchRequest</a>&nbsp;request)</code>
<div class="block">SevenDaySearchProviderTask constructor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/ThirtyDaySearchProviderTask.html#ThirtyDaySearchProviderTask-org.apache.streams.twitter.provider.ThirtyDaySearchProvider-org.apache.streams.twitter.api.Twitter-org.apache.streams.twitter.api.ThirtyDaySearchRequest-">ThirtyDaySearchProviderTask</a></span>(<a href="../../../../../../org/apache/streams/twitter/provider/ThirtyDaySearchProvider.html" title="class in org.apache.streams.twitter.provider">ThirtyDaySearchProvider</a>&nbsp;provider,
<a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a>&nbsp;twitter,
<a href="../../../../../../org/apache/streams/twitter/api/ThirtyDaySearchRequest.html" title="class in org.apache.streams.twitter.api">ThirtyDaySearchRequest</a>&nbsp;request)</code>
<div class="block">ThirtyDaySearchProviderTask constructor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterFollowersIdsProviderTask.html#TwitterFollowersIdsProviderTask-org.apache.streams.twitter.provider.TwitterFollowingProvider-org.apache.streams.twitter.api.Twitter-org.apache.streams.twitter.api.FollowersIdsRequest-">TwitterFollowersIdsProviderTask</a></span>(<a href="../../../../../../org/apache/streams/twitter/provider/TwitterFollowingProvider.html" title="class in org.apache.streams.twitter.provider">TwitterFollowingProvider</a>&nbsp;provider,
<a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a>&nbsp;twitter,
<a href="../../../../../../org/apache/streams/twitter/api/FollowersIdsRequest.html" title="class in org.apache.streams.twitter.api">FollowersIdsRequest</a>&nbsp;request)</code>
<div class="block">TwitterFollowingProviderTask constructor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterFollowersListProviderTask.html#TwitterFollowersListProviderTask-org.apache.streams.twitter.provider.TwitterFollowingProvider-org.apache.streams.twitter.api.Twitter-org.apache.streams.twitter.api.FollowersListRequest-">TwitterFollowersListProviderTask</a></span>(<a href="../../../../../../org/apache/streams/twitter/provider/TwitterFollowingProvider.html" title="class in org.apache.streams.twitter.provider">TwitterFollowingProvider</a>&nbsp;provider,
<a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a>&nbsp;twitter,
<a href="../../../../../../org/apache/streams/twitter/api/FollowersListRequest.html" title="class in org.apache.streams.twitter.api">FollowersListRequest</a>&nbsp;request)</code>
<div class="block">TwitterFollowersListProviderTask constructor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterFriendsIdsProviderTask.html#TwitterFriendsIdsProviderTask-org.apache.streams.twitter.provider.TwitterFollowingProvider-org.apache.streams.twitter.api.Twitter-org.apache.streams.twitter.api.FriendsIdsRequest-">TwitterFriendsIdsProviderTask</a></span>(<a href="../../../../../../org/apache/streams/twitter/provider/TwitterFollowingProvider.html" title="class in org.apache.streams.twitter.provider">TwitterFollowingProvider</a>&nbsp;provider,
<a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a>&nbsp;twitter,
<a href="../../../../../../org/apache/streams/twitter/api/FriendsIdsRequest.html" title="class in org.apache.streams.twitter.api">FriendsIdsRequest</a>&nbsp;request)</code>
<div class="block">TwitterFollowingProviderTask constructor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterFriendsListProviderTask.html#TwitterFriendsListProviderTask-org.apache.streams.twitter.provider.TwitterFollowingProvider-org.apache.streams.twitter.api.Twitter-org.apache.streams.twitter.api.FriendsListRequest-">TwitterFriendsListProviderTask</a></span>(<a href="../../../../../../org/apache/streams/twitter/provider/TwitterFollowingProvider.html" title="class in org.apache.streams.twitter.provider">TwitterFollowingProvider</a>&nbsp;provider,
<a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a>&nbsp;twitter,
<a href="../../../../../../org/apache/streams/twitter/api/FriendsListRequest.html" title="class in org.apache.streams.twitter.api">FriendsListRequest</a>&nbsp;request)</code>
<div class="block">TwitterFollowingProviderTask constructor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterRetweeterIdsTask.html#TwitterRetweeterIdsTask-org.apache.streams.twitter.provider.TwitterEngagersProvider-org.apache.streams.twitter.api.Twitter-org.apache.streams.twitter.api.RetweeterIdsRequest-">TwitterRetweeterIdsTask</a></span>(<a href="../../../../../../org/apache/streams/twitter/provider/TwitterEngagersProvider.html" title="class in org.apache.streams.twitter.provider">TwitterEngagersProvider</a>&nbsp;provider,
<a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a>&nbsp;twitter,
<a href="../../../../../../org/apache/streams/twitter/api/RetweeterIdsRequest.html" title="class in org.apache.streams.twitter.api">RetweeterIdsRequest</a>&nbsp;request)</code>
<div class="block">TwitterTimelineProviderTask constructor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterRetweetsTask.html#TwitterRetweetsTask-org.apache.streams.twitter.provider.TwitterEngagersProvider-org.apache.streams.twitter.api.Twitter-org.apache.streams.twitter.api.RetweetsRequest-">TwitterRetweetsTask</a></span>(<a href="../../../../../../org/apache/streams/twitter/provider/TwitterEngagersProvider.html" title="class in org.apache.streams.twitter.provider">TwitterEngagersProvider</a>&nbsp;provider,
<a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a>&nbsp;twitter,
<a href="../../../../../../org/apache/streams/twitter/api/RetweetsRequest.html" title="class in org.apache.streams.twitter.api">RetweetsRequest</a>&nbsp;request)</code>
<div class="block">TwitterTimelineProviderTask constructor.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterTimelineProviderTask.html#TwitterTimelineProviderTask-org.apache.streams.twitter.provider.TwitterTimelineProvider-org.apache.streams.twitter.api.Twitter-org.apache.streams.twitter.api.StatusesUserTimelineRequest-">TwitterTimelineProviderTask</a></span>(<a href="../../../../../../org/apache/streams/twitter/provider/TwitterTimelineProvider.html" title="class in org.apache.streams.twitter.provider">TwitterTimelineProvider</a>&nbsp;provider,
<a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a>&nbsp;twitter,
<a href="../../../../../../org/apache/streams/twitter/api/StatusesUserTimelineRequest.html" title="class in org.apache.streams.twitter.api">StatusesUserTimelineRequest</a>&nbsp;request)</code>
<div class="block">TwitterTimelineProviderTask constructor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/provider/TwitterUserInformationProviderTask.html#TwitterUserInformationProviderTask-org.apache.streams.twitter.provider.TwitterUserInformationProvider-org.apache.streams.twitter.api.Twitter-org.apache.streams.twitter.api.UsersLookupRequest-">TwitterUserInformationProviderTask</a></span>(<a href="../../../../../../org/apache/streams/twitter/provider/TwitterUserInformationProvider.html" title="class in org.apache.streams.twitter.provider">TwitterUserInformationProvider</a>&nbsp;provider,
<a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Twitter</a>&nbsp;twitter,
<a href="../../../../../../org/apache/streams/twitter/api/UsersLookupRequest.html" title="class in org.apache.streams.twitter.api">UsersLookupRequest</a>&nbsp;request)</code>
<div class="block">TwitterTimelineProviderTask constructor.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/streams/twitter/api/Twitter.html" title="class in org.apache.streams.twitter.api">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/streams/twitter/api/class-use/Twitter.html" target="_top">Frames</a></li>
<li><a href="Twitter.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>