public interface IDs extends TwitterResponse, CursorSupport, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
int[] |
getIDs() |
long |
getNextCursor() |
long |
getPreviousCursor() |
boolean |
hasNext() |
boolean |
hasPrevious() |
getRateLimitStatusint[] getIDs()
boolean hasPrevious()
hasPrevious in interface CursorSupportlong getPreviousCursor()
getPreviousCursor in interface CursorSupportboolean hasNext()
hasNext in interface CursorSupportlong getNextCursor()
getNextCursor in interface CursorSupport