Interface IssueCommentEvent

    • Method Detail

      • action

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

        Optional<Changes> changes()
        The changes to the comment if the action was "edited".

        The GitHub API does also declare "changes" and "changes[body][from]" but it does not provide any examples of that data.

        See Also:
        "https://developer.github.com/v3/activity/events/types/#issuecommentevent"
      • issue

        @Nullable
        Issue issue()
        The Issue the comment belongs to.