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