public interface ProductMetadataAttributeEndpoint extends MetadataAttributeEndpoint
| Modifier and Type | Method and Description |
|---|---|
default Attribute |
createMetadataAttribute(Attribute newEntity) |
default void |
deleteMetadataAttribute(Attribute entity) |
default void |
deleteMetadataAttribute(String id) |
default ListEntity<Attribute> |
metadataAttributes() |
default Attribute |
metadataAttributes(String id) |
default Attribute |
updateMetadataAttribute(Attribute newEntity) |
default Attribute |
updateMetadataAttribute(String id,
Attribute newEntity) |
api, entityClass, metaEntityClass, path, positionEntityClassdefault Attribute metadataAttributes(String id) throws IOException, ApiClientException
metadataAttributes in interface MetadataAttributeEndpointIOExceptionApiClientExceptiondefault ListEntity<Attribute> metadataAttributes() throws IOException, ApiClientException
metadataAttributes in interface MetadataAttributeEndpointIOExceptionApiClientExceptiondefault Attribute createMetadataAttribute(Attribute newEntity) throws IOException, ApiClientException
createMetadataAttribute in interface MetadataAttributeEndpointIOExceptionApiClientExceptiondefault Attribute updateMetadataAttribute(String id, Attribute newEntity) throws IOException, ApiClientException
updateMetadataAttribute in interface MetadataAttributeEndpointIOExceptionApiClientExceptiondefault Attribute updateMetadataAttribute(Attribute newEntity) throws IOException, ApiClientException
updateMetadataAttribute in interface MetadataAttributeEndpointIOExceptionApiClientExceptiondefault void deleteMetadataAttribute(String id) throws IOException, ApiClientException
deleteMetadataAttribute in interface MetadataAttributeEndpointIOExceptionApiClientExceptiondefault void deleteMetadataAttribute(Attribute entity) throws IOException, ApiClientException
deleteMetadataAttribute in interface MetadataAttributeEndpointIOExceptionApiClientExceptionCopyright © 2022. All rights reserved.