@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2019-11-02T09:22:19.033Z[UTC]")
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.
|
java.util.List<MosaicInfoDTO> |
getMosaics(MosaicIds mosaicIds)
Get mosaics information for an array of mosaics
Gets an array of mosaic definition.
|
MosaicsNamesDTO |
getMosaicsNames(MosaicIds mosaicIds)
Get readable names for a set of mosaics
Returns friendly names for mosaics.
|
ApiResponse<MosaicsNamesDTO> |
getMosaicsNamesWithHttpInfo(MosaicIds mosaicIds)
Get readable names for a set of mosaics
Returns friendly names for mosaics.
|
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 MosaicInfoDTO getMosaic(java.lang.String mosaicId) throws ApiException
mosaicId - Mosaic identifier. (required)ApiException - if fails to make API call| 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 fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | ResourceNotFound | - |
| 409 | InvalidArgument | - |
public java.util.List<MosaicInfoDTO> getMosaics(MosaicIds mosaicIds) throws ApiException
mosaicIds - (required)ApiException - if fails to make API call| 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 fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 400 | InvalidContent | - |
| 409 | InvalidArgument | - |
public MosaicsNamesDTO getMosaicsNames(MosaicIds mosaicIds) throws ApiException
mosaicIds - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 400 | InvalidContent | - |
| 409 | InvalidArgument | - |
public ApiResponse<MosaicsNamesDTO> getMosaicsNamesWithHttpInfo(MosaicIds mosaicIds) throws ApiException
mosaicIds - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 400 | InvalidContent | - |
| 409 | InvalidArgument | - |