public static enum SelectorFields.CriterionBidLandscape extends Enum<SelectorFields.CriterionBidLandscape> implements SelectorFields.FieldType<com.google.api.ads.adwords.axis.v201409.cm.CriterionBidLandscape>
CriterionBidLandscape
.Enum Constant and Description |
---|
ADGROUP_ID |
BID |
CAMPAIGN_ID |
CRITERION_ID |
END_DATE |
LOCAL_CLICKS |
LOCAL_COST |
LOCAL_IMPRESSIONS |
MARGINAL_CPC |
PROMOTED_IMPRESSIONS |
START_DATE |
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.ImmutableList<SelectorFields.CriterionBidLandscape> |
all() |
static String[] |
allFields() |
String |
getField() |
boolean |
getFilterable() |
static SelectorFields.CriterionBidLandscape |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectorFields.CriterionBidLandscape[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectorFields.CriterionBidLandscape ADGROUP_ID
public static final SelectorFields.CriterionBidLandscape BID
public static final SelectorFields.CriterionBidLandscape CAMPAIGN_ID
public static final SelectorFields.CriterionBidLandscape CRITERION_ID
public static final SelectorFields.CriterionBidLandscape END_DATE
public static final SelectorFields.CriterionBidLandscape LOCAL_CLICKS
public static final SelectorFields.CriterionBidLandscape LOCAL_COST
public static final SelectorFields.CriterionBidLandscape LOCAL_IMPRESSIONS
public static final SelectorFields.CriterionBidLandscape MARGINAL_CPC
public static final SelectorFields.CriterionBidLandscape PROMOTED_IMPRESSIONS
public static final SelectorFields.CriterionBidLandscape START_DATE
public static SelectorFields.CriterionBidLandscape[] values()
for (SelectorFields.CriterionBidLandscape c : SelectorFields.CriterionBidLandscape.values()) System.out.println(c);
public static SelectorFields.CriterionBidLandscape 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 getField()
getField
in interface SelectorFields.FieldType<com.google.api.ads.adwords.axis.v201409.cm.CriterionBidLandscape>
public boolean getFilterable()
getFilterable
in interface SelectorFields.FieldType<com.google.api.ads.adwords.axis.v201409.cm.CriterionBidLandscape>
public static com.google.common.collect.ImmutableList<SelectorFields.CriterionBidLandscape> all()
public static String[] allFields()
Copyright © 2015. All Rights Reserved.