Package com.increase.api.services.async
Interface InboundFednowTransferServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface InboundFednowTransferServiceAsync.WithRawResponseA view of InboundFednowTransferServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract InboundFednowTransferServiceAsync.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<InboundFednowTransfer>> retrieve(String inboundFednowTransferId)
Returns a raw HTTP response for
get /inbound_fednow_transfers/{inbound_fednow_transfer_id}, but is otherwise the same as InboundFednowTransferServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<InboundFednowTransfer>> retrieve(String inboundFednowTransferId, InboundFednowTransferRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<InboundFednowTransfer>> retrieve(String inboundFednowTransferId, InboundFednowTransferRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<InboundFednowTransfer>> retrieve(InboundFednowTransferRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<InboundFednowTransfer>> retrieve(InboundFednowTransferRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<InboundFednowTransfer>> retrieve(String inboundFednowTransferId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<InboundFednowTransferListPageAsync>> list()
Returns a raw HTTP response for
get /inbound_fednow_transfers, but is otherwise the same as InboundFednowTransferServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<InboundFednowTransferListPageAsync>> list(InboundFednowTransferListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<InboundFednowTransferListPageAsync>> list(InboundFednowTransferListParams params)
-
list
CompletableFuture<HttpResponseFor<InboundFednowTransferListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-