Package com.lithic.api.services.async
Class TokenizationServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.TokenizationServiceAsync
public final class TokenizationServiceAsyncImpl implements TokenizationServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTokenizationServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class com.lithic.api.services.async.TokenizationServiceAsync
activate, deactivate, list, list, list, pause, resendActivationCode, retrieve, simulate, unpause, updateDigitalCardArt -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
TokenizationServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
retrieve
CompletableFuture<TokenizationRetrieveResponse> retrieve(TokenizationRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<TokenizationListPageAsync> list(TokenizationListParams params, RequestOptions requestOptions)
-
activate
CompletableFuture<Void> activate(TokenizationActivateParams params, RequestOptions requestOptions)
-
deactivate
CompletableFuture<Void> deactivate(TokenizationDeactivateParams params, RequestOptions requestOptions)
-
pause
CompletableFuture<Void> pause(TokenizationPauseParams params, RequestOptions requestOptions)
-
resendActivationCode
CompletableFuture<Void> resendActivationCode(TokenizationResendActivationCodeParams params, RequestOptions requestOptions)
-
simulate
CompletableFuture<TokenizationSimulateResponse> simulate(TokenizationSimulateParams params, RequestOptions requestOptions)
-
unpause
CompletableFuture<Void> unpause(TokenizationUnpauseParams params, RequestOptions requestOptions)
-
updateDigitalCardArt
CompletableFuture<TokenizationUpdateDigitalCardArtResponse> updateDigitalCardArt(TokenizationUpdateDigitalCardArtParams params, RequestOptions requestOptions)
-
-
-
-