public class EnrollmentTroubleshootingEvent extends DeviceManagementTroubleshootingEvent implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
deviceId
The Device Id.
|
DeviceEnrollmentType |
enrollmentType
The Enrollment Type.
|
DeviceEnrollmentFailureReason |
failureCategory
The Failure Category.
|
java.lang.String |
failureReason
The Failure Reason.
|
java.lang.String |
managedDeviceIdentifier
The Managed Device Identifier.
|
java.lang.String |
operatingSystem
The Operating System.
|
java.lang.String |
osVersion
The Os Version.
|
java.lang.String |
userId
The User Id.
|
correlationId, eventDateTime| Constructor and Description |
|---|
EnrollmentTroubleshootingEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="deviceId",
alternate="DeviceId")
@Expose
@Nullable
public java.lang.String deviceId
@SerializedName(value="enrollmentType",
alternate="EnrollmentType")
@Expose
@Nullable
public DeviceEnrollmentType enrollmentType
@SerializedName(value="failureCategory",
alternate="FailureCategory")
@Expose
@Nullable
public DeviceEnrollmentFailureReason failureCategory
@SerializedName(value="failureReason",
alternate="FailureReason")
@Expose
@Nullable
public java.lang.String failureReason
@SerializedName(value="managedDeviceIdentifier",
alternate="ManagedDeviceIdentifier")
@Expose
@Nullable
public java.lang.String managedDeviceIdentifier
@SerializedName(value="operatingSystem",
alternate="OperatingSystem")
@Expose
@Nullable
public java.lang.String operatingSystem
@SerializedName(value="osVersion",
alternate="OsVersion")
@Expose
@Nullable
public java.lang.String osVersion
@SerializedName(value="userId",
alternate="UserId")
@Expose
@Nullable
public java.lang.String userId
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class DeviceManagementTroubleshootingEventserializer - the serializerjson - the JSON object to set this object to