Package | Description |
---|---|
io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
io.sphere.sdk.carts.queries |
Provides types to retrieve the state of carts.
|
Modifier and Type | Method and Description |
---|---|
static CartState |
CartState.defaultValue() |
CartState |
Cart.getCartState()
State in the perspective if the cart is active, merged with another cart or ordered.
|
static CartState |
CartState.ofSphereValue(String value) |
static CartState |
CartState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CartState[] |
CartState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SphereEnumerationQueryModel<Cart,CartState> |
CartQueryModel.cartState() |