public class TargetedManagedAppConfiguration extends ManagedAppConfiguration implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
ManagedMobileAppCollectionPage |
apps
The Apps.
|
TargetedManagedAppPolicyAssignmentCollectionPage |
assignments
The Assignments.
|
java.lang.Integer |
deployedAppCount
The Deployed App Count.
|
ManagedAppPolicyDeploymentSummary |
deploymentSummary
The Deployment Summary.
|
java.lang.Boolean |
isAssigned
The Is Assigned.
|
customSettingscreatedDateTime, description, displayName, lastModifiedDateTime, version| Constructor and Description |
|---|
TargetedManagedAppConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="deployedAppCount",
alternate="DeployedAppCount")
@Expose
@Nullable
public java.lang.Integer deployedAppCount
@SerializedName(value="isAssigned",
alternate="IsAssigned")
@Expose
@Nullable
public java.lang.Boolean isAssigned
@SerializedName(value="apps",
alternate="Apps")
@Expose
@Nullable
public ManagedMobileAppCollectionPage apps
@SerializedName(value="assignments",
alternate="Assignments")
@Expose
@Nullable
public TargetedManagedAppPolicyAssignmentCollectionPage assignments
@SerializedName(value="deploymentSummary",
alternate="DeploymentSummary")
@Expose
@Nullable
public ManagedAppPolicyDeploymentSummary deploymentSummary
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class ManagedAppConfigurationserializer - the serializerjson - the JSON object to set this object to