RestoreSettings
Contents
[
Hide
]Inheritance: java.lang.Object
public class RestoreSettings
The settings for the IEWSClient.Restore method
Constructors
Constructor | Description |
---|---|
RestoreSettings() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | BeforeItemCallback |
setFolders(ExchangeFolderInfoCollection value)
public final void setFolders(ExchangeFolderInfoCollection value)
A folders to be restored.
Parameters:
Parameter | Type | Description |
---|---|---|
value | ExchangeFolderInfoCollection |
setOptions(int value)
public final void setOptions(int value)
Restore options.
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 |