All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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