| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsDeviceHealthState |
WindowsProtectionState.deviceState |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsDeviceHealthState> |
WindowsProtectionState.getDeviceState()
“Computer's state (like clean or pending full scan or pending reboot etc)”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsProtectionState.Builder |
WindowsProtectionState.Builder.deviceState(WindowsDeviceHealthState deviceState)
“Computer's state (like clean or pending full scan or pending reboot etc)”
|
WindowsProtectionState |
WindowsProtectionState.withDeviceState(WindowsDeviceHealthState deviceState)
Returns an immutable copy of
this with just the deviceState
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static WindowsDeviceHealthState |
WindowsDeviceHealthState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowsDeviceHealthState[] |
WindowsDeviceHealthState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.