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