Class StandalonePriceApplyStagedChangesActionBuilder

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

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

     StandalonePriceApplyStagedChangesAction standalonePriceApplyStagedChangesAction = StandalonePriceApplyStagedChangesAction.builder()
             .build()