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

Packages that use Comment
org.xwiki.rest.model.jaxb   
 

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

Fields in org.xwiki.rest.model.jaxb with type parameters of type Comment
protected  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(String value)
           
 Comment Comment.withAuthorName(String value)
           
 Comment Comment.withDate(Calendar value)
           
 Comment Comment.withHighlight(String value)
           
 Comment Comment.withId(int value)
           
 Comment Comment.withLinks(Collection<Link> values)
           
 Comment Comment.withLinks(Link... values)
           
 Comment Comment.withPageId(String value)
           
 Comment Comment.withReplyTo(Integer value)
           
 Comment Comment.withText(String value)
           
 

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



Copyright © 2004-2013 XWiki. All Rights Reserved.