Class CustomerGroupDraftBuilder

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

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

     CustomerGroupDraft customerGroupDraft = CustomerGroupDraft.builder()
             .groupName("{groupName}")
             .build()
 
  • Constructor Details

    • CustomerGroupDraftBuilder

      public CustomerGroupDraftBuilder()
  • Method Details