public class CustomerSubscriptionCollection extends StripeCollection<Subscription>
PRETTY_PRINT_GSON| Constructor and Description |
|---|
CustomerSubscriptionCollection() |
| Modifier and Type | Method and Description |
|---|---|
CustomerSubscriptionCollection |
all(java.util.Map<java.lang.String,java.lang.Object> params)
Deprecated.
Use the
list(Map) method instead.
This method will be removed in the next major version. |
CustomerSubscriptionCollection |
all(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Deprecated.
Use the
list(Map, RequestOptions) method instead.
This method will be removed in the next major version. |
CustomerSubscriptionCollection |
all(java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.String apiKey)
Deprecated.
Use the
list(Map, RequestOptions) method instead.
This method will be removed in the next major version. |
Subscription |
create(java.util.Map<java.lang.String,java.lang.Object> params)
Deprecated.
Prefer using the
Subscription.create(Map) method instead. |
Subscription |
create(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Deprecated.
Prefer using the
Subscription.create(Map, RequestOptions) method instead. |
Subscription |
create(java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.String apiKey)
Deprecated.
Use the
create(Map, RequestOptions) method instead.
This method will be removed in the next major version. |
CustomerSubscriptionCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params)
Deprecated.
Prefer using the
Subscription.list(Map) method instead. |
CustomerSubscriptionCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Deprecated.
Prefer using the
Subscription.list(Map) method instead. |
Subscription |
retrieve(java.lang.String id)
Deprecated.
Prefer using the
Subscription.retrieve(String) method instead. |
Subscription |
retrieve(java.lang.String id,
RequestOptions options)
Deprecated.
Prefer using the
Subscription.retrieve(String) method instead. |
Subscription |
retrieve(java.lang.String id,
java.lang.String apiKey)
Deprecated.
Use the
retrieve(String, RequestOptions) method instead.
This method will be removed in the next major version. |
autoPagingIterable, autoPagingIterable, autoPagingIterable, getCount, getData, getHasMore, getRequestOptions, getRequestParams, getTotalCount, getURL, setCount, setData, setHasMore, setRequestOptions, setRequestParams, setTotalCount, setURLequals, getLastResponse, setLastResponse, toJson, toString@Deprecated public CustomerSubscriptionCollection all(java.util.Map<java.lang.String,java.lang.Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
list(Map) method instead.
This method will be removed in the next major version.@Deprecated public CustomerSubscriptionCollection all(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
list(Map, RequestOptions) method instead.
This method will be removed in the next major version.@Deprecated public CustomerSubscriptionCollection all(java.util.Map<java.lang.String,java.lang.Object> params, java.lang.String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
list(Map, RequestOptions) method instead.
This method will be removed in the next major version.@Deprecated public Subscription create(java.util.Map<java.lang.String,java.lang.Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Subscription.create(Map) method instead.@Deprecated public Subscription create(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Subscription.create(Map, RequestOptions) method instead.@Deprecated public Subscription create(java.util.Map<java.lang.String,java.lang.Object> params, java.lang.String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
create(Map, RequestOptions) method instead.
This method will be removed in the next major version.@Deprecated public CustomerSubscriptionCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Subscription.list(Map) method instead.@Deprecated public CustomerSubscriptionCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Subscription.list(Map) method instead.@Deprecated public Subscription retrieve(java.lang.String id) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Subscription.retrieve(String) method instead.@Deprecated public Subscription retrieve(java.lang.String id, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Subscription.retrieve(String) method instead.@Deprecated public Subscription retrieve(java.lang.String id, java.lang.String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
retrieve(String, RequestOptions) method instead.
This method will be removed in the next major version.