twitter4j
Class IDs
java.lang.Object
twitter4j.TwitterResponse
twitter4j.IDs
- All Implemented Interfaces:
- java.io.Serializable
public class IDs
- extends TwitterResponse
A data class representing array of numeric IDs.
- Author:
- Yusuke Yamamoto - yusuke at mac.com
- See Also:
- Serialized Form
| Methods inherited from class twitter4j.TwitterResponse |
ensureRootNodeNameIs, ensureRootNodeNameIs, ensureRootNodeNameIs, getBoolean, getChildBoolean, getChildDate, getChildDate, getChildInt, getChildLong, getChildText, getInt, getLong, getRateLimitLimit, getRateLimitRemaining, getRateLimitReset, getString, getTextContent, isRootNodeNilClasses, parseDate |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
getIDs
public int[] getIDs()
hasPrevious
public boolean hasPrevious()
- Since:
- Twitter4J 2.0.10
getPreviousCursor
public long getPreviousCursor()
- Since:
- Twitter4J 2.0.10
hasNext
public boolean hasNext()
- Since:
- Twitter4J 2.0.10
getNextCursor
public long getNextCursor()
- Since:
- Twitter4J 2.0.10
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2009. All Rights Reserved.