Interface PullRequestReviewCommentEvent

    • Method Detail

      • action

        @Nullable
        String action()
        The action that was performed on the comment. Can be one of "created", "edited", or "deleted".
      • comment

        @Nullable
        Comment comment()
        The comment itself.
      • pullRequest

        @Nullable
        PullRequestItem pullRequest()
        The pull request the comment belongs to.