Package com.increase.api.services.async
Class CheckDepositServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.CheckDepositServiceAsync.WithRawResponse
public final class CheckDepositServiceAsyncImpl.WithRawResponseImpl implements CheckDepositServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<CheckDeposit>>create(CheckDepositCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /check_deposits, but is otherwise the same as CheckDepositServiceAsync.create.CompletableFuture<HttpResponseFor<CheckDeposit>>retrieve(CheckDepositRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /check_deposits/{check_deposit_id}, but is otherwise the same as CheckDepositServiceAsync.retrieve.CompletableFuture<HttpResponseFor<CheckDepositListPageAsync>>list(CheckDepositListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /check_deposits, but is otherwise the same as CheckDepositServiceAsync.list.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<CheckDeposit>> create(CheckDepositCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /check_deposits, but is otherwise the same as CheckDepositServiceAsync.create.
-
retrieve
CompletableFuture<HttpResponseFor<CheckDeposit>> retrieve(CheckDepositRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /check_deposits/{check_deposit_id}, but is otherwise the same as CheckDepositServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<CheckDepositListPageAsync>> list(CheckDepositListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /check_deposits, but is otherwise the same as CheckDepositServiceAsync.list.
-
-
-
-