Uses of Enum
com.microsoft.graph.models.Win32LobAppRestartBehavior
Packages that use Win32LobAppRestartBehavior
-
Uses of Win32LobAppRestartBehavior in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return Win32LobAppRestartBehaviorModifier and TypeMethodDescriptionstatic Win32LobAppRestartBehaviorWin32LobAppInstallExperience.getDeviceRestartBehavior()Gets the deviceRestartBehavior property value.static Win32LobAppRestartBehaviorReturns the enum constant of this type with the specified name.static Win32LobAppRestartBehavior[]Win32LobAppRestartBehavior.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type Win32LobAppRestartBehaviorModifier and TypeMethodDescriptionvoidWin32LobAppInstallExperience.setDeviceRestartBehavior(Win32LobAppRestartBehavior value) Sets the deviceRestartBehavior property value.