public static interface FieldTooltipItem.Builder extends SdkPojo, CopyableBuilder<FieldTooltipItem.Builder,FieldTooltipItem>
| Modifier and Type | Method and Description |
|---|---|
FieldTooltipItem.Builder |
fieldId(String fieldId)
The unique ID of the field that is targeted by the tooltip.
|
FieldTooltipItem.Builder |
label(String label)
The label of the tooltip item.
|
FieldTooltipItem.Builder |
visibility(String visibility)
The visibility of the tooltip item.
|
FieldTooltipItem.Builder |
visibility(Visibility visibility)
The visibility of the tooltip item.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFieldTooltipItem.Builder fieldId(String fieldId)
The unique ID of the field that is targeted by the tooltip.
fieldId - The unique ID of the field that is targeted by the tooltip.FieldTooltipItem.Builder label(String label)
The label of the tooltip item.
label - The label of the tooltip item.FieldTooltipItem.Builder visibility(String visibility)
The visibility of the tooltip item.
visibility - The visibility of the tooltip item.Visibility,
VisibilityFieldTooltipItem.Builder visibility(Visibility visibility)
The visibility of the tooltip item.
visibility - The visibility of the tooltip item.Visibility,
VisibilityCopyright © 2023. All rights reserved.