public static interface CodeLine.Builder extends SdkPojo, CopyableBuilder<CodeLine.Builder,CodeLine>
| Modifier and Type | Method and Description |
|---|---|
CodeLine.Builder |
content(String content)
The content of a line of code
|
CodeLine.Builder |
lineNumber(Integer lineNumber)
The line number that a section of code is located at.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCodeLine.Builder content(String content)
The content of a line of code
content - The content of a line of codeCodeLine.Builder lineNumber(Integer lineNumber)
The line number that a section of code is located at.
lineNumber - The line number that a section of code is located at.Copyright © 2023. All rights reserved.