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
Modifier and Type Method Description abstract CompletableFuture<HttpResponseFor<DigitalWalletToken>>retrieve(DigitalWalletTokenRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /digital_wallet_tokens/{digital_wallet_token_id}, but is otherwise the same as DigitalWalletTokenServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<DigitalWalletToken>>retrieve(DigitalWalletTokenRetrieveParams params)Returns a raw HTTP response for get /digital_wallet_tokens/{digital_wallet_token_id}, but is otherwise the same as DigitalWalletTokenServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<DigitalWalletTokenListPageAsync>>list(DigitalWalletTokenListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /digital_wallet_tokens, but is otherwise the same as DigitalWalletTokenServiceAsync.list.abstract CompletableFuture<HttpResponseFor<DigitalWalletTokenListPageAsync>>list(DigitalWalletTokenListParams params)Returns a raw HTTP response for get /digital_wallet_tokens, but is otherwise the same as DigitalWalletTokenServiceAsync.list.abstract CompletableFuture<HttpResponseFor<DigitalWalletTokenListPageAsync>>list()Returns a raw HTTP response for get /digital_wallet_tokens, but is otherwise the same as DigitalWalletTokenServiceAsync.list.CompletableFuture<HttpResponseFor<DigitalWalletTokenListPageAsync>>list(RequestOptions requestOptions)Returns a raw HTTP response for get /digital_wallet_tokens, but is otherwise the same as DigitalWalletTokenServiceAsync.list.-
-
Method Detail
-
retrieve
abstract CompletableFuture<HttpResponseFor<DigitalWalletToken>> retrieve(DigitalWalletTokenRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /digital_wallet_tokens/{digital_wallet_token_id}, but is otherwise the same as DigitalWalletTokenServiceAsync.retrieve.
-
retrieve
abstract CompletableFuture<HttpResponseFor<DigitalWalletToken>> retrieve(DigitalWalletTokenRetrieveParams params)
Returns a raw HTTP response for
get /digital_wallet_tokens/{digital_wallet_token_id}, but is otherwise the same as DigitalWalletTokenServiceAsync.retrieve.
-
list
abstract CompletableFuture<HttpResponseFor<DigitalWalletTokenListPageAsync>> list(DigitalWalletTokenListParams params, RequestOptions requestOptions)
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)
Returns a raw HTTP response for
get /digital_wallet_tokens, but is otherwise the same as DigitalWalletTokenServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<DigitalWalletTokenListPageAsync>> list()
Returns a raw HTTP response for
get /digital_wallet_tokens, but is otherwise the same as DigitalWalletTokenServiceAsync.list.
-
list
CompletableFuture<HttpResponseFor<DigitalWalletTokenListPageAsync>> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /digital_wallet_tokens, but is otherwise the same as DigitalWalletTokenServiceAsync.list.
-
-
-
-