Uses of Class
odata.msgraph.client.security.enums.DefenderAvStatus
-
Packages that use DefenderAvStatus Package Description odata.msgraph.client.security.complex odata.msgraph.client.security.enums -
-
Uses of DefenderAvStatus in odata.msgraph.client.security.complex
Fields in odata.msgraph.client.security.complex declared as DefenderAvStatus Modifier and Type Field Description protected DefenderAvStatusDeviceEvidence. defenderAvStatusMethods in odata.msgraph.client.security.complex that return types with arguments of type DefenderAvStatus Modifier and Type Method Description Optional<DefenderAvStatus>DeviceEvidence. getDefenderAvStatus()Methods in odata.msgraph.client.security.complex with parameters of type DefenderAvStatus Modifier and Type Method Description DeviceEvidence.BuilderDeviceEvidence.Builder. defenderAvStatus(DefenderAvStatus defenderAvStatus)DeviceEvidenceDeviceEvidence. withDefenderAvStatus(DefenderAvStatus defenderAvStatus) -
Uses of DefenderAvStatus in odata.msgraph.client.security.enums
Methods in odata.msgraph.client.security.enums that return DefenderAvStatus Modifier and Type Method Description static DefenderAvStatusDefenderAvStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DefenderAvStatus[]DefenderAvStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-