Uses of Class
odata.msgraph.client.enums.Win32LobAppRestartBehavior
-
Packages that use Win32LobAppRestartBehavior Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of Win32LobAppRestartBehavior in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as Win32LobAppRestartBehavior Modifier and Type Field Description protected Win32LobAppRestartBehaviorWin32LobAppInstallExperience. deviceRestartBehaviorMethods in odata.msgraph.client.complex that return types with arguments of type Win32LobAppRestartBehavior Modifier and Type Method Description Optional<Win32LobAppRestartBehavior>Win32LobAppInstallExperience. getDeviceRestartBehavior()“Device restart behavior.”Methods in odata.msgraph.client.complex with parameters of type Win32LobAppRestartBehavior Modifier and Type Method Description Win32LobAppInstallExperience.BuilderWin32LobAppInstallExperience.Builder. deviceRestartBehavior(Win32LobAppRestartBehavior deviceRestartBehavior)“Device restart behavior.”Win32LobAppInstallExperienceWin32LobAppInstallExperience. withDeviceRestartBehavior(Win32LobAppRestartBehavior deviceRestartBehavior)Returns an immutable copy ofthiswith just thedeviceRestartBehaviorfield changed. -
Uses of Win32LobAppRestartBehavior in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return Win32LobAppRestartBehavior Modifier and Type Method Description static Win32LobAppRestartBehaviorWin32LobAppRestartBehavior. valueOf(String name)Returns 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.
-