Class StagedQuoteUpdateBuilder

java.lang.Object
com.commercetools.api.models.staged_quote.StagedQuoteUpdateBuilder
All Implemented Interfaces:
Builder<StagedQuoteUpdate>

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

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

    • StagedQuoteUpdateBuilder

      public StagedQuoteUpdateBuilder()
  • Method Details