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

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

Fields in org.xwiki.rest.model.jaxb with type parameters of type Tag
protected  List<Tag> Tags.tags
           
 

Methods in org.xwiki.rest.model.jaxb that return Tag
 Tag ObjectFactory.createTag()
          Create an instance of Tag
 Tag Tag.withLinks(Collection<Link> values)
           
 Tag Tag.withLinks(Link... values)
           
 Tag Tag.withName(String value)
           
 

Methods in org.xwiki.rest.model.jaxb that return types with arguments of type Tag
 List<Tag> Tags.getTags()
          Gets the value of the tags property.
 

Methods in org.xwiki.rest.model.jaxb with parameters of type Tag
 Tags Tags.withTags(Tag... values)
           
 

Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Tag
 Tags Tags.withTags(Collection<Tag> values)
           
 



Copyright © 2004-2012 XWiki. All Rights Reserved.