public interface StripeCollectionInterface<T>
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
getData() |
java.lang.Boolean |
getHasMore() |
RequestOptions |
getRequestOptions()
Get request options that were used to fetch the collection.
|
java.util.Map<java.lang.String,java.lang.Object> |
getRequestParams()
Get request parameters that were used to fetch the collection.
|
java.lang.Long |
getTotalCount()
Deprecated.
Use pagination parameters instead.
|
java.lang.String |
getUrl() |
void |
setRequestOptions(RequestOptions requestOptions)
Set request options that were used to fetch the collection.
|
void |
setRequestParams(java.util.Map<java.lang.String,java.lang.Object> requestParams)
Set request parameters that were used to fetch the collection.
|
java.util.List<T> getData()
java.lang.Boolean getHasMore()
java.lang.String getUrl()
@Deprecated java.lang.Long getTotalCount()
total_count
attribute.RequestOptions getRequestOptions()
java.util.Map<java.lang.String,java.lang.Object> getRequestParams()
void setRequestOptions(RequestOptions requestOptions)
void setRequestParams(java.util.Map<java.lang.String,java.lang.Object> requestParams)