Uses of Class
org.xwiki.rest.model.jaxb.Wiki
-
Packages that use Wiki Package Description 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 Modifier and Type Field Description protected List<Wiki>
Wikis. wikis
Methods in org.xwiki.rest.model.jaxb that return Wiki Modifier and Type Method Description Wiki
ObjectFactory. createWiki()
Create an instance ofWiki
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 Modifier and Type Method Description List<Wiki>
Wikis. getWikis()
Gets the value of the wikis property.Methods in org.xwiki.rest.model.jaxb with parameters of type Wiki Modifier and Type Method Description Wikis
Wikis. withWikis(Wiki... values)
Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Wiki Modifier and Type Method Description Wikis
Wikis. withWikis(Collection<Wiki> values)
-