Package | Description |
---|---|
io.sphere.sdk.categories |
Provides model types to organize products in a hierarchical structure.
|
Modifier and Type | Method and Description |
---|---|
CategoryTree |
CategoryTree.getSubtree(Collection<? extends Identifiable<Category>> parentCategories)
Gets the subtree of the given parent categories.
|
static CategoryTree |
CategoryTree.of(List<Category> allCategoriesAsFlatList)
Creates a category tree from a flat list of categories.
|