Class StagedQuoteUpdateBuilder

java.lang.Object
com.commercetools.api.models.staged_quote.StagedQuoteUpdateBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<StagedQuoteUpdate>

public class StagedQuoteUpdateBuilder extends Object implements io.vrap.rmf.base.client.Builder<StagedQuoteUpdate>
StagedQuoteUpdateBuilder
Example to create an instance using the builder pattern

     StagedQuoteUpdate stagedQuoteUpdate = StagedQuoteUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()