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