public enum NotificationBinaryFileType extends Enum<NotificationBinaryFileType> implements HasName
| Enum Constant and Description |
|---|
AUDIO_ALARM_FILE
The Audio Alarm Binary file type.
|
EMAIL_TEMPLATE
The email template binary file type.
|
NONE
Notification binary file type.
|
TEXT_TEMPLATE
The text message template.
|
WEB_REQUEST_TEMPLATE
The Web request template binary file type.
|
| Modifier and Type | Method and Description |
|---|---|
static NotificationBinaryFileType |
findOrDefault(String name) |
String |
getName() |
static NotificationBinaryFileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationBinaryFileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationBinaryFileType NONE
public static final NotificationBinaryFileType AUDIO_ALARM_FILE
public static final NotificationBinaryFileType EMAIL_TEMPLATE
public static final NotificationBinaryFileType WEB_REQUEST_TEMPLATE
public static final NotificationBinaryFileType TEXT_TEMPLATE
public static NotificationBinaryFileType[] values()
for (NotificationBinaryFileType c : NotificationBinaryFileType.values()) System.out.println(c);
public static NotificationBinaryFileType 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 static NotificationBinaryFileType findOrDefault(String name)
Copyright © 2023. All rights reserved.