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 Details

    • complianceGracePeriodExpirationDateTime

      @SerializedName(value="complianceGracePeriodExpirationDateTime", alternate="ComplianceGracePeriodExpirationDateTime") @Expose @Nullable public OffsetDateTime complianceGracePeriodExpirationDateTime
      The Compliance Grace Period Expiration Date Time. The DateTime when device compliance grace period expires
    • deviceDisplayName

      @SerializedName(value="deviceDisplayName", alternate="DeviceDisplayName") @Expose @Nullable public String deviceDisplayName
      The Device Display Name. Device name of the DevicePolicyStatus.
    • deviceId

      @SerializedName(value="deviceId", alternate="DeviceId") @Expose @Nullable public String deviceId
      The Device Id. The device id that is being reported.
    • deviceModel

      @SerializedName(value="deviceModel", alternate="DeviceModel") @Expose @Nullable public String deviceModel
      The Device Model. The device model that is being reported
    • installStatus

      @SerializedName(value="installStatus", alternate="InstallStatus") @Expose @Nullable public IosUpdatesInstallStatus installStatus
      The 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 lastReportedDateTime
      The Last Reported Date Time. Last modified date time of the policy report.
    • osVersion

      @SerializedName(value="osVersion", alternate="OsVersion") @Expose @Nullable public String osVersion
      The Os Version. The device version that is being reported.
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public ComplianceStatus status
      The Status. Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned.
    • userId

      @SerializedName(value="userId", alternate="UserId") @Expose @Nullable public String userId
      The User Id. The User id that is being reported.
    • userName

      @SerializedName(value="userName", alternate="UserName") @Expose @Nullable public String userName
      The User Name. The User Name that is being reported
    • userPrincipalName

      @SerializedName(value="userPrincipalName", alternate="UserPrincipalName") @Expose @Nullable public String userPrincipalName
      The 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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to