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

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

Fields in org.xwiki.rest.model.jaxb with type parameters of type Comment
protected  java.util.List<Comment> Comments.comments
           
 

Methods in org.xwiki.rest.model.jaxb that return Comment
 Comment ObjectFactory.createComment()
          Create an instance of Comment
 Comment Comment.withAuthor(java.lang.String value)
           
 Comment Comment.withDate(java.util.Calendar value)
           
 Comment Comment.withHighlight(java.lang.String value)
           
 Comment Comment.withId(int value)
           
 Comment Comment.withLinks(java.util.Collection<Link> values)
           
 Comment Comment.withLinks(Link... values)
           
 Comment Comment.withPageId(java.lang.String value)
           
 Comment Comment.withReplyTo(java.lang.Integer value)
           
 Comment Comment.withText(java.lang.String value)
           
 

Methods in org.xwiki.rest.model.jaxb that return types with arguments of type Comment
 java.util.List<Comment> Comments.getComments()
          Gets the value of the comments property.
 

Methods in org.xwiki.rest.model.jaxb with parameters of type Comment
 Comments Comments.withComments(Comment... values)
           
 

Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Comment
 Comments Comments.withComments(java.util.Collection<Comment> values)
           
 



Copyright © 2004-2010 XWiki. All Rights Reserved.