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<?>freeBusySet if this is the result of a freebusy request.java.lang.StringrecipientintstatusOne of the aboveFields 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.StringtoString()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 statusOne of the above -
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:
toStringin classjava.lang.Object
-