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

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