Uses of Class
org.xwiki.rest.model.jaxb.Objects
-
Packages that use Objects Package Description org.xwiki.rest.model.jaxb -
-
Uses of Objects in org.xwiki.rest.model.jaxb
Fields in org.xwiki.rest.model.jaxb declared as Objects Modifier and Type Field Description protected ObjectsPage. objectsMethods in org.xwiki.rest.model.jaxb that return Objects Modifier and Type Method Description ObjectsObjectFactory. createObjects()Create an instance ofObjectsObjectsPage. getObjects()Gets the value of the objects property.ObjectsObjects. withLinks(Collection<Link> values)ObjectsObjects. withLinks(Link... values)ObjectsObjects. withObjectSummaries(Collection<ObjectSummary> values)ObjectsObjects. withObjectSummaries(ObjectSummary... values)Methods in org.xwiki.rest.model.jaxb with parameters of type Objects Modifier and Type Method Description voidPage. setObjects(Objects value)Sets the value of the objects property.PagePage. withObjects(Objects value)
-