Class AccountServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.entities.AccountServiceAsync.WithRawResponse
public final class AccountServiceAsyncImpl.WithRawResponseImpl implements AccountServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description AccountServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<Account>>create(AccountCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<List<Account>>>list(AccountListParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.async.v2.entities.AccountServiceAsync.WithRawResponse
create, create, create, create, create, list, list, list, list, list -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
AccountServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<Account>> create(AccountCreateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<List<Account>>> list(AccountListParams params, RequestOptions requestOptions)
-
-
-
-