Package org.ical4j.template.vevent
Class Reminder
- java.lang.Object
-
- org.ical4j.template.AbstractCalendarTemplate<net.fortuna.ical4j.model.component.VEvent>
-
- org.ical4j.template.vevent.Reminder
-
- All Implemented Interfaces:
FluentCalendarTemplate<net.fortuna.ical4j.model.component.VEvent>
public class Reminder extends AbstractCalendarTemplate<net.fortuna.ical4j.model.component.VEvent>
A transparent event used as a reminder of a particular date/time. This component MAY include an alarm.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends AbstractCalendarTemplate<net.fortuna.ical4j.model.component.VEvent>>
TgetFluentTarget()
Reminder
notify(Notify notify)
Reminder
repeats(Repeats<?> repeats)
-
Methods inherited from class org.ical4j.template.AbstractCalendarTemplate
getRevisions, toCalendar, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.ical4j.template.FluentCalendarTemplate
withRevision
-
-
-
-
Method Detail
-
getFluentTarget
public <T extends AbstractCalendarTemplate<net.fortuna.ical4j.model.component.VEvent>> T getFluentTarget()
-
-