public enum CampaignBidModifierField extends Enum<CampaignBidModifierField> implements EntityField
Enum to facilitate the selection of fields for CampaignBidModifier.| Enum Constant and Description |
|---|
AdvertisingChannelType
The advertising channel type of the campaign the criterion is in.
|
BidModifier
The bid modifier for bids when the criterion matches.
|
CampaignId
The campaign that the criterion is in.
|
CampaignName
The name of the campaign the criterion is in.
|
Id
ID of this criterion.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFilterable()
If the field is filterable.
|
static CampaignBidModifierField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CampaignBidModifierField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final CampaignBidModifierField AdvertisingChannelType
public static final CampaignBidModifierField BidModifier
Valid modifier values range from 0.1 to 10.0.
public static final CampaignBidModifierField CampaignId
public static final CampaignBidModifierField CampaignName
public static final CampaignBidModifierField Id
public static CampaignBidModifierField[] values()
for (CampaignBidModifierField c : CampaignBidModifierField.values()) System.out.println(c);
public static CampaignBidModifierField 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 boolean isFilterable()
EntityFieldisFilterable in interface EntityFieldCopyright © 2018. All Rights Reserved.