Package | Description |
---|---|
org.identityconnectors.framework.common.objects |
Modifier and Type | Method and Description |
---|---|
AttributeDeltaBuilder |
AttributeDeltaBuilder.addValueToAdd(Collection<?> obj)
Adds each object in the collection as a value for the valuesToAdd of the
attributeDelta that is being built.
|
AttributeDeltaBuilder |
AttributeDeltaBuilder.addValueToAdd(Object... objs)
Adds each of the specified objects as a value for the valuesToAdd of the
attributeDelta that is being built.
|
AttributeDeltaBuilder |
AttributeDeltaBuilder.addValueToRemove(Collection<?> obj)
Adds each object in the collection as a value for the valuesToRemove of
the attributeDelta that is being built.
|
AttributeDeltaBuilder |
AttributeDeltaBuilder.addValueToRemove(Object... objs)
Adds each of the specified objects as a value for the valuesToRemove of
the attributeDelta that is being built.
|
AttributeDeltaBuilder |
AttributeDeltaBuilder.addValueToReplace(Collection<?> obj)
Adds each object in the collection as a value for the valuesToReplace of
the attributeDelta that is being built.
|
AttributeDeltaBuilder |
AttributeDeltaBuilder.addValueToReplace(Object... objs)
Adds each of the specified objects as a value for the valuesToReplace of
the attributeDelta that is being built.
|
AttributeDeltaBuilder |
AttributeDeltaBuilder.setName(String name)
Set the name of the attributeDelta that is being built.
|
Copyright © 2022. All rights reserved.