| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected ComplianceState |
ManagedDevice.complianceState |
| Modifier and Type | Method and Description |
|---|---|
Optional<ComplianceState> |
ManagedDevice.getComplianceState()
“Compliance state of the device.
|
| Modifier and Type | Method and Description |
|---|---|
WindowsManagedDevice.Builder |
WindowsManagedDevice.Builder.complianceState(ComplianceState complianceState) |
ManagedDevice.Builder |
ManagedDevice.Builder.complianceState(ComplianceState complianceState)
“Compliance state of the device.
|
ManagedDevice |
ManagedDevice.withComplianceState(ComplianceState complianceState)
Returns an immutable copy of
this with just the complianceState
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static ComplianceState |
ComplianceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComplianceState[] |
ComplianceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.