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.
|
Modifier and Type | Method and Description |
---|---|
ReturnShipmentState |
LineItemReturnItemDraft.getShipmentState() |
ReturnShipmentState |
ReturnItem.getShipmentState() |
ReturnShipmentState |
ReturnItemDraft.getShipmentState() |
ReturnShipmentState |
CustomLineItemReturnItemDraft.getShipmentState() |
ReturnShipmentState |
LineItemReturnItemDraftBuilder.getShipmentState() |
ReturnShipmentState |
CustomLineItemReturnItemDraftDsl.getShipmentState() |
ReturnShipmentState |
CustomLineItemReturnItemDraftBuilder.getShipmentState() |
ReturnShipmentState |
LineItemReturnItemDraftDsl.getShipmentState() |
static ReturnShipmentState |
ReturnShipmentState.ofSphereValue(String value) |
static ReturnShipmentState |
ReturnShipmentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReturnShipmentState[] |
ReturnShipmentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static CustomLineItemReturnItemDraft |
CustomLineItemReturnItemDraft.of(long quantity,
CustomFieldsDraft custom,
String lineItemId,
ReturnShipmentState shipmentState,
String comment) |
static LineItemReturnItemDraft |
LineItemReturnItemDraft.of(long quantity,
String lineItemId,
ReturnShipmentState shipmentState) |
static CustomLineItemReturnItemDraft |
CustomLineItemReturnItemDraft.of(long quantity,
String lineItemId,
ReturnShipmentState shipmentState) |
static LineItemReturnItemDraft |
LineItemReturnItemDraft.of(long quantity,
String lineItemId,
ReturnShipmentState shipmentState,
String comment) |
static CustomLineItemReturnItemDraft |
CustomLineItemReturnItemDraft.of(long quantity,
String lineItemId,
ReturnShipmentState shipmentState,
String comment) |
static LineItemReturnItemDraft |
LineItemReturnItemDraft.of(long quantity,
String lineItemId,
ReturnShipmentState shipmentState,
String comment,
CustomFieldsDraft custom) |
static LineItemReturnItemDraftBuilder |
LineItemReturnItemDraftBuilder.of(Long quantity,
String lineItemId,
ReturnShipmentState shipmentState,
String comment,
CustomFieldsDraft custom)
Creates a new object initialized with the given values.
|
static CustomLineItemReturnItemDraftDsl |
CustomLineItemReturnItemDraftDsl.of(Long quantity,
String customLineItemId,
ReturnShipmentState shipmentState,
String comment,
CustomFieldsDraft custom)
Creates a new object initialized with the given values.
|
static CustomLineItemReturnItemDraftBuilder |
CustomLineItemReturnItemDraftBuilder.of(Long quantity,
String customLineItemId,
ReturnShipmentState shipmentState,
String comment,
CustomFieldsDraft custom)
Creates a new object initialized with the given values.
|
static LineItemReturnItemDraftDsl |
LineItemReturnItemDraftDsl.of(Long quantity,
String lineItemId,
ReturnShipmentState shipmentState,
String comment,
CustomFieldsDraft custom)
Creates a new object initialized with the given values.
|
static LineItemReturnItem |
LineItemReturnItem.of(String id,
Long quantity,
String lineItemId,
String comment,
ReturnShipmentState shipmentState,
ReturnPaymentState paymentState,
CustomFields custom,
ZonedDateTime createdAt,
ZonedDateTime lastModifiedAt) |
static LineItemReturnItem |
LineItemReturnItem.of(String id,
Long quantity,
String lineItemId,
String comment,
ReturnShipmentState shipmentState,
ReturnPaymentState paymentState,
ZonedDateTime createdAt,
ZonedDateTime lastModifiedAt) |
static CustomLineItemReturnItem |
CustomLineItemReturnItem.of(String comment,
ZonedDateTime createdAt,
String customLineItemId,
String id,
ZonedDateTime lastModifiedAt,
ReturnPaymentState paymentState,
Long quantity,
ReturnShipmentState shipmentState) |
static CustomLineItemReturnItem |
CustomLineItemReturnItem.of(String comment,
ZonedDateTime createdAt,
String customLineItemId,
String id,
ZonedDateTime lastModifiedAt,
ReturnPaymentState paymentState,
Long quantity,
ReturnShipmentState shipmentState,
CustomFields custom) |
LineItemReturnItemDraftBuilder |
LineItemReturnItemDraftBuilder.shipmentState(ReturnShipmentState shipmentState)
Sets the
shipmentState property of this builder. |
CustomLineItemReturnItemDraftBuilder |
CustomLineItemReturnItemDraftBuilder.shipmentState(ReturnShipmentState shipmentState)
Sets the
shipmentState property of this builder. |
CustomLineItemReturnItemDraftDsl |
CustomLineItemReturnItemDraftDsl.withShipmentState(ReturnShipmentState shipmentState) |
LineItemReturnItemDraftDsl |
LineItemReturnItemDraftDsl.withShipmentState(ReturnShipmentState shipmentState) |
Modifier and Type | Method and Description |
---|---|
ReturnShipmentState |
SetReturnShipmentState.getShipmentState() |
Modifier and Type | Method and Description |
---|---|
static SetReturnShipmentState |
SetReturnShipmentState.of(ReturnItem returnItem,
ReturnShipmentState shipmentState) |
static SetReturnShipmentState |
SetReturnShipmentState.of(String returnItemId,
ReturnShipmentState shipmentState) |
Modifier and Type | Method and Description |
---|---|
ReturnShipmentState |
OrderReturnShipmentStateChangedMessage.getReturnShipmentState() |