public class RestrictionAccountRepositoryOkHttpImpl extends AbstractRepositoryOkHttpImpl implements RestrictionAccountRepository
| Constructor and Description |
|---|
RestrictionAccountRepositoryOkHttpImpl(io.nem.symbol.sdk.openapi.okhttp_gson.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.okhttp_gson.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, extractStatusCodeFromException, getJsonHelper, onError, toDto, toDto, toDto, toDto, toDto, toMerkleStateInfo, toPageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstreamerpublic RestrictionAccountRepositoryOkHttpImpl(io.nem.symbol.sdk.openapi.okhttp_gson.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.reactivex.Observable<Page<AccountRestrictions>> search(AccountRestrictionSearchCriteria criteria)
Searchersearch in interface Searcher<AccountRestrictions,AccountRestrictionSearchCriteria>criteria - the criteriapublic io.nem.symbol.sdk.openapi.okhttp_gson.api.RestrictionAccountRoutesApi getClient()