Class WindowsAppXAppAssignmentSettings

java.lang.Object
com.microsoft.graph.models.MobileAppAssignmentSettings
com.microsoft.graph.models.WindowsAppXAppAssignmentSettings
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WindowsAppXAppAssignmentSettings extends MobileAppAssignmentSettings implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows App XApp Assignment Settings.
  • Field Details

    • useDeviceContext

      @SerializedName(value="useDeviceContext", alternate="UseDeviceContext") @Expose @Nullable public Boolean useDeviceContext
      The Use Device Context. When TRUE, indicates that device execution context will be used for the AppX mobile app. When FALSE, indicates that user context will be used for the AppX mobile app. By default, this property is set to FALSE. Once this property has been set to TRUE it cannot be changed.
  • Constructor Details

    • WindowsAppXAppAssignmentSettings

      public WindowsAppXAppAssignmentSettings()
  • Method Details

    • 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
      Overrides:
      setRawObject in class MobileAppAssignmentSettings
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to