Interface InboundWireDrawdownRequestService.WithRawResponse
-
- All Implemented Interfaces:
public interface InboundWireDrawdownRequestService.WithRawResponseA view of InboundWireDrawdownRequestService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<InboundWireDrawdownRequest>retrieve(InboundWireDrawdownRequestRetrieveParams params)Returns a raw HTTP response for get /inbound_wire_drawdown_requests/{inbound_wire_drawdown_request_id}, but is otherwise the same as InboundWireDrawdownRequestService.retrieve.abstract HttpResponseFor<InboundWireDrawdownRequest>retrieve(InboundWireDrawdownRequestRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<InboundWireDrawdownRequestListPage>list()Returns a raw HTTP response for get /inbound_wire_drawdown_requests, but is otherwise the same as InboundWireDrawdownRequestService.list.abstract HttpResponseFor<InboundWireDrawdownRequestListPage>list(InboundWireDrawdownRequestListParams params, RequestOptions requestOptions)HttpResponseFor<InboundWireDrawdownRequestListPage>list(InboundWireDrawdownRequestListParams params)HttpResponseFor<InboundWireDrawdownRequestListPage>list(RequestOptions requestOptions)-
-
Method Detail
-
retrieve
@MustBeClosed() HttpResponseFor<InboundWireDrawdownRequest> retrieve(InboundWireDrawdownRequestRetrieveParams params)
Returns a raw HTTP response for
get /inbound_wire_drawdown_requests/{inbound_wire_drawdown_request_id}, but is otherwise the same as InboundWireDrawdownRequestService.retrieve.
-
retrieve
@MustBeClosed() abstract HttpResponseFor<InboundWireDrawdownRequest> retrieve(InboundWireDrawdownRequestRetrieveParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<InboundWireDrawdownRequestListPage> list()
Returns a raw HTTP response for
get /inbound_wire_drawdown_requests, but is otherwise the same as InboundWireDrawdownRequestService.list.
-
list
@MustBeClosed() abstract HttpResponseFor<InboundWireDrawdownRequestListPage> list(InboundWireDrawdownRequestListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<InboundWireDrawdownRequestListPage> list(InboundWireDrawdownRequestListParams params)
-
list
@MustBeClosed() HttpResponseFor<InboundWireDrawdownRequestListPage> list(RequestOptions requestOptions)
-
-
-
-