Class ManagedAppPolicyDeploymentSummary

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

public class ManagedAppPolicyDeploymentSummary extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Managed App Policy Deployment Summary.
  • Field Details

    • configurationDeployedUserCount

      @SerializedName(value="configurationDeployedUserCount", alternate="ConfigurationDeployedUserCount") @Expose @Nullable public Integer configurationDeployedUserCount
      The Configuration Deployed User Count. Not yet documented
    • configurationDeploymentSummaryPerApp

      @SerializedName(value="configurationDeploymentSummaryPerApp", alternate="ConfigurationDeploymentSummaryPerApp") @Expose @Nullable public List<ManagedAppPolicyDeploymentSummaryPerApp> configurationDeploymentSummaryPerApp
      The Configuration Deployment Summary Per App. Not yet documented
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. Not yet documented
    • lastRefreshTime

      @SerializedName(value="lastRefreshTime", alternate="LastRefreshTime") @Expose @Nullable public OffsetDateTime lastRefreshTime
      The Last Refresh Time. Not yet documented
    • version

      @SerializedName(value="version", alternate="Version") @Expose @Nullable public String version
      The Version. Version of the entity.
  • Constructor Details

    • ManagedAppPolicyDeploymentSummary

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