Package | Description |
---|---|
io.sphere.sdk.orderedits | |
io.sphere.sdk.orderedits.commands | |
io.sphere.sdk.orderedits.expansion |
Provides reference expansion models for orderedits.
|
io.sphere.sdk.orderedits.queries | |
io.sphere.sdk.orders.messages |
Provides model classes and builders for orders.
|
io.sphere.sdk.shippingmethods.queries |
Provides types to retrieve the state of shipping methods.
|
Modifier and Type | Method and Description |
---|---|
List<StagedUpdateAction<OrderEdit>> |
OrderEditDraft.getStagedActions() |
List<StagedUpdateAction<OrderEdit>> |
OrderEditDraftBuilder.getStagedActions() |
List<StagedUpdateAction<OrderEdit>> |
OrderEditDraftDsl.getStagedActions() |
static Reference<OrderEdit> |
OrderEdit.referenceOfId(String id)
Creates a reference for one item of this class by a known ID.
|
default Reference<OrderEdit> |
OrderEdit.toReference() |
static com.fasterxml.jackson.core.type.TypeReference<OrderEdit> |
OrderEdit.typeReference() |
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.plusStagedActions(StagedUpdateAction<OrderEdit> stagedActions)
Adds
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 | Method and Description |
---|---|
static OrderEditDeleteCommand |
OrderEditDeleteCommand.of(Versioned<OrderEdit> versioned)
Creates a command object to delete a
OrderEdit by ID. |
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,
List<? extends UpdateAction<OrderEdit>> updateActions)
Creates a command to update a OrderEdit selected by its ID using several update actions.
|
static OrderEditApplyCommand |
OrderEditApplyCommand.of(Versioned<OrderEdit> orderEditVersioned,
Long resourceVersion)
Creates a new instance of
OrderEditApplyCommand |
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.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.
|
Modifier and Type | Method and Description |
---|---|
static OrderEditExpansionModel<OrderEdit> |
OrderEditExpansionModel.of() |
Modifier and Type | Method and Description |
---|---|
StringQuerySortingModel<OrderEdit> |
OrderEditQueryModel.comment() |
List<ExpansionPath<OrderEdit>> |
OrderEditByIdGet.expansionPaths() |
List<ExpansionPath<OrderEdit>> |
OrderEditByKeyGet.expansionPaths() |
StringQuerySortingModel<OrderEdit> |
OrderEditQueryModel.key() |
ReferenceQueryModel<OrderEdit,Order> |
OrderEditQueryModel.resource() |
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<OrderEdit>> |
OrderEditQuery.resultTypeReference()
Creates a container which contains the full Java type information to deserialize the query result (NOT this class) from JSON.
|
Modifier and Type | Method and Description |
---|---|
Reference<OrderEdit> |
OrderEditAppliedMessage.getEdit() |
Modifier and Type | Method and Description |
---|---|
static ShippingMethodsByOrderEditGet |
ShippingMethodsByOrderEditGet.of(Identifiable<OrderEdit> orderEdit,
com.neovisionaries.i18n.CountryCode countryCode) |
static ShippingMethodsByOrderEditGet |
ShippingMethodsByOrderEditGet.of(Identifiable<OrderEdit> orderEdit,
com.neovisionaries.i18n.CountryCode countryCode,
String state) |