Interface ProductTypeChangeLocalizedEnumValueOrderAction

All Superinterfaces:
ProductTypeUpdateAction, ResourceUpdateAction<ProductTypeUpdateAction>

public interface ProductTypeChangeLocalizedEnumValueOrderAction extends ProductTypeUpdateAction

Updates the order of localized enum values in an AttributeLocalizedEnumType AttributeDefinition. It can update an AttributeLocalizedEnumType AttributeDefinition or an AttributeSetType of AttributeLocalizedEnumType AttributeDefinition.


Example to create an instance using the builder pattern

     ProductTypeChangeLocalizedEnumValueOrderAction productTypeChangeLocalizedEnumValueOrderAction = ProductTypeChangeLocalizedEnumValueOrderAction.builder()
             .attributeName("{attributeName}")
             .plusValues(valuesBuilder -> valuesBuilder)
             .build()