| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceComplianceActionType |
DeviceComplianceActionItem.actionType |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeviceComplianceActionType> |
DeviceComplianceActionItem.getActionType()
“What action to take”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceComplianceActionItem.Builder |
DeviceComplianceActionItem.Builder.actionType(DeviceComplianceActionType actionType)
“What action to take”
|
DeviceComplianceActionItem |
DeviceComplianceActionItem.withActionType(DeviceComplianceActionType actionType)
Returns an immutable copy of
this with just the actionType field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static DeviceComplianceActionType |
DeviceComplianceActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceComplianceActionType[] |
DeviceComplianceActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.