Class EBookInstallSummary

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.EBookInstallSummary
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class EBookInstallSummary extends Entity implements com.microsoft.kiota.serialization.Parsable
Contains properties for the installation summary of a book for a device.
  • Constructor Details

    • EBookInstallSummary

      public EBookInstallSummary()
      Instantiates a new EBookInstallSummary and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static EBookInstallSummary 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 EBookInstallSummary
    • getFailedDeviceCount

      @Nullable public Integer getFailedDeviceCount()
      Gets the failedDeviceCount property value. Number of Devices that have failed to install this book.
      Returns:
      a Integer
    • getFailedUserCount

      @Nullable public Integer getFailedUserCount()
      Gets the failedUserCount property value. Number of Users that have 1 or more device that failed to install this book.
      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 interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getInstalledDeviceCount

      @Nullable public Integer getInstalledDeviceCount()
      Gets the installedDeviceCount property value. Number of Devices that have successfully installed this book.
      Returns:
      a Integer
    • getInstalledUserCount

      @Nullable public Integer getInstalledUserCount()
      Gets the installedUserCount property value. Number of Users whose devices have all succeeded to install this book.
      Returns:
      a Integer
    • getNotInstalledDeviceCount

      @Nullable public Integer getNotInstalledDeviceCount()
      Gets the notInstalledDeviceCount property value. Number of Devices that does not have this book installed.
      Returns:
      a Integer
    • getNotInstalledUserCount

      @Nullable public Integer getNotInstalledUserCount()
      Gets the notInstalledUserCount property value. Number of Users that did not install this book.
      Returns:
      a Integer
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setFailedDeviceCount

      public void setFailedDeviceCount(@Nullable Integer value)
      Sets the failedDeviceCount property value. Number of Devices that have failed to install this book.
      Parameters:
      value - Value to set for the failedDeviceCount property.
    • setFailedUserCount

      public void setFailedUserCount(@Nullable Integer value)
      Sets the failedUserCount property value. Number of Users that have 1 or more device that failed to install this book.
      Parameters:
      value - Value to set for the failedUserCount property.
    • setInstalledDeviceCount

      public void setInstalledDeviceCount(@Nullable Integer value)
      Sets the installedDeviceCount property value. Number of Devices that have successfully installed this book.
      Parameters:
      value - Value to set for the installedDeviceCount property.
    • setInstalledUserCount

      public void setInstalledUserCount(@Nullable Integer value)
      Sets the installedUserCount property value. Number of Users whose devices have all succeeded to install this book.
      Parameters:
      value - Value to set for the installedUserCount property.
    • setNotInstalledDeviceCount

      public void setNotInstalledDeviceCount(@Nullable Integer value)
      Sets the notInstalledDeviceCount property value. Number of Devices that does not have this book installed.
      Parameters:
      value - Value to set for the notInstalledDeviceCount property.
    • setNotInstalledUserCount

      public void setNotInstalledUserCount(@Nullable Integer value)
      Sets the notInstalledUserCount property value. Number of Users that did not install this book.
      Parameters:
      value - Value to set for the notInstalledUserCount property.