public class PullRequestReviewCommentPayload extends EventPayload implements java.io.Serializable
Event.TYPE_PULL_REQUEST_REVIEW_COMMENT| Constructor and Description |
|---|
PullRequestReviewCommentPayload() |
| Modifier and Type | Method and Description |
|---|---|
CommitComment |
getComment() |
PullRequestReviewCommentPayload |
setComment(CommitComment comment) |
public CommitComment getComment()
public PullRequestReviewCommentPayload setComment(CommitComment comment)
comment -