Interface PutFileResponse.Builder

  • Method Details

    • commitId

      PutFileResponse.Builder commitId(String commitId)

      The full SHA ID of the commit that contains this file change.

      Parameters:
      commitId - The full SHA ID of the commit that contains this file change.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • blobId

      The ID of the blob, which is its SHA-1 pointer.

      Parameters:
      blobId - The ID of the blob, which is its SHA-1 pointer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • treeId

      The full SHA-1 pointer of the tree information for the commit that contains this file change.

      Parameters:
      treeId - The full SHA-1 pointer of the tree information for the commit that contains this file change.
      Returns:
      Returns a reference to this object so that method calls can be chained together.