Package com.microsoft.graph.models
Class Win32LobAppInstallExperience
java.lang.Object
com.microsoft.graph.models.Win32LobAppInstallExperience
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class Win32LobAppInstallExperience
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Win32Lob App Install Experience.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Device Restart Behavior.the OData type of the object as returned by the serviceThe Run As Account. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
deviceRestartBehavior
@SerializedName(value="deviceRestartBehavior", alternate="DeviceRestartBehavior") @Expose @Nullable public Win32LobAppRestartBehavior deviceRestartBehaviorThe Device Restart Behavior. Device restart behavior. Possible values are: basedOnReturnCode, allow, suppress, force. -
runAsAccount
@SerializedName(value="runAsAccount", alternate="RunAsAccount") @Expose @Nullable public RunAsAccountType runAsAccountThe Run As Account. Indicates the type of execution context the app runs in. Possible values are: system, user.
-
-
Constructor Details
-
Win32LobAppInstallExperience
public Win32LobAppInstallExperience()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManager
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-