public class TargetedManagedAppConfiguration extends ManagedAppConfiguration implements 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 |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="deployedAppCount",
alternate="DeployedAppCount")
@Expose
public java.lang.Integer deployedAppCount
@SerializedName(value="isAssigned",
alternate="IsAssigned")
@Expose
public java.lang.Boolean isAssigned
@SerializedName(value="apps",
alternate="Apps")
@Expose
public ManagedMobileAppCollectionPage apps
@SerializedName(value="assignments",
alternate="Assignments")
@Expose
public TargetedManagedAppPolicyAssignmentCollectionPage assignments
@SerializedName(value="deploymentSummary",
alternate="DeploymentSummary")
@Expose
public ManagedAppPolicyDeploymentSummary deploymentSummary
public com.google.gson.JsonObject getRawObject()
getRawObject in class ManagedAppConfigurationprotected ISerializer getSerializer()
getSerializer in class ManagedAppConfigurationpublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class ManagedAppConfigurationserializer - the serializerjson - the JSON object to set this object to