Class DetectedApp

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

public class DetectedApp extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Detected App.
  • Field Details

    • deviceCount

      @SerializedName(value="deviceCount", alternate="DeviceCount") @Expose @Nullable public Integer deviceCount
      The Device Count. The number of devices that have installed this application
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. Name of the discovered application. Read-only
    • platform

      @SerializedName(value="platform", alternate="Platform") @Expose @Nullable public DetectedAppPlatformType platform
      The Platform. Indicates the operating system / platform of the discovered application. Some possible values are Windows, iOS, macOS. The default value is unknown (0). Possible values are: unknown, windows, windowsMobile, windowsHolographic, ios, macOS, chromeOS, androidOSP, androidDeviceAdministrator, androidWorkProfile, androidDedicatedAndFullyManaged, unknownFutureValue.
    • publisher

      @SerializedName(value="publisher", alternate="Publisher") @Expose @Nullable public String publisher
      The Publisher. Indicates the publisher of the discovered application. For example: 'Microsoft'. The default value is an empty string.
    • sizeInByte

      @SerializedName(value="sizeInByte", alternate="SizeInByte") @Expose @Nullable public Long sizeInByte
      The Size In Byte. Discovered application size in bytes. Read-only
    • version

      @SerializedName(value="version", alternate="Version") @Expose @Nullable public String version
      The Version. Version of the discovered application. Read-only
    • managedDevices

      @Nullable public ManagedDeviceCollectionPage managedDevices
      The Managed Devices. The devices that have the discovered application installed
  • Constructor Details

    • DetectedApp

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