Uses of Class
org.bedework.caldav.server.sysinterface.SysIntf.IcalResultType
-
Packages that use SysIntf.IcalResultType Package Description org.bedework.caldav.server.sysinterface -
-
Uses of SysIntf.IcalResultType in org.bedework.caldav.server.sysinterface
Methods in org.bedework.caldav.server.sysinterface that return SysIntf.IcalResultType Modifier and Type Method Description static SysIntf.IcalResultTypeSysIntf.IcalResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static SysIntf.IcalResultType[]SysIntf.IcalResultType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bedework.caldav.server.sysinterface with parameters of type SysIntf.IcalResultType Modifier and Type Method Description SysiIcalendarSysIntf. fromIcal(CalDAVCollection<?> col, ietf.params.xml.ns.icalendar_2.IcalendarType ical, SysIntf.IcalResultType rtype)Convert the Icalendar object to a Collection of Calendar objectsSysiIcalendarSysIntf. fromIcal(CalDAVCollection<?> col, Reader rdr, String contentType, SysIntf.IcalResultType rtype, boolean mergeAttendees)Convert the Icalendar reader to a Collection of Calendar objects
-