public abstract class StripeCollection<T> extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
StripeCollection() |
| 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) |
equals, 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.