Interface ProductTypeChangeAttributeOrderByNameAction

All Superinterfaces:
ProductTypeUpdateAction, ResourceUpdateAction<ProductTypeUpdateAction>

public interface ProductTypeChangeAttributeOrderByNameAction extends ProductTypeUpdateAction
ProductTypeChangeAttributeOrderByNameAction
Example to create an instance using the builder pattern

     ProductTypeChangeAttributeOrderByNameAction productTypeChangeAttributeOrderByNameAction = ProductTypeChangeAttributeOrderByNameAction.builder()
             .plusAttributeNames(attributeNamesBuilder -> attributeNamesBuilder)
             .build()