Class ProductDiscountChangePredicateActionBuilder

java.lang.Object
com.commercetools.api.models.product_discount.ProductDiscountChangePredicateActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<ProductDiscountChangePredicateAction>

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

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