public interface StripeCollectionInterface<T> extends StripeObjectInterface
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.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.
|
getLastResponse, setLastResponse
java.util.List<T> getData()
java.lang.Boolean getHasMore()
java.lang.String getUrl()
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)