public static interface MergeHunkDetail.Builder extends SdkPojo, CopyableBuilder<MergeHunkDetail.Builder,MergeHunkDetail>
| Modifier and Type | Method and Description |
|---|---|
MergeHunkDetail.Builder |
endLine(Integer endLine)
The end position of the hunk in the merge result.
|
MergeHunkDetail.Builder |
hunkContent(String hunkContent)
The base-64 encoded content of the hunk merged region that might contain a conflict.
|
MergeHunkDetail.Builder |
startLine(Integer startLine)
The start position of the hunk in the merge result.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMergeHunkDetail.Builder startLine(Integer startLine)
The start position of the hunk in the merge result.
startLine - The start position of the hunk in the merge result.MergeHunkDetail.Builder endLine(Integer endLine)
The end position of the hunk in the merge result.
endLine - The end position of the hunk in the merge result.MergeHunkDetail.Builder hunkContent(String hunkContent)
The base-64 encoded content of the hunk merged region that might contain a conflict.
hunkContent - The base-64 encoded content of the hunk merged region that might contain a conflict.Copyright © 2021. All rights reserved.