Interface DecisioningServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface DecisioningServiceAsync.WithRawResponseA view of DecisioningServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract DecisioningServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
challengeResponse
CompletableFuture<HttpResponse> challengeResponse(ThreeDSDecisioningChallengeResponseParams params)
Returns a raw HTTP response for
post /v1/three_ds_decisioning/challenge_response, but is otherwise the same as DecisioningServiceAsync.challengeResponse.
-
challengeResponse
abstract CompletableFuture<HttpResponse> challengeResponse(ThreeDSDecisioningChallengeResponseParams params, RequestOptions requestOptions)
-
challengeResponse
CompletableFuture<HttpResponse> challengeResponse(ChallengeResponse challengeResponse, RequestOptions requestOptions)
-
challengeResponse
CompletableFuture<HttpResponse> challengeResponse(ChallengeResponse challengeResponse)
-
retrieveSecret
CompletableFuture<HttpResponseFor<DecisioningRetrieveSecretResponse>> retrieveSecret()
Returns a raw HTTP response for
get /v1/three_ds_decisioning/secret, but is otherwise the same as DecisioningServiceAsync.retrieveSecret.
-
retrieveSecret
abstract CompletableFuture<HttpResponseFor<DecisioningRetrieveSecretResponse>> retrieveSecret(ThreeDSDecisioningRetrieveSecretParams params, RequestOptions requestOptions)
-
retrieveSecret
CompletableFuture<HttpResponseFor<DecisioningRetrieveSecretResponse>> retrieveSecret(ThreeDSDecisioningRetrieveSecretParams params)
-
retrieveSecret
CompletableFuture<HttpResponseFor<DecisioningRetrieveSecretResponse>> retrieveSecret(RequestOptions requestOptions)
-
rotateSecret
CompletableFuture<HttpResponse> rotateSecret()
Returns a raw HTTP response for
post /v1/three_ds_decisioning/secret/rotate, but is otherwise the same as DecisioningServiceAsync.rotateSecret.
-
rotateSecret
abstract CompletableFuture<HttpResponse> rotateSecret(ThreeDSDecisioningRotateSecretParams params, RequestOptions requestOptions)
-
rotateSecret
CompletableFuture<HttpResponse> rotateSecret(ThreeDSDecisioningRotateSecretParams params)
-
rotateSecret
CompletableFuture<HttpResponse> rotateSecret(RequestOptions requestOptions)
-
-
-
-