Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Browser.The Device Id.The Display Name.The Is Compliant.The Is Managed.the OData type of the object as returned by the serviceThe Operating System.The Trust Type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
browser
The Browser. Indicates the browser information of the used for signing in. -
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 displayNameThe Display Name. Refers to the name of the device used for signing in. -
isCompliant
@SerializedName(value="isCompliant", alternate="IsCompliant") @Expose @Nullable public Boolean isCompliantThe Is Compliant. Indicates whether the device is compliant. -
isManaged
@SerializedName(value="isManaged", alternate="IsManaged") @Expose @Nullable public Boolean isManagedThe Is Managed. Indicates whether the device is managed. -
operatingSystem
@SerializedName(value="operatingSystem", alternate="OperatingSystem") @Expose @Nullable public String operatingSystemThe Operating System. Indicates the operating system name and version used for signing in. -
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 interfacecom.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 interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-