Interface InboundFednowTransferService.WithRawResponse
-
- All Implemented Interfaces:
public interface InboundFednowTransferService.WithRawResponseA view of InboundFednowTransferService that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract InboundFednowTransferService.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
@MustBeClosed() HttpResponseFor<InboundFednowTransfer> retrieve(String inboundFednowTransferId)
Returns a raw HTTP response for
get /inbound_fednow_transfers/{inbound_fednow_transfer_id}, but is otherwise the same as InboundFednowTransferService.retrieve.
-
retrieve
@MustBeClosed() HttpResponseFor<InboundFednowTransfer> retrieve(String inboundFednowTransferId, InboundFednowTransferRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<InboundFednowTransfer> retrieve(String inboundFednowTransferId, InboundFednowTransferRetrieveParams params)
-
retrieve
@MustBeClosed() abstract HttpResponseFor<InboundFednowTransfer> retrieve(InboundFednowTransferRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<InboundFednowTransfer> retrieve(InboundFednowTransferRetrieveParams params)
-
retrieve
@MustBeClosed() HttpResponseFor<InboundFednowTransfer> retrieve(String inboundFednowTransferId, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<InboundFednowTransferListPage> list()
Returns a raw HTTP response for
get /inbound_fednow_transfers, but is otherwise the same as InboundFednowTransferService.list.
-
list
@MustBeClosed() abstract HttpResponseFor<InboundFednowTransferListPage> list(InboundFednowTransferListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<InboundFednowTransferListPage> list(InboundFednowTransferListParams params)
-
list
@MustBeClosed() HttpResponseFor<InboundFednowTransferListPage> list(RequestOptions requestOptions)
-
-
-
-