@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-03-11T19:40:23.988-03:00[America/Argentina/Buenos_Aires]")
public class RestrictionAccountRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
RestrictionAccountRoutesApi(RestrictionAccountRoutesApi delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
getAccountRestrictions(java.lang.String accountId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AccountRestrictionsInfoDTO>> resultHandler)
Get the account restrictions
Returns the account restrictions for a given account.
|
void |
getAccountRestrictionsFromAccounts(AccountIds accountIds,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<AccountRestrictionsInfoDTO>>> resultHandler)
Get account restrictions for given array of addresses
Returns the account restrictions for a given array of addresses.
|
RestrictionAccountRoutesApi |
getDelegate() |
static RestrictionAccountRoutesApi |
newInstance(RestrictionAccountRoutesApi arg) |
rx.Single<AccountRestrictionsInfoDTO> |
rxGetAccountRestrictions(java.lang.String accountId)
Get the account restrictions
Returns the account restrictions for a given account.
|
rx.Single<java.util.List<AccountRestrictionsInfoDTO>> |
rxGetAccountRestrictionsFromAccounts(AccountIds accountIds)
Get account restrictions for given array of addresses
Returns the account restrictions for a given array of addresses.
|
public RestrictionAccountRoutesApi(RestrictionAccountRoutesApi delegate)
public RestrictionAccountRoutesApi getDelegate()
public void getAccountRestrictions(java.lang.String accountId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AccountRestrictionsInfoDTO>> resultHandler)
accountId - Account public key or address enconded using a 32-character set. (required)resultHandler - Asynchronous result handlerpublic rx.Single<AccountRestrictionsInfoDTO> rxGetAccountRestrictions(java.lang.String accountId)
accountId - Account public key or address enconded using a 32-character set. (required)public void getAccountRestrictionsFromAccounts(AccountIds accountIds, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<AccountRestrictionsInfoDTO>>> resultHandler)
accountIds - (optional)resultHandler - Asynchronous result handlerpublic rx.Single<java.util.List<AccountRestrictionsInfoDTO>> rxGetAccountRestrictionsFromAccounts(AccountIds accountIds)
accountIds - (optional)public static RestrictionAccountRoutesApi newInstance(RestrictionAccountRoutesApi arg)