Uses of Class
org.identityconnectors.framework.common.objects.AttributeBuilder
-
Packages that use AttributeBuilder Package Description org.identityconnectors.framework.common.objects -
-
Uses of AttributeBuilder in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return AttributeBuilder Modifier and Type Method Description AttributeBuilder
AttributeBuilder. addValue(Object... objs)
Add each of the specified objects as a values for the attribute that is being built.AttributeBuilder
AttributeBuilder. addValue(Collection<?> obj)
Adds each object in the collection as a value for the attribute that is being built.AttributeBuilder
AttributeBuilder. setName(String name)
Set the name of the attribute that is being built.
-