Uses of Enum Class
org.bedework.caldav.server.sysinterface.SysIntf.IcalResultType
Packages that use SysIntf.IcalResultType
-
Uses of SysIntf.IcalResultType in org.bedework.caldav.server.sysinterface
Methods in org.bedework.caldav.server.sysinterface that return SysIntf.IcalResultTypeModifier and TypeMethodDescriptionstatic SysIntf.IcalResultTypeReturns the enum constant of this class with the specified name.static SysIntf.IcalResultType[]SysIntf.IcalResultType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bedework.caldav.server.sysinterface with parameters of type SysIntf.IcalResultTypeModifier and TypeMethodDescriptionSysIntf.fromIcal(CalDAVCollection<?> col, IcalendarType ical, SysIntf.IcalResultType rtype) Convert the Icalendar object to a Collection of Calendar objectsSysIntf.fromIcal(CalDAVCollection<?> col, Reader rdr, String contentType, SysIntf.IcalResultType rtype, boolean mergeAttendees) Convert the Icalendar reader to a Collection of Calendar objects