Uses of Class
odata.msgraph.client.enums.AlertStatus
-
Packages that use AlertStatus Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of AlertStatus in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as AlertStatus Modifier and Type Field Description protected AlertStatusAlertHistoryState. statusMethods in odata.msgraph.client.complex that return types with arguments of type AlertStatus Modifier and Type Method Description Optional<AlertStatus>AlertHistoryState. getStatus()Methods in odata.msgraph.client.complex with parameters of type AlertStatus Modifier and Type Method Description AlertHistoryState.BuilderAlertHistoryState.Builder. status(AlertStatus status)AlertHistoryStateAlertHistoryState. withStatus(AlertStatus status) -
Uses of AlertStatus in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AlertStatus Modifier and Type Field Description protected AlertStatusAlert. statusMethods in odata.msgraph.client.entity that return types with arguments of type AlertStatus Modifier and Type Method Description Optional<AlertStatus>Alert. getStatus()Methods in odata.msgraph.client.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.enums
Methods in odata.msgraph.client.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.
-