Uses of Class
com.adyen.model.RequestOptions
-
Packages that use RequestOptions Package Description com.adyen.httpclient com.adyen.service com.adyen.service.resource -
-
Uses of RequestOptions in com.adyen.httpclient
Methods in com.adyen.httpclient with parameters of type RequestOptions Modifier and Type Method Description StringAdyenHttpClient. request(String endpoint, String requestBody, Config config, boolean isApiKeyRequired, RequestOptions requestOptions)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)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 RequestOptions in com.adyen.service
-
Uses of RequestOptions in com.adyen.service.resource
Methods in com.adyen.service.resource with parameters of type RequestOptions Modifier and Type Method Description StringResource. request(String json, RequestOptions requestOptions)Request using json String with additional request parameters like idempotency-keyStringResource. 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
-