updateClaimValues

updateClaimValues(location: Integer; 
                  key:      String; 
                  values:   ParamListType) updating;

The updateClaimValues method of the JadeRequiredOneOfValueClaimAnnotation class updates the values of the claimLocation, key, and allowedValues properties with the new values provided in location, key, and values parameters, respectively.

You can pass a StringArray for the values parameter or you can pass the values as individual Strings.

2020.0.01 and higher