Package com.microsoft.graph.models
Class WindowsUpdateForBusinessConfiguration
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceConfiguration
com.microsoft.graph.models.WindowsUpdateForBusinessConfiguration
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WindowsUpdateForBusinessConfiguration
extends DeviceConfiguration
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows Update For Business Configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Allow Windows11Upgrade.The Automatic Update Mode.The Auto Restart Notification Dismissal.The Business Ready Updates Only.The Deadline For Feature Updates In Days.The Deadline For Quality Updates In Days.The Deadline Grace Period In Days.The Delivery Optimization Mode.The Drivers Excluded.The Engaged Restart Deadline In Days.The Engaged Restart Snooze Schedule In Days.The Engaged Restart Transition Schedule In Days.The Feature Updates Deferral Period In Days.The Feature Updates Paused.The Feature Updates Pause Expiry Date Time.com.microsoft.graph.core.DateOnlyThe Feature Updates Pause Start Date.The Feature Updates Rollback Start Date Time.The Feature Updates Rollback Window In Days.The Feature Updates Will Be Rolled Back.The Installation Schedule.The Microsoft Update Service Allowed.The Postpone Reboot Until After Deadline.The Prerelease Features.The Quality Updates Deferral Period In Days.The Quality Updates Paused.The Quality Updates Pause Expiry Date Time.com.microsoft.graph.core.DateOnlyThe Quality Updates Pause Start Date.The Quality Updates Rollback Start Date Time.The Quality Updates Will Be Rolled Back.The Schedule Imminent Restart Warning In Minutes.The Schedule Restart Warning In Hours.The Skip Checks Before Restart.The Update Notification Level.The Update Weeks.The User Pause Access.The User Windows Update Scan Access.Fields inherited from class com.microsoft.graph.models.DeviceConfiguration
assignments, createdDateTime, description, deviceSettingStateSummaries, deviceStatuses, deviceStatusOverview, displayName, lastModifiedDateTime, userStatuses, userStatusOverview, version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
allowWindows11Upgrade
@SerializedName(value="allowWindows11Upgrade", alternate="AllowWindows11Upgrade") @Expose @Nullable public Boolean allowWindows11UpgradeThe Allow Windows11Upgrade. When TRUE, allows eligible Windows 10 devices to upgrade to Windows 11. When FALSE, implies the device stays on the existing operating system. Returned by default. Query parameters are not supported. -
automaticUpdateMode
@SerializedName(value="automaticUpdateMode", alternate="AutomaticUpdateMode") @Expose @Nullable public AutomaticUpdateMode automaticUpdateModeThe Automatic Update Mode. The Automatic Update Mode. Possible values are: UserDefined, NotifyDownload, AutoInstallAtMaintenanceTime, AutoInstallAndRebootAtMaintenanceTime, AutoInstallAndRebootAtScheduledTime, AutoInstallAndRebootWithoutEndUserControl, WindowsDefault. UserDefined is the default value, no intent. Returned by default. Query parameters are not supported. Possible values are: userDefined, notifyDownload, autoInstallAtMaintenanceTime, autoInstallAndRebootAtMaintenanceTime, autoInstallAndRebootAtScheduledTime, autoInstallAndRebootWithoutEndUserControl. -
autoRestartNotificationDismissal
@SerializedName(value="autoRestartNotificationDismissal", alternate="AutoRestartNotificationDismissal") @Expose @Nullable public AutoRestartNotificationDismissalMethod autoRestartNotificationDismissalThe Auto Restart Notification Dismissal. Specify the method by which the auto-restart required notification is dismissed. Possible values are: NotConfigured, Automatic, User. Returned by default. Query parameters are not supported. Possible values are: notConfigured, automatic, user, unknownFutureValue. -
businessReadyUpdatesOnly
@SerializedName(value="businessReadyUpdatesOnly", alternate="BusinessReadyUpdatesOnly") @Expose @Nullable public WindowsUpdateType businessReadyUpdatesOnlyThe Business Ready Updates Only. Determines which branch devices will receive their updates from. Possible values are: UserDefined, All, BusinessReadyOnly, WindowsInsiderBuildFast, WindowsInsiderBuildSlow, WindowsInsiderBuildRelease. Returned by default. Query parameters are not supported. Possible values are: userDefined, all, businessReadyOnly, windowsInsiderBuildFast, windowsInsiderBuildSlow, windowsInsiderBuildRelease. -
deadlineForFeatureUpdatesInDays
@SerializedName(value="deadlineForFeatureUpdatesInDays", alternate="DeadlineForFeatureUpdatesInDays") @Expose @Nullable public Integer deadlineForFeatureUpdatesInDaysThe Deadline For Feature Updates In Days. Number of days before feature updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported. -
deadlineForQualityUpdatesInDays
@SerializedName(value="deadlineForQualityUpdatesInDays", alternate="DeadlineForQualityUpdatesInDays") @Expose @Nullable public Integer deadlineForQualityUpdatesInDaysThe Deadline For Quality Updates In Days. Number of days before quality updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported. -
deadlineGracePeriodInDays
@SerializedName(value="deadlineGracePeriodInDays", alternate="DeadlineGracePeriodInDays") @Expose @Nullable public Integer deadlineGracePeriodInDaysThe Deadline Grace Period In Days. Number of days after deadline until restarts occur automatically with valid range from 0 to 7 days. Returned by default. Query parameters are not supported. -
deliveryOptimizationMode
@SerializedName(value="deliveryOptimizationMode", alternate="DeliveryOptimizationMode") @Expose @Nullable public WindowsDeliveryOptimizationMode deliveryOptimizationModeThe Delivery Optimization Mode. The Delivery Optimization Mode. Possible values are: UserDefined, HttpOnly, HttpWithPeeringNat, HttpWithPeeringPrivateGroup, HttpWithInternetPeering, SimpleDownload, BypassMode. UserDefined allows the user to set. Returned by default. Query parameters are not supported. Possible values are: userDefined, httpOnly, httpWithPeeringNat, httpWithPeeringPrivateGroup, httpWithInternetPeering, simpleDownload, bypassMode. -
driversExcluded
@SerializedName(value="driversExcluded", alternate="DriversExcluded") @Expose @Nullable public Boolean driversExcludedThe Drivers Excluded. When TRUE, excludes Windows update Drivers. When FALSE, does not exclude Windows update Drivers. Returned by default. Query parameters are not supported. -
engagedRestartDeadlineInDays
@SerializedName(value="engagedRestartDeadlineInDays", alternate="EngagedRestartDeadlineInDays") @Expose @Nullable public Integer engagedRestartDeadlineInDaysThe Engaged Restart Deadline In Days. Deadline in days before automatically scheduling and executing a pending restart outside of active hours, with valid range from 2 to 30 days. Returned by default. Query parameters are not supported. -
engagedRestartSnoozeScheduleInDays
@SerializedName(value="engagedRestartSnoozeScheduleInDays", alternate="EngagedRestartSnoozeScheduleInDays") @Expose @Nullable public Integer engagedRestartSnoozeScheduleInDaysThe Engaged Restart Snooze Schedule In Days. Number of days a user can snooze Engaged Restart reminder notifications with valid range from 1 to 3 days. Returned by default. Query parameters are not supported. -
engagedRestartTransitionScheduleInDays
@SerializedName(value="engagedRestartTransitionScheduleInDays", alternate="EngagedRestartTransitionScheduleInDays") @Expose @Nullable public Integer engagedRestartTransitionScheduleInDaysThe Engaged Restart Transition Schedule In Days. Number of days before transitioning from Auto Restarts scheduled outside of active hours to Engaged Restart, which requires the user to schedule, with valid range from 0 to 30 days. Returned by default. Query parameters are not supported. -
featureUpdatesDeferralPeriodInDays
@SerializedName(value="featureUpdatesDeferralPeriodInDays", alternate="FeatureUpdatesDeferralPeriodInDays") @Expose @Nullable public Integer featureUpdatesDeferralPeriodInDaysThe Feature Updates Deferral Period In Days. Defer Feature Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported. -
featureUpdatesPaused
@SerializedName(value="featureUpdatesPaused", alternate="FeatureUpdatesPaused") @Expose @Nullable public Boolean featureUpdatesPausedThe Feature Updates Paused. When TRUE, assigned devices are paused from receiving feature updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Feature Updates. Returned by default. Query parameters are not supported.s -
featureUpdatesPauseExpiryDateTime
@SerializedName(value="featureUpdatesPauseExpiryDateTime", alternate="FeatureUpdatesPauseExpiryDateTime") @Expose @Nullable public OffsetDateTime featureUpdatesPauseExpiryDateTimeThe Feature Updates Pause Expiry Date Time. The Feature Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. -
featureUpdatesPauseStartDate
@SerializedName(value="featureUpdatesPauseStartDate", alternate="FeatureUpdatesPauseStartDate") @Expose @Nullable public com.microsoft.graph.core.DateOnly featureUpdatesPauseStartDateThe Feature Updates Pause Start Date. The Feature Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only. -
featureUpdatesRollbackStartDateTime
@SerializedName(value="featureUpdatesRollbackStartDateTime", alternate="FeatureUpdatesRollbackStartDateTime") @Expose @Nullable public OffsetDateTime featureUpdatesRollbackStartDateTimeThe Feature Updates Rollback Start Date Time. The Feature Updates Rollback Start datetime.This value is the time when the admin rolled back the Feature update for the ring.Returned by default.Query parameters are not supported. -
featureUpdatesRollbackWindowInDays
@SerializedName(value="featureUpdatesRollbackWindowInDays", alternate="FeatureUpdatesRollbackWindowInDays") @Expose @Nullable public Integer featureUpdatesRollbackWindowInDaysThe Feature Updates Rollback Window In Days. The number of days after a Feature Update for which a rollback is valid with valid range from 2 to 60 days. Returned by default. Query parameters are not supported. -
featureUpdatesWillBeRolledBack
@SerializedName(value="featureUpdatesWillBeRolledBack", alternate="FeatureUpdatesWillBeRolledBack") @Expose @Nullable public Boolean featureUpdatesWillBeRolledBackThe Feature Updates Will Be Rolled Back. When TRUE, rollback Feature Updates on the next device check in. When FALSE, do not rollback Feature Updates on the next device check in. Returned by default.Query parameters are not supported. -
installationSchedule
@SerializedName(value="installationSchedule", alternate="InstallationSchedule") @Expose @Nullable public WindowsUpdateInstallScheduleType installationScheduleThe Installation Schedule. The Installation Schedule. Possible values are: ActiveHoursStart, ActiveHoursEnd, ScheduledInstallDay, ScheduledInstallTime. Returned by default. Query parameters are not supported. -
microsoftUpdateServiceAllowed
@SerializedName(value="microsoftUpdateServiceAllowed", alternate="MicrosoftUpdateServiceAllowed") @Expose @Nullable public Boolean microsoftUpdateServiceAllowedThe Microsoft Update Service Allowed. When TRUE, allows Microsoft Update Service. When FALSE, does not allow Microsoft Update Service. Returned by default. Query parameters are not supported. -
postponeRebootUntilAfterDeadline
@SerializedName(value="postponeRebootUntilAfterDeadline", alternate="PostponeRebootUntilAfterDeadline") @Expose @Nullable public Boolean postponeRebootUntilAfterDeadlineThe Postpone Reboot Until After Deadline. When TRUE the device should wait until deadline for rebooting outside of active hours. When FALSE the device should not wait until deadline for rebooting outside of active hours. Returned by default. Query parameters are not supported. -
prereleaseFeatures
@SerializedName(value="prereleaseFeatures", alternate="PrereleaseFeatures") @Expose @Nullable public PrereleaseFeatures prereleaseFeaturesThe Prerelease Features. The Pre-Release Features. Possible values are: UserDefined, SettingsOnly, SettingsAndExperimentations, NotAllowed. UserDefined is the default value, no intent. Returned by default. Query parameters are not supported. Possible values are: userDefined, settingsOnly, settingsAndExperimentations, notAllowed. -
qualityUpdatesDeferralPeriodInDays
@SerializedName(value="qualityUpdatesDeferralPeriodInDays", alternate="QualityUpdatesDeferralPeriodInDays") @Expose @Nullable public Integer qualityUpdatesDeferralPeriodInDaysThe Quality Updates Deferral Period In Days. Defer Quality Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported. -
qualityUpdatesPaused
@SerializedName(value="qualityUpdatesPaused", alternate="QualityUpdatesPaused") @Expose @Nullable public Boolean qualityUpdatesPausedThe Quality Updates Paused. When TRUE, assigned devices are paused from receiving quality updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Quality Updates. Returned by default. Query parameters are not supported. -
qualityUpdatesPauseExpiryDateTime
@SerializedName(value="qualityUpdatesPauseExpiryDateTime", alternate="QualityUpdatesPauseExpiryDateTime") @Expose @Nullable public OffsetDateTime qualityUpdatesPauseExpiryDateTimeThe Quality Updates Pause Expiry Date Time. The Quality Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. -
qualityUpdatesPauseStartDate
@SerializedName(value="qualityUpdatesPauseStartDate", alternate="QualityUpdatesPauseStartDate") @Expose @Nullable public com.microsoft.graph.core.DateOnly qualityUpdatesPauseStartDateThe Quality Updates Pause Start Date. The Quality Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only. -
qualityUpdatesRollbackStartDateTime
@SerializedName(value="qualityUpdatesRollbackStartDateTime", alternate="QualityUpdatesRollbackStartDateTime") @Expose @Nullable public OffsetDateTime qualityUpdatesRollbackStartDateTimeThe Quality Updates Rollback Start Date Time. The Quality Updates Rollback Start datetime. This value is the time when the admin rolled back the Quality update for the ring. Returned by default. Query parameters are not supported. -
qualityUpdatesWillBeRolledBack
@SerializedName(value="qualityUpdatesWillBeRolledBack", alternate="QualityUpdatesWillBeRolledBack") @Expose @Nullable public Boolean qualityUpdatesWillBeRolledBackThe Quality Updates Will Be Rolled Back. When TRUE, rollback Quality Updates on the next device check in. When FALSE, do not rollback Quality Updates on the next device check in. Returned by default. Query parameters are not supported. -
scheduleImminentRestartWarningInMinutes
@SerializedName(value="scheduleImminentRestartWarningInMinutes", alternate="ScheduleImminentRestartWarningInMinutes") @Expose @Nullable public Integer scheduleImminentRestartWarningInMinutesThe Schedule Imminent Restart Warning In Minutes. Specify the period for auto-restart imminent warning notifications. Supported values: 15, 30 or 60 (minutes). Returned by default. Query parameters are not supported. -
scheduleRestartWarningInHours
@SerializedName(value="scheduleRestartWarningInHours", alternate="ScheduleRestartWarningInHours") @Expose @Nullable public Integer scheduleRestartWarningInHoursThe Schedule Restart Warning In Hours. Specify the period for auto-restart warning reminder notifications. Supported values: 2, 4, 8, 12 or 24 (hours). Returned by default. Query parameters are not supported. -
skipChecksBeforeRestart
@SerializedName(value="skipChecksBeforeRestart", alternate="SkipChecksBeforeRestart") @Expose @Nullable public Boolean skipChecksBeforeRestartThe Skip Checks Before Restart. When TRUE, skips all checks before restart: Battery level = 40%, User presence, Display Needed, Presentation mode, Full screen mode, phone call state, game mode etc. When FALSE, does not skip all checks before restart. Returned by default. Query parameters are not supported. -
updateNotificationLevel
@SerializedName(value="updateNotificationLevel", alternate="UpdateNotificationLevel") @Expose @Nullable public WindowsUpdateNotificationDisplayOption updateNotificationLevelThe Update Notification Level. Specifies what Windows Update notifications users see. Possible values are: NotConfigured, DefaultNotifications, RestartWarningsOnly, DisableAllNotifications. Returned by default. Query parameters are not supported. Possible values are: notConfigured, defaultNotifications, restartWarningsOnly, disableAllNotifications, unknownFutureValue. -
updateWeeks
@SerializedName(value="updateWeeks", alternate="UpdateWeeks") @Expose @Nullable public EnumSet<WindowsUpdateForBusinessUpdateWeeks> updateWeeksThe Update Weeks. Schedule the update installation on the weeks of the month. Possible values are: UserDefined, FirstWeek, SecondWeek, ThirdWeek, FourthWeek, EveryWeek. Returned by default. Query parameters are not supported. Possible values are: userDefined, firstWeek, secondWeek, thirdWeek, fourthWeek, everyWeek, unknownFutureValue. -
userPauseAccess
@SerializedName(value="userPauseAccess", alternate="UserPauseAccess") @Expose @Nullable public Enablement userPauseAccessThe User Pause Access. Specifies whether to enable end user’s access to pause software updates. Possible values are: NotConfigured, Enabled, Disabled. Returned by default. Query parameters are not supported. Possible values are: notConfigured, enabled, disabled. -
userWindowsUpdateScanAccess
@SerializedName(value="userWindowsUpdateScanAccess", alternate="UserWindowsUpdateScanAccess") @Expose @Nullable public Enablement userWindowsUpdateScanAccessThe User Windows Update Scan Access. Specifies whether to disable user’s access to scan Windows Update. Possible values are: NotConfigured, Enabled, Disabled. Returned by default. Query parameters are not supported. Possible values are: notConfigured, enabled, disabled.
-
-
Constructor Details
-
WindowsUpdateForBusinessConfiguration
public WindowsUpdateForBusinessConfiguration()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classDeviceConfiguration- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-