Package | Description |
---|---|
io.sphere.sdk.customers.commands |
Provides types to change the state of customers.
|
Modifier and Type | Method and Description |
---|---|
static CustomerInStoreUpdateCommand |
CustomerInStoreUpdateCommand.of(Versioned<Customer> versioned,
String storeKey,
List<? extends UpdateAction<Customer>> updateActions) |
static CustomerInStoreUpdateCommand |
CustomerInStoreUpdateCommand.of(Versioned<Customer> versioned,
String storeKey,
UpdateAction<Customer> updateAction,
UpdateAction<Customer>... updateActions) |
static CustomerInStoreUpdateCommand |
CustomerInStoreUpdateCommand.ofKey(String key,
Long version,
String storeKey,
List<? extends UpdateAction<Customer>> updateActions) |
static CustomerInStoreUpdateCommand |
CustomerInStoreUpdateCommand.ofKey(String key,
Long version,
String storeKey,
UpdateAction<Customer> updateAction) |