| Package | Description |
|---|---|
| io.sphere.sdk.orderedits.commands.stagedactions | |
| 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 |
|---|---|
List<? extends ReturnInfoDraft> |
SetReturnInfo.getItems() |
| Modifier and Type | Method and Description |
|---|---|
static SetReturnInfo |
SetReturnInfo.of(List<? extends ReturnInfoDraft> items) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReturnInfoDraftDsl
Dsl class for
ReturnInfoDraft. |
| Modifier and Type | Method and Description |
|---|---|
static ReturnInfoDraft |
ReturnInfoDraft.of(List<ReturnItemDraft> items,
String returnTrackingId,
ZonedDateTime returnDate) |
| Modifier and Type | Method and Description |
|---|---|
static ReturnInfoDraftBuilder |
ReturnInfoDraftBuilder.of(ReturnInfoDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static ReturnInfoDraftDsl |
ReturnInfoDraftDsl.of(ReturnInfoDraft template)
Creates a new object initialized with the fields of the template parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends ReturnInfoDraft> |
SetReturnInfo.getItems() |
| Modifier and Type | Method and Description |
|---|---|
static SetReturnInfo |
SetReturnInfo.of(List<? extends ReturnInfoDraft> items) |