Package com.chargebee

Class ListResult

All Implemented Interfaces:
ApiResponse, Serializable, Cloneable, Iterable<ListResult.Entry>, Collection<ListResult.Entry>, List<ListResult.Entry>, RandomAccess

public class ListResult extends ArrayList<ListResult.Entry> implements ApiResponse
To represent list output of ChargeBee APIs (like getting list of subscriptions !!)
See Also: