Class StandalonePriceSetValidFromAndUntilChangeBuilder

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

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

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