@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-07-22T16:03:29.279Z[UTC]")
public class ReceiptRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
ReceiptRoutesApi(ReceiptRoutesApi delegate) |
| Modifier and Type | Method and Description |
|---|---|
ReceiptRoutesApi |
getDelegate() |
static ReceiptRoutesApi |
newInstance(ReceiptRoutesApi arg) |
rx.Single<ResolutionStatementPage> |
rxSearchAddressResolutionStatements(java.math.BigInteger height,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order)
Get receipts address resolution statements
Gets an array of address resolution statements.
|
rx.Single<ResolutionStatementPage> |
rxSearchMosaicResolutionStatements(java.math.BigInteger height,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order)
Get receipts mosaic resolution statements
Gets an array of mosaic resolution statements.
|
rx.Single<TransactionStatementPage> |
rxSearchReceipts(java.math.BigInteger height,
ReceiptTypeEnum receiptType,
java.lang.String recipientAddress,
java.lang.String senderAddress,
java.lang.String targetAddress,
java.lang.String artifactId,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order)
Get receipts
Gets an array of transaction statements.
|
void |
searchAddressResolutionStatements(java.math.BigInteger height,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<ResolutionStatementPage>> resultHandler)
Get receipts address resolution statements
Gets an array of address resolution statements.
|
void |
searchMosaicResolutionStatements(java.math.BigInteger height,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<ResolutionStatementPage>> resultHandler)
Get receipts mosaic resolution statements
Gets an array of mosaic resolution statements.
|
void |
searchReceipts(java.math.BigInteger height,
ReceiptTypeEnum receiptType,
java.lang.String recipientAddress,
java.lang.String senderAddress,
java.lang.String targetAddress,
java.lang.String artifactId,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<TransactionStatementPage>> resultHandler)
Get receipts
Gets an array of transaction statements.
|
public ReceiptRoutesApi(ReceiptRoutesApi delegate)
public ReceiptRoutesApi getDelegate()
public void searchAddressResolutionStatements(java.math.BigInteger height,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<ResolutionStatementPage>> resultHandler)
height - Filter by block height. (optional, default to null)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<ResolutionStatementPage> rxSearchAddressResolutionStatements(java.math.BigInteger height, java.lang.Integer pageSize, java.lang.Integer pageNumber, java.lang.String offset, Order order)
height - Filter by block height. (optional, default to null)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 void searchMosaicResolutionStatements(java.math.BigInteger height,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<ResolutionStatementPage>> resultHandler)
height - Filter by block height. (optional, default to null)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<ResolutionStatementPage> rxSearchMosaicResolutionStatements(java.math.BigInteger height, java.lang.Integer pageSize, java.lang.Integer pageNumber, java.lang.String offset, Order order)
height - Filter by block height. (optional, default to null)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 void searchReceipts(java.math.BigInteger height,
ReceiptTypeEnum receiptType,
java.lang.String recipientAddress,
java.lang.String senderAddress,
java.lang.String targetAddress,
java.lang.String artifactId,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<TransactionStatementPage>> resultHandler)
height - Filter by block height. (optional, default to null)receiptType - (optional)recipientAddress - Filter by address of the account receiving the transaction. (optional)senderAddress - Filter by address sending mosaics. (optional)targetAddress - Filter by target address. (optional)artifactId - Mosaic or namespace identifier (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<TransactionStatementPage> rxSearchReceipts(java.math.BigInteger height, ReceiptTypeEnum receiptType, java.lang.String recipientAddress, java.lang.String senderAddress, java.lang.String targetAddress, java.lang.String artifactId, java.lang.Integer pageSize, java.lang.Integer pageNumber, java.lang.String offset, Order order)
height - Filter by block height. (optional, default to null)receiptType - (optional)recipientAddress - Filter by address of the account receiving the transaction. (optional)senderAddress - Filter by address sending mosaics. (optional)targetAddress - Filter by target address. (optional)artifactId - Mosaic or namespace identifier (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 ReceiptRoutesApi newInstance(ReceiptRoutesApi arg)