Interface ProductTypeChangePlainEnumValueOrderAction

All Superinterfaces:
ProductTypeUpdateAction, ResourceUpdateAction<ProductTypeUpdateAction>
All Known Implementing Classes:
ProductTypeChangePlainEnumValueOrderActionImpl

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()