Package | Description |
---|---|
io.sphere.sdk.stores |
Modifier and Type | Method and Description |
---|---|
ProductSelectionSettingDraftDsl |
ProductSelectionSettingDraftBuilder.build()
Creates a new instance of
ProductSelectionSettingDraftDsl with the values of this builder. |
static ProductSelectionSettingDraftDsl |
ProductSelectionSettingDraftDsl.of(ProductSelectionSettingDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static ProductSelectionSettingDraftDsl |
ProductSelectionSettingDraftDsl.of(ResourceIdentifier<ProductSelection> productSelection,
Boolean active)
Creates a new object initialized with the given values.
|
ProductSelectionSettingDraftDsl |
ProductSelectionSettingDraftDsl.withActive(Boolean active) |
ProductSelectionSettingDraftDsl |
ProductSelectionSettingDraftDsl.withProductSelection(ResourceIdentifier<ProductSelection> productSelection) |