Class StandalonePriceUpdateBuilder

java.lang.Object
com.commercetools.api.models.standalone_price.StandalonePriceUpdateBuilder
All Implemented Interfaces:
Builder<StandalonePriceUpdate>

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

     StandalonePriceUpdate standalonePriceUpdate = StandalonePriceUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()