Class StandalonePriceChangeActiveChangeBuilder

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

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

     StandalonePriceChangeActiveChange standalonePriceChangeActiveChange = StandalonePriceChangeActiveChange.builder()
             .change("{change}")
             .previousValue(true)
             .nextValue(true)
             .build()