public static enum POBDataType.POBBidTargetingType extends java.lang.Enum<POBDataType.POBBidTargetingType>
| Enum Constant and Description |
|---|
BOTH
Both winning and partner specific targeting i.e.
|
PARTNER_SPECIFIC
Partner specific targeting i.e.
|
WINNING
By default, winning targeting will be returned.
|
| Modifier and Type | Method and Description |
|---|---|
static POBDataType.POBBidTargetingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static POBDataType.POBBidTargetingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POBDataType.POBBidTargetingType WINNING
public static final POBDataType.POBBidTargetingType PARTNER_SPECIFIC
public static final POBDataType.POBBidTargetingType BOTH
public static POBDataType.POBBidTargetingType[] values()
for (POBDataType.POBBidTargetingType c : POBDataType.POBBidTargetingType.values()) System.out.println(c);
public static POBDataType.POBBidTargetingType 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