Uses of Class
org.xwiki.rest.model.jaxb.Object
-
Packages that use Object Package Description org.xwiki.rest.model.jaxb -
-
Uses of Object in org.xwiki.rest.model.jaxb
Fields in org.xwiki.rest.model.jaxb declared as Object Modifier and Type Field Description protected Object
SearchResult. object
Methods in org.xwiki.rest.model.jaxb that return Object Modifier and Type Method Description Object
ObjectFactory. createObject()
Create an instance ofObject
Object
SearchResult. getObject()
Gets the value of the object property.Object
Object. withClassName(String value)
Object
Object. withGuid(String value)
Object
Object. withHeadline(String value)
Object
Object. withId(String value)
Object
Object. withLinks(Collection<Link> values)
Object
Object. withLinks(Link... values)
Object
Object. withNumber(int value)
Object
Object. withPageAuthor(String value)
Object
Object. withPageAuthorName(String value)
Object
Object. withPageId(String value)
Object
Object. withPageName(String value)
Object
Object. withPageVersion(String value)
Object
Object. withProperties(Collection<Property> values)
Object
Object. withProperties(Property... values)
Object
Object. withSpace(String value)
Object
Object. withWiki(String value)
Methods in org.xwiki.rest.model.jaxb with parameters of type Object Modifier and Type Method Description void
SearchResult. setObject(Object value)
Sets the value of the object property.SearchResult
SearchResult. withObject(Object value)
-