com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class AppointmentReminder



  • public class AppointmentReminder
    extends Object

    Provides a grouping of component properties that define an alarm.

    • Constructor Detail

      • AppointmentReminder

        public AppointmentReminder()

        Initialize a new instance of AppointmentReminder class.

    • Method Detail

      • getAction

        public final int getAction()

        Defines the action to be invoked when an alarm is triggered.

      • setAction

        public final void setAction(int value)

        Defines the action to be invoked when an alarm is triggered.

      • getTrigger

        public final ReminderTrigger getTrigger()

        Specifies when an alarm will trigger.

      • setTrigger

        public final void setTrigger(ReminderTrigger value)

        Specifies when an alarm will trigger.

      • getDescription

        public final String getDescription()

        Provides a more complete description of the alarm.

      • setDescription

        public final void setDescription(String value)

        Provides a more complete description of the alarm.

      • getSummary

        public final String getSummary()

        Defines a short summary or subject for the alarm.

      • setSummary

        public final void setSummary(String value)

        Defines a short summary or subject for the alarm.

      • getDuration

        public final ReminderDuration getDuration()

        Specifies the delay period, after which the alarm will repeat.

      • setDuration

        public final void setDuration(ReminderDuration value)

        Specifies the delay period, after which the alarm will repeat.

      • getRepeat

        public final int getRepeat()

        Defines the number of time the alarm should be repeated, after the initial trigger.

      • setRepeat

        public final void setRepeat(int value)

        Defines the number of time the alarm should be repeated, after the initial trigger.

      • getDefault15MinReminder

        public static AppointmentReminder getDefault15MinReminder()

        Gets the default 15 min reminder.