Uses of Class
odata.msgraph.client.complex.AlertTrigger
-
Packages that use AlertTrigger Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AlertTrigger in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AlertTrigger Modifier and Type Method Description AlertTriggerAlertTrigger.Builder. build()AlertTriggerAlertTrigger. withName(String name)AlertTriggerAlertTrigger. withType(String type)AlertTriggerAlertTrigger. withUnmappedField(String name, Object value)AlertTriggerAlertTrigger. withValue(String value) -
Uses of AlertTrigger in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AlertTrigger Modifier and Type Field Description protected List<AlertTrigger>Alert. triggersMethods in odata.msgraph.client.entity that return types with arguments of type AlertTrigger Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AlertTrigger>Alert. getTriggers()com.github.davidmoten.odata.client.CollectionPage<AlertTrigger>Alert. getTriggers(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type AlertTrigger Modifier and Type Method Description Alert.BuilderAlert.Builder. triggers(AlertTrigger... triggers)Method parameters in odata.msgraph.client.entity with type arguments of type AlertTrigger Modifier and Type Method Description Alert.BuilderAlert.Builder. triggers(List<AlertTrigger> triggers)AlertAlert. withTriggers(List<AlertTrigger> triggers)
-