Class StagedQuoteSetSellerCommentActionBuilder

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

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

     StagedQuoteSetSellerCommentAction stagedQuoteSetSellerCommentAction = StagedQuoteSetSellerCommentAction.builder()
             .build()