Interface CardPushTransferServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface CardPushTransferServiceAsync.WithRawResponseA view of CardPushTransferServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract CardPushTransferServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<CardPushTransfer>> create(CardPushTransferCreateParams params)
Returns a raw HTTP response for
post /card_push_transfers, but is otherwise the same as CardPushTransferServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<CardPushTransfer>> create(CardPushTransferCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<CardPushTransfer>> retrieve(String cardPushTransferId)
Returns a raw HTTP response for
get /card_push_transfers/{card_push_transfer_id}, but is otherwise the same as CardPushTransferServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<CardPushTransfer>> retrieve(String cardPushTransferId, CardPushTransferRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<CardPushTransfer>> retrieve(String cardPushTransferId, CardPushTransferRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<CardPushTransfer>> retrieve(CardPushTransferRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<CardPushTransfer>> retrieve(CardPushTransferRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<CardPushTransfer>> retrieve(String cardPushTransferId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<CardPushTransferListPageAsync>> list()
Returns a raw HTTP response for
get /card_push_transfers, but is otherwise the same as CardPushTransferServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<CardPushTransferListPageAsync>> list(CardPushTransferListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<CardPushTransferListPageAsync>> list(CardPushTransferListParams params)
-
list
CompletableFuture<HttpResponseFor<CardPushTransferListPageAsync>> list(RequestOptions requestOptions)
-
approve
CompletableFuture<HttpResponseFor<CardPushTransfer>> approve(String cardPushTransferId)
Returns a raw HTTP response for
post /card_push_transfers/{card_push_transfer_id}/approve, but is otherwise the same as CardPushTransferServiceAsync.approve.
-
approve
CompletableFuture<HttpResponseFor<CardPushTransfer>> approve(String cardPushTransferId, CardPushTransferApproveParams params, RequestOptions requestOptions)
-
approve
CompletableFuture<HttpResponseFor<CardPushTransfer>> approve(String cardPushTransferId, CardPushTransferApproveParams params)
-
approve
abstract CompletableFuture<HttpResponseFor<CardPushTransfer>> approve(CardPushTransferApproveParams params, RequestOptions requestOptions)
-
approve
CompletableFuture<HttpResponseFor<CardPushTransfer>> approve(CardPushTransferApproveParams params)
-
approve
CompletableFuture<HttpResponseFor<CardPushTransfer>> approve(String cardPushTransferId, RequestOptions requestOptions)
-
cancel
CompletableFuture<HttpResponseFor<CardPushTransfer>> cancel(String cardPushTransferId)
Returns a raw HTTP response for
post /card_push_transfers/{card_push_transfer_id}/cancel, but is otherwise the same as CardPushTransferServiceAsync.cancel.
-
cancel
CompletableFuture<HttpResponseFor<CardPushTransfer>> cancel(String cardPushTransferId, CardPushTransferCancelParams params, RequestOptions requestOptions)
-
cancel
CompletableFuture<HttpResponseFor<CardPushTransfer>> cancel(String cardPushTransferId, CardPushTransferCancelParams params)
-
cancel
abstract CompletableFuture<HttpResponseFor<CardPushTransfer>> cancel(CardPushTransferCancelParams params, RequestOptions requestOptions)
-
cancel
CompletableFuture<HttpResponseFor<CardPushTransfer>> cancel(CardPushTransferCancelParams params)
-
cancel
CompletableFuture<HttpResponseFor<CardPushTransfer>> cancel(String cardPushTransferId, RequestOptions requestOptions)
-
-
-
-