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  java.util.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(java.util.Collection<Link> values)
           
 Tag Tag.withLinks(Link... values)
           
 Tag Tag.withName(java.lang.String value)
           
 

Methods in org.xwiki.rest.model.jaxb that return types with arguments of type Tag
 java.util.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(java.util.Collection<Tag> values)
           
 



Copyright © 2004-2010 XWiki. All Rights Reserved.