Package | Description |
---|---|
io.sphere.sdk.stores |
Modifier and Type | Method and Description |
---|---|
StoreDraftDsl |
StoreDraftBuilder.build()
Creates a new instance of
StoreDraftDsl with the values of this builder. |
static StoreDraftDsl |
StoreDraftDsl.of(StoreDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static StoreDraftDsl |
StoreDraftDsl.of(String key)
Creates a new object initialized with the given values.
|
static StoreDraftDsl |
StoreDraft.of(String key,
LocalizedString name) |
static StoreDraftDsl |
StoreDraftDsl.of(String key,
LocalizedString name)
Creates a new object initialized with the given values.
|
static StoreDraftDsl |
StoreDraftDsl.of(String key,
LocalizedString name,
List<String> languages)
Creates a new object initialized with the given values.
|
StoreDraftDsl |
StoreDraftDsl.withCustom(CustomFieldsDraft custom) |
StoreDraftDsl |
StoreDraftDsl.withDistributionChannels(List<ResourceIdentifier<Channel>> distributionChannels) |
StoreDraftDsl |
StoreDraftDsl.withKey(String key) |
StoreDraftDsl |
StoreDraftDsl.withLanguages(List<String> languages) |
StoreDraftDsl |
StoreDraftDsl.withName(LocalizedString name) |
StoreDraftDsl |
StoreDraftDsl.withProductSelections(List<ProductSelectionSettingDraft> productSelections) |
StoreDraftDsl |
StoreDraftDsl.withSupplyChannels(List<ResourceIdentifier<Channel>> supplyChannels) |