Interface BranchDiffSourceCodeType.Builder

    • Method Detail

      • sourceBranchName

        BranchDiffSourceCodeType.Builder sourceBranchName​(String sourceBranchName)

        The source branch for a diff in an associated repository.

        Parameters:
        sourceBranchName - The source branch for a diff in an associated repository.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationBranchName

        BranchDiffSourceCodeType.Builder destinationBranchName​(String destinationBranchName)

        The destination branch for a diff in an associated repository.

        Parameters:
        destinationBranchName - The destination branch for a diff in an associated repository.
        Returns:
        Returns a reference to this object so that method calls can be chained together.