Package | Description |
---|---|
io.sphere.sdk.orderedits.commands |
Modifier and Type | Method and Description |
---|---|
static OrderEditUpdateCommand |
OrderEditUpdateCommand.of(Versioned<OrderEdit> versioned,
List<? extends UpdateAction<OrderEdit>> updateActions)
Creates a command to update a OrderEdit selected by its ID using several update actions.
|
static OrderEditUpdateCommand |
OrderEditUpdateCommand.of(Versioned<OrderEdit> versioned,
UpdateAction<OrderEdit> updateAction,
UpdateAction<OrderEdit>... updateActions)
Creates a command to update a OrderEdit selected by its ID using one update action.
|
static OrderEditUpdateCommand |
OrderEditUpdateCommand.ofKey(String key,
Long version,
List<? extends UpdateAction<OrderEdit>> updateActions)
Creates a command to update a OrderEdit selected by its key using several update actions.
|
static OrderEditUpdateCommand |
OrderEditUpdateCommand.ofKey(String key,
Long version,
UpdateAction<OrderEdit> updateAction)
Creates a command to update a OrderEdit selected by its key using one update action.
|