Interface ProductTypeAddLocalizedEnumValueAction

All Superinterfaces:
ProductTypeUpdateAction, ResourceUpdateAction<ProductTypeUpdateAction>

public interface ProductTypeAddLocalizedEnumValueAction extends ProductTypeUpdateAction

Adds a localizable enum to the values of AttributeLocalizedEnumType. It can update an AttributeLocalizedEnumType AttributeDefinition or an AttributeSetType of AttributeLocalizedEnumType AttributeDefinition.


Example to create an instance using the builder pattern

     ProductTypeAddLocalizedEnumValueAction productTypeAddLocalizedEnumValueAction = ProductTypeAddLocalizedEnumValueAction.builder()
             .attributeName("{attributeName}")
             .value(valueBuilder -> valueBuilder)
             .build()