NotificationDeliveryMechanism Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. models. NotificationDeliveryMechanism
- com.
- com.
public final class NotificationDeliveryMechanism
extends ExpandableStringEnum<NotificationDeliveryMechanism>
The type of notification.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Notification |
EMAIL
Static value Email for Notification |
Constructor Summary
| Constructor | Description |
|---|---|
| NotificationDeliveryMechanism() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Notification |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Notification |
fromString(String name)
Creates or finds a Notification |
|
static
Collection<Notification |
values()
Gets known Notification |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
public static final NotificationDeliveryMechanism EMAIL
Static value Email for NotificationDeliveryMechanism.
Constructor Details
NotificationDeliveryMechanism
@Deprecated
public NotificationDeliveryMechanism()
Deprecated
Creates a new instance of NotificationDeliveryMechanism value.
Method Details
fromString
public static NotificationDeliveryMechanism fromString(String name)
Creates or finds a NotificationDeliveryMechanism from its string representation.
Parameters:
Returns:
values
public static Collection<NotificationDeliveryMechanism> values()
Gets known NotificationDeliveryMechanism values.
Returns: