Package | Description |
---|---|
io.sphere.sdk.productselections.commands |
Provides types to change the state of product selection.
|
Modifier and Type | Method and Description |
---|---|
static ProductSelectionDeleteCommand |
ProductSelectionDeleteCommand.of(Versioned<ProductSelection> versioned)
Creates a command object to delete a
ProductSelection by ID. |
static ProductSelectionDeleteCommand |
ProductSelectionDeleteCommand.ofId(String id,
Long version)
Creates a command object to delete a
ProductSelection by its id. |
static ProductSelectionDeleteCommand |
ProductSelectionDeleteCommand.ofKey(String key,
Long version)
Creates a command object to delete a
ProductSelection by its key. |