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.queries |
Provides types to prepare and receive queries.
|
Modifier and Type | Method and Description |
---|---|
AddressQueryModel<T> |
CartLikeQueryModelImpl.billingAddress() |
AddressQueryModel<T> |
CartLikeQueryModel.billingAddress() |
AddressQueryModel<Cart> |
CartQueryModel.billingAddress() |
AddressQueryModel<T> |
CartLikeQueryModelImpl.shippingAddress() |
AddressQueryModel<T> |
CartLikeQueryModel.shippingAddress() |
AddressQueryModel<Cart> |
CartQueryModel.shippingAddress() |
Modifier and Type | Method and Description |
---|---|
AddressQueryModel<Order> |
OrderQueryModel.billingAddress() |
AddressQueryModel<Order> |
OrderQueryModel.shippingAddress() |
Modifier and Type | Method and Description |
---|---|
AddressQueryModel<T> |
AddressCollectionQueryModel.address() |
protected AddressQueryModel<T> |
QueryModelImpl.addressModel(String pathSegment) |
protected AddressQueryModel<T> |
QueryModelImpl.addressQueryModel(String pathSegment) |