public class RecipientCardCollection extends StripeCollectionAPIResource<Card>
APIResource.RequestMethod, APIResource.RequestType
CHARSET, GSON
PRETTY_PRINT_GSON
Constructor and Description |
---|
RecipientCardCollection() |
Modifier and Type | Method and Description |
---|---|
RecipientCardCollection |
all(Map<String,Object> params)
Deprecated.
|
RecipientCardCollection |
all(Map<String,Object> params,
RequestOptions options)
Deprecated.
|
RecipientCardCollection |
all(Map<String,Object> params,
String apiKey)
Deprecated.
|
RecipientCardCollection |
create(Map<String,Object> params) |
RecipientCardCollection |
create(Map<String,Object> params,
RequestOptions options) |
RecipientCardCollection |
create(Map<String,Object> params,
String apiKey)
Deprecated.
|
RecipientCardCollection |
list(Map<String,Object> params) |
RecipientCardCollection |
list(Map<String,Object> params,
RequestOptions options) |
Card |
retrieve(String id) |
Card |
retrieve(String id,
RequestOptions options) |
Card |
retrieve(String id,
String apiKey)
Deprecated.
|
autoPagingIterable, autoPagingIterable, autoPagingIterable, getCount, getData, getHasMore, getRequestOptions, getRequestParams, getTotalCount, getURL, setCount, setData, setHasMore, setRequestOptions, setRequestParams, setTotalCount, setURL
classURL, classURL, instanceURL, instanceURL, multipartRequest, request, requestCollection, setStripeResponseGetter, singleClassURL, singleClassURL, urlEncode
equals, toString
public RecipientCardCollection list(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public RecipientCardCollection list(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public RecipientCardCollection all(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public RecipientCardCollection all(Map<String,Object> params, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public RecipientCardCollection all(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public Card retrieve(String id) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public Card retrieve(String id, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public Card retrieve(String id, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public RecipientCardCollection create(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public RecipientCardCollection create(Map<String,Object> params, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public RecipientCardCollection create(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Copyright © 2016 Stripe. All rights reserved.