Uses of Class
org.xwiki.rest.model.jaxb.Syntaxes
-
Packages that use Syntaxes Package Description org.xwiki.rest.model.jaxb -
-
Uses of Syntaxes in org.xwiki.rest.model.jaxb
Fields in org.xwiki.rest.model.jaxb declared as Syntaxes Modifier and Type Field Description protected Syntaxes
Xwiki. syntaxes
Methods in org.xwiki.rest.model.jaxb that return Syntaxes Modifier and Type Method Description Syntaxes
ObjectFactory. createSyntaxes()
Create an instance ofSyntaxes
Syntaxes
Xwiki. getSyntaxes()
Gets the value of the syntaxes property.Syntaxes
Syntaxes. withLinks(Collection<Link> values)
Syntaxes
Syntaxes. withLinks(Link... values)
Syntaxes
Syntaxes. withSyntaxes(String... values)
Syntaxes
Syntaxes. withSyntaxes(Collection<String> values)
Methods in org.xwiki.rest.model.jaxb with parameters of type Syntaxes Modifier and Type Method Description void
Xwiki. setSyntaxes(Syntaxes value)
Sets the value of the syntaxes property.Xwiki
Xwiki. withSyntaxes(Syntaxes value)
-