Class ConfigurationManagerClientEnabledFeatures

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

public class ConfigurationManagerClientEnabledFeatures extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Configuration Manager Client Enabled Features.
  • Field Details

    • oDataType

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

      @SerializedName(value="compliancePolicy", alternate="CompliancePolicy") @Expose @Nullable public Boolean compliancePolicy
      The Compliance Policy. Whether compliance policy is managed by Intune
    • deviceConfiguration

      @SerializedName(value="deviceConfiguration", alternate="DeviceConfiguration") @Expose @Nullable public Boolean deviceConfiguration
      The Device Configuration. Whether device configuration is managed by Intune
    • inventory

      @SerializedName(value="inventory", alternate="Inventory") @Expose @Nullable public Boolean inventory
      The Inventory. Whether inventory is managed by Intune
    • modernApps

      @SerializedName(value="modernApps", alternate="ModernApps") @Expose @Nullable public Boolean modernApps
      The Modern Apps. Whether modern application is managed by Intune
    • resourceAccess

      @SerializedName(value="resourceAccess", alternate="ResourceAccess") @Expose @Nullable public Boolean resourceAccess
      The Resource Access. Whether resource access is managed by Intune
    • windowsUpdateForBusiness

      @SerializedName(value="windowsUpdateForBusiness", alternate="WindowsUpdateForBusiness") @Expose @Nullable public Boolean windowsUpdateForBusiness
      The Windows Update For Business. Whether Windows Update for Business is managed by Intune
  • Constructor Details

    • ConfigurationManagerClientEnabledFeatures

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