Class ScheduleResult

java.lang.Object
org.bedework.util.misc.response.Response
org.bedework.calfacade.ScheduleResult
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EventInfo.UpdateResult

public class ScheduleResult extends org.bedework.util.misc.response.Response
Result for a call to a scheduling method
Author:
douglm
See Also:
  • Field Details

    • ignored

      public boolean ignored
      True if an event had a previously seen sequence and dtstamp. recipient results will be set but no action taken.
    • reschedule

      public boolean reschedule
      Flagged by incremented sequence or dtstamp in event.
    • update

      public boolean update
      Flagged by same sequence and dtstamp in event.
    • recipientResults

      Set of ScheduleRecipientResult
    • externalRcs

      public Set<String> externalRcs
      Recipients external to the system.
  • Constructor Details

    • ScheduleResult

      public ScheduleResult()
  • Method Details