Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Compliance Policy.The Device Configuration.The Inventory.The Modern Apps.the OData type of the object as returned by the serviceThe Resource Access.The Windows Update For Business. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
compliancePolicy
@SerializedName(value="compliancePolicy", alternate="CompliancePolicy") @Expose @Nullable public Boolean compliancePolicyThe Compliance Policy. Whether compliance policy is managed by Intune -
deviceConfiguration
@SerializedName(value="deviceConfiguration", alternate="DeviceConfiguration") @Expose @Nullable public Boolean deviceConfigurationThe Device Configuration. Whether device configuration is managed by Intune -
inventory
@SerializedName(value="inventory", alternate="Inventory") @Expose @Nullable public Boolean inventoryThe Inventory. Whether inventory is managed by Intune -
modernApps
@SerializedName(value="modernApps", alternate="ModernApps") @Expose @Nullable public Boolean modernAppsThe Modern Apps. Whether modern application is managed by Intune -
resourceAccess
@SerializedName(value="resourceAccess", alternate="ResourceAccess") @Expose @Nullable public Boolean resourceAccessThe Resource Access. Whether resource access is managed by Intune -
windowsUpdateForBusiness
@SerializedName(value="windowsUpdateForBusiness", alternate="WindowsUpdateForBusiness") @Expose @Nullable public Boolean windowsUpdateForBusinessThe 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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-