public static enum APSVASTRootNode.APSAdPodFallback extends java.lang.Enum<APSVASTRootNode.APSAdPodFallback>
| Enum Constant and Description |
|---|
APSAdPodFallbackDrop
Drop the whole ad request if no valid Ad Pods are found.
|
APSAdPodFallbackSelectAll
Load all retrieved ads if no valid Ad Pods are found.
|
APSAdPodFallbackSelectFirst
Load only the first retrieved ad if no valid Ad Pods are found.
|
| Modifier and Type | Method and Description |
|---|---|
static APSVASTRootNode.APSAdPodFallback |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APSVASTRootNode.APSAdPodFallback[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APSVASTRootNode.APSAdPodFallback APSAdPodFallbackSelectAll
public static final APSVASTRootNode.APSAdPodFallback APSAdPodFallbackSelectFirst
public static final APSVASTRootNode.APSAdPodFallback APSAdPodFallbackDrop
public static APSVASTRootNode.APSAdPodFallback[] values()
for (APSVASTRootNode.APSAdPodFallback c : APSVASTRootNode.APSAdPodFallback.values()) System.out.println(c);
public static APSVASTRootNode.APSAdPodFallback 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