@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-01-14T22:22:33.231Z[UTC]")
public class MosaicRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
MosaicRoutesApi(MosaicRoutesApi delegate) |
| Modifier and Type | Method and Description |
|---|---|
MosaicRoutesApi |
getDelegate() |
void |
getMosaic(java.lang.String mosaicId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MosaicInfoDTO>> resultHandler)
Get mosaic information
Gets the mosaic definition for a given mosaic identifier.
|
void |
getMosaicMerkle(java.lang.String mosaicId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MerkleStateInfoDTO>> resultHandler)
Get mosaic merkle information
Gets the mosaic definition merkle for a given mosaic identifier.
|
void |
getMosaics(MosaicIds mosaicIds,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<MosaicInfoDTO>>> resultHandler)
Get mosaics information for an array of mosaics
Gets an array of mosaic definition.
|
static MosaicRoutesApi |
newInstance(MosaicRoutesApi arg) |
rx.Single<MosaicInfoDTO> |
rxGetMosaic(java.lang.String mosaicId)
Get mosaic information
Gets the mosaic definition for a given mosaic identifier.
|
rx.Single<MerkleStateInfoDTO> |
rxGetMosaicMerkle(java.lang.String mosaicId)
Get mosaic merkle information
Gets the mosaic definition merkle for a given mosaic identifier.
|
rx.Single<java.util.List<MosaicInfoDTO>> |
rxGetMosaics(MosaicIds mosaicIds)
Get mosaics information for an array of mosaics
Gets an array of mosaic definition.
|
rx.Single<MosaicPage> |
rxSearchMosaics(java.lang.String ownerAddress,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order)
Search mosaics
Gets an array of mosaics.
|
void |
searchMosaics(java.lang.String ownerAddress,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MosaicPage>> resultHandler)
Search mosaics
Gets an array of mosaics.
|
public MosaicRoutesApi(MosaicRoutesApi delegate)
public MosaicRoutesApi getDelegate()
public void getMosaic(java.lang.String mosaicId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MosaicInfoDTO>> resultHandler)
mosaicId - Mosaic identifier. (required)resultHandler - Asynchronous result handlerpublic rx.Single<MosaicInfoDTO> rxGetMosaic(java.lang.String mosaicId)
mosaicId - Mosaic identifier. (required)public void getMosaicMerkle(java.lang.String mosaicId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MerkleStateInfoDTO>> resultHandler)
mosaicId - Mosaic identifier. (required)resultHandler - Asynchronous result handlerpublic rx.Single<MerkleStateInfoDTO> rxGetMosaicMerkle(java.lang.String mosaicId)
mosaicId - Mosaic identifier. (required)public void getMosaics(MosaicIds mosaicIds, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<MosaicInfoDTO>>> resultHandler)
mosaicIds - (required)resultHandler - Asynchronous result handlerpublic rx.Single<java.util.List<MosaicInfoDTO>> rxGetMosaics(MosaicIds mosaicIds)
mosaicIds - (required)public void searchMosaics(java.lang.String ownerAddress,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MosaicPage>> resultHandler)
ownerAddress - Filter by owner 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<MosaicPage> rxSearchMosaics(java.lang.String ownerAddress, java.lang.Integer pageSize, java.lang.Integer pageNumber, java.lang.String offset, Order order)
ownerAddress - Filter by owner 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 MosaicRoutesApi newInstance(MosaicRoutesApi arg)