Class PostCommentForComparedCommitResponse

    • Method Detail

      • repositoryName

        public final String repositoryName()

        The name of the repository where you posted a comment on the comparison between commits.

        Returns:
        The name of the repository where you posted a comment on the comparison between commits.
      • beforeCommitId

        public final String beforeCommitId()

        In the directionality you established, the full commit ID of the before commit.

        Returns:
        In the directionality you established, the full commit ID of the before commit.
      • afterCommitId

        public final String afterCommitId()

        In the directionality you established, the full commit ID of the after commit.

        Returns:
        In the directionality you established, the full commit ID of the after commit.
      • beforeBlobId

        public final String beforeBlobId()

        In the directionality you established, the blob ID of the before blob.

        Returns:
        In the directionality you established, the blob ID of the before blob.
      • afterBlobId

        public final String afterBlobId()

        In the directionality you established, the blob ID of the after blob.

        Returns:
        In the directionality you established, the blob ID of the after blob.
      • location

        public final Location location()

        The location of the comment in the comparison between the two commits.

        Returns:
        The location of the comment in the comparison between the two commits.
      • 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