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.
|
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.
|
GeoTargetingRestriction
The geo targeting restriction of a feed item.
|
PolicySummaries
Summary of a feed item's offline validation, policy findings, and approval results for active feed mappings.
|
StartTime
Start time in which this feed item is effective and can begin serving.
|
Status
Status of feed item
|
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 EndTime
public static final FeedItemField FeedId
public static final FeedItemField FeedItemId
public static final FeedItemField GeoTargetingRestriction
public static final FeedItemField PolicySummaries
public static final FeedItemField StartTime
public static final FeedItemField Status
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 © 2020. All Rights Reserved.