com.chargebee.internal
Class ListRequest<U extends ListRequest>
java.lang.Object
com.chargebee.internal.RequestBase<U>
com.chargebee.internal.ListRequest<U>
- Direct Known Subclasses:
- Comment.CommentListRequest, Event.EventListRequest, Invoice.InvoiceListRequest
public class ListRequest<U extends ListRequest>
- extends RequestBase<U>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListRequest
public ListRequest(String uri)
limit
public U limit(int limit)
offset
public U offset(String offset)
request
public final ListResult request()
throws IOException
- Throws:
IOException
request
public final ListResult request(Environment env)
throws IOException
- Throws:
IOException
Copyright © 2015 ChargeBee. All Rights Reserved.