Package | Description |
---|---|
io.sphere.sdk.categories |
Provides model types to organize products in a hierarchical structure.
|
io.sphere.sdk.categories.commands |
Provides types to change the state of categories.
|
Modifier and Type | Class and Description |
---|---|
class |
CategoryDraftDsl
Dsl class for
CategoryDraft . |
Modifier and Type | Method and Description |
---|---|
static CategoryDraftDsl |
CategoryDraftDsl.of(CategoryDraft template)
Creates a new object initialized with the fields of the template parameter.
|
Modifier and Type | Method and Description |
---|---|
static CategoryCreateCommand |
CategoryCreateCommand.of(CategoryDraft draft)
Creates a command object to create a
Category . |