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