public static interface Position.Builder extends SdkPojo, CopyableBuilder<Position.Builder,Position>
| Modifier and Type | Method and Description |
|---|---|
Position.Builder |
column(Integer column)
The column of the position, starting from 0.
|
Position.Builder |
line(Integer line)
The line of the position, starting from 1.
|
Position.Builder |
offset(Integer offset)
The offset within the policy that corresponds to the position, starting from 0.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPosition.Builder line(Integer line)
The line of the position, starting from 1.
line - The line of the position, starting from 1.Position.Builder column(Integer column)
The column of the position, starting from 0.
column - The column of the position, starting from 0.Position.Builder offset(Integer offset)
The offset within the policy that corresponds to the position, starting from 0.
offset - The offset within the policy that corresponds to the position, starting from 0.Copyright © 2023. All rights reserved.