Package | Description |
---|---|
io.sphere.sdk.commands |
This package provide tools to change objects in Composable Commerce.
|
io.sphere.sdk.orderedits | |
io.sphere.sdk.orderedits.commands.stagedactions |
Modifier and Type | Class and Description |
---|---|
class |
StagedUpdateActionBase<T>
Operation which can be performed to change the state of a resource in Composable Commerce.
|
Modifier and Type | Method and Description |
---|---|
List<StagedUpdateAction<OrderEdit>> |
OrderEditDraft.getStagedActions() |
List<StagedUpdateAction<OrderEdit>> |
OrderEditDraftBuilder.getStagedActions() |
List<StagedUpdateAction<OrderEdit>> |
OrderEditDraftDsl.getStagedActions() |
Modifier and Type | Method and Description |
---|---|
OrderEditDraftBuilder |
OrderEditDraftBuilder.plusStagedActions(StagedUpdateAction<OrderEdit> stagedActions)
Adds
stagedActions parameter to the stagedActions list property of this builder. |
Modifier and Type | Method and Description |
---|---|
static OrderEditDraftBuilder |
OrderEditDraftBuilder.of(Reference<Order> resource,
List<StagedUpdateAction<OrderEdit>> stagedActions)
Creates a new object initialized with the given values.
|
static OrderEditDraftDsl |
OrderEditDraftDsl.of(Reference<Order> resource,
List<StagedUpdateAction<OrderEdit>> stagedActions)
Creates a new object initialized with the given values.
|
static OrderEditDraftBuilder |
OrderEditDraftBuilder.of(String key,
Reference<Order> resource,
List<StagedUpdateAction<OrderEdit>> stagedActions,
CustomFieldsDraft custom,
String comment,
Boolean dryRun)
Creates a new object initialized with the given values.
|
static OrderEditDraftDsl |
OrderEditDraftDsl.of(String key,
Reference<Order> resource,
List<StagedUpdateAction<OrderEdit>> stagedActions,
CustomFieldsDraft custom,
String comment,
Boolean dryRun)
Creates a new object initialized with the given values.
|
OrderEditDraftBuilder |
OrderEditDraftBuilder.plusStagedActions(List<StagedUpdateAction<OrderEdit>> stagedActions)
Concatenate
stagedActions parameter to the stagedActions list property of this builder. |
OrderEditDraftBuilder |
OrderEditDraftBuilder.stagedActions(List<StagedUpdateAction<OrderEdit>> stagedActions)
Sets the
stagedActions property of this builder. |
OrderEditDraftDsl |
OrderEditDraftDsl.withStagedActions(List<StagedUpdateAction<OrderEdit>> stagedActions) |
Modifier and Type | Interface and Description |
---|---|
interface |
OrderEditStagedUpdateAction |