Package com.microsoft.graph.models
Class ManagedDeviceOverview
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ManagedDeviceOverview
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ManagedDeviceOverview
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Managed Device Overview.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Device Exchange Access State Summary.The Device Operating System Summary.The Dual Enrolled Device Count.The Enrolled Device Count.The Mdm Enrolled Count. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
deviceExchangeAccessStateSummary
@SerializedName(value="deviceExchangeAccessStateSummary", alternate="DeviceExchangeAccessStateSummary") @Expose @Nullable public DeviceExchangeAccessStateSummary deviceExchangeAccessStateSummaryThe Device Exchange Access State Summary. Distribution of Exchange Access State in Intune -
deviceOperatingSystemSummary
@SerializedName(value="deviceOperatingSystemSummary", alternate="DeviceOperatingSystemSummary") @Expose @Nullable public DeviceOperatingSystemSummary deviceOperatingSystemSummaryThe Device Operating System Summary. Device operating system summary. -
dualEnrolledDeviceCount
@SerializedName(value="dualEnrolledDeviceCount", alternate="DualEnrolledDeviceCount") @Expose @Nullable public Integer dualEnrolledDeviceCountThe Dual Enrolled Device Count. The number of devices enrolled in both MDM and EAS -
enrolledDeviceCount
@SerializedName(value="enrolledDeviceCount", alternate="EnrolledDeviceCount") @Expose @Nullable public Integer enrolledDeviceCountThe Enrolled Device Count. Total enrolled device count. Does not include PC devices managed via Intune PC Agent -
mdmEnrolledCount
@SerializedName(value="mdmEnrolledCount", alternate="MdmEnrolledCount") @Expose @Nullable public Integer mdmEnrolledCountThe Mdm Enrolled Count. The number of devices enrolled in MDM
-
-
Constructor Details
-
ManagedDeviceOverview
public ManagedDeviceOverview()
-
-
Method Details
-
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- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-