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