Interface PostCommentForComparedCommitResponse.Builder

    • Method Detail

      • repositoryName

        PostCommentForComparedCommitResponse.Builder repositoryName​(String repositoryName)

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

        Parameters:
        repositoryName - The name of the repository where you posted a comment on the comparison between commits.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • beforeCommitId

        PostCommentForComparedCommitResponse.Builder beforeCommitId​(String beforeCommitId)

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

        Parameters:
        beforeCommitId - In the directionality you established, the full commit ID of the before commit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • afterCommitId

        PostCommentForComparedCommitResponse.Builder afterCommitId​(String afterCommitId)

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

        Parameters:
        afterCommitId - In the directionality you established, the full commit ID of the after commit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • beforeBlobId

        PostCommentForComparedCommitResponse.Builder beforeBlobId​(String beforeBlobId)

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

        Parameters:
        beforeBlobId - In the directionality you established, the blob ID of the before blob.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • afterBlobId

        PostCommentForComparedCommitResponse.Builder afterBlobId​(String afterBlobId)

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

        Parameters:
        afterBlobId - In the directionality you established, the blob ID of the after blob.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • location

        PostCommentForComparedCommitResponse.Builder location​(Location location)

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

        Parameters:
        location - The location of the comment in the comparison between the two commits.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • comment

        PostCommentForComparedCommitResponse.Builder comment​(Comment comment)

        The content of the comment you posted.

        Parameters:
        comment - The content of the comment you posted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.