public static enum MesosferStoryline.Campaign extends java.lang.Enum<MesosferStoryline.Campaign>
| Enum Constant and Description | 
|---|
IMAGE
Image campaign. 
 | 
TEXT
Text campaign. 
 | 
URL
Url campaign. 
 | 
VIDEO
Video campaign. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MesosferStoryline.Campaign | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static MesosferStoryline.Campaign[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final MesosferStoryline.Campaign TEXT
public static final MesosferStoryline.Campaign IMAGE
public static final MesosferStoryline.Campaign VIDEO
public static final MesosferStoryline.Campaign URL
public static MesosferStoryline.Campaign[] values()
for (MesosferStoryline.Campaign c : MesosferStoryline.Campaign.values()) System.out.println(c);
public static MesosferStoryline.Campaign 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