Uses of Class
org.identityconnectors.framework.common.objects.AttributeBuilder
Packages that use AttributeBuilder
-
Uses of AttributeBuilder in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return AttributeBuilderModifier 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()Clearsvalueto recycle thisAttributeBuilder.Set the name of the attribute that is being built.Methods in org.identityconnectors.framework.common.objects with parameters of type AttributeBuilderModifier 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.