Class ProductDiscountChangePredicateActionBuilder

java.lang.Object
com.commercetools.api.models.product_discount.ProductDiscountChangePredicateActionBuilder
All Implemented Interfaces:
Builder<ProductDiscountChangePredicateAction>

public class ProductDiscountChangePredicateActionBuilder extends Object implements Builder<ProductDiscountChangePredicateAction>
ProductDiscountChangePredicateActionBuilder
Example to create an instance using the builder pattern

     ProductDiscountChangePredicateAction productDiscountChangePredicateAction = ProductDiscountChangePredicateAction.builder()
             .predicate("{predicate}")
             .build()