public class IosUpdateDeviceStatus 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 |
deviceId
The Device Id.
|
java.lang.String |
deviceModel
The Device Model.
|
IosUpdatesInstallStatus |
installStatus
The Install Status.
|
java.time.OffsetDateTime |
lastReportedDateTime
The Last Reported Date Time.
|
java.lang.String |
osVersion
The Os Version.
|
ComplianceStatus |
status
The Status.
|
java.lang.String |
userId
The User Id.
|
java.lang.String |
userName
The User Name.
|
java.lang.String |
userPrincipalName
The User Principal Name.
|
| Constructor and Description |
|---|
IosUpdateDeviceStatus() |
| 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="deviceId",
alternate="DeviceId")
@Expose
@Nullable
public java.lang.String deviceId
@SerializedName(value="deviceModel",
alternate="DeviceModel")
@Expose
@Nullable
public java.lang.String deviceModel
@SerializedName(value="installStatus",
alternate="InstallStatus")
@Expose
@Nullable
public IosUpdatesInstallStatus installStatus
@SerializedName(value="lastReportedDateTime",
alternate="LastReportedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime lastReportedDateTime
@SerializedName(value="osVersion",
alternate="OsVersion")
@Expose
@Nullable
public java.lang.String osVersion
@SerializedName(value="status",
alternate="Status")
@Expose
@Nullable
public ComplianceStatus status
@SerializedName(value="userId",
alternate="UserId")
@Expose
@Nullable
public java.lang.String userId
@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 void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to