Class WindowsInformationProtectionAppLearningSummary

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

public class WindowsInformationProtectionAppLearningSummary extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows Information Protection App Learning Summary.
  • Field Details

    • applicationName

      @SerializedName(value="applicationName", alternate="ApplicationName") @Expose @Nullable public String applicationName
      The Application Name. Application Name
    • applicationType

      @SerializedName(value="applicationType", alternate="ApplicationType") @Expose @Nullable public ApplicationType applicationType
      The Application Type. Application Type. Possible values are: universal, desktop.
    • deviceCount

      @SerializedName(value="deviceCount", alternate="DeviceCount") @Expose @Nullable public Integer deviceCount
      The Device Count. Device Count
  • Constructor Details

    • WindowsInformationProtectionAppLearningSummary

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