Package | Description |
---|---|
net.bluemind.calendar.service.internal |
Modifier and Type | Field and Description |
---|---|
protected ICSImportTask.Mode |
ICSImportTask.mode |
Modifier and Type | Method and Description |
---|---|
static ICSImportTask.Mode |
ICSImportTask.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ICSImportTask.Mode[] |
ICSImportTask.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ICSImportTask(IInternalCalendar calendar,
java.util.Optional<CalendarOwner> owner,
ICSImportTask.Mode mode) |
MultipleCalendarICSImport(IInternalCalendar calendar,
java.lang.String ics,
java.util.Optional<CalendarOwner> owner,
ICSImportTask.Mode mode) |
SingleCalendarICSImport(IInternalCalendar calendar,
java.io.InputStream ics,
java.util.Optional<CalendarOwner> owner,
ICSImportTask.Mode mode) |
Copyright © 2021. All Rights Reserved.