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 Summary
FieldsModifier and TypeFieldDescriptionstatic final NotificationNameStatic value AccountClosedPublisher for NotificationName.static final NotificationNameStatic value BCC for NotificationName.static final NotificationNameStatic value NewApplicationNotificationMessage for NotificationName.static final NotificationNameStatic value NewIssuePublisherNotificationMessage for NotificationName.static final NotificationNameStatic value PurchasePublisherNotificationMessage for NotificationName.static final NotificationNameStatic value QuotaLimitApproachingPublisherNotificationMessage for NotificationName.static final NotificationNameStatic value RequestPublisherNotificationMessage for NotificationName. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NotificationNamefromString(String name) Creates or finds a NotificationName from its string representation.static Collection<NotificationName> values()Gets known NotificationName values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
REQUEST_PUBLISHER_NOTIFICATION_MESSAGE
Static value RequestPublisherNotificationMessage for NotificationName. -
PURCHASE_PUBLISHER_NOTIFICATION_MESSAGE
Static value PurchasePublisherNotificationMessage for NotificationName. -
NEW_APPLICATION_NOTIFICATION_MESSAGE
Static value NewApplicationNotificationMessage for NotificationName. -
BCC
Static value BCC for NotificationName. -
NEW_ISSUE_PUBLISHER_NOTIFICATION_MESSAGE
Static value NewIssuePublisherNotificationMessage for NotificationName. -
ACCOUNT_CLOSED_PUBLISHER
Static value AccountClosedPublisher for NotificationName. -
QUOTA_LIMIT_APPROACHING_PUBLISHER_NOTIFICATION_MESSAGE
Static value QuotaLimitApproachingPublisherNotificationMessage for NotificationName.
-
-
Constructor Details
-
NotificationName
Deprecated.Use thefromString(String)factory method.Creates a new instance of NotificationName value.
-
-
Method Details
-
fromString
Creates or finds a NotificationName from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding NotificationName.
-
values
Gets known NotificationName values.- Returns:
- known NotificationName values.
-
fromString(String)factory method.