PageRenderTime 33ms CodeModel.GetById 9ms RepoModel.GetById 1ms app.codeStats 0ms

/lib/twitter4j-3.0.3/twitter4j-core/javadoc/twitter4j/QueryResult.html

https://bitbucket.org/YeahXD/hot6_memory
HTML | 370 lines | 318 code | 0 blank | 52 comment | 0 complexity | 214a929de9322e5cb681015ffaae3ad3 MD5 | raw file
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="en">
  4. <head>
  5. <!-- Generated by javadoc (version 1.7.0_05) on Sun Dec 23 21:05:02 JST 2012 -->
  6. <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
  7. <title>QueryResult (twitter4j-core 3.0.3 API)</title>
  8. <meta name="date" content="2012-12-23">
  9. <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
  10. </head>
  11. <body>
  12. <script type="text/javascript"><!--
  13. if (location.href.indexOf('is-external=true') == -1) {
  14. parent.document.title="QueryResult (twitter4j-core 3.0.3 API)";
  15. }
  16. //-->
  17. </script>
  18. <noscript>
  19. <div>JavaScript is disabled on your browser.</div>
  20. </noscript>
  21. <!-- ========= START OF TOP NAVBAR ======= -->
  22. <div class="topNav"><a name="navbar_top">
  23. <!-- -->
  24. </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
  25. <!-- -->
  26. </a>
  27. <ul class="navList" title="Navigation">
  28. <li><a href="../overview-summary.html">Overview</a></li>
  29. <li><a href="package-summary.html">Package</a></li>
  30. <li class="navBarCell1Rev">Class</li>
  31. <li><a href="class-use/QueryResult.html">Use</a></li>
  32. <li><a href="package-tree.html">Tree</a></li>
  33. <li><a href="../deprecated-list.html">Deprecated</a></li>
  34. <li><a href="../index-all.html">Index</a></li>
  35. <li><a href="../help-doc.html">Help</a></li>
  36. </ul>
  37. </div>
  38. <div class="subNav">
  39. <ul class="navList">
  40. <li><a href="../twitter4j/Query.html" title="class in twitter4j"><span class="strong">Prev Class</span></a></li>
  41. <li><a href="../twitter4j/RateLimitStatus.html" title="interface in twitter4j"><span class="strong">Next Class</span></a></li>
  42. </ul>
  43. <ul class="navList">
  44. <li><a href="../index.html?twitter4j/QueryResult.html" target="_top">Frames</a></li>
  45. <li><a href="QueryResult.html" target="_top">No Frames</a></li>
  46. </ul>
  47. <ul class="navList" id="allclasses_navbar_top">
  48. <li><a href="../allclasses-noframe.html">All Classes</a></li>
  49. </ul>
  50. <div>
  51. <script type="text/javascript"><!--
  52. allClassesLink = document.getElementById("allclasses_navbar_top");
  53. if(window==top) {
  54. allClassesLink.style.display = "block";
  55. }
  56. else {
  57. allClassesLink.style.display = "none";
  58. }
  59. //-->
  60. </script>
  61. </div>
  62. <div>
  63. <ul class="subNavList">
  64. <li>Summary:&nbsp;</li>
  65. <li>Nested&nbsp;|&nbsp;</li>
  66. <li>Field&nbsp;|&nbsp;</li>
  67. <li>Constr&nbsp;|&nbsp;</li>
  68. <li><a href="#method_summary">Method</a></li>
  69. </ul>
  70. <ul class="subNavList">
  71. <li>Detail:&nbsp;</li>
  72. <li>Field&nbsp;|&nbsp;</li>
  73. <li>Constr&nbsp;|&nbsp;</li>
  74. <li><a href="#method_detail">Method</a></li>
  75. </ul>
  76. </div>
  77. <a name="skip-navbar_top">
  78. <!-- -->
  79. </a></div>
  80. <!-- ========= END OF TOP NAVBAR ========= -->
  81. <!-- ======== START OF CLASS DATA ======== -->
  82. <div class="header">
  83. <div class="subTitle">twitter4j</div>
  84. <h2 title="Interface QueryResult" class="title">Interface QueryResult</h2>
  85. </div>
  86. <div class="contentContainer">
  87. <div class="description">
  88. <ul class="blockList">
  89. <li class="blockList">
  90. <dl>
  91. <dt>All Superinterfaces:</dt>
  92. <dd><a href="http://download.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="../twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a></dd>
  93. </dl>
  94. <hr>
  95. <br>
  96. <pre>public interface <span class="strong">QueryResult</span>
  97. extends <a href="../twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a>, <a href="http://download.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre>
  98. <div class="block">A data interface representing search API response</div>
  99. <dl><dt><span class="strong">Author:</span></dt>
  100. <dd>Yusuke Yamamoto - yusuke at mac.com</dd></dl>
  101. </li>
  102. </ul>
  103. </div>
  104. <div class="summary">
  105. <ul class="blockList">
  106. <li class="blockList">
  107. <!-- =========== FIELD SUMMARY =========== -->
  108. <ul class="blockList">
  109. <li class="blockList"><a name="field_summary">
  110. <!-- -->
  111. </a>
  112. <h3>Field Summary</h3>
  113. <ul class="blockList">
  114. <li class="blockList"><a name="fields_inherited_from_class_twitter4j.TwitterResponse">
  115. <!-- -->
  116. </a>
  117. <h3>Fields inherited from interface&nbsp;twitter4j.<a href="../twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a></h3>
  118. <code><a href="../twitter4j/TwitterResponse.html#NONE">NONE</a>, <a href="../twitter4j/TwitterResponse.html#READ">READ</a>, <a href="../twitter4j/TwitterResponse.html#READ_WRITE">READ_WRITE</a>, <a href="../twitter4j/TwitterResponse.html#READ_WRITE_DIRECTMESSAGES">READ_WRITE_DIRECTMESSAGES</a></code></li>
  119. </ul>
  120. </li>
  121. </ul>
  122. <!-- ========== METHOD SUMMARY =========== -->
  123. <ul class="blockList">
  124. <li class="blockList"><a name="method_summary">
  125. <!-- -->
  126. </a>
  127. <h3>Method Summary</h3>
  128. <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  129. <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
  130. <tr>
  131. <th class="colFirst" scope="col">Modifier and Type</th>
  132. <th class="colLast" scope="col">Method and Description</th>
  133. </tr>
  134. <tr class="altColor">
  135. <td class="colFirst"><code>double</code></td>
  136. <td class="colLast"><code><strong><a href="../twitter4j/QueryResult.html#getCompletedIn()">getCompletedIn</a></strong>()</code>&nbsp;</td>
  137. </tr>
  138. <tr class="rowColor">
  139. <td class="colFirst"><code>int</code></td>
  140. <td class="colLast"><code><strong><a href="../twitter4j/QueryResult.html#getCount()">getCount</a></strong>()</code>&nbsp;</td>
  141. </tr>
  142. <tr class="altColor">
  143. <td class="colFirst"><code>long</code></td>
  144. <td class="colLast"><code><strong><a href="../twitter4j/QueryResult.html#getMaxId()">getMaxId</a></strong>()</code>&nbsp;</td>
  145. </tr>
  146. <tr class="rowColor">
  147. <td class="colFirst"><code><a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
  148. <td class="colLast"><code><strong><a href="../twitter4j/QueryResult.html#getQuery()">getQuery</a></strong>()</code>&nbsp;</td>
  149. </tr>
  150. <tr class="altColor">
  151. <td class="colFirst"><code><a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
  152. <td class="colLast"><code><strong><a href="../twitter4j/QueryResult.html#getRefreshUrl()">getRefreshUrl</a></strong>()</code>
  153. <div class="block"><strong>Deprecated.</strong>&nbsp;
  154. <div class="block"><i>use <a href="../twitter4j/QueryResult.html#getRefreshURL()"><code>getRefreshURL()</code></a> instead</i></div>
  155. </div>
  156. </td>
  157. </tr>
  158. <tr class="rowColor">
  159. <td class="colFirst"><code><a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
  160. <td class="colLast"><code><strong><a href="../twitter4j/QueryResult.html#getRefreshURL()">getRefreshURL</a></strong>()</code>&nbsp;</td>
  161. </tr>
  162. <tr class="altColor">
  163. <td class="colFirst"><code>long</code></td>
  164. <td class="colLast"><code><strong><a href="../twitter4j/QueryResult.html#getSinceId()">getSinceId</a></strong>()</code>&nbsp;</td>
  165. </tr>
  166. <tr class="rowColor">
  167. <td class="colFirst"><code><a href="http://download.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../twitter4j/Status.html" title="interface in twitter4j">Status</a>&gt;</code></td>
  168. <td class="colLast"><code><strong><a href="../twitter4j/QueryResult.html#getTweets()">getTweets</a></strong>()</code>&nbsp;</td>
  169. </tr>
  170. <tr class="altColor">
  171. <td class="colFirst"><code>boolean</code></td>
  172. <td class="colLast"><code><strong><a href="../twitter4j/QueryResult.html#hasNext()">hasNext</a></strong>()</code>
  173. <div class="block">test if there is next page</div>
  174. </td>
  175. </tr>
  176. <tr class="rowColor">
  177. <td class="colFirst"><code><a href="../twitter4j/Query.html" title="class in twitter4j">Query</a></code></td>
  178. <td class="colLast"><code><strong><a href="../twitter4j/QueryResult.html#nextQuery()">nextQuery</a></strong>()</code>
  179. <div class="block">Returns a Query instance to fetch next page or null if there is no next page.</div>
  180. </td>
  181. </tr>
  182. </table>
  183. <ul class="blockList">
  184. <li class="blockList"><a name="methods_inherited_from_class_twitter4j.TwitterResponse">
  185. <!-- -->
  186. </a>
  187. <h3>Methods inherited from interface&nbsp;twitter4j.<a href="../twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a></h3>
  188. <code><a href="../twitter4j/TwitterResponse.html#getAccessLevel()">getAccessLevel</a>, <a href="../twitter4j/TwitterResponse.html#getRateLimitStatus()">getRateLimitStatus</a></code></li>
  189. </ul>
  190. </li>
  191. </ul>
  192. </li>
  193. </ul>
  194. </div>
  195. <div class="details">
  196. <ul class="blockList">
  197. <li class="blockList">
  198. <!-- ============ METHOD DETAIL ========== -->
  199. <ul class="blockList">
  200. <li class="blockList"><a name="method_detail">
  201. <!-- -->
  202. </a>
  203. <h3>Method Detail</h3>
  204. <a name="getSinceId()">
  205. <!-- -->
  206. </a>
  207. <ul class="blockList">
  208. <li class="blockList">
  209. <h4>getSinceId</h4>
  210. <pre>long&nbsp;getSinceId()</pre>
  211. </li>
  212. </ul>
  213. <a name="getMaxId()">
  214. <!-- -->
  215. </a>
  216. <ul class="blockList">
  217. <li class="blockList">
  218. <h4>getMaxId</h4>
  219. <pre>long&nbsp;getMaxId()</pre>
  220. </li>
  221. </ul>
  222. <a name="getRefreshUrl()">
  223. <!-- -->
  224. </a>
  225. <ul class="blockList">
  226. <li class="blockList">
  227. <h4>getRefreshUrl</h4>
  228. <pre><a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getRefreshUrl()</pre>
  229. <div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>use <a href="../twitter4j/QueryResult.html#getRefreshURL()"><code>getRefreshURL()</code></a> instead</i></div>
  230. </li>
  231. </ul>
  232. <a name="getRefreshURL()">
  233. <!-- -->
  234. </a>
  235. <ul class="blockList">
  236. <li class="blockList">
  237. <h4>getRefreshURL</h4>
  238. <pre><a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getRefreshURL()</pre>
  239. </li>
  240. </ul>
  241. <a name="getCount()">
  242. <!-- -->
  243. </a>
  244. <ul class="blockList">
  245. <li class="blockList">
  246. <h4>getCount</h4>
  247. <pre>int&nbsp;getCount()</pre>
  248. </li>
  249. </ul>
  250. <a name="getCompletedIn()">
  251. <!-- -->
  252. </a>
  253. <ul class="blockList">
  254. <li class="blockList">
  255. <h4>getCompletedIn</h4>
  256. <pre>double&nbsp;getCompletedIn()</pre>
  257. </li>
  258. </ul>
  259. <a name="getQuery()">
  260. <!-- -->
  261. </a>
  262. <ul class="blockList">
  263. <li class="blockList">
  264. <h4>getQuery</h4>
  265. <pre><a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getQuery()</pre>
  266. </li>
  267. </ul>
  268. <a name="getTweets()">
  269. <!-- -->
  270. </a>
  271. <ul class="blockList">
  272. <li class="blockList">
  273. <h4>getTweets</h4>
  274. <pre><a href="http://download.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../twitter4j/Status.html" title="interface in twitter4j">Status</a>&gt;&nbsp;getTweets()</pre>
  275. </li>
  276. </ul>
  277. <a name="nextQuery()">
  278. <!-- -->
  279. </a>
  280. <ul class="blockList">
  281. <li class="blockList">
  282. <h4>nextQuery</h4>
  283. <pre><a href="../twitter4j/Query.html" title="class in twitter4j">Query</a>&nbsp;nextQuery()</pre>
  284. <div class="block">Returns a Query instance to fetch next page or null if there is no next page.</div>
  285. <dl><dt><span class="strong">Returns:</span></dt><dd>Query instance to fetch next page</dd><dt><span class="strong">Since:</span></dt>
  286. <dd>Twitter4J 3.0.0</dd></dl>
  287. </li>
  288. </ul>
  289. <a name="hasNext()">
  290. <!-- -->
  291. </a>
  292. <ul class="blockListLast">
  293. <li class="blockList">
  294. <h4>hasNext</h4>
  295. <pre>boolean&nbsp;hasNext()</pre>
  296. <div class="block">test if there is next page</div>
  297. <dl><dt><span class="strong">Returns:</span></dt><dd>if there is next page</dd><dt><span class="strong">Since:</span></dt>
  298. <dd>Twitter4J 3.0.0</dd></dl>
  299. </li>
  300. </ul>
  301. </li>
  302. </ul>
  303. </li>
  304. </ul>
  305. </div>
  306. </div>
  307. <!-- ========= END OF CLASS DATA ========= -->
  308. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  309. <div class="bottomNav"><a name="navbar_bottom">
  310. <!-- -->
  311. </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
  312. <!-- -->
  313. </a>
  314. <ul class="navList" title="Navigation">
  315. <li><a href="../overview-summary.html">Overview</a></li>
  316. <li><a href="package-summary.html">Package</a></li>
  317. <li class="navBarCell1Rev">Class</li>
  318. <li><a href="class-use/QueryResult.html">Use</a></li>
  319. <li><a href="package-tree.html">Tree</a></li>
  320. <li><a href="../deprecated-list.html">Deprecated</a></li>
  321. <li><a href="../index-all.html">Index</a></li>
  322. <li><a href="../help-doc.html">Help</a></li>
  323. </ul>
  324. </div>
  325. <div class="subNav">
  326. <ul class="navList">
  327. <li><a href="../twitter4j/Query.html" title="class in twitter4j"><span class="strong">Prev Class</span></a></li>
  328. <li><a href="../twitter4j/RateLimitStatus.html" title="interface in twitter4j"><span class="strong">Next Class</span></a></li>
  329. </ul>
  330. <ul class="navList">
  331. <li><a href="../index.html?twitter4j/QueryResult.html" target="_top">Frames</a></li>
  332. <li><a href="QueryResult.html" target="_top">No Frames</a></li>
  333. </ul>
  334. <ul class="navList" id="allclasses_navbar_bottom">
  335. <li><a href="../allclasses-noframe.html">All Classes</a></li>
  336. </ul>
  337. <div>
  338. <script type="text/javascript"><!--
  339. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  340. if(window==top) {
  341. allClassesLink.style.display = "block";
  342. }
  343. else {
  344. allClassesLink.style.display = "none";
  345. }
  346. //-->
  347. </script>
  348. </div>
  349. <div>
  350. <ul class="subNavList">
  351. <li>Summary:&nbsp;</li>
  352. <li>Nested&nbsp;|&nbsp;</li>
  353. <li>Field&nbsp;|&nbsp;</li>
  354. <li>Constr&nbsp;|&nbsp;</li>
  355. <li><a href="#method_summary">Method</a></li>
  356. </ul>
  357. <ul class="subNavList">
  358. <li>Detail:&nbsp;</li>
  359. <li>Field&nbsp;|&nbsp;</li>
  360. <li>Constr&nbsp;|&nbsp;</li>
  361. <li><a href="#method_detail">Method</a></li>
  362. </ul>
  363. </div>
  364. <a name="skip-navbar_bottom">
  365. <!-- -->
  366. </a></div>
  367. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  368. <p class="legalCopy"><small>Copyright &#169; 2012. All Rights Reserved.</small></p>
  369. </body>
  370. </html>