Package io.nem.sdk.openapi.jersey2.api
Class MosaicRoutesApi
- java.lang.Object
-
- io.nem.sdk.openapi.jersey2.api.MosaicRoutesApi
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-02-02T21:53:44.206008392-03:00[America/Argentina/Buenos_Aires]") public class MosaicRoutesApi extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MosaicRoutesApi()MosaicRoutesApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()MosaicInfoDTOgetMosaic(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.MosaicsInfoDTOgetMosaicsFromAccount(java.lang.String accountId)Get mosaics created by an account Gets an array of mosaics created for a given account address.MosaicsInfoDTOgetMosaicsFromAccounts(AccountIds accountIds)Get mosaics created for given array of addresses Gets mosaics created for a given array of addresses.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.voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
MosaicRoutesApi
public MosaicRoutesApi()
-
MosaicRoutesApi
public MosaicRoutesApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getMosaic
public MosaicInfoDTO getMosaic(java.lang.String mosaicId) throws ApiException
Get mosaic information Gets the mosaic definition for a given mosaic identifier.- Parameters:
mosaicId- Mosaic identifier. (required)- Returns:
- MosaicInfoDTO
- Throws:
ApiException- if fails to make API call- Http Response Details
Status Code Description Response Headers 200 success - 404 ResourceNotFound - 409 InvalidArgument -
-
getMosaicWithHttpInfo
public ApiResponse<MosaicInfoDTO> getMosaicWithHttpInfo(java.lang.String mosaicId) throws ApiException
Get mosaic information Gets the mosaic definition for a given mosaic identifier.- Parameters:
mosaicId- Mosaic identifier. (required)- Returns:
- ApiResponse<MosaicInfoDTO>
- Throws:
ApiException- if fails to make API call- Http Response Details
Status Code Description Response Headers 200 success - 404 ResourceNotFound - 409 InvalidArgument -
-
getMosaics
public java.util.List<MosaicInfoDTO> getMosaics(MosaicIds mosaicIds) throws ApiException
Get mosaics information for an array of mosaics Gets an array of mosaic definition.- Parameters:
mosaicIds- (required)- Returns:
- List<MosaicInfoDTO>
- Throws:
ApiException- if fails to make API call- Http Response Details
Status Code Description Response Headers 200 success - 400 InvalidContent - 409 InvalidArgument -
-
getMosaicsWithHttpInfo
public ApiResponse<java.util.List<MosaicInfoDTO>> getMosaicsWithHttpInfo(MosaicIds mosaicIds) throws ApiException
Get mosaics information for an array of mosaics Gets an array of mosaic definition.- Parameters:
mosaicIds- (required)- Returns:
- ApiResponse<List<MosaicInfoDTO>>
- Throws:
ApiException- if fails to make API call- Http Response Details
Status Code Description Response Headers 200 success - 400 InvalidContent - 409 InvalidArgument -
-
getMosaicsFromAccount
public MosaicsInfoDTO getMosaicsFromAccount(java.lang.String accountId) throws ApiException
Get mosaics created by an account Gets an array of mosaics created for a given account address.- Parameters:
accountId- Account public key or address. (required)- Returns:
- MosaicsInfoDTO
- Throws:
ApiException- if fails to make API call- Http Response Details
Status Code Description Response Headers 200 success - 404 ResourceNotFound - 409 InvalidArgument -
-
getMosaicsFromAccountWithHttpInfo
public ApiResponse<MosaicsInfoDTO> getMosaicsFromAccountWithHttpInfo(java.lang.String accountId) throws ApiException
Get mosaics created by an account Gets an array of mosaics created for a given account address.- Parameters:
accountId- Account public key or address. (required)- Returns:
- ApiResponse<MosaicsInfoDTO>
- Throws:
ApiException- if fails to make API call- Http Response Details
Status Code Description Response Headers 200 success - 404 ResourceNotFound - 409 InvalidArgument -
-
getMosaicsFromAccounts
public MosaicsInfoDTO getMosaicsFromAccounts(AccountIds accountIds) throws ApiException
Get mosaics created for given array of addresses Gets mosaics created for a given array of addresses.- Parameters:
accountIds- (optional)- Returns:
- MosaicsInfoDTO
- Throws:
ApiException- if fails to make API call- Http Response Details
Status Code Description Response Headers 200 success - 400 InvalidContent - 409 InvalidArgument -
-
getMosaicsFromAccountsWithHttpInfo
public ApiResponse<MosaicsInfoDTO> getMosaicsFromAccountsWithHttpInfo(AccountIds accountIds) throws ApiException
Get mosaics created for given array of addresses Gets mosaics created for a given array of addresses.- Parameters:
accountIds- (optional)- Returns:
- ApiResponse<MosaicsInfoDTO>
- Throws:
ApiException- if fails to make API call- Http Response Details
Status Code Description Response Headers 200 success - 400 InvalidContent - 409 InvalidArgument -
-
-