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

twitter4j.DirectMessageList Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package twitter4j;

/**
 * List of {@link DirectMessage}
 *
 * like string cursor version of {@link PagableResponseList}
 *
 * @author Hiroaki TAKEUCHI - takke30 at gmail.com
 * @since Twitter4J 4.0.7
 */
public interface DirectMessageList extends ResponseList {

    String getNextCursor();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy