@Expander(value=RestCommentExpander.class) public class RestComment extends Object
Constructor and Description |
---|
RestComment() |
RestComment(Comment comment) |
Modifier and Type | Method and Description |
---|---|
void |
expand() |
String |
getContent() |
Long |
getId() |
void |
setAuthor(String author) |
void |
setContent(String content) |
void |
setCreationDate(Date creationDate) |
void |
setModificationDate(Date modificationDate) |
public RestComment()
public RestComment(Comment comment)
public void expand()
public Long getId()
public String getContent()
public void setAuthor(String author)
public void setContent(String content)
public void setCreationDate(Date creationDate)
public void setModificationDate(Date modificationDate)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.