public static interface SourceFileSpecifier.Builder extends SdkPojo, CopyableBuilder<SourceFileSpecifier.Builder,SourceFileSpecifier>
| Modifier and Type | Method and Description |
|---|---|
SourceFileSpecifier.Builder |
filePath(String filePath)
The full path to the file, including the name of the file.
|
SourceFileSpecifier.Builder |
isMove(Boolean isMove)
Whether to remove the source file from the parent commit.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSourceFileSpecifier.Builder filePath(String filePath)
The full path to the file, including the name of the file.
filePath - The full path to the file, including the name of the file.SourceFileSpecifier.Builder isMove(Boolean isMove)
Whether to remove the source file from the parent commit.
isMove - Whether to remove the source file from the parent commit.Copyright © 2023. All rights reserved.