![JAR search and dependency download from the Maven repository](/logo.png)
twitter4jads.internal.models4j.ResponseList Maven / Gradle / Ivy
The newest version!
package twitter4jads.internal.models4j;
import java.util.List;
/**
* List of TwitterResponse.
*
*
*/
public interface ResponseList extends TwitterResponse, List {
/**
* {@inheritDoc}
*/
public RateLimitStatus getRateLimitStatus();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy