Package com.microsoft.graph.models
Class WindowsAutopilotDeviceIdentity
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.WindowsAutopilotDeviceIdentity
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WindowsAutopilotDeviceIdentity
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows Autopilot Device Identity.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Addressable User Name.The Azure Active Directory Device Id.The Display Name.The Enrollment State.The Group Tag.The Last Contacted Date Time.The Managed Device Id.The Manufacturer.The Model.The Product Key.The Purchase Order Identifier.The Resource Name.The Serial Number.The Sku Number.The System Family.The User Principal Name. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
addressableUserName
@SerializedName(value="addressableUserName", alternate="AddressableUserName") @Expose @Nullable public String addressableUserNameThe Addressable User Name. Addressable user name. -
azureActiveDirectoryDeviceId
@SerializedName(value="azureActiveDirectoryDeviceId", alternate="AzureActiveDirectoryDeviceId") @Expose @Nullable public String azureActiveDirectoryDeviceIdThe Azure Active Directory Device Id. AAD Device ID - to be deprecated -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. Display Name -
enrollmentState
@SerializedName(value="enrollmentState", alternate="EnrollmentState") @Expose @Nullable public EnrollmentState enrollmentStateThe Enrollment State. Intune enrollment state of the Windows autopilot device. Possible values are: unknown, enrolled, pendingReset, failed, notContacted. -
groupTag
The Group Tag. Group Tag of the Windows autopilot device. -
lastContactedDateTime
@SerializedName(value="lastContactedDateTime", alternate="LastContactedDateTime") @Expose @Nullable public OffsetDateTime lastContactedDateTimeThe Last Contacted Date Time. Intune Last Contacted Date Time of the Windows autopilot device. -
managedDeviceId
@SerializedName(value="managedDeviceId", alternate="ManagedDeviceId") @Expose @Nullable public String managedDeviceIdThe Managed Device Id. Managed Device ID -
manufacturer
@SerializedName(value="manufacturer", alternate="Manufacturer") @Expose @Nullable public String manufacturerThe Manufacturer. Oem manufacturer of the Windows autopilot device. -
model
The Model. Model name 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. -
purchaseOrderIdentifier
@SerializedName(value="purchaseOrderIdentifier", alternate="PurchaseOrderIdentifier") @Expose @Nullable public String purchaseOrderIdentifierThe Purchase Order Identifier. Purchase Order Identifier of the Windows autopilot device. -
resourceName
@SerializedName(value="resourceName", alternate="ResourceName") @Expose @Nullable public String resourceNameThe Resource Name. Resource Name. -
serialNumber
@SerializedName(value="serialNumber", alternate="SerialNumber") @Expose @Nullable public String serialNumberThe Serial Number. Serial number of the Windows autopilot device. -
skuNumber
The Sku Number. SKU Number -
systemFamily
@SerializedName(value="systemFamily", alternate="SystemFamily") @Expose @Nullable public String systemFamilyThe System Family. System Family -
userPrincipalName
@SerializedName(value="userPrincipalName", alternate="UserPrincipalName") @Expose @Nullable public String userPrincipalNameThe User Principal Name. User Principal Name.
-
-
Constructor Details
-
WindowsAutopilotDeviceIdentity
public WindowsAutopilotDeviceIdentity()
-
-
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-