Uses of Class
com.adyen.constants.ApiConstants.HttpMethod
-
Packages that use ApiConstants.HttpMethod Package Description com.adyen.constants com.adyen.httpclient com.adyen.service.resource -
-
Uses of ApiConstants.HttpMethod in com.adyen.constants
Methods in com.adyen.constants that return ApiConstants.HttpMethod Modifier and Type Method Description static ApiConstants.HttpMethodApiConstants.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. -
Uses of ApiConstants.HttpMethod in com.adyen.httpclient
Methods in com.adyen.httpclient with parameters of type ApiConstants.HttpMethod Modifier and Type Method Description StringAdyenHttpClient. request(String endpoint, String requestBody, Config config, boolean isApiKeyRequired, RequestOptions requestOptions, ApiConstants.HttpMethod httpMethod)StringAdyenHttpClient. request(String endpoint, String requestBody, Config config, boolean isApiKeyRequired, RequestOptions requestOptions, ApiConstants.HttpMethod httpMethod, Map<String,String> params)StringClientInterface. request(String endpoint, String requestBody, Config config, boolean isApiKeyRequired, RequestOptions requestOptions, ApiConstants.HttpMethod httpMethod)StringClientInterface. request(String endpoint, String requestBody, Config config, boolean isApiKeyRequired, RequestOptions requestOptions, ApiConstants.HttpMethod httpMethod, Map<String,String> params) -
Uses of ApiConstants.HttpMethod in com.adyen.service.resource
Methods in com.adyen.service.resource with parameters of type ApiConstants.HttpMethod Modifier and Type Method Description StringResource. request(String json, ApiConstants.HttpMethod httpMethod)Request using json StringStringResource. request(String json, RequestOptions requestOptions, ApiConstants.HttpMethod httpMethod, Map<String,String> pathParams)Request without query string parametersStringResource. request(String json, RequestOptions requestOptions, ApiConstants.HttpMethod httpMethod, Map<String,String> pathParams, Map<String,String> queryString)Request using json String with additional request parameters like idempotency-key
-