public class ManagedDeviceMobileAppConfigurationDeviceStatus extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.time.OffsetDateTime |
complianceGracePeriodExpirationDateTime
The Compliance Grace Period Expiration Date Time.
|
java.lang.String |
deviceDisplayName
The Device Display Name.
|
java.lang.String |
deviceModel
The Device Model.
|
java.time.OffsetDateTime |
lastReportedDateTime
The Last Reported Date Time.
|
ComplianceStatus |
status
The Status.
|
java.lang.String |
userName
The User Name.
|
java.lang.String |
userPrincipalName
The User Principal Name.
|
Constructor and Description |
---|
ManagedDeviceMobileAppConfigurationDeviceStatus() |
Modifier and Type | Method and Description |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="complianceGracePeriodExpirationDateTime", alternate="ComplianceGracePeriodExpirationDateTime") @Expose @Nullable public java.time.OffsetDateTime complianceGracePeriodExpirationDateTime
@SerializedName(value="deviceDisplayName", alternate="DeviceDisplayName") @Expose @Nullable public java.lang.String deviceDisplayName
@SerializedName(value="deviceModel", alternate="DeviceModel") @Expose @Nullable public java.lang.String deviceModel
@SerializedName(value="lastReportedDateTime", alternate="LastReportedDateTime") @Expose @Nullable public java.time.OffsetDateTime lastReportedDateTime
@SerializedName(value="status", alternate="Status") @Expose @Nullable public ComplianceStatus status
@SerializedName(value="userName", alternate="UserName") @Expose @Nullable public java.lang.String userName
@SerializedName(value="userPrincipalName", alternate="UserPrincipalName") @Expose @Nullable public java.lang.String userPrincipalName
public ManagedDeviceMobileAppConfigurationDeviceStatus()
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to