Class Win32LobAppRestartSettings.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.Win32LobAppRestartSettings.Builder
-
- Enclosing class:
- Win32LobAppRestartSettings
public static final class Win32LobAppRestartSettings.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Win32LobAppRestartSettingsbuild()Win32LobAppRestartSettings.BuildercountdownDisplayBeforeRestartInMinutes(Integer countdownDisplayBeforeRestartInMinutes)“The number of minutes before the restart time to display the countdown dialog for pending restarts.”Win32LobAppRestartSettings.BuildergracePeriodInMinutes(Integer gracePeriodInMinutes)“The number of minutes to wait before restarting the device after an app installation.”Win32LobAppRestartSettings.BuilderrestartNotificationSnoozeDurationInMinutes(Integer restartNotificationSnoozeDurationInMinutes)“The number of minutes to snooze the restart notification dialog when the snooze button is selected.”
-
-
-
Method Detail
-
countdownDisplayBeforeRestartInMinutes
public Win32LobAppRestartSettings.Builder countdownDisplayBeforeRestartInMinutes(Integer countdownDisplayBeforeRestartInMinutes)
“The number of minutes before the restart time to display the countdown dialog for pending restarts.”- Parameters:
countdownDisplayBeforeRestartInMinutes- value ofcountdownDisplayBeforeRestartInMinutesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
gracePeriodInMinutes
public Win32LobAppRestartSettings.Builder gracePeriodInMinutes(Integer gracePeriodInMinutes)
“The number of minutes to wait before restarting the device after an app installation.”- Parameters:
gracePeriodInMinutes- value ofgracePeriodInMinutesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
restartNotificationSnoozeDurationInMinutes
public Win32LobAppRestartSettings.Builder restartNotificationSnoozeDurationInMinutes(Integer restartNotificationSnoozeDurationInMinutes)
“The number of minutes to snooze the restart notification dialog when the snooze button is selected.”- Parameters:
restartNotificationSnoozeDurationInMinutes- value ofrestartNotificationSnoozeDurationInMinutesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public Win32LobAppRestartSettings build()
-
-