Package com.stripe.model
Class CapabilityCollection
- All Implemented Interfaces:
StripeActiveObject
,StripeCollectionInterface<Capability>
,StripeObjectInterface
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlist
(CapabilityCollectionListParams params) Returns a list of capabilities associated with the account.list
(CapabilityCollectionListParams params, RequestOptions options) Returns a list of capabilities associated with the account.Returns a list of capabilities associated with the account.list
(Map<String, Object> params, RequestOptions options) Returns a list of capabilities associated with the account.Retrieves information about the specified Account Capability.retrieve
(String id, RequestOptions options) Retrieves information about the specified Account Capability.retrieve
(String id, CapabilityCollectionRetrieveParams params, RequestOptions options) Retrieves information about the specified Account Capability.Retrieves information about the specified Account Capability.Methods inherited from class com.stripe.model.StripeCollection
autoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getData, getHasMore, getObject, getPageTypeToken, getRequestOptions, getRequestParams, getResponseGetter, getUrl, hashCode, setData, setHasMore, setObject, setPageTypeToken, setRequestOptions, setRequestParams, setResponseGetter, setUrl
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.stripe.model.StripeActiveObject
trySetResponseGetter
Methods inherited from interface com.stripe.model.StripeObjectInterface
getLastResponse, setLastResponse
-
Constructor Details
-
CapabilityCollection
public CapabilityCollection()
-
-
Method Details
-
list
Returns a list of capabilities associated with the account. The capabilities are returned sorted by creation date, with the most recent capability appearing first.- Throws:
StripeException
-
list
public CapabilityCollection list(Map<String, Object> params, RequestOptions options) throws StripeExceptionReturns a list of capabilities associated with the account. The capabilities are returned sorted by creation date, with the most recent capability appearing first.- Throws:
StripeException
-
list
Returns a list of capabilities associated with the account. The capabilities are returned sorted by creation date, with the most recent capability appearing first.- Throws:
StripeException
-
list
public CapabilityCollection list(CapabilityCollectionListParams params, RequestOptions options) throws StripeException Returns a list of capabilities associated with the account. The capabilities are returned sorted by creation date, with the most recent capability appearing first.- Throws:
StripeException
-
retrieve
Retrieves information about the specified Account Capability.- Throws:
StripeException
-
retrieve
Retrieves information about the specified Account Capability.- Throws:
StripeException
-
retrieve
public Capability retrieve(String id, Map<String, Object> params, RequestOptions options) throws StripeExceptionRetrieves information about the specified Account Capability.- Throws:
StripeException
-
retrieve
public Capability retrieve(String id, CapabilityCollectionRetrieveParams params, RequestOptions options) throws StripeException Retrieves information about the specified Account Capability.- Throws:
StripeException
-