public class AppointmentReminder extends Object
Provides a grouping of component properties that define an alarm.
Constructor and Description |
---|
AppointmentReminder()
Initialize a new instance of
AppointmentReminder class. |
Modifier and Type | Method and Description |
---|---|
int |
getAction()
Defines the action to be invoked when an alarm is triggered.
|
ReminderAttachmentCollection |
getAttachments()
Contains collection of ReminderAttachment
ReminderAttachment objects. |
ReminderAttendeeCollection |
getAttendees()
Contains collection of ReminderAttendee
ReminderAttendee objects. |
static AppointmentReminder |
getDefault15MinReminder()
Gets the default 15 min reminder.
|
String |
getDescription()
Provides a more complete description of the alarm.
|
ReminderDuration |
getDuration()
Specifies the delay period, after which the alarm will repeat.
|
int |
getRepeat()
Defines the number of time the alarm should be repeated, after the initial trigger.
|
String |
getSummary()
Defines a short summary or subject for the alarm.
|
ReminderTrigger |
getTrigger()
Specifies when an alarm will trigger.
|
void |
setAction(int value)
Defines the action to be invoked when an alarm is triggered.
|
void |
setDescription(String value)
Provides a more complete description of the alarm.
|
void |
setDuration(ReminderDuration value)
Specifies the delay period, after which the alarm will repeat.
|
void |
setRepeat(int value)
Defines the number of time the alarm should be repeated, after the initial trigger.
|
void |
setSummary(String value)
Defines a short summary or subject for the alarm.
|
void |
setTrigger(ReminderTrigger value)
Specifies when an alarm will trigger.
|
public AppointmentReminder()
Initialize a new instance of AppointmentReminder
class.
public ReminderAttendeeCollection getAttendees()
Contains collection of ReminderAttendee ReminderAttendee
objects.
public ReminderAttachmentCollection getAttachments()
Contains collection of ReminderAttachment ReminderAttachment
objects.
public int getAction()
Defines the action to be invoked when an alarm is triggered.
public void setAction(int value)
Defines the action to be invoked when an alarm is triggered.
public ReminderTrigger getTrigger()
Specifies when an alarm will trigger.
public void setTrigger(ReminderTrigger value)
Specifies when an alarm will trigger.
public String getDescription()
Provides a more complete description of the alarm.
public void setDescription(String value)
Provides a more complete description of the alarm.
public String getSummary()
Defines a short summary or subject for the alarm.
public void setSummary(String value)
Defines a short summary or subject for the alarm.
public ReminderDuration getDuration()
Specifies the delay period, after which the alarm will repeat.
public void setDuration(ReminderDuration value)
Specifies the delay period, after which the alarm will repeat.
public int getRepeat()
Defines the number of time the alarm should be repeated, after the initial trigger.
public void setRepeat(int value)
Defines the number of time the alarm should be repeated, after the initial trigger.
public static AppointmentReminder getDefault15MinReminder()
Gets the default 15 min reminder.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.