Package | Description |
---|---|
io.sphere.sdk.orderedits.commands |
Modifier and Type | Method and Description |
---|---|
static OrderEditDeleteCommand |
OrderEditDeleteCommand.of(Versioned<OrderEdit> versioned)
Creates a command object to delete a
OrderEdit by ID. |
static OrderEditDeleteCommand |
OrderEditDeleteCommand.ofId(String id,
Long version)
Creates a command object to delete a
OrderEdit by its id. |
static OrderEditDeleteCommand |
OrderEditDeleteCommand.ofKey(String key,
Long version)
Creates a command object to delete a
OrderEdit by its key. |