DeleteFileResponse.Builder |
DeleteFileResponse.Builder.blobId(String blobId) |
The blob ID removed from the tree as part of deleting the file.
|
static DeleteFileResponse.Builder |
DeleteFileResponse.builder() |
|
DeleteFileResponse.Builder |
DeleteFileResponse.Builder.commitId(String commitId) |
The full commit ID of the commit that contains the change that deletes the file.
|
DeleteFileResponse.Builder |
DeleteFileResponse.Builder.filePath(String filePath) |
The fully qualified path to the file to be deleted, including the full name and extension of that file.
|
DeleteFileResponse.Builder |
DeleteFileResponse.toBuilder() |
|
DeleteFileResponse.Builder |
DeleteFileResponse.Builder.treeId(String treeId) |
The full SHA-1 pointer of the tree information for the commit that contains the delete file change.
|