|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use APIResource.RequestMethod | |
---|---|
com.stripe.net |
Uses of APIResource.RequestMethod in com.stripe.net |
---|
Methods in com.stripe.net that return APIResource.RequestMethod | |
---|---|
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. |
Methods in com.stripe.net with parameters of type APIResource.RequestMethod | ||
---|---|---|
protected static
|
APIResource._request(APIResource.RequestMethod method,
String url,
Map<String,Object> params,
Class<T> clazz,
String apiKey)
|
|
protected static
|
APIResource.request(APIResource.RequestMethod method,
String url,
Map<String,Object> params,
Class<T> clazz,
String apiKey)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |