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(java.lang.Object... objs)
Add each of the specified objects as a values for the attribute that is being built.AttributeBuilder
AttributeBuilder. addValue(java.util.Collection<?> obj)
Adds each object in the collection as a value for the attribute that is being built.AttributeBuilder
AttributeBuilder. clearValue()
Clearsvalue
to recycle thisAttributeBuilder
.AttributeBuilder
AttributeBuilder. setName(java.lang.String name)
Set the name of the attribute that is being built.Methods in org.identityconnectors.framework.common.objects with parameters of type AttributeBuilder Modifier and Type Method Description ConnectorObjectBuilder
ConnectorObjectBuilder. addAttribute(AttributeBuilder builder, java.lang.String name, java.lang.Object... objs)
Adds values to the attribute, using a recycledAttributeBuilder
.ConnectorObjectBuilder
ConnectorObjectBuilder. addAttribute(AttributeBuilder builder, java.lang.String name, java.util.Collection<?> obj)
Adds each object in a collection, using a recycledAttributeBuilder
.
-