Class DecisioningServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.threeDS.DecisioningServiceAsync
public final class DecisioningServiceAsyncImpl implements DecisioningServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDecisioningServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description DecisioningServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. DecisioningServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<Void>challengeResponse(ThreeDSDecisioningChallengeResponseParams params, RequestOptions requestOptions)CompletableFuture<DecisioningRetrieveSecretResponse>retrieveSecret(ThreeDSDecisioningRetrieveSecretParams params, RequestOptions requestOptions)CompletableFuture<Void>rotateSecret(ThreeDSDecisioningRotateSecretParams params, RequestOptions requestOptions)-
Methods inherited from class com.lithic.api.services.async.threeDS.DecisioningServiceAsync
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
-
withRawResponse
DecisioningServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
DecisioningServiceAsync 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<Void> challengeResponse(ThreeDSDecisioningChallengeResponseParams params, RequestOptions requestOptions)
-
retrieveSecret
CompletableFuture<DecisioningRetrieveSecretResponse> retrieveSecret(ThreeDSDecisioningRetrieveSecretParams params, RequestOptions requestOptions)
-
rotateSecret
CompletableFuture<Void> rotateSecret(ThreeDSDecisioningRotateSecretParams params, RequestOptions requestOptions)
-
-
-
-