| Package | Description |
|---|---|
| io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
| Modifier and Type | Method and Description |
|---|---|
LineItemMode |
LineItem.getLineItemMode() |
static LineItemMode |
LineItemMode.ofSphereValue(String value) |
static LineItemMode |
LineItemMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineItemMode[] |
LineItemMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|