Class StagedQuoteSetSellerCommentActionBuilder

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

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

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