Class ManagedAppPolicyDeploymentSummaryPerApp

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

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

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • configurationAppliedUserCount

      @SerializedName(value="configurationAppliedUserCount", alternate="ConfigurationAppliedUserCount") @Expose @Nullable public Integer configurationAppliedUserCount
      The Configuration Applied User Count. Number of users the policy is applied.
    • mobileAppIdentifier

      @SerializedName(value="mobileAppIdentifier", alternate="MobileAppIdentifier") @Expose @Nullable public MobileAppIdentifier mobileAppIdentifier
      The Mobile App Identifier. Deployment of an app.
  • Constructor Details

    • ManagedAppPolicyDeploymentSummaryPerApp

      public ManagedAppPolicyDeploymentSummaryPerApp()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to