Class PostCommentForPullRequestResponse

    • Method Detail

      • repositoryName

        public final String repositoryName()

        The name of the repository where you posted a comment on a pull request.

        Returns:
        The name of the repository where you posted a comment on a pull request.
      • pullRequestId

        public final String pullRequestId()

        The system-generated ID of the pull request.

        Returns:
        The system-generated ID of the pull request.
      • beforeCommitId

        public final String beforeCommitId()

        The full commit ID of the commit in the source branch used to create the pull request, or in the case of an updated pull request, the full commit ID of the commit used to update the pull request.

        Returns:
        The full commit ID of the commit in the source branch used to create the pull request, or in the case of an updated pull request, the full commit ID of the commit used to update the pull request.
      • afterCommitId

        public final String afterCommitId()

        The full commit ID of the commit in the destination branch where the pull request is merged.

        Returns:
        The full commit ID of the commit in the destination branch where the pull request is merged.
      • beforeBlobId

        public final String beforeBlobId()

        In the directionality of the pull request, the blob ID of the before blob.

        Returns:
        In the directionality of the pull request, the blob ID of the before blob.
      • afterBlobId

        public final String afterBlobId()

        In the directionality of the pull request, the blob ID of the after blob.

        Returns:
        In the directionality of the pull request, the blob ID of the after blob.
      • location

        public final Location location()

        The location of the change where you posted your comment.

        Returns:
        The location of the change where you posted your comment.
      • comment

        public final Comment comment()

        The content of the comment you posted.

        Returns:
        The content of the comment you posted.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object