public abstract class StripeCollectionAPIResource<T> extends APIResource
APIResource.RequestMethod, APIResource.RequestTypeCHARSET, GSONPRETTY_PRINT_GSON| Constructor and Description |
|---|
StripeCollectionAPIResource() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount()
3/2014: Legacy (from before newstyle pagination API)
|
List<T> |
getData() |
Boolean |
getHasMore() |
Integer |
getTotalCount() |
String |
getURL() |
void |
setCount(Integer count)
3/2014: Legacy (from before newstyle pagination API)
|
void |
setData(List<T> data) |
void |
setHasMore(Boolean hasMore) |
void |
setTotalCount(Integer totalCount) |
void |
setURL(String url) |
classURL, classURL, instanceURL, instanceURL, multipartRequest, request, setStripeResponseGetter, singleClassURL, singleClassURL, urlEncodeequals, toStringpublic Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public Boolean getHasMore()
public void setHasMore(Boolean hasMore)
public String getURL()
public void setURL(String url)
public Integer getCount()
public void setCount(Integer count)
Copyright © 2015 Stripe. All rights reserved.