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.graph.serializer.IJsonBackedObject
public class DeviceConfigurationUserOverview
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Configuration User Overview.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Configuration Version.The Error Count.The Failed Count.The Last Update Date Time.The Not Applicable Count.The Pending Count.The Success 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
-
configurationVersion
@SerializedName(value="configurationVersion", alternate="ConfigurationVersion") @Expose @Nullable public Integer configurationVersionThe Configuration Version. Version of the policy for that overview -
errorCount
@SerializedName(value="errorCount", alternate="ErrorCount") @Expose @Nullable public Integer errorCountThe Error Count. Number of error Users -
failedCount
@SerializedName(value="failedCount", alternate="FailedCount") @Expose @Nullable public Integer failedCountThe Failed Count. Number of failed Users -
lastUpdateDateTime
@SerializedName(value="lastUpdateDateTime", alternate="LastUpdateDateTime") @Expose @Nullable public OffsetDateTime lastUpdateDateTimeThe Last Update Date Time. Last update time -
notApplicableCount
@SerializedName(value="notApplicableCount", alternate="NotApplicableCount") @Expose @Nullable public Integer notApplicableCountThe Not Applicable Count. Number of not applicable users -
pendingCount
@SerializedName(value="pendingCount", alternate="PendingCount") @Expose @Nullable public Integer pendingCountThe Pending Count. Number of pending Users -
successCount
@SerializedName(value="successCount", alternate="SuccessCount") @Expose @Nullable public Integer successCountThe Success Count. Number of succeeded Users
-
-
Constructor Details
-
DeviceConfigurationUserOverview
public DeviceConfigurationUserOverview()
-
-
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
-