| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected ManagedDevicePartnerReportedHealthState |
ManagedDevice.partnerReportedThreatState |
| Modifier and Type | Method and Description |
|---|---|
Optional<ManagedDevicePartnerReportedHealthState> |
ManagedDevice.getPartnerReportedThreatState()
“Indicates the threat state of a device when a Mobile Threat Defense partner is
in use by the account and device.
|
| Modifier and Type | Method and Description |
|---|---|
WindowsManagedDevice.Builder |
WindowsManagedDevice.Builder.partnerReportedThreatState(ManagedDevicePartnerReportedHealthState partnerReportedThreatState) |
ManagedDevice.Builder |
ManagedDevice.Builder.partnerReportedThreatState(ManagedDevicePartnerReportedHealthState partnerReportedThreatState)
“Indicates the threat state of a device when a Mobile Threat Defense partner is
in use by the account and device.
|
ManagedDevice |
ManagedDevice.withPartnerReportedThreatState(ManagedDevicePartnerReportedHealthState partnerReportedThreatState)
Returns an immutable copy of
this with just the partnerReportedThreatState field changed. |
| Modifier and Type | Method and Description |
|---|---|
static ManagedDevicePartnerReportedHealthState |
ManagedDevicePartnerReportedHealthState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedDevicePartnerReportedHealthState[] |
ManagedDevicePartnerReportedHealthState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.