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