Class StandalonePriceSetKeyChangeBuilder

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

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

     StandalonePriceSetKeyChange standalonePriceSetKeyChange = StandalonePriceSetKeyChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()
 
  • Constructor Details

    • StandalonePriceSetKeyChangeBuilder

      public StandalonePriceSetKeyChangeBuilder()
  • Method Details