Package org.ical4j.template.property
Class Notify
- java.lang.Object
-
- net.fortuna.ical4j.model.Content
-
- net.fortuna.ical4j.model.Property
-
- net.fortuna.ical4j.model.property.DateProperty<Instant>
-
- net.fortuna.ical4j.model.property.Trigger
-
- org.ical4j.template.property.Notify
-
- All Implemented Interfaces:
Serializable
,Comparable<net.fortuna.ical4j.model.Property>
,net.fortuna.ical4j.model.FluentProperty
,net.fortuna.ical4j.model.property.UtcProperty
public class Notify extends net.fortuna.ical4j.model.property.Trigger
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Notify.Relative
-
Field Summary
Fields Modifier and Type Field Description static Notify
FIVE_MINUTES_BEFORE_END
static Notify
ON_END
static Notify
ON_START
static Notify
ONE_HOUR_BEFORE_START
-
Fields inherited from class net.fortuna.ical4j.model.Property
ACKNOWLEDGED, ACTION, ATTACH, ATTENDEE, BUSYTYPE, CALENDAR_ADDRESS, CALSCALE, CATEGORIES, CLASS, COMMENT, COMPLETED, CONTACT, COUNTRY, CREATED, DESCRIPTION, DTEND, DTSTAMP, DTSTART, DUE, DURATION, EXDATE, EXPERIMENTAL_PREFIX, EXRULE, EXTENDED_ADDRESS, FREEBUSY, GEO, LAST_MODIFIED, LOCALITY, LOCATION, LOCATION_TYPE, METHOD, NAME, ORGANIZER, PARTICIPANT_TYPE, PERCENT_COMPLETE, POSTALCODE, PRIORITY, PRODID, PROXIMITY, RDATE, RECURRENCE_ID, REGION, RELATED_TO, REPEAT, REQUEST_STATUS, RESOURCE_TYPE, RESOURCES, RRULE, SEQUENCE, STATUS, STREET_ADDRESS, STRUCTURED_DATA, STYLED_DESCRIPTION, SUMMARY, TEL, TRANSP, TRIGGER, TZID, TZID_ALIAS_OF, TZNAME, TZOFFSETFROM, TZOFFSETTO, TZUNTIL, TZURL, UID, URL, VERSION
-
-
Constructor Summary
Constructors Constructor Description Notify(Duration duration, Notify.Relative relative)
-
Method Summary
-
Methods inherited from class net.fortuna.ical4j.model.property.Trigger
getDuration, getValue, isAbsolute, newFactory, setDate, setDefaultTimeZone, setDuration, setTimeZoneRegistry, setValue, validate
-
Methods inherited from class net.fortuna.ical4j.model.property.DateProperty
compareTo, getDate, hashCode, isUtc, refreshParameters
-
Methods inherited from class net.fortuna.ical4j.model.Property
add, copy, equals, getFluentTarget, getName, getParameter, getParameterList, getParameters, getPrefix, getRequiredParameter, remove, removeAll, replace, setParameters, setPrefix, toString
-
-
-
-
Constructor Detail
-
Notify
public Notify(Duration duration, Notify.Relative relative)
-
-