public enum AdGroupFeedField extends Enum<AdGroupFeedField> implements EntityField
Enum
to facilitate the selection of fields for AdGroupFeed
.Enum Constant and Description |
---|
AdGroupId
Id of the AdGroup associated with the AdGroupFeed.
|
BaseAdGroupId
ID of the base ad group from which this draft/trial ad group feed was created.
|
BaseCampaignId
ID of the base campaign from which this draft/trial ad group feed was created.
|
FeedId
Id of the Feed associated with the AdGroupFeed.
|
MatchingFunction
Matching function associated with the AdGroupFeed.
|
PlaceholderTypes
Indicates which placeholder types the feed may populate under the connected AdGroup.
|
Status
Status of the AdGroupFeed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static AdGroupFeedField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdGroupFeedField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
name
public static final AdGroupFeedField AdGroupId
public static final AdGroupFeedField BaseAdGroupId
public static final AdGroupFeedField BaseCampaignId
public static final AdGroupFeedField FeedId
public static final AdGroupFeedField MatchingFunction
public static final AdGroupFeedField PlaceholderTypes
public static final AdGroupFeedField Status
public static AdGroupFeedField[] values()
for (AdGroupFeedField c : AdGroupFeedField.values()) System.out.println(c);
public static AdGroupFeedField 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 boolean isFilterable()
EntityField
isFilterable
in interface EntityField
Copyright © 2018. All Rights Reserved.