Class StagedQuoteSetCustomTypeActionBuilder

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

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

     StagedQuoteSetCustomTypeAction stagedQuoteSetCustomTypeAction = StagedQuoteSetCustomTypeAction.builder()
             .build()