Package | Description |
---|---|
io.sphere.sdk.models |
Provides the common API types of Composable Commerce.
|
Modifier and Type | Method and Description |
---|---|
static AssetDraftDsl |
AssetDraftDsl.of(AssetDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static AssetDraftDsl |
AssetDraftDsl.of(List<AssetSource> sources,
LocalizedString name)
Creates a new object initialized with the given values.
|
AssetDraftDsl |
AssetDraftDsl.withCustom(CustomFieldsDraft custom) |
AssetDraftDsl |
AssetDraftDsl.withDescription(LocalizedString description) |
AssetDraftDsl |
AssetDraftDsl.withKey(String key) |
AssetDraftDsl |
AssetDraftDsl.withName(LocalizedString name) |
AssetDraftDsl |
AssetDraftDsl.withSources(List<AssetSource> sources) |
AssetDraftDsl |
AssetDraftDsl.withTags(Set<String> tags) |