Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Configuration Deployed User Count.The Configuration Deployment Summary Per App.The Display Name.The Last Refresh Time.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
-
configurationDeployedUserCount
@SerializedName(value="configurationDeployedUserCount", alternate="ConfigurationDeployedUserCount") @Expose @Nullable public Integer configurationDeployedUserCountThe Configuration Deployed User Count. Not yet documented -
configurationDeploymentSummaryPerApp
@SerializedName(value="configurationDeploymentSummaryPerApp", alternate="ConfigurationDeploymentSummaryPerApp") @Expose @Nullable public List<ManagedAppPolicyDeploymentSummaryPerApp> configurationDeploymentSummaryPerAppThe Configuration Deployment Summary Per App. Not yet documented -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. Not yet documented -
lastRefreshTime
@SerializedName(value="lastRefreshTime", alternate="LastRefreshTime") @Expose @Nullable public OffsetDateTime lastRefreshTimeThe Last Refresh Time. Not yet documented -
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-