| Package | Description |
|---|---|
| com.stripe.net |
| Modifier and Type | Method and Description |
|---|---|
static APIResource.RequestMethod |
APIResource.RequestMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIResource.RequestMethod[] |
APIResource.RequestMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
APIResource.multipartRequest(APIResource.RequestMethod method,
String url,
Map<String,Object> params,
Class<T> clazz,
RequestOptions options) |
<T> T |
StripeResponseGetter.request(APIResource.RequestMethod method,
String url,
Map<String,Object> params,
Class<T> clazz,
APIResource.RequestType type,
RequestOptions options) |
<T> T |
LiveStripeResponseGetter.request(APIResource.RequestMethod method,
String url,
Map<String,Object> params,
Class<T> clazz,
APIResource.RequestType type,
RequestOptions options) |
static <T> T |
APIResource.request(APIResource.RequestMethod method,
String url,
Map<String,Object> params,
Class<T> clazz,
RequestOptions options) |
Copyright © 2016 Stripe. All rights reserved.