public class ManagedDeviceOverview extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
DeviceExchangeAccessStateSummary |
deviceExchangeAccessStateSummary
The Device Exchange Access State Summary.
|
DeviceOperatingSystemSummary |
deviceOperatingSystemSummary
The Device Operating System Summary.
|
java.lang.Integer |
dualEnrolledDeviceCount
The Dual Enrolled Device Count.
|
java.lang.Integer |
enrolledDeviceCount
The Enrolled Device Count.
|
java.lang.Integer |
mdmEnrolledCount
The Mdm Enrolled Count.
|
| Constructor and Description |
|---|
ManagedDeviceOverview() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="deviceExchangeAccessStateSummary",
alternate="DeviceExchangeAccessStateSummary")
@Expose
@Nullable
public DeviceExchangeAccessStateSummary deviceExchangeAccessStateSummary
@SerializedName(value="deviceOperatingSystemSummary",
alternate="DeviceOperatingSystemSummary")
@Expose
@Nullable
public DeviceOperatingSystemSummary deviceOperatingSystemSummary
@SerializedName(value="dualEnrolledDeviceCount",
alternate="DualEnrolledDeviceCount")
@Expose
@Nullable
public java.lang.Integer dualEnrolledDeviceCount
@SerializedName(value="enrolledDeviceCount",
alternate="EnrolledDeviceCount")
@Expose
@Nullable
public java.lang.Integer enrolledDeviceCount
@SerializedName(value="mdmEnrolledCount",
alternate="MdmEnrolledCount")
@Expose
@Nullable
public java.lang.Integer mdmEnrolledCount
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to