Uses of Class
org.xwiki.rest.model.jaxb.Tag
-
Packages that use Tag Package Description org.xwiki.rest.model.jaxb -
-
Uses of Tag in org.xwiki.rest.model.jaxb
Fields in org.xwiki.rest.model.jaxb with type parameters of type Tag Modifier and Type Field Description protected List<Tag>Tags. tagsMethods in org.xwiki.rest.model.jaxb that return Tag Modifier and Type Method Description TagObjectFactory. createTag()Create an instance ofTagTagTag. withLinks(Collection<Link> values)TagTag. withLinks(Link... values)TagTag. withName(String value)Methods in org.xwiki.rest.model.jaxb that return types with arguments of type Tag Modifier and Type Method Description List<Tag>Tags. getTags()Gets the value of the tags property.Methods in org.xwiki.rest.model.jaxb with parameters of type Tag Modifier and Type Method Description TagsTags. withTags(Tag... values)Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Tag Modifier and Type Method Description TagsTags. withTags(Collection<Tag> values)
-