public static final class WindowsKioskForceUpdateSchedule.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
WindowsKioskForceUpdateSchedule |
build() |
WindowsKioskForceUpdateSchedule.Builder |
dayofMonth(Integer dayofMonth)
“Day of month.
|
WindowsKioskForceUpdateSchedule.Builder |
dayofWeek(DayOfWeek dayofWeek)
“Day of week.”
|
WindowsKioskForceUpdateSchedule.Builder |
recurrence(Windows10AppsUpdateRecurrence recurrence)
“Recurrence schedule.”
|
WindowsKioskForceUpdateSchedule.Builder |
runImmediatelyIfAfterStartDateTime(Boolean runImmediatelyIfAfterStartDateTime)
“If true, runs the task immediately if StartDateTime is in the past, else, runs
at the next recurrence.”
|
WindowsKioskForceUpdateSchedule.Builder |
startDateTime(OffsetDateTime startDateTime)
“The start time for the force restart.”
|
public WindowsKioskForceUpdateSchedule.Builder startDateTime(OffsetDateTime startDateTime)
startDateTime - value of startDateTime property (as defined in service metadata)this (for method chaining)public WindowsKioskForceUpdateSchedule.Builder recurrence(Windows10AppsUpdateRecurrence recurrence)
recurrence - value of recurrence property (as defined in service metadata)this (for method chaining)public WindowsKioskForceUpdateSchedule.Builder dayofWeek(DayOfWeek dayofWeek)
dayofWeek - value of dayofWeek property (as defined in service metadata)this (for method chaining)public WindowsKioskForceUpdateSchedule.Builder dayofMonth(Integer dayofMonth)
dayofMonth - value of dayofMonth property (as defined in service metadata)this (for method chaining)public WindowsKioskForceUpdateSchedule.Builder runImmediatelyIfAfterStartDateTime(Boolean runImmediatelyIfAfterStartDateTime)
runImmediatelyIfAfterStartDateTime - value of runImmediatelyIfAfterStartDateTime property (as defined in service metadata)this (for method chaining)public WindowsKioskForceUpdateSchedule build()
Copyright © 2018–2020. All rights reserved.