Class ProductTypeChangeAttributeNameActionImpl

java.lang.Object
com.commercetools.api.models.product_type.ProductTypeChangeAttributeNameActionImpl
All Implemented Interfaces:
ProductTypeChangeAttributeNameAction, ProductTypeUpdateAction, ResourceUpdateAction<ProductTypeUpdateAction>, io.vrap.rmf.base.client.ModelBase

public class ProductTypeChangeAttributeNameActionImpl extends Object implements ProductTypeChangeAttributeNameAction, io.vrap.rmf.base.client.ModelBase

Renames an AttributeDefinition and also renames all corresponding Attributes on all Products with this ProductType. The renaming of the Attributes is eventually consistent.

If the AttributeDefinition name to be changed does not exist, an AttributeNameDoesNotExist error is returned.