Package | Description |
---|---|
io.sphere.sdk.stores.commands |
Modifier and Type | Method and Description |
---|---|
static StoreUpdateCommand |
StoreUpdateCommand.of(Versioned<Store> versioned,
List<? extends UpdateAction<Store>> updateActions)
Creates a command to update a Store selected by its ID using several update actions.
|
static StoreUpdateCommand |
StoreUpdateCommand.of(Versioned<Store> versioned,
UpdateAction<Store> updateAction,
UpdateAction<Store>... updateActions)
Creates a command to update a Store selected by its ID using one update action.
|