Package | Description |
---|---|
org.xwiki.rest.model.jaxb |
Modifier and Type | Field and Description |
---|---|
protected List<Comment> |
Comments.comments |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
Comments.getComments()
Gets the value of the comments property.
|
Modifier and Type | Method and Description |
---|---|
Comments |
Comments.withComments(Comment... values) |
Modifier and Type | Method and Description |
---|---|
Comments |
Comments.withComments(Collection<Comment> values) |
Copyright © 2004–2021 XWiki. All rights reserved.