Uses of Class
odata.msgraph.client.beta.complex.Win32LobAppRestartSettings
-
Packages that use Win32LobAppRestartSettings Package Description odata.msgraph.client.beta.complex -
-
Uses of Win32LobAppRestartSettings in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as Win32LobAppRestartSettings Modifier and Type Field Description protected Win32LobAppRestartSettingsWin32LobAppAssignmentSettings. restartSettingsMethods in odata.msgraph.client.beta.complex that return Win32LobAppRestartSettings Modifier and Type Method Description Win32LobAppRestartSettingsWin32LobAppRestartSettings.Builder. build()Win32LobAppRestartSettingsWin32LobAppRestartSettings. withCountdownDisplayBeforeRestartInMinutes(Integer countdownDisplayBeforeRestartInMinutes)Returns an immutable copy ofthiswith just thecountdownDisplayBeforeRestartInMinutesfield changed.Win32LobAppRestartSettingsWin32LobAppRestartSettings. withGracePeriodInMinutes(Integer gracePeriodInMinutes)Returns an immutable copy ofthiswith just thegracePeriodInMinutesfield changed.Win32LobAppRestartSettingsWin32LobAppRestartSettings. withRestartNotificationSnoozeDurationInMinutes(Integer restartNotificationSnoozeDurationInMinutes)Returns an immutable copy ofthiswith just therestartNotificationSnoozeDurationInMinutesfield changed.Win32LobAppRestartSettingsWin32LobAppRestartSettings. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type Win32LobAppRestartSettings Modifier and Type Method Description Optional<Win32LobAppRestartSettings>Win32LobAppAssignmentSettings. getRestartSettings()“The reboot settings to apply for this app assignment.”Methods in odata.msgraph.client.beta.complex with parameters of type Win32LobAppRestartSettings Modifier and Type Method Description Win32LobAppAssignmentSettings.BuilderWin32LobAppAssignmentSettings.Builder. restartSettings(Win32LobAppRestartSettings restartSettings)“The reboot settings to apply for this app assignment.”Win32LobAppAssignmentSettingsWin32LobAppAssignmentSettings. withRestartSettings(Win32LobAppRestartSettings restartSettings)Returns an immutable copy ofthiswith just therestartSettingsfield changed.
-