Uses of Class
org.identityconnectors.framework.common.objects.SyncDeltaType
-
Packages that use SyncDeltaType Package Description org.identityconnectors.framework.common.objects -
-
Uses of SyncDeltaType in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return SyncDeltaType Modifier and Type Method Description SyncDeltaTypeSyncDelta. getDeltaType()Returns the type of the change the occured.SyncDeltaTypeSyncDeltaBuilder. getDeltaType()Returns the type of the change that occurred.static SyncDeltaTypeSyncDeltaType. 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.Methods in org.identityconnectors.framework.common.objects with parameters of type SyncDeltaType Modifier and Type Method Description SyncDeltaBuilderSyncDeltaBuilder. setDeltaType(SyncDeltaType type)Sets the type of the change that occurred.
-