Interface CommentsForComparedCommit.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CommentsForComparedCommit.Builder,CommentsForComparedCommit>, SdkBuilder<CommentsForComparedCommit.Builder,CommentsForComparedCommit>, SdkPojo
Enclosing class:
CommentsForComparedCommit

public static interface CommentsForComparedCommit.Builder extends SdkPojo, CopyableBuilder<CommentsForComparedCommit.Builder,CommentsForComparedCommit>
  • Method Details

    • repositoryName

      CommentsForComparedCommit.Builder repositoryName(String repositoryName)

      The name of the repository that contains the compared commits.

      Parameters:
      repositoryName - The name of the repository that contains the compared commits.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • beforeCommitId

      CommentsForComparedCommit.Builder beforeCommitId(String beforeCommitId)

      The full commit ID of the commit used to establish the before of the comparison.

      Parameters:
      beforeCommitId - The full commit ID of the commit used to establish the before of the comparison.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • afterCommitId

      CommentsForComparedCommit.Builder afterCommitId(String afterCommitId)

      The full commit ID of the commit used to establish the after of the comparison.

      Parameters:
      afterCommitId - The full commit ID of the commit used to establish the after of the comparison.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • beforeBlobId

      CommentsForComparedCommit.Builder beforeBlobId(String beforeBlobId)

      The full blob ID of the commit used to establish the before of the comparison.

      Parameters:
      beforeBlobId - The full blob ID of the commit used to establish the before of the comparison.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • afterBlobId

      CommentsForComparedCommit.Builder afterBlobId(String afterBlobId)

      The full blob ID of the commit used to establish the after of the comparison.

      Parameters:
      afterBlobId - The full blob ID of the commit used to establish the after of the comparison.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • location

      Location information about the comment on the comparison, including the file name, line number, and whether the version of the file where the comment was made is BEFORE or AFTER.

      Parameters:
      location - Location information about the comment on the comparison, including the file name, line number, and whether the version of the file where the comment was made is BEFORE or AFTER.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • location

      Location information about the comment on the comparison, including the file name, line number, and whether the version of the file where the comment was made is BEFORE or AFTER.

      This is a convenience method that creates an instance of the Location.Builder avoiding the need to create one manually via Location.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to location(Location).

      Parameters:
      location - a consumer that will call methods on Location.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • comments

      An array of comment objects. Each comment object contains information about a comment on the comparison between commits.

      Parameters:
      comments - An array of comment objects. Each comment object contains information about a comment on the comparison between commits.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • comments

      An array of comment objects. Each comment object contains information about a comment on the comparison between commits.

      Parameters:
      comments - An array of comment objects. Each comment object contains information about a comment on the comparison between commits.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • comments

      An array of comment objects. Each comment object contains information about a comment on the comparison between commits.

      This is a convenience method that creates an instance of the Comment.Builder avoiding the need to create one manually via Comment.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to comments(List<Comment>).

      Parameters:
      comments - a consumer that will call methods on Comment.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: