Class RestrictionAccountRoutesApi
- java.lang.Object
-
- io.nem.sdk.openapi.vertx.api.rxjava.RestrictionAccountRoutesApi
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-01-01T18:24:23.294947664-03:00[America/Argentina/Buenos_Aires]") public class RestrictionAccountRoutesApi extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RestrictionAccountRoutesApi(RestrictionAccountRoutesApi delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetAccountRestrictions(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.voidgetAccountRestrictionsFromAccounts(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.RestrictionAccountRoutesApigetDelegate()static RestrictionAccountRoutesApinewInstance(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.
-
-
-
Constructor Detail
-
RestrictionAccountRoutesApi
public RestrictionAccountRoutesApi(RestrictionAccountRoutesApi delegate)
-
-
Method Detail
-
getDelegate
public RestrictionAccountRoutesApi getDelegate()
-
getAccountRestrictions
public 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.- Parameters:
accountId- Account public key or address. (required)resultHandler- Asynchronous result handler
-
rxGetAccountRestrictions
public rx.Single<AccountRestrictionsInfoDTO> rxGetAccountRestrictions(java.lang.String accountId)
Get the account restrictions Returns the account restrictions for a given account.- Parameters:
accountId- Account public key or address. (required)- Returns:
- Asynchronous result handler (RxJava Single)
-
getAccountRestrictionsFromAccounts
public 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.- Parameters:
accountIds- (optional)resultHandler- Asynchronous result handler
-
rxGetAccountRestrictionsFromAccounts
public 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.- Parameters:
accountIds- (optional)- Returns:
- Asynchronous result handler (RxJava Single)
-
newInstance
public static RestrictionAccountRoutesApi newInstance(RestrictionAccountRoutesApi arg)
-
-