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 AttributeBuilderAttributeBuilder. addValue(Object... objs)Add each of the specified objects as a values for the attribute that is being built.AttributeBuilderAttributeBuilder. addValue(Collection<?> obj)Adds each object in the collection as a value for the attribute that is being built.AttributeBuilderAttributeBuilder. setName(String name)Set the name of the attribute that is being built.
-