Class InboundWireDrawdownRequestServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.InboundWireDrawdownRequestService.WithRawResponse
public final class InboundWireDrawdownRequestServiceImpl.WithRawResponseImpl implements InboundWireDrawdownRequestService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description 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 InboundWireDrawdownRequestService.retrieve.HttpResponseFor<InboundWireDrawdownRequestListPage>list(InboundWireDrawdownRequestListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_wire_drawdown_requests, but is otherwise the same as InboundWireDrawdownRequestService.list.-
-
Method Detail
-
retrieve
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 InboundWireDrawdownRequestService.retrieve.
-
list
HttpResponseFor<InboundWireDrawdownRequestListPage> list(InboundWireDrawdownRequestListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_wire_drawdown_requests, but is otherwise the same as InboundWireDrawdownRequestService.list.
-
-
-
-