Package com.increase.api.services.async
Class ExternalAccountServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.ExternalAccountServiceAsync.WithRawResponse
public final class ExternalAccountServiceAsyncImpl.WithRawResponseImpl implements ExternalAccountServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<ExternalAccount>>create(ExternalAccountCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /external_accounts, but is otherwise the same as ExternalAccountServiceAsync.create.CompletableFuture<HttpResponseFor<ExternalAccount>>retrieve(ExternalAccountRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /external_accounts/{external_account_id}, but is otherwise the same as ExternalAccountServiceAsync.retrieve.CompletableFuture<HttpResponseFor<ExternalAccount>>update(ExternalAccountUpdateParams params, RequestOptions requestOptions)Returns a raw HTTP response for patch /external_accounts/{external_account_id}, but is otherwise the same as ExternalAccountServiceAsync.update.CompletableFuture<HttpResponseFor<ExternalAccountListPageAsync>>list(ExternalAccountListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /external_accounts, but is otherwise the same as ExternalAccountServiceAsync.list.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<ExternalAccount>> create(ExternalAccountCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /external_accounts, but is otherwise the same as ExternalAccountServiceAsync.create.
-
retrieve
CompletableFuture<HttpResponseFor<ExternalAccount>> retrieve(ExternalAccountRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /external_accounts/{external_account_id}, but is otherwise the same as ExternalAccountServiceAsync.retrieve.
-
update
CompletableFuture<HttpResponseFor<ExternalAccount>> update(ExternalAccountUpdateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
patch /external_accounts/{external_account_id}, but is otherwise the same as ExternalAccountServiceAsync.update.
-
list
CompletableFuture<HttpResponseFor<ExternalAccountListPageAsync>> list(ExternalAccountListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /external_accounts, but is otherwise the same as ExternalAccountServiceAsync.list.
-
-
-
-