@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-09-25T14:18:23.319Z[UTC]")
public class SecretLockRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
SecretLockRoutesApi(SecretLockRoutesApi delegate) |
| Modifier and Type | Method and Description |
|---|---|
SecretLockRoutesApi |
getDelegate() |
void |
getSecretLock(java.lang.String secret,
io.vertx.core.Handler<io.vertx.core.AsyncResult<SecretLockInfoDTO>> resultHandler)
Get secret lock information
Gets the secret lock for a given secret.
|
static SecretLockRoutesApi |
newInstance(SecretLockRoutesApi arg) |
rx.Single<SecretLockInfoDTO> |
rxGetSecretLock(java.lang.String secret)
Get secret lock information
Gets the secret lock for a given secret.
|
rx.Single<SecretLockPage> |
rxSearchSecretLock(java.lang.String address,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order)
Search secret lock entries
Returns an array of secret locks.
|
void |
searchSecretLock(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<SecretLockPage>> resultHandler)
Search secret lock entries
Returns an array of secret locks.
|
public SecretLockRoutesApi(SecretLockRoutesApi delegate)
public SecretLockRoutesApi getDelegate()
public void getSecretLock(java.lang.String secret,
io.vertx.core.Handler<io.vertx.core.AsyncResult<SecretLockInfoDTO>> resultHandler)
secret - Filter by secret. (required)resultHandler - Asynchronous result handlerpublic rx.Single<SecretLockInfoDTO> rxGetSecretLock(java.lang.String secret)
secret - Filter by secret. (required)public void searchSecretLock(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<SecretLockPage>> 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<SecretLockPage> rxSearchSecretLock(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 SecretLockRoutesApi newInstance(SecretLockRoutesApi arg)