Class CustomerSetCustomTypeActionBuilder

java.lang.Object
com.commercetools.api.models.customer.CustomerSetCustomTypeActionBuilder
All Implemented Interfaces:
Builder<CustomerSetCustomTypeAction>

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

     CustomerSetCustomTypeAction customerSetCustomTypeAction = CustomerSetCustomTypeAction.builder()
             .build()