Class ContingentValuesResult


  • public class ContingentValuesResult
    extends java.lang.Object
    An object that defines possible values for a field in the context of the contingent field groups it participates in.
    Since:
    100.13.0
    • Method Detail

      • getContingentValuesAllGroups

        public java.util.List<ContingentValue> getContingentValuesAllGroups()
        Gets an unmodifiable list of contingent values that satisfy all field groups the list participates in.

        If the field only participates in a single field group, this list will be empty.

        Returns:
        a list of contingent values that satisfy all field groups the list participates in
        Since:
        100.13.0
      • getContingentValuesByFieldGroup

        public java.util.Map<java.lang.String,​java.util.List<ContingentValue>> getContingentValuesByFieldGroup()
        Gets a unmodifiable map of field group names to lists of possible contingent values for that field group.
        Returns:
        an unmodifiable map of field group names to lists of possible contingent values for that field group
        Since:
        100.13.0