Class QuoteChangeCustomerActionBuilder

java.lang.Object
com.commercetools.api.models.quote.QuoteChangeCustomerActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<QuoteChangeCustomerAction>

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

     QuoteChangeCustomerAction quoteChangeCustomerAction = QuoteChangeCustomerAction.builder()
             .customer(customerBuilder -> customerBuilder)
             .build()