Class CustomerGroupSetKeyActionBuilder

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

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

     CustomerGroupSetKeyAction customerGroupSetKeyAction = CustomerGroupSetKeyAction.builder()
             .build()
 
  • Constructor Details

    • CustomerGroupSetKeyActionBuilder

      public CustomerGroupSetKeyActionBuilder()
  • Method Details