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