Class WindowsKioskForceUpdateSchedule.Builder

    • Method Detail

      • dayofMonth

        public WindowsKioskForceUpdateSchedule.Builder dayofMonth​(Integer dayofMonth)
        “Day of month. Valid values 1 to 31”
        Parameters:
        dayofMonth - value of dayofMonth property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • runImmediatelyIfAfterStartDateTime

        public WindowsKioskForceUpdateSchedule.Builder runImmediatelyIfAfterStartDateTime​(Boolean runImmediatelyIfAfterStartDateTime)
        “If true, runs the task immediately if StartDateTime is in the past, else, runs at the next recurrence.”
        Parameters:
        runImmediatelyIfAfterStartDateTime - value of runImmediatelyIfAfterStartDateTime property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • startDateTime

        public WindowsKioskForceUpdateSchedule.Builder startDateTime​(OffsetDateTime startDateTime)
        “The start time for the force restart.”
        Parameters:
        startDateTime - value of startDateTime property (as defined in service metadata)
        Returns:
        this (for method chaining)