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