Package | Description |
---|---|
io.sphere.sdk.products |
Provides model classes and builders for products.
|
io.sphere.sdk.products.commands |
Provides types to change the state of products.
|
Modifier and Type | Class and Description |
---|---|
class |
ProductDraftDsl
Dsl class for
ProductDraft . |
Modifier and Type | Method and Description |
---|---|
static ProductDraftDsl |
ProductDraftDsl.of(ProductDraft template)
Creates a new object initialized with the fields of the template parameter.
|
Modifier and Type | Method and Description |
---|---|
static ProductCreateCommand |
ProductCreateCommand.of(ProductDraft draft) |