Uses of Class
odata.msgraph.client.enums.ManagedDevicePartnerReportedHealthState
-
Packages that use ManagedDevicePartnerReportedHealthState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of ManagedDevicePartnerReportedHealthState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ManagedDevicePartnerReportedHealthState Modifier and Type Field Description protected ManagedDevicePartnerReportedHealthStateManagedDevice. partnerReportedThreatStateMethods in odata.msgraph.client.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.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.ManagedDeviceManagedDevice. withPartnerReportedThreatState(ManagedDevicePartnerReportedHealthState partnerReportedThreatState)Returns an immutable copy ofthiswith just thepartnerReportedThreatStatefield changed. -
Uses of ManagedDevicePartnerReportedHealthState in odata.msgraph.client.enums
Methods in odata.msgraph.client.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.
-