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, setUrl
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getLastResponse, setLastResponse
public CapabilityCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeException
public CapabilityCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException
public CapabilityCollection list(CapabilityCollectionListParams params) throws StripeException
StripeException
public CapabilityCollection list(CapabilityCollectionListParams params, RequestOptions options) throws StripeException
StripeException
public Capability retrieve(java.lang.String id) throws StripeException
StripeException
public Capability retrieve(java.lang.String id, RequestOptions options) throws StripeException
StripeException
public Capability retrieve(java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException
public Capability retrieve(java.lang.String id, CapabilityCollectionRetrieveParams params, RequestOptions options) throws StripeException
StripeException