| Package | Description |
|---|---|
| org.identityconnectors.framework.common.objects |
| Modifier and Type | Method and Description |
|---|---|
AttributeBuilder |
AttributeBuilder.addValue(Collection<?> obj)
Adds each object in the collection as a value for the attribute that is
being built.
|
AttributeBuilder |
AttributeBuilder.addValue(Object... objs)
Add each of the specified objects as a values for the attribute that is
being built.
|
AttributeBuilder |
AttributeBuilder.clearValue()
Clears
value to recycle this AttributeBuilder. |
AttributeBuilder |
AttributeBuilder.setName(String name)
Set the name of the attribute that is being built.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorObjectBuilder |
ConnectorObjectBuilder.addAttribute(AttributeBuilder builder,
String name,
Collection<?> obj)
Adds each object in a collection, using a recycled
AttributeBuilder. |
ConnectorObjectBuilder |
ConnectorObjectBuilder.addAttribute(AttributeBuilder builder,
String name,
Object... objs)
Adds values to the attribute, using a recycled
AttributeBuilder. |
Copyright © 2018–2025. All rights reserved.