Added: websites/production/streams/content/site/0.3-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/apidocs/org/apache/streams/twitter/TwitterFollowingConfiguration.html ============================================================================== --- websites/production/streams/content/site/0.3-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/apidocs/org/apache/streams/twitter/TwitterFollowingConfiguration.html (added) +++ websites/production/streams/content/site/0.3-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/apidocs/org/apache/streams/twitter/TwitterFollowingConfiguration.html Mon Mar 28 05:35:22 2016 @@ -0,0 +1,453 @@ +<!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_40) on Mon Mar 28 00:34:40 CDT 2016 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>TwitterFollowingConfiguration (streams-provider-twitter 0.3-incubating-SNAPSHOT API)</title> +<meta name="date" content="2016-03-28"> +<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="TwitterFollowingConfiguration (streams-provider-twitter 0.3-incubating-SNAPSHOT API)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</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 class="navBarCell1Rev">Class</li> +<li><a href="class-use/TwitterFollowingConfiguration.html">Use</a></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><a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html" title="class in org.apache.streams.twitter"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html" title="class in org.apache.streams.twitter"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/streams/twitter/TwitterFollowingConfiguration.html" target="_top">Frames</a></li> +<li><a href="TwitterFollowingConfiguration.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.streams.twitter</div> +<h2 title="Class TwitterFollowingConfiguration" class="title">Class TwitterFollowingConfiguration</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html" title="class in org.apache.streams.twitter">org.apache.streams.twitter.TwitterConfiguration</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../org/apache/streams/twitter/TwitterUserInformationConfiguration.html" title="class in org.apache.streams.twitter">org.apache.streams.twitter.TwitterUserInformationConfiguration</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.streams.twitter.TwitterFollowingConfiguration</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd> +</dl> +<hr> +<br> +<pre><a href="http://docs.oracle.com/javase/7/docs/api/javax/annotation/Generated.html?is-external=true" title="class or interface in javax.annotation">@Generated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/javax/annotation/Generated.html?is-external=true#value--" title="class or interface in javax.annotation">value</a>="org.jsonschema2pojo") +public class <span class="typeNameLabel">TwitterFollowingConfiguration</span> +extends <a href="../../../../org/apache/streams/twitter/TwitterUserInformationConfiguration.html" title="class in org.apache.streams.twitter">TwitterUserInformationConfiguration</a> +implements <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../serialized-form.html#org.apache.streams.twitter.TwitterFollowingConfiguration">Serialized Form</a></dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterFollowingConfiguration.html#TwitterFollowingConfiguration--">TwitterFollowingConfiguration</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterFollowingConfiguration.html#equals-java.lang.Object-">equals</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> other)</code> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterFollowingConfiguration.html#getAdditionalProperties--">getAdditionalProperties</a></span>()</code> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterFollowingConfiguration.html#getIdsOnly--">getIdsOnly</a></span>()</code> +<div class="block">Whether to collect ids only, or full profiles</div> +</td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterFollowingConfiguration.html#hashCode--">hashCode</a></span>()</code> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterFollowingConfiguration.html#setAdditionalProperty-java.lang.String-java.lang.Object-">setAdditionalProperty</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterFollowingConfiguration.html#setIdsOnly-java.lang.Boolean-">setIdsOnly</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> idsOnly)</code> +<div class="block">Whether to collect ids only, or full profiles</div> +</td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterFollowingConfiguration.html#toString--">toString</a></span>()</code> </td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/apache/streams/twitter/TwitterFollowingConfiguration.html" title="class in org.apache.streams.twitter">TwitterFollowingConfiguration</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterFollowingConfiguration.html#withAdditionalProperty-java.lang.String-java.lang.Object-">withAdditionalProperty</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code> </td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code><a href="../../../../org/apache/streams/twitter/TwitterFollowingConfiguration.html" title="class in org.apache.streams.twitter">TwitterFollowingConfiguration</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterFollowingConfiguration.html#withIdsOnly-java.lang.Boolean-">withIdsOnly</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> idsOnly)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.apache.streams.twitter.TwitterUserInformationConfiguration"> +<!-- --> +</a> +<h3>Methods inherited from class org.apache.streams.twitter.<a href="../../../../org/apache/streams/twitter/TwitterUserInformationConfiguration.html" title="class in org.apache.streams.twitter">TwitterUserInformationConfiguration</a></h3> +<code><a href="../../../../org/apache/streams/twitter/TwitterUserInformationConfiguration.html#getInfo--">getInfo</a>, <a href="../../../../org/apache/streams/twitter/TwitterUserInformationConfiguration.html#getMaxItems--">getMaxItems</a>, <a href="../../../../org/apache/streams/twitter/TwitterUserInformationConfiguration.html#setInfo-java.util.List-">setInfo</a>, <a href="../../../../org/apache/streams/twitter/TwitterUserInformationConfiguration.html#setMaxItems-java.lang.Long-">setMaxItems</a>, <a href="../../../../org/apache/streams/twitter/TwitterUserInformationConfiguration.html#withInfo-java.util.List-">withInfo</a>, <a href="../../../../org/apache/streams/twitter/TwitterUserInformationConfiguration.html#withMaxItems-java.lang.Long-">withMaxItems</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.apache.streams.twitter.TwitterConfiguration"> +<!-- --> +</a> +<h3>Methods inherited from class org.apache.streams.twitter.<a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html" title="class in org.apache.streams.twitter">TwitterConfiguration</a></h3> +<code><a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#getBasicauth--">getBasicauth</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#getEndpoint--">getEndpoint</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#getHost--">getHost</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#getJsonStoreEnabled--">getJsonStoreEnabled</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#getOauth--">getOauth</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#getPort--">getPort</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#getProtocol--">getProtocol</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#getVersion--">getVersion</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#setBasicauth-org.apache.streams.twitter.TwitterBasicAuthConfiguration-">set Basicauth</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#setEndpoint-java.lang.String-">setEndpoint</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#setHost-java.lang.String-">setHost</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#setJsonStoreEnabled-java.lang.String-">setJsonStoreEnabled</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#setOauth-org.apache.streams.twitter.TwitterOAuthConfiguration-">setOauth</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#setPort-java.lang.Long-">setPort</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#setProtocol-java.lang.String-">setProtocol</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#setVersion-java.lang.String-">setVersion</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#withBasicauth-org.apache.str eams.twitter.TwitterBasicAuthConfiguration-">withBasicauth</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#withEndpoint-java.lang.String-">withEndpoint</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#withHost-java.lang.String-">withHost</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#withJsonStoreEnabled-java.lang.String-">withJsonStoreEnabled</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#withOauth-org.apache.streams.twitter.TwitterOAuthConfiguration-">withOauth</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#withPort-java.lang.Long-">withPort</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#withProtocol-java.lang.String-">withProtocol</a>, <a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html#withVersion-java.lang.String-">withVersion</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-ex ternal=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="TwitterFollowingConfiguration--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>TwitterFollowingConfiguration</h4> +<pre>public TwitterFollowingConfiguration()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getIdsOnly--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getIdsOnly</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> getIdsOnly()</pre> +<div class="block">Whether to collect ids only, or full profiles</div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The idsOnly</dd> +</dl> +</li> +</ul> +<a name="setIdsOnly-java.lang.Boolean-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setIdsOnly</h4> +<pre>public void setIdsOnly(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> idsOnly)</pre> +<div class="block">Whether to collect ids only, or full profiles</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>idsOnly</code> - The ids_only</dd> +</dl> +</li> +</ul> +<a name="withIdsOnly-java.lang.Boolean-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>withIdsOnly</h4> +<pre>public <a href="../../../../org/apache/streams/twitter/TwitterFollowingConfiguration.html" title="class in org.apache.streams.twitter">TwitterFollowingConfiguration</a> withIdsOnly(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> idsOnly)</pre> +</li> +</ul> +<a name="toString--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toString</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> toString()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code><a href="../../../../org/apache/streams/twitter/TwitterUserInformationConfiguration.html#toString--">toString</a></code> in class <code><a href="../../../../org/apache/streams/twitter/TwitterUserInformationConfiguration.html" title="class in org.apache.streams.twitter">TwitterUserInformationConfiguration</a></code></dd> +</dl> +</li> +</ul> +<a name="getAdditionalProperties--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getAdditionalProperties</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>> getAdditionalProperties()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code><a href="../../../../org/apache/streams/twitter/TwitterUserInformationConfiguration.html#getAdditionalProperties--">getAdditionalProperties</a></code> in class <code><a href="../../../../org/apache/streams/twitter/TwitterUserInformationConfiguration.html" title="class in org.apache.streams.twitter">TwitterUserInformationConfiguration</a></code></dd> +</dl> +</li> +</ul> +<a name="setAdditionalProperty-java.lang.String-java.lang.Object-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setAdditionalProperty</h4> +<pre>public void setAdditionalProperty(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code><a href="../../../../org/apache/streams/twitter/TwitterUserInformationConfiguration.html#setAdditionalProperty-java.lang.String-java.lang.Object-">setAdditionalProperty</a></code> in class <code><a href="../../../../org/apache/streams/twitter/TwitterUserInformationConfiguration.html" title="class in org.apache.streams.twitter">TwitterUserInformationConfiguration</a></code></dd> +</dl> +</li> +</ul> +<a name="withAdditionalProperty-java.lang.String-java.lang.Object-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>withAdditionalProperty</h4> +<pre>public <a href="../../../../org/apache/streams/twitter/TwitterFollowingConfiguration.html" title="class in org.apache.streams.twitter">TwitterFollowingConfiguration</a> withAdditionalProperty(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code><a href="../../../../org/apache/streams/twitter/TwitterUserInformationConfiguration.html#withAdditionalProperty-java.lang.String-java.lang.Object-">withAdditionalProperty</a></code> in class <code><a href="../../../../org/apache/streams/twitter/TwitterUserInformationConfiguration.html" title="class in org.apache.streams.twitter">TwitterUserInformationConfiguration</a></code></dd> +</dl> +</li> +</ul> +<a name="hashCode--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>hashCode</h4> +<pre>public int hashCode()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code><a href="../../../../org/apache/streams/twitter/TwitterUserInformationConfiguration.html#hashCode--">hashCode</a></code> in class <code><a href="../../../../org/apache/streams/twitter/TwitterUserInformationConfiguration.html" title="class in org.apache.streams.twitter">TwitterUserInformationConfiguration</a></code></dd> +</dl> +</li> +</ul> +<a name="equals-java.lang.Object-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>equals</h4> +<pre>public boolean equals(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> other)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code><a href="../../../../org/apache/streams/twitter/TwitterUserInformationConfiguration.html#equals-java.lang.Object-">equals</a></code> in class <code><a href="../../../../org/apache/streams/twitter/TwitterUserInformationConfiguration.html" title="class in org.apache.streams.twitter">TwitterUserInformationConfiguration</a></code></dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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 class="navBarCell1Rev">Class</li> +<li><a href="class-use/TwitterFollowingConfiguration.html">Use</a></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><a href="../../../../org/apache/streams/twitter/TwitterConfiguration.html" title="class in org.apache.streams.twitter"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html" title="class in org.apache.streams.twitter"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/streams/twitter/TwitterFollowingConfiguration.html" target="_top">Frames</a></li> +<li><a href="TwitterFollowingConfiguration.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2012–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
Added: websites/production/streams/content/site/0.3-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/apidocs/org/apache/streams/twitter/TwitterOAuthConfiguration.html ============================================================================== --- websites/production/streams/content/site/0.3-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/apidocs/org/apache/streams/twitter/TwitterOAuthConfiguration.html (added) +++ websites/production/streams/content/site/0.3-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/apidocs/org/apache/streams/twitter/TwitterOAuthConfiguration.html Mon Mar 28 05:35:22 2016 @@ -0,0 +1,599 @@ +<!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_40) on Mon Mar 28 00:34:40 CDT 2016 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>TwitterOAuthConfiguration (streams-provider-twitter 0.3-incubating-SNAPSHOT API)</title> +<meta name="date" content="2016-03-28"> +<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="TwitterOAuthConfiguration (streams-provider-twitter 0.3-incubating-SNAPSHOT API)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</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 class="navBarCell1Rev">Class</li> +<li><a href="class-use/TwitterOAuthConfiguration.html">Use</a></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><a href="../../../../org/apache/streams/twitter/TwitterFollowingConfiguration.html" title="class in org.apache.streams.twitter"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/streams/twitter/TwitterStreamConfiguration.html" title="class in org.apache.streams.twitter"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/streams/twitter/TwitterOAuthConfiguration.html" target="_top">Frames</a></li> +<li><a href="TwitterOAuthConfiguration.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.streams.twitter</div> +<h2 title="Class TwitterOAuthConfiguration" class="title">Class TwitterOAuthConfiguration</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.streams.twitter.TwitterOAuthConfiguration</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd> +</dl> +<hr> +<br> +<pre><a href="http://docs.oracle.com/javase/7/docs/api/javax/annotation/Generated.html?is-external=true" title="class or interface in javax.annotation">@Generated</a>(<a href="http://docs.oracle.com/javase/7/docs/api/javax/annotation/Generated.html?is-external=true#value--" title="class or interface in javax.annotation">value</a>="org.jsonschema2pojo") +public class <span class="typeNameLabel">TwitterOAuthConfiguration</span> +extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> +implements <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../serialized-form.html#org.apache.streams.twitter.TwitterOAuthConfiguration">Serialized Form</a></dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#TwitterOAuthConfiguration--">TwitterOAuthConfiguration</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#equals-java.lang.Object-">equals</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> other)</code> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#getAccessToken--">getAccessToken</a></span>()</code> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#getAccessTokenSecret--">getAccessTokenSecret</a></span>()</code> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#getAdditionalProperties--">getAdditionalProperties</a></span>()</code> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#getAppName--">getAppName</a></span>()</code> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#getConsumerKey--">getConsumerKey</a></span>()</code> </td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#getConsumerSecret--">getConsumerSecret</a></span>()</code> </td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#hashCode--">hashCode</a></span>()</code> </td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#setAccessToken-java.lang.String-">setAccessToken</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> accessToken)</code> </td> +</tr> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#setAccessTokenSecret-java.lang.String-">setAccessTokenSecret</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> accessTokenSecret)</code> </td> +</tr> +<tr id="i10" class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#setAdditionalProperty-java.lang.String-java.lang.Object-">setAdditionalProperty</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code> </td> +</tr> +<tr id="i11" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#setAppName-java.lang.String-">setAppName</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> appName)</code> </td> +</tr> +<tr id="i12" class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#setConsumerKey-java.lang.String-">setConsumerKey</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> consumerKey)</code> </td> +</tr> +<tr id="i13" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#setConsumerSecret-java.lang.String-">setConsumerSecret</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> consumerSecret)</code> </td> +</tr> +<tr id="i14" class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#toString--">toString</a></span>()</code> </td> +</tr> +<tr id="i15" class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html" title="class in org.apache.streams.twitter">TwitterOAuthConfiguration</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#withAccessToken-java.lang.String-">withAccessToken</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> accessToken)</code> </td> +</tr> +<tr id="i16" class="altColor"> +<td class="colFirst"><code><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html" title="class in org.apache.streams.twitter">TwitterOAuthConfiguration</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#withAccessTokenSecret-java.lang.String-">withAccessTokenSecret</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> accessTokenSecret)</code> </td> +</tr> +<tr id="i17" class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html" title="class in org.apache.streams.twitter">TwitterOAuthConfiguration</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#withAdditionalProperty-java.lang.String-java.lang.Object-">withAdditionalProperty</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code> </td> +</tr> +<tr id="i18" class="altColor"> +<td class="colFirst"><code><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html" title="class in org.apache.streams.twitter">TwitterOAuthConfiguration</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#withAppName-java.lang.String-">withAppName</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> appName)</code> </td> +</tr> +<tr id="i19" class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html" title="class in org.apache.streams.twitter">TwitterOAuthConfiguration</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#withConsumerKey-java.lang.String-">withConsumerKey</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> consumerKey)</code> </td> +</tr> +<tr id="i20" class="altColor"> +<td class="colFirst"><code><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html" title="class in org.apache.streams.twitter">TwitterOAuthConfiguration</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html#withConsumerSecret-java.lang.String-">withConsumerSecret</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> consumerSecret)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-ex ternal=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="TwitterOAuthConfiguration--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>TwitterOAuthConfiguration</h4> +<pre>public TwitterOAuthConfiguration()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getAppName--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getAppName</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getAppName()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The appName</dd> +</dl> +</li> +</ul> +<a name="setAppName-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setAppName</h4> +<pre>public void setAppName(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> appName)</pre> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>appName</code> - The appName</dd> +</dl> +</li> +</ul> +<a name="withAppName-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>withAppName</h4> +<pre>public <a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html" title="class in org.apache.streams.twitter">TwitterOAuthConfiguration</a> withAppName(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> appName)</pre> +</li> +</ul> +<a name="getConsumerKey--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getConsumerKey</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getConsumerKey()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The consumerKey</dd> +</dl> +</li> +</ul> +<a name="setConsumerKey-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setConsumerKey</h4> +<pre>public void setConsumerKey(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> consumerKey)</pre> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>consumerKey</code> - The consumerKey</dd> +</dl> +</li> +</ul> +<a name="withConsumerKey-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>withConsumerKey</h4> +<pre>public <a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html" title="class in org.apache.streams.twitter">TwitterOAuthConfiguration</a> withConsumerKey(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> consumerKey)</pre> +</li> +</ul> +<a name="getConsumerSecret--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getConsumerSecret</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getConsumerSecret()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The consumerSecret</dd> +</dl> +</li> +</ul> +<a name="setConsumerSecret-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setConsumerSecret</h4> +<pre>public void setConsumerSecret(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> consumerSecret)</pre> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>consumerSecret</code> - The consumerSecret</dd> +</dl> +</li> +</ul> +<a name="withConsumerSecret-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>withConsumerSecret</h4> +<pre>public <a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html" title="class in org.apache.streams.twitter">TwitterOAuthConfiguration</a> withConsumerSecret(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> consumerSecret)</pre> +</li> +</ul> +<a name="getAccessToken--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getAccessToken</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getAccessToken()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The accessToken</dd> +</dl> +</li> +</ul> +<a name="setAccessToken-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setAccessToken</h4> +<pre>public void setAccessToken(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> accessToken)</pre> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>accessToken</code> - The accessToken</dd> +</dl> +</li> +</ul> +<a name="withAccessToken-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>withAccessToken</h4> +<pre>public <a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html" title="class in org.apache.streams.twitter">TwitterOAuthConfiguration</a> withAccessToken(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> accessToken)</pre> +</li> +</ul> +<a name="getAccessTokenSecret--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getAccessTokenSecret</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getAccessTokenSecret()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>The accessTokenSecret</dd> +</dl> +</li> +</ul> +<a name="setAccessTokenSecret-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setAccessTokenSecret</h4> +<pre>public void setAccessTokenSecret(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> accessTokenSecret)</pre> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>accessTokenSecret</code> - The accessTokenSecret</dd> +</dl> +</li> +</ul> +<a name="withAccessTokenSecret-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>withAccessTokenSecret</h4> +<pre>public <a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html" title="class in org.apache.streams.twitter">TwitterOAuthConfiguration</a> withAccessTokenSecret(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> accessTokenSecret)</pre> +</li> +</ul> +<a name="toString--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toString</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> toString()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> +</dl> +</li> +</ul> +<a name="getAdditionalProperties--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getAdditionalProperties</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>> getAdditionalProperties()</pre> +</li> +</ul> +<a name="setAdditionalProperty-java.lang.String-java.lang.Object-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setAdditionalProperty</h4> +<pre>public void setAdditionalProperty(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</pre> +</li> +</ul> +<a name="withAdditionalProperty-java.lang.String-java.lang.Object-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>withAdditionalProperty</h4> +<pre>public <a href="../../../../org/apache/streams/twitter/TwitterOAuthConfiguration.html" title="class in org.apache.streams.twitter">TwitterOAuthConfiguration</a> withAdditionalProperty(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</pre> +</li> +</ul> +<a name="hashCode--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>hashCode</h4> +<pre>public int hashCode()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> +</dl> +</li> +</ul> +<a name="equals-java.lang.Object-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>equals</h4> +<pre>public boolean equals(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> other)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a></code> in class <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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 class="navBarCell1Rev">Class</li> +<li><a href="class-use/TwitterOAuthConfiguration.html">Use</a></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><a href="../../../../org/apache/streams/twitter/TwitterFollowingConfiguration.html" title="class in org.apache.streams.twitter"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/streams/twitter/TwitterStreamConfiguration.html" title="class in org.apache.streams.twitter"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/streams/twitter/TwitterOAuthConfiguration.html" target="_top">Frames</a></li> +<li><a href="TwitterOAuthConfiguration.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2012–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
