Uses of Class
org.xwiki.rest.model.jaxb.HierarchyItem
-
Packages that use HierarchyItem Package Description org.xwiki.rest.model.jaxb -
-
Uses of HierarchyItem in org.xwiki.rest.model.jaxb
Fields in org.xwiki.rest.model.jaxb with type parameters of type HierarchyItem Modifier and Type Field Description protected List<HierarchyItem>
Hierarchy. items
Methods in org.xwiki.rest.model.jaxb that return HierarchyItem Modifier and Type Method Description HierarchyItem
ObjectFactory. createHierarchyItem()
Create an instance ofHierarchyItem
HierarchyItem
HierarchyItem. withLabel(String value)
HierarchyItem
HierarchyItem. withName(String value)
HierarchyItem
HierarchyItem. withType(String value)
HierarchyItem
HierarchyItem. withUrl(String value)
Methods in org.xwiki.rest.model.jaxb that return types with arguments of type HierarchyItem Modifier and Type Method Description List<HierarchyItem>
Hierarchy. getItems()
Gets the value of the items property.Methods in org.xwiki.rest.model.jaxb with parameters of type HierarchyItem Modifier and Type Method Description Hierarchy
Hierarchy. withItems(HierarchyItem... values)
Method parameters in org.xwiki.rest.model.jaxb with type arguments of type HierarchyItem Modifier and Type Method Description Hierarchy
Hierarchy. withItems(Collection<HierarchyItem> values)
-