Uses of Class
org.xwiki.rest.model.jaxb.ObjectSummary
-
Packages that use ObjectSummary Package Description org.xwiki.rest.model.jaxb -
-
Uses of ObjectSummary in org.xwiki.rest.model.jaxb
Subclasses of ObjectSummary in org.xwiki.rest.model.jaxb Modifier and Type Class Description class
Object
Java class for Object complex type.Fields in org.xwiki.rest.model.jaxb with type parameters of type ObjectSummary Modifier and Type Field Description protected List<ObjectSummary>
Objects. objectSummaries
Methods in org.xwiki.rest.model.jaxb that return ObjectSummary Modifier and Type Method Description ObjectSummary
ObjectFactory. createObjectSummary()
Create an instance ofObjectSummary
ObjectSummary
ObjectSummary. withClassName(String value)
ObjectSummary
ObjectSummary. withGuid(String value)
ObjectSummary
ObjectSummary. withHeadline(String value)
ObjectSummary
ObjectSummary. withId(String value)
ObjectSummary
ObjectSummary. withLinks(Collection<Link> values)
ObjectSummary
ObjectSummary. withLinks(Link... values)
ObjectSummary
ObjectSummary. withNumber(int value)
ObjectSummary
ObjectSummary. withPageAuthor(String value)
ObjectSummary
ObjectSummary. withPageAuthorName(String value)
ObjectSummary
ObjectSummary. withPageId(String value)
ObjectSummary
ObjectSummary. withPageName(String value)
ObjectSummary
ObjectSummary. withPageVersion(String value)
ObjectSummary
ObjectSummary. withSpace(String value)
ObjectSummary
ObjectSummary. withWiki(String value)
Methods in org.xwiki.rest.model.jaxb that return types with arguments of type ObjectSummary Modifier and Type Method Description JAXBElement<ObjectSummary>
ObjectFactory. createObjectSummary(ObjectSummary value)
List<ObjectSummary>
Objects. getObjectSummaries()
Gets the value of the objectSummaries property.Methods in org.xwiki.rest.model.jaxb with parameters of type ObjectSummary Modifier and Type Method Description JAXBElement<ObjectSummary>
ObjectFactory. createObjectSummary(ObjectSummary value)
Objects
Objects. withObjectSummaries(ObjectSummary... values)
Method parameters in org.xwiki.rest.model.jaxb with type arguments of type ObjectSummary Modifier and Type Method Description Objects
Objects. withObjectSummaries(Collection<ObjectSummary> values)
-