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.
|
customSettings
createdDateTime, 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
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@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 ManagedAppConfiguration
protected ISerializer getSerializer()
getSerializer
in class ManagedAppConfiguration
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class ManagedAppConfiguration
serializer
- the serializerjson
- the JSON object to set this object to