public static interface DataPathLabelType.Builder extends SdkPojo, CopyableBuilder<DataPathLabelType.Builder,DataPathLabelType>
| Modifier and Type | Method and Description |
|---|---|
DataPathLabelType.Builder |
fieldId(String fieldId)
The field ID of the field that the data label needs to be applied to.
|
DataPathLabelType.Builder |
fieldValue(String fieldValue)
The actual value of the field that is labeled.
|
DataPathLabelType.Builder |
visibility(String visibility)
The visibility of the data label.
|
DataPathLabelType.Builder |
visibility(Visibility visibility)
The visibility of the data label.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataPathLabelType.Builder fieldId(String fieldId)
The field ID of the field that the data label needs to be applied to.
fieldId - The field ID of the field that the data label needs to be applied to.DataPathLabelType.Builder fieldValue(String fieldValue)
The actual value of the field that is labeled.
fieldValue - The actual value of the field that is labeled.DataPathLabelType.Builder visibility(String visibility)
The visibility of the data label.
visibility - The visibility of the data label.Visibility,
VisibilityDataPathLabelType.Builder visibility(Visibility visibility)
The visibility of the data label.
visibility - The visibility of the data label.Visibility,
VisibilityCopyright © 2023. All rights reserved.