Class AccountServiceImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.blocking.v2.entities.AccountService
public final class AccountServiceImpl implements AccountService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAccountServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AccountService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. AccountServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Accountcreate(AccountCreateParams params, RequestOptions requestOptions)List<Account>list(AccountListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
AccountService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
AccountService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
Account create(AccountCreateParams params, RequestOptions requestOptions)
-
list
List<Account> list(AccountListParams params, RequestOptions requestOptions)
-
-
-
-