| Package | Description |
|---|---|
| com.adyen.constants | |
| com.adyen.httpclient | |
| com.adyen.service |
| Modifier and Type | Method and Description |
|---|---|
static ApiConstants.HttpMethod |
ApiConstants.HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiConstants.HttpMethod[] |
ApiConstants.HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ClientInterface.request(String endpoint,
String requestBody,
Config config,
boolean isApiKeyRequired,
RequestOptions requestOptions,
ApiConstants.HttpMethod httpMethod) |
String |
AdyenHttpClient.request(String endpoint,
String requestBody,
Config config,
boolean isApiKeyRequired,
RequestOptions requestOptions,
ApiConstants.HttpMethod httpMethod) |
String |
ClientInterface.request(String endpoint,
String requestBody,
Config config,
boolean isApiKeyRequired,
RequestOptions requestOptions,
ApiConstants.HttpMethod httpMethod,
Map<String,String> params) |
String |
AdyenHttpClient.request(String endpoint,
String requestBody,
Config config,
boolean isApiKeyRequired,
RequestOptions requestOptions,
ApiConstants.HttpMethod httpMethod,
Map<String,String> params) |
| Modifier and Type | Method and Description |
|---|---|
String |
Resource.request(String json,
RequestOptions requestOptions,
ApiConstants.HttpMethod httpMethod,
Map<String,String> params)
Request using json String with additional request parameters like idempotency-key
|
Copyright © 2022. All rights reserved.