| Package | Description |
|---|---|
| io.sphere.sdk.stores | |
| io.sphere.sdk.stores.commands.updateactions |
| Modifier and Type | Class and Description |
|---|---|
class |
ProductSelectionSettingDraftDsl
Dsl class for
ProductSelectionSettingDraft. |
| Modifier and Type | Method and Description |
|---|---|
List<ProductSelectionSettingDraft> |
StoreDraft.getProductSelections() |
List<ProductSelectionSettingDraft> |
StoreDraftDsl.getProductSelections() |
List<ProductSelectionSettingDraft> |
StoreDraftBuilder.getProductSelections() |
| Modifier and Type | Method and Description |
|---|---|
static ProductSelectionSettingDraftBuilder |
ProductSelectionSettingDraftBuilder.of(ProductSelectionSettingDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static ProductSelectionSettingDraftDsl |
ProductSelectionSettingDraftDsl.of(ProductSelectionSettingDraft template)
Creates a new object initialized with the fields of the template parameter.
|
StoreDraftBuilder |
StoreDraftBuilder.plusProductSelections(ProductSelectionSettingDraft productSelections)
Adds
productSelections parameter to the productSelections list property of this builder. |
| Modifier and Type | Method and Description |
|---|---|
StoreDraftBuilder |
StoreDraftBuilder.plusProductSelections(List<ProductSelectionSettingDraft> productSelections)
Concatenate
productSelections parameter to the productSelections list property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.productSelections(List<ProductSelectionSettingDraft> productSelections)
Sets the
productSelections property of this builder. |
StoreDraftDsl |
StoreDraftDsl.withProductSelections(List<ProductSelectionSettingDraft> productSelections) |
| Modifier and Type | Method and Description |
|---|---|
ProductSelectionSettingDraft |
AddProductSelection.getProductSelection() |
| Modifier and Type | Method and Description |
|---|---|
List<ProductSelectionSettingDraft> |
SetProductSelections.getProductSelection() |
| Modifier and Type | Method and Description |
|---|---|
static AddProductSelection |
AddProductSelection.of(ProductSelectionSettingDraft productSelection) |
| Modifier and Type | Method and Description |
|---|---|
static SetProductSelections |
SetProductSelections.of(List<ProductSelectionSettingDraft> productSelections) |