public static interface FieldPosition.Builder extends SdkPojo, CopyableBuilder<FieldPosition.Builder,FieldPosition>
| Modifier and Type | Method and Description |
|---|---|
FieldPosition.Builder |
below(String below)
The field position is below the field specified by the string.
|
FieldPosition.Builder |
fixed(FixedPosition fixed)
The field position is fixed and doesn't change in relation to other fields.
|
FieldPosition.Builder |
fixed(String fixed)
The field position is fixed and doesn't change in relation to other fields.
|
FieldPosition.Builder |
rightOf(String rightOf)
The field position is to the right of the field specified by the string.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFieldPosition.Builder fixed(String fixed)
The field position is fixed and doesn't change in relation to other fields.
fixed - The field position is fixed and doesn't change in relation to other fields.FixedPosition,
FixedPositionFieldPosition.Builder fixed(FixedPosition fixed)
The field position is fixed and doesn't change in relation to other fields.
fixed - The field position is fixed and doesn't change in relation to other fields.FixedPosition,
FixedPositionFieldPosition.Builder rightOf(String rightOf)
The field position is to the right of the field specified by the string.
rightOf - The field position is to the right of the field specified by the string.FieldPosition.Builder below(String below)
The field position is below the field specified by the string.
below - The field position is below the field specified by the string.Copyright © 2023. All rights reserved.