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_WITH_MIN_ROAS |
VALUE_LOWEST_COST_WITHOUT_CAP |
| 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.
|
@SerializedName(value="COST_CAP") public static final AdSet.EnumBidStrategy VALUE_COST_CAP
@SerializedName(value="LOWEST_COST_WITHOUT_CAP") public static final AdSet.EnumBidStrategy VALUE_LOWEST_COST_WITHOUT_CAP
@SerializedName(value="LOWEST_COST_WITH_BID_CAP") public static final AdSet.EnumBidStrategy VALUE_LOWEST_COST_WITH_BID_CAP
@SerializedName(value="LOWEST_COST_WITH_MIN_ROAS") public static final AdSet.EnumBidStrategy VALUE_LOWEST_COST_WITH_MIN_ROAS
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 © 2024. All rights reserved.