public class ImportedWindowsAutopilotDeviceIdentity extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
assignedUserPrincipalName
The Assigned User Principal Name.
|
java.lang.String |
groupTag
The Group Tag.
|
byte[] |
hardwareIdentifier
The Hardware Identifier.
|
java.lang.String |
importId
The Import Id.
|
java.lang.String |
productKey
The Product Key.
|
java.lang.String |
serialNumber
The Serial Number.
|
ImportedWindowsAutopilotDeviceIdentityState |
state
The State.
|
| Constructor and Description |
|---|
ImportedWindowsAutopilotDeviceIdentity() |
| 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="assignedUserPrincipalName",
alternate="AssignedUserPrincipalName")
@Expose
@Nullable
public java.lang.String assignedUserPrincipalName
@SerializedName(value="groupTag",
alternate="GroupTag")
@Expose
@Nullable
public java.lang.String groupTag
@SerializedName(value="hardwareIdentifier",
alternate="HardwareIdentifier")
@Expose
@Nullable
public byte[] hardwareIdentifier
@SerializedName(value="importId",
alternate="ImportId")
@Expose
@Nullable
public java.lang.String importId
@SerializedName(value="productKey",
alternate="ProductKey")
@Expose
@Nullable
public java.lang.String productKey
@SerializedName(value="serialNumber",
alternate="SerialNumber")
@Expose
@Nullable
public java.lang.String serialNumber
@SerializedName(value="state",
alternate="State")
@Expose
@Nullable
public ImportedWindowsAutopilotDeviceIdentityState state
public ImportedWindowsAutopilotDeviceIdentity()
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 Entityserializer - the serializerjson - the JSON object to set this object to