Interface FieldConditionMetadata
- All Superinterfaces:
RuleConditionMetadata
Provides details for a condition based on a field’s value.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the API name of the object field being evaluated.Retrieves the operator used for the comparison.Retrieves the value or values against which the field is compared.Methods inherited from interface com.veeva.vault.sdk.api.lifecycle.RuleConditionMetadata
getType
-
Method Details
-
getFieldName
String getFieldName()Retrieves the API name of the object field being evaluated.- Returns:
- the object field API name
-
getOperator
String getOperator()Retrieves the operator used for the comparison. For example, equals or is blank.- Returns:
- the operator used for the comparison
-
getValues
Retrieves the value or values against which the field is compared.- Returns:
- a
Listof value(s) the field is compared against
-