| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsAutopilotProfileAssignmentDetailedStatus |
WindowsAutopilotDeviceIdentity.deploymentProfileAssignmentDetailedStatus |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsAutopilotProfileAssignmentDetailedStatus> |
WindowsAutopilotDeviceIdentity.getDeploymentProfileAssignmentDetailedStatus()
“Profile assignment detailed status of the Windows autopilot device.”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsAutopilotDeviceIdentity.Builder |
WindowsAutopilotDeviceIdentity.Builder.deploymentProfileAssignmentDetailedStatus(WindowsAutopilotProfileAssignmentDetailedStatus deploymentProfileAssignmentDetailedStatus)
“Profile assignment detailed status of the Windows autopilot device.”
|
WindowsAutopilotDeviceIdentity |
WindowsAutopilotDeviceIdentity.withDeploymentProfileAssignmentDetailedStatus(WindowsAutopilotProfileAssignmentDetailedStatus deploymentProfileAssignmentDetailedStatus)
Returns an immutable copy of
this with just the deploymentProfileAssignmentDetailedStatus field changed. |
| Modifier and Type | Method and Description |
|---|---|
static WindowsAutopilotProfileAssignmentDetailedStatus |
WindowsAutopilotProfileAssignmentDetailedStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsAutopilotProfileAssignmentDetailedStatus[] |
WindowsAutopilotProfileAssignmentDetailedStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.