public class DeviceDetail
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
browser
The Browser.
|
java.lang.String |
deviceId
The Device Id.
|
java.lang.String |
displayName
The Display Name.
|
java.lang.Boolean |
isCompliant
The Is Compliant.
|
java.lang.Boolean |
isManaged
The Is Managed.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.String |
operatingSystem
The Operating System.
|
java.lang.String |
trustType
The Trust Type.
|
| Constructor and Description |
|---|
DeviceDetail() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="browser",
alternate="Browser")
@Expose
@Nullable
public java.lang.String browser
@SerializedName(value="deviceId",
alternate="DeviceId")
@Expose
@Nullable
public java.lang.String deviceId
@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
@Nullable
public java.lang.String displayName
@SerializedName(value="isCompliant",
alternate="IsCompliant")
@Expose
@Nullable
public java.lang.Boolean isCompliant
@SerializedName(value="isManaged",
alternate="IsManaged")
@Expose
@Nullable
public java.lang.Boolean isManaged
@SerializedName(value="operatingSystem",
alternate="OperatingSystem")
@Expose
@Nullable
public java.lang.String operatingSystem
@SerializedName(value="trustType",
alternate="TrustType")
@Expose
@Nullable
public java.lang.String trustType
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to