パッケージ twitter4j.v1
インタフェース PagableResponseList<T extends TwitterResponse>
- すべてのスーパーインタフェース:
Collection<T>
,CursorSupport
,Iterable<T>
,List<T>
,ResponseList<T>
,Serializable
,TwitterResponse
public interface PagableResponseList<T extends TwitterResponse>
extends ResponseList<T>, CursorSupport
ResponseList with cursor support.
-
ネストされたクラスの概要
インタフェースから継承されたネストされたクラス/インタフェース twitter4j.TwitterResponse
TwitterResponse.AccessLevel
-
フィールドの概要
インタフェースから継承されたフィールド twitter4j.v1.CursorSupport
START
-
メソッドの概要
インタフェースから継承されたメソッド java.util.Collection
parallelStream, removeIf, stream, toArray
インタフェースから継承されたメソッド java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
インタフェースから継承されたメソッド twitter4j.v1.ResponseList
getRateLimitStatus
インタフェースから継承されたメソッド twitter4j.TwitterResponse
getAccessLevel
-
メソッドの詳細
-
hasPrevious
boolean hasPrevious()- 定義:
hasPrevious
インタフェース内CursorSupport
- 戻り値:
- has previous page
-
getPreviousCursor
long getPreviousCursor()- 定義:
getPreviousCursor
インタフェース内CursorSupport
- 戻り値:
- previous cursor
-
hasNext
boolean hasNext()- 定義:
hasNext
インタフェース内CursorSupport
- 戻り値:
- has next
-
getNextCursor
long getNextCursor()- 定義:
getNextCursor
インタフェース内CursorSupport
- 戻り値:
- next cursor
-