public class CapabilityCollection extends StripeCollection<Capability>
PRETTY_PRINT_GSON| Constructor and Description |
|---|
CapabilityCollection() |
| Modifier and Type | Method and Description |
|---|---|
CapabilityCollection |
list(CapabilityCollectionListParams params)
Returns a list of capabilities associated with the account.
|
CapabilityCollection |
list(CapabilityCollectionListParams params,
RequestOptions options)
Returns a list of capabilities associated with the account.
|
CapabilityCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params)
Returns a list of capabilities associated with the account.
|
CapabilityCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Returns a list of capabilities associated with the account.
|
Capability |
retrieve(java.lang.String id)
Retrieves information about the specified Account Capability.
|
Capability |
retrieve(java.lang.String id,
CapabilityCollectionRetrieveParams params,
RequestOptions options)
Retrieves information about the specified Account Capability.
|
Capability |
retrieve(java.lang.String id,
java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Retrieves information about the specified Account Capability.
|
Capability |
retrieve(java.lang.String id,
RequestOptions options)
Retrieves information about the specified Account Capability.
|
autoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getData, getHasMore, getObject, getRequestOptions, getRequestParams, getUrl, hashCode, setData, setHasMore, setObject, setRequestOptions, setRequestParams, setUrlequals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLastResponse, setLastResponsepublic CapabilityCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeExceptionpublic CapabilityCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeExceptionpublic CapabilityCollection list(CapabilityCollectionListParams params) throws StripeException
StripeExceptionpublic CapabilityCollection list(CapabilityCollectionListParams params, RequestOptions options) throws StripeException
StripeExceptionpublic Capability retrieve(java.lang.String id) throws StripeException
StripeExceptionpublic Capability retrieve(java.lang.String id, RequestOptions options) throws StripeException
StripeExceptionpublic Capability retrieve(java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeExceptionpublic Capability retrieve(java.lang.String id, CapabilityCollectionRetrieveParams params, RequestOptions options) throws StripeException
StripeException