![JAR search and dependency download from the Maven repository](/logo.png)
twitter4jads.internal.models4j.PagableResponseList Maven / Gradle / Ivy
The newest version!
package twitter4jads.internal.models4j;
/**
* ResponseList with cursor support.
*
*
*/
public interface PagableResponseList extends ResponseList, CursorSupport {
boolean hasPrevious();
long getPreviousCursor();
boolean hasNext();
long getNextCursor();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy