Class DeviceDetail

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

public class DeviceDetail extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Detail.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • browser

      @SerializedName(value="browser", alternate="Browser") @Expose @Nullable public String browser
      The Browser. Indicates the browser information of the used for signing in.
    • deviceId

      @SerializedName(value="deviceId", alternate="DeviceId") @Expose @Nullable public String deviceId
      The Device Id. Refers to the UniqueID of the device used for signing in.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. Refers to the name of the device used for signing in.
    • isCompliant

      @SerializedName(value="isCompliant", alternate="IsCompliant") @Expose @Nullable public Boolean isCompliant
      The Is Compliant. Indicates whether the device is compliant.
    • isManaged

      @SerializedName(value="isManaged", alternate="IsManaged") @Expose @Nullable public Boolean isManaged
      The Is Managed. Indicates whether the device is managed.
    • operatingSystem

      @SerializedName(value="operatingSystem", alternate="OperatingSystem") @Expose @Nullable public String operatingSystem
      The Operating System. Indicates the operating system name and version used for signing in.
    • trustType

      @SerializedName(value="trustType", alternate="TrustType") @Expose @Nullable public String trustType
      The Trust Type. Provides information about whether the signed-in device is Workplace Joined, AzureAD Joined, Domain Joined.
  • Constructor Details

    • DeviceDetail

      public DeviceDetail()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to