Package com.enonic.xp.issue
Class IssueComment
- java.lang.Object
-
- com.enonic.xp.issue.IssueComment
-
public class IssueComment extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IssueComment.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IssueComment.Builder
create()
Instant
getCreated()
PrincipalKey
getCreator()
String
getCreatorDisplayName()
NodeId
getId()
String
getText()
-
-
-
Method Detail
-
getId
public NodeId getId()
-
getCreator
public PrincipalKey getCreator()
-
getCreatorDisplayName
public String getCreatorDisplayName()
-
getCreated
public Instant getCreated()
-
getText
public String getText()
-
create
public static IssueComment.Builder create()
-
-