public interface ScheduleEntry
Modifier and Type | Method and Description |
---|---|
String |
getApptUnid() |
Set<ScheduleAttr> |
getAttributes() |
Optional<DominoDateTime> |
getFrom() |
String |
getUnid() |
Optional<DominoDateTime> |
getUntil() |
boolean |
hasAttribute(ScheduleAttr attr) |
boolean |
isAppointment() |
boolean |
isBusy() |
boolean |
isNonWork() |
boolean |
isPenciled() |
boolean |
isRepeatEvent() |
String getUnid()
Optional<DominoDateTime> getFrom()
Optional<DominoDateTime> getUntil()
Set<ScheduleAttr> getAttributes()
boolean hasAttribute(ScheduleAttr attr)
String getApptUnid()
boolean isPenciled()
boolean isRepeatEvent()
boolean isBusy()
boolean isAppointment()
boolean isNonWork()
Copyright © 2019–2021 HCL. All rights reserved.