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.kiota.serialization.AdditionalDataHolder
,com.microsoft.kiota.serialization.Parsable
,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class ManagedDeviceOverview
extends Entity
implements com.microsoft.kiota.serialization.Parsable
Summary data for managed devices
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ManagedDeviceOverview
createFromDiscriminatorValue
(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the deviceExchangeAccessStateSummary property value.Gets the deviceOperatingSystemSummary property value.Gets the dualEnrolledDeviceCount property value.Gets the enrolledDeviceCount property value.The deserialization information for the current modelGets the mdmEnrolledCount property value.void
serialize
(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoid
Sets the deviceExchangeAccessStateSummary property value.void
Sets the deviceOperatingSystemSummary property value.void
Sets the dualEnrolledDeviceCount property value.void
setEnrolledDeviceCount
(Integer value) Sets the enrolledDeviceCount property value.void
setMdmEnrolledCount
(Integer value) Sets the mdmEnrolledCount property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
ManagedDeviceOverview
public ManagedDeviceOverview()Instantiates a newManagedDeviceOverview
and sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static ManagedDeviceOverview createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode
- The parse node to use to read the discriminator value and create the object- Returns:
- a
ManagedDeviceOverview
-
getDeviceExchangeAccessStateSummary
Gets the deviceExchangeAccessStateSummary property value. Distribution of Exchange Access State in Intune- Returns:
- a
DeviceExchangeAccessStateSummary
-
getDeviceOperatingSystemSummary
Gets the deviceOperatingSystemSummary property value. Device operating system summary.- Returns:
- a
DeviceOperatingSystemSummary
-
getDualEnrolledDeviceCount
Gets the dualEnrolledDeviceCount property value. The number of devices enrolled in both MDM and EAS- Returns:
- a
Integer
-
getEnrolledDeviceCount
Gets the enrolledDeviceCount property value. Total enrolled device count. Does not include PC devices managed via Intune PC Agent- Returns:
- a
Integer
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializers
in interfacecom.microsoft.kiota.serialization.Parsable
- Overrides:
getFieldDeserializers
in classEntity
- Returns:
- a
Map<String,
Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getMdmEnrolledCount
Gets the mdmEnrolledCount property value. The number of devices enrolled in MDM- Returns:
- a
Integer
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object -
setDeviceExchangeAccessStateSummary
Sets the deviceExchangeAccessStateSummary property value. Distribution of Exchange Access State in Intune- Parameters:
value
- Value to set for the deviceExchangeAccessStateSummary property.
-
setDeviceOperatingSystemSummary
Sets the deviceOperatingSystemSummary property value. Device operating system summary.- Parameters:
value
- Value to set for the deviceOperatingSystemSummary property.
-
setDualEnrolledDeviceCount
Sets the dualEnrolledDeviceCount property value. The number of devices enrolled in both MDM and EAS- Parameters:
value
- Value to set for the dualEnrolledDeviceCount property.
-
setEnrolledDeviceCount
Sets the enrolledDeviceCount property value. Total enrolled device count. Does not include PC devices managed via Intune PC Agent- Parameters:
value
- Value to set for the enrolledDeviceCount property.
-
setMdmEnrolledCount
Sets the mdmEnrolledCount property value. The number of devices enrolled in MDM- Parameters:
value
- Value to set for the mdmEnrolledCount property.
-