public static final class Win32LobAppRestartSettings.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
Win32LobAppRestartSettings |
build() |
Win32LobAppRestartSettings.Builder |
countdownDisplayBeforeRestartInMinutes(Integer countdownDisplayBeforeRestartInMinutes)
“The number of minutes before the restart time to display the countdown dialog
for pending restarts.”
|
Win32LobAppRestartSettings.Builder |
gracePeriodInMinutes(Integer gracePeriodInMinutes)
“The number of minutes to wait before restarting the device after an app
installation.”
|
Win32LobAppRestartSettings.Builder |
restartNotificationSnoozeDurationInMinutes(Integer restartNotificationSnoozeDurationInMinutes)
“The number of minutes to snooze the restart notification dialog when the snooze
button is selected.”
|
public Win32LobAppRestartSettings.Builder gracePeriodInMinutes(Integer gracePeriodInMinutes)
gracePeriodInMinutes - value of gracePeriodInMinutes property (as defined in service metadata)this (for method chaining)public Win32LobAppRestartSettings.Builder countdownDisplayBeforeRestartInMinutes(Integer countdownDisplayBeforeRestartInMinutes)
countdownDisplayBeforeRestartInMinutes - value of countdownDisplayBeforeRestartInMinutes property (as defined in service metadata)this (for method chaining)public Win32LobAppRestartSettings.Builder restartNotificationSnoozeDurationInMinutes(Integer restartNotificationSnoozeDurationInMinutes)
restartNotificationSnoozeDurationInMinutes - value of restartNotificationSnoozeDurationInMinutes property (as defined in service metadata)this (for method chaining)public Win32LobAppRestartSettings build()
Copyright © 2018–2020. All rights reserved.