Class CustomerGroupSetKeyActionBuilder

java.lang.Object
com.commercetools.api.models.customer_group.CustomerGroupSetKeyActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<CustomerGroupSetKeyAction>

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

     CustomerGroupSetKeyAction customerGroupSetKeyAction = CustomerGroupSetKeyAction.builder()
             .build()