Interface CustomerGroupDraft

All Superinterfaces:
CustomizableDraft<CustomerGroupDraft>, io.vrap.rmf.base.client.Draft<CustomerGroupDraft>, WithKey
All Known Implementing Classes:
CustomerGroupDraftImpl

public interface CustomerGroupDraft extends CustomizableDraft<CustomerGroupDraft>, WithKey, io.vrap.rmf.base.client.Draft<CustomerGroupDraft>
CustomerGroupDraft
Example to create an instance using the builder pattern

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