| 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 |
|---|---|
AddressCollectionQueryModel<T> |
CartLikeQueryModelImpl.itemShippingAddresses() |
AddressCollectionQueryModel<T> |
CartLikeQueryModel.itemShippingAddresses() |
AddressCollectionQueryModel<Cart> |
CartQueryModel.itemShippingAddresses() |
| Modifier and Type | Method and Description |
|---|---|
AddressCollectionQueryModel<Order> |
OrderQueryModel.itemShippingAddresses() |
| Modifier and Type | Method and Description |
|---|---|
protected AddressCollectionQueryModel<T> |
QueryModelImpl.addressCollectionQueryModel(String pathSegment) |