public interface CommentInstance extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Author of the comment
|
String |
getComment()
Actual comment test
|
Date |
getCreatedAt()
Exact date at which comment was added.
|
String |
getId()
Returns unique id assigned to this comment
|
List<String> |
getRestrictedTo()
List of case roles given comment is restricted to
|
String getId()
Date getCreatedAt()
String getAuthor()
String getComment()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.