Package | Description |
---|---|
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
Modifier and Type | Method and Description |
---|---|
LineItemImportDraft |
LineItemImportDraftBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<LineItemImportDraft> |
OrderImportDraft.getLineItems() |
Modifier and Type | Method and Description |
---|---|
OrderImportDraftBuilder |
OrderImportDraftBuilder.lineItems(List<LineItemImportDraft> lineItems) |
static OrderImportDraftBuilder |
OrderImportDraftBuilder.ofLineItems(javax.money.MonetaryAmount totalPrice,
OrderState orderState,
List<LineItemImportDraft> lineItems)
Creates a builder for
OrderImportDraft with at least one line item. |