Uses of Class
odata.msgraph.client.complex.Win32LobAppInstallExperience
-
Packages that use Win32LobAppInstallExperience Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of Win32LobAppInstallExperience in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return Win32LobAppInstallExperience Modifier and Type Method Description Win32LobAppInstallExperienceWin32LobAppInstallExperience.Builder. build()Win32LobAppInstallExperienceWin32LobAppInstallExperience. withDeviceRestartBehavior(Win32LobAppRestartBehavior deviceRestartBehavior)Returns an immutable copy ofthiswith just thedeviceRestartBehaviorfield changed.Win32LobAppInstallExperienceWin32LobAppInstallExperience. withRunAsAccount(RunAsAccountType runAsAccount)Returns an immutable copy ofthiswith just therunAsAccountfield changed.Win32LobAppInstallExperienceWin32LobAppInstallExperience. withUnmappedField(String name, Object value) -
Uses of Win32LobAppInstallExperience in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as Win32LobAppInstallExperience Modifier and Type Field Description protected Win32LobAppInstallExperienceWin32LobApp. installExperienceMethods in odata.msgraph.client.entity that return types with arguments of type Win32LobAppInstallExperience Modifier and Type Method Description Optional<Win32LobAppInstallExperience>Win32LobApp. getInstallExperience()“The install experience for this app.”Methods in odata.msgraph.client.entity with parameters of type Win32LobAppInstallExperience Modifier and Type Method Description Win32LobApp.BuilderWin32LobApp.Builder. installExperience(Win32LobAppInstallExperience installExperience)“The install experience for this app.”Win32LobAppWin32LobApp. withInstallExperience(Win32LobAppInstallExperience installExperience)Returns an immutable copy ofthiswith just theinstallExperiencefield changed.
-