| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected RemediationState |
DeviceHealthScriptDeviceState.remediationState |
| Modifier and Type | Method and Description |
|---|---|
Optional<RemediationState> |
DeviceHealthScriptDeviceState.getRemediationState()
“Remediation state from the lastest device health script execution”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceHealthScriptDeviceState.Builder |
DeviceHealthScriptDeviceState.Builder.remediationState(RemediationState remediationState)
“Remediation state from the lastest device health script execution”
|
DeviceHealthScriptDeviceState |
DeviceHealthScriptDeviceState.withRemediationState(RemediationState remediationState)
Returns an immutable copy of
this with just the remediationState
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static RemediationState |
RemediationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemediationState[] |
RemediationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.