Interface InboundCheckDepositService.WithRawResponse
-
- All Implemented Interfaces:
public interface InboundCheckDepositService.WithRawResponseA view of InboundCheckDepositService that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract InboundCheckDepositService.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<InboundCheckDeposit> retrieve(String inboundCheckDepositId)
Returns a raw HTTP response for
get /inbound_check_deposits/{inbound_check_deposit_id}, but is otherwise the same as InboundCheckDepositService.retrieve.
-
retrieve
@MustBeClosed() HttpResponseFor<InboundCheckDeposit> retrieve(String inboundCheckDepositId, InboundCheckDepositRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<InboundCheckDeposit> retrieve(String inboundCheckDepositId, InboundCheckDepositRetrieveParams params)
-
retrieve
@MustBeClosed() abstract HttpResponseFor<InboundCheckDeposit> retrieve(InboundCheckDepositRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<InboundCheckDeposit> retrieve(InboundCheckDepositRetrieveParams params)
-
retrieve
@MustBeClosed() HttpResponseFor<InboundCheckDeposit> retrieve(String inboundCheckDepositId, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<InboundCheckDepositListPage> list()
Returns a raw HTTP response for
get /inbound_check_deposits, but is otherwise the same as InboundCheckDepositService.list.
-
list
@MustBeClosed() abstract HttpResponseFor<InboundCheckDepositListPage> list(InboundCheckDepositListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<InboundCheckDepositListPage> list(InboundCheckDepositListParams params)
-
list
@MustBeClosed() HttpResponseFor<InboundCheckDepositListPage> list(RequestOptions requestOptions)
-
decline
@MustBeClosed() HttpResponseFor<InboundCheckDeposit> decline(String inboundCheckDepositId)
Returns a raw HTTP response for
post /inbound_check_deposits/{inbound_check_deposit_id}/decline, but is otherwise the same as InboundCheckDepositService.decline.
-
decline
@MustBeClosed() HttpResponseFor<InboundCheckDeposit> decline(String inboundCheckDepositId, InboundCheckDepositDeclineParams params, RequestOptions requestOptions)
-
decline
@MustBeClosed() HttpResponseFor<InboundCheckDeposit> decline(String inboundCheckDepositId, InboundCheckDepositDeclineParams params)
-
decline
@MustBeClosed() abstract HttpResponseFor<InboundCheckDeposit> decline(InboundCheckDepositDeclineParams params, RequestOptions requestOptions)
-
decline
@MustBeClosed() HttpResponseFor<InboundCheckDeposit> decline(InboundCheckDepositDeclineParams params)
-
decline
@MustBeClosed() HttpResponseFor<InboundCheckDeposit> decline(String inboundCheckDepositId, RequestOptions requestOptions)
-
return_
@MustBeClosed() HttpResponseFor<InboundCheckDeposit> return_(String inboundCheckDepositId, InboundCheckDepositReturnParams params)
Returns a raw HTTP response for
post /inbound_check_deposits/{inbound_check_deposit_id}/return, but is otherwise the same as InboundCheckDepositService.return_.
-
return_
@MustBeClosed() HttpResponseFor<InboundCheckDeposit> return_(String inboundCheckDepositId, InboundCheckDepositReturnParams params, RequestOptions requestOptions)
-
return_
@MustBeClosed() HttpResponseFor<InboundCheckDeposit> return_(InboundCheckDepositReturnParams params)
-
return_
@MustBeClosed() abstract HttpResponseFor<InboundCheckDeposit> return_(InboundCheckDepositReturnParams params, RequestOptions requestOptions)
-
-
-
-