| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsAutopilotDeploymentState |
DeviceManagementAutopilotEvent.deploymentState |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsAutopilotDeploymentState> |
DeviceManagementAutopilotEvent.getDeploymentState()
“Deployment state like Success, Failure, InProgress, SuccessWithTimeout.”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementAutopilotEvent.Builder |
DeviceManagementAutopilotEvent.Builder.deploymentState(WindowsAutopilotDeploymentState deploymentState)
“Deployment state like Success, Failure, InProgress, SuccessWithTimeout.”
|
DeviceManagementAutopilotEvent |
DeviceManagementAutopilotEvent.withDeploymentState(WindowsAutopilotDeploymentState deploymentState)
Returns an immutable copy of
this with just the deploymentState
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static WindowsAutopilotDeploymentState |
WindowsAutopilotDeploymentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsAutopilotDeploymentState[] |
WindowsAutopilotDeploymentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.