Package com.microsoft.graph.models
Class ImportedWindowsAutopilotDeviceIdentityState
java.lang.Object
com.microsoft.graph.models.ImportedWindowsAutopilotDeviceIdentityState
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ImportedWindowsAutopilotDeviceIdentityState
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Imported Windows Autopilot Device Identity State.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Device Error Code.The Device Error Name.The Device Import Status.The Device Registration Id.the OData type of the object as returned by the service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(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 -
deviceErrorCode
@SerializedName(value="deviceErrorCode", alternate="DeviceErrorCode") @Expose @Nullable public Integer deviceErrorCodeThe Device Error Code. Device error code reported by Device Directory Service(DDS). -
deviceErrorName
@SerializedName(value="deviceErrorName", alternate="DeviceErrorName") @Expose @Nullable public String deviceErrorNameThe Device Error Name. Device error name reported by Device Directory Service(DDS). -
deviceImportStatus
@SerializedName(value="deviceImportStatus", alternate="DeviceImportStatus") @Expose @Nullable public ImportedWindowsAutopilotDeviceIdentityImportStatus deviceImportStatusThe Device Import Status. Device status reported by Device Directory Service(DDS). Possible values are: unknown, pending, partial, complete, error. -
deviceRegistrationId
@SerializedName(value="deviceRegistrationId", alternate="DeviceRegistrationId") @Expose @Nullable public String deviceRegistrationIdThe Device Registration Id. Device Registration ID for successfully added device reported by Device Directory Service(DDS).
-
-
Constructor Details
-
ImportedWindowsAutopilotDeviceIdentityState
public ImportedWindowsAutopilotDeviceIdentityState()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-