Class SetShippingInfoDiscountedPriceChangeBuilder

java.lang.Object
com.commercetools.history.models.change.SetShippingInfoDiscountedPriceChangeBuilder
All Implemented Interfaces:
Builder<SetShippingInfoDiscountedPriceChange>

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

     SetShippingInfoDiscountedPriceChange setShippingInfoDiscountedPriceChange = SetShippingInfoDiscountedPriceChange.builder()
             .change("{change}")
             .previousValue(previousValueBuilder -> previousValueBuilder)
             .nextValue(nextValueBuilder -> nextValueBuilder)
             .build()