Package com.microsoft.graph.models
Class IosUpdateDeviceStatus
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.IosUpdateDeviceStatus
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class IosUpdateDeviceStatus
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ios Update Device Status.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Compliance Grace Period Expiration Date Time.The Device Display Name.The Device Id.The Device Model.The Install Status.The Last Reported Date Time.The Os Version.The Status.The User Id.The User Name.The User Principal Name. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
complianceGracePeriodExpirationDateTime
@SerializedName(value="complianceGracePeriodExpirationDateTime", alternate="ComplianceGracePeriodExpirationDateTime") @Expose @Nullable public OffsetDateTime complianceGracePeriodExpirationDateTimeThe Compliance Grace Period Expiration Date Time. The DateTime when device compliance grace period expires -
deviceDisplayName
@SerializedName(value="deviceDisplayName", alternate="DeviceDisplayName") @Expose @Nullable public String deviceDisplayNameThe Device Display Name. Device name of the DevicePolicyStatus. -
deviceId
The Device Id. The device id that is being reported. -
deviceModel
@SerializedName(value="deviceModel", alternate="DeviceModel") @Expose @Nullable public String deviceModelThe Device Model. The device model that is being reported -
installStatus
@SerializedName(value="installStatus", alternate="InstallStatus") @Expose @Nullable public IosUpdatesInstallStatus installStatusThe Install Status. The installation status of the policy report. Possible values are: success, available, idle, unknown, downloading, downloadFailed, downloadRequiresComputer, downloadInsufficientSpace, downloadInsufficientPower, downloadInsufficientNetwork, installing, installInsufficientSpace, installInsufficientPower, installPhoneCallInProgress, installFailed, notSupportedOperation, sharedDeviceUserLoggedInError, deviceOsHigherThanDesiredOsVersion. -
lastReportedDateTime
@SerializedName(value="lastReportedDateTime", alternate="LastReportedDateTime") @Expose @Nullable public OffsetDateTime lastReportedDateTimeThe Last Reported Date Time. Last modified date time of the policy report. -
osVersion
The Os Version. The device version that is being reported. -
status
@SerializedName(value="status", alternate="Status") @Expose @Nullable public ComplianceStatus statusThe Status. Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. -
userId
The User Id. The User id that is being reported. -
userName
The User Name. The User Name that is being reported -
userPrincipalName
@SerializedName(value="userPrincipalName", alternate="UserPrincipalName") @Expose @Nullable public String userPrincipalNameThe User Principal Name. UserPrincipalName.
-
-
Constructor Details
-
IosUpdateDeviceStatus
public IosUpdateDeviceStatus()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-