Uses of Class
odata.msgraph.client.beta.complex.Windows10AppsForceUpdateSchedule
-
Packages that use Windows10AppsForceUpdateSchedule Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of Windows10AppsForceUpdateSchedule in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return Windows10AppsForceUpdateSchedule Modifier and Type Method Description Windows10AppsForceUpdateScheduleWindows10AppsForceUpdateSchedule.Builder. build()Windows10AppsForceUpdateScheduleWindows10AppsForceUpdateSchedule. withRecurrence(Windows10AppsUpdateRecurrence recurrence)Returns an immutable copy ofthiswith just therecurrencefield changed.Windows10AppsForceUpdateScheduleWindows10AppsForceUpdateSchedule. withRunImmediatelyIfAfterStartDateTime(Boolean runImmediatelyIfAfterStartDateTime)Returns an immutable copy ofthiswith just therunImmediatelyIfAfterStartDateTimefield changed.Windows10AppsForceUpdateScheduleWindows10AppsForceUpdateSchedule. withStartDateTime(OffsetDateTime startDateTime)Returns an immutable copy ofthiswith just thestartDateTimefield changed.Windows10AppsForceUpdateScheduleWindows10AppsForceUpdateSchedule. withUnmappedField(String name, String value) -
Uses of Windows10AppsForceUpdateSchedule in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as Windows10AppsForceUpdateSchedule Modifier and Type Field Description protected Windows10AppsForceUpdateScheduleWindows10GeneralConfiguration. windows10AppsForceUpdateScheduleMethods in odata.msgraph.client.beta.entity that return types with arguments of type Windows10AppsForceUpdateSchedule Modifier and Type Method Description Optional<Windows10AppsForceUpdateSchedule>Windows10GeneralConfiguration. getWindows10AppsForceUpdateSchedule()“Windows 10 force update schedule for Apps.”Methods in odata.msgraph.client.beta.entity with parameters of type Windows10AppsForceUpdateSchedule Modifier and Type Method Description Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. windows10AppsForceUpdateSchedule(Windows10AppsForceUpdateSchedule windows10AppsForceUpdateSchedule)“Windows 10 force update schedule for Apps.”Windows10GeneralConfigurationWindows10GeneralConfiguration. withWindows10AppsForceUpdateSchedule(Windows10AppsForceUpdateSchedule windows10AppsForceUpdateSchedule)Returns an immutable copy ofthiswith just thewindows10AppsForceUpdateSchedulefield changed.
-