public interface PagableResponseList<T extends TwitterResponse> extends ResponseList<T>, CursorSupport
| Modifier and Type | Method and Description |
|---|---|
long |
getNextCursor() |
long |
getPreviousCursor() |
boolean |
hasNext() |
boolean |
hasPrevious() |
getFeatureSpecificRateLimitStatus, getRateLimitStatusboolean hasPrevious()
hasPrevious in interface CursorSupportlong getPreviousCursor()
getPreviousCursor in interface CursorSupportboolean hasNext()
hasNext in interface CursorSupportlong getNextCursor()
getNextCursor in interface CursorSupport