Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
SyncDeltaType |
getDeltaType()
Returns the type of the change the occured.
|
ConnectorObject |
getObject()
Returns the connector object that changed.
|
ObjectClass |
getObjectClass()
If the change described by this
SyncDelta.DELETE and the
deleted object value is null , this method returns the
ObjectClass of the deleted object. |
Uid |
getPreviousUid()
If the change described by this
SyncDelta modified the
object's Uid, this method returns the Uid before the change. |
SyncToken |
getToken()
Returns the
SyncToken of the object that changed. |
Uid |
getUid()
Returns the Uid of the connector object that changed.
|
int |
hashCode() |
String |
toString() |
public Uid getPreviousUid()
SyncDelta
modified the
object's Uid, this method returns the Uid before the change. Not all
resources can determine the previous Uid, so this method can return
null
.public ObjectClass getObjectClass()
SyncDelta.DELETE
and the
deleted object value is null
, this method returns the
ObjectClass of the deleted object. If operation syncs
ObjectClass.ALL
this must be set, otherwise this method can return null
.public Uid getUid()
public ConnectorObject getObject()
public SyncToken getToken()
SyncToken
of the object that changed.SyncToken
of the object that changed.public SyncDeltaType getDeltaType()
Copyright © 2022. All rights reserved.