Uses of Class
org.identityconnectors.framework.common.objects.SuggestedValuesBuilder
-
Packages that use SuggestedValuesBuilder Package Description org.identityconnectors.framework.common.objects -
-
Uses of SuggestedValuesBuilder in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return SuggestedValuesBuilder Modifier and Type Method Description SuggestedValuesBuilder
SuggestedValuesBuilder. addValues(Object... objs)
Add each of the specified objects as a value for SuggestedValues instance that is being built.SuggestedValuesBuilder
SuggestedValuesBuilder. addValues(Collection<?> obj)
Adds each object in the collection as a value for SuggestedValues instance that is being built.
-