Class NotificationLevel
java.lang.Object
com.azure.core.util.ExpandableStringEnum<NotificationLevel>
com.azure.resourcemanager.authorization.models.NotificationLevel
public final class NotificationLevel
extends com.azure.core.util.ExpandableStringEnum<NotificationLevel>
The notification level.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NotificationLevelStatic value All for NotificationLevel.static final NotificationLevelStatic value Critical for NotificationLevel.static final NotificationLevelStatic value None for NotificationLevel. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NotificationLevelfromString(String name) Creates or finds a NotificationLevel from its string representation.static Collection<NotificationLevel>values()Gets known NotificationLevel values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value None for NotificationLevel. -
CRITICAL
Static value Critical for NotificationLevel. -
ALL
Static value All for NotificationLevel.
-
-
Constructor Details
-
NotificationLevel
Deprecated.Use thefromString(String)factory method.Creates a new instance of NotificationLevel value.
-
-
Method Details
-
fromString
Creates or finds a NotificationLevel from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding NotificationLevel.
-
values
Gets known NotificationLevel values.- Returns:
- known NotificationLevel values.
-
fromString(String)factory method.