Package | Description |
---|---|
io.sphere.sdk.customers.commands |
Provides types to change the state of customers.
|
Modifier and Type | Method and Description |
---|---|
static CustomerInStoreDeleteCommand |
CustomerInStoreDeleteCommand.of(String storeKey,
Versioned<Customer> versioned) |
static CustomerInStoreDeleteCommand |
CustomerInStoreDeleteCommand.of(String storeKey,
Versioned<Customer> versioned,
boolean eraseData) |
static CustomerInStoreDeleteCommand |
CustomerInStoreDeleteCommand.ofKey(String storeKey,
String key,
Long version) |
static CustomerInStoreDeleteCommand |
CustomerInStoreDeleteCommand.ofKey(String storeKey,
String key,
Long version,
boolean eraseData) |