Package | Description |
---|---|
io.sphere.sdk.stores | |
io.sphere.sdk.stores.commands |
Modifier and Type | Class and Description |
---|---|
class |
StoreDraftDsl
Dsl class for
StoreDraft . |
Modifier and Type | Method and Description |
---|---|
static StoreDraftDsl |
StoreDraftDsl.of(StoreDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static StoreDraftBuilder |
StoreDraftBuilder.of(StoreDraft template)
Creates a new object initialized with the fields of the template parameter.
|
Modifier and Type | Method and Description |
---|---|
static StoreCreateCommand |
StoreCreateCommand.of(StoreDraft draft)
Creates a command object to create a
Store . |