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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • deviceRestartBehavior

      @SerializedName(value="deviceRestartBehavior", alternate="DeviceRestartBehavior") @Expose @Nullable public Win32LobAppRestartBehavior deviceRestartBehavior
      The Device Restart Behavior. Device restart behavior. Possible values are: basedOnReturnCode, allow, suppress, force.
    • runAsAccount

      @SerializedName(value="runAsAccount", alternate="RunAsAccount") @Expose @Nullable public RunAsAccountType runAsAccount
      The 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 interface com.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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to