Package | Description |
---|---|
io.sphere.sdk.stores.expansion |
Provides reference expansion models for stores.
|
io.sphere.sdk.stores.queries |
Modifier and Type | Method and Description |
---|---|
static StoreExpansionModel<Store> |
StoreExpansionModel.of() |
static <T> StoreExpansionModel<T> |
StoreExpansionModel.of(List<String> parentPath,
String path) |
Modifier and Type | Method and Description |
---|---|
StoreQueryBuilder |
StoreQueryBuilder.expansionPaths(Function<StoreExpansionModel<Store>,ExpansionPathContainer<Store>> m) |
StoreQuery |
StoreQuery.plusExpansionPaths(Function<StoreExpansionModel<Store>,ExpansionPathContainer<Store>> m) |
StoreQueryBuilder |
StoreQueryBuilder.plusExpansionPaths(Function<StoreExpansionModel<Store>,ExpansionPathContainer<Store>> m) |
StoreQuery |
StoreQuery.withExpansionPaths(Function<StoreExpansionModel<Store>,ExpansionPathContainer<Store>> m) |