public static enum AdSet.EnumBidStrategy extends Enum<AdSet.EnumBidStrategy>
| Enum Constant and Description |
|---|
VALUE_COST_CAP |
VALUE_LOWEST_COST_WITH_BID_CAP |
VALUE_LOWEST_COST_WITHOUT_CAP |
VALUE_TARGET_COST |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdSet.EnumBidStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdSet.EnumBidStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdSet.EnumBidStrategy VALUE_COST_CAP
public static final AdSet.EnumBidStrategy VALUE_LOWEST_COST_WITHOUT_CAP
public static final AdSet.EnumBidStrategy VALUE_LOWEST_COST_WITH_BID_CAP
public static final AdSet.EnumBidStrategy VALUE_TARGET_COST
public static AdSet.EnumBidStrategy[] values()
for (AdSet.EnumBidStrategy c : AdSet.EnumBidStrategy.values()) System.out.println(c);
public static AdSet.EnumBidStrategy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<AdSet.EnumBidStrategy>Copyright © 2020. All rights reserved.