Uses of Class
odata.msgraph.client.beta.enums.ManagedDevicePartnerReportedHealthState
-
Packages that use ManagedDevicePartnerReportedHealthState Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ManagedDevicePartnerReportedHealthState in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ManagedDevicePartnerReportedHealthState Modifier and Type Field Description protected ManagedDevicePartnerReportedHealthStateManagedDevice. partnerReportedThreatStateMethods in odata.msgraph.client.beta.entity that return types with arguments of type ManagedDevicePartnerReportedHealthState Modifier and Type Method 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.Methods in odata.msgraph.client.beta.entity with parameters of type ManagedDevicePartnerReportedHealthState Modifier and Type Method Description ManagedDevice.BuilderManagedDevice.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.WindowsManagedDevice.BuilderWindowsManagedDevice.Builder. partnerReportedThreatState(ManagedDevicePartnerReportedHealthState partnerReportedThreatState)ManagedDeviceManagedDevice. withPartnerReportedThreatState(ManagedDevicePartnerReportedHealthState partnerReportedThreatState)Returns an immutable copy ofthiswith just thepartnerReportedThreatStatefield changed. -
Uses of ManagedDevicePartnerReportedHealthState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ManagedDevicePartnerReportedHealthState Modifier and Type Method Description static ManagedDevicePartnerReportedHealthStateManagedDevicePartnerReportedHealthState. 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.
-