public interface CustomerGroupDraft extends WithKey, CustomDraft
Draft for a customer group.
CustomerGroupCreateCommand
,
CustomerGroup
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
getCustom() |
String |
getGroupName() |
String |
getKey() |
static CustomerGroupDraft |
of(String groupName) |
static CustomerGroupDraft |
of(String groupName,
String key) |
String getGroupName()
@Nullable CustomFieldsDraft getCustom()
getCustom
in interface CustomDraft
static CustomerGroupDraft of(String groupName)
static CustomerGroupDraft of(String groupName, @Nullable String key)