Class CustomerGroupDraftBuilder

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

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

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