|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpMethod | |
|---|---|
| com.paypal.base.rest | |
| Uses of HttpMethod in com.paypal.base.rest |
|---|
| Methods in com.paypal.base.rest that return HttpMethod | |
|---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.paypal.base.rest with parameters of type HttpMethod | ||
|---|---|---|
static
|
PayPalResource.configureAndExecute(APIContext apiContext,
HttpMethod httpMethod,
String resourcePath,
Map<String,String> headersMap,
String payLoad,
Class<T> clazz)
Deprecated. |
|
static
|
PayPalResource.configureAndExecute(APIContext apiContext,
HttpMethod httpMethod,
String resourcePath,
String payLoad,
Class<T> clazz)
Configures and executes REST call: Supports JSON |
|
static
|
PayPalResource.configureAndExecute(String accessToken,
HttpMethod httpMethod,
String resourcePath,
String payLoad,
Class<T> clazz)
Deprecated. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||