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.
|
Modifier and Type | Method and Description |
---|---|
ReturnPaymentState |
ReturnItem.getPaymentState() |
static ReturnPaymentState |
ReturnPaymentState.ofSphereValue(String value) |
static ReturnPaymentState |
ReturnPaymentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReturnPaymentState[] |
ReturnPaymentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
ReturnPaymentState |
SetReturnPaymentState.getPaymentState() |
Modifier and Type | Method and Description |
---|---|
static SetReturnPaymentState |
SetReturnPaymentState.of(ReturnItem returnItem,
ReturnPaymentState paymentState) |
static SetReturnPaymentState |
SetReturnPaymentState.of(String returnItemId,
ReturnPaymentState paymentState) |