Package | Description |
---|---|
io.sphere.sdk.carts.queries |
Provides types to retrieve the state of carts.
|
io.sphere.sdk.orderedits.queries | |
io.sphere.sdk.orders.queries |
Provides types to retrieve the state of orders.
|
io.sphere.sdk.products.queries |
Provides types to retrieve the state of products.
|
io.sphere.sdk.productselections.queries |
Provides types to retrieve the state of product selections.
|
io.sphere.sdk.queries |
Provides types to prepare and receive queries.
|
io.sphere.sdk.shippingmethods.queries |
Provides types to retrieve the state of shipping methods.
|
io.sphere.sdk.types.queries |
Provides types to retrieve the state of types.
|
Modifier and Type | Method and Description |
---|---|
ReferenceQueryModel<T,CartDiscount> |
DiscountedLineItemPortionQueryModel.discount() |
ReferenceQueryModel<T,DiscountCode> |
DiscountCodeInfoCollectionQueryModel.discountCode() |
ReferenceQueryModel<T,State> |
ItemStateCollectionQueryModel.state() |
Modifier and Type | Method and Description |
---|---|
ReferenceQueryModel<OrderEdit,Order> |
OrderEditQueryModel.resource() |
Modifier and Type | Method and Description |
---|---|
ReferenceQueryModel<T,Channel> |
SyncInfoQueryModel.channel() |
Modifier and Type | Method and Description |
---|---|
ReferenceQueryModel<T,ProductDiscount> |
DiscountedPriceOptionalQueryModel.discount() |
ReferenceQueryModel<ProductProjection,ProductType> |
ProductProjectionQueryModel.productType() |
ReferenceQueryModel<Product,ProductType> |
ProductQueryModel.productType() |
Modifier and Type | Method and Description |
---|---|
ReferenceQueryModel<ProductSelectionAssignment,Product> |
ProductSelectionAssignmentQueryModel.product() |
ReferenceQueryModel<ProductSelectionAssignment,ProductSelection> |
ProductSelectionAssignmentQueryModel.productSelection() |
Modifier and Type | Interface and Description |
---|---|
interface |
ReferenceOptionalQueryModel<T,R> |
Modifier and Type | Method and Description |
---|---|
protected <R> ReferenceQueryModel<T,R> |
QueryModelImpl.referenceModel(String pathSegment) |
protected <R> ReferenceQueryModel<T,R> |
QueryModelImpl.referenceQueryModel(String pathSegment) |
Modifier and Type | Method and Description |
---|---|
ReferenceQueryModel<ShippingMethod,TaxCategory> |
ShippingMethodQueryModel.taxCategory() |
ReferenceQueryModel<T,Zone> |
ZoneRateCollectionQueryModel.zone() |
Modifier and Type | Method and Description |
---|---|
ReferenceQueryModel<T,Type> |
CustomQueryModel.type() |