Class CustomerGroupSetCustomTypeActionBuilder

java.lang.Object
com.commercetools.api.models.customer_group.CustomerGroupSetCustomTypeActionBuilder
All Implemented Interfaces:
Builder<CustomerGroupSetCustomTypeAction>

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

     CustomerGroupSetCustomTypeAction customerGroupSetCustomTypeAction = CustomerGroupSetCustomTypeAction.builder()
             .build()