public class ConfigurationManagerClientEnabledFeatures extends java.lang.Object implements 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 |
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 |
|---|---|
AdditionalDataManager |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as
request and response data from the HTTP call
|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose public java.lang.String oDataType
@SerializedName(value="compliancePolicy",
alternate="CompliancePolicy")
@Expose
public java.lang.Boolean compliancePolicy
@SerializedName(value="deviceConfiguration",
alternate="DeviceConfiguration")
@Expose
public java.lang.Boolean deviceConfiguration
@SerializedName(value="inventory",
alternate="Inventory")
@Expose
public java.lang.Boolean inventory
@SerializedName(value="modernApps",
alternate="ModernApps")
@Expose
public java.lang.Boolean modernApps
@SerializedName(value="resourceAccess",
alternate="ResourceAccess")
@Expose
public java.lang.Boolean resourceAccess
@SerializedName(value="windowsUpdateForBusiness",
alternate="WindowsUpdateForBusiness")
@Expose
public java.lang.Boolean windowsUpdateForBusiness
public ConfigurationManagerClientEnabledFeatures()
public final AdditionalDataManager additionalDataManager()
IJsonBackedObjectadditionalDataManager in interface IJsonBackedObjectpublic com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to