public interface StoreDraft extends CustomDraft, WithKey
Modifier and Type | Method and Description |
---|---|
CustomFieldsDraft |
getCustom() |
List<ResourceIdentifier<Channel>> |
getDistributionChannels() |
String |
getKey() |
List<String> |
getLanguages() |
LocalizedString |
getName() |
List<ProductSelectionSettingDraft> |
getProductSelections() |
List<ResourceIdentifier<Channel>> |
getSupplyChannels() |
static StoreDraftDsl |
of(String key,
LocalizedString name) |
@Nullable LocalizedString getName()
@Nullable List<ResourceIdentifier<Channel>> getDistributionChannels()
@Nullable List<ResourceIdentifier<Channel>> getSupplyChannels()
@Nullable List<ProductSelectionSettingDraft> getProductSelections()
@Nullable CustomFieldsDraft getCustom()
getCustom
in interface CustomDraft
static StoreDraftDsl of(String key, @Nullable LocalizedString name)