Class ProductDiscountChangeValueActionBuilder

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

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

     ProductDiscountChangeValueAction productDiscountChangeValueAction = ProductDiscountChangeValueAction.builder()
             .value(valueBuilder -> valueBuilder)
             .build()