| 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.queries |
Provides types to retrieve the state of orders.
|
| Modifier and Type | Method and Description |
|---|---|
static CartOrigin |
CartOrigin.defaultValue() |
CartOrigin |
Cart.getOrigin() |
CartOrigin |
CartDraft.getOrigin() |
CartOrigin |
CartLike.getOrigin() |
static CartOrigin |
CartOrigin.ofSphereValue(String value) |
static CartOrigin |
CartOrigin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CartOrigin[] |
CartOrigin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CartOrigin |
OrderImportDraft.getOrigin() |
| Modifier and Type | Method and Description |
|---|---|
OrderImportDraftBuilder |
OrderImportDraftBuilder.origin(CartOrigin origin) |
| Modifier and Type | Method and Description |
|---|---|
SphereEnumerationQueryModel<Order,CartOrigin> |
OrderQueryModel.origin() |