Uses of Class
odata.msgraph.client.security.enums.DetectionSource
-
Packages that use DetectionSource Package Description odata.msgraph.client.security.entity odata.msgraph.client.security.enums -
-
Uses of DetectionSource in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity declared as DetectionSource Modifier and Type Field Description protected DetectionSourceAlert. detectionSourceMethods in odata.msgraph.client.security.entity that return types with arguments of type DetectionSource Modifier and Type Method Description Optional<DetectionSource>Alert. getDetectionSource()Methods in odata.msgraph.client.security.entity with parameters of type DetectionSource Modifier and Type Method Description Alert.BuilderAlert.Builder. detectionSource(DetectionSource detectionSource)AlertAlert. withDetectionSource(DetectionSource detectionSource) -
Uses of DetectionSource in odata.msgraph.client.security.enums
Methods in odata.msgraph.client.security.enums that return DetectionSource Modifier and Type Method Description static DetectionSourceDetectionSource. valueOf(String name)Returns the enum constant of this type with the specified name.static DetectionSource[]DetectionSource. values()Returns an array containing the constants of this enum type, in the order they are declared.
-