Uses of Class
org.identityconnectors.framework.common.objects.AttributeBuilder
-
Uses of AttributeBuilder in org.identityconnectors.framework.common.objects
Modifier and TypeMethodDescriptionAdd each of the specified objects as a values for the attribute that is being built.AttributeBuilder.addValue
(Collection<?> obj) Adds each object in the collection as a value for the attribute that is being built.AttributeBuilder.clearValue()
Clearsvalue
to recycle thisAttributeBuilder
.Set the name of the attribute that is being built.Modifier and TypeMethodDescriptionConnectorObjectBuilder.addAttribute
(AttributeBuilder builder, String name, Object... objs) Adds values to the attribute, using a recycledAttributeBuilder
.ConnectorObjectBuilder.addAttribute
(AttributeBuilder builder, String name, Collection<?> obj) Adds each object in a collection, using a recycledAttributeBuilder
.