Package | Description |
---|---|
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
io.sphere.sdk.orders.commands.updateactions |
Provides the possible operations which can be performed on update commands for orders.
|
io.sphere.sdk.orders.messages |
Provides model classes and builders for orders.
|
io.sphere.sdk.orders.queries |
Provides types to retrieve the state of orders.
|
Modifier and Type | Method and Description |
---|---|
ShipmentState |
OrderFromCartDraft.getShipmentState() |
ShipmentState |
OrderImportDraft.getShipmentState() |
ShipmentState |
Order.getShipmentState()
Shipment state of this order.
|
ShipmentState |
OrderFromCartDraftBuilder.getShipmentState() |
ShipmentState |
OrderFromCartDraftDsl.getShipmentState() |
static ShipmentState |
ShipmentState.ofSphereValue(String value) |
static ShipmentState |
ShipmentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShipmentState[] |
ShipmentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OrderImportDraftBuilder |
OrderImportDraftBuilder.shipmentState(ShipmentState shipmentState) |
OrderFromCartDraftBuilder |
OrderFromCartDraftBuilder.shipmentState(ShipmentState shipmentState)
Sets the
shipmentState property of this builder. |
OrderFromCartDraftDsl |
OrderFromCartDraftDsl.withShipmentState(ShipmentState shipmentState) |
Modifier and Type | Method and Description |
---|---|
ShipmentState |
ChangeShipmentState.getShipmentState() |
Modifier and Type | Method and Description |
---|---|
static ChangeShipmentState |
ChangeShipmentState.of(ShipmentState shipmentState) |
Modifier and Type | Method and Description |
---|---|
ShipmentState |
OrderShipmentStateChangedMessage.getShipmentState() |
Modifier and Type | Method and Description |
---|---|
SphereEnumerationQueryModel<Order,ShipmentState> |
OrderQueryModel.shipmentState() |