Class WindowsUniversalAppXAppAssignmentSettings

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

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

    • useDeviceContext

      @SerializedName(value="useDeviceContext", alternate="UseDeviceContext") @Expose @Nullable public Boolean useDeviceContext
      The Use Device Context. If true, uses device execution context for Windows Universal AppX mobile app. Device-context install is not allowed when this type of app is targeted with Available intent. Defaults to false.
  • Constructor Details

    • WindowsUniversalAppXAppAssignmentSettings

      public WindowsUniversalAppXAppAssignmentSettings()
  • 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