Class NotificationDeliveryMechanism
java.lang.Object
com.azure.core.util.ExpandableStringEnum<NotificationDeliveryMechanism>
com.azure.resourcemanager.authorization.models.NotificationDeliveryMechanism
public final class NotificationDeliveryMechanism
extends com.azure.core.util.ExpandableStringEnum<NotificationDeliveryMechanism>
The type of notification.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NotificationDeliveryMechanismStatic value Email for NotificationDeliveryMechanism. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a NotificationDeliveryMechanism from its string representation.values()Gets known NotificationDeliveryMechanism values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
EMAIL
Static value Email for NotificationDeliveryMechanism.
-
-
Constructor Details
-
NotificationDeliveryMechanism
Deprecated.Use thefromString(String)factory method.Creates a new instance of NotificationDeliveryMechanism value.
-
-
Method Details
-
fromString
Creates or finds a NotificationDeliveryMechanism from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding NotificationDeliveryMechanism.
-
values
Gets known NotificationDeliveryMechanism values.- Returns:
- known NotificationDeliveryMechanism values.
-
fromString(String)factory method.