Class DecisioningServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.threeDS.DecisioningServiceAsync.WithRawResponse
public final class DecisioningServiceAsyncImpl.WithRawResponseImpl implements DecisioningServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description DecisioningServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponse>challengeResponse(ThreeDSDecisioningChallengeResponseParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<DecisioningRetrieveSecretResponse>>retrieveSecret(ThreeDSDecisioningRetrieveSecretParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>rotateSecret(ThreeDSDecisioningRotateSecretParams params, RequestOptions requestOptions)-
Methods inherited from class com.lithic.api.services.async.threeDS.DecisioningServiceAsync.WithRawResponse
challengeResponse, challengeResponse, challengeResponse, retrieveSecret, retrieveSecret, retrieveSecret, rotateSecret, rotateSecret, rotateSecret -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
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, RequestOptions requestOptions)
-
retrieveSecret
CompletableFuture<HttpResponseFor<DecisioningRetrieveSecretResponse>> retrieveSecret(ThreeDSDecisioningRetrieveSecretParams params, RequestOptions requestOptions)
-
rotateSecret
CompletableFuture<HttpResponse> rotateSecret(ThreeDSDecisioningRotateSecretParams params, RequestOptions requestOptions)
-
-
-
-