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, getRateLimitStatus
boolean hasPrevious()
hasPrevious
in interface CursorSupport
long getPreviousCursor()
getPreviousCursor
in interface CursorSupport
boolean hasNext()
hasNext
in interface CursorSupport
long getNextCursor()
getNextCursor
in interface CursorSupport