Package | Description |
---|---|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
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 |
---|---|
static ItemState |
ItemState.of(Referenceable<State> state,
long quantity) |
Modifier and Type | Method and Description |
---|---|
Set<ItemState> |
LineItem.getState() |
Set<ItemState> |
CustomLineItem.getState() |
Set<ItemState> |
LineItemLike.getState() |
Modifier and Type | Method and Description |
---|---|
Set<ItemState> |
CustomLineItemImportDraft.getState() |
Set<ItemState> |
LineItemImportDraft.getState() |
Modifier and Type | Method and Description |
---|---|
CustomLineItemImportDraftBuilder |
CustomLineItemImportDraftBuilder.state(Set<ItemState> state) |
LineItemImportDraftBuilder |
LineItemImportDraftBuilder.state(Set<ItemState> state) |
Modifier and Type | Method and Description |
---|---|
Set<ItemState> |
ImportLineItemState.getState() |
Set<ItemState> |
ImportCustomLineItemState.getState() |
Modifier and Type | Method and Description |
---|---|
static ImportCustomLineItemState |
ImportCustomLineItemState.of(CustomLineItem CustomLineItem,
Set<ItemState> itemState) |
static ImportLineItemState |
ImportLineItemState.of(LineItem lineItem,
Set<ItemState> itemState) |
static ImportLineItemState |
ImportLineItemState.of(String lineItemId,
Set<ItemState> itemState) |
static ImportCustomLineItemState |
ImportCustomLineItemState.of(String CustomLineItemId,
Set<ItemState> itemState) |