Class ProductTypeChangeAttributeConstraintActionBuilder

java.lang.Object
com.commercetools.api.models.product_type.ProductTypeChangeAttributeConstraintActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<ProductTypeChangeAttributeConstraintAction>

public class ProductTypeChangeAttributeConstraintActionBuilder extends Object implements io.vrap.rmf.base.client.Builder<ProductTypeChangeAttributeConstraintAction>
ProductTypeChangeAttributeConstraintActionBuilder
Example to create an instance using the builder pattern

     ProductTypeChangeAttributeConstraintAction productTypeChangeAttributeConstraintAction = ProductTypeChangeAttributeConstraintAction.builder()
             .attributeName("{attributeName}")
             .newValue(AttributeConstraintEnumDraft.NONE)
             .build()