Class EBookInstallSummary

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

public class EBookInstallSummary extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the EBook Install Summary.
  • Field Details

    • failedDeviceCount

      @SerializedName(value="failedDeviceCount", alternate="FailedDeviceCount") @Expose @Nullable public Integer failedDeviceCount
      The Failed Device Count. Number of Devices that have failed to install this book.
    • failedUserCount

      @SerializedName(value="failedUserCount", alternate="FailedUserCount") @Expose @Nullable public Integer failedUserCount
      The Failed User Count. Number of Users that have 1 or more device that failed to install this book.
    • installedDeviceCount

      @SerializedName(value="installedDeviceCount", alternate="InstalledDeviceCount") @Expose @Nullable public Integer installedDeviceCount
      The Installed Device Count. Number of Devices that have successfully installed this book.
    • installedUserCount

      @SerializedName(value="installedUserCount", alternate="InstalledUserCount") @Expose @Nullable public Integer installedUserCount
      The Installed User Count. Number of Users whose devices have all succeeded to install this book.
    • notInstalledDeviceCount

      @SerializedName(value="notInstalledDeviceCount", alternate="NotInstalledDeviceCount") @Expose @Nullable public Integer notInstalledDeviceCount
      The Not Installed Device Count. Number of Devices that does not have this book installed.
    • notInstalledUserCount

      @SerializedName(value="notInstalledUserCount", alternate="NotInstalledUserCount") @Expose @Nullable public Integer notInstalledUserCount
      The Not Installed User Count. Number of Users that did not install this book.
  • Constructor Details

    • EBookInstallSummary

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