Package odata.msgraph.client.complex
Class Win32LobAppInstallExperience.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.Win32LobAppInstallExperience.Builder
-
- Enclosing class:
- Win32LobAppInstallExperience
public static final class Win32LobAppInstallExperience.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Win32LobAppInstallExperiencebuild()Win32LobAppInstallExperience.BuilderdeviceRestartBehavior(Win32LobAppRestartBehavior deviceRestartBehavior)“Device restart behavior.”Win32LobAppInstallExperience.BuilderrunAsAccount(RunAsAccountType runAsAccount)“Indicates the type of execution context the app runs in.”
-
-
-
Method Detail
-
deviceRestartBehavior
public Win32LobAppInstallExperience.Builder deviceRestartBehavior(Win32LobAppRestartBehavior deviceRestartBehavior)
“Device restart behavior.”- Parameters:
deviceRestartBehavior- value ofdeviceRestartBehaviorproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
runAsAccount
public Win32LobAppInstallExperience.Builder runAsAccount(RunAsAccountType runAsAccount)
“Indicates the type of execution context the app runs in.”- Parameters:
runAsAccount- value ofrunAsAccountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public Win32LobAppInstallExperience build()
-
-