public enum FeedItemField extends Enum<FeedItemField> implements EntityField
Enum
to facilitate the selection of fields for FeedItem
.Enum Constant and Description |
---|
AttributeValues
The feed item's attribute values.
|
DevicePreference
Device preference for the feed item.
|
EndTime
End time in which this feed item is no longer effective and will stop serving.
|
FeedId
ID of this feed item's feed
|
FeedItemId
ID of this feed item.
|
GeoTargetingDisplayType
Display type of the location criterion.
|
GeoTargetingLocationName
Name of the location criterion.
|
GeoTargetingParentLocations
Ordered list of parents of the location criterion.
|
GeoTargetingRestriction
The geo targeting restriction of a feed item.
|
GeoTargetingStatus
The targeting status of the location criterion.
|
KeywordMatchType
Match type of this keyword.
|
KeywordTargetingCriterionId
ID of this criterion.
|
KeywordText
Text of this keyword (at most 80 characters and ten words).
|
PolicyData
List of details about a feed item's validation and approval state for active feed mappings.
|
Scheduling
FeedItemScheduling specifying times for when the feed item may serve.
|
StartTime
Start time in which this feed item is effective and can begin serving.
|
Status
Status of feed item
|
TargetingAdGroupId
The ID of the adgroup to target.
|
TargetingCampaignId
The ID of the campaign to target.
|
UrlCustomParameters
A list of mappings to be used for substituting URL custom parameter tags in the trackingUrlTemplate, finalUrls, and/or finalMobileUrls.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static FeedItemField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeedItemField[] |
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 FeedItemField AttributeValues
public static final FeedItemField DevicePreference
public static final FeedItemField EndTime
public static final FeedItemField FeedId
public static final FeedItemField FeedItemId
public static final FeedItemField GeoTargetingDisplayType
public static final FeedItemField GeoTargetingLocationName
public static final FeedItemField GeoTargetingParentLocations
public static final FeedItemField GeoTargetingRestriction
public static final FeedItemField GeoTargetingStatus
public static final FeedItemField KeywordMatchType
public static final FeedItemField KeywordTargetingCriterionId
public static final FeedItemField KeywordText
public static final FeedItemField PolicyData
public static final FeedItemField Scheduling
public static final FeedItemField StartTime
public static final FeedItemField Status
public static final FeedItemField TargetingAdGroupId
public static final FeedItemField TargetingCampaignId
public static final FeedItemField UrlCustomParameters
public static FeedItemField[] values()
for (FeedItemField c : FeedItemField.values()) System.out.println(c);
public static FeedItemField 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.