Class ScheduleUpdate


  • public final class ScheduleUpdate
    extends java.lang.Object
    An update returned from a schedule updater.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Schedule getSchedule()
      Get the Schedule to update.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScheduleUpdate

        public ScheduleUpdate​(Schedule schedule)
    • Method Detail

      • getSchedule

        public Schedule getSchedule()
        Get the Schedule to update.
        Returns:
        schedule to update