public static enum DefaultMediaStorageConfigService.DefaultSettingKeys extends Enum<DefaultMediaStorageConfigService.DefaultSettingKeys>
| Enum Constant and Description |
|---|
HASHING_DEPTH_KEY |
LOCAL_CACHE_KEY |
LOCAL_CACHE_ROOT_FOLDER_KEY |
LOCATION_HASHING_SALT_KEY |
SECURED_KEY |
STORAGE_STRATEGY_KEY |
URL_STRATEGY_KEY |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
contains(String key) |
String |
getKey() |
static DefaultMediaStorageConfigService.DefaultSettingKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultMediaStorageConfigService.DefaultSettingKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultMediaStorageConfigService.DefaultSettingKeys STORAGE_STRATEGY_KEY
public static final DefaultMediaStorageConfigService.DefaultSettingKeys URL_STRATEGY_KEY
public static final DefaultMediaStorageConfigService.DefaultSettingKeys LOCAL_CACHE_KEY
public static final DefaultMediaStorageConfigService.DefaultSettingKeys LOCAL_CACHE_ROOT_FOLDER_KEY
public static final DefaultMediaStorageConfigService.DefaultSettingKeys HASHING_DEPTH_KEY
public static final DefaultMediaStorageConfigService.DefaultSettingKeys LOCATION_HASHING_SALT_KEY
public static final DefaultMediaStorageConfigService.DefaultSettingKeys SECURED_KEY
public static DefaultMediaStorageConfigService.DefaultSettingKeys[] values()
for (DefaultMediaStorageConfigService.DefaultSettingKeys c : DefaultMediaStorageConfigService.DefaultSettingKeys.values()) System.out.println(c);
public static DefaultMediaStorageConfigService.DefaultSettingKeys 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 String getKey()
public static boolean contains(String key)
Copyright © 2017 SAP SE. All Rights Reserved.