Interface InboundCheckDepositServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface InboundCheckDepositServiceAsync.WithRawResponseA view of InboundCheckDepositServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract CompletableFuture<HttpResponseFor<InboundCheckDeposit>>retrieve(InboundCheckDepositRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_check_deposits/{inbound_check_deposit_id}, but is otherwise the same as InboundCheckDepositServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<InboundCheckDeposit>>retrieve(InboundCheckDepositRetrieveParams params)Returns a raw HTTP response for get /inbound_check_deposits/{inbound_check_deposit_id}, but is otherwise the same as InboundCheckDepositServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<InboundCheckDepositListPageAsync>>list(InboundCheckDepositListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_check_deposits, but is otherwise the same as InboundCheckDepositServiceAsync.list.abstract CompletableFuture<HttpResponseFor<InboundCheckDepositListPageAsync>>list(InboundCheckDepositListParams params)Returns a raw HTTP response for get /inbound_check_deposits, but is otherwise the same as InboundCheckDepositServiceAsync.list.abstract CompletableFuture<HttpResponseFor<InboundCheckDepositListPageAsync>>list()Returns a raw HTTP response for get /inbound_check_deposits, but is otherwise the same as InboundCheckDepositServiceAsync.list.CompletableFuture<HttpResponseFor<InboundCheckDepositListPageAsync>>list(RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_check_deposits, but is otherwise the same as InboundCheckDepositServiceAsync.list.abstract CompletableFuture<HttpResponseFor<InboundCheckDeposit>>decline(InboundCheckDepositDeclineParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /inbound_check_deposits/{inbound_check_deposit_id}/decline, but is otherwise the same as InboundCheckDepositServiceAsync.decline.abstract CompletableFuture<HttpResponseFor<InboundCheckDeposit>>decline(InboundCheckDepositDeclineParams params)Returns a raw HTTP response for post /inbound_check_deposits/{inbound_check_deposit_id}/decline, but is otherwise the same as InboundCheckDepositServiceAsync.decline.abstract CompletableFuture<HttpResponseFor<InboundCheckDeposit>>return_(InboundCheckDepositReturnParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /inbound_check_deposits/{inbound_check_deposit_id}/return, but is otherwise the same as InboundCheckDepositServiceAsync.return_.abstract CompletableFuture<HttpResponseFor<InboundCheckDeposit>>return_(InboundCheckDepositReturnParams params)Returns a raw HTTP response for post /inbound_check_deposits/{inbound_check_deposit_id}/return, but is otherwise the same as InboundCheckDepositServiceAsync.return_.-
-
Method Detail
-
retrieve
abstract CompletableFuture<HttpResponseFor<InboundCheckDeposit>> retrieve(InboundCheckDepositRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_check_deposits/{inbound_check_deposit_id}, but is otherwise the same as InboundCheckDepositServiceAsync.retrieve.
-
retrieve
abstract CompletableFuture<HttpResponseFor<InboundCheckDeposit>> retrieve(InboundCheckDepositRetrieveParams params)
Returns a raw HTTP response for
get /inbound_check_deposits/{inbound_check_deposit_id}, but is otherwise the same as InboundCheckDepositServiceAsync.retrieve.
-
list
abstract CompletableFuture<HttpResponseFor<InboundCheckDepositListPageAsync>> list(InboundCheckDepositListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_check_deposits, but is otherwise the same as InboundCheckDepositServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<InboundCheckDepositListPageAsync>> list(InboundCheckDepositListParams params)
Returns a raw HTTP response for
get /inbound_check_deposits, but is otherwise the same as InboundCheckDepositServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<InboundCheckDepositListPageAsync>> list()
Returns a raw HTTP response for
get /inbound_check_deposits, but is otherwise the same as InboundCheckDepositServiceAsync.list.
-
list
CompletableFuture<HttpResponseFor<InboundCheckDepositListPageAsync>> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_check_deposits, but is otherwise the same as InboundCheckDepositServiceAsync.list.
-
decline
abstract CompletableFuture<HttpResponseFor<InboundCheckDeposit>> decline(InboundCheckDepositDeclineParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /inbound_check_deposits/{inbound_check_deposit_id}/decline, but is otherwise the same as InboundCheckDepositServiceAsync.decline.
-
decline
abstract CompletableFuture<HttpResponseFor<InboundCheckDeposit>> decline(InboundCheckDepositDeclineParams params)
Returns a raw HTTP response for
post /inbound_check_deposits/{inbound_check_deposit_id}/decline, but is otherwise the same as InboundCheckDepositServiceAsync.decline.
-
return_
abstract CompletableFuture<HttpResponseFor<InboundCheckDeposit>> return_(InboundCheckDepositReturnParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /inbound_check_deposits/{inbound_check_deposit_id}/return, but is otherwise the same as InboundCheckDepositServiceAsync.return_.
-
return_
abstract CompletableFuture<HttpResponseFor<InboundCheckDeposit>> return_(InboundCheckDepositReturnParams params)
Returns a raw HTTP response for
post /inbound_check_deposits/{inbound_check_deposit_id}/return, but is otherwise the same as InboundCheckDepositServiceAsync.return_.
-
-
-
-