Class FolderChange


  • public final class FolderChange
    extends Change
    Represents a change on a folder as returned by a synchronization operation.
    • Constructor Detail

      • FolderChange

        public FolderChange()
        Initializes a new instance of FolderChange.
    • Method Detail

      • getFolder

        public Folder getFolder()
        Gets the folder the change applies to. Folder is null when ChangeType is equal to ChangeType.Delete. In that case, use the FolderId property to retrieve the Id of the folder that was deleted.
        Returns:
        the folder
      • getFolderId

        public FolderId getFolderId()
                             throws ServiceLocalException
        Gets the folder the change applies to. Folder is null when ChangeType is equal to ChangeType.Delete. In that case, use the FolderId property to retrieve the Id of the folder that was deleted.
        Returns:
        the folder id
        Throws:
        ServiceLocalException - the service local exception