twitter4j
Interface IDs

All Superinterfaces:
CursorSupport, java.io.Serializable, TwitterResponse
All Known Implementing Classes:
IDsJSONImpl

public interface IDs
extends TwitterResponse, CursorSupport, java.io.Serializable

A data interface representing array of numeric IDs.

Author:
Yusuke Yamamoto - yusuke at mac.com

Method Summary
 long[] getIDs()
           
 long getNextCursor()
           
 long getPreviousCursor()
           
 boolean hasNext()
           
 boolean hasPrevious()
           
 
Methods inherited from interface twitter4j.TwitterResponse
getRateLimitStatus
 

Method Detail

getIDs

long[] getIDs()

hasPrevious

boolean hasPrevious()
Specified by:
hasPrevious in interface CursorSupport

getPreviousCursor

long getPreviousCursor()
Specified by:
getPreviousCursor in interface CursorSupport

hasNext

boolean hasNext()
Specified by:
hasNext in interface CursorSupport

getNextCursor

long getNextCursor()
Specified by:
getNextCursor in interface CursorSupport