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

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

Fields in org.xwiki.rest.model.jaxb with type parameters of type Wiki
protected  java.util.List<Wiki> Wikis.wikis
           
 

Methods in org.xwiki.rest.model.jaxb that return Wiki
 Wiki ObjectFactory.createWiki()
          Create an instance of Wiki
 Wiki Wiki.withId(java.lang.String value)
           
 Wiki Wiki.withLinks(java.util.Collection<Link> values)
           
 Wiki Wiki.withLinks(Link... values)
           
 Wiki Wiki.withName(java.lang.String value)
           
 

Methods in org.xwiki.rest.model.jaxb that return types with arguments of type Wiki
 java.util.List<Wiki> Wikis.getWikis()
          Gets the value of the wikis property.
 

Methods in org.xwiki.rest.model.jaxb with parameters of type Wiki
 Wikis Wikis.withWikis(Wiki... values)
           
 

Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Wiki
 Wikis Wikis.withWikis(java.util.Collection<Wiki> values)
           
 



Copyright © 2004-2010 XWiki. All Rights Reserved.