@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-09-25T14:18:23.319Z[UTC]")
public class HashLockRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
HashLockRoutesApi(HashLockRoutesApi delegate) |
| Modifier and Type | Method and Description |
|---|---|
HashLockRoutesApi |
getDelegate() |
void |
getHashLock(java.lang.String hash,
io.vertx.core.Handler<io.vertx.core.AsyncResult<HashLockInfoDTO>> resultHandler)
Get hash lock information
Gets the hash lock for a given hash.
|
static HashLockRoutesApi |
newInstance(HashLockRoutesApi arg) |
rx.Single<HashLockInfoDTO> |
rxGetHashLock(java.lang.String hash)
Get hash lock information
Gets the hash lock for a given hash.
|
rx.Single<HashLockPage> |
rxSearchHashLock(java.lang.String address,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order)
Search hash lock entries
Returns an array of hash locks.
|
void |
searchHashLock(java.lang.String address,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<HashLockPage>> resultHandler)
Search hash lock entries
Returns an array of hash locks.
|
public HashLockRoutesApi(HashLockRoutesApi delegate)
public HashLockRoutesApi getDelegate()
public void getHashLock(java.lang.String hash,
io.vertx.core.Handler<io.vertx.core.AsyncResult<HashLockInfoDTO>> resultHandler)
hash - Filter by hash. (required)resultHandler - Asynchronous result handlerpublic rx.Single<HashLockInfoDTO> rxGetHashLock(java.lang.String hash)
hash - Filter by hash. (required)public void searchHashLock(java.lang.String address,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<HashLockPage>> resultHandler)
address - Account address. (required)pageSize - Select the number of entries to return. (optional, default to 10)pageNumber - Filter by page number. (optional, default to 1)offset - Entry id at which to start pagination. If the ordering parameter is set to -id, the elements returned precede the identifier. Otherwise, newer elements with respect to the id are returned. (optional)order - Sort responses in ascending or descending order based on the collection property set on the param ``orderBy``. If the request does not specify ``orderBy``, REST returns the collection ordered by id. (optional, default to desc)resultHandler - Asynchronous result handlerpublic rx.Single<HashLockPage> rxSearchHashLock(java.lang.String address, java.lang.Integer pageSize, java.lang.Integer pageNumber, java.lang.String offset, Order order)
address - Account address. (required)pageSize - Select the number of entries to return. (optional, default to 10)pageNumber - Filter by page number. (optional, default to 1)offset - Entry id at which to start pagination. If the ordering parameter is set to -id, the elements returned precede the identifier. Otherwise, newer elements with respect to the id are returned. (optional)order - Sort responses in ascending or descending order based on the collection property set on the param ``orderBy``. If the request does not specify ``orderBy``, REST returns the collection ordered by id. (optional, default to desc)public static HashLockRoutesApi newInstance(HashLockRoutesApi arg)