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