| Package | Description |
|---|---|
| io.sphere.sdk.zones.queries |
Provides types to retrieve the state of zones.
|
| Modifier and Type | Method and Description |
|---|---|
CountryQueryModel<EmbeddedLocationsCollectionQueryModel> |
EmbeddedLocationsCollectionQueryModel.country() |
StringQueryModel<EmbeddedLocationsCollectionQueryModel> |
EmbeddedLocationsCollectionQueryModel.state() |
| Modifier and Type | Method and Description |
|---|---|
QueryPredicate<T> |
LocationsCollectionQueryModel.where(Function<EmbeddedLocationsCollectionQueryModel,QueryPredicate<EmbeddedLocationsCollectionQueryModel>> embeddedPredicate) |
QueryPredicate<T> |
LocationsCollectionQueryModel.where(Function<EmbeddedLocationsCollectionQueryModel,QueryPredicate<EmbeddedLocationsCollectionQueryModel>> embeddedPredicate) |
QueryPredicate<T> |
LocationsCollectionQueryModel.where(QueryPredicate<EmbeddedLocationsCollectionQueryModel> embeddedPredicate) |