Package | Description |
---|---|
io.sphere.sdk.extensions | |
io.sphere.sdk.extensions.commands |
Modifier and Type | Class and Description |
---|---|
class |
ExtensionDraftDsl
Dsl class for
ExtensionDraft . |
Modifier and Type | Method and Description |
---|---|
static ExtensionDraftBuilder |
ExtensionDraftBuilder.of(ExtensionDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static ExtensionDraftDsl |
ExtensionDraftDsl.of(ExtensionDraft template)
Creates a new object initialized with the fields of the template parameter.
|
Modifier and Type | Method and Description |
---|---|
static ExtensionCreateCommand |
ExtensionCreateCommand.of(ExtensionDraft draft)
Creates a command object to create a
Extension . |