public static enum NotificationForCreateNotificationInput.AlertMethodsEnum extends Enum<NotificationForCreateNotificationInput.AlertMethodsEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationForCreateNotificationInput.AlertMethodsEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static NotificationForCreateNotificationInput.AlertMethodsEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static NotificationForCreateNotificationInput.AlertMethodsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationForCreateNotificationInput.AlertMethodsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="Email") public static final NotificationForCreateNotificationInput.AlertMethodsEnum EMAIL
@SerializedName(value="Phone") public static final NotificationForCreateNotificationInput.AlertMethodsEnum PHONE
@SerializedName(value="SMS") public static final NotificationForCreateNotificationInput.AlertMethodsEnum SMS
@SerializedName(value="Webhook") public static final NotificationForCreateNotificationInput.AlertMethodsEnum WEBHOOK
public static NotificationForCreateNotificationInput.AlertMethodsEnum[] values()
for (NotificationForCreateNotificationInput.AlertMethodsEnum c : NotificationForCreateNotificationInput.AlertMethodsEnum.values()) System.out.println(c);
public static NotificationForCreateNotificationInput.AlertMethodsEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<NotificationForCreateNotificationInput.AlertMethodsEnum>public static NotificationForCreateNotificationInput.AlertMethodsEnum fromValue(String input)
Copyright © 2026. All rights reserved.