public class ManagedAppRegistration extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
MobileAppIdentifier |
appIdentifier
The App Identifier.
|
java.lang.String |
applicationVersion
The Application Version.
|
ManagedAppPolicyCollectionPage |
appliedPolicies
The Applied Policies.
|
java.util.Calendar |
createdDateTime
The Created Date Time.
|
java.lang.String |
deviceName
The Device Name.
|
java.lang.String |
deviceTag
The Device Tag.
|
java.lang.String |
deviceType
The Device Type.
|
java.util.List<ManagedAppFlaggedReason> |
flaggedReasons
The Flagged Reasons.
|
ManagedAppPolicyCollectionPage |
intendedPolicies
The Intended Policies.
|
java.util.Calendar |
lastSyncDateTime
The Last Sync Date Time.
|
java.lang.String |
managementSdkVersion
The Management Sdk Version.
|
ManagedAppOperationCollectionPage |
operations
The Operations.
|
java.lang.String |
platformVersion
The Platform Version.
|
java.lang.String |
userId
The User Id.
|
java.lang.String |
version
The Version.
|
| Constructor and Description |
|---|
ManagedAppRegistration() |
| 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="createdDateTime") @Expose public java.util.Calendar createdDateTime
@SerializedName(value="lastSyncDateTime") @Expose public java.util.Calendar lastSyncDateTime
@SerializedName(value="applicationVersion") @Expose public java.lang.String applicationVersion
@SerializedName(value="managementSdkVersion") @Expose public java.lang.String managementSdkVersion
@SerializedName(value="platformVersion") @Expose public java.lang.String platformVersion
@SerializedName(value="deviceType") @Expose public java.lang.String deviceType
@SerializedName(value="deviceTag") @Expose public java.lang.String deviceTag
@SerializedName(value="deviceName") @Expose public java.lang.String deviceName
@SerializedName(value="flaggedReasons") @Expose public java.util.List<ManagedAppFlaggedReason> flaggedReasons
@SerializedName(value="userId") @Expose public java.lang.String userId
@SerializedName(value="appIdentifier") @Expose public MobileAppIdentifier appIdentifier
@SerializedName(value="version") @Expose public java.lang.String version
public ManagedAppPolicyCollectionPage appliedPolicies
public ManagedAppPolicyCollectionPage intendedPolicies
public ManagedAppOperationCollectionPage operations
public com.google.gson.JsonObject getRawObject()
getRawObject in class Entityprotected ISerializer getSerializer()
getSerializer in class Entitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to