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 Details

    • configurationVersion

      @SerializedName(value="configurationVersion", alternate="ConfigurationVersion") @Expose @Nullable public Integer configurationVersion
      The Configuration Version. Version of the policy for that overview
    • errorCount

      @SerializedName(value="errorCount", alternate="ErrorCount") @Expose @Nullable public Integer errorCount
      The Error Count. Number of error Users
    • failedCount

      @SerializedName(value="failedCount", alternate="FailedCount") @Expose @Nullable public Integer failedCount
      The Failed Count. Number of failed Users
    • lastUpdateDateTime

      @SerializedName(value="lastUpdateDateTime", alternate="LastUpdateDateTime") @Expose @Nullable public OffsetDateTime lastUpdateDateTime
      The Last Update Date Time. Last update time
    • notApplicableCount

      @SerializedName(value="notApplicableCount", alternate="NotApplicableCount") @Expose @Nullable public Integer notApplicableCount
      The Not Applicable Count. Number of not applicable users
    • pendingCount

      @SerializedName(value="pendingCount", alternate="PendingCount") @Expose @Nullable public Integer pendingCount
      The Pending Count. Number of pending Users
    • successCount

      @SerializedName(value="successCount", alternate="SuccessCount") @Expose @Nullable public Integer successCount
      The 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to