public class SecretLockRepositoryOkHttpImpl extends AbstractRepositoryOkHttpImpl implements SecretLockRepository
SecretLockRepository
Constructor and Description |
---|
SecretLockRepositoryOkHttpImpl(io.nem.symbol.sdk.openapi.okhttp_gson.invoker.ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
io.nem.symbol.sdk.openapi.okhttp_gson.api.SecretLockRoutesApi |
getClient() |
io.reactivex.Observable<SecretLockInfo> |
getSecretLock(java.lang.String compositeHash)
Get secret lock info of the given id.
|
io.reactivex.Observable<MerkleStateInfo> |
getSecretLockMerkle(java.lang.String compositeHash)
Get secret lock merkle info of the given id.
|
io.reactivex.Observable<Page<SecretLockInfo>> |
search(SecretLockSearchCriteria 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, toPage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
streamer
public SecretLockRepositoryOkHttpImpl(io.nem.symbol.sdk.openapi.okhttp_gson.invoker.ApiClient apiClient)
public io.reactivex.Observable<Page<SecretLockInfo>> search(SecretLockSearchCriteria criteria)
Searcher
search
in interface Searcher<SecretLockInfo,SecretLockSearchCriteria>
criteria
- the criteriapublic io.reactivex.Observable<SecretLockInfo> getSecretLock(java.lang.String compositeHash)
SecretLockRepository
getSecretLock
in interface SecretLockRepository
compositeHash
- SecretLockInfo composite hash idSecretLockInfo
public io.reactivex.Observable<MerkleStateInfo> getSecretLockMerkle(java.lang.String compositeHash)
SecretLockRepository
getSecretLockMerkle
in interface SecretLockRepository
compositeHash
- SecretLockInfo composite hash idMerkleStateInfo
public io.nem.symbol.sdk.openapi.okhttp_gson.api.SecretLockRoutesApi getClient()