public class MosaicRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
MosaicRoutesApi() |
MosaicRoutesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
MosaicInfoDTO |
getMosaic(java.lang.String mosaicId)
Get mosaic information
Gets the mosaic definition for a given mosaic identifier.
|
okhttp3.Call |
getMosaicAsync(java.lang.String mosaicId,
ApiCallback<MosaicInfoDTO> _callback)
Get mosaic information (asynchronously)
Gets the mosaic definition for a given mosaic identifier.
|
okhttp3.Call |
getMosaicCall(java.lang.String mosaicId,
ApiCallback _callback)
Build call for getMosaic
|
java.util.List<MosaicInfoDTO> |
getMosaics(MosaicIds mosaicIds)
Get mosaics information for an array of mosaics
Gets an array of mosaic definition.
|
okhttp3.Call |
getMosaicsAsync(MosaicIds mosaicIds,
ApiCallback<java.util.List<MosaicInfoDTO>> _callback)
Get mosaics information for an array of mosaics (asynchronously)
Gets an array of mosaic definition.
|
okhttp3.Call |
getMosaicsCall(MosaicIds mosaicIds,
ApiCallback _callback)
Build call for getMosaics
|
MosaicsInfoDTO |
getMosaicsFromAccount(java.lang.String accountId)
Get mosaics created by an account
Gets an array of mosaics created for a given account address.
|
okhttp3.Call |
getMosaicsFromAccountAsync(java.lang.String accountId,
ApiCallback<MosaicsInfoDTO> _callback)
Get mosaics created by an account (asynchronously)
Gets an array of mosaics created for a given account address.
|
okhttp3.Call |
getMosaicsFromAccountCall(java.lang.String accountId,
ApiCallback _callback)
Build call for getMosaicsFromAccount
|
MosaicsInfoDTO |
getMosaicsFromAccounts(AccountIds accountIds)
Get mosaics created for given array of addresses
Gets mosaics created for a given array of addresses.
|
okhttp3.Call |
getMosaicsFromAccountsAsync(AccountIds accountIds,
ApiCallback<MosaicsInfoDTO> _callback)
Get mosaics created for given array of addresses (asynchronously)
Gets mosaics created for a given array of addresses.
|
okhttp3.Call |
getMosaicsFromAccountsCall(AccountIds accountIds,
ApiCallback _callback)
Build call for getMosaicsFromAccounts
|
ApiResponse<MosaicsInfoDTO> |
getMosaicsFromAccountsWithHttpInfo(AccountIds accountIds)
Get mosaics created for given array of addresses
Gets mosaics created for a given array of addresses.
|
ApiResponse<MosaicsInfoDTO> |
getMosaicsFromAccountWithHttpInfo(java.lang.String accountId)
Get mosaics created by an account
Gets an array of mosaics created for a given account address.
|
ApiResponse<java.util.List<MosaicInfoDTO>> |
getMosaicsWithHttpInfo(MosaicIds mosaicIds)
Get mosaics information for an array of mosaics
Gets an array of mosaic definition.
|
ApiResponse<MosaicInfoDTO> |
getMosaicWithHttpInfo(java.lang.String mosaicId)
Get mosaic information
Gets the mosaic definition for a given mosaic identifier.
|
void |
setApiClient(ApiClient apiClient) |
public MosaicRoutesApi()
public MosaicRoutesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getMosaicCall(java.lang.String mosaicId,
ApiCallback _callback)
throws ApiException
mosaicId - Mosaic identifier. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public MosaicInfoDTO getMosaic(java.lang.String mosaicId) throws ApiException
mosaicId - Mosaic identifier. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public ApiResponse<MosaicInfoDTO> getMosaicWithHttpInfo(java.lang.String mosaicId) throws ApiException
mosaicId - Mosaic identifier. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getMosaicAsync(java.lang.String mosaicId,
ApiCallback<MosaicInfoDTO> _callback)
throws ApiException
mosaicId - Mosaic identifier. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getMosaicsCall(MosaicIds mosaicIds, ApiCallback _callback) throws ApiException
mosaicIds - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 400 | InvalidContent | - |
| 409 | InvalidArgument | - |
public java.util.List<MosaicInfoDTO> getMosaics(MosaicIds mosaicIds) throws ApiException
mosaicIds - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 400 | InvalidContent | - |
| 409 | InvalidArgument | - |
public ApiResponse<java.util.List<MosaicInfoDTO>> getMosaicsWithHttpInfo(MosaicIds mosaicIds) throws ApiException
mosaicIds - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 400 | InvalidContent | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getMosaicsAsync(MosaicIds mosaicIds, ApiCallback<java.util.List<MosaicInfoDTO>> _callback) throws ApiException
mosaicIds - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 400 | InvalidContent | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getMosaicsFromAccountCall(java.lang.String accountId,
ApiCallback _callback)
throws ApiException
accountId - Account public key or address enconded using a 32-character set. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public MosaicsInfoDTO getMosaicsFromAccount(java.lang.String accountId) throws ApiException
accountId - Account public key or address enconded using a 32-character set. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public ApiResponse<MosaicsInfoDTO> getMosaicsFromAccountWithHttpInfo(java.lang.String accountId) throws ApiException
accountId - Account public key or address enconded using a 32-character set. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getMosaicsFromAccountAsync(java.lang.String accountId,
ApiCallback<MosaicsInfoDTO> _callback)
throws ApiException
accountId - Account public key or address enconded using a 32-character set. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getMosaicsFromAccountsCall(AccountIds accountIds, ApiCallback _callback) throws ApiException
accountIds - (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 400 | InvalidContent | - |
| 409 | InvalidArgument | - |
public MosaicsInfoDTO getMosaicsFromAccounts(AccountIds accountIds) throws ApiException
accountIds - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 400 | InvalidContent | - |
| 409 | InvalidArgument | - |
public ApiResponse<MosaicsInfoDTO> getMosaicsFromAccountsWithHttpInfo(AccountIds accountIds) throws ApiException
accountIds - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | success | - |
| 400 | InvalidContent | - |
| 409 | InvalidArgument | - |
public okhttp3.Call getMosaicsFromAccountsAsync(AccountIds accountIds, ApiCallback<MosaicsInfoDTO> _callback) throws ApiException
accountIds - (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | success | - |
| 400 | InvalidContent | - |
| 409 | InvalidArgument | - |