Class LiveSyncDeltaBuilder

    • Constructor Detail

      • LiveSyncDeltaBuilder

        public LiveSyncDeltaBuilder()
        Create a new LiveSyncDeltaBuilder
      • LiveSyncDeltaBuilder

        public LiveSyncDeltaBuilder​(LiveSyncDelta delta)
        Creates a new LiveSyncDeltaBuilder whose values are initialized to those of the delta.
        Parameters:
        delta - the original delta.
    • Method Detail

      • getObjectClass

        public ObjectClass getObjectClass()
        Gets the ObjectClass of the object that deleted.
        Returns:
        The ObjectClass of the object that deleted.
      • getUid

        public Uid getUid()
        Gets the Uid of the object that changed.
        Returns:
        The Uid of the object that changed.
      • getObject

        public ConnectorObject getObject()
        Returns the object that changed.
        Returns:
        The object that changed. May be null for deletes.
      • setObject

        public LiveSyncDeltaBuilder setObject​(ConnectorObject object)
        Sets the object that changed and implicitly sets Uid if object is not null.
        Parameters:
        object - The object that changed. May be null for deletes.