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