Package com.microsoft.graph.models
Class DetectedApp
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DetectedApp
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Detected App.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Device Count.The Display Name.The Managed Devices.The Platform.The Publisher.The Size In Byte.The Version. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
deviceCount
@SerializedName(value="deviceCount", alternate="DeviceCount") @Expose @Nullable public Integer deviceCountThe Device Count. The number of devices that have installed this application -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. Name of the discovered application. Read-only -
platform
@SerializedName(value="platform", alternate="Platform") @Expose @Nullable public DetectedAppPlatformType platformThe 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. -
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 sizeInByteThe Size In Byte. Discovered application size in bytes. Read-only -
version
The Version. Version of the discovered application. Read-only -
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-