SyncState

Inheritance: java.lang.Object

public class SyncState

Synchronization object for folder synchronization operation.

Constructors

ConstructorDescription
SyncState()Initializes a new instance of the SyncState class
SyncState(String folderUri)Initializes a new instance of the SyncState class

Methods

MethodDescription
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:

ParameterTypeDescription
folderUrijava.lang.StringThe folder uri to synchronize

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuejava.lang.String

setFoldersSyncState(String value)

public final void setFoldersSyncState(String value)

Synchronization state for next subfolders synchronization operation.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setItemsSyncState(String value)

public final void setItemsSyncState(String value)

Synchronization state for next items synchronization operation.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setSyncType(int value)

public final void setSyncType(int value)

Folder synchronization type

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int