Class AccountServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.entities.AccountServiceAsync
public final class AccountServiceAsyncImpl implements AccountServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAccountServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AccountServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. AccountServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<Account>create(AccountCreateParams params, RequestOptions requestOptions)CompletableFuture<List<Account>>list(AccountListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
AccountServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
AccountServiceAsync 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<Account> create(AccountCreateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<List<Account>> list(AccountListParams params, RequestOptions requestOptions)
-
-
-
-