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") @Expose public java.lang.Integer deployedAppCount
@SerializedName(value="isAssigned") @Expose public java.lang.Boolean isAssigned
public ManagedMobileAppCollectionPage apps
@SerializedName(value="deploymentSummary") @Expose public ManagedAppPolicyDeploymentSummary deploymentSummary
public TargetedManagedAppPolicyAssignmentCollectionPage assignments
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