Interface StandalonePriceChangeValueAction

All Superinterfaces:
ResourceUpdateAction<StandalonePriceUpdateAction>, StandalonePriceUpdateAction
All Known Implementing Classes:
StandalonePriceChangeValueActionImpl

Updating the value of a StandalonePrice produces the StandalonePriceValueChangedMessage.


Example to create an instance using the builder pattern

     StandalonePriceChangeValueAction standalonePriceChangeValueAction = StandalonePriceChangeValueAction.builder()
             .value(valueBuilder -> valueBuilder)
             .build()