Interface ProductTypeChangeLabelAction

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

ProductTypeChangeLabelAction
Example to create an instance using the builder pattern

     ProductTypeChangeLabelAction productTypeChangeLabelAction = ProductTypeChangeLabelAction.builder()
             .attributeName("{attributeName}")
             .label(labelBuilder -> labelBuilder)
             .build()