com.stripe.model
Class StripeColllectionAPIResource<T>
java.lang.Object
com.stripe.model.StripeObject
com.stripe.net.APIResource
com.stripe.model.StripeColllectionAPIResource<T>
- Direct Known Subclasses:
- ChargeRefundCollection, CustomerCardCollection, CustomerSubscriptionCollection, FeeRefundCollection, InvoiceLineItemCollection, RecipientCardCollection
public abstract class StripeColllectionAPIResource<T>
- extends APIResource
StripeColllectionAPIResource
public StripeColllectionAPIResource()
getData
public List<T> getData()
setData
public void setData(List<T> data)
getTotalCount
public Integer getTotalCount()
setTotalCount
public void setTotalCount(Integer totalCount)
getHasMore
public Boolean getHasMore()
setHasMore
public void setHasMore(Boolean hasMore)
getURL
public String getURL()
setURL
public void setURL(String url)
getCount
public Integer getCount()
- 3/2014: Legacy (from before newstyle pagination API)
setCount
public void setCount(Integer count)
- 3/2014: Legacy (from before newstyle pagination API)
Copyright © 2014 Stripe. All rights reserved.