Package com.microsoft.graph.models
Class DeviceConfigurationUserOverview
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceConfigurationUserOverview
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder
,com.microsoft.kiota.serialization.Parsable
,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class DeviceConfigurationUserOverview
extends Entity
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newDeviceConfigurationUserOverview
and sets the default values. -
Method Summary
Modifier and TypeMethodDescriptioncreateFromDiscriminatorValue
(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the configurationVersion property value.Gets the errorCount property value.Gets the failedCount property value.The deserialization information for the current modelGets the lastUpdateDateTime property value.Gets the notApplicableCount property value.Gets the pendingCount property value.Gets the successCount property value.void
serialize
(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoid
setConfigurationVersion
(Integer value) Sets the configurationVersion property value.void
setErrorCount
(Integer value) Sets the errorCount property value.void
setFailedCount
(Integer value) Sets the failedCount property value.void
Sets the lastUpdateDateTime property value.void
setNotApplicableCount
(Integer value) Sets the notApplicableCount property value.void
setPendingCount
(Integer value) Sets the pendingCount property value.void
setSuccessCount
(Integer value) Sets the successCount property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
DeviceConfigurationUserOverview
public DeviceConfigurationUserOverview()Instantiates a newDeviceConfigurationUserOverview
and sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static DeviceConfigurationUserOverview 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
DeviceConfigurationUserOverview
-
getConfigurationVersion
Gets the configurationVersion property value. Version of the policy for that overview- Returns:
- a
Integer
-
getErrorCount
Gets the errorCount property value. Number of error Users- Returns:
- a
Integer
-
getFailedCount
Gets the failedCount property value. Number of failed Users- 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>>
-
getLastUpdateDateTime
Gets the lastUpdateDateTime property value. Last update time- Returns:
- a
OffsetDateTime
-
getNotApplicableCount
Gets the notApplicableCount property value. Number of not applicable users- Returns:
- a
Integer
-
getPendingCount
Gets the pendingCount property value. Number of pending Users- Returns:
- a
Integer
-
getSuccessCount
Gets the successCount property value. Number of succeeded Users- Returns:
- a
Integer
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object -
setConfigurationVersion
Sets the configurationVersion property value. Version of the policy for that overview- Parameters:
value
- Value to set for the configurationVersion property.
-
setErrorCount
Sets the errorCount property value. Number of error Users- Parameters:
value
- Value to set for the errorCount property.
-
setFailedCount
Sets the failedCount property value. Number of failed Users- Parameters:
value
- Value to set for the failedCount property.
-
setLastUpdateDateTime
Sets the lastUpdateDateTime property value. Last update time- Parameters:
value
- Value to set for the lastUpdateDateTime property.
-
setNotApplicableCount
Sets the notApplicableCount property value. Number of not applicable users- Parameters:
value
- Value to set for the notApplicableCount property.
-
setPendingCount
Sets the pendingCount property value. Number of pending Users- Parameters:
value
- Value to set for the pendingCount property.
-
setSuccessCount
Sets the successCount property value. Number of succeeded Users- Parameters:
value
- Value to set for the successCount property.
-