Package com.increase.api.services.async
Interface DigitalWalletTokenServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface DigitalWalletTokenServiceAsync.WithRawResponseA view of DigitalWalletTokenServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract DigitalWalletTokenServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<HttpResponseFor<DigitalWalletToken>> retrieve(String digitalWalletTokenId)
Returns a raw HTTP response for
get /digital_wallet_tokens/{digital_wallet_token_id}, but is otherwise the same as DigitalWalletTokenServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<DigitalWalletToken>> retrieve(String digitalWalletTokenId, DigitalWalletTokenRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<DigitalWalletToken>> retrieve(String digitalWalletTokenId, DigitalWalletTokenRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<DigitalWalletToken>> retrieve(DigitalWalletTokenRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<DigitalWalletToken>> retrieve(DigitalWalletTokenRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<DigitalWalletToken>> retrieve(String digitalWalletTokenId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<DigitalWalletTokenListPageAsync>> list()
Returns a raw HTTP response for
get /digital_wallet_tokens, but is otherwise the same as DigitalWalletTokenServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<DigitalWalletTokenListPageAsync>> list(DigitalWalletTokenListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<DigitalWalletTokenListPageAsync>> list(DigitalWalletTokenListParams params)
-
list
CompletableFuture<HttpResponseFor<DigitalWalletTokenListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-