com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class SyncState



  • public class SyncState
    extends Object

    Synchronization object for folder synchronization operation.

    • Constructor Detail

      • SyncState

        public SyncState()

        Initializes a new instance of the SyncState class

      • SyncState

        public SyncState(String folderUri)

        Initializes a new instance of the SyncState class

        Parameters:
        folderUri - The folder uri to synchronize
    • Method Detail

      • getFolderUri

        public final String getFolderUri()

        The folder uri to synchronize

      • setFolderUri

        public final void setFolderUri(String value)

        The folder uri to synchronize

      • getItemsSyncState

        public final String getItemsSyncState()

        Synchronization state for next items synchronization operation.

      • setItemsSyncState

        public final void setItemsSyncState(String value)

        Synchronization state for next items synchronization operation.

      • getFoldersSyncState

        public final String getFoldersSyncState()

        Synchronization state for next subfolders synchronization operation.

      • setFoldersSyncState

        public final void setFoldersSyncState(String value)

        Synchronization state for next subfolders synchronization operation.

      • getIgnoredItems

        public final List<String> getIgnoredItems()

        The optional list of item uris that should be ignored.

      • getSyncType

        public final int getSyncType()

        Folder synchronization type

      • setSyncType

        public final void setSyncType(int value)

        Folder synchronization type