Class NotificationName

java.lang.Object
com.azure.core.util.ExpandableStringEnum<NotificationName>
com.azure.resourcemanager.apimanagement.models.NotificationName
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class NotificationName extends com.azure.core.util.ExpandableStringEnum<NotificationName>
Defines values for NotificationName.
  • Field Details

    • REQUEST_PUBLISHER_NOTIFICATION_MESSAGE

      public static final NotificationName REQUEST_PUBLISHER_NOTIFICATION_MESSAGE
      Static value RequestPublisherNotificationMessage for NotificationName.
    • PURCHASE_PUBLISHER_NOTIFICATION_MESSAGE

      public static final NotificationName PURCHASE_PUBLISHER_NOTIFICATION_MESSAGE
      Static value PurchasePublisherNotificationMessage for NotificationName.
    • NEW_APPLICATION_NOTIFICATION_MESSAGE

      public static final NotificationName NEW_APPLICATION_NOTIFICATION_MESSAGE
      Static value NewApplicationNotificationMessage for NotificationName.
    • BCC

      public static final NotificationName BCC
      Static value BCC for NotificationName.
    • NEW_ISSUE_PUBLISHER_NOTIFICATION_MESSAGE

      public static final NotificationName NEW_ISSUE_PUBLISHER_NOTIFICATION_MESSAGE
      Static value NewIssuePublisherNotificationMessage for NotificationName.
    • ACCOUNT_CLOSED_PUBLISHER

      public static final NotificationName ACCOUNT_CLOSED_PUBLISHER
      Static value AccountClosedPublisher for NotificationName.
    • QUOTA_LIMIT_APPROACHING_PUBLISHER_NOTIFICATION_MESSAGE

      public static final NotificationName QUOTA_LIMIT_APPROACHING_PUBLISHER_NOTIFICATION_MESSAGE
      Static value QuotaLimitApproachingPublisherNotificationMessage for NotificationName.
  • Constructor Details

    • NotificationName

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

    • fromString

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

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