public class SyncState extends Object
Synchronization object for folder synchronization operation.
Constructor and Description |
---|
SyncState()
Initializes a new instance of the
SyncState class |
SyncState(String folderUri)
Initializes a new instance of the
SyncState class |
Modifier and Type | Method and Description |
---|---|
String |
getFoldersSyncState()
Synchronization state for next subfolders synchronization operation.
|
String |
getFolderUri()
The folder uri to synchronize
|
List<String> |
getIgnoredItems()
The optional list of item uris that should be ignored.
|
String |
getItemsSyncState()
Synchronization state for next items synchronization operation.
|
int |
getSyncType()
Folder synchronization type
|
void |
setFoldersSyncState(String value)
Synchronization state for next subfolders synchronization operation.
|
void |
setFolderUri(String value)
The folder uri to synchronize
|
void |
setItemsSyncState(String value)
Synchronization state for next items synchronization operation.
|
void |
setSyncType(int value)
Folder synchronization type
|
public SyncState()
Initializes a new instance of the SyncState
class
public SyncState(String folderUri)
Initializes a new instance of the SyncState
class
folderUri
- The folder uri to synchronizepublic String getFolderUri()
The folder uri to synchronize
public void setFolderUri(String value)
The folder uri to synchronize
public String getItemsSyncState()
Synchronization state for next items synchronization operation.
public void setItemsSyncState(String value)
Synchronization state for next items synchronization operation.
public String getFoldersSyncState()
Synchronization state for next subfolders synchronization operation.
public void setFoldersSyncState(String value)
Synchronization state for next subfolders synchronization operation.
public List<String> getIgnoredItems()
The optional list of item uris that should be ignored.
public int getSyncType()
Folder synchronization type
public void setSyncType(int value)
Folder synchronization type
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.