Uses of Enum
com.microsoft.graph.models.AlertStatus
Packages that use AlertStatus
-
Uses of AlertStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AlertStatusModifier and TypeMethodDescriptionstatic AlertStatusAlert.getStatus()Gets the status property value.AlertHistoryState.getStatus()Gets the status property value.static AlertStatusReturns 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.Methods in com.microsoft.graph.models with parameters of type AlertStatusModifier and TypeMethodDescriptionvoidAlert.setStatus(AlertStatus value) Sets the status property value.voidAlertHistoryState.setStatus(AlertStatus value) Sets the status property value.