Uses of Class
org.xwiki.rest.model.jaxb.Class
-
Packages that use Class Package Description org.xwiki.rest.model.jaxb -
-
Uses of Class in org.xwiki.rest.model.jaxb
Fields in org.xwiki.rest.model.jaxb declared as Class Modifier and Type Field Description protected Class
Page. clazz
Fields in org.xwiki.rest.model.jaxb with type parameters of type Class Modifier and Type Field Description protected List<Class>
Classes. clazzs
Methods in org.xwiki.rest.model.jaxb that return Class Modifier and Type Method Description Class
ObjectFactory. createClass()
Create an instance ofClass
Class
Page. getClazz()
Gets the value of the clazz property.Class
Class. withId(String value)
Class
Class. withLinks(Collection<Link> values)
Class
Class. withLinks(Link... values)
Class
Class. withName(String value)
Class
Class. withProperties(Collection<Property> values)
Class
Class. withProperties(Property... values)
Methods in org.xwiki.rest.model.jaxb that return types with arguments of type Class Modifier and Type Method Description List<Class>
Classes. getClazzs()
Gets the value of the clazzs property.Methods in org.xwiki.rest.model.jaxb with parameters of type Class Modifier and Type Method Description void
Page. setClazz(Class value)
Sets the value of the clazz property.Page
Page. withClazz(Class value)
Classes
Classes. withClazzs(Class... values)
Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Class Modifier and Type Method Description Classes
Classes. withClazzs(Collection<Class> values)
-