Uses of Class
odata.msgraph.client.beta.complex.ExpeditedWindowsQualityUpdateSettings
-
Packages that use ExpeditedWindowsQualityUpdateSettings Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of ExpeditedWindowsQualityUpdateSettings in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ExpeditedWindowsQualityUpdateSettings Modifier and Type Method Description ExpeditedWindowsQualityUpdateSettingsExpeditedWindowsQualityUpdateSettings.Builder. build()ExpeditedWindowsQualityUpdateSettingsExpeditedWindowsQualityUpdateSettings. withDaysUntilForcedReboot(Integer daysUntilForcedReboot)Returns an immutable copy ofthiswith just thedaysUntilForcedRebootfield changed.ExpeditedWindowsQualityUpdateSettingsExpeditedWindowsQualityUpdateSettings. withQualityUpdateRelease(String qualityUpdateRelease)Returns an immutable copy ofthiswith just thequalityUpdateReleasefield changed.ExpeditedWindowsQualityUpdateSettingsExpeditedWindowsQualityUpdateSettings. withUnmappedField(String name, String value) -
Uses of ExpeditedWindowsQualityUpdateSettings in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ExpeditedWindowsQualityUpdateSettings Modifier and Type Field Description protected ExpeditedWindowsQualityUpdateSettingsWindowsQualityUpdateProfile. expeditedUpdateSettingsMethods in odata.msgraph.client.beta.entity that return types with arguments of type ExpeditedWindowsQualityUpdateSettings Modifier and Type Method Description Optional<ExpeditedWindowsQualityUpdateSettings>WindowsQualityUpdateProfile. getExpeditedUpdateSettings()“Expedited update settings.”Methods in odata.msgraph.client.beta.entity with parameters of type ExpeditedWindowsQualityUpdateSettings Modifier and Type Method Description WindowsQualityUpdateProfile.BuilderWindowsQualityUpdateProfile.Builder. expeditedUpdateSettings(ExpeditedWindowsQualityUpdateSettings expeditedUpdateSettings)“Expedited update settings.”WindowsQualityUpdateProfileWindowsQualityUpdateProfile. withExpeditedUpdateSettings(ExpeditedWindowsQualityUpdateSettings expeditedUpdateSettings)Returns an immutable copy ofthiswith just theexpeditedUpdateSettingsfield changed.
-