public class ImapRestoreSettingsAsync extends ImapRestoreSettings
The settings for the ImapClient.Restore async method.
Constructor and Description |
---|
ImapRestoreSettingsAsync()
Initializes a new instance of the RestoreSettingsAsync class.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.AsyncCallback |
getCallback()
References a method to be called when a corresponding asynchronous operation completes.
|
Object |
getState()
The state.
|
void |
setCallback(com.aspose.ms.System.AsyncCallback value)
References a method to be called when a corresponding asynchronous operation completes.
|
void |
setState(Object value)
The state.
|
getBeforeItemCallback, getConnection, getFolders, getNumberOfAttemptsToRrepeat, getOptions, getRecursive, getRemoveNonexistentFolders, getRemoveNonexistentItems, getRestoreConnection, getTimeoutBetweenAttempts, setBeforeItemCallback, setConnection, setFolders, setNumberOfAttemptsToRrepeat, setOptions, setRecursive, setRemoveNonexistentFolders, setRemoveNonexistentItems, setRestoreConnection, setTimeoutBetweenAttempts, to_RestoreSettings
public ImapRestoreSettingsAsync()
Initializes a new instance of the RestoreSettingsAsync class.
public final com.aspose.ms.System.AsyncCallback getCallback()
References a method to be called when a corresponding asynchronous operation completes.
public final void setCallback(com.aspose.ms.System.AsyncCallback value)
References a method to be called when a corresponding asynchronous operation completes.
public final Object getState()
The state.
public final void setState(Object value)
The state.