Interface ProductTypeChangePlainEnumValueOrderAction

All Superinterfaces:
ProductTypeUpdateAction, ResourceUpdateAction<ProductTypeUpdateAction>

public interface ProductTypeChangePlainEnumValueOrderAction extends ProductTypeUpdateAction

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


Example to create an instance using the builder pattern

     ProductTypeChangePlainEnumValueOrderAction productTypeChangePlainEnumValueOrderAction = ProductTypeChangePlainEnumValueOrderAction.builder()
             .attributeName("{attributeName}")
             .plusValues(valuesBuilder -> valuesBuilder)
             .build()