| Package | Description |
|---|---|
| org.identityconnectors.framework.common.objects |
| Modifier and Type | Method and Description |
|---|---|
SyncDeltaType |
SyncDeltaBuilder.getDeltaType()
Returns the type of the change that occurred.
|
SyncDeltaType |
SyncDelta.getDeltaType()
Returns the type of the change the occured.
|
static SyncDeltaType |
SyncDeltaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyncDeltaType[] |
SyncDeltaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SyncDeltaBuilder |
SyncDeltaBuilder.setDeltaType(SyncDeltaType type)
Sets the type of the change that occurred.
|
Copyright © 2018. All rights reserved.