@Deprecated public final class DeleteTaskOptions extends Enum
Enumerates delete task options.
Modifier and Type | Field and Description |
---|---|
static int |
DeletePermanently
Deprecated.
Specifies that task should be deleted permanently.
|
static int |
None
Deprecated.
Specifies that task should be moved into DeletedItems folder.
|
public static final int None
Specifies that task should be moved into DeletedItems folder.
public static final int DeletePermanently
Specifies that task should be deleted permanently.