public enum CampaignFeedField extends Enum<CampaignFeedField> implements EntityField
Enum
to facilitate the selection of fields for CampaignFeed
.Enum Constant and Description |
---|
BaseCampaignId
ID of the base campaign from which this draft/trial feed was created.
|
CampaignId
Id of the Campaign associated with the CampaignFeed.
|
FeedId
Id of the Feed associated with the CampaignFeed.
|
MatchingFunction
Matching function associated with the CampaignFeed.
|
PlaceholderTypes
Indicates which placeholder types the feed may populate under the connected Campaign.
|
Status
Status of the CampaignFeed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static CampaignFeedField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CampaignFeedField[] |
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 CampaignFeedField BaseCampaignId
public static final CampaignFeedField CampaignId
public static final CampaignFeedField FeedId
public static final CampaignFeedField MatchingFunction
public static final CampaignFeedField PlaceholderTypes
public static final CampaignFeedField Status
public static CampaignFeedField[] values()
for (CampaignFeedField c : CampaignFeedField.values()) System.out.println(c);
public static CampaignFeedField 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.