Uses of Class
odata.msgraph.client.beta.complex.WindowsKioskForceUpdateSchedule.Builder
-
Packages that use WindowsKioskForceUpdateSchedule.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of WindowsKioskForceUpdateSchedule.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return WindowsKioskForceUpdateSchedule.Builder Modifier and Type Method Description static WindowsKioskForceUpdateSchedule.BuilderWindowsKioskForceUpdateSchedule. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).WindowsKioskForceUpdateSchedule.BuilderWindowsKioskForceUpdateSchedule.Builder. dayofMonth(Integer dayofMonth)“Day of month.WindowsKioskForceUpdateSchedule.BuilderWindowsKioskForceUpdateSchedule.Builder. dayofWeek(DayOfWeek dayofWeek)“Day of week.”WindowsKioskForceUpdateSchedule.BuilderWindowsKioskForceUpdateSchedule.Builder. recurrence(Windows10AppsUpdateRecurrence recurrence)“Recurrence schedule.”WindowsKioskForceUpdateSchedule.BuilderWindowsKioskForceUpdateSchedule.Builder. runImmediatelyIfAfterStartDateTime(Boolean runImmediatelyIfAfterStartDateTime)“If true, runs the task immediately if StartDateTime is in the past, else, runs at the next recurrence.”WindowsKioskForceUpdateSchedule.BuilderWindowsKioskForceUpdateSchedule.Builder. startDateTime(OffsetDateTime startDateTime)“The start time for the force restart.”
-