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:
  • Field Details

    • 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.
  • Constructor Details

    • SchedRecipientResult

      public SchedRecipientResult()
  • Method Details