Class Windows10EnterpriseModernAppManagementConfiguration

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceConfiguration
com.microsoft.graph.models.Windows10EnterpriseModernAppManagementConfiguration
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class Windows10EnterpriseModernAppManagementConfiguration extends DeviceConfiguration implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows10Enterprise Modern App Management Configuration.
  • Field Details

    • uninstallBuiltInApps

      @SerializedName(value="uninstallBuiltInApps", alternate="UninstallBuiltInApps") @Expose @Nullable public Boolean uninstallBuiltInApps
      The Uninstall Built In Apps. Indicates whether or not to uninstall a fixed list of built-in Windows apps.
  • Constructor Details

    • Windows10EnterpriseModernAppManagementConfiguration

      public Windows10EnterpriseModernAppManagementConfiguration()
  • 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 DeviceConfiguration
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to