Interface FednowTransferServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface FednowTransferServiceAsync.WithRawResponseA view of FednowTransferServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract FednowTransferServiceAsync.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<FednowTransfer>> create(FednowTransferCreateParams params)
Returns a raw HTTP response for
post /fednow_transfers, but is otherwise the same as FednowTransferServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<FednowTransfer>> create(FednowTransferCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<FednowTransfer>> retrieve(String fednowTransferId)
Returns a raw HTTP response for
get /fednow_transfers/{fednow_transfer_id}, but is otherwise the same as FednowTransferServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<FednowTransfer>> retrieve(String fednowTransferId, FednowTransferRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<FednowTransfer>> retrieve(String fednowTransferId, FednowTransferRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<FednowTransfer>> retrieve(FednowTransferRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<FednowTransfer>> retrieve(FednowTransferRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<FednowTransfer>> retrieve(String fednowTransferId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<FednowTransferListPageAsync>> list()
Returns a raw HTTP response for
get /fednow_transfers, but is otherwise the same as FednowTransferServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<FednowTransferListPageAsync>> list(FednowTransferListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<FednowTransferListPageAsync>> list(FednowTransferListParams params)
-
list
CompletableFuture<HttpResponseFor<FednowTransferListPageAsync>> list(RequestOptions requestOptions)
-
approve
CompletableFuture<HttpResponseFor<FednowTransfer>> approve(String fednowTransferId)
Returns a raw HTTP response for
post /fednow_transfers/{fednow_transfer_id}/approve, but is otherwise the same as FednowTransferServiceAsync.approve.
-
approve
CompletableFuture<HttpResponseFor<FednowTransfer>> approve(String fednowTransferId, FednowTransferApproveParams params, RequestOptions requestOptions)
-
approve
CompletableFuture<HttpResponseFor<FednowTransfer>> approve(String fednowTransferId, FednowTransferApproveParams params)
-
approve
abstract CompletableFuture<HttpResponseFor<FednowTransfer>> approve(FednowTransferApproveParams params, RequestOptions requestOptions)
-
approve
CompletableFuture<HttpResponseFor<FednowTransfer>> approve(FednowTransferApproveParams params)
-
approve
CompletableFuture<HttpResponseFor<FednowTransfer>> approve(String fednowTransferId, RequestOptions requestOptions)
-
cancel
CompletableFuture<HttpResponseFor<FednowTransfer>> cancel(String fednowTransferId)
Returns a raw HTTP response for
post /fednow_transfers/{fednow_transfer_id}/cancel, but is otherwise the same as FednowTransferServiceAsync.cancel.
-
cancel
CompletableFuture<HttpResponseFor<FednowTransfer>> cancel(String fednowTransferId, FednowTransferCancelParams params, RequestOptions requestOptions)
-
cancel
CompletableFuture<HttpResponseFor<FednowTransfer>> cancel(String fednowTransferId, FednowTransferCancelParams params)
-
cancel
abstract CompletableFuture<HttpResponseFor<FednowTransfer>> cancel(FednowTransferCancelParams params, RequestOptions requestOptions)
-
cancel
CompletableFuture<HttpResponseFor<FednowTransfer>> cancel(FednowTransferCancelParams params)
-
cancel
CompletableFuture<HttpResponseFor<FednowTransfer>> cancel(String fednowTransferId, RequestOptions requestOptions)
-
-
-
-