public enum FeedItemTargetField extends Enum<FeedItemTargetField> implements EntityField
Enum
to facilitate the selection of fields for FeedItemTarget
.Enum Constant and Description |
---|
AdGroupId
ID of the target ad group.
|
AdGroupName
Name of the target ad group.
|
CampaignId
ID of the target campaign.
|
CampaignName
Name of the target campaign.
|
CriteriaType |
DayOfWeek
Day of the week the schedule applies to.
|
DisplayType
Display type of the location criterion.
|
EndHour
Ending hour in 24 hour time;
24 signifies end of the day. |
EndMinute
Interval ends these minutes after the ending hour.
|
FeedId
ID of the target feed item's feed.
|
FeedItemId
ID of the target's feed item.
|
Id
ID of this criterion.
|
IsNegative
Indicates that the target criterion is negative.
|
KeywordMatchType
Match type of this keyword.
|
KeywordText
Text of this keyword (at most 80 characters and ten words).
|
LocationName
Name of the location criterion.
|
ParentCampaignName
Name of the target ad group's campaign.
|
ParentLocations
Ordered list of parents of the location criterion.
|
PlatformName |
StartHour
Starting hour in 24 hour time.
|
StartMinute
Interval starts these minutes after the starting hour.
|
Status
Status of feed item target.
|
TargetingStatus
The targeting status of the location criterion.
|
TargetType
Concrete subtype of FeedItemTarget.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static FeedItemTargetField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeedItemTargetField[] |
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 FeedItemTargetField AdGroupId
public static final FeedItemTargetField AdGroupName
public static final FeedItemTargetField CampaignId
public static final FeedItemTargetField CampaignName
public static final FeedItemTargetField CriteriaType
public static final FeedItemTargetField DayOfWeek
public static final FeedItemTargetField DisplayType
public static final FeedItemTargetField EndHour
24
signifies end of the day.public static final FeedItemTargetField EndMinute
public static final FeedItemTargetField FeedId
public static final FeedItemTargetField FeedItemId
public static final FeedItemTargetField Id
public static final FeedItemTargetField IsNegative
NegativeFeedItemCriterionTarget
to create a negative criterion target.public static final FeedItemTargetField KeywordMatchType
public static final FeedItemTargetField KeywordText
public static final FeedItemTargetField LocationName
public static final FeedItemTargetField ParentCampaignName
public static final FeedItemTargetField ParentLocations
public static final FeedItemTargetField PlatformName
public static final FeedItemTargetField StartHour
public static final FeedItemTargetField StartMinute
public static final FeedItemTargetField Status
public static final FeedItemTargetField TargetType
public static final FeedItemTargetField TargetingStatus
public static FeedItemTargetField[] values()
for (FeedItemTargetField c : FeedItemTargetField.values()) System.out.println(c);
public static FeedItemTargetField 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.