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 final ReminderAttendeeCollection getAttendees()
Contains collection of ReminderAttendee ReminderAttendee
objects.
public final ReminderAttachmentCollection getAttachments()
Contains collection of ReminderAttachment ReminderAttachment
objects.
public final int getAction()
Defines the action to be invoked when an alarm is triggered.
public final void setAction(int value)
Defines the action to be invoked when an alarm is triggered.
public final ReminderTrigger getTrigger()
Specifies when an alarm will trigger.
public final void setTrigger(ReminderTrigger value)
Specifies when an alarm will trigger.
public final String getDescription()
Provides a more complete description of the alarm.
public final void setDescription(String value)
Provides a more complete description of the alarm.
public final String getSummary()
Defines a short summary or subject for the alarm.
public final void setSummary(String value)
Defines a short summary or subject for the alarm.
public final ReminderDuration getDuration()
Specifies the delay period, after which the alarm will repeat.
public final void setDuration(ReminderDuration value)
Specifies the delay period, after which the alarm will repeat.
public final int getRepeat()
Defines the number of time the alarm should be repeated, after the initial trigger.
public final 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.