Class QuoteSetCustomTypeActionBuilder

java.lang.Object
com.commercetools.api.models.quote.QuoteSetCustomTypeActionBuilder
All Implemented Interfaces:
Builder<QuoteSetCustomTypeAction>

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

     QuoteSetCustomTypeAction quoteSetCustomTypeAction = QuoteSetCustomTypeAction.builder()
             .build()