Package com.microsoft.graph.models
Class ImportedWindowsAutopilotDeviceIdentity
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ImportedWindowsAutopilotDeviceIdentity
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ImportedWindowsAutopilotDeviceIdentity
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Imported Windows Autopilot Device Identity.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Assigned User Principal Name.The Group Tag.byte[]
The Hardware Identifier.The Import Id.The Product Key.The Serial Number.The State. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
assignedUserPrincipalName
@SerializedName(value="assignedUserPrincipalName", alternate="AssignedUserPrincipalName") @Expose @Nullable public String assignedUserPrincipalNameThe Assigned User Principal Name. UPN of the user the device will be assigned -
groupTag
The Group Tag. Group Tag of the Windows autopilot device. -
hardwareIdentifier
@SerializedName(value="hardwareIdentifier", alternate="HardwareIdentifier") @Expose @Nullable public byte[] hardwareIdentifierThe Hardware Identifier. Hardware Blob of the Windows autopilot device. -
importId
The Import Id. The Import Id of the Windows autopilot device. -
productKey
@SerializedName(value="productKey", alternate="ProductKey") @Expose @Nullable public String productKeyThe Product Key. Product Key of the Windows autopilot device. -
serialNumber
@SerializedName(value="serialNumber", alternate="SerialNumber") @Expose @Nullable public String serialNumberThe Serial Number. Serial number of the Windows autopilot device. -
state
@SerializedName(value="state", alternate="State") @Expose @Nullable public ImportedWindowsAutopilotDeviceIdentityState stateThe State. Current state of the imported device.
-
-
Constructor Details
-
ImportedWindowsAutopilotDeviceIdentity
public ImportedWindowsAutopilotDeviceIdentity()
-
-
Method Details
-
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
- Overrides:
setRawObject
in classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-