Class UserInstallStateSummary

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UserInstallStateSummary
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UserInstallStateSummary extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Install State Summary.
  • Field Details

    • failedDeviceCount

      @SerializedName(value="failedDeviceCount", alternate="FailedDeviceCount") @Expose @Nullable public Integer failedDeviceCount
      The Failed Device Count. Failed Device Count.
    • installedDeviceCount

      @SerializedName(value="installedDeviceCount", alternate="InstalledDeviceCount") @Expose @Nullable public Integer installedDeviceCount
      The Installed Device Count. Installed Device Count.
    • notInstalledDeviceCount

      @SerializedName(value="notInstalledDeviceCount", alternate="NotInstalledDeviceCount") @Expose @Nullable public Integer notInstalledDeviceCount
      The Not Installed Device Count. Not installed device count.
    • userName

      @SerializedName(value="userName", alternate="UserName") @Expose @Nullable public String userName
      The User Name. User name.
    • deviceStates

      @SerializedName(value="deviceStates", alternate="DeviceStates") @Expose @Nullable public DeviceInstallStateCollectionPage deviceStates
      The Device States. The install state of the eBook.
  • Constructor Details

    • UserInstallStateSummary

      public UserInstallStateSummary()
  • 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