public class CalendarDeletionOptions extends DeletionOptions
Defines parameters for item deletion
Constructor and Description |
---|
CalendarDeletionOptions()
Initializes a new instance of the
CalendarDeletionOptions class. |
CalendarDeletionOptions(int type)
Initializes a new instance of the
CalendarDeletionOptions class. |
CalendarDeletionOptions(int type,
int notyficationType)
Initializes a new instance of the
CalendarDeletionOptions class. |
Modifier and Type | Method and Description |
---|---|
static CalendarDeletionOptions |
getDefault()
Gets instance of the
DeletionOptions object with settings uses by default |
static CalendarDeletionOptions |
getDeletePermanently()
Gets instance of the
DeletionOptions object with settings for permanent deletion |
static CalendarDeletionOptions |
getMoveToDeletedItems()
Gets instance of the
DeletionOptions object with settings for moving to deleted items |
int |
getNotyficationType()
Gets or sets value which indicates how members of event has to be notified
|
void |
setNotyficationType(int value)
Gets or sets value which indicates how members of event has to be notified
|
getType, setType
public CalendarDeletionOptions()
Initializes a new instance of the CalendarDeletionOptions
class.
public CalendarDeletionOptions(int type)
Initializes a new instance of the CalendarDeletionOptions
class.
type
- Type of deletionpublic CalendarDeletionOptions(int type, int notyficationType)
Initializes a new instance of the CalendarDeletionOptions
class.
type
- Type of deletionnotyficationType
- indicates how members of event has to be notifiedpublic static CalendarDeletionOptions getDefault()
Gets instance of the DeletionOptions
object with settings uses by default
public static CalendarDeletionOptions getDeletePermanently()
Gets instance of the DeletionOptions
object with settings for permanent deletion
public static CalendarDeletionOptions getMoveToDeletedItems()
Gets instance of the DeletionOptions
object with settings for moving to deleted items
public final int getNotyficationType()
Gets or sets value which indicates how members of event has to be notified
public final void setNotyficationType(int value)
Gets or sets value which indicates how members of event has to be notified