public class ManagedDeviceMobileAppConfigurationUserStatus extends Entity implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.Integer |
devicesCount
The Devices Count.
|
java.util.Calendar |
lastReportedDateTime
The Last Reported Date Time.
|
ComplianceStatus |
status
The Status.
|
java.lang.String |
userDisplayName
The User Display Name.
|
java.lang.String |
userPrincipalName
The User Principal Name.
|
Constructor and Description |
---|
ManagedDeviceMobileAppConfigurationUserStatus() |
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="userDisplayName") @Expose public java.lang.String userDisplayName
@SerializedName(value="devicesCount") @Expose public java.lang.Integer devicesCount
@SerializedName(value="status") @Expose public ComplianceStatus status
@SerializedName(value="lastReportedDateTime") @Expose public java.util.Calendar lastReportedDateTime
@SerializedName(value="userPrincipalName") @Expose public java.lang.String userPrincipalName
public ManagedDeviceMobileAppConfigurationUserStatus()
public com.google.gson.JsonObject getRawObject()
getRawObject
in class Entity
protected ISerializer getSerializer()
getSerializer
in class Entity
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to