Interface DeleteFileResponse.Builder

    • Method Detail

      • commitId

        DeleteFileResponse.Builder commitId​(String commitId)

        The full commit ID of the commit that contains the change that deletes the file.

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

        DeleteFileResponse.Builder blobId​(String blobId)

        The blob ID removed from the tree as part of deleting the file.

        Parameters:
        blobId - The blob ID removed from the tree as part of deleting the file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • treeId

        DeleteFileResponse.Builder treeId​(String treeId)

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

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

        DeleteFileResponse.Builder filePath​(String filePath)

        The fully qualified path to the file to be deleted, including the full name and extension of that file.

        Parameters:
        filePath - The fully qualified path to the file to be deleted, including the full name and extension of that file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.