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

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

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

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

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

Methods in org.xwiki.rest.model.jaxb that return types with arguments of type Wiki
 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(Collection<Wiki> values)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.