Class DeviceInstallState

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceInstallState
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DeviceInstallState extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Install State.
  • Field Details

    • deviceId

      @SerializedName(value="deviceId", alternate="DeviceId") @Expose @Nullable public String deviceId
      The Device Id. Device Id.
    • deviceName

      @SerializedName(value="deviceName", alternate="DeviceName") @Expose @Nullable public String deviceName
      The Device Name. Device name.
    • errorCode

      @SerializedName(value="errorCode", alternate="ErrorCode") @Expose @Nullable public String errorCode
      The Error Code. The error code for install failures.
    • installState

      @SerializedName(value="installState", alternate="InstallState") @Expose @Nullable public InstallState installState
      The Install State. The install state of the eBook. Possible values are: notApplicable, installed, failed, notInstalled, uninstallFailed, unknown.
    • lastSyncDateTime

      @SerializedName(value="lastSyncDateTime", alternate="LastSyncDateTime") @Expose @Nullable public OffsetDateTime lastSyncDateTime
      The Last Sync Date Time. Last sync date and time.
    • osDescription

      @SerializedName(value="osDescription", alternate="OsDescription") @Expose @Nullable public String osDescription
      The Os Description. OS Description.
    • osVersion

      @SerializedName(value="osVersion", alternate="OsVersion") @Expose @Nullable public String osVersion
      The Os Version. OS Version.
    • userName

      @SerializedName(value="userName", alternate="UserName") @Expose @Nullable public String userName
      The User Name. Device User Name.
  • Constructor Details

    • DeviceInstallState

      public DeviceInstallState()
  • 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