Class DeleteFileResponse

    • Method Detail

      • commitId

        public final String commitId()

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

        Returns:
        The full commit ID of the commit that contains the change that deletes the file.
      • blobId

        public final String blobId()

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

        Returns:
        The blob ID removed from the tree as part of deleting the file.
      • treeId

        public final String treeId()

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

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

        public final String filePath()

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

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

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object