public static class IssueComment.Builder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
IssueComment |
build() |
IssueComment.Builder |
created(java.time.Instant created) |
IssueComment.Builder |
creator(PrincipalKey creator) |
IssueComment.Builder |
creatorDisplayName(java.lang.String creatorDisplayName) |
IssueComment.Builder |
id(NodeId id) |
IssueComment.Builder |
text(java.lang.String text) |
public IssueComment.Builder id(NodeId id)
public IssueComment.Builder text(java.lang.String text)
public IssueComment.Builder creator(PrincipalKey creator)
public IssueComment.Builder creatorDisplayName(java.lang.String creatorDisplayName)
public IssueComment.Builder created(java.time.Instant created)
public IssueComment build()