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 final String getFolderUri()
The folder uri to synchronize
public final void setFolderUri(String value)
The folder uri to synchronize
public final String getItemsSyncState()
Synchronization state for next items synchronization operation.
public final void setItemsSyncState(String value)
Synchronization state for next items synchronization operation.
public final String getFoldersSyncState()
Synchronization state for next subfolders synchronization operation.
public final void setFoldersSyncState(String value)
Synchronization state for next subfolders synchronization operation.
public final List<String> getIgnoredItems()
The optional list of item uris that should be ignored.
public final int getSyncType()
Folder synchronization type
public final void setSyncType(int value)
Folder synchronization type