Package org.bedework.calfacade
Class ScheduleResult.ScheduleRecipientResult
java.lang.Object
org.bedework.calfacade.ScheduleResult.ScheduleRecipientResult
- All Implemented Interfaces:
Serializable,Comparable<ScheduleResult.ScheduleRecipientResult>,org.bedework.util.calendar.ScheduleStates
- Enclosing class:
- ScheduleResult
public static class ScheduleResult.ScheduleRecipientResult
extends Object
implements org.bedework.util.calendar.ScheduleStates, Comparable<ScheduleResult.ScheduleRecipientResult>
Result for a single recipient.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionSet if this is the result of a freebusy request.Fields inherited from interface org.bedework.util.calendar.ScheduleStates
scheduleDeferred, scheduleError, scheduleIgnored, scheduleNoAccess, scheduleOk, scheduleUnprocessed -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
recipient
-
freeBusy
Set if this is the result of a freebusy request.
-
-
Constructor Details
-
ScheduleRecipientResult
public ScheduleRecipientResult()
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<ScheduleResult.ScheduleRecipientResult>
-
toString
-
setStatus
public void setStatus(int val) - Parameters:
val- - the value
-
getStatus
public int getStatus()- Returns:
- scheduling status
-