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
|
MosaicsNamesDTO |
getMosaicsNames(MosaicIds mosaicIds)
Get readable names for a set of mosaics
Returns friendly names for mosaics.
|
okhttp3.Call |
getMosaicsNamesAsync(MosaicIds mosaicIds,
ApiCallback<MosaicsNamesDTO> _callback)
Get readable names for a set of mosaics (asynchronously)
Returns friendly names for mosaics.
|
okhttp3.Call |
getMosaicsNamesCall(MosaicIds mosaicIds,
ApiCallback _callback)
Build call for getMosaicsNames
|
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 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 getMosaicsNamesCall(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 MosaicsNamesDTO getMosaicsNames(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<MosaicsNamesDTO> getMosaicsNamesWithHttpInfo(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 getMosaicsNamesAsync(MosaicIds mosaicIds, ApiCallback<MosaicsNamesDTO> _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 | - |