Class StagedQuoteSetCustomFieldActionBuilder

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

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

     StagedQuoteSetCustomFieldAction stagedQuoteSetCustomFieldAction = StagedQuoteSetCustomFieldAction.builder()
             .name("{name}")
             .build()