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()
 
  • Field Details

    • CHANGE_PLAIN_ENUM_VALUE_ORDER

      static final String CHANGE_PLAIN_ENUM_VALUE_ORDER
      discriminator value for ProductTypeChangePlainEnumValueOrderAction
      See Also:
  • Method Details