Class SysIntf.SchedRecipientResult
- java.lang.Object
-
- org.bedework.caldav.server.sysinterface.SysIntf.SchedRecipientResult
-
- All Implemented Interfaces:
Serializable,org.bedework.util.calendar.ScheduleStates
- Enclosing interface:
- SysIntf
public static class SysIntf.SchedRecipientResult extends Object implements org.bedework.util.calendar.ScheduleStates
Result for a single recipient.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description CalDAVEvent<?>freeBusySet if this is the result of a freebusy request.StringrecipientintstatusOne of the above
-
Constructor Summary
Constructors Constructor Description SchedRecipientResult()
-
-
-
Field Detail
-
recipient
public String recipient
-
status
public int status
One of the above
-
freeBusy
public CalDAVEvent<?> freeBusy
Set if this is the result of a freebusy request.
-
-