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