Class StandalonePriceSetValidUntilChangeBuilder

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

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

     StandalonePriceSetValidUntilChange standalonePriceSetValidUntilChange = StandalonePriceSetValidUntilChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()