public enum AdGroupExtensionSettingField extends Enum<AdGroupExtensionSettingField> implements EntityField
Enum to facilitate the selection of fields for AdGroupExtensionSetting.| Enum Constant and Description |
|---|
AdGroupId
The id of the adgroup 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 AdGroupExtensionSettingField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdGroupExtensionSettingField[] |
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 AdGroupExtensionSettingField AdGroupId
public static final AdGroupExtensionSettingField ExtensionType
public static final AdGroupExtensionSettingField Extensions
public static final AdGroupExtensionSettingField PlatformRestrictions
public static AdGroupExtensionSettingField[] values()
for (AdGroupExtensionSettingField c : AdGroupExtensionSettingField.values()) System.out.println(c);
public static AdGroupExtensionSettingField 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.