public static enum POBRequest.API extends java.lang.Enum<POBRequest.API>
Enum Constant and Description |
---|
MRAID1 |
MRAID2 |
MRAID3 |
OMSDK |
ORMMA |
VPAID1 |
VPAID2 |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static POBRequest.API |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static POBRequest.API[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POBRequest.API VPAID1
public static final POBRequest.API VPAID2
public static final POBRequest.API MRAID1
public static final POBRequest.API ORMMA
public static final POBRequest.API MRAID2
public static final POBRequest.API MRAID3
public static final POBRequest.API OMSDK
public static POBRequest.API[] values()
for (POBRequest.API c : POBRequest.API.values()) System.out.println(c);
public static POBRequest.API 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 nullpublic int getValue()