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