RestoreSettings

Inheritance: java.lang.Object

public class RestoreSettings

The settings for the IEWSClient.Restore method

Constructors

ConstructorDescription
RestoreSettings()

Methods

MethodDescription
equals(Object arg0)
getBeforeItemCallback()The callback called when the next item (message or folder) is processed.
getClass()
getFolders()A folders to be restored.
getOptions()Restore options.
hashCode()
notify()
notifyAll()
setBeforeItemCallback(BeforeItemCallback value)The callback called when the next item (message or folder) is processed.
setFolders(ExchangeFolderInfoCollection value)A folders to be restored.
setOptions(int value)Restore options.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

RestoreSettings()

public RestoreSettings()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBeforeItemCallback()

public final BeforeItemCallback getBeforeItemCallback()

The callback called when the next item (message or folder) is processed.

Returns: BeforeItemCallback

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getFolders()

public final ExchangeFolderInfoCollection getFolders()

A folders to be restored.

Returns: ExchangeFolderInfoCollection

getOptions()

public final int getOptions()

Restore options.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBeforeItemCallback(BeforeItemCallback value)

public final void setBeforeItemCallback(BeforeItemCallback value)

The callback called when the next item (message or folder) is processed.

Parameters:

ParameterTypeDescription
valueBeforeItemCallback

setFolders(ExchangeFolderInfoCollection value)

public final void setFolders(ExchangeFolderInfoCollection value)

A folders to be restored.

Parameters:

ParameterTypeDescription
valueExchangeFolderInfoCollection

setOptions(int value)

public final void setOptions(int value)

Restore options.

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