SyncState
Inheritance: java.lang.Object
public class SyncState
Synchronization object for folder synchronization operation.
Constructors
| Constructor | Description |
|---|---|
| SyncState() | Initializes a new instance of the SyncState class |
| SyncState(String folderUri) | Initializes a new instance of the SyncState class |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getFolderUri() | The folder uri to synchronize |
| getFoldersSyncState() | Synchronization state for next subfolders synchronization operation. |
| getIgnoredItems() | The optional list of item uris that should be ignored. |
| getItemsSyncState() | Synchronization state for next items synchronization operation. |
| getSyncType() | Folder synchronization type |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setFolderUri(String value) | The folder uri to synchronize |
| setFoldersSyncState(String value) | Synchronization state for next subfolders synchronization operation. |
| setItemsSyncState(String value) | Synchronization state for next items synchronization operation. |
| setSyncType(int value) | Folder synchronization type |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
SyncState()
public SyncState()
Initializes a new instance of the SyncState class
SyncState(String folderUri)
public SyncState(String folderUri)
Initializes a new instance of the SyncState class
Parameters:
| Parameter | Type | Description |
|---|---|---|
| folderUri | java.lang.String | The folder uri to synchronize |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getFolderUri()
public final String getFolderUri()
The folder uri to synchronize
Returns: java.lang.String
getFoldersSyncState()
public final String getFoldersSyncState()
Synchronization state for next subfolders synchronization operation.
Returns: java.lang.String
getIgnoredItems()
public final List<String> getIgnoredItems()
The optional list of item uris that should be ignored.
Returns: java.util.List<java.lang.String>
getItemsSyncState()
public final String getItemsSyncState()
Synchronization state for next items synchronization operation.
Returns: java.lang.String
getSyncType()
public final int getSyncType()
Folder synchronization type
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setFolderUri(String value)
public final void setFolderUri(String value)
The folder uri to synchronize
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setFoldersSyncState(String value)
public final void setFoldersSyncState(String value)
Synchronization state for next subfolders synchronization operation.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setItemsSyncState(String value)
public final void setItemsSyncState(String value)
Synchronization state for next items synchronization operation.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setSyncType(int value)
public final void setSyncType(int value)
Folder synchronization type
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |