Class DeviceOperatingSystemSummary

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

@Generated("com.microsoft.kiota") public class DeviceOperatingSystemSummary extends Object implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.store.BackedModel, com.microsoft.kiota.serialization.Parsable
Device operating system summary.
  • Field Details

    • backingStore

      @Nonnull protected com.microsoft.kiota.store.BackingStore backingStore
      Stores model information.
  • Constructor Details

    • DeviceOperatingSystemSummary

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

    • createFromDiscriminatorValue

      @Nonnull public static DeviceOperatingSystemSummary 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 DeviceOperatingSystemSummary
    • getAdditionalData

      @Nonnull public Map<String,Object> getAdditionalData()
      Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Specified by:
      getAdditionalData in interface com.microsoft.kiota.serialization.AdditionalDataHolder
      Returns:
      a Map<String,Object>
    • getAndroidCorporateWorkProfileCount

      @Nullable public Integer getAndroidCorporateWorkProfileCount()
      Gets the androidCorporateWorkProfileCount property value. The count of Corporate work profile Android devices. Also known as Corporate Owned Personally Enabled (COPE). Valid values -1 to 2147483647
      Returns:
      a Integer
    • getAndroidCount

      @Nullable public Integer getAndroidCount()
      Gets the androidCount property value. Number of android device count.
      Returns:
      a Integer
    • getAndroidDedicatedCount

      @Nullable public Integer getAndroidDedicatedCount()
      Gets the androidDedicatedCount property value. Number of dedicated Android devices.
      Returns:
      a Integer
    • getAndroidDeviceAdminCount

      @Nullable public Integer getAndroidDeviceAdminCount()
      Gets the androidDeviceAdminCount property value. Number of device admin Android devices.
      Returns:
      a Integer
    • getAndroidFullyManagedCount

      @Nullable public Integer getAndroidFullyManagedCount()
      Gets the androidFullyManagedCount property value. Number of fully managed Android devices.
      Returns:
      a Integer
    • getAndroidWorkProfileCount

      @Nullable public Integer getAndroidWorkProfileCount()
      Gets the androidWorkProfileCount property value. Number of work profile Android devices.
      Returns:
      a Integer
    • getBackingStore

      @Nonnull public com.microsoft.kiota.store.BackingStore getBackingStore()
      Gets the backingStore property value. Stores model information.
      Specified by:
      getBackingStore in interface com.microsoft.kiota.store.BackedModel
      Returns:
      a BackingStore
    • getConfigMgrDeviceCount

      @Nullable public Integer getConfigMgrDeviceCount()
      Gets the configMgrDeviceCount property value. Number of ConfigMgr managed devices.
      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
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getIosCount

      @Nullable public Integer getIosCount()
      Gets the iosCount property value. Number of iOS device count.
      Returns:
      a Integer
    • getMacOSCount

      @Nullable public Integer getMacOSCount()
      Gets the macOSCount property value. Number of Mac OS X device count.
      Returns:
      a Integer
    • getOdataType

      @Nullable public String getOdataType()
      Gets the @odata.type property value. The OdataType property
      Returns:
      a String
    • getUnknownCount

      @Nullable public Integer getUnknownCount()
      Gets the unknownCount property value. Number of unknown device count.
      Returns:
      a Integer
    • getWindowsCount

      @Nullable public Integer getWindowsCount()
      Gets the windowsCount property value. Number of Windows device count.
      Returns:
      a Integer
    • getWindowsMobileCount

      @Nullable public Integer getWindowsMobileCount()
      Gets the windowsMobileCount property value. Number of Windows mobile device count.
      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
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAdditionalData

      public void setAdditionalData(@Nullable Map<String,Object> value)
      Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Parameters:
      value - Value to set for the AdditionalData property.
    • setAndroidCorporateWorkProfileCount

      public void setAndroidCorporateWorkProfileCount(@Nullable Integer value)
      Sets the androidCorporateWorkProfileCount property value. The count of Corporate work profile Android devices. Also known as Corporate Owned Personally Enabled (COPE). Valid values -1 to 2147483647
      Parameters:
      value - Value to set for the androidCorporateWorkProfileCount property.
    • setAndroidCount

      public void setAndroidCount(@Nullable Integer value)
      Sets the androidCount property value. Number of android device count.
      Parameters:
      value - Value to set for the androidCount property.
    • setAndroidDedicatedCount

      public void setAndroidDedicatedCount(@Nullable Integer value)
      Sets the androidDedicatedCount property value. Number of dedicated Android devices.
      Parameters:
      value - Value to set for the androidDedicatedCount property.
    • setAndroidDeviceAdminCount

      public void setAndroidDeviceAdminCount(@Nullable Integer value)
      Sets the androidDeviceAdminCount property value. Number of device admin Android devices.
      Parameters:
      value - Value to set for the androidDeviceAdminCount property.
    • setAndroidFullyManagedCount

      public void setAndroidFullyManagedCount(@Nullable Integer value)
      Sets the androidFullyManagedCount property value. Number of fully managed Android devices.
      Parameters:
      value - Value to set for the androidFullyManagedCount property.
    • setAndroidWorkProfileCount

      public void setAndroidWorkProfileCount(@Nullable Integer value)
      Sets the androidWorkProfileCount property value. Number of work profile Android devices.
      Parameters:
      value - Value to set for the androidWorkProfileCount property.
    • setBackingStore

      public void setBackingStore(@Nonnull com.microsoft.kiota.store.BackingStore value)
      Sets the backingStore property value. Stores model information.
      Parameters:
      value - Value to set for the backingStore property.
    • setConfigMgrDeviceCount

      public void setConfigMgrDeviceCount(@Nullable Integer value)
      Sets the configMgrDeviceCount property value. Number of ConfigMgr managed devices.
      Parameters:
      value - Value to set for the configMgrDeviceCount property.
    • setIosCount

      public void setIosCount(@Nullable Integer value)
      Sets the iosCount property value. Number of iOS device count.
      Parameters:
      value - Value to set for the iosCount property.
    • setMacOSCount

      public void setMacOSCount(@Nullable Integer value)
      Sets the macOSCount property value. Number of Mac OS X device count.
      Parameters:
      value - Value to set for the macOSCount property.
    • setOdataType

      public void setOdataType(@Nullable String value)
      Sets the @odata.type property value. The OdataType property
      Parameters:
      value - Value to set for the @odata.type property.
    • setUnknownCount

      public void setUnknownCount(@Nullable Integer value)
      Sets the unknownCount property value. Number of unknown device count.
      Parameters:
      value - Value to set for the unknownCount property.
    • setWindowsCount

      public void setWindowsCount(@Nullable Integer value)
      Sets the windowsCount property value. Number of Windows device count.
      Parameters:
      value - Value to set for the windowsCount property.
    • setWindowsMobileCount

      public void setWindowsMobileCount(@Nullable Integer value)
      Sets the windowsMobileCount property value. Number of Windows mobile device count.
      Parameters:
      value - Value to set for the windowsMobileCount property.