public static enum SelectorFields.LocationCriterion extends Enum<SelectorFields.LocationCriterion> implements SelectorFields.FieldType<com.google.api.ads.adwords.axis.v201409.cm.LocationCriterion>
LocationCriterion
.Enum Constant and Description |
---|
CANONICAL_NAME |
CRITERIA_TYPE |
DISPLAY_TYPE |
ID |
LOCATION_NAME |
PARENT_LOCATIONS |
REACH |
TARGETING_STATUS |
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.ImmutableList<SelectorFields.LocationCriterion> |
all() |
static String[] |
allFields() |
String |
getField() |
boolean |
getFilterable() |
static SelectorFields.LocationCriterion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectorFields.LocationCriterion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectorFields.LocationCriterion CANONICAL_NAME
public static final SelectorFields.LocationCriterion CRITERIA_TYPE
public static final SelectorFields.LocationCriterion DISPLAY_TYPE
public static final SelectorFields.LocationCriterion ID
public static final SelectorFields.LocationCriterion LOCATION_NAME
public static final SelectorFields.LocationCriterion PARENT_LOCATIONS
public static final SelectorFields.LocationCriterion REACH
public static final SelectorFields.LocationCriterion TARGETING_STATUS
public static SelectorFields.LocationCriterion[] values()
for (SelectorFields.LocationCriterion c : SelectorFields.LocationCriterion.values()) System.out.println(c);
public static SelectorFields.LocationCriterion 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.LocationCriterion>
public boolean getFilterable()
getFilterable
in interface SelectorFields.FieldType<com.google.api.ads.adwords.axis.v201409.cm.LocationCriterion>
public static com.google.common.collect.ImmutableList<SelectorFields.LocationCriterion> all()
public static String[] allFields()
Copyright © 2015. All Rights Reserved.