Class Optional

  • All Implemented Interfaces:
    Serializable, Comparable<net.fortuna.ical4j.model.Property>, net.fortuna.ical4j.model.FluentProperty

    public class Optional
    extends net.fortuna.ical4j.model.property.Attendee
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class net.fortuna.ical4j.model.property.Attendee

        net.fortuna.ical4j.model.property.Attendee.Factory
    • Field Summary

      • 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
      Optional​(URI aUri)  
      Optional​(net.fortuna.ical4j.model.component.Participant participant)  
      Optional​(net.fortuna.ical4j.vcard.VCard card)  
    • Method Summary

      • Methods inherited from class net.fortuna.ical4j.model.property.Attendee

        getCalAddress, getValue, newFactory, setCalAddress, setValue, validate
      • Methods inherited from class net.fortuna.ical4j.model.Property

        add, compareTo, copy, equals, getFluentTarget, getName, getParameter, getParameterList, getParameters, getPrefix, getRequiredParameter, hashCode, remove, removeAll, replace, setParameters, setPrefix, toString
      • Methods inherited from interface net.fortuna.ical4j.model.FluentProperty

        withParameter
    • Constructor Detail

      • Optional

        public Optional​(URI aUri)
      • Optional

        public Optional​(net.fortuna.ical4j.vcard.VCard card)
      • Optional

        public Optional​(net.fortuna.ical4j.model.component.Participant participant)