Interface FieldConditionMetadata

All Superinterfaces:
RuleConditionMetadata

public interface FieldConditionMetadata extends RuleConditionMetadata
Provides details for a condition based on a field’s value.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves 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

      List<String> getValues()
      Retrieves the value or values against which the field is compared.
      Returns:
      a List of value(s) the field is compared against