Class NotificationName


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

      • 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 Detail

      • NotificationName

        public NotificationName()
    • Method Detail

      • 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.