@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-10-19T21:35:16.459Z[UTC]")
public class RestrictionMosaicRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
RestrictionMosaicRoutesApi(RestrictionMosaicRoutesApi delegate) |
| Modifier and Type | Method and Description |
|---|---|
RestrictionMosaicRoutesApi |
getDelegate() |
void |
getMosaicRestrictions(java.lang.String compositeHash,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Object>> resultHandler)
Get the mosaic restrictions
Returns the mosaic restrictions for a composite hash.
|
void |
getMosaicRestrictionsMerkle(java.lang.String compositeHash,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MerkleStateInfoDTO>> resultHandler)
Get the mosaic restrictions merkle
Returns the mosaic restrictions merkle for a given composite hash.
|
static RestrictionMosaicRoutesApi |
newInstance(RestrictionMosaicRoutesApi arg) |
rx.Single<java.lang.Object> |
rxGetMosaicRestrictions(java.lang.String compositeHash)
Get the mosaic restrictions
Returns the mosaic restrictions for a composite hash.
|
rx.Single<MerkleStateInfoDTO> |
rxGetMosaicRestrictionsMerkle(java.lang.String compositeHash)
Get the mosaic restrictions merkle
Returns the mosaic restrictions merkle for a given composite hash.
|
rx.Single<MosaicRestrictionsPage> |
rxSearchMosaicRestrictions(java.lang.String mosaicId,
MosaicRestrictionEntryTypeEnum entryType,
java.lang.String targetAddress,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order)
Search mosaic restrictions
Returns an array of mosaic restrictions.
|
void |
searchMosaicRestrictions(java.lang.String mosaicId,
MosaicRestrictionEntryTypeEnum entryType,
java.lang.String targetAddress,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MosaicRestrictionsPage>> resultHandler)
Search mosaic restrictions
Returns an array of mosaic restrictions.
|
public RestrictionMosaicRoutesApi(RestrictionMosaicRoutesApi delegate)
public RestrictionMosaicRoutesApi getDelegate()
public void getMosaicRestrictions(java.lang.String compositeHash,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Object>> resultHandler)
compositeHash - Filter by composite hash. (required)resultHandler - Asynchronous result handlerpublic rx.Single<java.lang.Object> rxGetMosaicRestrictions(java.lang.String compositeHash)
compositeHash - Filter by composite hash. (required)public void getMosaicRestrictionsMerkle(java.lang.String compositeHash,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MerkleStateInfoDTO>> resultHandler)
compositeHash - Filter by composite hash. (required)resultHandler - Asynchronous result handlerpublic rx.Single<MerkleStateInfoDTO> rxGetMosaicRestrictionsMerkle(java.lang.String compositeHash)
compositeHash - Filter by composite hash. (required)public void searchMosaicRestrictions(java.lang.String mosaicId,
MosaicRestrictionEntryTypeEnum entryType,
java.lang.String targetAddress,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MosaicRestrictionsPage>> resultHandler)
mosaicId - Filter by mosaic identifier. (optional)entryType - Filter by entry type. (optional)targetAddress - Filter by target address. (optional)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<MosaicRestrictionsPage> rxSearchMosaicRestrictions(java.lang.String mosaicId, MosaicRestrictionEntryTypeEnum entryType, java.lang.String targetAddress, java.lang.Integer pageSize, java.lang.Integer pageNumber, java.lang.String offset, Order order)
mosaicId - Filter by mosaic identifier. (optional)entryType - Filter by entry type. (optional)targetAddress - Filter by target address. (optional)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 RestrictionMosaicRoutesApi newInstance(RestrictionMosaicRoutesApi arg)