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.setName(String name)
Set the name of the attribute that is being built.
|
Copyright © 2022. All rights reserved.