public class ConfigurationManagerClientEnabledFeatures
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
compliancePolicy
The Compliance Policy.
|
java.lang.Boolean |
deviceConfiguration
The Device Configuration.
|
java.lang.Boolean |
inventory
The Inventory.
|
java.lang.Boolean |
modernApps
The Modern Apps.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.Boolean |
resourceAccess
The Resource Access.
|
java.lang.Boolean |
windowsUpdateForBusiness
The Windows Update For Business.
|
| Constructor and Description |
|---|
ConfigurationManagerClientEnabledFeatures() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="compliancePolicy",
alternate="CompliancePolicy")
@Expose
@Nullable
public java.lang.Boolean compliancePolicy
@SerializedName(value="deviceConfiguration",
alternate="DeviceConfiguration")
@Expose
@Nullable
public java.lang.Boolean deviceConfiguration
@SerializedName(value="inventory",
alternate="Inventory")
@Expose
@Nullable
public java.lang.Boolean inventory
@SerializedName(value="modernApps",
alternate="ModernApps")
@Expose
@Nullable
public java.lang.Boolean modernApps
@SerializedName(value="resourceAccess",
alternate="ResourceAccess")
@Expose
@Nullable
public java.lang.Boolean resourceAccess
@SerializedName(value="windowsUpdateForBusiness",
alternate="WindowsUpdateForBusiness")
@Expose
@Nullable
public java.lang.Boolean windowsUpdateForBusiness
public ConfigurationManagerClientEnabledFeatures()
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to