Uses of Class
odata.msgraph.client.beta.complex.WindowsKioskForceUpdateSchedule
-
Packages that use WindowsKioskForceUpdateSchedule Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of WindowsKioskForceUpdateSchedule in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return WindowsKioskForceUpdateSchedule Modifier and Type Method Description WindowsKioskForceUpdateScheduleWindowsKioskForceUpdateSchedule.Builder. build()WindowsKioskForceUpdateScheduleWindowsKioskForceUpdateSchedule. withDayofMonth(Integer dayofMonth)Returns an immutable copy ofthiswith just thedayofMonthfield changed.WindowsKioskForceUpdateScheduleWindowsKioskForceUpdateSchedule. withDayofWeek(DayOfWeek dayofWeek)Returns an immutable copy ofthiswith just thedayofWeekfield changed.WindowsKioskForceUpdateScheduleWindowsKioskForceUpdateSchedule. withRecurrence(Windows10AppsUpdateRecurrence recurrence)Returns an immutable copy ofthiswith just therecurrencefield changed.WindowsKioskForceUpdateScheduleWindowsKioskForceUpdateSchedule. withRunImmediatelyIfAfterStartDateTime(Boolean runImmediatelyIfAfterStartDateTime)Returns an immutable copy ofthiswith just therunImmediatelyIfAfterStartDateTimefield changed.WindowsKioskForceUpdateScheduleWindowsKioskForceUpdateSchedule. withStartDateTime(OffsetDateTime startDateTime)Returns an immutable copy ofthiswith just thestartDateTimefield changed.WindowsKioskForceUpdateScheduleWindowsKioskForceUpdateSchedule. withUnmappedField(String name, String value) -
Uses of WindowsKioskForceUpdateSchedule in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsKioskForceUpdateSchedule Modifier and Type Field Description protected WindowsKioskForceUpdateScheduleWindowsKioskConfiguration. windowsKioskForceUpdateScheduleMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsKioskForceUpdateSchedule Modifier and Type Method Description Optional<WindowsKioskForceUpdateSchedule>WindowsKioskConfiguration. getWindowsKioskForceUpdateSchedule()“force update schedule for Kiosk devices.”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsKioskForceUpdateSchedule Modifier and Type Method Description WindowsKioskConfiguration.BuilderWindowsKioskConfiguration.Builder. windowsKioskForceUpdateSchedule(WindowsKioskForceUpdateSchedule windowsKioskForceUpdateSchedule)“force update schedule for Kiosk devices.”WindowsKioskConfigurationWindowsKioskConfiguration. withWindowsKioskForceUpdateSchedule(WindowsKioskForceUpdateSchedule windowsKioskForceUpdateSchedule)Returns an immutable copy ofthiswith just thewindowsKioskForceUpdateSchedulefield changed.
-