Interface ProductTypeChangeAttributeOrderByNameAction

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

ProductTypeChangeAttributeOrderByNameAction
Example to create an instance using the builder pattern

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