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