Package twitter4j.v1
Interface IDs
- All Superinterfaces:
CursorSupport,Serializable,TwitterResponse
A data interface representing array of numeric IDs.
-
Nested Class Summary
Nested classes/interfaces inherited from interface twitter4j.TwitterResponse
TwitterResponse.AccessLevel -
Field Summary
Fields inherited from interface twitter4j.v1.CursorSupport
START -
Method Summary
Methods inherited from interface twitter4j.TwitterResponse
getAccessLevel, getRateLimitStatus
-
Method Details
-
getIDs
long[] getIDs()- Returns:
- ids
-
hasPrevious
boolean hasPrevious()- Specified by:
hasPreviousin interfaceCursorSupport- Returns:
- has previous page
-
getPreviousCursor
long getPreviousCursor()- Specified by:
getPreviousCursorin interfaceCursorSupport- Returns:
- previous cursor
-
hasNext
boolean hasNext()- Specified by:
hasNextin interfaceCursorSupport- Returns:
- has next
-
getNextCursor
long getNextCursor()- Specified by:
getNextCursorin interfaceCursorSupport- Returns:
- next cursor
-