public class AccountRepositoryOkHttpImpl extends AbstractRepositoryOkHttpImpl implements AccountRepository
| Constructor and Description | 
|---|
| AccountRepositoryOkHttpImpl(io.nem.symbol.sdk.openapi.okhttp_gson.invoker.ApiClient apiClient) | 
| Modifier and Type | Method and Description | 
|---|---|
| io.reactivex.Observable<AccountInfo> | getAccountInfo(Address address)Gets an AccountInfo for an account. | 
| io.reactivex.Observable<MerkleStateInfo> | getAccountInfoMerkle(Address address)Returns the merkle information of the given account. | 
| io.reactivex.Observable<java.util.List<AccountInfo>> | getAccountsInfo(java.util.List<Address> addresses)Gets AccountsInfo for different accounts based on their addresses. | 
| io.reactivex.Observable<Page<AccountInfo>> | search(AccountSearchCriteria 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 AccountRepositoryOkHttpImpl(io.nem.symbol.sdk.openapi.okhttp_gson.invoker.ApiClient apiClient)
public io.reactivex.Observable<AccountInfo> getAccountInfo(Address address)
AccountRepositorygetAccountInfo in interface AccountRepositoryaddress - AddressAccountInfopublic io.reactivex.Observable<MerkleStateInfo> getAccountInfoMerkle(Address address)
AccountRepositorygetAccountInfoMerkle in interface AccountRepositoryaddress - AddressMerkleStateInfopublic io.reactivex.Observable<java.util.List<AccountInfo>> getAccountsInfo(java.util.List<Address> addresses)
AccountRepositorygetAccountsInfo in interface AccountRepositoryaddresses - List of AddressList of AccountInfopublic io.reactivex.Observable<Page<AccountInfo>> search(AccountSearchCriteria criteria)
Searchersearch in interface Searcher<AccountInfo,AccountSearchCriteria>criteria - the criteria