Class 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  
      • Nested classes/interfaces inherited from class net.fortuna.ical4j.model.property.Trigger

        net.fortuna.ical4j.model.property.Trigger.Factory
    • 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
    • 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
      • Methods inherited from interface net.fortuna.ical4j.model.FluentProperty

        withParameter
    • Field Detail

      • ON_START

        public static final Notify ON_START
      • ON_END

        public static final Notify ON_END
      • ONE_HOUR_BEFORE_START

        public static final Notify ONE_HOUR_BEFORE_START
      • FIVE_MINUTES_BEFORE_END

        public static final Notify FIVE_MINUTES_BEFORE_END