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

twitter4jads.internal.models4j.IDs Maven / Gradle / Ivy

The newest version!
package twitter4jads.internal.models4j;


/**
 * A data interface representing array of numeric IDs.
 *
 *
 */
public interface IDs extends TwitterResponse, CursorSupport, java.io.Serializable {
    long[] getIDs();

    boolean hasPrevious();

    long getPreviousCursor();

    boolean hasNext();

    long getNextCursor();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy