public static interface ChildBlock.Builder extends SdkPojo, CopyableBuilder<ChildBlock.Builder,ChildBlock>
| Modifier and Type | Method and Description |
|---|---|
ChildBlock.Builder |
beginOffset(Integer beginOffset)
Offset of the start of the child block within its parent block.
|
ChildBlock.Builder |
childBlockId(String childBlockId)
Unique identifier for the child block.
|
ChildBlock.Builder |
endOffset(Integer endOffset)
Offset of the end of the child block within its parent block.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChildBlock.Builder childBlockId(String childBlockId)
Unique identifier for the child block.
childBlockId - Unique identifier for the child block.ChildBlock.Builder beginOffset(Integer beginOffset)
Offset of the start of the child block within its parent block.
beginOffset - Offset of the start of the child block within its parent block.ChildBlock.Builder endOffset(Integer endOffset)
Offset of the end of the child block within its parent block.
endOffset - Offset of the end of the child block within its parent block.Copyright © 2023. All rights reserved.