Interface PutFileResponse.Builder

    • Method Detail

      • 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

        PutFileResponse.Builder blobId​(String 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

        PutFileResponse.Builder treeId​(String 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.