| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected HealthState |
WindowsManagementAppHealthState.healthState |
| Modifier and Type | Method and Description |
|---|---|
Optional<HealthState> |
WindowsManagementAppHealthState.getHealthState()
“Windows management app health state.”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsManagementAppHealthState.Builder |
WindowsManagementAppHealthState.Builder.healthState(HealthState healthState)
“Windows management app health state.”
|
WindowsManagementAppHealthState |
WindowsManagementAppHealthState.withHealthState(HealthState healthState)
Returns an immutable copy of
this with just the healthState
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static HealthState |
HealthState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthState[] |
HealthState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.