Package | Description |
---|---|
io.sphere.sdk.customergroups |
Provides model classes and builders for customer groups.
|
io.sphere.sdk.customergroups.commands |
Provides types to change the state of customer groups.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomerGroupDraftDsl
Dsl class for
CustomerGroupDraft . |
Modifier and Type | Method and Description |
---|---|
static CustomerGroupDraft |
CustomerGroupDraft.of(String groupName) |
static CustomerGroupDraft |
CustomerGroupDraft.of(String groupName,
String key) |
Modifier and Type | Method and Description |
---|---|
static CustomerGroupDraftDsl |
CustomerGroupDraftDsl.of(CustomerGroupDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static CustomerGroupDraftBuilder |
CustomerGroupDraftBuilder.of(CustomerGroupDraft template)
Creates a new object initialized with the fields of the template parameter.
|
Modifier and Type | Method and Description |
---|---|
static CustomerGroupCreateCommand |
CustomerGroupCreateCommand.of(CustomerGroupDraft draft)
Creates a command object to create a
CustomerGroup . |