Interface ProductTypeChangePlainEnumValueLabelAction

All Superinterfaces:
ProductTypeUpdateAction, ResourceUpdateAction<ProductTypeUpdateAction>

public interface ProductTypeChangePlainEnumValueLabelAction extends ProductTypeUpdateAction

Updates the label of a single enum value in an AttributeEnumType AttributeDefinition, or AttributeSetType of AttributeEnumType AttributeDefinition.

All Products will be updated to the new label in an eventually consistent way.


Example to create an instance using the builder pattern

     ProductTypeChangePlainEnumValueLabelAction productTypeChangePlainEnumValueLabelAction = ProductTypeChangePlainEnumValueLabelAction.builder()
             .attributeName("{attributeName}")
             .newValue(newValueBuilder -> newValueBuilder)
             .build()