Uses of Class
odata.msgraph.client.beta.complex.WindowsUpdateInstallScheduleType
-
Packages that use WindowsUpdateInstallScheduleType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of WindowsUpdateInstallScheduleType in odata.msgraph.client.beta.complex
Subclasses of WindowsUpdateInstallScheduleType in odata.msgraph.client.beta.complex Modifier and Type Class Description classWindowsUpdateActiveHoursInstallclassWindowsUpdateScheduledInstallMethods in odata.msgraph.client.beta.complex that return WindowsUpdateInstallScheduleType Modifier and Type Method Description WindowsUpdateInstallScheduleTypeWindowsUpdateInstallScheduleType. withUnmappedField(String name, String value) -
Uses of WindowsUpdateInstallScheduleType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsUpdateInstallScheduleType Modifier and Type Field Description protected WindowsUpdateInstallScheduleTypeWindowsUpdateForBusinessConfiguration. installationScheduleMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsUpdateInstallScheduleType Modifier and Type Method Description Optional<WindowsUpdateInstallScheduleType>WindowsUpdateForBusinessConfiguration. getInstallationSchedule()“Installation schedule”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsUpdateInstallScheduleType Modifier and Type Method Description WindowsUpdateForBusinessConfiguration.BuilderWindowsUpdateForBusinessConfiguration.Builder. installationSchedule(WindowsUpdateInstallScheduleType installationSchedule)“Installation schedule”WindowsUpdateForBusinessConfigurationWindowsUpdateForBusinessConfiguration. withInstallationSchedule(WindowsUpdateInstallScheduleType installationSchedule)Returns an immutable copy ofthiswith just theinstallationSchedulefield changed.
-