Uses of Class
org.xwiki.rest.model.jaxb.Space
-
Packages that use Space Package Description 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 Modifier and Type Field Description protected List<Space>
Spaces. spaces
Methods in org.xwiki.rest.model.jaxb that return Space Modifier and Type Method Description Space
ObjectFactory. createSpace()
Create an instance ofSpace
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 Modifier and Type Method Description List<Space>
Spaces. getSpaces()
Gets the value of the spaces property.Methods in org.xwiki.rest.model.jaxb with parameters of type Space Modifier and Type Method Description Spaces
Spaces. withSpaces(Space... values)
Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Space Modifier and Type Method Description Spaces
Spaces. withSpaces(Collection<Space> values)
-