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

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

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

Fields in org.xwiki.rest.model.jaxb with type parameters of type Space
protected  List<Space> Spaces.spaces
           
 

Methods in org.xwiki.rest.model.jaxb that return Space
 Space ObjectFactory.createSpace()
          Create an instance of Space
 Space Space.withHome(String value)
           
 Space Space.withId(String value)
           
 Space Space.withLinks(Collection<Link> values)
           
 Space Space.withLinks(Link... values)
           
 Space Space.withName(String value)
           
 Space Space.withWiki(String value)
           
 Space Space.withXwikiAbsoluteUrl(String value)
           
 Space Space.withXwikiRelativeUrl(String value)
           
 

Methods in org.xwiki.rest.model.jaxb that return types with arguments of type Space
 List<Space> Spaces.getSpaces()
          Gets the value of the spaces property.
 

Methods in org.xwiki.rest.model.jaxb with parameters of type Space
 Spaces Spaces.withSpaces(Space... values)
           
 

Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Space
 Spaces Spaces.withSpaces(Collection<Space> values)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.