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 Details

    • NONE

      public static final NotificationLevel NONE
      Static value None for NotificationLevel.
    • CRITICAL

      public static final NotificationLevel CRITICAL
      Static value Critical for NotificationLevel.
    • ALL

      public static final NotificationLevel ALL
      Static value All for NotificationLevel.
  • Constructor Details

    • NotificationLevel

      @Deprecated public NotificationLevel()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of NotificationLevel value.
  • Method Details

    • fromString

      public static NotificationLevel fromString(String name)
      Creates or finds a NotificationLevel from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding NotificationLevel.
    • values

      public static Collection<NotificationLevel> values()
      Gets known NotificationLevel values.
      Returns:
      known NotificationLevel values.