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