AppointmentReminder
Inheritance: java.lang.Object
public class AppointmentReminder
Provides a grouping of component properties that define an alarm.
Constructors
Constructor | Description |
---|---|
AppointmentReminder() | Initialize a new instance of AppointmentReminder class. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAction() | Defines the action to be invoked when an alarm is triggered. |
getAttachments() | Contains collection of ReminderAttachment ReminderAttachmentobjects. |
getAttendees() | Contains collection of ReminderAttendee ReminderAttendeeobjects. |
getClass() | |
getDefault15MinReminder() | Gets the default 15 min reminder. |
getDescription() | Provides a more complete description of the alarm. |
getDuration() | Specifies the delay period, after which the alarm will repeat. |
getRepeat() | Defines the number of time the alarm should be repeated, after the initial trigger. |
getSummary() | Defines a short summary or subject for the alarm. |
getTrigger() | Specifies when an alarm will trigger. |
hashCode() | |
notify() | |
notifyAll() | |
setAction(int value) | Defines the action to be invoked when an alarm is triggered. |
setDescription(String value) | Provides a more complete description of the alarm. |
setDuration(ReminderDuration value) | Specifies the delay period, after which the alarm will repeat. |
setRepeat(int value) | Defines the number of time the alarm should be repeated, after the initial trigger. |
setSummary(String value) | Defines a short summary or subject for the alarm. |
setTrigger(ReminderTrigger value) | Specifies when an alarm will trigger. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
AppointmentReminder()
public AppointmentReminder()
Initialize a new instance of AppointmentReminder class.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAction()
public final int getAction()
Defines the action to be invoked when an alarm is triggered.
Returns: int
getAttachments()
public final ReminderAttachmentCollection getAttachments()
Contains collection of ReminderAttachment ReminderAttachmentobjects.
Returns: ReminderAttachmentCollection
getAttendees()
public final ReminderAttendeeCollection getAttendees()
Contains collection of ReminderAttendee ReminderAttendeeobjects.
Returns: ReminderAttendeeCollection
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDefault15MinReminder()
public static AppointmentReminder getDefault15MinReminder()
Gets the default 15 min reminder.
Returns: AppointmentReminder
getDescription()
public final String getDescription()
Provides a more complete description of the alarm.
Returns: java.lang.String
getDuration()
public final ReminderDuration getDuration()
Specifies the delay period, after which the alarm will repeat.
Returns: ReminderDuration
getRepeat()
public final int getRepeat()
Defines the number of time the alarm should be repeated, after the initial trigger.
Returns: int
getSummary()
public final String getSummary()
Defines a short summary or subject for the alarm.
Returns: java.lang.String
getTrigger()
public final ReminderTrigger getTrigger()
Specifies when an alarm will trigger.
Returns: ReminderTrigger
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAction(int value)
public final void setAction(int value)
Defines the action to be invoked when an alarm is triggered.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setDescription(String value)
public final void setDescription(String value)
Provides a more complete description of the alarm.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setDuration(ReminderDuration value)
public final void setDuration(ReminderDuration value)
Specifies the delay period, after which the alarm will repeat.
Parameters:
Parameter | Type | Description |
---|---|---|
value | ReminderDuration |
setRepeat(int value)
public final void setRepeat(int value)
Defines the number of time the alarm should be repeated, after the initial trigger.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setSummary(String value)
public final void setSummary(String value)
Defines a short summary or subject for the alarm.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setTrigger(ReminderTrigger value)
public final void setTrigger(ReminderTrigger value)
Specifies when an alarm will trigger.
Parameters:
Parameter | Type | Description |
---|---|---|
value | ReminderTrigger |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |