public enum CampaignExtensionSettingField extends Enum<CampaignExtensionSettingField> implements EntityField
Enum to facilitate the selection of fields for CampaignExtensionSetting.| Enum Constant and Description | 
|---|
CampaignId
The id of the campaign for the feed items being added or modified. 
 | 
Extensions
The list of feed items to add or modify. 
 | 
ExtensionType
The extension type the extension setting applies to. 
 | 
PlatformRestrictions
Any platform (desktop, mobile) restrictions for feed items being served. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isFilterable()
If the field is filterable. 
 | 
static CampaignExtensionSettingField | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CampaignExtensionSettingField[] | 
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, valueOfnamepublic static final CampaignExtensionSettingField CampaignId
public static final CampaignExtensionSettingField ExtensionType
public static final CampaignExtensionSettingField Extensions
public static final CampaignExtensionSettingField PlatformRestrictions
public static CampaignExtensionSettingField[] values()
for (CampaignExtensionSettingField c : CampaignExtensionSettingField.values()) System.out.println(c);
public static CampaignExtensionSettingField 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()
EntityFieldisFilterable in interface EntityFieldCopyright © 2015. All Rights Reserved.