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 Objects
Page. objects
Methods in org.xwiki.rest.model.jaxb that return Objects Modifier and Type Method Description Objects
ObjectFactory. createObjects()
Create an instance ofObjects
Objects
Page. getObjects()
Gets the value of the objects property.Objects
Objects. withLinks(Collection<Link> values)
Objects
Objects. withLinks(Link... values)
Objects
Objects. withObjectSummaries(Collection<ObjectSummary> values)
Objects
Objects. withObjectSummaries(ObjectSummary... values)
Methods in org.xwiki.rest.model.jaxb with parameters of type Objects Modifier and Type Method Description void
Page. setObjects(Objects value)
Sets the value of the objects property.Page
Page. withObjects(Objects value)
-