@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2019-10-15T22:22:43.352+02:00[Europe/Madrid]")
public class MetadataRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
MetadataRoutesApi() |
MetadataRoutesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
MetadataEntriesDTO |
getAccountMetadata(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get account metadata
Returns the account metadata given an account id.
|
MetadataEntriesDTO |
getAccountMetadataByKey(java.lang.String accountId,
java.lang.String key)
Get account metadata
Returns the account metadata given an account id and a key
|
MetadataDTO |
getAccountMetadataByKeyAndSender(java.lang.String accountId,
java.lang.String key,
java.lang.String publicKey)
Get account metadata
Returns the account metadata given an account id, a key, and a sender
|
ApiResponse<MetadataDTO> |
getAccountMetadataByKeyAndSenderWithHttpInfo(java.lang.String accountId,
java.lang.String key,
java.lang.String publicKey)
Get account metadata
Returns the account metadata given an account id, a key, and a sender
|
ApiResponse<MetadataEntriesDTO> |
getAccountMetadataByKeyWithHttpInfo(java.lang.String accountId,
java.lang.String key)
Get account metadata
Returns the account metadata given an account id and a key
|
ApiResponse<MetadataEntriesDTO> |
getAccountMetadataWithHttpInfo(java.lang.String accountId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get account metadata
Returns the account metadata given an account id.
|
ApiClient |
getApiClient() |
MetadataEntriesDTO |
getMosaicMetadata(java.lang.String mosaicId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get mosaic metadata
Returns the mosaic metadata given a mosaic id.
|
MetadataEntriesDTO |
getMosaicMetadataByKey(java.lang.String mosaicId,
java.lang.String key)
Get mosaic metadata
Returns the mosaic metadata given a mosaic id and a key
|
MetadataDTO |
getMosaicMetadataByKeyAndSender(java.lang.String mosaicId,
java.lang.String key,
java.lang.String publicKey)
Get mosaic metadata
Returns the mosaic metadata given a mosaic id, a key, and a sender
|
ApiResponse<MetadataDTO> |
getMosaicMetadataByKeyAndSenderWithHttpInfo(java.lang.String mosaicId,
java.lang.String key,
java.lang.String publicKey)
Get mosaic metadata
Returns the mosaic metadata given a mosaic id, a key, and a sender
|
ApiResponse<MetadataEntriesDTO> |
getMosaicMetadataByKeyWithHttpInfo(java.lang.String mosaicId,
java.lang.String key)
Get mosaic metadata
Returns the mosaic metadata given a mosaic id and a key
|
ApiResponse<MetadataEntriesDTO> |
getMosaicMetadataWithHttpInfo(java.lang.String mosaicId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get mosaic metadata
Returns the mosaic metadata given a mosaic id.
|
MetadataEntriesDTO |
getNamespaceMetadata(java.lang.String namespaceId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get namespace metadata
Returns the namespace metadata given a namespace id.
|
MetadataEntriesDTO |
getNamespaceMetadataByKey(java.lang.String namespaceId,
java.lang.String key)
Get namespace metadata
Returns the namespace metadata given a namespace id and a key
|
MetadataDTO |
getNamespaceMetadataByKeyAndSender(java.lang.String namespaceId,
java.lang.String key,
java.lang.String publicKey)
Get namespace metadata
Returns the namespace metadata given a namespace id, a key, and a sender
|
ApiResponse<MetadataDTO> |
getNamespaceMetadataByKeyAndSenderWithHttpInfo(java.lang.String namespaceId,
java.lang.String key,
java.lang.String publicKey)
Get namespace metadata
Returns the namespace metadata given a namespace id, a key, and a sender
|
ApiResponse<MetadataEntriesDTO> |
getNamespaceMetadataByKeyWithHttpInfo(java.lang.String namespaceId,
java.lang.String key)
Get namespace metadata
Returns the namespace metadata given a namespace id and a key
|
ApiResponse<MetadataEntriesDTO> |
getNamespaceMetadataWithHttpInfo(java.lang.String namespaceId,
java.lang.Integer pageSize,
java.lang.String id,
java.lang.String ordering)
Get namespace metadata
Returns the namespace metadata given a namespace id.
|
void |
setApiClient(ApiClient apiClient) |
public MetadataRoutesApi()
public MetadataRoutesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public MetadataEntriesDTO getAccountMetadata(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Metadata identifier up to which metadata are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | resource not found | - |
| 409 | invalid argument | - |
public ApiResponse<MetadataEntriesDTO> getAccountMetadataWithHttpInfo(java.lang.String accountId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
accountId - Account public key or address. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Metadata identifier up to which metadata are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | resource not found | - |
| 409 | invalid argument | - |
public MetadataEntriesDTO getAccountMetadataByKey(java.lang.String accountId, java.lang.String key) throws ApiException
accountId - Account public key or address. (required)key - Metadata key. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | resource not found | - |
| 409 | invalid argument | - |
public ApiResponse<MetadataEntriesDTO> getAccountMetadataByKeyWithHttpInfo(java.lang.String accountId, java.lang.String key) throws ApiException
accountId - Account public key or address. (required)key - Metadata key. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | resource not found | - |
| 409 | invalid argument | - |
public MetadataDTO getAccountMetadataByKeyAndSender(java.lang.String accountId, java.lang.String key, java.lang.String publicKey) throws ApiException
accountId - Account public key or address. (required)key - Metadata key. (required)publicKey - Account public key (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | resource not found | - |
| 409 | invalid argument | - |
public ApiResponse<MetadataDTO> getAccountMetadataByKeyAndSenderWithHttpInfo(java.lang.String accountId, java.lang.String key, java.lang.String publicKey) throws ApiException
accountId - Account public key or address. (required)key - Metadata key. (required)publicKey - Account public key (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | resource not found | - |
| 409 | invalid argument | - |
public MetadataEntriesDTO getMosaicMetadata(java.lang.String mosaicId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
mosaicId - Mosaic identifier. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Metadata identifier up to which metadata are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | resource not found | - |
| 409 | invalid argument | - |
public ApiResponse<MetadataEntriesDTO> getMosaicMetadataWithHttpInfo(java.lang.String mosaicId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
mosaicId - Mosaic identifier. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Metadata identifier up to which metadata are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | resource not found | - |
| 409 | invalid argument | - |
public MetadataEntriesDTO getMosaicMetadataByKey(java.lang.String mosaicId, java.lang.String key) throws ApiException
mosaicId - Mosaic identifier. (required)key - Metadata key. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | resource not found | - |
| 409 | invalid argument | - |
public ApiResponse<MetadataEntriesDTO> getMosaicMetadataByKeyWithHttpInfo(java.lang.String mosaicId, java.lang.String key) throws ApiException
mosaicId - Mosaic identifier. (required)key - Metadata key. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | resource not found | - |
| 409 | invalid argument | - |
public MetadataDTO getMosaicMetadataByKeyAndSender(java.lang.String mosaicId, java.lang.String key, java.lang.String publicKey) throws ApiException
mosaicId - Mosaic identifier. (required)key - Metadata key. (required)publicKey - Account public key (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | resource not found | - |
| 409 | invalid argument | - |
public ApiResponse<MetadataDTO> getMosaicMetadataByKeyAndSenderWithHttpInfo(java.lang.String mosaicId, java.lang.String key, java.lang.String publicKey) throws ApiException
mosaicId - Mosaic identifier. (required)key - Metadata key. (required)publicKey - Account public key (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | resource not found | - |
| 409 | invalid argument | - |
public MetadataEntriesDTO getNamespaceMetadata(java.lang.String namespaceId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
namespaceId - Namespace identifier. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Metadata identifier up to which metadata are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | resource not found | - |
| 409 | invalid argument | - |
public ApiResponse<MetadataEntriesDTO> getNamespaceMetadataWithHttpInfo(java.lang.String namespaceId, java.lang.Integer pageSize, java.lang.String id, java.lang.String ordering) throws ApiException
namespaceId - Namespace identifier. (required)pageSize - Number of transactions to return for each request. (optional, default to 10)id - Metadata identifier up to which metadata are returned. (optional)ordering - Ordering criteria: * -id - Descending order by id. * id - Ascending order by id. (optional, default to "-id")ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | resource not found | - |
| 409 | invalid argument | - |
public MetadataEntriesDTO getNamespaceMetadataByKey(java.lang.String namespaceId, java.lang.String key) throws ApiException
namespaceId - Namespace identifier. (required)key - Metadata key. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | resource not found | - |
| 409 | invalid argument | - |
public ApiResponse<MetadataEntriesDTO> getNamespaceMetadataByKeyWithHttpInfo(java.lang.String namespaceId, java.lang.String key) throws ApiException
namespaceId - Namespace identifier. (required)key - Metadata key. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | resource not found | - |
| 409 | invalid argument | - |
public MetadataDTO getNamespaceMetadataByKeyAndSender(java.lang.String namespaceId, java.lang.String key, java.lang.String publicKey) throws ApiException
namespaceId - Namespace identifier. (required)key - Metadata key. (required)publicKey - Account public key (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | resource not found | - |
| 409 | invalid argument | - |
public ApiResponse<MetadataDTO> getNamespaceMetadataByKeyAndSenderWithHttpInfo(java.lang.String namespaceId, java.lang.String key, java.lang.String publicKey) throws ApiException
namespaceId - Namespace identifier. (required)key - Metadata key. (required)publicKey - Account public key (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
| 404 | resource not found | - |
| 409 | invalid argument | - |