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