Class StandalonePriceValueChangedMessagePayloadBuilder

java.lang.Object
com.commercetools.api.models.message.StandalonePriceValueChangedMessagePayloadBuilder
All Implemented Interfaces:
Builder<StandalonePriceValueChangedMessagePayload>

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

     StandalonePriceValueChangedMessagePayload standalonePriceValueChangedMessagePayload = StandalonePriceValueChangedMessagePayload.builder()
             .value(valueBuilder -> valueBuilder)
             .staged(true)
             .build()