Package twitter4j.v1

Interface ResponseList<T>

Type Parameters:
T - type
All Superinterfaces:
Collection<T>, Iterable<T>, List<T>, Serializable, TwitterResponse
All Known Subinterfaces:
DirectMessageList, PagableResponseList<T>

public interface ResponseList<T> extends TwitterResponse, List<T>
List of TwitterResponse.