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