| Package | Description |
|---|---|
| io.sphere.sdk.customergroups |
Provides model classes and builders for customer groups.
|
| Modifier and Type | Method and Description |
|---|---|
CustomerGroupDraftDsl |
CustomerGroupDraftBuilder.build()
Creates a new instance of
CustomerGroupDraftDsl with the values of this builder. |
static CustomerGroupDraftDsl |
CustomerGroupDraftDsl.of(CustomerGroupDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static CustomerGroupDraftDsl |
CustomerGroupDraftDsl.of(String groupName)
Creates a new object initialized with the given values.
|
CustomerGroupDraftDsl |
CustomerGroupDraftDsl.withCustom(CustomFieldsDraft custom) |
CustomerGroupDraftDsl |
CustomerGroupDraftDsl.withGroupName(String groupName) |
CustomerGroupDraftDsl |
CustomerGroupDraftDsl.withKey(String key) |