public class RestrictionAccountRepositoryVertxImpl extends AbstractRepositoryVertxImpl implements RestrictionAccountRepository
| Constructor and Description | 
|---|
| RestrictionAccountRepositoryVertxImpl(io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient apiClient) | 
| Modifier and Type | Method and Description | 
|---|---|
| io.reactivex.Observable<AccountRestrictions> | getAccountRestrictions(Address address)Returns the account restrictions for a given account. | 
| io.reactivex.Observable<MerkleStateInfo> | getAccountRestrictionsMerkle(Address address)Returns the account restrictions merkle for a given account. | 
| io.nem.symbol.sdk.openapi.vertx.api.RestrictionAccountRoutesApi | getClient() | 
| io.reactivex.Observable<Page<AccountRestrictions>> | search(AccountRestrictionSearchCriteria criteria)It searches entities of a type based on a criteria. | 
call, call, callList, exceptionHandling, exceptionHandling, getJsonHelper, onError, toDto, toDto, toDto, toDto, toDto, toMerkleStateInfo, toPageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstreamerpublic RestrictionAccountRepositoryVertxImpl(io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient apiClient)
public io.reactivex.Observable<AccountRestrictions> getAccountRestrictions(Address address)
RestrictionAccountRepositorygetAccountRestrictions in interface RestrictionAccountRepositoryaddress - the addressAccountRestrictionspublic io.reactivex.Observable<MerkleStateInfo> getAccountRestrictionsMerkle(Address address)
RestrictionAccountRepositorygetAccountRestrictionsMerkle in interface RestrictionAccountRepositoryaddress - the addressMerkleStateInfopublic io.nem.symbol.sdk.openapi.vertx.api.RestrictionAccountRoutesApi getClient()
public io.reactivex.Observable<Page<AccountRestrictions>> search(AccountRestrictionSearchCriteria criteria)
Searchersearch in interface Searcher<AccountRestrictions,AccountRestrictionSearchCriteria>criteria - the criteria