Package com.increase.api.services.async
Class InboundWireDrawdownRequestServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.InboundWireDrawdownRequestServiceAsync.WithRawResponse
public final class InboundWireDrawdownRequestServiceAsyncImpl.WithRawResponseImpl implements InboundWireDrawdownRequestServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<InboundWireDrawdownRequest>>retrieve(InboundWireDrawdownRequestRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_wire_drawdown_requests/{inbound_wire_drawdown_request_id}, but is otherwise the same as InboundWireDrawdownRequestServiceAsync.retrieve.CompletableFuture<HttpResponseFor<InboundWireDrawdownRequestListPageAsync>>list(InboundWireDrawdownRequestListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_wire_drawdown_requests, but is otherwise the same as InboundWireDrawdownRequestServiceAsync.list.-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<InboundWireDrawdownRequest>> retrieve(InboundWireDrawdownRequestRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_wire_drawdown_requests/{inbound_wire_drawdown_request_id}, but is otherwise the same as InboundWireDrawdownRequestServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<InboundWireDrawdownRequestListPageAsync>> list(InboundWireDrawdownRequestListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_wire_drawdown_requests, but is otherwise the same as InboundWireDrawdownRequestServiceAsync.list.
-
-
-
-