Package | Description |
---|---|
io.sphere.sdk.carts.queries |
Provides types to retrieve the state of carts.
|
io.sphere.sdk.orders.queries |
Provides types to retrieve the state of orders.
|
io.sphere.sdk.payments.queries |
Provides types to retrieve the state of payments.
|
io.sphere.sdk.queries |
Provides types to prepare and receive queries.
|
io.sphere.sdk.states.queries |
Provides types to retrieve the state of states.
|
Modifier and Type | Method and Description |
---|---|
SphereEnumerationQueryModel<Cart,CartState> |
CartQueryModel.cartState() |
SphereEnumerationQueryModel<Cart,TaxCalculationMode> |
CartQueryModel.taxCalculationMode() |
SphereEnumerationQueryModel<Cart,RoundingMode> |
CartQueryModel.taxRoundingMode() |
Modifier and Type | Method and Description |
---|---|
SphereEnumerationQueryModel<Order,OrderState> |
OrderQueryModel.orderState() |
SphereEnumerationQueryModel<Order,CartOrigin> |
OrderQueryModel.origin() |
SphereEnumerationQueryModel<Order,PaymentState> |
OrderQueryModel.paymentState() |
SphereEnumerationQueryModel<Order,ShipmentState> |
OrderQueryModel.shipmentState() |
SphereEnumerationQueryModel<Order,RoundingMode> |
OrderQueryModel.taxRoundingMode() |
Modifier and Type | Method and Description |
---|---|
SphereEnumerationQueryModel<T,TransactionState> |
TransactionCollectionQueryModel.state() |
SphereEnumerationQueryModel<T,TransactionType> |
TransactionCollectionQueryModel.type() |
Modifier and Type | Interface and Description |
---|---|
interface |
SphereEnumerationOptionalQueryModel<T,E extends SphereEnumeration> |
Modifier and Type | Method and Description |
---|---|
SphereEnumerationQueryModel<State,StateType> |
StateQueryModel.type() |