Uses of Class
odata.msgraph.client.complex.AlertDetection
-
Packages that use AlertDetection Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AlertDetection in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AlertDetection Modifier and Type Method Description AlertDetectionAlertDetection.Builder. build()AlertDetectionAlertDetection. withDetectionType(String detectionType)AlertDetectionAlertDetection. withMethod(String method)AlertDetectionAlertDetection. withName(String name)AlertDetectionAlertDetection. withUnmappedField(String name, String value) -
Uses of AlertDetection in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AlertDetection Modifier and Type Field Description protected List<AlertDetection>Alert. alertDetectionsMethods in odata.msgraph.client.entity that return types with arguments of type AlertDetection Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AlertDetection>Alert. getAlertDetections()com.github.davidmoten.odata.client.CollectionPage<AlertDetection>Alert. getAlertDetections(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type AlertDetection Modifier and Type Method Description Alert.BuilderAlert.Builder. alertDetections(AlertDetection... alertDetections)Method parameters in odata.msgraph.client.entity with type arguments of type AlertDetection Modifier and Type Method Description Alert.BuilderAlert.Builder. alertDetections(List<AlertDetection> alertDetections)AlertAlert. withAlertDetections(List<AlertDetection> alertDetections)
-