public static enum AdCampaignActivity.EnumBidStrategyOld extends Enum<AdCampaignActivity.EnumBidStrategyOld>
| 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 AdCampaignActivity.EnumBidStrategyOld |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdCampaignActivity.EnumBidStrategyOld[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdCampaignActivity.EnumBidStrategyOld VALUE_COST_CAP
public static final AdCampaignActivity.EnumBidStrategyOld VALUE_LOWEST_COST_WITHOUT_CAP
public static final AdCampaignActivity.EnumBidStrategyOld VALUE_LOWEST_COST_WITH_BID_CAP
public static final AdCampaignActivity.EnumBidStrategyOld VALUE_TARGET_COST
public static AdCampaignActivity.EnumBidStrategyOld[] values()
for (AdCampaignActivity.EnumBidStrategyOld c : AdCampaignActivity.EnumBidStrategyOld.values()) System.out.println(c);
public static AdCampaignActivity.EnumBidStrategyOld 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<AdCampaignActivity.EnumBidStrategyOld>Copyright © 2020. All rights reserved.