Uses of Class
org.xwiki.rest.model.jaxb.Class

Packages that use Class
org.xwiki.rest.model.jaxb   
 

Uses of Class in org.xwiki.rest.model.jaxb
 

Fields in org.xwiki.rest.model.jaxb with type parameters of type Class
protected  List<Class> Classes.clazzs
           
 

Methods in org.xwiki.rest.model.jaxb that return Class
 Class ObjectFactory.createClass()
          Create an instance of Class
 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
 List<Class> Classes.getClazzs()
          Gets the value of the clazzs property.
 

Methods in org.xwiki.rest.model.jaxb with parameters of type Class
 Classes Classes.withClazzs(Class... values)
           
 

Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Class
 Classes Classes.withClazzs(Collection<Class> values)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.