public static enum MesosferNotification.Type extends java.lang.Enum<MesosferNotification.Type>
| Enum Constant and Description | 
|---|
IMAGE
Image type. 
 | 
TEXT
Text type. 
 | 
URL
Url type. 
 | 
VIDEO
Video type. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MesosferNotification.Type | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static MesosferNotification.Type[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final MesosferNotification.Type TEXT
public static final MesosferNotification.Type IMAGE
public static final MesosferNotification.Type VIDEO
public static final MesosferNotification.Type URL
public static MesosferNotification.Type[] values()
for (MesosferNotification.Type c : MesosferNotification.Type.values()) System.out.println(c);
public static MesosferNotification.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null