public class Reminders extends Object
Information about the event's reminders for the authenticated user.
Constructor and Description |
---|
Reminders()
Initializes a new instance of the Reminders class.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,Integer>[] |
getOverrides()
If the event doesn't use the default reminders, this lists the reminders specific to the event,
or, if not set, indicates that no reminders are set for this event.
|
boolean |
getUseDefault()
Whether the default reminders of the calendar apply to the event.
|
void |
setOverrides(com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,Integer>[] value)
If the event doesn't use the default reminders, this lists the reminders specific to the event,
or, if not set, indicates that no reminders are set for this event.
|
void |
setUseDefault(boolean value)
Whether the default reminders of the calendar apply to the event.
|
public boolean getUseDefault()
Whether the default reminders of the calendar apply to the event.
public void setUseDefault(boolean value)
Whether the default reminders of the calendar apply to the event.
value
- a boolean.public com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,Integer>[] getOverrides()
If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
KeyValuePair
objects.public void setOverrides(com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,Integer>[] value)
If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
value
- an array of KeyValuePair
objects.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.