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.products.queries |
Provides types to retrieve the state of products.
|
io.sphere.sdk.queries |
Provides types to prepare and receive queries.
|
io.sphere.sdk.types.queries |
Provides types to retrieve the state of types.
|
Modifier and Type | Method and Description |
---|---|
MoneyQueryModel<T> |
DiscountedLineItemPortionQueryModel.discountedAmount() |
MoneyQueryModel<T> |
CustomLineItemCollectionQueryModel.money() |
MoneyQueryModel<T> |
CartShippingInfoQueryModel.price() |
MoneyQueryModel<T> |
TaxedPriceOptionalQueryModel.totalGross() |
MoneyQueryModel<T> |
TaxedPriceOptionalQueryModel.totalNet() |
MoneyQueryModel<T> |
CartLikeQueryModelImpl.totalPrice() |
MoneyQueryModel<T> |
CartLikeQueryModel.totalPrice() |
MoneyQueryModel<Cart> |
CartQueryModel.totalPrice() |
MoneyQueryModel<T> |
DiscountedLineItemPriceQueryModel.value() |
Modifier and Type | Method and Description |
---|---|
MoneyQueryModel<Order> |
OrderQueryModel.totalPrice() |
Modifier and Type | Method and Description |
---|---|
MoneyQueryModel<T> |
TransactionCollectionQueryModel.amount() |
MoneyQueryModel<Payment> |
PaymentQueryModel.amountAuthorized() |
MoneyQueryModel<Payment> |
PaymentQueryModel.amountPaid() |
MoneyQueryModel<Payment> |
PaymentQueryModel.amountPlanned() |
MoneyQueryModel<Payment> |
PaymentQueryModel.amountRefunded() |
Modifier and Type | Method and Description |
---|---|
MoneyQueryModel<T> |
PriceQueryModel.value() |
MoneyQueryModel<T> |
PriceTierQueryModel.value() |
MoneyQueryModel<T> |
PriceCollectionQueryModel.value() |
Modifier and Type | Method and Description |
---|---|
protected MoneyQueryModel<T> |
QueryModelImpl.moneyModel(String pathSegment) |
protected MoneyQueryModel<T> |
QueryModelImpl.moneyQueryModel(String pathSegment) |
Modifier and Type | Method and Description |
---|---|
MoneyQueryModel<T> |
FieldsQueryModel.ofMoney(String name) |