Package | Description |
---|---|
io.sphere.sdk.stores |
Modifier and Type | Method and Description |
---|---|
StoreDraftBuilder |
StoreDraftBuilder.custom(CustomFieldsDraft custom)
Sets the
custom property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.distributionChannels(List<ResourceIdentifier<Channel>> distributionChannels)
Sets the
distributionChannels property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.key(String key)
Sets the
key property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.languages(List<String> languages)
Sets the
languages property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.name(LocalizedString name)
Sets the
name property of this builder. |
StoreDraftBuilder |
StoreDraftDsl.newBuilder()
Creates a new builder with the values of this object.
|
static StoreDraftBuilder |
StoreDraftBuilder.of(StoreDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static StoreDraftBuilder |
StoreDraftBuilder.of(String key)
Creates a new object initialized with the given values.
|
static StoreDraftBuilder |
StoreDraftBuilder.of(String key,
LocalizedString name)
Creates a new object initialized with the given values.
|
static StoreDraftBuilder |
StoreDraftBuilder.of(String key,
LocalizedString name,
List<String> languages)
Creates a new object initialized with the given values.
|
StoreDraftBuilder |
StoreDraftBuilder.plusDistributionChannels(List<ResourceIdentifier<Channel>> distributionChannels)
Concatenate
distributionChannels parameter to the distributionChannels list property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.plusDistributionChannels(ResourceIdentifier<Channel> distributionChannels)
Adds
distributionChannels parameter to the distributionChannels list property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.plusLanguages(List<String> languages)
Concatenate
languages parameter to the languages list property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.plusLanguages(String languages)
Adds
languages parameter to the languages list property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.plusProductSelections(List<ProductSelectionSettingDraft> productSelections)
Concatenate
productSelections parameter to the productSelections list property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.plusProductSelections(ProductSelectionSettingDraft productSelections)
Adds
productSelections parameter to the productSelections list property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.plusSupplyChannels(List<ResourceIdentifier<Channel>> supplyChannels)
Concatenate
supplyChannels parameter to the supplyChannels list property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.plusSupplyChannels(ResourceIdentifier<Channel> supplyChannels)
Adds
supplyChannels parameter to the supplyChannels list property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.productSelections(List<ProductSelectionSettingDraft> productSelections)
Sets the
productSelections property of this builder. |
StoreDraftBuilder |
StoreDraftBuilder.supplyChannels(List<ResourceIdentifier<Channel>> supplyChannels)
Sets the
supplyChannels property of this builder. |