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