@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-06-30T14:26:53.226Z[UTC]")
public class AccountRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
AccountRoutesApi(AccountRoutesApi delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
getAccountInfo(java.lang.String accountId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AccountInfoDTO>> resultHandler)
Get account information
Returns the account information.
|
void |
getAccountsInfo(AccountIds accountIds,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<AccountInfoDTO>>> resultHandler)
Get accounts information
Returns the account information for an array of accounts.
|
AccountRoutesApi |
getDelegate() |
static AccountRoutesApi |
newInstance(AccountRoutesApi arg) |
rx.Single<AccountInfoDTO> |
rxGetAccountInfo(java.lang.String accountId)
Get account information
Returns the account information.
|
rx.Single<java.util.List<AccountInfoDTO>> |
rxGetAccountsInfo(AccountIds accountIds)
Get accounts information
Returns the account information for an array of accounts.
|
public AccountRoutesApi(AccountRoutesApi delegate)
public AccountRoutesApi getDelegate()
public void getAccountInfo(java.lang.String accountId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AccountInfoDTO>> resultHandler)
accountId - Account public key or address enconded using a 32-character set. (required)resultHandler - Asynchronous result handlerpublic rx.Single<AccountInfoDTO> rxGetAccountInfo(java.lang.String accountId)
accountId - Account public key or address enconded using a 32-character set. (required)public void getAccountsInfo(AccountIds accountIds, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<AccountInfoDTO>>> resultHandler)
accountIds - (optional)resultHandler - Asynchronous result handlerpublic rx.Single<java.util.List<AccountInfoDTO>> rxGetAccountsInfo(AccountIds accountIds)
accountIds - (optional)public static AccountRoutesApi newInstance(AccountRoutesApi arg)