public static enum APSVastAdBreak.APSVASTConfigurationOptions extends java.lang.Enum<APSVastAdBreak.APSVASTConfigurationOptions>
| Enum Constant and Description |
|---|
APSVASTMidContent |
APSVASTNonLinear |
APSVASTPostContent |
APSVASTPreContent |
| Modifier and Type | Method and Description |
|---|---|
static APSVastAdBreak.APSVASTConfigurationOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APSVastAdBreak.APSVASTConfigurationOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APSVastAdBreak.APSVASTConfigurationOptions APSVASTPreContent
public static final APSVastAdBreak.APSVASTConfigurationOptions APSVASTPostContent
public static final APSVastAdBreak.APSVASTConfigurationOptions APSVASTMidContent
public static final APSVastAdBreak.APSVASTConfigurationOptions APSVASTNonLinear
public static APSVastAdBreak.APSVASTConfigurationOptions[] values()
for (APSVastAdBreak.APSVASTConfigurationOptions c : APSVastAdBreak.APSVASTConfigurationOptions.values()) System.out.println(c);
public static APSVastAdBreak.APSVASTConfigurationOptions 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