Class SysIntf.SchedRecipientResult

java.lang.Object
org.bedework.caldav.server.sysinterface.SysIntf.SchedRecipientResult
All Implemented Interfaces:
java.io.Serializable, org.bedework.util.calendar.ScheduleStates
Enclosing interface:
SysIntf

public static class SysIntf.SchedRecipientResult
extends java.lang.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<?> freeBusy
    Set if this is the result of a freebusy request.
    java.lang.String recipient  
    int status
    One of the above

    Fields inherited from interface org.bedework.util.calendar.ScheduleStates

    scheduleDeferred, scheduleError, scheduleIgnored, scheduleNoAccess, scheduleOk, scheduleUnprocessed
  • Constructor Summary

    Constructors
    Constructor Description
    SchedRecipientResult()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • recipient

      public java.lang.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

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object